From 18c78192ece3a7c98737436d6c5e29062b488aa4 Mon Sep 17 00:00:00 2001 From: Pavlenex Date: Mon, 27 Mar 2023 06:59:07 +0200 Subject: [PATCH] Reconstruct issue template (#4803) * reconstruct issue template * provide a direct link for filing a tech question --- .github/ISSUE_TEMPLATE/config.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a9d940c87..94328278a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,14 @@ blank_issues_enabled: true contact_links: - - name: 🚀 Discussions - url: https://github.com/btcpayserver/btcpayserver/discussions - about: Technical discussions, questions and feature requests + - name: 💡 Request a feature + url: https://github.com/btcpayserver/btcpayserver/discussions/categories/ideas-feature-requests + about: Submit a feature request or vote on ideas posted by others. Features with most upvotes become roadmap candidates + - name: 🧑‍💻 Ask a technical question + url: https://github.com/btcpayserver/btcpayserver/discussions/new?category=technical-support + about: If you're experiencing a technical problem post it to our community support forum + - name: 🔌 Report a problem with a plugin + url: https://github.com/btcpayserver/btcpayserver/discussions/new?category=plugins-integrations + about: Experiencing a problem with a third-party plugin? Post it here and we will tag their developers to assist - name: 📝 Official Documentation url: https://docs.btcpayserver.org about: Check our documentation for answers to common questions