From 675e51f9067691ad7c0a3eedf0f104831af4211b Mon Sep 17 00:00:00 2001 From: Yifeng Wang Date: Sun, 5 Feb 2023 08:11:04 +0800 Subject: [PATCH] chore: remove redundant issue template config (#785) --- .github/ISSUE_TEMPLATE/.gitkeep | 0 .github/ISSUE_TEMPLATE/config.yml | 11 ----------- .github/ISSUE_TEMPLATE/question.md | 7 ------- 3 files changed, 18 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/.gitkeep delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/.gitkeep b/.github/ISSUE_TEMPLATE/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index a7505c86e0..0000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,11 +0,0 @@ -blank_issues_enabled: true -contact_links: - - name: 💭 Questions and Help - Reddit - url: https://www.reddit.com/r/Affine/ - about: Please ask and answer questions here. - - name: 💬 Questions and Help - Telegram - url: https://t.me/affineworkos - about: Please ask and answer questions here. - - name: 🗯 Questions and Help - Discord - url: https://discord.gg/yz6tGVsf5p - about: Please ask and answer questions here. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 3bb05d3646..0000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: I have a question -about: Feel free to ask us your questions! -title: '[Question]' -labels: '' -assignees: '' ----