feat(.github): add PR template

This commit is contained in:
EvB 2017-02-01 15:04:16 -05:00
parent 14093d41ee
commit c5577c8901
2 changed files with 30 additions and 0 deletions

View File

@ -6,6 +6,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