aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/03_feature.yaml
blob: 679cc5b31554eb0eba96d4a17f38fcf56512692a (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: An idea for a new feature
labels: [enhancement]
body:
  - type: textarea
    id: description
    attributes:
      label: Description
      placeholder: |
        Please describe the feature, please provide examples
        Use codefences (```) to add literal codeblocks for examples
    validations:
      required: true
  - type: textarea
    id: solution
    attributes:
      label: Possible Solution
      placeholder: |
        Please describe possible solutions or currently available workarounds if available.
    validations:
      required: false
  - type: textarea
    id: additional
    attributes:
      label: Additional Information
      placeholder: Further relevant context, i.e. links to other issues
    validations:
      required: false