From 0ff44c4e49ecf19086a5330eee605ca95ab4351a Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 9 Nov 2020 17:09:09 -0500 Subject: [PATCH 1/2] add Slack 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 9dc409dd7d2d..0ac532599535 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,7 @@ blank_issues_enabled: false contact_links: - name: Question url: https://github.com/cdr/code-server/discussions/new?category_id=22503114 - about: Ask the community for help + about: Ask the community for help on our GitHub Discussions board + - name: Need immediate help or just want to talk? + about: Hop in our Slack and talk to the code-server engineers and community + url: https://cdr.co/join-community From 8ce971130a50ca7d34a5a0320d353ccc8aeb654e Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 10 Nov 2020 13:53:51 -0500 Subject: [PATCH 2/2] fix issue template for Slack --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0ac532599535..2f567fce310b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,6 @@ contact_links: - name: Question url: https://github.com/cdr/code-server/discussions/new?category_id=22503114 about: Ask the community for help on our GitHub Discussions board - - name: Need immediate help or just want to talk? - about: Hop in our Slack and talk to the code-server engineers and community + - name: Chat + about: Need immediate help or just want to talk? Hop in our Slack url: https://cdr.co/join-community