github fix indentation in issue template

This commit is contained in:
Tom French 2022-08-24 21:25:48 +01:00
parent d83c75d1ae
commit 6f86bd77e8

View file

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