This repository was archived by the owner on May 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 11
11
id : latestversion
12
12
attributes :
13
13
label : Are you on the latest version of UnityExplorer?
14
- description : If not, please update first.
14
+ description : If not, you must update first.
15
15
options :
16
16
- label : Yes, I'm on the latest version of UnityExplorer.
17
17
required : true
@@ -32,23 +32,30 @@ body:
32
32
- Standalone Mono
33
33
validations :
34
34
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
35
42
- type : textarea
36
43
id : what-happened
37
44
attributes :
38
45
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!
41
48
validations :
42
49
required : true
43
50
- type : textarea
44
51
id : logs
45
52
attributes :
46
53
label : Log output
47
- description : >
54
+ description : |
48
55
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)
52
59
render : shell
53
60
validations :
54
61
required : true
You can’t perform that action at this time.
0 commit comments