29 lines
945 B
Markdown
29 lines
945 B
Markdown
🚨 PR Guidelines:
|
|
|
|
# New features *(v2.2.0)*
|
|
|
|
Merge new features in to `torxed-v2.2.0`.<br>
|
|
This branch is designated for potential breaking changes, added complexity and new functionality.
|
|
|
|
# Bug fixes *(v2.1.4)*
|
|
|
|
Merge against `master` for bug fixes and anything that improves stability and quality of life.<br>
|
|
This excludes:
|
|
* New functionality
|
|
* Added complexity
|
|
* Breaking changes
|
|
|
|
Any changes to `master` automatically gets pulled in to `torxed-v2.2.0` to avoid merge hell.
|
|
|
|
# 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 PR is larger than ~20 lines, please describe it here unless described in an issue.
|
|
|
|
# Testing
|
|
|
|
Any new feature or stability improvement should be tested if possible.
|
|
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*
|