From dc40b9144092f7f28e7d7c78aa62aec5724e4d15 Mon Sep 17 00:00:00 2001 From: tomaae <23486452+tomaae@users.noreply.github.com> Date: Sun, 19 Apr 2020 08:44:44 +0200 Subject: [PATCH] added pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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..ec61a26 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ +## Proposed change + + + +## Type of change + +- [ ] Bugfix +- [ ] New feature +- [ ] Code quality improvements to existing code or addition of tests + +## Additional information + + +## Checklist + +- [ ] The code change is tested and works locally. +- [ ] The code has been formatted using Black. +- [ ] Tests have been added to verify that the new code works. +- [ ] Documentation added/updated if required.