FEA-Bench / testbed /aws-powertools__powertools-lambda-python /.github /ISSUE_TEMPLATE /bug_report.yml
| name: Bug report | |
| description: Report a reproducible bug to help us improve | |
| title: "Bug: TITLE" | |
| labels: ["bug", "triage"] | |
| body: | |
| - type: markdown | |
| attributes: | |
| value: | | |
| Thank you for submitting a bug report. Please add as much information as possible to help us reproduce, and remove any potential sensitive data. | |
| Please become familiar with [our definition of bug](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/MAINTAINERS.md#is-that-a-bug). | |
| - type: textarea | |
| id: expected_behaviour | |
| attributes: | |
| label: Expected Behaviour | |
| description: Please share details on the behaviour you expected | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: current_behaviour | |
| attributes: | |
| label: Current Behaviour | |
| description: Please share details on the current issue | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: code_snippet | |
| attributes: | |
| label: Code snippet | |
| description: Please share a code snippet to help us reproduce the issue | |
| render: python | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: solution | |
| attributes: | |
| label: Possible Solution | |
| description: If known, please suggest a potential resolution | |
| validations: | |
| required: false | |
| - type: textarea | |
| id: steps | |
| attributes: | |
| label: Steps to Reproduce | |
| description: Please share how we might be able to reproduce this issue | |
| validations: | |
| required: true | |
| - type: input | |
| id: version | |
| attributes: | |
| label: Powertools for AWS Lambda (Python) version | |
| placeholder: "latest, 1.25.6" | |
| value: latest | |
| validations: | |
| required: true | |
| - type: dropdown | |
| id: runtime | |
| attributes: | |
| label: AWS Lambda function runtime | |
| options: | |
| - "3.8" | |
| - "3.9" | |
| - "3.10" | |
| - "3.11" | |
| - "3.12" | |
| - "3.13" | |
| validations: | |
| required: true | |
| - type: dropdown | |
| id: packaging | |
| attributes: | |
| label: Packaging format used | |
| options: | |
| - Lambda Layers | |
| - Serverless Application Repository (SAR) App | |
| - PyPi | |
| multiple: true | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: logs | |
| attributes: | |
| label: Debugging logs | |
| description: If available, please share [debugging logs](https://docs.powertools.aws.dev/lambda/python/#debug-mode) | |
| render: python | |
| validations: | |
| 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. | |