diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..159a7bad6a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +## Description + + + +Fixes # + +## Type of Change + +- [ ] Bugfix +- [ ] New Feature +- [ ] Refactor / codestyle updates +- [ ] Other, please describe: + +- [ ] This PR includes a breaking change + +## Requirements Checklist + +- [ ] New / updated tests are included +- [ ] All tests are passing locally +- [ ] Performed a self-review of the submitted code + +If adding a new feature: + +- [ ] Documentation was added/updated