Skip to content

Commit 8d203cc

Browse files
authored
Update bug-report.yml
1 parent e1db430 commit 8d203cc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
---
2-
name: "🐛 Bug Report"
3-
description: Report a bug
2+
name: "🐛 Critical Bug Report"
3+
description: This SDK is in maintenance mode. We are only accepting bug reports for critical defects at this time.
44
title: "(short issue description)"
55
labels: [bug, needs-triage]
66
assignees: []
77
body:
8+
- type: checkboxes
9+
id: critical
10+
attributes:
11+
label: Critical SDK bug
12+
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.
13+
options:
14+
- 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.
15+
required: true
816
- type: textarea
917
id: description
1018
attributes:

0 commit comments

Comments
 (0)