From 895a4c4053219b5e765abf63008773db9a437b44 Mon Sep 17 00:00:00 2001 From: Piplup <100526773+piplup55@users.noreply.github.com> Date: Wed, 15 May 2024 14:12:12 +0100 Subject: [PATCH] Update game_compatibility.yml (#4964) 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