From 6a37755cecbff1da674bfc16bea5fd7a30134b7a Mon Sep 17 00:00:00 2001 From: Jordan Nelson Date: Mon, 26 Aug 2024 14:35:17 -0400 Subject: [PATCH] chore: update issue template (#5369) --- .github/ISSUE_TEMPLATE/BUG-REPORT.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml index 683261d128..dc36357f3c 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml @@ -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.19.3" + placeholder: "3.24.0" 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: "1.7.0" + placeholder: "2.4.0" validations: required: true - type: dropdown @@ -97,8 +97,9 @@ body: description: "How do you currently deploy your backend?" multiple: false options: - - Amplify CLI - - Amplify CLI + Custom Pipeline + - Amplify Gen 2 + - Amplify CLI (Gen 1) + - Amplify CLI (Gen 1) + Custom Pipeline - AWS CDK - Custom Pipeline validations: