Skip to content

Commit

Permalink
First draft of the PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
dasrecht authored Jan 24, 2019
1 parent e827717 commit 9bd50f0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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:

<!-- You can skip this if you're fixing a typo. -->
# 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
<!--
Describe the change in order to make it visible in the changelog
If the change breaks anything document this - how was the functionality before - how does it work after the change
Prefix the change with: Feature, Change, Bugfix, Improvement, Documentation
Use following format:
Improvement - Description (#ISSUENUMBER)
-->

# Closing issues
Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).

0 comments on commit 9bd50f0

Please sign in to comment.