From c2fc1af3721258b7de8b41632a224dfe24e35992 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Sat, 18 Mar 2023 16:20:31 -0700 Subject: [PATCH] Make "Console Issue" template redirect to NH --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/console-issue.md | 20 -------------------- 2 files changed, 5 insertions(+), 20 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/console-issue.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..ecc4647881 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Some issue with your console after/during following the guide? + url: https://discord.gg/MWxPgEp + about: "Please join the Nintendo Homebrew Discord server to for support-related questions" diff --git a/.github/ISSUE_TEMPLATE/console-issue.md b/.github/ISSUE_TEMPLATE/console-issue.md deleted file mode 100644 index bd46699877..0000000000 --- a/.github/ISSUE_TEMPLATE/console-issue.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Console Issue -about: Some issue with your console after/during following the guide? ---- - -**System model** - - - -**Firmware version** - - - -**Luma3DS Version(If applicable)** - - - -**Guide Section(If applicable)** - - \ No newline at end of file