mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-27 07:27:15 +01:00
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
|
description: If applicable, add screenshots or videos to help explain your problem
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Operating System
|
label: Operating System
|
||||||
|
|
Loading…
Reference in a new issue