Skip to content

Commit 655002f

Browse files
committed
Update issue templates
1 parent bf16543 commit 655002f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: "Feature Request"
2+
description: Request a new feature
3+
title: "[Enhancement:] "
4+
labels:
5+
["enhancement"]
6+
body:
7+
- type: textarea
8+
id: summary
9+
attributes:
10+
label: "Summary"
11+
description: Provide a brief explanation of the feature
12+
placeholder: Describe in a few lines your feature request
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: basic_example
17+
attributes:
18+
label: "Basic Example"
19+
description: Indicate here some basic examples of your feature.
20+
placeholder: A few specific words about your feature request.
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: unresolved_question
25+
attributes:
26+
label: "Unresolved questions"
27+
description: What questions still remain unresolved ?
28+
placeholder: Identify any unresolved issues.
29+
validations:
30+
required: false

0 commit comments

Comments
 (0)