diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..c2c2b0e0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ + + +## Description of proposed changes + + +## Types of changes + + +- [ ] Bugfix +- [ ] Feature +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Build related changes +- [ ] Documentation updates +- [ ] Other (please describe): + +## Checklist + +- [ ] Code compiles correctly (mandatory for bugfixes / features / refactoring / build process) +- [ ] Tests for the changes have been added / updated (mandatory for bugfixes / features) +- [ ] Documentation has been added / updated (mandatory for bugfixes / features) + +## Further comments +