Branch Strategy
Repos: flow-platform and flow-mobile
Branches
| Branch | Purpose |
|---|---|
main | Production — always deployable. Requires 1 approval + CI. |
develop | Staging buffer. Requires CI. |
feature/<name> | New features — cut from develop, PR to develop |
fix/<name> | Bug fixes — cut from develop, PR to develop |
hotfix/<name> | Urgent fix — cut from main, PR to main, then back-merge to develop |
chore/<name> | Deps, config, tooling |
Normal flow
feature/* or fix/* → develop → main
Hotfix flow
- Cut
hotfix/<name>frommain - PR to
main(1 approval + CI required) - After merge: open back-merge PR from
main→develop
Repo: flow-docs
Only main and short-lived docs/<name> branches. PRs go directly to main.