diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..1f523469 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ + +# Checklist + +- [ ] Affected Issues have been mentioned in the Closing issues section +- [ ] Documentation has been written/updated +- [ ] PR title is ready for changelog and subsystem label(s) applied + +Explain the **details** for making this change. What existing problem does the pull request solve? + +# Closing issues + +Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). \ No newline at end of file