github.com/sykesm/fabric@v1.1.0-preview.0.20200129034918-2aa12b1a0181/.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  Also, copy release note text into the release specific /release_notes file.
    33  -->
    34  
    35  <!--
    36  Checklist (DELETE AFTER READING):
    37  
    38  - `Signed-off-by` added to commits (required for DCO check to pass)
    39  - Tests have been added/updated (required for bug fixes and features)
    40  - Unit and/or integration tests pass locally
    41  - Run linters and checks locally using 'make checks'
    42  - If change requires documentation updates, make updates in pull request,
    43    or open a separate issue and provide link
    44  - Squash commits into a single commit, unless a stack of commits is
    45    intentional to assist reviewers or to preserve review comments.
    46  - For additional contribution guidelines see the project's CONTRIBUTING.md file
    47  -->