From c6dfc53358ca3b9b587b8b773f6f329d20de1c7e Mon Sep 17 00:00:00 2001 From: Richard Haeser Date: Tue, 10 Jul 2018 22:15:11 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..1e41cbd2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ +## Summary + +This PR can be summarized in the following changelog entry: + +* + +## Relevant technical choices: + +* + +## Test instructions + +This PR can be tested by following these steps: + +* + +## Quality assurance + +* [ ] I have tested this code to the best of my abilities +* [ ] I have added unittests to verify the code works as intended + +Fixes #