docs: refine pull request template
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 27 Jul 2023 09:35:34 +0000 (11:35 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 27 Jul 2023 09:35:34 +0000 (11:35 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/pull_request_template.md [moved from .github/PULL_REQUEST_TEMPLATE.md with 83% similarity]

similarity index 83%
rename from .github/PULL_REQUEST_TEMPLATE.md
rename to .github/pull_request_template.md
index 4beb6701fb137b5dd153789ebf65f43d3712d6fa..ba3ec94c67cbcc44697b5cdccebdeca66700dd48 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   Thanks for contributing to poolifier project.
-  Please be sure to read our [contributing guidelines](https://github.com/poolifier/poolifier/blob/pr-template/CONTRIBUTING.md).
+  Please be sure to read our [contributing guidelines](https://github.com/poolifier/poolifier/blob/master/CONTRIBUTING.md).
 -->
 
 ## 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?