Skip to content

Commit 86779d9

Browse files
authored
Create --enhancement.yml
1 parent 9ecb6ce commit 86779d9

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
2+
description: Report a bug for ScratchTools, or something that doesn't work properly.
3+
labels: ["status: needs review", "type: enhancement"]
4+
body:
5+
6+
- type: textarea
7+
id: describe
8+
attributes:
9+
label: Why would this be helpful?
10+
description: We'd like to know in what cases something like this might be helpful.
11+
placeholder: Type here
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: how
17+
attributes:
18+
label: How would this work?
19+
description: We aren't asking for code specifics, but we'd like to know your vision for it.
20+
placeholder: Type here
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: extra
26+
attributes:
27+
label: Anything else?
28+
description: You can put more info here if you have any.

0 commit comments

Comments
 (0)