From be1a076b7a51bb8cfeeb99476bbc00a956666449 Mon Sep 17 00:00:00 2001 From: Luc Talatinian <102624213+lucix-aws@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:57:36 -0500 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 4ff1af2d559..411d663604d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -12,7 +12,7 @@ body: options: - label: I have [searched](https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past (open or closed) instances of this issue required: true - - label: **I have verified all of my SDK modules are up-to-date** (you can perform a bulk update with `go get -u github.com/aws/aws-sdk-go-v2/...`) + - label: I have verified all of my SDK modules are up-to-date (you can perform a bulk update with `go get -u github.com/aws/aws-sdk-go-v2/...`) required: true - type: textarea