From 6f86bd77e875fa04bf703129715b7cbaea5550a3 Mon Sep 17 00:00:00 2001
From: Tom French <tom@tomfren.ch>
Date: Wed, 24 Aug 2022 21:25:48 +0100
Subject: [PATCH] github fix indentation in issue template

---
 .github/ISSUE_TEMPLATE/bug-report.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 534dfe80e..23cbc54a6 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -1,7 +1,7 @@
 name: Bug Report
 description: File a bug report also known as an issue or problem.
-title: "[Bug]: "
-labels: ["bug", "needs triage"]
+title: '[Bug]: '
+labels: ['bug', 'needs triage']
 body:
   - type: markdown
     id: intro-md
@@ -11,10 +11,10 @@ body:
   - type: dropdown
     id: existing-issue
     attributes:
-      label: "Verified issue does not already exist?"
-      description: "Please search to see if an issue already exists for the issue you encountered."
+      label: 'Verified issue does not already exist?'
+      description: 'Please search to see if an issue already exists for the issue you encountered.'
       options:
-        - "I have searched and found no existing issue"
+        - 'I have searched and found no existing issue'
     validations:
       required: true
   - type: textarea
@@ -23,20 +23,20 @@ body:
       label: What happened?
       description: Also tell us, what did you expect to happen?
       placeholder: Tell us what you see!
-      value: "A bug happened!"
+      value: 'A bug happened!'
     validations:
       required: true
   - type: textarea
     id: errors-received
     attributes:
-      label: "What error did you receive?"
-      description: "If you received an error or a message on the screen, please provide that here."
+      label: 'What error did you receive?'
+      description: 'If you received an error or a message on the screen, please provide that here.'
     validations:
       required: false
   - type: markdown
     id: env-info
     attributes:
-      value: "## Environment Details"
+      value: '## Environment Details'
   - type: dropdown
     id: hosting
     attributes:
@@ -61,7 +61,7 @@ body:
         - Safari
         - Microsoft Edge
         - Other
-- type: dropdown
+  - type: dropdown
     id: operating-system
     attributes:
       label: Operating System
-- 
GitLab