Enhance bug report template with ZLUDA version input (#494)
Some checks failed
ZLUDA / Build (Linux) (push) Has been cancelled
ZLUDA / Build (Windows) (push) Has been cancelled
ZLUDA / Build AMD GPU unit tests (push) Has been cancelled
ZLUDA / Run AMD GPU unit tests (push) Has been cancelled

Added version input field to bug report template with a note on version support.
This commit is contained in:
Andrzej Janik 2025-09-04 01:20:34 +02:00 committed by GitHub
commit 5309065cc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,5 @@
name: Bug Report name: Bug Report
description: Report an issue with ZLUDA description: Report an issue with ZLUDA
title: ""
labels: []
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -50,6 +48,14 @@ body:
LD_LIBRARY_PATH=<ZLUDA_TRACE_DIR> ./test_gpt2fp32cu LD_LIBRARY_PATH=<ZLUDA_TRACE_DIR> ./test_gpt2fp32cu
validations: validations:
required: true 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 - type: input
id: os id: os
attributes: attributes: