Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Alex Ellis 2017-07-26 18:56:01 +01:00 committed by GitHub
parent 518d2f41a0
commit e29c2faf4e

View File

@ -23,7 +23,8 @@
<!--- 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've read the [CONTRIBUTION](https://github.com/alexellis/faas/blob/master/CONTRIBUTING.md) guide
- [ ] I have signed-off my commits with `git commit -s`
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.