github.com/percona/percona-xtradb-cluster-operator@v1.14.0/.github/ISSUE_TEMPLATE/1-feature-request.yml (about)

     1  name: Feature request 🧭
     2  description: Suggest an idea for this project
     3  labels: "feature-request"
     4  body:
     5  - type: textarea
     6    attributes:
     7      label: Proposal
     8      description: "What would you like to have as a feature"
     9      placeholder: "A clear and concise description of what you want to happen."
    10    validations:
    11      required: true
    12  - type: textarea
    13    attributes:
    14      label: Use-Case
    15      description: "How would this help you?"
    16      placeholder: "Tell us more what you'd like to achieve."
    17    validations:
    18      required: false
    19  - type: dropdown
    20    id: interested-in-implementing-the-feature
    21    attributes:
    22      label: Is this a feature you are interested in implementing yourself?
    23      options:
    24        - 'No'
    25        - 'Maybe'
    26        - 'Yes'
    27    validations:
    28      required: true
    29  - type: textarea
    30    id: anything-else
    31    attributes:
    32      label: Anything else?
    33      description: "Let us know if you have anything else to share"