github.com/pingcap/failpoint@v0.0.0-20240412033321-fd0796e60f86/.github/pull_request_template.md (about)

     1  <!--
     2  Thank you for contributing to Failpoint! Please read the [CONTRIBUTING](https://github.com/pingcap/failpoint/blob/master/CONTRIBUTING.md) document **BEFORE** filing this PR.
     3  -->
     4  
     5  ### What problem does this PR solve? <!--add issue link with summary if exists-->
     6  
     7  
     8  ### What is changed and how it works?
     9  
    10  
    11  ### Check List <!--REMOVE the items that are not applicable-->
    12  
    13  Tests <!-- At least one of them must be included. -->
    14  
    15   - Unit test
    16   - Integration test
    17   - Manual test (add detailed scripts or steps below)
    18   - No code
    19  
    20  Side effects
    21  
    22   - Possible performance regression
    23   - Increased code complexity
    24   - Breaking backward compatibility
    25  
    26  Related changes
    27  
    28   - Need to cherry-pick to the release branch
    29   - Need to update the documentation
    30   - Need to be included in the release note