X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2FPULL_REQUEST_TEMPLATE.md;h=5c83efbaaee841e67549d5ae4c1b5df25f1ea98d;hb=ddbeaffd4aec263acd90e324fc2d22c07cc36f38;hp=620b214d8314a979ff5b2adab399bb632b48a306;hpb=d140c5a86874ad402aa31745909d64027d9a75ca;p=poolifier.git diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 620b214d..5c83efba 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,22 @@ -Thanks for contributing to poolifier project. -Please be sure to read our [contributing guidelines](https://github.com/pioardi/poolifier/blob/pr-template/CONTRIBUTING.md). + -- 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 +## 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 -``` + +- [ ] Yes +- [ ] No If yes please indicate it and migration info into the CHANGELOG.md file. +--- +