Skip to content

Commit 76d56d3

Browse files
Add enhancement issue template
1 parent d6a8ec5 commit 76d56d3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Enhancement / Idea
2+
description: Suggest improvements or new features
3+
title: "[Enhancement]: "
4+
labels: ["enhancement"]
5+
body:
6+
- type: textarea
7+
id: idea
8+
attributes:
9+
label: Idea description
10+
description: What would you like to improve or add?
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: value
16+
attributes:
17+
label: Why is this useful?
18+
description: Who benefits and how?
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: scope
24+
attributes:
25+
label: Scope
26+
description: Small change or major feature?
27+
validations:
28+
required: false

0 commit comments

Comments
 (0)