Files
tvapp2/.github/PULL_REQUEST_TEMPLATE.md

51 lines
1.5 KiB
Markdown

<!--
Pull Request
Ensure you read all of the sections carefully. Failure to fill this form out will result in your pull request being closed.
This text will remain hidden when you submit your pull request.
For your pull request title, use the format:
[BUG]: Brief title of the bug being fixed
[FEATURE]: Brief title of the feature being added
[DOCS]: Brief title of the feature being added
Failure to follow the above title format will result in your PR being ignored.
-->
# Pull Request
<small>Select which topic best describes your contribution:</small>
- [ ] Feature
- [ ] Bug
- [ ] Documentation / Wiki
---
<!---------------------------------------------------------------------->
<br />
<!---------------------------------------------------------------------->
### Description
<small>Explain here what your pull request includes and what you've done</small>
<!---------------------------------------------------------------------->
<br />
---
<br />
<!---------------------------------------------------------------------->
### Before You Submit
<small>Please ensure you check the following items to indicate that you've read this section and completed each task</small>
- [ ] My code follows the [Contribution Guidelines](https://github.com/https://github.com/BinaryNinja/tvapp2/blob/main/CONTRIBUTING.md)
- [ ] I give expressed consent for my work to be used in this repo
- [ ] I have tested my work and it functions as intended
- [ ] I have included documentation if the change requires such