diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..170bb9f4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ + + +**Summary**: + +**Related issue**: + +**Checklist**: + +* [ ] The header of all files contain a reference to the repository license +* [ ] The overall test coverage is increased or remains the same as before +* [ ] All tests are passing +* [ ] All flake8 checks are passing and the style guide is followed +* [ ] Documentation (as docstrings) is complete and understandable +* [ ] Only files that have been actively changed are committed