Skip to content

Commit

Permalink
Update Issue Templates (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail committed Apr 26, 2022
1 parent 48159ac commit a1ee023
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
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

0 comments on commit a1ee023

Please sign in to comment.