From 863e29e827f2d4fb8ddbc51c2ce0a9cc26a588c4 Mon Sep 17 00:00:00 2001 From: Stephen De Gabrielle Date: Tue, 1 Sep 2020 14:17:28 +0100 Subject: [PATCH] GitHub issues: add contact links back to racket users and slack --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 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 0000000000..8d67d214ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +contact_links: + - name: Racket Users - A discussion list for all things related to Racket. Ask your questions here! + url: https://groups.google.com/forum/#!forum/racket-users/ + about: Please ask and answer questions here. + - name: Racket Slack - A chat list for all things related to Racket. Ask your questions here! + url: https://racket-slack.herokuapp.com/ + about: Click here to join. +