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:
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user