From f1f95014318fb3f7dfadcbe4c1481b405e3e5045 Mon Sep 17 00:00:00 2001 From: Ellet Date: Fri, 22 Dec 2023 15:09:14 +0300 Subject: [PATCH] Comment the text area --- .github/ISSUE_TEMPLATE/1_bug.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug.yml b/.github/ISSUE_TEMPLATE/1_bug.yml index b4c597dc..19d1e2ee 100644 --- a/.github/ISSUE_TEMPLATE/1_bug.yml +++ b/.github/ISSUE_TEMPLATE/1_bug.yml @@ -22,15 +22,15 @@ body: placeholder: For example 9.0.0 validations: required: true - - type: textarea - attributes: - label: Other Flutter Quill packages versions - description: If you are using any other packages like `flutter_quill_extensions` or `flutter_quill_test` please mention the versions here - placeholder: | - flutter_quill_extensions: ^0.6.10 - flutter_quill_test: ^0.0.5 - validations: - required: false + # - type: textarea + # attributes: + # label: Other Flutter Quill packages versions + # description: If you are using any other packages like `flutter_quill_extensions` or `flutter_quill_test` please mention the versions here + # placeholder: | + # flutter_quill_extensions: ^0.6.10 + # flutter_quill_test: ^0.0.5 + # validations: + # required: false - type: textarea attributes: label: Steps to reproduce