From c5c7f40523fd65c94b2649f631d88ccee00336e3 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Sun, 10 Apr 2022 17:05:53 -0700 Subject: [PATCH] fix: fix labels in issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 +++++------ .github/ISSUE_TEMPLATE/rfc.yml | 32 ++++++++++++------------ .github/ISSUE_TEMPLATE/static_typing.yml | 16 ++++++------ 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f9b34a544dd..8c557bdbed0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -56,10 +56,10 @@ 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 @@ -67,9 +67,9 @@ body: 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 diff --git a/.github/ISSUE_TEMPLATE/rfc.yml b/.github/ISSUE_TEMPLATE/rfc.yml index 9f9cc11f5ac..6e4b0e047f8 100644 --- a/.github/ISSUE_TEMPLATE/rfc.yml +++ b/.github/ISSUE_TEMPLATE/rfc.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/static_typing.yml b/.github/ISSUE_TEMPLATE/static_typing.yml index a6b9f19fa25..c197fba4967 100644 --- a/.github/ISSUE_TEMPLATE/static_typing.yml +++ b/.github/ISSUE_TEMPLATE/static_typing.yml @@ -14,10 +14,10 @@ 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 @@ -25,10 +25,10 @@ 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: input