Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug-report.yml #1685

Merged
merged 5 commits into from Apr 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Expand Up @@ -60,10 +60,12 @@ body:
validations:
required: false

- type: input
- type: textarea
id: Go-sdk-version
attributes:
label: AWS Go SDK version used
label: AWS Go SDK V2 Module Versions Used
description: |
Output of `go mod graph` or `go.mod` file listing the `github.com/aws/*` entries.
validations:
required: true

Expand All @@ -80,4 +82,4 @@ body:
attributes:
label: Operating System and version
validations:
required: true
required: true
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/documentation.yml
Expand Up @@ -22,9 +22,11 @@ body:
validations:
required: true

- type: input
- type: textarea
id: Go-sdk-version
attributes:
label: AWS Go SDK version used
label: AWS Go SDK V2 Module Versions Used
description: |
Output of `go mod graph` or `go.mod` file listing the `github.com/aws/*` entries.
validations:
required: false
required: false
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Expand Up @@ -46,10 +46,12 @@ body:
- label: This feature might incur a breaking change
required: false

- type: input
- type: textarea
id: go-sdk-version
attributes:
label: AWS Go SDK version used
label: AWS Go SDK V2 Module Versions Used
description: |
Output of `go mod graph` or `go.mod` file listing the `github.com/aws/*` entries.
validations:
required: true

Expand All @@ -59,4 +61,4 @@ body:
label: Go version used
description: Output of `go version`
validations:
required: true
required: true