github fix indentation in issue template
This commit is contained in:
parent
d83c75d1ae
commit
6f86bd77e8
1 changed files with 10 additions and 10 deletions
20
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
20
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -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:
|
||||||
|
@ -61,7 +61,7 @@ body:
|
||||||
- Safari
|
- Safari
|
||||||
- Microsoft Edge
|
- Microsoft Edge
|
||||||
- Other
|
- Other
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: operating-system
|
id: operating-system
|
||||||
attributes:
|
attributes:
|
||||||
label: Operating System
|
label: Operating System
|
||||||
|
|
Loading…
Reference in a new issue