From 7bbe563a0eee83265787d15bc23ba4d55f45c30e Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 22 Dec 2020 05:09:02 +0100 Subject: [PATCH] Forward questions to github discussions Instead of creating issues with type "question" Forward to the GitHub Discussion system. Reviewed-by: Brian Behlendorf Signed-off-by: Kjeld Schouten-Lebbing Closes #11383 --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/question.md | 37 ------------------------------ 2 files changed, 3 insertions(+), 37 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 70af366c4b..dd8f0557a3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: OpenZFS Questions + url: https://github.com/openzfs/zfs/discussions/new + about: Ask the community for help - name: OpenZFS Community Support Mailing list (Linux) url: https://zfsonlinux.topicbox.com/groups/zfs-discuss about: Get community support for OpenZFS on Linux diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 0aee9f7c3d..0000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Code Question -about: Ask a question about the code -title: '' -labels: 'Type: Question' -assignees: '' - ---- - - - -### Ask your question! - - - -### Which portion of the codebase does your question involve? - - - -### Additional context - -