Update game_compatibility.yml

This commit is contained in:
Tyler Jaacks 2024-10-09 10:56:21 -05:00 committed by GitHub
parent f53cfa1c46
commit 6d64636fea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ body:
label: Game code
placeholder: "e.g. CUSA10005"
validations:
required: true
required: false
- type: input
id: game-version
attributes:
@ -28,7 +28,7 @@ body:
label: Used emulator's version (only released versions are acceptable)
placeholder: "e.g v0.1.0"
validations:
required: true
required: false
- type: dropdown
id: emulation-status
attributes:
@ -70,4 +70,4 @@ body:
description: Logs files can be found at user/log
placeholder: Drag and drop the log file onto the text area.
validations:
required: true
required: false