From 16f60256e7089b512ed9b82f28807c08f1569be4 Mon Sep 17 00:00:00 2001 From: Jordan Nelson Date: Tue, 19 Mar 2024 08:45:45 -0400 Subject: [PATCH] chore: Update BUG-REPORT.yaml (#4568) --- .github/ISSUE_TEMPLATE/BUG-REPORT.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml index 529d792d43..683261d128 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml @@ -47,7 +47,7 @@ body: 3. Scroll down to '....' 4. See error validations: - required: false + required: true - type: textarea id: screenshots attributes: @@ -79,7 +79,7 @@ body: attributes: label: "Flutter Version" description: "Please share which version of Flutter you're using (found using `flutter --version`)." - placeholder: "3.3.10" + placeholder: "3.19.3" validations: required: true - type: input @@ -87,7 +87,7 @@ body: attributes: label: Amplify Flutter Version description: "The version of the Amplify Flutter libraries you're currently using." - placeholder: "0.6.10" + placeholder: "1.7.0" validations: required: true - type: dropdown @@ -99,6 +99,7 @@ body: options: - Amplify CLI - Amplify CLI + Custom Pipeline + - AWS CDK - Custom Pipeline validations: required: true