From 5a3cdeabdbebef60051b9b55970808cf205446d2 Mon Sep 17 00:00:00 2001 From: Luc Talatinian <102624213+lucix-aws@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:51:19 -0500 Subject: [PATCH] Update bug-report.yml Add pre-acknowledgements --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e8f55a731e2..4ff1af2d559 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -5,6 +5,16 @@ title: "(short issue description)" labels: [bug, needs-triage] assignees: [] body: + - type: checkboxes + id: ack + attributes: + label: Acknowledgements + 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/...`) + required: true + - type: textarea id: description attributes: