From 46038f7c90c3938af2edfdcac40e02457f1decf9 Mon Sep 17 00:00:00 2001 From: Dan Kiuna Date: Thu, 4 Jan 2024 12:10:15 -0600 Subject: [PATCH] chore: Update bug report template (#12793) * chore: update bug_report template * Update 1.bug_report.yaml --- .github/ISSUE_TEMPLATE/1.bug_report.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yaml b/.github/ISSUE_TEMPLATE/1.bug_report.yaml index 72e14085aa4..18ac87644ae 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yaml @@ -89,6 +89,18 @@ body: - Not applicable validations: required: true + - type: dropdown + attributes: + label: Amplify Version + description: | + Which major version of `aws-amplify` are you using? + multiple: false + options: + - v6 + - v5 + - Older than v5 + validations: + required: true - type: dropdown attributes: label: Amplify Categories @@ -107,6 +119,17 @@ body: - interactions - predictions - Not applicable + - type: dropdown + attributes: + label: Backend + description: | + How have you deployed the backend resources? + multiple: false + options: + - Amplify CLI + - Amplify Gen 2 (Preview) + - CDK + - Other - type: textarea attributes: label: Environment information