From 6b474a57d49fac85e3eaf943a38b6321cefd4dc5 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 16 Jan 2023 09:20:56 -0700 Subject: [PATCH] Update template Remove the checkbox certifying they've searched for existing game issues since it creates a GitHub issue task andno one is going to pay attention to it anyway. --- .github/ISSUE_TEMPLATE/game_compatibility.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/game_compatibility.yml b/.github/ISSUE_TEMPLATE/game_compatibility.yml index 9ad6595..dd48736 100644 --- a/.github/ISSUE_TEMPLATE/game_compatibility.yml +++ b/.github/ISSUE_TEMPLATE/game_compatibility.yml @@ -1,13 +1,6 @@ name: Game Compatibility description: Report a game's compatibility status on Ryujinx body: - - type: checkboxes - attributes: - label: Is there an existing issue for the game? - description: Please search to see if an issue/page already exists for the game you're reporting on. - options: - - label: I have searched the existing game issues - required: true - type: input id: game-name attributes: @@ -77,4 +70,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 \ No newline at end of file + required: false