build(deps-dev): apply updates
[poolifier.git] / .github / pull_request_template.md
... / ...
CommitLineData
1<!--
2 Thanks for contributing to poolifier project.
3 Please be sure to read our [contributing guidelines](https://github.com/poolifier/poolifier/blob/master/CONTRIBUTING.md).
4-->
5
6## PR Checklist
7
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.
10- [ ] If your changes contain any new feature please be sure to document it.
11- [ ] Please add a link to the open issue or task that this pull request will resolve.
12- [ ] Add an entry to the changelog to indicate the change.
13
14## Does this PR introduce a breaking change?
15
16- [ ] Yes
17- [ ] No
18
19If yes please indicate it and migration info into the CHANGELOG.md file.
20
21---
22
23<!-- Your PR text -->