From a1ee023a21f3cfd5c85ddae881264dbedcd1dffc Mon Sep 17 00:00:00 2001 From: Sean McGrail <549813+skmcgrail@users.noreply.github.com> Date: Tue, 26 Apr 2022 16:34:19 -0700 Subject: [PATCH] Update Issue Templates (#1685) --- .github/ISSUE_TEMPLATE/bug-report.yml | 8 +++++--- .github/ISSUE_TEMPLATE/documentation.yml | 8 +++++--- .github/ISSUE_TEMPLATE/feature-request.yml | 8 +++++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e8c5032fd83..6e888118447 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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 @@ -80,4 +82,4 @@ body: attributes: label: Operating System and version validations: - required: true \ No newline at end of file + required: true 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 diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 90f963d3000..a10c766729f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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 @@ -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