Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 362fcdc

Browse files
committed
Update bug_report.yaml
1 parent 73bd172 commit 362fcdc

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
id: latestversion
1212
attributes:
1313
label: Are you on the latest version of UnityExplorer?
14-
description: If not, please update first.
14+
description: If not, you must update first.
1515
options:
1616
- label: Yes, I'm on the latest version of UnityExplorer.
1717
required: true
@@ -32,23 +32,30 @@ body:
3232
- Standalone Mono
3333
validations:
3434
required: true
35+
- type: textarea
36+
id: game
37+
attributes:
38+
label: Which game did this occur on?
39+
description: Please tell us the name of the game. If it's a personal or private project, just let us know the Unity version.
40+
validations:
41+
required: true
3542
- type: textarea
3643
id: what-happened
3744
attributes:
3845
label: Describe the issue.
39-
description: What happened? Should something else have happened instead?
40-
placeholder: Tell us what you see!
46+
description: What happened? Should something else have happened instead? Please provide steps to reproduce the issue if possible.
47+
placeholder: Tell us what you see!
4148
validations:
4249
required: true
4350
- type: textarea
4451
id: logs
4552
attributes:
4653
label: Log output
47-
description: >
54+
description: |
4855
Please copy and paste your mod loader's log output.
49-
* BepInEx: `BepInEx\LogOutput.log`
50-
* MelonLoader: `MelonLoader\latest.log`
51-
* Standalone: `{DLL_Location}\UnityExplorer\Logs\` (pick the most recent one)
56+
> BepInEx: `BepInEx\LogOutput.log`
57+
> MelonLoader: `MelonLoader\latest.log`
58+
> Standalone: `{DLL_Location}\UnityExplorer\Logs\` (pick the most recent one)
5259
render: shell
5360
validations:
5461
required: true

0 commit comments

Comments
 (0)