From fd11cadb45fabd6c6f32858494593a36d7d8f70f Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 15 Nov 2023 22:21:55 +0300 Subject: [PATCH] Update bug template --- .github/ISSUE_TEMPLATE/1_bug.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1_bug.yml b/.github/ISSUE_TEMPLATE/1_bug.yml index f00c47fe..79213954 100644 --- a/.github/ISSUE_TEMPLATE/1_bug.yml +++ b/.github/ISSUE_TEMPLATE/1_bug.yml @@ -19,6 +19,9 @@ body: attributes: label: Flutter Quill Version description: Please tell us which version of `flutter_quill` that you are using. + placeholder: For example 9.0.0 + validations: + required: true - type: textarea attributes: label: Steps to reproduce