From a7a793088d124d95ad88c68f13703eb2b8b3e4a8 Mon Sep 17 00:00:00 2001 From: Pavlenex Date: Tue, 11 Aug 2020 13:28:52 +0200 Subject: [PATCH] add config yaml - add support chat link - disable blank issues --- .github/ISSUE_TEMPLATE/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 000000000..e352e9b35 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - 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