Skip to content

Commit

Permalink
chore(ci): updated bug report template (#144)
Browse files Browse the repository at this point in the history
* chore(deps): updates sample deps

* chore(ci): updated bug report template
  • Loading branch information
sliedig authored Aug 1, 2022
1 parent 28bc224 commit 40389c4
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body:
attributes:
label: Code snippet
description: Please share a code snippet to help us reproduce the issue
render: python
render: csharp
validations:
required: true
- type: textarea
Expand All @@ -48,7 +48,7 @@ body:
- type: input
id: version
attributes:
label: AWS Lambda Powertools for Python version
label: AWS Lambda Powertools for .NET version
placeholder: "latest, 1.25.6"
value: latest
validations:
Expand All @@ -58,21 +58,7 @@ body:
attributes:
label: AWS Lambda function runtime
options:
- 3.6
- 3.7
- 3.8
- 3.9
validations:
required: true
- type: dropdown
id: packaging
attributes:
label: Packaging format used
options:
- Lambda Layers
- Serverless Application Repository (SAR) App
- PyPi
multiple: true
- dotnet6
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 40389c4

Please sign in to comment.