PR template

PR template
This commit is contained in:
vexorian 2020-08-18 00:25:41 -04:00 committed by GitHub
parent b43eb4703b
commit e87e1c13a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
pull_request_template.md Normal file
View File

@ -0,0 +1,18 @@
### 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 (Currently *ALL* PRs must go to `dev/0.0.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.