chore: v2.4.13
[poolifier.git] / .github / PULL_REQUEST_TEMPLATE.md
index c195f4d2585b0070880bdddedcf2ca3b8a8379e6..4beb6701fb137b5dd153789ebf65f43d3712d6fa 100644 (file)
@@ -1,7 +1,23 @@
-Thanks for contributing to poolifier project.
-Please be sure to read our [contributing guidelines](https://github.com/pioardi/poolifier/blob/pr-template/CONTRIBUTING.md).
+<!--
+  Thanks for contributing to poolifier project.
+  Please be sure to read our [contributing guidelines](https://github.com/poolifier/poolifier/blob/pr-template/CONTRIBUTING.md).
+-->
 
+## PR Checklist
 
- - Please add a description of your changes.
- - We need your changes to come with unit tests in order to keep this project in quality and easy to mantain.
- - Please add a link to the open issue or task that this pull request will resolve.
+- [ ] Please add a description of your changes.
+- [ ] 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.
+
+## Does this PR introduce a breaking change?
+
+- [ ] Yes
+- [ ] No
+
+If yes please indicate it and migration info into the CHANGELOG.md file.
+
+---
+
+<!-- Your PR text -->