Skip to content

Commit bcdfc6e

Browse files
committed
chore(governance): update feat request to a form
1 parent 0d12384 commit bcdfc6e

File tree

2 files changed

+42
-20
lines changed

2 files changed

+42
-20
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: Feature request
2+
description: Suggest an idea for Lambda Powertools
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 Lambda Powertools 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+
- type: checkboxes
35+
id: acknowledgment
36+
attributes:
37+
label: Acknowledgment
38+
options:
39+
- label: This feature request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
40+
required: true
41+
- label: Does this apply to other Lambda Powertools languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/)
42+
required: false

0 commit comments

Comments
 (0)