From 316564e3f7ab6e3744a9a1c43144808696440988 Mon Sep 17 00:00:00 2001 From: PotatoQuality Date: Wed, 29 Jul 2020 00:42:32 +0200 Subject: [PATCH 1/2] Create config.yml 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..af93bec75 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Feature Requests + url: https://ombifeatures.featureupvote.com/ + about: Share your suggestions or ideas to make Ombi better! + - name: Reddit support + url: https://www.reddit.com/r/Ombi/ + about: Ask questions and discuss Ombi From b5f936c03abba9c68837417617c131fccd50e6fc Mon Sep 17 00:00:00 2001 From: PotatoQuality Date: Tue, 4 Aug 2020 10:43:39 +0200 Subject: [PATCH 2/2] Update config.yml added some icons --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index af93bec75..6a68e76c3 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 Requests + - name: 📗 Wiki + url: https://github.com/tidusjar/Ombi/wiki + about: The Ombi wiki should help guide you through installation and setup as well as help resolve common problems and answer frequently asked questions. + - name: 🌐 Reddit support + url: https://www.reddit.com/r/Ombi/ + about: Ask questions about Ombi + - name: 🚀 Feature suggestions url: https://ombifeatures.featureupvote.com/ about: Share your suggestions or ideas to make Ombi better! - - name: Reddit support - url: https://www.reddit.com/r/Ombi/ - about: Ask questions and discuss Ombi