mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-06 12:54:22 +00:00
indentation
This commit is contained in:
parent
4a6043d16c
commit
97966efb79
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user