diff options
author | Kjeld Schouten-Lebbing <[email protected]> | 2020-12-22 05:09:02 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-21 20:09:02 -0800 |
commit | 7bbe563a0eee83265787d15bc23ba4d55f45c30e (patch) | |
tree | c1f74ff9e17b5a309c0e6252d7433e1e9d381ff6 /.github/ISSUE_TEMPLATE/config.yml | |
parent | 39372fa25b4af426365ad064f5d18cf4cc1f6ea0 (diff) |
Forward questions to github discussions
Instead of creating issues with type "question"
Forward to the GitHub Discussion system.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
Closes #11383
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 70af366c4..dd8f0557a 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 |