build(ci): switch to release-please release manager
[poolifier.git] / .github / pull_request_template.md
index ba3ec94c67cbcc44697b5cdccebdeca66700dd48..1da7c97d9e4b4d721f31a9ba708beedab8fde765 100644 (file)
@@ -6,10 +6,10 @@
 ## PR Checklist
 
 - [ ] Please add a description of your changes.
+- [ ] Please ensure title follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
 - [ ] 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 an entry to the changelog to indicate the change.
 
 ## Does this PR introduce a breaking change?