docs: refine pull request template
[poolifier.git] / .github / pull_request_template.md
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?