github.com/Finschia/finschia-sdk@v0.48.1/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  <!--- Provide a general summary of your changes in the Title above -->
     2  
     3  ## Description
     4  <!--- Describe your changes in detail -->
     5  closes: #XXXX
     6  
     7  ## Motivation and context
     8  <!--- Why is this change required? What problem does it solve? -->
     9  <!--- If it fixes an open issue, please link to the issue here. -->
    10  
    11  ## How has this been tested?
    12  <!--- Please describe in detail how you tested your changes. -->
    13  <!--- Include details of your testing environment, and the tests you ran to -->
    14  <!--- see how your change affects other areas of the code, etc. -->
    15  
    16  ## Screenshots (if appropriate):
    17  
    18  ## Checklist:
    19  <!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
    20  <!--- If any of the checklist items are not applicable, leave it `[ ]` and write a little note why. --->
    21  <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
    22  - [ ] I followed the [contributing guidelines](https://github.com/Finschia/finschia-sdk/blob/main/CONTRIBUTING.md) and [code of conduct](https://github.com/Finschia/finschia-sdk/blob/main/CODE_OF_CONDUCT.md).
    23  - [ ] I have added a relevant changelog to `CHANGELOG.md`
    24  - [ ] I have added tests to cover my changes.
    25  - [ ] I have updated the documentation accordingly.
    26  - [ ] I have updated API documentation `client/docs/swagger-ui/swagger.yaml`