From 720815e8d8c55f051cef4f9e02b447590f5896f0 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sat, 21 Apr 2018 12:27:47 +0200 Subject: [PATCH] chore: add checkbox aobut commits in GitHub pull request template --- .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 38b13dea5..469bd0785 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -36,6 +36,7 @@ - [ ] The pull request title is descriptive. - [ ] The template is fully and correctly filled. - [ ] The pull request target the right branch (`develop` or `support/*`). +- [ ] My commits are correctly titled and contains all relevant information. - [ ] My code follows the code style of this project. - [ ] I have updated the documentation accordingly to my changes (if relevant). - [ ] I have added tests to cover my changes (if relevant). -- 2.47.2