From c6a37c23af05856db5878dd42c0a06677ad04c90 Mon Sep 17 00:00:00 2001 From: Amos Date: Sat, 20 Apr 2024 23:43:03 +0800 Subject: [PATCH] Update: ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/flutter_bug_report.yml | 2 ++ .github/ISSUE_TEMPLATE/flutter_how_to_use.yml | 2 ++ .github/ISSUE_TEMPLATE/flutter_new_feature.yml | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0..0086358 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enabled: false +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/flutter_bug_report.yml b/.github/ISSUE_TEMPLATE/flutter_bug_report.yml index d897d82..c0b9703 100644 --- a/.github/ISSUE_TEMPLATE/flutter_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/flutter_bug_report.yml @@ -17,11 +17,13 @@ body: description: Check all that apply multiple: true options: + - All - Android - iOS - macOS - Windows - Linux + - Web - Other validations: required: true diff --git a/.github/ISSUE_TEMPLATE/flutter_how_to_use.yml b/.github/ISSUE_TEMPLATE/flutter_how_to_use.yml index 5d71298..96d582a 100644 --- a/.github/ISSUE_TEMPLATE/flutter_how_to_use.yml +++ b/.github/ISSUE_TEMPLATE/flutter_how_to_use.yml @@ -21,11 +21,13 @@ body: description: Check all that apply multiple: true options: + - All - Android - iOS - macOS - Windows - Linux + - Web - Other validations: required: true diff --git a/.github/ISSUE_TEMPLATE/flutter_new_feature.yml b/.github/ISSUE_TEMPLATE/flutter_new_feature.yml index 2e996b8..d882389 100644 --- a/.github/ISSUE_TEMPLATE/flutter_new_feature.yml +++ b/.github/ISSUE_TEMPLATE/flutter_new_feature.yml @@ -15,11 +15,13 @@ body: description: Check all that apply multiple: true options: + - All - Android - iOS - macOS - Windows - Linux + - Web - Other validations: required: true