- 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-name
branch - features go to the
feature/feature-name
branch
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