From: Jérôme Benoit Date: Thu, 27 Jul 2023 09:35:34 +0000 (+0200) Subject: docs: refine pull request template X-Git-Tag: v2.6.21~21 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=86f960c5e960e4f91e2e3d1e1ba8e66795fd70cd;hp=e4119d0843d56902e7931d71e55d52d1197b59c3;p=poolifier.git docs: refine pull request template Signed-off-by: Jérôme Benoit --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/pull_request_template.md similarity index 83% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/pull_request_template.md index 4beb6701..ba3ec94c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ ## PR Checklist @@ -9,7 +9,7 @@ - [ ] We need your changes to come with unit tests in order to keep this project in quality and easy to maintain. - [ ] If your changes contain any new feature please be sure to document it. - [ ] Please add a link to the open issue or task that this pull request will resolve. -- [ ] Add a note to the changelog to indicate the change. +- [ ] Add an entry to the changelog to indicate the change. ## Does this PR introduce a breaking change?