github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/.github/ISSUE_TEMPLATE/engine-bug-report.yml (about) 1 name: "\U0001F41B Dataflow Engine Bug Report" 2 description: Something isn't working as expected 3 labels: ["type/bug","area/engine"] 4 body: 5 - type: markdown 6 attributes: 7 value: | 8 Please answer these questions before submitting your issue. Thanks! 9 - type: textarea 10 id: problem 11 attributes: 12 label: What did you do? 13 description: If possible, provide a recipe for reproducing the error. 14 validations: 15 required: true 16 - type: textarea 17 id: expect 18 attributes: 19 label: What did you expect to see? 20 validations: 21 required: false 22 - type: textarea 23 id: see 24 attributes: 25 label: What did you see instead? 26 validations: 27 required: true 28 - type: textarea 29 id: version 30 attributes: 31 label: Versions of the cluster 32 value: |- 33 Dataflow Engine version (run `tiflow version`): 34 35 ```console 36 (paste Dataflow Engine version here) 37 ``` 38 validations: 39 required: true