From 5e3ac1d5a233de3b97bf6735cbc158121f2fcbbc Mon Sep 17 00:00:00 2001 From: JigSaw Date: Thu, 18 Jan 2024 15:05:48 +0100 Subject: [PATCH] chores(github): improve issue template (#2150) --- .github/ISSUE_TEMPLATE/config.yml | 17 +++++++++++++++++ 1 file changed, 17 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 00000000..45b3c9ac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,17 @@ +blank_issues_enabled: false +contact_links: + - name: 🤔 Questions and Help on Store Applications + url: https://github.com/runtipi/runtipi-appstore/discussions/categories/q-a + about: This issue tracker is not for support questions. Please refer to our Discussions. + - name: 💬 Chat + url: https://discord.gg/d8afGXHAhc + about: Want to discuss RunTipi with others? Check out our Discord. + - name: 📦 Store Application Requests + url: https://github.com/runtipi/runtipi-appstore/discussions/categories/applications-requests + about: Remember to search for existing application requests and "up-vote" any you like + - name: 🎪 Store Improvement Ideas + url: https://github.com/runtipi/runtipi-appstore/discussions/categories/ideas + about: Remember to search for existing ideas before starting new, discuss and "up-vote" any you like + - name: ⛺ RunTipi Core Repository (CLI) + url: https://github.com/runtipi/runtipi + about: Take a look at our main repository to submit ideas, improvements and issues related to the RunTipi CLI \ No newline at end of file