c2ba97d904cb3395e36b605ebea81fe60578122f
[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 ## PR Checklist
5
6
7 - [ ] Please add a description of your changes.
8 - [ ] We need your changes to come with unit tests in order to keep this project in quality and easy to maintain.
9 - [ ] Please add a link to the open issue or task that this pull request will resolve.
10 - [ ] Add a note to the changelog to indicate the change
11
12
13
14 ## Does this PR introduce a breaking change?
15
16 - [ ] Yes
17 - [ ] No
18
19
20 If yes please indicate it and migration info into the CHANGELOG.md file.
21
22