Skip to content

Commit 35872a9

Browse files
committed
issue template feature request
1 parent e702dc4 commit 35872a9

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: "Request new Feature"
2+
description: "Provide supporting details for an enhancement for the library."
3+
title: "[Feature]: "
4+
labels: ["kind/enhancement"]
5+
body:
6+
- type: textarea
7+
id: feature
8+
attributes:
9+
label: Suggested Behavior
10+
description: What would you like to be added?
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: rationale
16+
attributes:
17+
label: Why is this needed?
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: references
23+
attributes:
24+
label: References
25+
description: |
26+
Where possible, please supply links to documentations that give additional context.
27+
validations:
28+
required: false
29+
30+
- type: dropdown
31+
id: will_contribute
32+
attributes:
33+
label: Would you like to implement a feature?
34+
description: |
35+
If you plan to implement a feature for this.
36+
options:
37+
- "No"
38+
- "Yes"
39+
validations:
40+
required: false

0 commit comments

Comments
 (0)