Skip to content

Commit 9175356

Browse files
authored
Add GitHub Pull Request template (#2899)
1 parent 6a07461 commit 9175356

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!--- remove this section after reading it
2+
3+
Currently, there are two significant branches:
4+
- `master` (represents a stream of work leading to the release of a new major version)
5+
- `version/0.x` (continues 0.10.5 with minor updates and bugfixes)
6+
7+
That means effectively two things:
8+
- you can't do breaking changes in `version/0.x` branch
9+
- it's a good idea to create another Pull Request for compatible changes to `version/0.x` branch
10+
-->

0 commit comments

Comments
 (0)