Skip to content

Commit a09d89b

Browse files
committed
Add bug report issue template
1 parent a9313e2 commit a09d89b

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
name: Bug Report
2+
description: Something isn't working
3+
labels: [bug]
4+
body:
5+
- id: validation
6+
type: checkboxes
7+
attributes:
8+
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.

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Retro Engine Modding Server
4+
url: https://dc.railgun.works/retroengine
5+
about: If you have any questions about the decompilation or want help with modding, ask here.

0 commit comments

Comments
 (0)