github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/.github/ISSUE_TEMPLATE/ticdc-bug-report.yml (about)

     1  name: "\U0001F41B TiCDC Bug Report"
     2  description: Something isn't working as expected
     3  labels: ["type/bug","area/ticdc"]
     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               Upstream TiDB cluster version (execute `SELECT tidb_version();` in a MySQL client):
    34  
    35               ```console
    36               (paste TiDB cluster version here)
    37               ```
    38  
    39               Upstream TiKV version (execute `tikv-server --version`):
    40  
    41               ```console
    42               (paste TiKV version here)
    43               ```
    44  
    45               TiCDC version (execute `cdc version`):
    46  
    47               ```console
    48               (paste TiCDC version here)
    49               ```
    50      validations:
    51        required: true