mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-14 23:16:17 +08:00
[github] update compatibility template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user