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

     1  name: "\U0001F680 Feature Request"
     2  description: Request a new feature
     3  labels: ["type/feature"]
     4  body:
     5    - type: textarea
     6      id: problem
     7      attributes:
     8        label: Is your feature request related to a problem?
     9        description: A clear and concise description of what the problem is.
    10      validations:
    11        required: true
    12    - type: textarea
    13      id: expect
    14      attributes:
    15        label: Describe the feature you'd like
    16        description: A clear and concise description of what you want to happen.
    17      validations:
    18        required: true
    19    - type: textarea
    20      id: alternatives
    21      attributes:
    22        label: Describe alternatives you've considered
    23        description: A clear and concise description of any alternative solutions or features you've considered.
    24      validations:
    25        required: false
    26    - type: textarea
    27      id: more
    28      attributes:
    29        label: Teachability, Documentation, Adoption, Migration Strategy
    30        description: If you can, explain some scenarios how users might use this, situations it would be helpful in. Any API designs, mockups, or diagrams are also helpful.
    31      validations:
    32        required: false