From 201606c36ed6f8a80e5372a8019ecad7848cd045 Mon Sep 17 00:00:00 2001 From: PotatoQuality Date: Tue, 4 Aug 2020 10:24:55 +0200 Subject: [PATCH 1/2] Patching Morpheus65535 github support life Creating a GitHub config file to make sure users can't overwrite the issue template and will be redirected to other places for posting feature requests or can choose alternative places for requesting help --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..351cc10e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Feature suggestions + url: https://bazarr.featureupvote.com/ + about: Share your suggestions or ideas to make Bazarr better! + - name: Discord Support + url: https://discord.gg/MH2e2eb + about: Ask questions and talk about bazarr From 8dd8484498cd06f89392a02fd6172fb7b70d7ad5 Mon Sep 17 00:00:00 2001 From: PotatoQuality Date: Tue, 4 Aug 2020 10:37:52 +0200 Subject: [PATCH 2/2] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 351cc10e7..6ceaed40d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,11 @@ blank_issues_enabled: false contact_links: - - name: Feature suggestions + - name: 📗 Wiki + url: https://github.com/morpheus65535/bazarr/wiki + about: The Bazarr wiki should help guide you through installation and setup as well as help resolve common problems and answer frequently asked questions. + - name: 🚀 Feature suggestions url: https://bazarr.featureupvote.com/ about: Share your suggestions or ideas to make Bazarr better! - - name: Discord Support + - name: 🌐 Discord Support url: https://discord.gg/MH2e2eb about: Ask questions and talk about bazarr