From e5fb9e2d3121fcda9148c6e0650d691680eeb8fb Mon Sep 17 00:00:00 2001 From: Pavlenex Date: Sat, 12 Dec 2020 17:37:00 +0100 Subject: [PATCH] update config yml template --- .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 2741e2c39..5ea5d0451 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,11 @@ blank_issues_enabled: false -contact_links: - - name: Community Support Chat +contact_links: + - name: 🚀 Discussions url: https://chat.btcpayserver.org/ - about: Ask general questions and get community support in real-time. + about: Technical discussions, questions and feature requests + - name: 📝 Official Documentation + url: https://github.com/btcpayserver/btcpayserver/discussions + about: Check our documentation for answers to common questions + - name: 💬 Community Support Chat + url: https://chat.btcpayserver.org/ + about: Ask general questions and get community support in real-time \ No newline at end of file