From e66bbd02f23f2ded52429247f6f782379be29a79 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Fri, 13 Feb 2026 21:54:35 -0700 Subject: [PATCH] docs: replace branching strategy doc with trunk-based development reference (#1598) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06ab6d174..d9c12655f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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