Skip to content

Commit 2c61da5

Browse files
committed
docs(issue-template): feature request
1 parent 3c93762 commit 2c61da5

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/feature-request.yml

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Feature Request
2+
description: Suggest an idea for future development
3+
title: '[FEATURE_REQUEST] <title>'
4+
labels: ['feature request']
5+
6+
body:
7+
- type: textarea
8+
id: issue
9+
attributes:
10+
label: Is your feature request related to a problem? If so, please describe.
11+
description:
12+
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
validations:
14+
required: false
15+
16+
- type: textarea
17+
id: solution
18+
attributes:
19+
label: Describe the solution you'd like
20+
placeholder: An outline of how you would like this to be implemented, include as much details as possible
21+
validations:
22+
required: true
23+
24+
- type: dropdown
25+
id: priority
26+
attributes:
27+
label: Priority
28+
description: How urgent is the development of this feature
29+
options:
30+
- Low (Nice-to-have)
31+
- Medium (Would be very useful)
32+
- High (The app does not function without it)
33+
validations:
34+
required: true
35+
36+
- type: dropdown
37+
id: canImplement
38+
attributes:
39+
label: Is this something you would be keen to implement
40+
description: Are you raising this ticket in order to get an issue number for your PR?
41+
options:
42+
- 'No'
43+
- 'Maybe'
44+
- 'Yes!'
45+
validations:
46+
required: false

0 commit comments

Comments
 (0)