Skip to content

Commit f48e9df

Browse files
chore: add issue templates
1 parent df03c1a commit f48e9df

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: ✨ Feature request
2+
description: Suggest a new feature or improvement
3+
labels: ["enhancement", "needs-triage"]
4+
body:
5+
- type: textarea
6+
id: problem
7+
attributes:
8+
label: Problem
9+
description: What problem does this solve?
10+
placeholder: "I'm always frustrated when..."
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: solution
15+
attributes:
16+
label: Proposed solution
17+
description: What would you like to happen?
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: alternatives
22+
attributes:
23+
label: Alternatives considered
24+
validations:
25+
required: false

0 commit comments

Comments
 (0)