aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature-request.yml
blob: 62ddc42a8b848626886162abcb36defd19c60b55 (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: You have an idea for extending?
labels: ["feature-request"]
body:
  - type: markdown
    attributes:
      value: Thank you for taking the time to share your idea's with us!
  - type: textarea
    id: feature-request
    attributes:
      label: Feature Request
      description: Whats your idea?
    validations:
      required: true
  - type: textarea
    id: steps
    attributes:
      label: Implementation
      description: Can you give us your vision, how you would implement it? (if possible)
  - type: dropdown
    id: contribute
    attributes:
      label: Have you planned working on this feature?
      options:
        - "Yes"
        - "No"
    validations:
      required: true