Merge pull request #2327 from coreos-inc/FEAT-github-templates
feat(.github): add PR template
This commit is contained in:
commit
a13359c10c
2 changed files with 30 additions and 0 deletions
|
@ -7,6 +7,7 @@ venv
|
|||
.git
|
||||
!.git/HEAD
|
||||
.gitignore
|
||||
.github
|
||||
Bobfile
|
||||
README.md
|
||||
ROADMAP.md
|
||||
|
|
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
### Description of Changes
|
||||
|
||||
* details about the implementation of the changes
|
||||
* motivation for the change (broken code, new feature, etc)
|
||||
* contrast with previous behavior
|
||||
|
||||
|
||||
#### Changes:
|
||||
|
||||
* ..
|
||||
* ..
|
||||
|
||||
#### Issue: <link to story or task>
|
||||
|
||||
|
||||
**TESTING** ->
|
||||
|
||||
**BREAKING CHANGE** ->
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Reviewer Checklist
|
||||
|
||||
- [ ] It works!
|
||||
- [ ] Comments provide sufficient explanations for the next contributor
|
||||
- [ ] Tests cover changes and corner cases
|
||||
- [ ] Follows Quay syntax patterns and format
|
Reference in a new issue