feat(.github): add PR template
This commit is contained in:
parent
14093d41ee
commit
c5577c8901
2 changed files with 30 additions and 0 deletions
|
@ -6,6 +6,7 @@ venv
|
||||||
.git
|
.git
|
||||||
!.git/HEAD
|
!.git/HEAD
|
||||||
.gitignore
|
.gitignore
|
||||||
|
.github
|
||||||
Bobfile
|
Bobfile
|
||||||
README.md
|
README.md
|
||||||
ROADMAP.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