General: add PR template
This should help folks craft Pull Request descriptions that are as helpful as they can be.
This commit is contained in:
parent
234b373d98
commit
30b93a0d07
1 changed files with 22 additions and 0 deletions
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<!--- Provide a general summary of your changes in the Title above -->
|
||||||
|
|
||||||
|
Fixes #
|
||||||
|
|
||||||
|
## Proposed changes:
|
||||||
|
<!--- Explain what functional changes your PR includes -->
|
||||||
|
*
|
||||||
|
|
||||||
|
### Other information:
|
||||||
|
|
||||||
|
- [ ] Have you written new tests for your changes, if applicable?
|
||||||
|
|
||||||
|
## Testing instructions:
|
||||||
|
<!-- If you were reviewing this PR, how would you like the instructions to be presented? -->
|
||||||
|
<!-- Please include detailed testing steps, explaining how to test your change. -->
|
||||||
|
<!-- Bear in mind that context you working on is not obvious for everyone. -->
|
||||||
|
<!-- Adding "simple" configuration steps will help reviewers to get to your PR as quickly as possible. -->
|
||||||
|
<!-- "Before / After" screenshots can also be very helpful when the change is visual. -->
|
||||||
|
|
||||||
|
* Go to '..'
|
||||||
|
*
|
||||||
|
|
Loading…
Reference in a new issue