Skip to content

Commit db849d0

Browse files
committed
add feature request template
1 parent de9e985 commit db849d0

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
title: "[FEATURE]: "
4+
labels: ["enhancement"]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this feature request!
11+
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
description: Describe the proposed feature
17+
placeholder: |
18+
Description of the feature and details of the problem being addressed
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: implementation_ideas
24+
attributes:
25+
label: Implementation Ideas
26+
description: Please share the implementation ideas for the proposed feature
27+
placeholder: |
28+
Please share your ideas or examples of alternative implementations
29+
30+
- type: textarea
31+
id: additional_context
32+
attributes:
33+
label: Additional Context or Recommendations
34+
description: Provide any other context or recommendations here
35+
placeholder: References, papers, book chapters, web pages or anything related to the proposed feature

0 commit comments

Comments
 (0)