Skip to content

Commit 8bd5723

Browse files
sthulbheitorlessa
authored andcommitted
fix(governance): update label in names in issues
1 parent 4543f96 commit 8bd5723

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@ body:
5656
attributes:
5757
label: AWS Lambda function runtime
5858
options:
59-
- label: "3.6"
60-
- label: "3.7"
61-
- label: "3.8"
62-
- label: "3.9"
59+
- 3.6
60+
- 3.7
61+
- 3.8
62+
- 3.9
6363
validations:
6464
required: true
6565
- type: dropdown
6666
id: packaging
6767
attributes:
6868
label: Packaging format used
6969
options:
70-
- label: "Lambda Layers"
71-
- label: "Serverless Application Repository (SAR) App"
72-
- label: "PyPi"
70+
- Lambda Layers
71+
- Serverless Application Repository (SAR) App
72+
- PyPi
7373
multiple: true
7474
validations:
7575
required: true

.github/ISSUE_TEMPLATE/rfc.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ body:
1717
attributes:
1818
label: Which AWS Lambda Powertools utility does this relate to?
1919
options:
20-
- label: "Tracer"
21-
- label: "Logger"
22-
- label: "Metrics"
23-
- label: "Event Handler - REST API"
24-
- label: "Event Handler - GraphQL API"
25-
- label: "Middleware factory"
26-
- label: "Parameters"
27-
- label: "Batch processing"
28-
- label: "Typing"
29-
- label: "Validation"
30-
- label: "Event Source Data Classes"
31-
- label: "Parser"
32-
- label: "Idempotency"
33-
- label: "Feature flags"
34-
- label: "JMESPath functions"
35-
- label: "Other"
20+
- Tracer
21+
- Logger
22+
- Metrics
23+
- Event Handler - REST API
24+
- Event Handler - GraphQL API
25+
- Middleware factory
26+
- Parameters
27+
- Batch processing
28+
- Typing
29+
- Validation
30+
- Event Source Data Classes
31+
- Parser
32+
- Idempotency
33+
- Feature flags
34+
- JMESPath functions
35+
- Other
3636
validations:
3737
required: true
3838
- type: textarea

.github/ISSUE_TEMPLATE/static_typing.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ body:
1414
attributes:
1515
label: Static type checker used
1616
options:
17-
- label: "mypy (project's standard)"
18-
- label: "pyright/pylance"
19-
- label: "pyre"
20-
- label: "pytype"
17+
- mypy (project's standard)
18+
- pyright/pylance
19+
- pyre
20+
- pytype
2121
validations:
2222
required: true
2323
- type: dropdown
2424
id: runtime
2525
attributes:
2626
label: AWS Lambda function runtime
2727
options:
28-
- label: "3.6"
29-
- label: "3.7"
30-
- label: "3.8"
31-
- label: "3.9"
28+
- "3.6
29+
- "3.7
30+
- "3.8
31+
- "3.9
3232
validations:
3333
required: true
3434
- type: input

0 commit comments

Comments
 (0)