Skip to content

Commit

Permalink
Create bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mouzedrift authored Dec 16, 2023
1 parent 76ff25c commit fa199d1
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: Bug report
description: File a bug report
body:
- type: dropdown
attributes:
label: Original bug
description: Does this bug also occur in the original version of the game without R.E.L.I.V.E.?
options:
- "Yes"
- "No"
- Unsure
default: 2
validations:
required: true

- type: dropdown
attributes:
label: Operating system
description: On which operating system did you encounter the bug?
options:
- Windows
- Linux
- macOS
default: 0
validations:
required: true

- type: textarea
attributes:
label: Bug description
validations:
required: true

- type: textarea
attributes:
label: Repro steps
description: How do we reproduce the bug?
validations:
required: false

- type: textarea
attributes:
label: Save file
description: The game save files are located inside the game folder and end with .sav
placeholder: Drag and drop your save file into this box.
validations:
required: false

- type: markdown
attributes:
value: |
The R.E.L.I.V.E. log file is located in your game directory e.g `C:\Program Files (x86)\Steam\steamapps\common\Oddworld Abes Exoddus\logs\myeasylog.log` if you installed the game through steam.
- type: textarea
attributes:
label: Log
placeholder: Drag and drop myeasylog.log into this box.
validations:
required: true

0 comments on commit fa199d1

Please sign in to comment.