[github] update compatibility template

This commit is contained in:
ParantezTech
2026-03-12 16:17:54 +03:00
parent 7ce6b9e2af
commit 51d204775e
+70 -19
View File
@@ -22,10 +22,10 @@ body:
required: true required: true
- type: input - type: input
id: game_code id: title_id
attributes: attributes:
label: Game Code label: Title ID
description: Title ID description: Game title ID (PPSA / CUSA / PCSA etc.)
placeholder: e.g. PPSA01341 placeholder: e.g. PPSA01341
validations: validations:
required: true required: true
@@ -57,34 +57,85 @@ body:
id: description id: description
attributes: attributes:
label: Description label: Description
description: Describe what happens when running the game. description: Describe what happens when running the game
placeholder: | placeholder: |
Example: Example:
- Game boots - Game boots
- Shows intro logos - Shows intro logos
- Crashes when entering gameplay - Crashes when entering gameplay
validations:
required: true
- type: textarea - type: upload
id: logs id: logs
attributes: attributes:
label: Log Output label: Log File
description: Paste emulator logs here description: Drag and drop your log file here, or click to browse
render: shell validations:
required: false
accept: ".log,.txt,.zip"
- type: textarea - type: dropdown
id: system_info id: operating_system
attributes: attributes:
label: System Information label: Operating System
placeholder: | options:
OS: - Windows 11
CPU: - Windows 10
GPU: - Linux
RAM: - macOS
Emulator Version / Commit: - Other
Renderer (if applicable): 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 - type: textarea
id: additional id: additional
attributes: attributes:
label: Additional Notes label: Additional Notes
description: Screenshots, settings, patches etc. description: Screenshots, settings, patches, workarounds, or anything else relevant