From 2aff7f1bf455966f23860fe43f767a5daff11a28 Mon Sep 17 00:00:00 2001 From: fujie Date: Wed, 4 Mar 2026 04:57:24 +0800 Subject: [PATCH] fix(bug-report): correct plugin types and environment info - Change 'Tool (Copilot SDK)' to 'Tool' (Copilot SDK is a Pipe plugin) - Rename Environment Details field - Include OS and container/deployment info (Docker, Docker Compose, native, etc) - Update checklist to reflect container/deployment requirements - Keep OpenWebUI version as required field - Ensures proper environment context for issue reproduction --- .github/ISSUE_TEMPLATE/bug_report.yml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fe3199a..b809179 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,7 +20,7 @@ body: - Filter - Pipe - Pipeline - - Tool (Copilot SDK) + - Tool - Other validations: required: true @@ -100,14 +100,21 @@ body: - type: textarea id: environment attributes: - label: Operating System - description: Operating system and relevant environment details + label: Environment Details + description: "Operating system and container/deployment information" placeholder: | - macOS 14.3 + Operating System: macOS 14.3 + Container: Docker (version 24.0.x) or Native + or - Windows 11 (22H2) + + Operating System: Ubuntu 22.04 LTS + Container: Docker Compose + or - Ubuntu 22.04 LTS + + Operating System: Windows 11 + Deployment: Local / Cloud validations: required: true @@ -211,7 +218,7 @@ body: required: true - label: I have mentioned the plugin name and OpenWebUI version required: true - - label: I have provided my operating system information + - label: I have provided operating system and container/deployment information required: true - label: I have provided logs or console output (frontend/server-side) required: false