FEA-Bench / testbed /aws-powertools__powertools-lambda-python /.github /ISSUE_TEMPLATE /feature_request.yml
| name: Feature request | |
| description: Suggest an idea for Powertools for AWS Lambda (Python) | |
| title: "Feature request: TITLE" | |
| labels: ["feature-request", "triage"] | |
| body: | |
| - type: markdown | |
| attributes: | |
| value: | | |
| Thank you for taking the time to suggest an idea to the Powertools for AWS Lambda (Python) project. | |
| *Future readers*: Please react with 👍 and your use case to help us understand customer demand. | |
| - type: textarea | |
| id: problem | |
| attributes: | |
| label: Use case | |
| description: Please help us understand your use case or problem you're facing | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: suggestion | |
| attributes: | |
| label: Solution/User Experience | |
| description: Please share what a good solution would look like to this use case | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: alternatives | |
| attributes: | |
| label: Alternative solutions | |
| description: Please describe what alternative solutions to this use case, if any | |
| render: markdown | |
| validations: | |
| required: false | |
| - type: checkboxes | |
| id: acknowledgment | |
| attributes: | |
| label: Acknowledgment | |
| options: | |
| - label: This feature request meets [Powertools for AWS Lambda (Python) Tenets](https://docs.powertools.aws.dev/lambda/python/latest/#tenets) | |
| required: true | |
| - label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/aws-powertools/powertools-lambda-java/), [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript/), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet/) | |
| required: false | |
| - type: markdown | |
| attributes: | |
| value: | | |
| --- | |
| **Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful. | |