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 #