docs: communications update (#69687)
* add some more info on IRC support channels to docs
This commit is contained in:
parent
0ce404c4d9
commit
09f86c1410
2 changed files with 10 additions and 0 deletions
|
@ -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 <https://freenode.net/>`_.
|
|||
|
||||
Our IRC channels may require you to register your nickname. If you receive an error when you connect, see `Freenode's Nickname Registration guide <https://freenode.net/kb/answer/registration>`_ 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 <https://freenode.net/kb/answer/findingchannels>`_.
|
||||
|
||||
General channels
|
||||
----------------
|
||||
|
||||
|
|
|
@ -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 <communication_irc>`.
|
||||
|
||||
Credit
|
||||
======
|
||||
|
||||
|
|
Loading…
Reference in a new issue