From c6fa7d4bc9da42050e4916b618c3f1419db8e7d9 Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 15 Nov 2023 22:19:36 +0300 Subject: [PATCH] Update bug template --- .github/ISSUE_TEMPLATE/1_bug.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1_bug.yml b/.github/ISSUE_TEMPLATE/1_bug.yml index 8826b00c..7d705f2f 100644 --- a/.github/ISSUE_TEMPLATE/1_bug.yml +++ b/.github/ISSUE_TEMPLATE/1_bug.yml @@ -15,6 +15,14 @@ body: options: - label: I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) required: true + - type: input + attributes: + label: Flutter Quill Version + description: Please tell us which version of `flutter_quill` that you are using. + placeholder: | + 9.0.0 + validations: + required: true - type: textarea attributes: label: Steps to reproduce