Compare commits

...

2 Commits

Author SHA1 Message Date
Jonah Schulte 2b27a71253
Merge 1622e2c17a into e66bbd02f2 2026-02-14 11:37:05 +03:00
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