From 0b318b85682f5bcf7c73d3d825b8a56a5542545f Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 25 Aug 2020 11:13:44 -0400 Subject: [PATCH] Switch from subreddit to GitHub discussions for support --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/issue_template.md | 4 ---- doc/FAQ.md | 4 +--- 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000000..9dc409dd7d2d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +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 diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 7ec9929e2193..000000000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/doc/FAQ.md b/doc/FAQ.md index bbc2ad6a82d2..129498e4f8f0 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -30,9 +30,7 @@ ## Questions? -Please file all questions and support requests at https://www.reddit.com/r/codeserver/. - -The issue tracker is **only** for bugs and features. +Please file all questions and support requests at https://github.com/cdr/code-server/discussions. ## How can I reuse my VS Code configuration?