Skip to content

Commit 3486931

Browse files
authored
Merge pull request #2 from betterbugs/develop
docs: add branch strategy section to contributing guidelines
2 parents 3b6dedc + fce39b1 commit 3486931

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ We welcome ideas for improvements and new tools. There's no permission needed—
3232

3333
To express interest in working on an issue, simply comment on it to let us know. Maintainers will assign it to you or discuss next steps if needed.
3434

35+
## Branch Strategy
36+
37+
**Branch purposes:**
38+
- **main**: Always reflects the latest stable and released code
39+
- **develop**: Contains accepted changes that will be part of the next release
40+
41+
**For all contributors:**
42+
- Create a new branch from `develop`
43+
- Open pull requests against `develop` (not `main`)
44+
45+
**For regular contributors:**
46+
If your work depends on unreleased features or changes, base your work directly on `develop`. Pull requests merged into `develop` are considered accepted for now, but remain under maintainer control. Our team decides which changes move from `develop` to `main` for release, and may revert or modify any merged code if needed.
47+
3548
## Code Contributions
3649

3750
Please ensure your pull request adheres to the following guidelines:

0 commit comments

Comments
 (0)