X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fpull_request_template.md;h=1da7c97d9e4b4d721f31a9ba708beedab8fde765;hb=4c7e68aa71533a8ef98296d2f50a2aac898d6b17;hp=ba3ec94c67cbcc44697b5cdccebdeca66700dd48;hpb=5c48a8596b49dec06ec8995df4941ad63cc68f46;p=poolifier.git diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ba3ec94c..1da7c97d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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?