github.com/cosmos/cosmos-sdk@v0.50.10/.github/PULL_REQUEST_TEMPLATE/other.md (about)

     1  ## Description
     2  
     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  - [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
    19  - [ ] provided a link to the relevant issue or specification
    20  - [ ] reviewed "Files changed" and left comments if necessary
    21  - [ ] confirmed all CI checks have passed
    22  
    23  ### Reviewers Checklist
    24  
    25  *All items are required. Please add a note if the item is not applicable and please add
    26  your handle next to the items reviewed if you only reviewed selected items.*
    27  
    28  I have...
    29  
    30  - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    31  - [ ] confirmed all author checklist items have been addressed
    32  - [ ] confirmed that this PR does not change production code