From 339e7d2c714bd7113baf3acea194c9c5e79715b2 Mon Sep 17 00:00:00 2001 From: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Date: Wed, 14 Sep 2022 19:49:57 +0800 Subject: [PATCH] Replace Discussion and Question templates with... GitHub Discussions --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .../ISSUE_TEMPLATE/general_discussion.yaml | 12 ----------- .github/ISSUE_TEMPLATE/question_support.yaml | 20 ------------------- 3 files changed, 3 insertions(+), 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/general_discussion.yaml delete mode 100644 .github/ISSUE_TEMPLATE/question_support.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a783213b81..3aeec35309 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: GitHub Discussions + url: https://github.com/LawnchairLauncher/lawnchair/discussions + about: Discuss anything related to Lawnchair, or ask and answer questions here. - name: Telegram support group url: https://t.me/lccommunity about: We recommend to go to this place if you wish to ask a question and want a quicker reply. diff --git a/.github/ISSUE_TEMPLATE/general_discussion.yaml b/.github/ISSUE_TEMPLATE/general_discussion.yaml deleted file mode 100644 index 361e86d19b..0000000000 --- a/.github/ISSUE_TEMPLATE/general_discussion.yaml +++ /dev/null @@ -1,12 +0,0 @@ -name: General Discussion -description: Want to discuss something that doesn't fit in the other issue templates? Use this template. -title: "[DISCUSSION] " -labels: [discussion] -body: - - type: textarea - id: question - attributes: - label: About this discussion - description: Add the contents of your discussion here. - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/question_support.yaml b/.github/ISSUE_TEMPLATE/question_support.yaml deleted file mode 100644 index 1fa86114c9..0000000000 --- a/.github/ISSUE_TEMPLATE/question_support.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Question or Support Request -description: Ask a question or provide details of your support request here. -title: "[QUESTION] " -labels: [question] -body: - - type: markdown - attributes: - value: | - Note: We highly recommend posting your question/support request on either [Telegram](https://t.co/qYev4OkvpT) or [Discord](https://discord.com/invite/3x8qNWxgGZ). You'll recieve a quicker reply there. - - Before posting any question or ask for support, first read the README.md file and - the [FAQ](https://lawnchair.app/faq) to see if you're question is listed there. - - - type: textarea - id: question - attributes: - label: Describe your question or ask for support - description: A clear and concise description of what your doubt is. - validations: - required: true