summaryrefslogtreecommitdiffstats
path: root/PULL_REQUEST_TEMPLATE.md
blob: 33db775e4691b1608aae94a311ab4c2446990c52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Description (e.g. "Related to ...", etc.)

_Please replace this description with a concise description of this Pull Request._

## Code review checklist (for code reviewer to complete)

- [ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
- [ ] Title summarizes what is changing
- [ ] Commit messages are meaningful (see [this][commit messages] for details)
- [ ] Tests have been included and/or updated, as appropriate
- [ ] Docstrings have been included and/or updated, as appropriate
- [ ] Standalone docs have been updated accordingly

[commit messages]: https://conventionalcommits.org/