diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..166981aa49 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ + + + +# Checklist +- [ ] Affected Issues have been mentioned in the Closing issues section +- [ ] Documentation has been written/updated. +- [ ] Changelog entry has been written + +Explain the **details** for making this change. What existing problem does the pull request solve? + +# Changelog Entry + + +# Closing issues +Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).