Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.55.6
Choose a base ref
...
head repository: aws/aws-sdk-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 21, 2025

  1. Update bug-report.yml

    lucix-aws authored Jan 21, 2025
    Copy the full SHA
    8d203cc View commit details
Showing with 10 additions and 2 deletions.
  1. +10 −2 .github/ISSUE_TEMPLATE/bug-report.yml
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: