Skip to content

Commit 01c56e0

Browse files
Create feature-request.yml
1 parent 1fcdfe9 commit 01c56e0

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Feature Request
2+
description: Request a feature that enhances the project
3+
title: '[FEATURE] <description>'
4+
labels: ["✨ goal: improvement"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description of the feature
10+
description: A brief description of the feature, and why is it necessary
11+
validations:
12+
required: true
13+
- type: input
14+
id: priority
15+
attributes:
16+
label: Priority
17+
description: How important / urgent is this feature?
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: screenshots
22+
attributes:
23+
label: Screenshots
24+
description: Provide screenshots if applicable
25+
validations:
26+
required: false
27+
- type: textarea
28+
id: extrainfo
29+
attributes:
30+
label: Additional context
31+
description: Add any other context about the problem here.
32+
validations:
33+
required: false
34+
- type: markdown

0 commit comments

Comments
 (0)