Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Alex Ellis 2017-05-27 10:16:56 +01:00 committed by GitHub
parent 81f42607ae
commit 6f68b72c21

View File

@ -23,6 +23,7 @@
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have signed-off my commits with `git commit -s`
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.