From 51d204775eb95ed038176eb5ea97df9ec256256b Mon Sep 17 00:00:00 2001 From: ParantezTech Date: Thu, 12 Mar 2026 16:17:54 +0300 Subject: [PATCH] [github] update compatibility template --- .github/ISSUE_TEMPLATE/game-compatibility.yml | 89 +++++++++++++++---- 1 file changed, 70 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/game-compatibility.yml b/.github/ISSUE_TEMPLATE/game-compatibility.yml index d11dd98..670a753 100644 --- a/.github/ISSUE_TEMPLATE/game-compatibility.yml +++ b/.github/ISSUE_TEMPLATE/game-compatibility.yml @@ -22,10 +22,10 @@ body: required: true - type: input - id: game_code + id: title_id attributes: - label: Game Code - description: Title ID + label: Title ID + description: Game title ID (PPSA / CUSA / PCSA etc.) placeholder: e.g. PPSA01341 validations: required: true @@ -57,34 +57,85 @@ body: id: description attributes: label: Description - description: Describe what happens when running the game. + description: Describe what happens when running the game placeholder: | Example: - Game boots - Shows intro logos - Crashes when entering gameplay + validations: + required: true - - type: textarea + - type: upload id: logs attributes: - label: Log Output - description: Paste emulator logs here - render: shell + label: Log File + description: Drag and drop your log file here, or click to browse + validations: + required: false + accept: ".log,.txt,.zip" - - type: textarea - id: system_info + - type: dropdown + id: operating_system attributes: - label: System Information - placeholder: | - OS: - CPU: - GPU: - RAM: - Emulator Version / Commit: - Renderer (if applicable): + label: Operating System + options: + - Windows 11 + - Windows 10 + - Linux + - macOS + - Other + validations: + required: true + + - type: input + id: cpu + attributes: + label: CPU + placeholder: e.g. AMD Ryzen 7 5800X3D + validations: + required: true + + - type: input + id: gpu + attributes: + label: GPU + placeholder: e.g. NVIDIA GeForce RTX 4070 Super + validations: + required: true + + - type: input + id: ram + attributes: + label: RAM + placeholder: e.g. 32 GB + validations: + required: true + + - type: input + id: emulator_version + attributes: + label: Emulator Version / Commit + placeholder: e.g. v0.0.1 / a1b2c3d + validations: + required: true + + - type: dropdown + id: renderer + attributes: + label: Renderer + options: + - Vulkan + - OpenGL + - DirectX + - Software + - N/A + - Other + validations: + required: true - type: textarea id: additional attributes: label: Additional Notes - description: Screenshots, settings, patches etc. + description: Screenshots, settings, patches, workarounds, or anything else relevant