github.com/klaytn/klaytn@v1.12.1/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  ## Proposed changes
     2  
     3  - Describe your changes to communicate to the maintainers why we should accept this pull request.
     4  - If it fixes a bug or resolves a feature request, be sure to link to that issue.
     5  
     6  ## Types of changes
     7  
     8  Please put an x in the boxes related to your change.
     9  
    10  - [ ] Bugfix
    11  - [ ] New feature or enhancement
    12  - [ ] Others
    13  
    14  ## Checklist
    15  
    16  *Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.*
    17  
    18  - [ ] I have read the [CONTRIBUTING GUIDELINES](https://github.com/klaytn/klaytn/blob/master/CONTRIBUTING.md) doc
    19  - [ ] I have signed the [CLA](https://cla-assistant.io/klaytn/klaytn)
    20  - [ ] Lint and unit tests pass locally with my changes (`$ make test`)
    21  - [ ] I have added tests that prove my fix is effective or that my feature works
    22  - [ ] I have added necessary documentation (if appropriate)
    23  - [ ] Any dependent changes have been merged and published in downstream modules
    24  
    25  ## Related issues
    26  
    27  - Please leave the issue numbers or links related to this PR here.
    28  
    29  ## Further comments
    30  
    31  If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...