We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb78e65 commit c9c02d3Copy full SHA for c9c02d3
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -58,10 +58,10 @@ body:
58
attributes:
59
label: AWS Lambda function runtime
60
options:
61
- - 3.7
62
- - 3.8
63
- - 3.9
64
- - 3.10
+ - "3.7"
+ - "3.8"
+ - "3.9"
+ - "3.10"
65
validations:
66
required: true
67
- type: dropdown
.github/ISSUE_TEMPLATE/static_typing.yml
@@ -25,10 +25,10 @@ body:
25
26
27
28
29
30
31
32
33
34
- type: input
0 commit comments