Added pull request template

This commit is contained in:
ThaumRystra
2023-09-13 10:35:07 +02:00
parent 206fbb7586
commit f1b0019331

16
app/.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,16 @@
# Checklists
## Adding features
- [ ] My new pull request has zero code changes
- [ ] I have described the feature I intend to work on
- [ ] I have described how I intend to implement the feature
- [ ] I will wait for comment from the project's maintainers before submitting code changes
## Fixing bugs
- [ ] I have performed a self-review of my code
- [ ] I have included a link to the relevant github issue or discord post in the description
# Description
`Detailed description of your changes`