mirror of
https://github.com/tw93/Mole.git
synced 2026-03-24 05:30:07 +00:00
docs: remove dev branch workflow from contributing guide
This commit is contained in:
@@ -172,12 +172,10 @@ For releases, GitHub Actions builds architecture-specific binaries automatically
|
|||||||
|
|
||||||
## Pull Requests
|
## 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 `main`
|
||||||
|
|
||||||
1. Fork and create branch from `dev`
|
|
||||||
2. Make changes
|
2. Make changes
|
||||||
3. Run checks: `./scripts/check.sh`
|
3. Run checks: `./scripts/check.sh`
|
||||||
4. Commit and push
|
4. Commit and push
|
||||||
5. Open PR targeting `dev`
|
5. Open PR targeting `main`
|
||||||
|
|
||||||
CI will verify formatting, linting, and tests.
|
CI will verify formatting, linting, and tests.
|
||||||
|
|||||||
Reference in New Issue
Block a user