Update bug_report.yml

Add logs textfield to bug report
This commit is contained in:
Fazri Gading
2026-01-27 03:21:47 +08:00
committed by GitHub
parent 6fa933fece
commit 6b76eb365e

View File

@@ -71,8 +71,17 @@ body:
validations:
required: true
- type: textarea
id: logs
attributes:
label: Logs or Error Messages
description: If applicable, paste any error messages or logs here.
render: shell
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.
description: Add any other context about the problem here.