|
1 |
| -<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ |
2 |
| -v ✰ Thanks for creating a PR! ✰ |
3 |
| -v Before smashing the submit button please review the checkboxes. |
4 |
| -v If a checkbox is n/a - please still include it but + a little note why |
5 |
| -☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> |
6 |
| - |
7 | 1 | ## Description
|
8 |
| -<!-- Small description --> |
9 | 2 |
|
10 |
| -## Checklist |
11 |
| -- [ ] Targeted PR against correct branch. |
12 |
| -- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. |
13 |
| -- [ ] Wrote unit tests. |
14 |
| -- [ ] Re-reviewed `Files changed` in the Github PR explorer. |
| 3 | +Closes: #XXXX |
| 4 | + |
| 5 | +<!-- Add a description of the changes that this PR introduces and the files that |
| 6 | +are the most critical to review. --> |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +### Author Checklist |
| 11 | + |
| 12 | +*All items are required. Please add a note to the item if the item is not applicable and |
| 13 | +please add links to any relevant follow up issues.* |
| 14 | + |
| 15 | +I have... |
| 16 | + |
| 17 | +- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title |
| 18 | +- [ ] added `!` to the type prefix if API or client breaking change |
| 19 | +- [ ] targeted the correct branch |
| 20 | +- [ ] provided a link to the relevant issue or specification |
| 21 | +- [ ] added a changelog entry to `CHANGELOG.md` |
| 22 | +- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc) |
| 23 | +- [ ] updated the relevant documentation or specification |
| 24 | +- [ ] reviewed "Files changed" and left comments if necessary |
| 25 | +- [ ] confirmed all CI checks have passed |
| 26 | + |
| 27 | +### Reviewers Checklist |
| 28 | + |
| 29 | +*All items are required. Please add a note if the item is not applicable and please add |
| 30 | +your handle next to the items reviewed if you only reviewed selected items.* |
| 31 | + |
| 32 | +I have... |
| 33 | + |
| 34 | +- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title |
| 35 | +- [ ] confirmed `!` in the type prefix if API or client breaking change |
| 36 | +- [ ] confirmed all author checklist items have been addressed |
| 37 | +- [ ] reviewed API design and naming |
| 38 | +- [ ] reviewed documentation is accurate |
| 39 | +- [ ] reviewed tests and test coverage |
| 40 | +- [ ] manually tested (if applicable) |
0 commit comments