diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 1bd6193503..09d0e5cd08 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -6,13 +6,17 @@ body: id: environment attributes: label: Platform - description: Which platform do you use? + description: Which platforms does this bug affect? + multiple: true options: - Dart - Dart Web - - Flutter Mobile - - Flutter Desktop + - Flutter Mobile iOS + - Flutter Mobile Android + - Flutter Desktop Windows + - Flutter Desktop Linux - Flutter Web + - Flutter Wasm validations: required: true