Skip to content

Commit

Permalink
Extend the bug template with OS multiselect (#1956)
Browse files Browse the repository at this point in the history
I always have to asks this, so I think this makes sense.
  • Loading branch information
kuhnroyal authored Sep 10, 2023
1 parent a00ee9a commit 07a4002
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@ body:
description: Which version of that package do you use?
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating-System
description: On which OS does the problem occur?
multiple: true
options:
- Android
- iOS
- Web
- MacOS
- Linux
- Windows
validations:
required: true
- type: textarea
id: flutter_info
attributes:
Expand Down

0 comments on commit 07a4002

Please sign in to comment.