mirror of
https://github.com/shadps4-emu/shadps4-game-compatibility.git
synced 2024-11-23 01:59:41 +00:00
Create game_compatibility.yml
This commit is contained in:
parent
0561bff7fc
commit
7a4fe592fc
73
.github/ISSUE_TEMPLATE/game_compatibility.yml
vendored
Normal file
73
.github/ISSUE_TEMPLATE/game_compatibility.yml
vendored
Normal file
@ -0,0 +1,73 @@
|
||||
name: Game Compatibility
|
||||
description: Report a game's compatibility status on Shadps4
|
||||
body:
|
||||
- type: input
|
||||
id: game-name
|
||||
attributes:
|
||||
label: Game Name
|
||||
placeholder: # Game Name
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: game-code
|
||||
attributes:
|
||||
label: Game code
|
||||
placeholder: ## Code *(e.g. CUSA10005)*
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: game-version
|
||||
attributes:
|
||||
label: Game version
|
||||
placeholder: ## *(e.g. 1.00)*
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: emulator-version
|
||||
attributes:
|
||||
label: Used emulator's version (only released versions are acceptable)
|
||||
placeholder: ## Used emulator's version
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: emulation-status
|
||||
attributes:
|
||||
label: Current status
|
||||
options:
|
||||
- Playable
|
||||
- Ingame
|
||||
- Menus
|
||||
- Boots
|
||||
- Nothing
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: emulation-error
|
||||
attributes:
|
||||
label: Error
|
||||
placeholder: ## Error
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: emulation-description
|
||||
attributes:
|
||||
label: Description
|
||||
placeholder: ## Description
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshot
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Add screenshots here (preferably on windowed mode) if the game is rendering.
|
||||
placeholder: Drag and drop the images/screenshots onto the text area.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: log
|
||||
attributes:
|
||||
label: Log File
|
||||
description: Logs files can be found at user/log
|
||||
placeholder: Drag and drop the log file onto the text area.
|
||||
validations:
|
||||
required: false
|
Loading…
Reference in New Issue
Block a user