From: Alessandro Pio Ardizio Date: Fri, 12 Feb 2021 13:33:37 +0000 (+0100) Subject: Update PULL_REQUEST_TEMPLATE.md X-Git-Tag: v2.0.0-beta.2~48 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d140c5a86874ad402aa31745909d64027d9a75ca;p=poolifier.git Update PULL_REQUEST_TEMPLATE.md Update PR template --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1f689ef2..620b214d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,17 @@ - +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 + +## Does this PR introduce a breaking change? +``` +[ ] Yes +[ ] No +``` + +If yes please indicate it and migration info into the CHANGELOG.md file. + +