From d0b03fad13182a8d437053db7de8ef15818a89f5 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Wed, 12 Aug 2020 11:08:24 -0400 Subject: [PATCH] add slack links to issue selection (#123) Signed-off-by: Alex Goodman --- .github/ISSUE_TEMPLATE/config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000..f0c6981d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,11 @@ +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