mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
GitHub pull request template (#790)
* add GH PR template * add PR link reference
This commit is contained in:
parent
ff36bd81ad
commit
f20fbda4d2
1 changed files with 24 additions and 0 deletions
24
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
24
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
## Description
|
||||
Detail your changes here.
|
||||
A few sentences describing the overall goals of the pull request's commits will suffice.
|
||||
Some questions you might answer:
|
||||
|
||||
* Why was this change required?
|
||||
* Did you have any tough decisions to make? Which one(s) did you go with and why?
|
||||
* Are there any deployment impacts to this change?
|
||||
* Is there something you aren't happy with or that needs extra attention?
|
||||
|
||||
## Testing
|
||||
Outline steps to test your changes.
|
||||
|
||||
1. Go here.
|
||||
1. Click this.
|
||||
1. See that.
|
||||
|
||||
## To-Dos
|
||||
- [ ] tests
|
||||
- [ ] documentation
|
||||
|
||||
## References
|
||||
* [GitHub Issue ####](https://github.com/drapergem/draper/issues/####)
|
||||
* [GitHub Pull Request ####](https://github.com/drapergem/draper/pull/####)
|
Loading…
Add table
Reference in a new issue