Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,11 @@ This repo now includes:

Contribution flow:

- `main` stays stable
- contributions should branch from `dev` and open PRs back into `dev`
- `main` is the stable public default branch
- GitHub releases and release tags should be cut from `main`
- `dev` is the integration branch for ongoing work
- feature branches should usually branch from `dev` and open PRs back into `dev`
- promote `dev` into `main` when the integrated state is ready to become the new public baseline

## Repository Shape

Expand Down
Loading