add hardware spec input in bug_report.yml

This commit is contained in:
Fazri Gading
2026-01-27 03:41:26 +08:00
committed by GitHub
parent 01823729ec
commit 7d2672b684

View File

@@ -55,6 +55,15 @@ body:
validations: validations:
required: true required: true
- type: textarea
id: hardwarespec
attributes:
label: Hardware Specification
description: Tell us your CPU, iGPU, dGPU, VRAM, and RAM information.
placeholder: "CPU: Intel i9-14900K 6.0 GHz | GPU: NVIDIA RTX 4090 | VRAM: 24 GB | RAM: 32 GB"
validations:
required: true
- type: dropdown - type: dropdown
id: os id: os
attributes: attributes: