Skip to content

Commit 38fccc0

Browse files
committed
Update CONTRIBUTING.md with the new branching strategy
1 parent 559e2f7 commit 38fccc0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ If the pull request would solve a particular issue, reference the issue in the p
2222

2323
Changes that would affect implementation behavior should typically be opened as an issue first.
2424

25-
Pull requests should be made to the default branch, which may be `draft-patch`, `draft-next`, or `master` depending on where we are in the [release process](https://github.com/json-schema-org/community/discussions/7).
25+
Generally, pull requests should be made to the `main` branch unless it is a
26+
patch update and we are in a patch phase of the
27+
[release process](https://github.com/json-schema-org/community/discussions/7).
28+
In that case there will be a branch named something like `2020-12-patch` that
29+
the PR should target instead.
2630

2731
Most PRs, including all PRs that impact implementation behavior, will be left open for a minimum of 14 days. Minor wording fixes may be merged more quickly once approved by a project member.
2832

0 commit comments

Comments
 (0)