.github/PULL_REQUEST_TEMPLATE.md
<!--
Thank you for your pull request. Please provide a description above and
review the checklist below.
Contributors guide: ./CONTRIBUTING.md
-->
## Checklist
<!--
Remove items that do not apply. For completed items, change [ ] to [x].
-->
- [ ] Keep pull requests small so they can be easily reviewed.
- [ ] Update the documentation.
- [ ] Update tests.
- [ ] Categorize the PR by setting a good title and adding one of the labels:
`bug`, `enhancement`, `documentation`, `change`, `breaking`, `dependency`, `internal`
as they show up in the changelog
- [ ] Link this PR to related issues.
<!--
NOTE: these things are not required to open a PR and can be done afterwards,
while the PR is open.
-->