From 9abd0384c7bc501b2cac1694dd4e72e3775756df Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Tue, 27 Jul 2021 20:05:57 +0200 Subject: [PATCH] Direct questions to discussion forum --- .github/ISSUE_TEMPLATE/3-question.md | 31 ---------------------------- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 2 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/3-question.md diff --git a/.github/ISSUE_TEMPLATE/3-question.md b/.github/ISSUE_TEMPLATE/3-question.md deleted file mode 100644 index f8d91d84..00000000 --- a/.github/ISSUE_TEMPLATE/3-question.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: 'Question' -about: 'Ask for information' -title: '' -labels: 'Question' -assignees: '' - ---- - - - -**Ask your question** -A clear and concise question. - -**Screenshots/Videos** -If applicable, add screenshots/videos to help explain your question. - -**Code** -If applicable, provide code to help explain your question. - -**Additional context** -Add any other context about your question here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 09fa4532..535f55f7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true contact_links: + - name: Ask a Question + url: https://github.com/understrap/understrap/discussions/new?category=q-a + about: Please ask your question in the discussion forum of this repository. - name: Feature Requests / Suggestion url: https://github.com/understrap/understrap-roadmap/issues about: Please submit it to our public roadmap repository.