- Sign your commits with GPG
- Use Gitflow workflow
- Create pull requests for your work
- When you open a pull request, make it a draft until it is ready for release
Use Gitflow workflow
- bugfixes go to the
bugfix/bugfix-namebranch - features go to the
feature/feature-namebranch
When creating a new branch, create it from the develop branch, NOT master
- Pull requests will go through a review process
- You may be asked to make changes
- After a pull is approved it will be merged into the develop branch
