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
This commit is contained in:
fujie
2026-03-04 04:57:24 +08:00
parent ba0d63930e
commit 2aff7f1bf4

View File

@@ -20,7 +20,7 @@ body:
- Filter - Filter
- Pipe - Pipe
- Pipeline - Pipeline
- Tool (Copilot SDK) - Tool
- Other - Other
validations: validations:
required: true required: true
@@ -100,14 +100,21 @@ body:
- type: textarea - type: textarea
id: environment id: environment
attributes: attributes:
label: Operating System label: Environment Details
description: Operating system and relevant environment details description: "Operating system and container/deployment information"
placeholder: | placeholder: |
macOS 14.3 Operating System: macOS 14.3
Container: Docker (version 24.0.x) or Native
or or
Windows 11 (22H2)
Operating System: Ubuntu 22.04 LTS
Container: Docker Compose
or or
Ubuntu 22.04 LTS
Operating System: Windows 11
Deployment: Local / Cloud
validations: validations:
required: true required: true
@@ -211,7 +218,7 @@ body:
required: true required: true
- label: I have mentioned the plugin name and OpenWebUI version - label: I have mentioned the plugin name and OpenWebUI version
required: true required: true
- label: I have provided my operating system information - label: I have provided operating system and container/deployment information
required: true required: true
- label: I have provided logs or console output (frontend/server-side) - label: I have provided logs or console output (frontend/server-side)
required: false required: false