From 9bd50f010f4e602f4e77397b4dbca82070382cec Mon Sep 17 00:00:00 2001 From: Bastian Widmer Date: Thu, 24 Jan 2019 14:23:56 +0100 Subject: [PATCH] First draft of the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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 0000000000..0c97bc77f5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +**IMPORTANT: Please do not create a Pull Request without creating an issue first.** +*Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.* +Please provide enough information so that others can review your pull request: + + +# 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).