Skip to content

Commit 318fcfd

Browse files
authored
chore: feature request form [ci skip] (#1317)
1 parent 57ae4f7 commit 318fcfd

File tree

2 files changed

+46
-20
lines changed

2 files changed

+46
-20
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
body:
4+
- type: textarea
5+
id: description
6+
attributes:
7+
label: Is your feature request related to a problem? Please describe.
8+
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
validations:
10+
required: true
11+
12+
- type: textarea
13+
id: proposal
14+
attributes:
15+
label: Describe the solution you'd like
16+
description: A clear and concise description of what you want to happen.
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: alternatives
22+
attributes:
23+
label: Describe alternatives you've considered
24+
description: A clear and concise description of any alternative solutions or features you've considered.
25+
validations:
26+
required: true
27+
28+
- type: dropdown
29+
id: categories
30+
attributes:
31+
label: Is the feature request related to any of the existing Amplify categories?
32+
multiple: true
33+
options:
34+
- Analytics
35+
- API
36+
- Auth
37+
- DataStore
38+
- Predictions
39+
- Storage
40+
- type: dropdown
41+
42+
- type: textarea
43+
id: context
44+
attributes:
45+
label: Additional context
46+
description: Add any other context about the problem here.

0 commit comments

Comments
 (0)