summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/features_request.yaml
blob: 45a2f73673edab66a13ab5de206142341e996f10 (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: Suggest a new feature
labels: ["enhancement"]
body:
  - type: markdown
    attributes:
      value: >
        If you have thought of a new feature that would increase the usefulness of this
        project, please use this form to send us your idea.
  - type: checkboxes
    attributes:
      label: Things to check first
      options:
        - label: >
            I have searched the existing issues and didn't find my feature already
            requested there
          required: true
  - type: textarea
    id: feature
    attributes:
      label: Feature description
      description: >
        Describe the feature in detail. The more specific the description you can give,
        the easier it should be to implement this feature.
    validations:
      required: true
  - type: textarea
    id: usecase
    attributes:
      label: Use case
      description: >
        Explain why you need this feature, and why you think it would be useful to
        others too.
    validations:
      required: true