From cfe25e45bcfa8850337002179cdda0b88679469a Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Fri, 12 Feb 2021 14:36:36 +0100 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 620b214d..c2ba97d9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,21 @@ 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. -- 2.34.1