Merge pull request #2327 from coreos-inc/FEAT-github-templates

feat(.github): add PR template
This commit is contained in:
Erica 2017-02-27 21:05:50 -05:00 committed by GitHub
commit a13359c10c
2 changed files with 30 additions and 0 deletions

View file

@ -7,6 +7,7 @@ venv
.git
!.git/HEAD
.gitignore
.github
Bobfile
README.md
ROADMAP.md

29
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View 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