From 0e5bf8b8c24d2bb1481e94a44c18d3fa2dfbb630 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 20 May 2021 12:01:48 +0200 Subject: [PATCH] github: switch to Libera Chat for questions --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/issue_template.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index aa01a93e..450b38af 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Question - url: "https://webchat.freenode.net/##emersion" - about: "Please ask questions in ##emersion on Freenode" + url: "https://libera.chat/" + about: "Please ask questions in #emersion on Libera Chat" diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md index 2661ef25..fcf53f11 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -7,6 +7,6 @@ about: Report a bug or request a new feature Please read the following before submitting a new issue: -Do NOT create GitHub issues if you have a question about go-imap or about the IMAP protocol in general. Ask questions on IRC in ##emersion on Freenode. +Do NOT create GitHub issues if you have a question about go-imap or about the IMAP protocol in general. Ask questions on IRC in #emersion on Libera Chat. -->