Feature Branches
Read time: 1 minute(s)
We work on the smaller fixes on the main branch, we create separate branches for larger features/fixes. We also create separate branches for past released versions of the documentation in order to add small fixes and be able to re-publish documentation for them.
- Create a branch on which you work on a larger feature either by yourself or with some other colleagues.
- You can also request review on the branch.
- When finished, merge the branch in the main repository branch or create a pull request to merge the branch.