diff --git a/.github/ISSUE_TEMPLATE/1_bug.yml b/.github/ISSUE_TEMPLATE/1_bug.yml index 975151b50..df002fe7f 100644 --- a/.github/ISSUE_TEMPLATE/1_bug.yml +++ b/.github/ISSUE_TEMPLATE/1_bug.yml @@ -90,8 +90,8 @@ body: [Upload media here] - validations: - required: false + validations: + required: false - type: textarea attributes: label: Logs @@ -115,21 +115,5 @@ body: ``` - 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] - # ``` - - #
- # validations: - # required: true \ No newline at end of file + validations: + required: false \ No newline at end of file