Skip to content

Commit

Permalink
Update bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Nov 15, 2023
1 parent fd11cad commit 2446c02
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
42 changes: 28 additions & 14 deletions .github/ISSUE_TEMPLATE/1_bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ 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: ^8.5.5
flutter_quill_extensions: ^0.6.10
flutter_quill_test: ^0.0.5
validations:
required: false
- type: textarea
attributes:
label: Steps to reproduce
Expand Down Expand Up @@ -80,6 +90,8 @@ body:
[Upload media here]
</details>
validations:
required: false
- type: textarea
attributes:
label: Logs
Expand All @@ -103,19 +115,21 @@ body:
```
</details>
- type: textarea
attributes:
label: Flutter Doctor output (optional)
description: |
Please provide the full output of running `flutter doctor -v`
if the issue is related on how the library use the Flutter Quill
value: |
<details><summary>Doctor output</summary>
validations:
required: false
# - type: textarea
# attributes:
# label: Flutter Doctor output (optional)
# description: |
# Please provide the full output of running `flutter doctor -v`
# if the issue is related on how the library use the Flutter Quill
# value: |
# <details><summary>Doctor output</summary>

```console
[Paste your output here]
```
# ```console
# [Paste your output here]
# ```

</details>
# validations:
# required: true
# </details>
# validations:
# required: true
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
cupertino_icons: ^1.0.6

# Flutter Quill Packages
flutter_quill: ^8.5.3
flutter_quill_extensions: ^0.6.9
flutter_quill: ^8.5.5
flutter_quill_extensions: ^0.6.10
flutter_quill_test: ^0.0.5
quill_html_converter: ^0.0.1-experimental.1

Expand Down

0 comments on commit 2446c02

Please sign in to comment.