Skip to content

Commit

Permalink
Update bug-report.yml (#2532)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Mar 5, 2024
1 parent a663046 commit e197198
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e197198

Please sign in to comment.