Skip to content

Commit

Permalink
chore: Update BUG-REPORT.yaml (#4568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Mar 19, 2024
1 parent ee90958 commit 16f6025
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ body:
3. Scroll down to '....'
4. See error
validations:
required: false
required: true
- type: textarea
id: screenshots
attributes:
Expand Down Expand Up @@ -79,15 +79,15 @@ 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
id: amplify-version
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
Expand All @@ -99,6 +99,7 @@ body:
options:
- Amplify CLI
- Amplify CLI + Custom Pipeline
- AWS CDK
- Custom Pipeline
validations:
required: true
Expand Down

0 comments on commit 16f6025

Please sign in to comment.