summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
blob: 7e192c690cbeeeb3556153791ebbe40fa56324e1 (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
29
30
31
32
33
34
35
name: Feature Request
description: "When you want a new feature for something that doesn't already exist"
labels: ["needs-triage", "enhancement"]
body:
  - type: textarea
    id: problem
    attributes:
      label: Related problem
      description: Thank you for your feature request.
      placeholder: |
        A clear and concise description of what the problem is.
        Example: I am trying to do [...] but [...]
    validations:
      required: false
  - type: textarea
    id: desired
    attributes:
      label: "Describe the solution you'd like"
      description: A clear and concise description of what you want to happen.
    validations:
      required: true
  - type: textarea
    id: alternatives
    attributes:
      label: "Describe alternatives you've considered"
      description: "A clear and concise description of any alternative solutions or features you've considered."
    validations:
      required: false
  - type: textarea
    id: context
    attributes:
      label: Additional context and details
      description: Add any other context or screenshots about the feature request here.
    validations:
      required: false