Skip to content

Commit 8f60dc6

Browse files
Replace communication links with a link to communication guide, part 2 (#1864) (#1874)
* Replace old communication refs with Communication guide ref or forum * Update docs/docsite/rst/community/documentation_contributions.rst Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit bf86a30)
1 parent dea01a9 commit 8f60dc6

File tree

90 files changed

+181
-340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+181
-340
lines changed

docs/docsite/rst/community/communication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ Ansible Automation Platform support questions
136136

137137
Red Hat Ansible `Automation Platform <https://www.ansible.com/products/automation-platform>`_ is a subscription that contains support, certified content, and tooling for Ansible including content management, a controller, UI and REST API.
138138

139-
If you have a question about Ansible Automation Platform, visit `Red Hat support <https://access.redhat.com/products/red-hat-ansible-automation-platform/>`_ rather than using a chat channel or the general project mailing list.
139+
If you have a question about Ansible Automation Platform, visit `Red Hat support <https://access.redhat.com/products/red-hat-ansible-automation-platform/>`_ rather than using community communication platforms.

docs/docsite/rst/community/documentation_contributions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ It is recommended to run tests on a clean copy of the repository, which is the p
233233
Joining the documentation working group
234234
=======================================
235235

236-
The Documentation Working Group (DaWGs) meets weekly on Tuesdays in the Docs chat (using `Matrix <https://matrix.to/#/#docs:ansible.im>`_ or using IRC at `irc.libera.chat <https://libera.chat/>`_). For more information, including links to our agenda and a calendar invite, visit our `forum group <https://forum.ansible.com/g/Docs>`_.
236+
The Documentation Working Group (DaWGs) meets weekly on Tuesdays in the `docs:ansible.im chat room <https://matrix.to/#/#docs:ansible.im>`_ on :ref:`Matrix<communication_irc>`. For more information, including links to our agenda, visit our `forum group <https://forum.ansible.com/g/Docs>`_.
237237

238238
.. seealso::
239239
:ref:`More about testing module documentation <testing_module_documentation>`

docs/docsite/rst/community/reporting_bugs_and_features.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Ansible practices responsible disclosure. To report security-related bugs, send
2121
Bugs in ansible-core
2222
--------------------
2323

24-
Before reporting a bug, search in GitHub for `already reported issues <https://github.com/ansible/ansible/issues>`_ and `open pull requests <https://github.com/ansible/ansible/pulls>`_ to see if someone has already addressed your issue. Unsure if you found a bug? Report the behavior on the :ref:`mailing list or community chat first <communication>`.
24+
Before reporting a bug, search in GitHub for `already reported issues <https://github.com/ansible/ansible/issues>`_ and `open pull requests <https://github.com/ansible/ansible/pulls>`_ to see if someone has already addressed your issue. Unsure if you found a bug? Discuss the behavior with the community on the :ref:`Ansible Forum<ansible_forum>`.
2525

26-
Also, use the mailing list or chat to discuss whether the problem is in ``ansible-core`` or a collection, and for "how do I do this" type questions.
26+
Also, use the :ref:`Ansible Forum<ansible_forum>` to discuss whether the problem is in ``ansible-core`` or a collection, and for "how do I do this" type questions.
2727

2828
You need a free GitHub account to `report bugs <https://github.com/ansible/ansible/issues>`_ that affect:
2929

docs/docsite/rst/community/reporting_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Many bugs only affect a single module or plugin. If you find a bug that affects
2525
#. Click on the Issue Tracker link for that collection.
2626
#. Follow the contributor guidelines or instructions in the collection repo.
2727

28-
If you are not sure whether a bug is in ansible-core or a collection, you can report the behavior on the :ref:`mailing list or community chat channel first <communication>`.
28+
If you are not sure whether a bug is in ansible-core or a collection, you can report the behavior on the :ref:`Ansible Forum<ansible_forum>`.
2929

3030
Requesting a feature
3131
====================

docs/docsite/rst/dev_guide/developing_api.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,5 @@ command line tools (``lib/ansible/cli/``) is `available on GitHub <https://githu
4141
Getting started on developing a module
4242
:ref:`developing_plugins`
4343
How to develop plugins
44-
`Development Mailing List <https://groups.google.com/group/ansible-devel>`_
45-
Mailing list for development topics
46-
:ref:`communication_irc`
47-
How to join Ansible chat channels
44+
:ref:`Communication<communication>`
45+
Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide

docs/docsite/rst/dev_guide/developing_collections.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,5 @@ For instructions on developing modules, see :ref:`developing_modules_general`.
4343
Learn how to install and use collections in playbooks and roles
4444
:ref:`contributing_maintained_collections`
4545
Guidelines for contributing to selected collections
46-
`Mailing List <https://groups.google.com/group/ansible-devel>`_
47-
The development mailing list
48-
:ref:`communication_irc`
49-
How to join Ansible chat channels
46+
:ref:`Communication<communication>`
47+
Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide

docs/docsite/rst/dev_guide/developing_collections_changelogs.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,5 @@ If your collection is part of Ansible, use one of the following three options t
7676
Learn how to install and use collections.
7777
:ref:`contributing_maintained_collections`
7878
Guidelines for contributing to selected collections
79-
`Mailing List <https://groups.google.com/group/ansible-devel>`_
80-
The development mailing list
81-
:ref:`communication_irc`
82-
How to join Ansible chat channels
79+
:ref:`Communication<communication>`
80+
Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide

docs/docsite/rst/dev_guide/developing_collections_contributing.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,5 @@ You can test your changes by using this checkout of ``community.general`` in pla
6060
Learn how to install and use collections.
6161
:ref:`contributing_maintained_collections`
6262
Guidelines for contributing to selected collections
63-
`Mailing List <https://groups.google.com/group/ansible-devel>`_
64-
The development mailing list
65-
:ref:`communication_irc`
66-
How to join Ansible chat channels
63+
:ref:`Communication<communication>`
64+
Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide

docs/docsite/rst/dev_guide/developing_collections_creating.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,5 @@ After `installing <https://ansible.readthedocs.io/projects/creator/installing/#i
135135
Directories and files included in the collection skeleton
136136
`Ansible Development Tools (ADT) <https://ansible.readthedocs.io/projects/dev-tools/>`_
137137
Python package of tools to create and test Ansible content.
138-
`Mailing List <https://groups.google.com/group/ansible-devel>`_
139-
The development mailing list
140-
:ref:`communication_irc`
141-
How to join Ansible chat channels
138+
:ref:`Communication<communication>`
139+
Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide

docs/docsite/rst/dev_guide/developing_collections_distributing.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,5 @@ After Galaxy uploads and accepts a collection, the website shows you the **My Im
400400
Learn how to install and use collections.
401401
:ref:`collections_galaxy_meta`
402402
Table of fields used in the :file:`galaxy.yml` file
403-
`Mailing List <https://groups.google.com/group/ansible-devel>`_
404-
The development mailing list
405-
:ref:`communication_irc`
406-
How to join Ansible chat channels
403+
:ref:`Communication<communication>`
404+
Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide

0 commit comments

Comments
 (0)