From 109d2dadc0a23326a71f58c8e312859689d6697c Mon Sep 17 00:00:00 2001 From: Yury-Fridlyand Date: Thu, 21 Nov 2024 19:19:10 -0800 Subject: [PATCH] Add slack link for users (#1273) Add slack link for users --------- Signed-off-by: Yury-Fridlyand Co-authored-by: Madelyn Olson --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9588d3602..8c4a0a8db 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -9,6 +9,9 @@ contact_links: - name: Chat with us on Matrix? url: https://matrix.to/#/#valkey:matrix.org about: We are on Matrix too! + - name: Chat with us on Slack? + url: https://join.slack.com/t/valkey-oss-developer/shared_invite/zt-2nxs51chx-EB9hu9Qdch3GMfRcztTSkQ + about: We are on Slack too! - name: Documentation issue? url: https://github.com/valkey-io/valkey-doc/issues about: Report it on the valkey-doc repo.