Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,20 @@ body:
attributes:
label: AWS Lambda function runtime
options:
- label: "3.6"
- label: "3.7"
- label: "3.8"
- label: "3.9"
- 3.6
- 3.7
- 3.8
- 3.9
validations:
required: true
- type: dropdown
id: packaging
attributes:
label: Packaging format used
options:
- label: "Lambda Layers"
- label: "Serverless Application Repository (SAR) App"
- label: "PyPi"
- Lambda Layers
- Serverless Application Repository (SAR) App
- PyPi
multiple: true
validations:
required: true
Expand Down
32 changes: 16 additions & 16 deletions .github/ISSUE_TEMPLATE/rfc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ body:
attributes:
label: Which AWS Lambda Powertools utility does this relate to?
options:
- label: "Tracer"
- label: "Logger"
- label: "Metrics"
- label: "Event Handler - REST API"
- label: "Event Handler - GraphQL API"
- label: "Middleware factory"
- label: "Parameters"
- label: "Batch processing"
- label: "Typing"
- label: "Validation"
- label: "Event Source Data Classes"
- label: "Parser"
- label: "Idempotency"
- label: "Feature flags"
- label: "JMESPath functions"
- label: "Other"
- Tracer
- Logger
- Metrics
- Event Handler - REST API
- Event Handler - GraphQL API
- Middleware factory
- Parameters
- Batch processing
- Typing
- Validation
- Event Source Data Classes
- Parser
- Idempotency
- Feature flags
- JMESPath functions
- Other
validations:
required: true
- type: textarea
Expand Down
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/static_typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ body:
attributes:
label: Static type checker used
options:
- label: "mypy (project's standard)"
- label: "pyright/pylance"
- label: "pyre"
- label: "pytype"
- mypy (project's standard)
- pyright/pylance
- pyre
- pytype
validations:
required: true
- type: dropdown
id: runtime
attributes:
label: AWS Lambda function runtime
options:
- label: "3.6"
- label: "3.7"
- label: "3.8"
- label: "3.9"
- 3.6
- 3.7
- 3.8
- 3.9
validations:
required: true
- type: input
Expand Down