Skip to content

Commit

Permalink
Update bug_report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman authored Oct 6, 2024
1 parent 8bd2726 commit 6106db4
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,22 @@ body:
required: true

- type: input
id: version
id: flutter-version
attributes:
label: Version
label: Flutter Version
description: Which version of Flutter do you use?
placeholder: 1.2.3 ← should look like this
validations:
required: true
required: false # Not all libraries are Flutter specific

- type: input
id: dart-version
attributes:
label: Dart Version
description: Which version of Dart do you use?
placeholder: 1.2.3 ← should look like this
validations:
required: true # All libraries use Dart

- type: dropdown
id: package
Expand Down

0 comments on commit 6106db4

Please sign in to comment.