mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-06 09:36:19 +00:00
Enhance bug report template with ZLUDA version input (#494)
Added version input field to bug report template with a note on version support.
This commit is contained in:
parent
ac54d9a8cc
commit
5309065cc1
1 changed files with 8 additions and 2 deletions
10
.github/ISSUE_TEMPLATE/zluda_dump.yml
vendored
10
.github/ISSUE_TEMPLATE/zluda_dump.yml
vendored
|
@ -1,7 +1,5 @@
|
|||
name: Bug Report
|
||||
description: Report an issue with ZLUDA
|
||||
title: ""
|
||||
labels: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
@ -50,6 +48,14 @@ body:
|
|||
LD_LIBRARY_PATH=<ZLUDA_TRACE_DIR> ./test_gpt2fp32cu
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: ZLUDA version
|
||||
description: What version of ZLUDA are you using? Due to legal issues **versions older than 4 are not supported**
|
||||
placeholder: "example: 5-preview.113"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: os
|
||||
attributes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue