60 lines
1.9 KiB
YAML
Raw Normal View History

2021-07-02 17:10:26 +10:00
name: Bug Report
description: File a bug or crash report
title: "[Bug]: "
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for submitting a bug report, please fill out as much detail as possible.
- type: checkboxes
id: latestversion
attributes:
label: Are you on the latest version of UnityExplorer?
2021-07-02 17:22:24 +10:00
description: If not, you must update first.
2021-07-02 17:10:26 +10:00
options:
- label: Yes, I'm on the latest version of UnityExplorer.
required: true
- type: dropdown
id: version
attributes:
label: Which release are you using?
description: Please select your environment for UnityExplorer.
options:
- BepInEx IL2CPP
- BepInEx 6.X Mono
- BepInEx 5.X Mono
- MelonLoader IL2CPP
- MelonLoader Mono
2021-07-02 17:10:26 +10:00
- Standalone IL2CPP
- Standalone Mono
validations:
required: true
2021-07-02 17:22:24 +10:00
- 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
2021-07-02 17:10:26 +10:00
- type: textarea
id: what-happened
attributes:
label: Describe the issue.
2021-07-02 17:22:24 +10:00
description: What happened? Should something else have happened instead? Please provide steps to reproduce the issue if possible.
placeholder: Tell us what you see!
2021-07-02 17:10:26 +10:00
validations:
required: true
- type: textarea
id: logs
attributes:
2021-07-02 23:32:02 +10:00
label: Relevant log output
2021-07-02 17:22:24 +10:00
description: |
2021-07-02 23:32:02 +10:00
Please copy and paste any relevant logs and stack traces.
* Unity log: `%userprofile%\AppData\LocalLow\{Company}\{Game}\Player.log` or `output_log.txt`
2021-07-02 17:33:41 +10:00
* BepInEx: `BepInEx\LogOutput.log`
* MelonLoader: `MelonLoader\latest.log`
* Standalone: `{DLL_Location}\UnityExplorer\Logs\` (pick the most recent one)
2021-07-02 17:10:26 +10:00
render: shell
validations:
2021-07-02 23:32:02 +10:00
required: false