From 8f8665903236ab01b8b6ab2af31b8929dccc8833 Mon Sep 17 00:00:00 2001 From: tw93 Date: Tue, 3 Mar 2026 16:29:51 +0800 Subject: [PATCH] docs: remove dev branch workflow from contributing guide --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 007ecd4..cf7ec5f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -172,12 +172,10 @@ For releases, GitHub Actions builds architecture-specific binaries automatically ## Pull Requests -> **Important:** Please submit PRs to the `dev` branch, not `main`. We merge `dev` into `main` after testing. - -1. Fork and create branch from `dev` +1. Fork and create branch from `main` 2. Make changes 3. Run checks: `./scripts/check.sh` 4. Commit and push -5. Open PR targeting `dev` +5. Open PR targeting `main` CI will verify formatting, linting, and tests.