Skip to content

Commit cff4a55

Browse files
docs: add Communication section (#248)
* README, docsite: add Communication section * chore: auto fixes from pre-commit.com hooks * Make bullhorn a part of the forum bullet-point list * Make bullhorn a part of the forum bullet-point list * update mkdocs.yml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5d27647 commit cff4a55

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ A pip-like install for ansible collections.
1414

1515
By placing collections into the python site-packages directory they are discoverable by ansible as well as python and pytest.
1616

17+
## Communication
18+
19+
- Join the Ansible forum:
20+
21+
- [Get Help](https://forum.ansible.com/c/help/6): get help or help others. Please add appropriate tags if you start new discussions.
22+
- [Social Spaces](https://forum.ansible.com/c/chat/4): gather and interact with fellow enthusiasts.
23+
- [News & Announcements](https://forum.ansible.com/c/news/5): track project-wide announcements including social events.
24+
- [Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn): used to announce releases and important changes.
25+
26+
For more information about communication, see the [Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).
27+
1728
## Usage
1829

1930
### Setting up a development environment

docs/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
A pip-like install for Ansible collections.
44

5+
## Communication
6+
7+
- Join the Ansible forum:
8+
9+
- [Get Help](https://forum.ansible.com/c/help/6): get help or help others. Please add appropriate tags if you start new discussions.
10+
- [Social Spaces](https://forum.ansible.com/c/chat/4): gather and interact with fellow enthusiasts.
11+
- [News & Announcements](https://forum.ansible.com/c/news/5): track project-wide announcements including social events.
12+
- [Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn): used to announce releases and important changes.
13+
14+
For more information about communication, see the [Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).
15+
516
## Features
617

718
- Promotes an "ephemeral" development approach

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ extra:
3333
- icon: simple/matrix
3434
link: https://matrix.to/#/#devtools:ansible.com
3535
name: Matrix
36-
- icon: fontawesome/solid/comments
37-
link: https://github.com/ansible/ansible-dev-environment/discussions
38-
name: Discussions
36+
- icon: fontawesome/brands/discourse
37+
link: https://forum.ansible.com/c/project/7
38+
name: Ansible forum
3939
- icon: fontawesome/brands/github-alt
4040
link: https://github.com/ansible/ansible-dev-environment
4141
name: GitHub

0 commit comments

Comments
 (0)