Update bug_report.yml

Added a textarea for crash report in bug report template.
This commit is contained in:
junkfood
2025-08-24 23:45:55 +08:00
committed by GitHub
parent 8c3c54bc2f
commit ca2a1fdd39

View File

@@ -43,7 +43,15 @@ body:
2.
3.
...
render: bash
validations:
required: true
- type: textarea
id: stacktrace
attributes:
label: Crash report
description: ""
render: text
validations:
required: false