summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/02_feature-request.yml
blob: 8420475b3e00874024b3a5277849bbc6bff46dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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