From 343b98944d45acf667e58cb0d3b5127ef2aa6973 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Wed, 27 Sep 2023 08:28:08 +0200 Subject: [PATCH] added a minimal PR template --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 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 0000000..3ea9cd2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ + +fixes # + + + +- [ ] I have read the [Contribution Guidelines](../CONTRIBUTING.md) +- [ ] I have commented on the issue above and discussed the intended changes +- [ ] A maintainer has signed off on the changes and the issue was assigned to me +- [ ] All newly added code is adequately covered by tests +- [ ] All existing tests are still running without errors +- [ ] The documentation was modified to reflect the changes _OR_ no documentation changes are required. + +## Changes + +