Comment the text area

pull/1643/head
Ellet 1 year ago
parent e801785ca5
commit f1f9501431
  1. 18
      .github/ISSUE_TEMPLATE/1_bug.yml

@ -22,15 +22,15 @@ body:
placeholder: For example 9.0.0 placeholder: For example 9.0.0
validations: validations:
required: true required: true
- type: textarea # - type: textarea
attributes: # attributes:
label: Other Flutter Quill packages versions # 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 # description: If you are using any other packages like `flutter_quill_extensions` or `flutter_quill_test` please mention the versions here
placeholder: | # placeholder: |
flutter_quill_extensions: ^0.6.10 # flutter_quill_extensions: ^0.6.10
flutter_quill_test: ^0.0.5 # flutter_quill_test: ^0.0.5
validations: # validations:
required: false # required: false
- type: textarea - type: textarea
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce

Loading…
Cancel
Save