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.

- 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.