Added "Crash Report or Log" to bug report form
- Added "Crash Report or Log" input to bug_report.yml
This commit is contained in:
parent
48acaeb1b8
commit
135f0d8e3c
1 changed files with 6 additions and 0 deletions
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -31,6 +31,12 @@ body:
|
|||
description: If applicable, add screenshots or videos to help explain your problem
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: Crash Report or Log
|
||||
description: If applicable, please add a link to the crash report or log that was created when this issue occured
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: Operating System
|
||||
|
|
Loading…
Reference in a new issue