|
1 |
| -# Description |
| 1 | +<!-- |
| 2 | +The default pull request template is for types feat, fix, or refactor. |
| 3 | +For other templates, add one of the following parameters to the url: |
| 4 | +- template=docs.md |
| 5 | +- template=other.md |
| 6 | +--> |
2 | 7 |
|
3 |
| -Please include a summary of the changes and the related issue. If the issue was ambiguous try to clarify it in this section. |
| 8 | +## Description |
4 | 9 |
|
5 |
| -## Linked issues |
| 10 | +Closes: #XXXX |
6 | 11 |
|
7 |
| -Closes: `#<issue>` |
| 12 | +<!-- Add a description of the changes that this PR introduces and the files that |
| 13 | +are the most critical to review. --> |
8 | 14 |
|
9 |
| -## Type of change |
| 15 | +--- |
10 | 16 |
|
11 |
| -If you've checked more than one of the first three boxes, consider splitting this PR into multiple PRs! |
| 17 | +### Author Checklist |
12 | 18 |
|
13 |
| -- [ ] `Feature`: Changes and/or adds code behavior, irrelevant to bug fixes |
14 |
| -- [ ] `Fix`: Changes and/or adds code behavior, specifically to fix a bug |
15 |
| -- [ ] `Refactor`: Changes existing code style, naming, structure, etc. |
16 |
| -- [ ] `Testing`: Adds testing |
17 |
| -- [ ] `Docs`: Adds documentation |
| 19 | +*All items are required. Please add a note to the item if the item is not applicable and |
| 20 | +please add links to any relevant follow up issues.* |
18 | 21 |
|
19 |
| -## Regression tests |
| 22 | +I have... |
20 | 23 |
|
21 |
| -If `Refactor`, describe the new or existing tests that verify no behavior was changed or added where refactors were introduced. |
| 24 | +* [ ] Included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title |
| 25 | +* [ ] Added `!` to the type prefix if API or client breaking change |
| 26 | +* [ ] Targeted the correct branch (see [PR Targeting](https://github.com/cosmos/interchain-security/blob/main/CONTRIBUTING.md#pr-targeting)) |
| 27 | +* [ ] Provided a link to the relevant issue or specification |
| 28 | +* [ ] Followed the guidelines for [building SDK modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules) |
| 29 | +* [ ] Included the necessary unit and integration [tests](https://github.com/cosmos/interchain-security/blob/main/CONTRIBUTING.md#testing) |
| 30 | +* [ ] Added a changelog entry to `CHANGELOG.md` |
| 31 | +* [ ] Included comments for [documenting Go code](https://blog.golang.org/godoc) |
| 32 | +* [ ] Updated the relevant documentation or specification |
| 33 | +* [ ] Reviewed "Files changed" and left comments if necessary <!-- relevant if the changes are not obvious --> |
| 34 | +* [ ] Confirmed all CI checks have passed |
22 | 35 |
|
23 |
| -## New behavior tests |
| 36 | +### Reviewers Checklist |
24 | 37 |
|
25 |
| -If `Feature` or `Fix`, describe the new or existing tests that verify the new behavior is correct and expected. |
| 38 | +*All items are required. Please add a note if the item is not applicable and please add |
| 39 | +your handle next to the items reviewed if you only reviewed selected items.* |
26 | 40 |
|
27 |
| -## Versioning Implications |
| 41 | +I have... |
28 | 42 |
|
29 |
| -- [ ] This PR will affect [semantic versioning as defined for ICS](../CONTRIBUTING.md#semantic-versioning) |
30 |
| - |
31 |
| -If the above box is checked, which version should be bumped? |
32 |
| - |
33 |
| -- [ ] `MAJOR`: Consensus breaking changes to both the provider and consumers(s), including updates/breaking changes to IBC communication between provider and consumer(s) |
34 |
| -- [ ] `MINOR`: Consensus breaking changes which affect either only the provider or only the consumer(s) |
35 |
| -- [ ] `PATCH`: Non consensus breaking changes |
36 |
| - |
37 |
| -## Targeting |
38 |
| - |
39 |
| -Please select one of the following: |
40 |
| - |
41 |
| -- [ ] This PR is only relevant to main |
42 |
| -- [ ] This PR is relevant to main, and should also be back-ported to ____ (ex: v1.0.0 and v1.1.0) |
43 |
| -- [ ] This PR is only relevant to ____ (ex: v1.0.0, v1.1.0, and v1.2.0) |
| 43 | +* [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title |
| 44 | +* [ ] confirmed `!` in the type prefix if API or client breaking change |
| 45 | +* [ ] confirmed all author checklist items have been addressed |
| 46 | +* [ ] reviewed state machine logic |
| 47 | +* [ ] reviewed API design and naming |
| 48 | +* [ ] reviewed documentation is accurate |
| 49 | +* [ ] reviewed tests and test coverage |
0 commit comments