From 6f68b72c21281a22b7fe9b3f54f7e4f16d10354f Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sat, 27 May 2017 10:16:56 +0100 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c0a6566f..cbc641c1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,6 +23,7 @@ - [ ] 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.