From 84690d9dfaeda3f60ff2fcb40cc650addffc9d4e Mon Sep 17 00:00:00 2001 From: Piplup Date: Wed, 15 May 2024 12:41:08 +0100 Subject: [PATCH] Update game_compatibility.yml Making logfile a requirement as there should be no real need to submit a report without one and if needed and always put `N/A` --- .github/ISSUE_TEMPLATE/game_compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/game_compatibility.yml b/.github/ISSUE_TEMPLATE/game_compatibility.yml index 0034b9e..8aec051 100644 --- a/.github/ISSUE_TEMPLATE/game_compatibility.yml +++ b/.github/ISSUE_TEMPLATE/game_compatibility.yml @@ -71,4 +71,4 @@ body: description: Logs files can be found under the "Logs" subfolder in the Ryujinx program folder. placeholder: Drag and drop the log file onto the text area. validations: - required: false + required: true