update template

This commit is contained in:
rasbt 2024-06-18 07:09:47 -05:00
parent 8ae509b5e4
commit 06e4aaa009
No known key found for this signature in database
GPG Key ID: 3C6E5C7C075611DB

View File

@ -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