From 56a8aeaea4d7dce334dd5d127a7f6da72906731d Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 1 Jan 2026 10:35:43 +0100 Subject: [PATCH] Modify bug report template options and defaults Updated default option and model choices in bug report template. --- .github/ISSUE_TEMPLATE/bug_report.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f1fc61cb8..b85c70c62 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -100,7 +100,7 @@ body: - API - Standard - ModernUI - default: 1 + default: 2 validations: required: true - type: dropdown @@ -120,18 +120,11 @@ body: label: Model description: What is the model type you're using? options: - - StableDiffusion 1.5 - - StableDiffusion 2.1 - - StableDiffusion XL - - StableDiffusion 3.x - - StableCascade - - FLUX.1 - - PixArt - - Kandinsky - - Playground - - AuraFlow + - Unspecified + - StableDiffusion 1.5/2.1/XL + - Other image model - Any Video Model - - Other + - LLM default: 0 validations: required: true