-
Notifications
You must be signed in to change notification settings - Fork 82
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 #127 from tedwaine/add-pr-template
Adding pull request template
- Loading branch information
Showing
1 changed file
with
36 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,36 @@ | ||
<!-- | ||
Thanks for your contribution! Please read this comment in its entirety. It's quite important. | ||
When a contributor merges the pull request, the title and the description will be used to build the merge commit! | ||
### Pull Request TITLE | ||
It should be in the following format: | ||
[ 12345: Summary of the changes made ] Where 12345 is the corresponding Github Issue | ||
OR | ||
[ Summary of the changes made ] If it's solving something trivial, like fixing a typo. | ||
--> | ||
|
||
### Linked issues | ||
<!-- | ||
Link the Issue(s) this Pull Request is related to. | ||
Each PR should link to at least one issue, in the form: | ||
Use one line for each Issue. This allows auto-closing the related issue when the fix is merged. | ||
Fixes #12345 | ||
Fixes #54345 | ||
--> | ||
|
||
### Summarize your change. | ||
|
||
### Describe the reason for the change. | ||
|
||
### Describe what you have tested and on which operating system. | ||
|
||
### Add a list of changes, and note any that might need special attention during the review. | ||
|
||
### If possible, provide screenshots. |