From 5309065cc13973022e481cc3756ef0ab90f59ca0 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Thu, 4 Sep 2025 01:20:34 +0200 Subject: [PATCH] Enhance bug report template with ZLUDA version input (#494) Added version input field to bug report template with a note on version support. --- .github/ISSUE_TEMPLATE/zluda_dump.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/zluda_dump.yml b/.github/ISSUE_TEMPLATE/zluda_dump.yml index 0350a59..ee2738a 100644 --- a/.github/ISSUE_TEMPLATE/zluda_dump.yml +++ b/.github/ISSUE_TEMPLATE/zluda_dump.yml @@ -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= ./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: