diff options
author | Paul Dagnelie <[email protected]> | 2021-05-28 14:08:41 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-28 15:08:41 -0600 |
commit | 5d59178e9863ee1e4b39b64b2e4e9e21431508c3 (patch) | |
tree | 75c1a819ead2ac90e2e433256da832d564716086 /.github | |
parent | 6465e590dc7999abfee13d1fe9a6531b37cd60bb (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 |