Skip to content

Commit 55baf29

Browse files
Update docs/agile-development/branching-and-cicd.md
Co-authored-by: Tess Ferrandez <[email protected]>
1 parent e5b4e85 commit 55baf29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/agile-development/branching-and-cicd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Purpose: Provide a concise, practical policy and examples teams can adopt for integration, branching and CI gating. This page is intentionally short — teams should adapt the policy to their project and toolchain.
44

55
## Recommended approach
6+
67
- Prefer trunk-based development where possible for new projects. Use short-lived feature branches when necessary and merge frequently into the default integration branch (commonly `main` or `trunk`).
78
- Use branch protection rules on the integration branch to enforce quality gates (required passing CI, required code reviews, status checks).
89
- Keep releases simple: use tags/releases from the integration branch and keep release process documented separately.

0 commit comments

Comments
 (0)