refactor(bug-report): simplify to OS info only
- Change Environment Information to Operating System field - Keep only OS details (Windows/macOS/Linux versions) - Simplify checklist requirement from full environment to OS info - Maintains essential debugging information without overhead
This commit is contained in:
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -100,21 +100,14 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: environment
|
id: environment
|
||||||
attributes:
|
attributes:
|
||||||
label: Environment Information
|
label: Operating System
|
||||||
description: |
|
description: Operating system and relevant environment details
|
||||||
Please provide your environment details to help us reproduce the issue:
|
|
||||||
- **Platform**: Windows / macOS / Linux
|
|
||||||
- **Device Type**: Desktop / Laptop / Mobile
|
|
||||||
- **GPU/Hardware** (if relevant): e.g., NVIDIA A100, Apple M1
|
|
||||||
- **Python Version** (for server-side): e.g., 3.10.x
|
|
||||||
- **Docker** (if using): Yes/No, version if yes
|
|
||||||
- **Deployment**: Docker / Local / Cloud
|
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Platform: macOS
|
macOS 14.3
|
||||||
Device: MacBook Pro M1
|
or
|
||||||
Browser: Chrome 120
|
Windows 11 (22H2)
|
||||||
OpenWebUI: 0.3.0 (docker)
|
or
|
||||||
Deployment: Docker Compose
|
Ubuntu 22.04 LTS
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -218,7 +211,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 environment information (OS, browser, deployment method)
|
- label: I have provided my operating system 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