From 2446c020e3017d9f196785ac0c7b2785b5cac287 Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 15 Nov 2023 22:28:16 +0300 Subject: [PATCH] Update bug report template --- .github/ISSUE_TEMPLATE/1_bug.yml | 42 +++++++++++++++++++++----------- example/pubspec.yaml | 4 +-- 2 files changed, 30 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug.yml b/.github/ISSUE_TEMPLATE/1_bug.yml index 79213954c..975151b50 100644 --- a/.github/ISSUE_TEMPLATE/1_bug.yml +++ b/.github/ISSUE_TEMPLATE/1_bug.yml @@ -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 @@ -80,6 +90,8 @@ body: [Upload media here] + validations: + required: false - type: textarea attributes: label: Logs @@ -103,19 +115,21 @@ body: ``` - - 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: | -
Doctor output + 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: | + #
Doctor output - ```console - [Paste your output here] - ``` + # ```console + # [Paste your output here] + # ``` -
- # validations: - # required: true \ No newline at end of file + #
+ # validations: + # required: true \ No newline at end of file diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 18e40f9bc..dc0df8874 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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