From 14fc70989c5e5e830056629a46218a2f2cdfe57c Mon Sep 17 00:00:00 2001 From: Sean McGrail <549813+skmcgrail@users.noreply.github.com> Date: Tue, 26 Apr 2022 23:15:24 +0000 Subject: [PATCH 1/5] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e8c5032fd83..e4f52de85e6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -63,7 +63,9 @@ body: - type: input 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 @@ -80,4 +82,4 @@ body: attributes: label: Operating System and version validations: - required: true \ No newline at end of file + required: true From 271148f80634ef88722d8d181b004784dcf43f00 Mon Sep 17 00:00:00 2001 From: Sean McGrail <549813+skmcgrail@users.noreply.github.com> Date: Tue, 26 Apr 2022 16:19:05 -0700 Subject: [PATCH 2/5] Update feature-request.yml --- .github/ISSUE_TEMPLATE/feature-request.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 90f963d3000..0348fa4e125 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -49,7 +49,9 @@ body: - type: input 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 @@ -59,4 +61,4 @@ body: label: Go version used description: Output of `go version` validations: - required: true \ No newline at end of file + required: true From 70ff54b6b980aa9c76fa76fba2637074efcdd715 Mon Sep 17 00:00:00 2001 From: Sean McGrail <549813+skmcgrail@users.noreply.github.com> Date: Tue, 26 Apr 2022 16:20:05 -0700 Subject: [PATCH 3/5] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e4f52de85e6..6e888118447 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -60,7 +60,7 @@ body: validations: required: false - - type: input + - type: textarea id: Go-sdk-version attributes: label: AWS Go SDK V2 Module Versions Used From baf9f7b5a60f600c9106bc93ed10f2bdbc70ada9 Mon Sep 17 00:00:00 2001 From: Sean McGrail <549813+skmcgrail@users.noreply.github.com> Date: Tue, 26 Apr 2022 16:21:54 -0700 Subject: [PATCH 4/5] Update feature-request.yml --- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 0348fa4e125..a10c766729f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -46,7 +46,7 @@ body: - label: This feature might incur a breaking change required: false - - type: input + - type: textarea id: go-sdk-version attributes: label: AWS Go SDK V2 Module Versions Used From d7cfb924da3bc4cbc09b885f20b54805565a7d42 Mon Sep 17 00:00:00 2001 From: Sean McGrail <549813+skmcgrail@users.noreply.github.com> Date: Tue, 26 Apr 2022 16:22:47 -0700 Subject: [PATCH 5/5] Update documentation.yml --- .github/ISSUE_TEMPLATE/documentation.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 3ace2423435..bec62818103 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -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 \ No newline at end of file + required: false