From 86f960c5e960e4f91e2e3d1e1ba8e66795fd70cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 27 Jul 2023 11:35:34 +0200 Subject: [PATCH] docs: refine pull request template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .../{PULL_REQUEST_TEMPLATE.md => pull_request_template.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE.md => pull_request_template.md} (83%) 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? -- 2.34.1