Skip to content

Commit

Permalink
Update bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws authored Jan 21, 2025
1 parent e1db430 commit 8d203cc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
---
name: "🐛 Bug Report"
description: Report a bug
name: "🐛 Critical Bug Report"
description: This SDK is in maintenance mode. We are only accepting bug reports for critical defects at this time.
title: "(short issue description)"
labels: [bug, needs-triage]
assignees: []
body:
- type: checkboxes
id: critical
attributes:
label: Critical SDK bug
description: This SDK is in maintenance mode. We are only accepting bug reports for critical defects at this time. A critical defect is one that severely negatively impacts or outright prevents usage of the SDK. A bug is NOT a critical defect if there is a workaround of any kind.
options:
- label: I confirm that this issue is to report a critical defect in the SDK, one that severely or completely inhibits my usage of the v1 AWS SDK for Go, for which there is no workaround.
required: true
- type: textarea
id: description
attributes:
Expand Down

0 comments on commit 8d203cc

Please sign in to comment.