From a7561f0390cb97686ff08eb8a05a4d564572d725 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Tue, 22 Dec 2020 19:54:57 -0800 Subject: [PATCH] Move questions to discussions --- .github/ISSUE_TEMPLATE/ask_a_question.md | 7 ------- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/ask_a_question.md diff --git a/.github/ISSUE_TEMPLATE/ask_a_question.md b/.github/ISSUE_TEMPLATE/ask_a_question.md deleted file mode 100644 index 5e02b90..0000000 --- a/.github/ISSUE_TEMPLATE/ask_a_question.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: "❓ Ask a question" -about: "Ask the community for help 🙏" -title: "" -labels: "❓ question" -assignees: "" ---- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index bd9dfe4..503b900 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,2 +1,6 @@ --- blank_issues_enabled: false +contact_links: + - name: ❓ Ask a question + url: https://github.com/IlanCosman/tide/discussions/new + about: Ask the community for help 🙏