Skip to content

Commit 16f6025

Browse files
chore: Update BUG-REPORT.yaml (#4568)
1 parent ee90958 commit 16f6025

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body:
4747
3. Scroll down to '....'
4848
4. See error
4949
validations:
50-
required: false
50+
required: true
5151
- type: textarea
5252
id: screenshots
5353
attributes:
@@ -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.3.10"
82+
placeholder: "3.19.3"
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: "0.6.10"
90+
placeholder: "1.7.0"
9191
validations:
9292
required: true
9393
- type: dropdown
@@ -99,6 +99,7 @@ body:
9999
options:
100100
- Amplify CLI
101101
- Amplify CLI + Custom Pipeline
102+
- AWS CDK
102103
- Custom Pipeline
103104
validations:
104105
required: true

0 commit comments

Comments
 (0)