We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2089b7f commit fb80af7Copy full SHA for fb80af7
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -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
14
+ id: solution
15
16
+ label: Describe the feature/solution
17
+ description: What solution or feature do you have in mind for solving your problem?
18
19
0 commit comments