From 15d11d6faba2271957d33071f49baf9f1fc7b830 Mon Sep 17 00:00:00 2001 From: Ellet Date: Fri, 22 Dec 2023 15:10:50 +0300 Subject: [PATCH] Make the version is not required field --- .github/ISSUE_TEMPLATE/1_bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug.yml b/.github/ISSUE_TEMPLATE/1_bug.yml index 19d1e2ee..3cc0e95f 100644 --- a/.github/ISSUE_TEMPLATE/1_bug.yml +++ b/.github/ISSUE_TEMPLATE/1_bug.yml @@ -21,7 +21,7 @@ body: description: Please tell us which version of `flutter_quill` that you are using. placeholder: For example 9.0.0 validations: - required: true + required: false # - type: textarea # attributes: # label: Other Flutter Quill packages versions