Skip to content

Commit

Permalink
Merge pull request #866 from amazeeio/pullrequest-template
Browse files Browse the repository at this point in the history
First draft of the PR template
  • Loading branch information
Schnitzel committed Feb 28, 2019
2 parents 53d7085 + be06440 commit b23bedd
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!--
**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 b23bedd

Please sign in to comment.