Update bug report template

pull/1489/head^2
Ellet 1 year ago
parent fd11cadb45
commit 2446c020e3
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 42
      .github/ISSUE_TEMPLATE/1_bug.yml
  2. 4
      example/pubspec.yaml

@ -22,6 +22,16 @@ body:
placeholder: For example 9.0.0 placeholder: For example 9.0.0
validations: validations:
required: true 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: ^8.5.5
flutter_quill_extensions: ^0.6.10
flutter_quill_test: ^0.0.5
validations:
required: false
- type: textarea - type: textarea
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
@ -80,6 +90,8 @@ body:
[Upload media here] [Upload media here]
</details> </details>
validations:
required: false
- type: textarea - type: textarea
attributes: attributes:
label: Logs label: Logs
@ -103,19 +115,21 @@ body:
``` ```
</details> </details>
- type: textarea validations:
attributes: required: false
label: Flutter Doctor output (optional) # - type: textarea
description: | # attributes:
Please provide the full output of running `flutter doctor -v` # label: Flutter Doctor output (optional)
if the issue is related on how the library use the Flutter Quill # description: |
value: | # Please provide the full output of running `flutter doctor -v`
<details><summary>Doctor output</summary> # if the issue is related on how the library use the Flutter Quill
# value: |
# <details><summary>Doctor output</summary>
```console # ```console
[Paste your output here] # [Paste your output here]
``` # ```
</details> # </details>
# validations: # validations:
# required: true # required: true

@ -13,8 +13,8 @@ dependencies:
cupertino_icons: ^1.0.6 cupertino_icons: ^1.0.6
# Flutter Quill Packages # Flutter Quill Packages
flutter_quill: ^8.5.3 flutter_quill: ^8.5.5
flutter_quill_extensions: ^0.6.9 flutter_quill_extensions: ^0.6.10
flutter_quill_test: ^0.0.5 flutter_quill_test: ^0.0.5
quill_html_converter: ^0.0.1-experimental.1 quill_html_converter: ^0.0.1-experimental.1

Loading…
Cancel
Save