You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,11 @@ If the pull request would solve a particular issue, reference the issue in the p
22
22
23
23
Changes that would affect implementation behavior should typically be opened as an issue first.
24
24
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
In that case there will be a branch named something like `2020-12-patch` that
29
+
the PR should target instead.
26
30
27
31
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.
0 commit comments