gitee.com/Mydawng/fabric-ca@v2.0.0-alpha.0.20201214145411-9ea68369cb61+incompatible/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  <!--- DELETE MARKDOWN COMMENTS BEFORE SUBMITTING PULL REQUEST. -->
     2  
     3  <!--- Provide a descriptive summary of your changes in the Title above. -->
     4  
     5  #### Type of change
     6  
     7  <!--- What type of change? Pick one option and delete the others. -->
     8  
     9  - Bug fix
    10  - New feature
    11  - Improvement (improvement to code, performance, etc)
    12  - Test update
    13  - Documentation update
    14  
    15  #### Description
    16  
    17  <!--- Describe your changes in detail, including motivation. -->
    18  
    19  #### Additional details
    20  
    21  <!--- Additional implementation details or comments to reviewers. -->
    22  <!--- Summarize how the pull request was tested (if not obvious from commit). -->
    23  
    24  #### Related issues
    25  
    26  <!--- Include a link to any associated issues, e.g. Jira issue or approved rfc. -->
    27  
    28  <!---
    29  #### Release Note
    30  If change impacts current users, uncomment Release Note heading and provide
    31  release note text.
    32  -->
    33  
    34  <!--
    35  Checklist (DELETE AFTER READING):
    36  
    37  - `Signed-off-by` added to commits (required for DCO check to pass)
    38  - Tests have been added/updated (required for bug fixes and features)
    39  - Unit and/or integration tests pass locally
    40  - Run linters and checks locally using 'make checks'
    41  - If change requires documentation updates, make updates in pull request,
    42    or open a separate issue and provide link
    43  - Squash commits into a single commit, unless a stack of commits is
    44    intentional to assist reviewers or to preserve review comments.
    45  - For additional contribution guidelines see the project's CONTRIBUTING.md file
    46  -->