From 24365e04a0ba767a5eaacfa9c1a9706932b2adfc Mon Sep 17 00:00:00 2001 From: Rijk van Zanten Date: Thu, 26 May 2022 16:36:37 -0400 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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 0000000000..159a7bad6a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +## Description + + + +Fixes # + +## Type of Change + +- [ ] Bugfix +- [ ] New Feature +- [ ] Refactor / codestyle updates +- [ ] Other, please describe: + +- [ ] This PR includes a breaking change + +## Requirements Checklist + +- [ ] New / updated tests are included +- [ ] All tests are passing locally +- [ ] Performed a self-review of the submitted code + +If adding a new feature: + +- [ ] Documentation was added/updated