github.com/cosmos/cosmos-sdk@v0.50.10/.github/PULL_REQUEST_TEMPLATE/docs.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  <!-- Pull requests that sit inactive for longer than 30 days will be closed.  -->
     9  ---
    10  
    11  ### Author Checklist
    12  
    13  *All items are required. Please add a note to the item if the item is not applicable and
    14  please add links to any relevant follow up issues.*
    15  
    16  I have...
    17  
    18  - [ ] included the correct `docs:` prefix in the PR title
    19  - [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
    20  - [ ] provided a link to the relevant issue or specification
    21  - [ ] followed the [documentation writing guidelines](https://github.com/cosmos/cosmos-sdk/blob/main/docs/DOC_WRITING_GUIDELINES.md)
    22  - [ ] reviewed "Files changed" and left comments if necessary
    23  - [ ] confirmed all CI checks have passed
    24  
    25  ### Reviewers Checklist
    26  
    27  *All items are required. Please add a note if the item is not applicable and please add
    28  your handle next to the items reviewed if you only reviewed selected items.*
    29  
    30  I have...
    31  
    32  - [ ] confirmed the correct `docs:` prefix in the PR title
    33  - [ ] confirmed all author checklist items have been addressed 
    34  - [ ] confirmed that this PR only changes documentation
    35  - [ ] reviewed content for consistency
    36  - [ ] reviewed content for thoroughness
    37  - [ ] reviewed content for spelling and grammar
    38  - [ ] tested instructions (if applicable)