Update CONTRIBUTING.md
[poolifier.git] / .github / PULL_REQUEST_TEMPLATE.md
CommitLineData
d140c5a8
APA
1Thanks for contributing to poolifier project.
2Please be sure to read our [contributing guidelines](https://github.com/pioardi/poolifier/blob/pr-template/CONTRIBUTING.md).
3
cfe25e45
APA
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
d140c5a8
APA
13
14## Does this PR introduce a breaking change?
cfe25e45
APA
15
16 - [ ] Yes
17 - [ ] No
18
d140c5a8
APA
19
20If yes please indicate it and migration info into the CHANGELOG.md file.
21
22