From ecd190987e120a3b320afb791118120e14a958df Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 1 Jul 2021 20:23:21 +0200 Subject: [PATCH] Add a pull request template --- .github/pull_request_template.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/pull_request_template.md 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