style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-04-04 18:20:48 +00:00 committed by github-actions[bot]
parent 1b6b09e9a0
commit f461aee942

View file

@ -1,20 +1,18 @@
name: "Bug Report" name: 'Bug Report'
description: Create a bug report. description: Create a bug report.
title: "[BUG] <title>" title: '[BUG] <title>'
labels: [ labels: ['bug']
"bug"
]
body: body:
- type: textarea - type: textarea
attributes: attributes:
label: "Description" label: 'Description'
description: Please enter an explicit description of your issue description: Please enter an explicit description of your issue
placeholder: Short and explicit description of your bug... placeholder: Short and explicit description of your bug...
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Reproduction steps" label: 'Reproduction steps'
description: Please enter steps to reproduce your issue. description: Please enter steps to reproduce your issue.
placeholder: | placeholder: |
1. Go to '...' 1. Go to '...'
@ -35,14 +33,14 @@ body:
- type: textarea - type: textarea
id: screenshot id: screenshot
attributes: attributes:
label: "Screenshots" label: 'Screenshots'
description: If applicable, add screenshots to help explain your problem. description: If applicable, add screenshots to help explain your problem.
placeholder: Paste screenshot here. placeholder: Paste screenshot here.
validations: validations:
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: "Logs (Desktop only)" 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. 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" placeholder: Accessible via F12, select only Errors and Warnings, then right-click the Console and select "save to file"
render: bash render: bash
@ -50,14 +48,14 @@ body:
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: "Browser" label: 'Browser'
description: What browser are you seeing the problem on ? description: What browser are you seeing the problem on ?
placeholder: Firefox 149.0 placeholder: Firefox 149.0
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Device" label: 'Device'
description: What device are you seeing the problem on ? description: What device are you seeing the problem on ?
placeholder: PC Running Windows 11 placeholder: PC Running Windows 11
validations: validations: