chore: update .github files

This commit is contained in:
2024-12-01 09:33:20 -07:00
parent 83717f0bdc
commit f1d2f8b468
7 changed files with 380 additions and 0 deletions

49
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,49 @@
<!--
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
Failure to follow the above title format will result in your PR being ignored.
-->
# Pull Request
<small>Checkmark 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/Aetherinox/thetvapp-docker/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