Skip to content

Commit a1ee023

Browse files
authored
Update Issue Templates (#1685)
1 parent 48159ac commit a1ee023

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ body:
6060
validations:
6161
required: false
6262

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

@@ -80,4 +82,4 @@ body:
8082
attributes:
8183
label: Operating System and version
8284
validations:
83-
required: true
85+
required: true

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ body:
2222
validations:
2323
required: true
2424

25-
- type: input
25+
- type: textarea
2626
id: Go-sdk-version
2727
attributes:
28-
label: AWS Go SDK version used
28+
label: AWS Go SDK V2 Module Versions Used
29+
description: |
30+
Output of `go mod graph` or `go.mod` file listing the `github.com/aws/*` entries.
2931
validations:
30-
required: false
32+
required: false

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ body:
4646
- label: This feature might incur a breaking change
4747
required: false
4848

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

@@ -59,4 +61,4 @@ body:
5961
label: Go version used
6062
description: Output of `go version`
6163
validations:
62-
required: true
64+
required: true

0 commit comments

Comments
 (0)