From 3ea0c53c1e1b5bbfa6f0c7a9be88927c927a3b7f Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Fri, 28 Jul 2023 12:11:47 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#36167) Add a new item in the checklist about commit title and message that should be explanatory. --- .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 ef4ecda8836..93e40cb3be6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -34,6 +34,7 @@ List here all the items you have verified BEFORE sending this PR. Please DO NOT - [ ] I have made corresponding change to the default configuration files - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added an entry in `CHANGELOG.next.asciidoc` or `CHANGELOG-developer.next.asciidoc`. +- [ ] I have made my commit title and message explanatory about the purpose and the reason of the change ## Author's Checklist