mirror of
https://github.com/Ryujinx/Ryujinx-Games-List.git
synced 2025-01-08 23:05:28 +00:00
addressed feedback
This commit is contained in:
parent
301261a8a1
commit
bd6324e984
10
.github/ISSUE_TEMPLATE/game_compatibility.yml
vendored
10
.github/ISSUE_TEMPLATE/game_compatibility.yml
vendored
|
@ -3,8 +3,8 @@ description: Report a game's compatibility status on Ryujinx
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Is there an existing issue for game?
|
label: Is there an existing issue for the game?
|
||||||
description: Please search to see if an issue already exists for the bug you encountered.
|
description: Please search to see if an issue/page already exists for the game you're reporting on.
|
||||||
options:
|
options:
|
||||||
- label: I have searched the existing game issues
|
- label: I have searched the existing game issues
|
||||||
required: true
|
required: true
|
||||||
|
@ -67,14 +67,14 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Screenshots
|
label: Screenshots
|
||||||
description: Add screenshots here (preferably on windowed mode) if the game is rendering.
|
description: Add screenshots here (preferably on windowed mode) if the game is rendering.
|
||||||
placeholder: You can drag and drop the images on to the textarea
|
placeholder: Drag and drop the images/screenshots onto the text area.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: log
|
id: log
|
||||||
attributes:
|
attributes:
|
||||||
label: Log File
|
label: Log File
|
||||||
description: Logs files can be found under "Logs" folder in Ryujinx program folder.
|
description: Logs files can be found under the "Logs" subfolder in the Ryujinx program folder.
|
||||||
placeholder: You can drag and drop the log on to the textarea
|
placeholder: Drag and drop the log file onto the text area.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
Loading…
Reference in a new issue