From 98d8d848a588eba140aa12dc75fae1a6bf793e48 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 25 Aug 2020 12:13:11 -0400 Subject: [PATCH] Switch from subreddit to GitHub discussions for support (#1993) --- .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 00000000..9dc409dd --- /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 7ec9929e..00000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/doc/FAQ.md b/doc/FAQ.md index bbc2ad6a..129498e4 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?