Skip to content

Commit 6a37755

Browse files
chore: update issue template (#5369)
1 parent 995e6bd commit 6a37755

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ body:
7979
attributes:
8080
label: "Flutter Version"
8181
description: "Please share which version of Flutter you're using (found using `flutter --version`)."
82-
placeholder: "3.19.3"
82+
placeholder: "3.24.0"
8383
validations:
8484
required: true
8585
- type: input
8686
id: amplify-version
8787
attributes:
8888
label: Amplify Flutter Version
8989
description: "The version of the Amplify Flutter libraries you're currently using."
90-
placeholder: "1.7.0"
90+
placeholder: "2.4.0"
9191
validations:
9292
required: true
9393
- type: dropdown
@@ -97,8 +97,9 @@ body:
9797
description: "How do you currently deploy your backend?"
9898
multiple: false
9999
options:
100-
- Amplify CLI
101-
- Amplify CLI + Custom Pipeline
100+
- Amplify Gen 2
101+
- Amplify CLI (Gen 1)
102+
- Amplify CLI (Gen 1) + Custom Pipeline
102103
- AWS CDK
103104
- Custom Pipeline
104105
validations:

0 commit comments

Comments
 (0)