Another improvement to the bug report template
This commit is contained in:
18
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
18
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
@@ -57,13 +57,19 @@ body:
|
|||||||
id: platform
|
id: platform
|
||||||
attributes:
|
attributes:
|
||||||
label: Platform
|
label: Platform
|
||||||
description: Detail the host OS platform, version and software versions.
|
description: |
|
||||||
|
Detail the host OS platform, version and software versions.
|
||||||
|
- Distribution: `$(. /etc/os-release; echo "${NAME} - ${VERSION}")`
|
||||||
|
- Linux Kernel: `$(uname -rpio)`
|
||||||
|
- GPU Driver versions: `$(nvidia-smi | grep 'Version:')`
|
||||||
|
- Docker: `$(docker -v)`
|
||||||
|
- Docker-compose: `$(docker compose -v)`
|
||||||
placeholder: |
|
placeholder: |
|
||||||
- Distribution: $(. /etc/os-release; echo "${NAME} - ${VERSION}")
|
- Distribution:
|
||||||
- Linux Kernel: $(uname -rpio)
|
- Linux Kernel:
|
||||||
- GPU Driver versions: $(nvidia-smi | grep 'Version:')
|
- GPU Driver versions:
|
||||||
- Docker: $(docker -v)
|
- Docker:
|
||||||
- Docker-compose: $(docker compose -v)
|
- Docker-compose:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
Reference in New Issue
Block a user