From f461aee942f4506080ba7be980151ea5a25912ab Mon Sep 17 00:00:00 2001
From: SamidyFR <168582143+SamidyFR@users.noreply.github.com>
Date: Sat, 4 Apr 2026 18:20:48 +0000
Subject: [PATCH] style: auto-fix linting issues
---
.github/ISSUE_TEMPLATE/BUG-REPORT.yml | 122 +++++++++++++-------------
1 file changed, 60 insertions(+), 62 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
index fdec105..bd07360 100644
--- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
@@ -1,64 +1,62 @@
-name: "Bug Report"
+name: 'Bug Report'
description: Create a bug report.
-title: "[BUG]
"
-labels: [
- "bug"
-]
+title: '[BUG] '
+labels: ['bug']
body:
- - type: textarea
- attributes:
- label: "Description"
- description: Please enter an explicit description of your issue
- placeholder: Short and explicit description of your bug...
- validations:
- required: true
- - type: textarea
- attributes:
- label: "Reproduction steps"
- description: Please enter steps to reproduce your issue.
- placeholder: |
- 1. Go to '...'
- 2. Click on '....'
- 3. Scroll down to '....'
- 4. See error
- render: bash
- validations:
- required: true
- - type: textarea
- attributes:
- label: Expected Behavior
- description: Write what you expected to happen.
- placeholder: |
- The app should do this when I do that...
- validations:
- required: true
- - type: textarea
- id: screenshot
- attributes:
- label: "Screenshots"
- description: If applicable, add screenshots to help explain your problem.
- placeholder: Paste screenshot here.
- validations:
- required: false
- - type: textarea
- attributes:
- label: "Logs (Desktop only)"
- description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
- placeholder: Accessible via F12, select only Errors and Warnings, then right-click the Console and select "save to file"
- render: bash
- validations:
- required: false
- - type: textarea
- attributes:
- label: "Browser"
- description: What browser are you seeing the problem on ?
- placeholder: Firefox 149.0
- validations:
- required: true
- - type: textarea
- attributes:
- label: "Device"
- description: What device are you seeing the problem on ?
- placeholder: PC Running Windows 11
- validations:
- required: true
+ - type: textarea
+ attributes:
+ label: 'Description'
+ description: Please enter an explicit description of your issue
+ placeholder: Short and explicit description of your bug...
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: 'Reproduction steps'
+ description: Please enter steps to reproduce your issue.
+ placeholder: |
+ 1. Go to '...'
+ 2. Click on '....'
+ 3. Scroll down to '....'
+ 4. See error
+ render: bash
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Expected Behavior
+ description: Write what you expected to happen.
+ placeholder: |
+ The app should do this when I do that...
+ validations:
+ required: true
+ - type: textarea
+ id: screenshot
+ attributes:
+ label: 'Screenshots'
+ description: If applicable, add screenshots to help explain your problem.
+ placeholder: Paste screenshot here.
+ validations:
+ required: false
+ - type: textarea
+ attributes:
+ label: 'Logs (Desktop only)'
+ description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
+ placeholder: Accessible via F12, select only Errors and Warnings, then right-click the Console and select "save to file"
+ render: bash
+ validations:
+ required: false
+ - type: textarea
+ attributes:
+ label: 'Browser'
+ description: What browser are you seeing the problem on ?
+ placeholder: Firefox 149.0
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: 'Device'
+ description: What device are you seeing the problem on ?
+ placeholder: PC Running Windows 11
+ validations:
+ required: true