We recommend that developers following the rules here.
- Branch
mainwith stable code and tags on it. - Branch
developfor "next release" development. - Feature branches start with prefix
feat/ - Release branches start with prefix
release/ - Hotfix branches start with prefix
hotfix/
- Fork the repository or create branches.
- Checkout your branch like a feature or bugfix.
- Make a pull request to the
developbranch of this repository. - Wait for review and PR merged.
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub