-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
name: Bug Report | ||
description: Something isn't working | ||
labels: [bug] | ||
body: | ||
- id: validation | ||
type: checkboxes | ||
attributes: | ||
label: Before opening this issue, I ensure that... | ||
options: | ||
- label: I have checked **both open and closed** issues and confirmed this bug has not already been reported. | ||
required: true | ||
- label: I am not asking for tech support (e.g. game closing on startup, error when trying to build, etc). | ||
required: true | ||
- 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. | ||
required: true | ||
- 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. | ||
required: true | ||
- id: expected-behavior | ||
type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Expected Behavior | ||
description: What behavior is supposed to occur? | ||
- id: actual-behavior | ||
type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Actual Behavior | ||
description: What actually happens? | ||
- id: repro-steps | ||
type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Steps to Reproduce | ||
description: How can you reproduce the bug? Please give clear instructions. | ||
placeholder: | | ||
1. Do this | ||
2. Do that | ||
3. This happens | ||
- id: screenshots | ||
type: textarea | ||
validations: | ||
required: false | ||
attributes: | ||
label: Screenshots | ||
description: Provide screenshots if applicable. | ||
- id: log-file | ||
type: textarea | ||
validations: | ||
required: false | ||
attributes: | ||
label: Log File | ||
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. | ||
- id: decomp-version | ||
type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Decompilation Version | ||
description: The decompilation version. If you built it manually or are using an autobuild, please specify the commit if possible. | ||
- id: comments | ||
type: textarea | ||
validations: | ||
required: false | ||
attributes: | ||
label: Additional Comments | ||
description: Provide any additional information if needed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Retro Engine Modding Server | ||
url: https://dc.railgun.works/retroengine | ||
about: If you have any questions about the decompilation or want help with modding, ask here. |