Update pull_request_template.md
This commit is contained in:
parent
67d05d24eb
commit
8a7e261c3f
|
|
@ -1,11 +1,11 @@
|
||||||
🚨 PR Guidelines:
|
🚨 PR Guidelines:
|
||||||
|
|
||||||
# New features
|
# New features *(v2.2.0)*
|
||||||
|
|
||||||
Merge new features in to `torxed-v2.2.0`.<br>
|
Merge new features in to `torxed-v2.2.0`.<br>
|
||||||
This branch is designated for potential breaking changes, added complexity and new functionality.
|
This branch is designated for potential breaking changes, added complexity and new functionality.
|
||||||
|
|
||||||
# Bug fixes
|
# Bug fixes *(v2.1.4)*
|
||||||
|
|
||||||
Merge against `master` for bug fixes and anything that improves stability and quality of life.<br>
|
Merge against `master` for bug fixes and anything that improves stability and quality of life.<br>
|
||||||
This excludes:
|
This excludes:
|
||||||
|
|
@ -13,6 +13,8 @@ This excludes:
|
||||||
* Added complexity
|
* Added complexity
|
||||||
* Breaking changes
|
* Breaking changes
|
||||||
|
|
||||||
|
Any changes to `master` automatically gets pulled in to `torxed-v2.2.0` to avoid merge hell.
|
||||||
|
|
||||||
# Describe your PR
|
# Describe your PR
|
||||||
|
|
||||||
If the changes has been discussed in an Issue, please tag it so we can backtrace from the Issue later on.<br>
|
If the changes has been discussed in an Issue, please tag it so we can backtrace from the Issue later on.<br>
|
||||||
|
|
@ -22,3 +24,5 @@ If the PR is larger than ~20 lines, please describe it here unless described in
|
||||||
|
|
||||||
Any new feature or stability improvement should be tested if possible.
|
Any new feature or stability improvement should be tested if possible.
|
||||||
Please follow the test instructions at the bottom of the README.
|
Please follow the test instructions at the bottom of the README.
|
||||||
|
|
||||||
|
*These PR guidelines will change after 2021-05-01, which is when `v2.1.4` gets released*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue