1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 11:31:46 +00:00

docs: Link contributing guide in README and clarify PR submission to dev branch in CONTRIBUTING.md.

This commit is contained in:
Tw93
2026-01-03 14:10:22 +08:00
parent 8a55e33a00
commit 7415c77bdb
2 changed files with 5 additions and 3 deletions

View File

@@ -169,10 +169,12 @@ For releases, GitHub Actions builds architecture-specific binaries automatically
## Pull Requests
1. Fork and create branch
> **Important:** Please submit PRs to the `dev` branch, not `main`. We merge `dev` into `main` after testing.
1. Fork and create branch from `dev`
2. Make changes
3. Run checks: `./scripts/check.sh`
4. Commit and push
5. Open PR
5. Open PR targeting `dev`
CI will verify formatting, linting, and tests.