From 8dec251d3c28f1aa273e88085bff772cc56aef53 Mon Sep 17 00:00:00 2001 From: Charalampos Fanoulis Date: Tue, 10 Sep 2019 18:14:07 +0300 Subject: [PATCH] github: add support file and redirect to it (#3302) * github: add support file and redirect to it * github: happily accept that suggestion --- .../ISSUE_TEMPLATE/question---general-support-request.md | 5 +---- .github/SUPPORT.md | 7 +++++++ 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 .github/SUPPORT.md diff --git a/.github/ISSUE_TEMPLATE/question---general-support-request.md b/.github/ISSUE_TEMPLATE/question---general-support-request.md index d2cef51f1..d48d49400 100644 --- a/.github/ISSUE_TEMPLATE/question---general-support-request.md +++ b/.github/ISSUE_TEMPLATE/question---general-support-request.md @@ -9,8 +9,5 @@ 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. -Instead, please ask in one of the support channels in our Discord server: -https://discord.gg/bRCvFy9 - -Any issues that don't directly involve a bug in the library or a feature request will likely be closed and redirected to the Discord server. +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) diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md new file mode 100644 index 000000000..032cbc2b9 --- /dev/null +++ b/.github/SUPPORT.md @@ -0,0 +1,7 @@ +# Seeking support? + +We're sorry, we only use this issue tracker for bugs in the library itself and feature requests for it. We are not able to provide general support or answser questions on the issue tracker. + +Should you want to ask such questions, please post in one of our support channels in our Discord server: https://discord.gg/bRCvFy9 + +Any issues that don't directly involve a bug in the library or a feature request will likely be closed and redirected to the Discord server.