dizquetv/pull_request_template.md
vexorian fd998e4834
Pull Request Template
Pull Request Template
2025-12-16 10:08:33 -04:00

26 lines
957 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 for 'stable' versions must go to `patch`.
* New features and fixes for 'edge' version must go to `development`.
-->
### 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.
### Code Standards
* [ ] I understand the code being contributed and it's purpose. <!-- Please read CODE_OF_CONDUCT for more info. -->