Skip to content

Commit

Permalink
Game Compatibility: More Precision
Browse files Browse the repository at this point in the history
  • Loading branch information
Xphalnos committed Jan 1, 2025
1 parent 1239c67 commit 1582245
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/game_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,31 @@ body:
placeholder: "Game Name"
validations:
required: true

- type: input
id: game-code
attributes:
label: Game code
placeholder: "e.g. CUSA10005"
validations:
required: true

- type: input
id: game-version
attributes:
label: Game version
placeholder: "e.g. v01.00"
validations:
required: true

- type: input
id: emulator-version
attributes:
label: Used emulator's version (only released versions are acceptable)
placeholder: "e.g v0.5.0, and not v0.5.1"
placeholder: "e.g v0.5.0, and not v0.5.1 WIP"
validations:
required: true

- type: dropdown
id: emulation-status
attributes:
Expand All @@ -41,6 +45,7 @@ body:
- Playable
validations:
required: true

- type: dropdown
id: Operating-System
attributes:
Expand All @@ -51,20 +56,23 @@ body:
- macOs
validations:
required: true

- type: textarea
id: emulation-error
attributes:
label: Error
placeholder: Do not describe what is happening but copy and paste the error in the last lines of log (Except for the playable status)
placeholder: (Leave blank if status is playable) Don't describe what is happening but copy and paste the error in the last lines of log (Often it starts with [Debug] <Critical>)
validations:
required: true

- type: textarea
id: emulation-description
attributes:
label: Description
placeholder: What can you see, if the sound is good, graphics, glitches, etc ...
validations:
required: true

- type: textarea
id: screenshot
attributes:
Expand All @@ -73,6 +81,7 @@ body:
placeholder: Drag and drop the images/screenshots onto the text area.
validations:
required: false

- type: textarea
id: log
attributes:
Expand Down

0 comments on commit 1582245

Please sign in to comment.