aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/01-feature.yml
blob: 902379b56394d27509ef2b1537c203f807f77657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: Feature request
description: File a new feature request
labels: ["enhancement", "needs-triage"]
body:

  - type: textarea
    id: feature
    attributes:
      label: Feature description
      description: Please describe the behavior you'd like to see.
    validations:
      required: true

  - type: textarea
    id: problem-usecase
    attributes:
      label: Problem or use case
      description: Please explain which problem this would solve, or what the use case is for the feature. Keep in mind that it's more likely to be implemented if it's generally useful for a larger number of users.
    validations:
      required: true

  - type: textarea
    id: alternatives
    attributes:
      label: Alternatives or workarounds
      description: Please describe any alternatives or workarounds you have considered and, possibly, rejected.
    validations:
      required: true