Update game status report form
Build and Release KytyPS5 / Prepare build metadata (push) Canceled after 0s
Build and Release KytyPS5 / Build KytyPS5 (Windows) (push) Canceled after 0s
Build and Release KytyPS5 / Build KytyPS5 (macOS) (push) Canceled after 0s
Build and Release KytyPS5 / Build KytyPS5 (Linux) (push) Canceled after 0s
Build and Release KytyPS5 / Release KytyPS5 (push) Canceled after 0s

This commit is contained in:
nmzik
2026-08-08 21:19:22 +02:00
parent 7ff9e4907f
commit 027433fcdc
@@ -1,6 +1,6 @@
name: Game Emulation Bug Report name: Game Emulation Status Report
description: Report KytyPS5 game boot, crash, freeze, rendering, audio, input, or gameplay behavior problems. description: Submit a KytyPS5 game compatibility result, including boot, rendering, audio, input, or gameplay behavior.
title: "[GAME BUG]: " title: "[GAME STATUS]: "
body: body:
- type: markdown - type: markdown
attributes: attributes:
@@ -10,6 +10,7 @@ body:
Before submitting, please: Before submitting, please:
- Search existing issues first. - Search existing issues first.
- Re-test with a clean game dump. - Re-test with a clean game dump.
- Use the latest KytyPS5 build available to you.
- Attach the complete log file instead of edited snippets. - Attach the complete log file instead of edited snippets.
- type: markdown - type: markdown
@@ -44,6 +45,28 @@ body:
validations: validations:
required: true required: true
- type: dropdown
id: compatibility-status
attributes:
label: Compatibility status
description: Select the furthest point the game consistently reaches on this build.
options:
- "Doesn't boot"
- Logo
- Main menu
- In game
validations:
required: true
- type: markdown
attributes:
value: |
**Status guide**
- **Doesn't boot:** The game does not show its first logo or startup screen.
- **Logo:** The game shows a logo or startup screen but does not reach the main menu.
- **Main menu:** The game reaches its menus but does not enter gameplay.
- **In game:** The game reaches controllable gameplay, even if bugs prevent completion.
- type: input - type: input
id: regression-builds id: regression-builds
attributes: attributes:
@@ -54,22 +77,22 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
## Problem details ## Test result
- type: textarea - type: textarea
id: what-happened id: what-happened
attributes: attributes:
label: What happened? label: Result details
description: Describe the failure or incorrect behavior as directly as possible. description: Describe what worked, what failed, and any visible or audible problems.
placeholder: "Example: The game reaches the main menu, then freezes after selecting Continue." placeholder: "Example: The game reaches the main menu, then freezes after selecting Continue. Audio plays correctly until the freeze."
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: steps-to-reproduce id: steps-to-reproduce
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce the result
description: List the shortest path that triggers the problem from a fresh KytyPS5 start. description: List the shortest path to the reported status or failure from a fresh KytyPS5 start.
placeholder: | placeholder: |
1. Open KytyPS5. 1. Open KytyPS5.
2. Boot the game. 2. Boot the game.
@@ -81,7 +104,7 @@ body:
id: expected-behavior id: expected-behavior
attributes: attributes:
label: Expected behavior label: Expected behavior
description: Explain what should happen at the same point in the game. description: Explain what should happen at the same point in the game. If there is no known problem, write "No known issue".
placeholder: "Example: The save should load and gameplay should continue normally." placeholder: "Example: The save should load and gameplay should continue normally."
validations: validations:
required: true required: true