X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2FPULL_REQUEST_TEMPLATE.md;h=5c83efbaaee841e67549d5ae4c1b5df25f1ea98d;hb=17a9a09416d6c07f560eb0c79bd031d8c0125d4e;hp=1f689ef280fe7b85970aa9dd81e608333c217d31;hpb=0a44d12dd53ec8fe750df49c75b1ffa48fe179f3;p=poolifier.git diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1f689ef2..5c83efba 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,22 @@ + +## 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 maintain. +- [ ] 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. + +--- + +