We recommend that developers following the Trunk-based development rules here.
- Trunk branch
mainwith stable code. - Feature branches start with prefix
feat/ - Release branches start with prefix
release/ - Hotfix branches start with prefix
hotfix/orfix/
- Fork the repository or create branches.
- Checkout your branch like a feature or bugfix.
- Make a pull request to the
mainbranch 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