Skip to content

Commit 932da89

Browse files
committed
PR guidance on branches and files
This adds a default PR template with a comment explaining what branches and files can be used for which purposes.
1 parent 92958e0 commit 932da89

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!--
2+
Thank you for contributing to the OpenAPI Specification!
3+
4+
Please make certain you are submitting your PR on the correct
5+
branch and file:
6+
7+
* 3.0.x spec: v3.0.4-dev branch, versions/3.0.4.md
8+
* 3.1.x spec: v3.1.1-dev branch, versions/3.1.1.md
9+
* 3.2.0 spec: v3.2.0-dev branch, versions/3.2.0.md
10+
* 3.0 schema: main branch, schemas/v3.0/...
11+
* 3.1 schema: main branch, schemas/v3.1/...
12+
* registry templates: gh-pages branch, registry/...
13+
* registry contents: gh-pages branch, registries/...
14+
15+
Note that we do not accept changes to pulblished specifications.
16+
-->

0 commit comments

Comments
 (0)