|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Add a description of the changes that this PR introduces and the files that |
| 4 | +are the most critical to review. |
| 5 | +--> |
| 6 | + |
| 7 | +---- |
| 8 | + |
| 9 | +Closes #XXX |
| 10 | + |
| 11 | +<!-- |
| 12 | +< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ |
| 13 | +v ✰ Thanks for creating a PR! ✰ |
| 14 | +v Before smashing the submit button please review the checkboxes. |
| 15 | +v If a checkbox is n/a - please still include it but + a little note why |
| 16 | +☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
| 17 | +
|
| 18 | +**All** items are required. Please add a note to the item if the item is not applicable and |
| 19 | +please add links to any relevant follow up issues. |
| 20 | +
|
| 21 | +PR review checkboxes: |
| 22 | +
|
| 23 | +I have... |
| 24 | +
|
| 25 | +- [ ] added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md` |
| 26 | +- [ ] included the correct |
| 27 | + [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) |
| 28 | + in the PR title |
| 29 | +- [ ] targeted the correct branch |
| 30 | + (see [PR Targeting](https://github.com/hetu-project/hetu-hub/blob/main/CONTRIBUTING.md#pr-targeting)) |
| 31 | +- [ ] provided a link in the PR description to the relevant issue or specification |
| 32 | +- [ ] reviewed "Files changed" and left comments if necessary |
| 33 | +- [ ] confirmed all required CI checks have passed |
| 34 | +
|
| 35 | +Code maintenance: |
| 36 | +
|
| 37 | +I have... |
| 38 | +
|
| 39 | +- [ ] written unit and integration [tests](https://github.com/hetu-project/hetu-hub/blob/main/CONTRIBUTING.md#testing) |
| 40 | +- [ ] added relevant [`godoc`](https://go.dev/blog/godoc) and [code comments](https://blog.jbowen.dev/2019/09/the-magic-of-go-comments/). |
| 41 | +- [ ] updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`) |
| 42 | +
|
| 43 | +______ |
| 44 | +
|
| 45 | +### Reviewers Checklist |
| 46 | +
|
| 47 | +**All** items are required. |
| 48 | +Please add a note if the item is not applicable |
| 49 | +and please add your handle next to the items reviewed |
| 50 | +if you only reviewed selected items. |
| 51 | +
|
| 52 | +I have... |
| 53 | +
|
| 54 | +- [ ] confirmed the correct |
| 55 | + [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) |
| 56 | + in the PR title |
| 57 | +- [ ] confirmed all author checklist items have been addressed |
| 58 | +- [ ] confirmed that this PR does not change production code |
| 59 | +
|
| 60 | +--> |
0 commit comments