Skip to content

Commit fb80af7

Browse files
authored
Create feature request issue template
Added a feature request template for GitHub issues.
1 parent 2089b7f commit fb80af7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Feature request
2+
description: got a small feature for app devs? let us hear you out
3+
title: "[Feature Request] feature name here"
4+
body:
5+
- type: textarea
6+
id: problem
7+
attributes:
8+
label: Describe the problem
9+
description: What problem would this feature request solve?
10+
placeholder: Ex. I wish I could have the ability to submit reimbursements.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: solution
15+
attributes:
16+
label: Describe the feature/solution
17+
description: What solution or feature do you have in mind for solving your problem?
18+
validations:
19+
required: true

0 commit comments

Comments
 (0)