From: Nicolas Coden Date: Sat, 21 Apr 2018 10:27:47 +0000 (+0200) Subject: chore: add checkbox aobut commits in GitHub pull request template X-Git-Tag: v6.6.0~3^2~225^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=720815e8d;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: add checkbox aobut commits in GitHub pull request template --- 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).