github.com/pingcap/ticdc@v0.0.0-20220526033649-485a10ef2652/.github/ISSUE_TEMPLATE/bug-report.md (about) 1 --- 2 name: "\U0001F41B Bug Report" 3 labels: "type/bug" 4 about: Something isn't working as expected 5 6 --- 7 8 ## Bug Report 9 10 Please answer these questions before submitting your issue. Thanks! 11 12 1. What did you do? If possible, provide a recipe for reproducing the error. 13 14 2. What did you expect to see? 15 16 3. What did you see instead? 17 18 4. Versions of the cluster 19 20 - Upstream TiDB cluster version (execute `SELECT tidb_version();` in a MySQL client): 21 22 ``` 23 (paste TiDB cluster version here) 24 ``` 25 26 - TiCDC version (execute `cdc version`): 27 28 ``` 29 (paste TiCDC version here) 30 ```