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

     1  name: "\U0001F914 General Question"
     2  description: Usage question that isn't answered in docs or discussion
     3  labels: ["question"]
     4  body:
     5    - type: checkboxes
     6      id: terms
     7      attributes:
     8        label: Before asking a question, make sure you have
     9        options:
    10          - label: Searched existing Stack Overflow questions
    11            required: true
    12          - label: Googled your question
    13            required: true
    14          - label: Searched open and closed [GitHub issues](https://github.com/pingcap/tiflow/issues?q=is%3Aissue)
    15            required: true
    16          - label:  Read the [documentation](https://docs.pingcap.com/tidb/stable)
    17            required: true
    18    - type: textarea
    19      id: question
    20      attributes:
    21        label: What is your question?
    22      validations:
    23        required: true