indentation

This commit is contained in:
rasbt 2024-06-18 07:11:22 -05:00
parent 4a6043d16c
commit 97966efb79

View File

@ -1,14 +1,16 @@
name: Bug report name: Bug report
about: Report errors related to the book content or code description: Report errors related to the book content or code
labels: bug title: "[BUG] "
labels: [bug]
assignees: rasbt assignees: rasbt
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thank you for taking the time to report an issue. Please fill out the details below to help us resolve it. Thank you for taking the time to report an issue. Please fill out the details below to help resolve it.
- type: textarea - type: textarea
id: bug_description
attributes: attributes:
label: Bug description label: Bug description
description: A description of the issue. description: A description of the issue.
@ -18,11 +20,10 @@ body:
required: true required: true
- type: dropdown - type: dropdown
id: versions id: operating_system
attributes: attributes:
label: What operating system are you using? label: What operating system are you using?
description: If applicable, please select the operating system where you experienced this issue description: If applicable, please select the operating system where you experienced this issue
multiple: false
options: options:
- "macOS" - "macOS"
- "Linux" - "Linux"
@ -31,6 +32,7 @@ body:
required: true required: true
- type: textarea - type: textarea
id: environment
attributes: attributes:
label: Environment label: Environment
description: | description: |