diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..03a2eb818a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,28 @@ + + +**Short description of changes** + + + +**Context: Fixes an issue?** + + + +**Does this change need documentation? What needs to be documented and how?** + + + +**Status of this Pull Request** + + + +**What is missing until this pull request can be merged?** + + +## Checklist + +- [ ] I've verified that this Pull Request follows the [general code principles](https://github.com/jamulussoftware/jamulus/blob/master/CONTRIBUTING.md#jamulus-projectsource-code-general-principles) +- [ ] I tested my code and it does what I want +- [ ] My code follows the [style guide](https://github.com/jamulussoftware/jamulus/blob/master/CONTRIBUTING.md#source-code-consistency) +- [ ] I waited some time after this Pull Request was opened and all GitHub checks completed without errors. +- [ ] I've filled all the content above