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

Commit 454d3bd

Browse files
committed
Add bug report issue template
1 parent f815a13 commit 454d3bd

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Bug Report
2+
description: File a bug or crash report
3+
title: "[Bug]: "
4+
labels: [bug]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for submitting a bug report, please fill out as much detail as possible.
10+
- type: checkboxes
11+
id: latestversion
12+
attributes:
13+
label: Are you on the latest version of UnityExplorer?
14+
description: If not, please update first.
15+
options:
16+
- label: Yes, I'm on the latest version of UnityExplorer.
17+
required: true
18+
- type: dropdown
19+
id: version
20+
attributes:
21+
label: Which release are you using?
22+
description: Please select your environment for UnityExplorer.
23+
options:
24+
- BepInEx IL2CPP
25+
- BepInEx 6.X Mono
26+
- BepInEx 5.X Mono
27+
- MelonLoader 0.4+ IL2CPP
28+
- MelonLoader 0.4+ Mono
29+
- MelonLoader 0.3 IL2CPP
30+
- MelonLoader 0.3 Mono
31+
- Standalone IL2CPP
32+
- Standalone Mono
33+
validations:
34+
required: true
35+
- type: textarea
36+
id: what-happened
37+
attributes:
38+
label: Describe the issue.
39+
description: What happened? Should something else have happened instead?
40+
placeholder: Tell us what you see!
41+
value: ""
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: logs
46+
attributes:
47+
label: Log output
48+
description: >
49+
Please copy and paste your mod loader's log output.
50+
* BepInEx: `BepInEx\LogOutput.log`
51+
* MelonLoader: `MelonLoader\latest.log`
52+
* Standalone: `{DLL_Location}\UnityExplorer\Logs\` (pick the most recent one)
53+
render: shell
54+
validations:
55+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)