diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..9dd20acd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +# Description + + + +## Issue reference + + + +Please reference the issue this PR will close: #_[issue number]_ + +## Checklist + +Please make sure you've completed the relevant tasks for this PR, out of the following list: + +* [ ] Code compiles correctly +* [ ] Created/updated tests +* [ ] Extended the documentation