X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2FPULL_REQUEST_TEMPLATE.md;h=4beb6701fb137b5dd153789ebf65f43d3712d6fa;hb=4f4ae1cb3c33228a023ea599c2648268d15e6c0f;hp=c2ba97d904cb3395e36b605ebea81fe60578122f;hpb=cfe25e45bcfa8850337002179cdda0b88679469a;p=poolifier.git diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c2ba97d9..4beb6701 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,22 +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). + ## 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. +- [ ] 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 - - +- [ ] 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. +--- +