Skip to content

Commit 40389c4

Browse files
authored
chore(ci): updated bug report template (#144)
* chore(deps): updates sample deps * chore(ci): updated bug report template
1 parent 28bc224 commit 40389c4

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body:
2828
attributes:
2929
label: Code snippet
3030
description: Please share a code snippet to help us reproduce the issue
31-
render: python
31+
render: csharp
3232
validations:
3333
required: true
3434
- type: textarea
@@ -48,7 +48,7 @@ body:
4848
- type: input
4949
id: version
5050
attributes:
51-
label: AWS Lambda Powertools for Python version
51+
label: AWS Lambda Powertools for .NET version
5252
placeholder: "latest, 1.25.6"
5353
value: latest
5454
validations:
@@ -58,21 +58,7 @@ body:
5858
attributes:
5959
label: AWS Lambda function runtime
6060
options:
61-
- 3.6
62-
- 3.7
63-
- 3.8
64-
- 3.9
65-
validations:
66-
required: true
67-
- type: dropdown
68-
id: packaging
69-
attributes:
70-
label: Packaging format used
71-
options:
72-
- Lambda Layers
73-
- Serverless Application Repository (SAR) App
74-
- PyPi
75-
multiple: true
61+
- dotnet6
7662
validations:
7763
required: true
7864
- type: textarea

0 commit comments

Comments
 (0)