diff options
author | Paul Dagnelie <[email protected]> | 2021-05-28 14:08:41 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-06-09 13:05:34 -0700 |
commit | eb9d335009fb451861638d4e594ed0738b287a96 (patch) | |
tree | 00f17d9a646a6bcb4140ca4f90084861a57815ce /.github | |
parent | 85c43508f3cc5ff57b1cd53a42ea932c9c25464d (diff) |
Don't direct to freenode in issue template
While Libera doesn't yet have a webchat client, we should at least
direct them to the right network. Once a webchat client is available,
we can direct them to it.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Matthew Ahrens <[email protected]>
Signed-off-by: Paul Dagnelie <[email protected]>
Closes #12127
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index dd8f0557a..952414f66 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -10,5 +10,5 @@ contact_links: url: https://lists.freebsd.org/mailman/listinfo/freebsd-fs about: Get community support for OpenZFS on FreeBSD - name: OpenZFS on IRC - url: https://webchat.freenode.net/#openzfs + url: https://kiwiirc.com/nextclient/irc.libera.chat/openzfs about: Use IRC to get community support for OpenZFS |