Add changelog steps to PR template

This commit is contained in:
Cody Soyland 2019-04-12 13:47:40 -05:00
parent 140c26ceec
commit 357f0bbf8c

View file

@ -12,6 +12,8 @@ Fixes #
- [ ] I have resolved any merge conflicts.
- [ ] I have included tests that cover my changes.
- [ ] All new and existing tests pass.
- [ ] Make sure PR title conforms to convention in CHANGELOG.md.
- [ ] Add appropriate changelog label to PR (if applicable).
## Code review checklist
This is the checklist that the reviewer will follow while reviewing your pull request. You do not need to do anything with this checklist, but be aware of what the reviewer will be looking for.
@ -22,3 +24,5 @@ This is the checklist that the reviewer will follow while reviewing your pull re
- [ ] Check that tests have been written and that they cover the new functionality.
- [ ] Run tests and ensure they pass.
- [ ] Build and run the code, performing any applicable integration testing.
- [ ] Make sure PR title conforms to convention in CHANGELOG.md.
- [ ] Make sure PR is tagged with appropriate changelog label.