From 458eab313cc5ebec26f7b612830380927f41d5ee Mon Sep 17 00:00:00 2001
From: Derek <dschaller@users.noreply.github.com>
Date: Tue, 8 Dec 2020 13:52:11 -0800
Subject: [PATCH] housekeeping: link to discussions from issue template

---
 .github/ISSUE_TEMPLATE/config.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index a8edb974..fc3dff5c 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,8 @@
 blank_issues_enabled: false
 contact_links:
+  - name: 馃挰 Ask a question
+    url: https://github.com/lyft/clutch/discussions
+    about: Ask questions and discuss with other community members
   - name: 鉂� General Inquiries
     about: Reach out to us in one of our other discussion channels.
-    url: https://clutch.sh/docs/community/
\ No newline at end of file
+    url: https://clutch.sh/docs/community/
-- 
GitLab