From 881d57c6ed332d837e990c59249c4e7fe69cfeed Mon Sep 17 00:00:00 2001 From: Luc Sinet Date: Sun, 4 Jul 2021 16:43:45 +0200 Subject: Configure the template chooser to include community links. (#644) --- .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ 1 file changed, 9 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..12d6ceab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: true + +contact_links: + - name: Matrix community + url: https://matrix.to/#/+atmachine:matrix + about: Please ask and answer questions on Matrix. + - name: Discord community + url: https://discord.gg/Xb9B4Ny + about: Please ask and answer questions on Discord. -- cgit v1.2.3