25 lines
735 B
Markdown
25 lines
735 B
Markdown
🚨 PR Guidelines:
|
|
|
|
# New features
|
|
|
|
Merge new features in to `torxed-v2.2.0`.
|
|
This branch is designated for potential breaking changes, added complexity and new functionality.
|
|
|
|
# Bug fixes
|
|
|
|
Merge against `master` for bug fixes and anything that improves stability and quality of life.<br>
|
|
This excludes:
|
|
* New functionality
|
|
* Added complexity
|
|
* Breaking changes
|
|
|
|
# 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.
|