Enhance bug report template with ZLUDA version input

Added version input field to bug report template with a note on version support.
This commit is contained in:
Andrzej Janik 2025-09-03 16:20:02 -07:00 committed by GitHub
commit 545f5316a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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