github.com/pingcap/ticdc@v0.0.0-20220526033649-485a10ef2652/.github/pull_request_template.md (about) 1 <!-- 2 Thank you for contributing to TiDB-CDC! Please read MD's [CONTRIBUTING](https://github.com/pingcap/tidb-cdc/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 - Need to update key monitor metrics in both TiCDC document and official document 38 39 ### Release note 40 41 <!-- bugfixes or new feature need a release note, must in the form of a list, such as 42 43 - owner: add table in batch when start a changefeed to speed up scheduling 44 45 or if no need to be included in the release note, just add the following line 46 47 - No release note 48 -->