docs: enhance bug report template with placeholders and options

Updated the bug report template to include placeholders and additional Linux distributions.
This commit is contained in:
Fazri Gading
2026-02-02 08:06:30 +08:00
committed by GitHub
parent 23fad047c0
commit f0939a60c9

View File

@@ -1,6 +1,6 @@
name: Bug Report name: Bug Report
description: Create a report to help us improve description: Create a report to help us improve
title: "[BUG] " title: "[BUG] <Insert Bug Title Here>"
labels: ["bug"] labels: ["bug"]
body: body:
- type: markdown - type: markdown
@@ -59,7 +59,9 @@ body:
id: hardwarespec id: hardwarespec
attributes: attributes:
label: Hardware Specification label: Hardware Specification
description: Tell us your CPU, iGPU, dGPU, VRAM, and RAM information. description: |
Tell us your CPU, iGPU, dGPU, VRAM, and RAM information.
(Use N/A if you think this is not correlated with the bug)
placeholder: "CPU: Intel i9-14900K 6.0 GHz | GPU: NVIDIA RTX 4090 24 GB VRAM | RAM: 32 GB" placeholder: "CPU: Intel i9-14900K 6.0 GHz | GPU: NVIDIA RTX 4090 24 GB VRAM | RAM: 32 GB"
validations: validations:
required: true required: true
@@ -72,9 +74,9 @@ body:
options: options:
- Windows 11/10 - Windows 11/10
- macOS (Apple Silicon, M1/M2/M3) - macOS (Apple Silicon, M1/M2/M3)
- Linux Ubuntu/Debian-based (Linux Mint, Pop!_OS, etc.) - Linux Ubuntu/Debian-based (Linux Mint, Pop!_OS, Zorin OS, etc.)
- Linux Fedora/RHEL-based (Fedora, CentOS, etc.) - Linux Fedora/RHEL-based (Fedora, Bazzite, CentOS, etc.)
- Linux Arch-based (Steamdeck, CachyOS, etc.) - Linux Arch-based (Steamdeck, CachyOS, ArchLinux, etc.)
validations: validations:
required: true required: true