-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #866 from amazeeio/pullrequest-template
First draft of the PR template
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |