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