Skip to content

Commit 17d9d50

Browse files
oraNodalisonlhart
andauthored
Community comms (#4281)
As a part of the [Consolidating Ansible discussion platforms initiative](https://forum.ansible.com/t/proposal-consolidating-ansible-discussion-platforms/6812), this PR adds the communication section template defined by the community to the README and the docsite. Similar PRs are now being raised across all the Ansible ecosystem projects. Thanks! --------- Co-authored-by: Alison Hart <[email protected]>
1 parent d0205bd commit 17d9d50

File tree

3 files changed

+36
-27
lines changed

3 files changed

+36
-27
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![image](https://github.com/ansible-community/molecule/workflows/tox/badge.svg)](https://github.com/ansible-community/molecule/actions)
66
[![Python Black Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
77
[![Ansible Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-silver.svg)](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)
8-
[![Discussions](https://img.shields.io/badge/Discussions-silver.svg)](https://github.com/ansible-community/molecule/discussions)
8+
[![Discussions](https://img.shields.io/badge/Discussions-silver.svg)](https://forum.ansible.com/tag/molecule)
99
[![Repository License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
1010

1111
Molecule project is designed to aid in the development and testing of
@@ -32,21 +32,14 @@ python3 -m molecule ... # python module calling method
3232

3333
# Documentation
3434

35-
Read the documentation and more at <https://molecule.readthedocs.io/>.
35+
Read the documentation and more at <https://ansible.readthedocs.io/projects/molecule/>.
3636

3737
# Get Involved
3838

39-
- Join us in the `#ansible-devtools` irc channel on
40-
[libera.chat](https://web.libera.chat/?channel=#ansible-devtools).
41-
- Check github
42-
[discussions](https://github.com/ansible-community/molecule/discussions).
43-
- Join the community working group by checking the
44-
[wiki](https://github.com/ansible/community/wiki/Molecule).
45-
- Want to know about releases, subscribe to [ansible-announce
46-
list](https://groups.google.com/group/ansible-announce).
47-
- For the full list of Ansible email Lists, IRC channels see the
48-
[communication
49-
page](https://docs.ansible.com/ansible/latest/community/communication.html).
39+
See the [Talk to us](https://ansible.readthedocs.io/projects/molecule/contributing/#talk-to-us) section of the documentation to ask questions, find help, and join the conversation.
40+
41+
For complete details, see the
42+
[Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).
5043

5144
If you want to get moving fast and make a quick patch:
5245

docs/contributing.md

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
# Contributing
22

3-
- To see what's discussed see the [discussions
4-
](https://github.com/ansible-community/molecule/discussions).
5-
- Join the Molecule [community working
6-
group](https://github.com/ansible/community/wiki/molecule) if you
7-
would like to influence the direction of the project.
8-
- Join us in `#ansible-devtools` on
9-
[libera.chat](https://web.libera.chat/?channel=#ansible-molecule) matrix/irc,
10-
or [molecule discussions](https://github.com/ansible-community/molecule/discussions).
11-
- The full list of Ansible email lists and IRC channels can be found in
12-
the [communication
13-
page](https://docs.ansible.com/ansible/latest/community/communication.html).
3+
Noticed a bug or have an idea to improve Ansible Molecule?
4+
Want to write some documentation or share your expertise on the forum?
5+
There are many ways to get involved and contribute, find out how.
146

157
## Guidelines
168

@@ -29,6 +21,30 @@
2921
- Reformat the code by following the formatting section below.
3022
- Submit a pull request.
3123

24+
## Talk to us
25+
26+
Connect with the Ansible community!
27+
28+
Join the Ansible forum to ask questions, get help, and interact with the
29+
community.
30+
31+
- [Get Help](https://forum.ansible.com/c/help/6): get help or help others.
32+
Please add appropriate tags if you start new discussions, for example use the
33+
`molecule`, `molecule6`, or `devtools` tags.
34+
- [Social Spaces](https://forum.ansible.com/c/chat/4): meet and interact with
35+
fellow enthusiasts.
36+
- [News & Announcements](https://forum.ansible.com/c/news/5): track project-wide
37+
announcements including social events.
38+
39+
To get release announcements and important changes from the community, see the
40+
[Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn).
41+
42+
You can find more information in the
43+
[Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).
44+
45+
Possible security bugs should be reported via email to
46+
47+
3248
## Code Of Conduct
3349

3450
Please see our [Code of

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ extra:
4949
- icon: simple/matrix
5050
link: https://matrix.to/#/#devtools:ansible.com
5151
name: Matrix
52-
- icon: fontawesome/solid/comments
53-
link: https://github.com/ansible/molecule/discussions
54-
name: Discussions
52+
- icon: fontawesome/brands/discourse
53+
link: https://forum.ansible.com/c/project/7
54+
name: Ansible forum
5555
- icon: fontawesome/brands/github-alt
5656
link: https://github.com/ansible/molecule
5757

0 commit comments

Comments
 (0)