You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
label: Before opening this issue, I ensure that...
9
+
options:
10
+
- label: I have checked **both open and closed** issues and confirmed this bug has not already been reported.
11
+
required: true
12
+
- label: I am not asking for tech support (e.g. game closing on startup, error when trying to build, etc).
13
+
required: true
14
+
- label: I am not asking for modding support or reporting a bug in a specific mod; this bug either occurs without mods enabled or is directly related to the mod loader.
15
+
required: true
16
+
- label: This bug is not related to any unofficial fork/port of the decompilation, and any issues with those should be kept in the appropriate repository.
17
+
required: true
18
+
- id: expected-behavior
19
+
type: input
20
+
validations:
21
+
required: true
22
+
attributes:
23
+
label: Expected Behavior
24
+
description: What behavior is supposed to occur?
25
+
- id: actual-behavior
26
+
type: input
27
+
validations:
28
+
required: true
29
+
attributes:
30
+
label: Actual Behavior
31
+
description: What actually happens?
32
+
- id: repro-steps
33
+
type: textarea
34
+
validations:
35
+
required: true
36
+
attributes:
37
+
label: Steps to Reproduce
38
+
description: How can you reproduce the bug? Please give clear instructions.
39
+
placeholder: |
40
+
1. Do this
41
+
2. Do that
42
+
3. This happens
43
+
- id: screenshots
44
+
type: textarea
45
+
validations:
46
+
required: false
47
+
attributes:
48
+
label: Screenshots
49
+
description: Provide screenshots if applicable.
50
+
- id: log-file
51
+
type: textarea
52
+
validations:
53
+
required: false
54
+
attributes:
55
+
label: Log File
56
+
description: If EngineDebugMode is enabled in settings.ini, the decompilation will write to a log file named log.txt. You can provide it here if you believe it will be helpful.
57
+
- id: decomp-version
58
+
type: input
59
+
validations:
60
+
required: true
61
+
attributes:
62
+
label: Decompilation Version
63
+
description: The decompilation version. If you built it manually or are using an autobuild, please specify the commit if possible.
64
+
- id: comments
65
+
type: textarea
66
+
validations:
67
+
required: false
68
+
attributes:
69
+
label: Additional Comments
70
+
description: Provide any additional information if needed.
0 commit comments