From 09f86c1410a64f8b43080e7e24fb80f0eb4cd781 Mon Sep 17 00:00:00 2001 From: Anatoly Pugachev Date: Thu, 28 May 2020 23:12:24 +0300 Subject: [PATCH] docs: communications update (#69687) * add some more info on IRC support channels to docs --- docs/docsite/rst/community/communication.rst | 8 ++++++++ docs/docsite/rst/dev_guide/developing_modules_general.rst | 2 ++ 2 files changed, 10 insertions(+) diff --git a/docs/docsite/rst/community/communication.rst b/docs/docsite/rst/community/communication.rst index 02e2830b0d1..934d8a7094f 100644 --- a/docs/docsite/rst/community/communication.rst +++ b/docs/docsite/rst/community/communication.rst @@ -28,6 +28,8 @@ Ansible has several mailing lists. Your first post to the mailing list will be To subscribe to a group from a non-Google account, you can send an email to the subscription address requesting the subscription. For example: ``ansible-devel+subscribe@googlegroups.com`` +.. _communication_irc: + IRC channels ============ @@ -35,6 +37,12 @@ Ansible has several IRC channels on `Freenode `_. Our IRC channels may require you to register your nickname. If you receive an error when you connect, see `Freenode's Nickname Registration guide `_ for instructions. +To find all ``ansible`` specific channels on a freenode network, use the following command in your IRC client:: + + /msg alis LIST #ansible* -min 5 + +as described in `freenode docs `_. + General channels ---------------- diff --git a/docs/docsite/rst/dev_guide/developing_modules_general.rst b/docs/docsite/rst/dev_guide/developing_modules_general.rst index 77af93077a1..346881ea180 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_general.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_general.rst @@ -304,6 +304,8 @@ surrounding Ansible development. For questions and discussions pertaining to using the Ansible product, use the ``#ansible`` channel. +For more specific IRC channels look at :ref:`Community Guide, Communicating `. + Credit ======