Skip to content

Commit 93131bb

Browse files
committed
Add template feature_request.yml
1 parent cb6d98b commit 93131bb

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Feature Request
2+
description: Suggest a new idea or improvement.
3+
title: "[Feature]: "
4+
labels: ["feature-request"]
5+
body:
6+
- type: textarea
7+
id: problem
8+
attributes:
9+
label: Problem or Need
10+
placeholder: What problem does this solve?
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: solution
15+
attributes:
16+
label: Proposed Solution
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: alternatives
21+
attributes:
22+
label: Alternatives Considered
23+
placeholder: Any other approaches?
24+
- type: textarea
25+
id: context
26+
attributes:
27+
label: Additional Context

0 commit comments

Comments
 (0)