github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/.github/pull_request_template.md (about) 1 <!-- 2 Thank you for working on BR! Please read BR's [CONTRIBUTING](https://github.com/pingcap/br/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 Code changes 21 22 - Has exported function/method change 23 - Has exported variable/fields change 24 - Has interface methods change 25 - Has persistent data change 26 27 Side effects 28 29 - Possible performance regression 30 - Increased code complexity 31 - Breaking backward compatibility 32 33 Related changes 34 35 - Need to cherry-pick to the release branch 36 - Need to update the documentation 37 38 ### Release note 39 40 - 41 42 <!-- fill in the release note, or just write "No release note" -->