diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..63751557 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ + + +This Pull Request fixes/closes #{issue_num}. + +It changes the following: +- +- + +I followed the checklist: +- [ ] I added unittests +- [ ] I ran `make check` without errors +- [ ] I tested the overall application \ No newline at end of file