From 7bf34de7b03a09cfbcda27e72a12d2ad931873b5 Mon Sep 17 00:00:00 2001
From: Ellet <hello@freshplatform.net>
Date: Wed, 15 Nov 2023 22:32:23 +0300
Subject: [PATCH] Update bug report template

---
 .github/ISSUE_TEMPLATE/1_bug.yml | 24 ++++--------------------
 1 file changed, 4 insertions(+), 20 deletions(-)

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