From f7633ca274c175ff7eacc9a86e4b322890768494 Mon Sep 17 00:00:00 2001 From: Squall Leonhart Date: Tue, 8 Mar 2022 00:39:17 +1100 Subject: [PATCH] move the SDL block to the top so that people don't waste their time filling out the form only to find out we don't take sdl related controller issues. --- .github/ISSUE_TEMPLATE/bug_report.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 533c221a..19ffcaa9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,6 +13,15 @@ body: value: | Please try the nightly build from: http://win.vba-m.com/nightly and factory resetting the emulator from the Help menu. On Linux build master from source or use the edge snap. + - type: markdown + attributes: + value: "## If your joystick or gamepad isn't working in Linux" + - type: markdown + attributes: + value: | + Please try to troubleshoot using the information on this page:h ttps://wiki.archlinux.org/index.php/Gamepad **BEFORE** filing an issue. + We use SDL for joystick support, any problems will generally be an issue with SDL and **NOT** the emulator. + If relevant, the joystick you are using and the drivers you are using for it: - type: textarea id: what-should-happen attributes: @@ -103,12 +112,3 @@ body: options: - label: There are no infringing files attached to this bug report. required: true - - type: markdown - attributes: - value: "## If your joystick or gamepad isn't working in Linux" - - type: markdown - attributes: - value: | - Please try to troubleshoot using the information on this page:h ttps://wiki.archlinux.org/index.php/Gamepad **BEFORE** filing an issue. - We use SDL for joystick support, any problems will generally be an issue with SDL and **NOT** the emulator. - If relevant, the joystick you are using and the drivers you are using for it: