Skip to content

Commit c2f962f

Browse files
Docsite: add Community guide (#177)
* Docsite: add Community guide * Update docs/index.md Co-authored-by: Felix Fontein <[email protected]> * Remove Get Help * docs/index.md: move the note to the end of the section * Add license statement * Add Matrix section * Update mkdocs.yml * Update docs/community.md Co-authored-by: Felix Fontein <[email protected]> * Update docs/community.md Co-authored-by: Felix Fontein <[email protected]> * Use note instead of quote. --------- Co-authored-by: Felix Fontein <[email protected]>
1 parent f7fa371 commit c2f962f

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ A changelog generator used by ansible-core and Ansible collections.
2222

2323
antsibull-changelog is covered by the [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
2424

25+
## Community
26+
27+
Need help or want to discuss the project? See our [Community guide](https://ansible.readthedocs.io/projects/antsibull-changelog/community/) to learn how to join the conversation!
28+
2529
## Installation
2630

2731
It can be installed with pip:

docs/community.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
Copyright (c) Ansible Project
3+
GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
4+
SPDX-License-Identifier: GPL-3.0-or-later
5+
-->
6+
7+
# Community
8+
9+
We welcome your feedback, questions and ideas. Here's how to reach the community.
10+
11+
## Forum
12+
13+
Join the [Ansible Forum](https://forum.ansible.com) as a single starting point and our default communication platform for questions and help, development discussions, events, and much more. [Register on the Forum](https://forum.ansible.com/signup?) to join the community. Search by categories and tags to find interesting topics or start a new one; subscribe only to topics you need!
14+
15+
* [Posts tagged with 'antsibull'](https://forum.ansible.com/tag/antsibull): subscribe to participate in project-related conversations.
16+
* [Social Spaces](https://forum.ansible.com/c/chat/4): gather and interact with fellow enthusiasts.
17+
* [News & Announcements](https://forum.ansible.com/c/news/5): track project-wide announcements including social events. The [Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn), which is used to announce releases and important changes, can also be found here.
18+
19+
For more information on the forum navigation, see the [Navigating the Ansible forum](https://forum.ansible.com/t/navigating-the-ansible-forum-tags-categories-and-concepts/39) post.
20+
21+
## Matrix
22+
23+
For real-time interactions, join the [#antsibull:ansible.com Matrix room](https://matrix.to/#/#antsibull:ansible.com). See the [Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html#real-time-chat) for more information on Matrix.

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ antsibull-changelog is covered by the [Ansible Code of Conduct](https://docs.ans
2222
To see how antsibull-changelog changes, please look at the
2323
[antsibull-changelog changelog](https://github.com/ansible-community/antsibull-changelog/blob/main/CHANGELOG.md).
2424

25+
!!! note
26+
Need help or want to discuss the project? See our [Community guide](community.md) to learn how to join the conversation!
27+
2528
## Installation
2629

2730
It can be installed with pip:

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ nav:
3434
- other-projects.md
3535
- changelog-configuration.md
3636
- changelog.yaml-format.md
37+
- community.md
3738
- antsibull-changelog Release Notes: changelog.md

0 commit comments

Comments
 (0)