From 6106db40d71112bcd3699a6afd2996d4f4858d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Uek=C3=B6tter?= Date: Sun, 6 Oct 2024 10:49:24 +0200 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 9f3e78d..792add9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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