Fix some format issues in MD files (#131)
[poolifier.git] / .github / PULL_REQUEST_TEMPLATE.md
1 <!--
2 Thanks for contributing to poolifier project.
3 Please be sure to read our [contributing guidelines](https://github.com/pioardi/poolifier/blob/pr-template/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 - [ ] Please add a link to the open issue or task that this pull request will resolve.
11 - [ ] Add a note to the changelog to indicate the change.
12
13 ## Does this PR introduce a breaking change?
14
15 - [ ] Yes
16 - [ ] No
17
18 If yes please indicate it and migration info into the CHANGELOG.md file.
19
20 ---
21
22 <!-- Your PR text -->