| Branch | Name | Notes |
|---|---|---|
| Stable | main | Accepts merges from Release and Hotfix branches only. |
| Development | develop | Accepts merges from Feature/Bugfix, Release and Hotfix |
| Features/Bugfix | feat-* / bug-* | Always branch off HEAD of develop |
| Hotfix | hotfix-* | Always branch off main. Merges back into main and develop. |