From 89cd2be6c8bb278cbff6b872f313a57be6944e18 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 19 Apr 2021 15:51:50 +0200 Subject: [PATCH] project: Redirect support requests to Discord or OBS Studio As users repeatedly fail to provide the basic minimum of Information, we instead now direct users towards the Discord support instead. --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/help.md | 23 ----------------------- 2 files changed, 8 insertions(+), 23 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/help.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..79d429dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: StreamFX Community Support + url: https://s.xaymar.com/streamfx-dc + about: Looking for StreamFX support? Then join our Discord! + - name: OBS Studio Support + url: https://obsproject.com/help + about: Unsure if your Issue fits the StreamFX plugin? Consider the OBS Studio Support instead! diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md deleted file mode 100644 index 3b22a0ad..00000000 --- a/.github/ISSUE_TEMPLATE/help.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Request Help and Support -about: Stuck using something? Why not ask for help? - ---- - - - - - -### Description - - - - -### System Information - -- Software Version: [e. g. 1.0.0, 1.2.1, ... - NEVER LATEST] -- Operating System: [e. g. Windows, Debian, Ubuntu, RedHat, FreeBSD, ...] -- Kernel Version: [e. g. 1903/1809 (Windows), 4.12 (Linux), ...] -- CPU: [e. g. Intel i7, AMD Zen2, Qualcomm, ...] -- GPU: [e. g. Nvidia RTX 2xxx Series, AMD Radeone 5xxx Series, ...] -- RAM: [e. g. 16GB, 32GB, 64GB, ...]