From c63d4ac7c77862aabda0879f51ae2498fbdea002 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 20 Oct 2021 17:42:19 +0200 Subject: [PATCH] Drop all references of IRC We don't use this anymore, so let's also not send people there. The forum is our main place to get help. Signed-off-by: Christoph Wurst --- admin_manual/issues/general_troubleshooting.rst | 4 ---- developer_manual/digging_deeper/performance.rst | 2 +- developer_manual/prologue/bugtracker/codereviews.rst | 3 +-- developer_manual/prologue/bugtracker/triaging.rst | 4 ++-- developer_manual/prologue/help_communication.rst | 9 --------- developer_manual/prologue/security.rst | 2 +- 6 files changed, 5 insertions(+), 19 deletions(-) diff --git a/admin_manual/issues/general_troubleshooting.rst b/admin_manual/issues/general_troubleshooting.rst index e2a79186c..5da0cc58d 100644 --- a/admin_manual/issues/general_troubleshooting.rst +++ b/admin_manual/issues/general_troubleshooting.rst @@ -9,9 +9,6 @@ refer to our community support channels: The Nextcloud forums have a `FAQ page`_ where each topic corresponds to typical mistakes or frequently occurring issues -* The Nextcloud IRC chat channel ``irc://#nextcloud@freenode.net`` on - freenode.net, also accessible via `webchat`_ - Please understand that all these channels essentially consist of users like you helping each other out. Consider helping others out where you can, to contribute back for the help you get. This is the only way to keep a community like @@ -35,7 +32,6 @@ configuration report with the :ref:`occ config command .. _the Nextcloud Forums: https://help.nextcloud.com .. _FAQ page: https://help.nextcloud.com/c/faq .. _bugtracker: https://github.com/nextcloud/server/issues -.. _webchat: https://webchat.freenode.net/?channels=nextcloud https://docs.nextcloud.org/server/latest/developer_manual/bugtracker/index.html .. TODO ON RELEASE: Update version number above on release diff --git a/developer_manual/digging_deeper/performance.rst b/developer_manual/digging_deeper/performance.rst index 058280a19..3530fdf67 100644 --- a/developer_manual/digging_deeper/performance.rst +++ b/developer_manual/digging_deeper/performance.rst @@ -64,4 +64,4 @@ The recommendation is to automatically do 10000 PROPFINDs or file uploads, measu Getting help ------------ -If you need help with performance or other issues please ask on our `forums `_ or on our IRC channel **#nextcloud-dev** on **irc.freenode.net**. +If you need help with performance or other issues please ask on our `forums `_. diff --git a/developer_manual/prologue/bugtracker/codereviews.rst b/developer_manual/prologue/bugtracker/codereviews.rst index 0a3ef4aac..060fa6ca8 100644 --- a/developer_manual/prologue/bugtracker/codereviews.rst +++ b/developer_manual/prologue/bugtracker/codereviews.rst @@ -57,7 +57,6 @@ requests should be handled Questions? ---------- -Feel free to drop a line on the `forums`_ or join us on `IRC`_. +Feel free to drop a line on the `forums`. .. _forums: https://help.nextcloud.com/ -.. _IRC: https://webchat.freenode.net/?channels=nextcloud-dev diff --git a/developer_manual/prologue/bugtracker/triaging.rst b/developer_manual/prologue/bugtracker/triaging.rst index f94270d2e..41507466d 100644 --- a/developer_manual/prologue/bugtracker/triaging.rst +++ b/developer_manual/prologue/bugtracker/triaging.rst @@ -38,9 +38,9 @@ General considerations * You need a `GitHub account `_ to contribute to bug triaging. * If you are not familiar with the GitHub issue tracker interface (which is used by Nextcloud to handle bug reports), you `may find this guide useful `_. -* You will initially only be able to comment on issues. The ability to close issues or assign labels will be given liberally to those who have shown to be willing and able to contribute. Just ask on IRC! +* You will initially only be able to comment on issues. The ability to close issues or assign labels will be given liberally to those who have shown to be willing and able to contribute. * Read `our bug reporting guidelines `_ so you know what a good report should look like and where things belong. The `issue template `_ asks specifically for some information developers need to solve issues. -* It might even be fixed, sometimes! It can also be fruitful to contact the `developers on IRC `_. Tell them you're triaging bugs and share what problem you bumped into. Or just ask on the test-pilots mailing list. +* It might even be fixed, sometimes! It can also be fruitful to contact the developers. Tell them you're triaging bugs and share what problem you bumped into. Or just ask on the test-pilots mailing list. * To ensure no two people are working on the same issue, we ask you to simply add a comment like "I am triaging this" in the issue you want to work on, and when done, before or after executing the triaging actions, note similarly that you're done. To be able to tag and close issues, you need to have access to the repository. For the core and sync app repositories this also means having signed the contributor agreement. However, this isn't really needed for triaging as you can comment after you're done triaging and somebody else can execute those actions. diff --git a/developer_manual/prologue/help_communication.rst b/developer_manual/prologue/help_communication.rst index b36d193e8..86a4272c4 100644 --- a/developer_manual/prologue/help_communication.rst +++ b/developer_manual/prologue/help_communication.rst @@ -9,15 +9,6 @@ Forums ------ Communicate via our `forums `_. -IRC channels ------------- -Chat with us on `IRC `_. All channels are on **irc.freenode.net**: - -* Setup: **#nextcloud** -* Development: **#nextcloud-dev** -* Design: **#nextcloud-design** -* Mobile: **#nextcloud-mobile** - Maintainers ----------- diff --git a/developer_manual/prologue/security.rst b/developer_manual/prologue/security.rst index f41dcf04a..523cd7d16 100644 --- a/developer_manual/prologue/security.rst +++ b/developer_manual/prologue/security.rst @@ -253,4 +253,4 @@ Always validate the URL before redirecting if the requested URL is on the same d Getting help ------------ -If you need help to ensure that a function is secure please ask on our `forum `_ or on our IRC channel **#nextcloud-dev** on **irc.freenode.net**. +If you need help to ensure that a function is secure please ask on our `forum `_.