From 0561bff7fc2ac000bc4e72b0ecc82ca645409a9b Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Tue, 2 Jul 2024 00:17:15 +0300 Subject: [PATCH] Create game_compatibility.yml --- game_compatibility.yml | 73 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 game_compatibility.yml diff --git a/game_compatibility.yml b/game_compatibility.yml new file mode 100644 index 0000000..838f65b --- /dev/null +++ b/game_compatibility.yml @@ -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