Skip to content

Commit 8f86659

Browse files
committed
docs: remove dev branch workflow from contributing guide
1 parent 25cba0c commit 8f86659

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,10 @@ For releases, GitHub Actions builds architecture-specific binaries automatically
172172

173173
## Pull Requests
174174

175-
> **Important:** Please submit PRs to the `dev` branch, not `main`. We merge `dev` into `main` after testing.
176-
177-
1. Fork and create branch from `dev`
175+
1. Fork and create branch from `main`
178176
2. Make changes
179177
3. Run checks: `./scripts/check.sh`
180178
4. Commit and push
181-
5. Open PR targeting `dev`
179+
5. Open PR targeting `main`
182180

183181
CI will verify formatting, linting, and tests.

0 commit comments

Comments
 (0)