Update PULL_REQUEST_TEMPLATE.md
[poolifier.git] / .github / PULL_REQUEST_TEMPLATE.md
1 Thanks for contributing to poolifier project.
2 Please be sure to read our [contributing guidelines](https://github.com/pioardi/poolifier/blob/pr-template/CONTRIBUTING.md).
3
4 - Please add a description of your changes.
5 - We need your changes to come with unit tests in order to keep this project in quality and easy to maintain.
6 - Please add a link to the open issue or task that this pull request will resolve.
7 - Add a note to the changelog to indicate the change
8
9 ## Does this PR introduce a breaking change?
10 ```
11 [ ] Yes
12 [ ] No
13 ```
14
15 If yes please indicate it and migration info into the CHANGELOG.md file.
16
17