Skip to content

Commit 5782a34

Browse files
Andersson007felixfonteingotmax23
authored
community_steering_committee.rst: update with respect to forum and collection requirements (#997)
* community_steering_committee.rst: update with respect to forum and collection requirements * Update docs/docsite/rst/community/steering/community_steering_committee.rst Co-authored-by: Felix Fontein <[email protected]> * Simplify links. Co-authored-by: Maxwell G <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Maxwell G <[email protected]>
1 parent c8d6d3d commit 5782a34

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

docs/docsite/rst/community/steering/community_steering_committee.rst

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
..
22
THIS DOCUMENT IS OWNED BY THE ANSIBLE COMMUNITY STEERING COMMITTEE. ALL CHANGES MUST BE APPROVED BY THE STEERING COMMITTEE!
33
For small changes (fixing typos, language errors, etc.) create a PR and ping @ansible/steering-committee.
4-
For other changes, create a discussion in https://github.com/ansible-community/community-topics/ to discuss the changes.
4+
For other changes, create a `community topic <https://forum.ansible.com/new-topic?category=project&tags=community-wg>`_ to discuss them.
55
(Creating a draft PR for this file and mentioning it in the community topic is also OK.)
66
77
.. _steering_responsibilities:
@@ -73,22 +73,20 @@ Committee members are selected based on their active contribution to the Ansible
7373
Creating new policy proposals & inclusion requests
7474
----------------------------------------------------
7575

76-
The Committee uses the `community-topics repository <https://github.com/ansible-community/community-topics/issues>`_ to asynchronously discuss with the Community and vote on Community topics in corresponding issues.
76+
The Committee uses the `Ansible Forum <https://forum.ansible.com/>`_ to asynchronously discuss with the Community and vote on the proposals in corresponding `community topics <https://forum.ansible.com/tags/c/project/7/community-wg>`_.
7777

78-
You can create a new issue in the `community-topics repository <https://github.com/ansible-community/community-topics/issues>`_ as a discussion topic if you want to discuss an idea that impacts any of the following:
78+
You can create a `community topic <https://forum.ansible.com/new-topic?category=project&tags=community-wg>`_ if you want to discuss an idea that impacts any of the following:
7979

8080
* Ansible Community
8181
* Community collection best practices and requirements
8282
* Community collection inclusion policy
8383
* The Community governance
8484
* Other proposals of importance that need the Committee's or overall Ansible community attention
8585

86+
To request changes to the inclusion policy and :ref:`collections_requirements`:
8687

87-
To request changes to the inclusion policy and collection requirements:
88-
89-
#. Submit a new pull request to the `ansible-collections/overview <https://github.com/ansible-collections/overview>`_ repository.
90-
91-
#. Create a corresponding issue containing the rationale behind these changes in the `community-topics repository <https://github.com/ansible-community/community-topics/issues>`_ repository.
88+
#. Submit a new pull request against the document by clicking the ``Edit`` button on its web page.
89+
#. Create a `community topic <https://forum.ansible.com/new-topic?category=project&tags=community-wg>`_ containing the rationale for the proposed changes.
9290

9391
To submit new collections for inclusion into the Ansible package:
9492

@@ -103,7 +101,7 @@ Depending on a topic you want to discuss with the Community and the Committee, a
103101
Community topics workflow
104102
^^^^^^^^^^^^^^^^^^^^^^^^^
105103

106-
The Committee uses the `Community-topics workflow <https://github.com/ansible-community/community-topics/blob/main/community_topics_workflow.md>`_ to asynchronously discuss and vote on the `community-topics <https://github.com/ansible-community/community-topics/issues>`_.
104+
The Committee uses the `Community-topics workflow <https://github.com/ansible-community/community-topics/blob/main/community_topics_workflow.md>`_ to asynchronously discuss and vote on the `community topics <https://forum.ansible.com/tags/c/project/7/community-wg>`_.
107105

108106
The quorum, the minimum number of Committee members who must vote on a topic in order for a decision to be officially made, is half of the whole number of the Committee members. If the quorum number contains a fractional part, it is rounded up to the next whole number. For example, if there are thirteen members currently in the committee, the quorum will be seven.
109107

@@ -116,7 +114,7 @@ For votes with more than two options, one choice must have at least half of the
116114
Community topics triage
117115
^^^^^^^^^^^^^^^^^^^^^^^
118116

119-
The Committee conducts a triage of `community topics <https://github.com/ansible-community/community-topics/issues>`_ periodically (every three to six months).
117+
The Committee conducts a triage of `community topics <https://forum.ansible.com/tags/c/project/7/community-wg>`_ periodically (every three to six months).
120118

121119
The triage goals are:
122120

@@ -154,7 +152,7 @@ When reviewing community collection `inclusion requests <https://github.com/ansi
154152
* For a Non-Steering Committee review to be counted for inclusion, it MUST be checked and approved by *another* Steering Committee member.
155153
* Reviewers must not be involved significantly in development of the collection. They must declare any potential conflict of interest (for example, being friends/relatives/coworkers of the maintainers/authors, being users of the collection, or having contributed to that collection recently or in the past).
156154

157-
#. After the collection gets two or more Committee member approvals, a Committee member creates a `community topic <https://github.com/ansible-community/community-topics/issues>`_ linked to the corresponding inclusion request. The issue's description says that the collection has been approved by two or more Committee members and establishes a date (a week by default) when the inclusion decision will be considered made. This time period can be used to raise concerns.
155+
#. After the collection gets two or more Committee member approvals, a Committee member creates a `community topic <https://forum.ansible.com/new-topic?category=project&tags=community-wg>`_ linked to the corresponding inclusion request. The issue's description says that the collection has been approved by two or more Committee members and establishes a date (a week by default) when the inclusion decision will be considered made. This time period can be used to raise concerns.
158156

159157
#. If no objections are raised up to the established date, the inclusion request is considered successfully resolved. In this case, a Committee member:
160158

@@ -167,10 +165,9 @@ When reviewing community collection `inclusion requests <https://github.com/ansi
167165
Community Working Group meetings
168166
---------------------------------
169167

170-
See the Community Working Group meeting `schedule <https://github.com/ansible/community/blob/main/meetings/README.md#wednesdays>`_. Meeting summaries are posted in the `Community Working Group Meeting Agenda <https://github.com/ansible/community/issues?q=is%3Aopen+label%3Ameeting_agenda+label%3Acommunity+>`_ issue.
168+
See the Community Working Group meeting `schedule <https://github.com/ansible-community/meetings/tree/main#wednesdays>`_. Meeting summaries are posted on the `Forum <https://forum.ansible.com/tags/c/workflow/meetbot/16/community-wg>`_.
171169

172170
.. note::
173171

174-
Participation in the Community Working Group meetings is optional for Committee members. Decisions on community topics are made asynchronously in the `community-topics <https://github.com/ansible-community/community-topics/issues>`_ repository.
172+
Participation in the Community Working Group meetings is optional for Committee members. Decisions on `community topics <https://forum.ansible.com/tags/c/project/7/community-wg>`_ are made asynchronously in the topics themselves.
175173

176-
The meeting minutes can be found at the `fedora meetbot site <https://meetbot.fedoraproject.org/sresults/?group_id=ansible-community&type=channel>`_ and the same is posted to `Ansible Devel Mailing List <https://groups.google.com/g/ansible-devel>`_ after every meeting.

0 commit comments

Comments
 (0)