Compare commits

..

2 Commits

Author SHA1 Message Date
wison 7b3e75603b
Merge 2ad72d7d0c into e66bbd02f2 2026-02-14 12:26:50 +05:30
Alex Verkhovsky e66bbd02f2
docs: replace branching strategy doc with trunk-based development reference (#1598) 2026-02-13 22:54:35 -06:00
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ After searching, use the [feature request template](https://github.com/bmad-code
### Target Branch
Submit PRs to the `main` branch.
Submit PRs to the `main` branch. We use [trunk-based development](https://trunkbaseddevelopment.com/branch-for-release/): `main` is the trunk where all work lands, and stable release branches receive only cherry-picked fixes.
### PR Size