Technology RadarTechnology Radar

GitHub Flow

Adopt

All development happens on short-lived branches off main, merged via pull request with at least one approval. Main should always be in a releasable state — use feature flags rather than long-lived branches to manage incomplete work. PRs are also a regulatory requirement. Full conventions are documented in the git standards doc.