dizquetv/pull_request_template.md
vexorian 9a01c4dc4d
Update pull_request_template.md
Update PR template for 1.2
2020-09-28 20:16:28 -04:00

22 lines
771 B
Markdown

### Explanation of the changes, problem that they are intended to fix.
...
### All Submissions:
* [ ] I have read the code of conduct.
* [ ] I am submitting to the correct base branch
<!--
* Bug fixes must go to `dev/1.1.x`.
* New features must go to `dev/1.2.x`.
-->
### Changes that modify the db structure
* [ ] Backwards compatibility: Users running the new code using an existing .disquetv folder will not lose their channels / settings.
* [ ] I've implemented the necessary db migration steps if any.
### New features
* [ ] I understand that the feature may not be accepted if it doesn't fit the upstream app's planned design direction. But that in this case I am encouraged to share this as an available modification other users can use if they want.