summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/02_feature-request.yml
blob: 8d7b0b2539e9377264316972748a398ddc22d08d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: ✨ Feature Request
description: Suggest an idea for this project
labels: ["✨Feature"]

body:
  - type: textarea
    attributes:
      label: Summary
      description: Tell us what the suggestion is
    validations:
      required: true
  - type: textarea
    attributes:
      label: Purpose
      description: Describe the specific problem or need you think this feature will solve, and who it will help.
    validations:
      required: true
  - type: checkboxes
    attributes:
      label: Do you want to implement this feature yourself?
      options:
        - label: Yes, I will implement this by myself and send a pull request