From 2754c889eb0e56a73911584a608b005aecb2ba74 Mon Sep 17 00:00:00 2001 From: Dan Luhring Date: Wed, 26 May 2021 09:18:25 -0400 Subject: [PATCH] Replace links to Slack channels with public signup link (#424) Signed-off-by: Dan Luhring --- .github/ISSUE_TEMPLATE/config.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 58b188eb5..e2553e0c0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,6 @@ contact_links: - - name: Help & Support Slack Channel ⛑️ - # link to toolbox-help channel - url: https://anchorecommunity.slack.com/archives/C019BUXV7R6 - about: Ask a questions and get answers - - - name: Developer Slack Channel 💬 - # link to toolbox-dev channel - url: https://anchorecommunity.slack.com/archives/C0190NF9TSM - about: Participate in design discussions and feature development \ No newline at end of file + - name: Join the Slack community 💬 + # link to our community Slack registration page + url: https://anchore.com/slack + about: 'Be sure to check out the channels #toolbox-help (ask us questions) and #toolbox-dev (collaborate with us on design and development)!'