Skip to content

Commit 550240e

Browse files
committed
add feature request option
1 parent 535053e commit 550240e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Feature request
2+
description: Suggest an idea for CloudFront Hosting Toolkit
3+
title: "Feature request: TITLE"
4+
labels: ["feature-request", "triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for taking the time to suggest an idea to the CloudFront Hosting Toolkit project.
10+
11+
*Future readers*: Please react with 👍 and your use case to help us understand customer demand.
12+
- type: textarea
13+
id: problem
14+
attributes:
15+
label: Use case
16+
description: Please help us understand your use case or problem you're facing
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: suggestion
21+
attributes:
22+
label: Solution/User Experience
23+
description: Please share what a good solution would look like to this use case
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: alternatives
28+
attributes:
29+
label: Alternative solutions
30+
description: Please describe what alternative solutions to this use case, if any
31+
render: markdown
32+
validations:
33+
required: false
34+

0 commit comments

Comments
 (0)