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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user