mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-15 20:21:22 +00:00
update template
This commit is contained in:
parent
8ae509b5e4
commit
06e4aaa009
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -4,14 +4,16 @@ labels: bug
|
|||||||
assignees: rasbt
|
assignees: rasbt
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thank you for taking the time to report an issue. Please fill out the details below to help us resolve it.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Bug description
|
label: Bug description
|
||||||
description: A description of the issue.
|
description: A description of the issue.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Please provide description of what the bug or issue is.
|
Please provide a description of what the bug or issue is.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -20,21 +22,20 @@ body:
|
|||||||
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: true
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- "macOS"
|
- "macOS"
|
||||||
- "Linux"
|
- "Linux"
|
||||||
- "Windows"
|
- "Windows"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: true
|
||||||
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Environment
|
label: Environment
|
||||||
description: |
|
description: |
|
||||||
Please provide details about your Python environment via the environment collection script or notebook located at
|
Please provide details about your Python environment via the environment collection script or notebook located at
|
||||||
https://github.com/rasbt/LLMs-from-scratch/tree/main/setup/02_installing-python-libraries
|
https://github.com/rasbt/LLMs-from-scratch/tree/main/setup/02_installing-python-libraries.
|
||||||
You can run the script as follows:
|
You can run the script as follows:
|
||||||
```console
|
```console
|
||||||
wget https://raw.githubusercontent.com/rasbt/LLMs-from-scratch/main/setup/02_installing-python-libraries/python_environment_check.py
|
wget https://raw.githubusercontent.com/rasbt/LLMs-from-scratch/main/setup/02_installing-python-libraries/python_environment_check.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user