Fix some format issues in MD files (#131)
[poolifier.git] / .github / PULL_REQUEST_TEMPLATE.md
CommitLineData
b53f9ec9
S
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-->
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.
10- [ ] Please add a link to the open issue or task that this pull request will resolve.
b53f9ec9 11- [ ] Add a note to the changelog to indicate the change.
d140c5a8
APA
12
13## Does this PR introduce a breaking change?
cfe25e45 14
b53f9ec9
S
15- [ ] Yes
16- [ ] No
d140c5a8
APA
17
18If yes please indicate it and migration info into the CHANGELOG.md file.
19
b53f9ec9 20---
d140c5a8 21
b53f9ec9 22<!-- Your PR text -->