You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
name: Bug report
2
2
description: Report a reproducible bug to help us improve
3
-
title: "Bug: TITLE"
4
-
labels: ["type/bug", "triage"]
5
-
projects: ["aws-powertools/7"]
3
+
title: 'Bug: TITLE'
4
+
labels: ['type/bug', 'triage']
5
+
projects: ['aws-powertools/7']
6
6
body:
7
7
- type: markdown
8
8
attributes:
9
9
value: |
10
10
Thank you for submitting a bug report. Before you start, make sure that [the bug hasn't been reported already](https://github.com/aws-powertools/powertools-lambda-typescript/issues).
11
-
11
+
12
12
Please add as much information as possible to help us reproduce, and remove any potential sensitive data.
13
13
- type: textarea
14
14
id: expected_behaviour
@@ -58,7 +58,7 @@ body:
58
58
id: version
59
59
attributes:
60
60
label: Powertools for AWS Lambda (TypeScript) version
61
-
placeholder: "latest, 1.3.0"
61
+
placeholder: 'latest, 2.0.0'
62
62
value: latest
63
63
validations:
64
64
required: true
@@ -67,9 +67,9 @@ body:
67
67
attributes:
68
68
label: AWS Lambda function runtime
69
69
options:
70
+
- 20.x
70
71
- 18.x
71
72
- 16.x
72
-
- 14.x
73
73
validations:
74
74
required: true
75
75
- type: dropdown
@@ -95,4 +95,4 @@ body:
95
95
value: |
96
96
---
97
97
98
-
**Disclaimer**: After creating an issue, please wait until it is triaged and confirmed by a maintainer before implementing it. This will reduce amount of rework and the chance that a pull request gets rejected.
98
+
**Disclaimer**: After creating an issue, please wait until it is triaged and confirmed by a maintainer before implementing it. This will reduce amount of rework and the chance that a pull request gets rejected.
0 commit comments