mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 14:17:51 +08:00
Update bug_report.yaml
This commit is contained in:
parent
73bd172e4d
commit
362fcdc51a
19
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
19
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -11,7 +11,7 @@ body:
|
|||||||
id: latestversion
|
id: latestversion
|
||||||
attributes:
|
attributes:
|
||||||
label: Are you on the latest version of UnityExplorer?
|
label: Are you on the latest version of UnityExplorer?
|
||||||
description: If not, please update first.
|
description: If not, you must update first.
|
||||||
options:
|
options:
|
||||||
- label: Yes, I'm on the latest version of UnityExplorer.
|
- label: Yes, I'm on the latest version of UnityExplorer.
|
||||||
required: true
|
required: true
|
||||||
@ -32,11 +32,18 @@ body:
|
|||||||
- Standalone Mono
|
- Standalone Mono
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: game
|
||||||
|
attributes:
|
||||||
|
label: Which game did this occur on?
|
||||||
|
description: Please tell us the name of the game. If it's a personal or private project, just let us know the Unity version.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the issue.
|
label: Describe the issue.
|
||||||
description: What happened? Should something else have happened instead?
|
description: What happened? Should something else have happened instead? Please provide steps to reproduce the issue if possible.
|
||||||
placeholder: Tell us what you see!
|
placeholder: Tell us what you see!
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -44,11 +51,11 @@ body:
|
|||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: Log output
|
label: Log output
|
||||||
description: >
|
description: |
|
||||||
Please copy and paste your mod loader's log output.
|
Please copy and paste your mod loader's log output.
|
||||||
* BepInEx: `BepInEx\LogOutput.log`
|
> BepInEx: `BepInEx\LogOutput.log`
|
||||||
* MelonLoader: `MelonLoader\latest.log`
|
> MelonLoader: `MelonLoader\latest.log`
|
||||||
* Standalone: `{DLL_Location}\UnityExplorer\Logs\` (pick the most recent one)
|
> Standalone: `{DLL_Location}\UnityExplorer\Logs\` (pick the most recent one)
|
||||||
render: shell
|
render: shell
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
Loading…
x
Reference in New Issue
Block a user