Skip to content

Commit

Permalink
add community communication to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Sep 2, 2024
1 parent 0b91d86 commit 10effd8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,12 +598,24 @@ def test_inventory_unreachable(ansible_module):
assert result['failed'] == True
```

## Communication

Refer to the [Communication](https://ansible.readthedocs.io/projects/pytest-ansible/community/#community)
section of the documentation to find out how to get in touch with us.

You can also find more information in the
[Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).

## Contributing

Contributions are very welcome. Tests can be run with
[tox](https://tox.wiki/en/latest/), please ensure the coverage at least stays
the same before you submit a pull request.

## Code of Conduct

Please see the official [Ansible Community Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).

## License

Distributed under the terms of the [MIT](https://opensource.org/license/mit/)
Expand Down
19 changes: 19 additions & 0 deletions docs/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Community

Connect with the pytest-ansible community!

Join the Ansible forum to ask questions, get help, and interact with the community.

* [Get Help](https://forum.ansible.com/c/help/6): get help or help others.
Please add appropriate tags if you start new discussions, for example you
can use the `devtools` tag.
For example, you can filter topics tagged as [`eda-server`](https://forum.ansible.com/tag/eda-server)
* [Social Spaces](https://forum.ansible.com/c/chat/4): meet and interact with
fellow enthusiasts.
* [News & Announcements](https://forum.ansible.com/c/news/5): track project-wide
announcements including social events.

To get release announcements and important changes from the community, see the
[Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn).

If you encounter security-related concerns, report them via email to [[email protected]](mailto:[email protected]).
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ nav:
- home: index.md
- installing.md
- getting_started.md
- community.md

plugins:
- autorefs
Expand Down

0 comments on commit 10effd8

Please sign in to comment.