Skip to content

Commit bc2b97f

Browse files
committed
Add feature proposal template
1 parent faab8ec commit bc2b97f

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Feature Proposal 🚀
2+
description: Submit a proposal for a new feature
3+
title: '[Feature]: '
4+
labels: [':rocket: Feature Request']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
### Thank you for taking the time to suggest a new feature!
10+
- type: textarea
11+
id: description
12+
attributes:
13+
label: '🚀 Feature Proposal'
14+
description: A clear and concise description of what the feature is.
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: solution
19+
attributes:
20+
label: Motivation
21+
description: Outline your motivation for the proposal. How will it make the boilerplate better?
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: example
26+
attributes:
27+
label: Example
28+
description: Describe how this feature would be used.
29+
validations:
30+
required: false
31+
- type: textarea
32+
id: extra
33+
attributes:
34+
label: Pitch
35+
description: Why does this feature belong in the boilerplate?
36+
validations:
37+
required: true
38+
- type: markdown
39+
attributes:
40+
value: |
41+
Common proposals that do not typically make it into the boilerplate:
42+
43+
- Experimental features
44+
- Uncommon features/settings for Electron apps development

0 commit comments

Comments
 (0)