From e29c2faf4e2936baa7314df2fff84daa982b4387 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 26 Jul 2017 18:56:01 +0100 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cbc641c1..ad515a48 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,7 +23,8 @@ - [ ] 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.