build(deps-dev): apply updates
[poolifier.git] / .github / pull_request_template.md
CommitLineData
b53f9ec9
S
1<!--
2 Thanks for contributing to poolifier project.
86f960c5 3 Please be sure to read our [contributing guidelines](https://github.com/poolifier/poolifier/blob/master/CONTRIBUTING.md).
b53f9ec9 4-->
d140c5a8 5
cfe25e45
APA
6## PR Checklist
7
cfe25e45
APA
8- [ ] Please add a description of your changes.
9- [ ] We need your changes to come with unit tests in order to keep this project in quality and easy to maintain.
aa4bf79b 10- [ ] If your changes contain any new feature please be sure to document it.
cfe25e45 11- [ ] Please add a link to the open issue or task that this pull request will resolve.
86f960c5 12- [ ] Add an entry to the changelog to indicate the change.
d140c5a8
APA
13
14## Does this PR introduce a breaking change?
cfe25e45 15
b53f9ec9
S
16- [ ] Yes
17- [ ] No
d140c5a8
APA
18
19If yes please indicate it and migration info into the CHANGELOG.md file.
20
b53f9ec9 21---
d140c5a8 22
b53f9ec9 23<!-- Your PR text -->