]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: add checkbox aobut commits in GitHub pull request template
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 21 Apr 2018 10:27:47 +0000 (12:27 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 21 Apr 2018 10:27:47 +0000 (12:27 +0200)
.github/PULL_REQUEST_TEMPLATE.md

index 38b13dea53e9e37101780bc64900f15c62613a94..469bd07857eb867e1c549ba44e35788f79a58dd4 100644 (file)
@@ -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).