From 50ed3293a57aeb0f9c094f00d49ed9874dc5d87a Mon Sep 17 00:00:00 2001 From: NightScript Date: Tue, 24 Dec 2019 18:29:19 -0800 Subject: [PATCH] chore: issue config refactor (#3640) * Create config.yml Instead of making an entire new page with just text talking about the discord server (which they could ignore, as most people don't read), just link people directly to the discord server * Delete question---general-support-request.md --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .../question---general-support-request.md | 13 ------------- 2 files changed, 5 insertions(+), 13 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question---general-support-request.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..2584693cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: discord.js discord server + url: https://discord.gg/bRCvFy9 + about: Please use this Discord Server to ask questions and get support. We don't typically answer questions here and they will likely be closed and redirected to the Discord server. diff --git a/.github/ISSUE_TEMPLATE/question---general-support-request.md b/.github/ISSUE_TEMPLATE/question---general-support-request.md deleted file mode 100644 index d48d49400..000000000 --- a/.github/ISSUE_TEMPLATE/question---general-support-request.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Question / General support request -about: Ask for help in Discord instead - https://discord.gg/bRCvFy9 -title: '' -labels: question (please use Discord instead) -assignees: '' - ---- - -Seriously, we only use this issue tracker for bugs in the library itself and feature requests for it. -We don't typically answer questions or help with support issues here. - -If you have a question or need support on our library, please read our [Support Document](https://github.com/discordjs/discord.js/blob/master/.github/SUPPORT.md)