Skip to content

Commit 7c88a0f

Browse files
committed
docs: add feature request issue template
1 parent 0210d70 commit 7c88a0f

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/feature.yml

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

0 commit comments

Comments
 (0)