diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index 8a71a99c5c..9d32291e05 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -26,7 +26,8 @@ Communication IRC Channel ``#openstack-kolla`` (`channel logs`_) on `OFTC `_ -`Weekly Meetings `_ +Weekly Meetings + In the IRC channel (`meeting information`_) Mailing list (prefix subjects with ``[kolla]``) https://lists.openstack.org/pipermail/openstack-discuss/ @@ -40,7 +41,7 @@ Whiteboard (etherpad) https://etherpad.openstack.org/p/KollaWhiteBoard .. _channel logs: https://meetings.opendev.org/irclogs/%23openstack-kolla/ -.. _meetings logs: https://meetings.opendev.org/meetings/kolla/ +.. _meeting information: https://meetings.opendev.org/#Kolla_Team_Meeting Contacting the Core Team ~~~~~~~~~~~~~~~~~~~~~~~~ @@ -49,8 +50,8 @@ In general it is suggested to use the above mentioned public communication channels, but if you find that you need to contact someone from the Core team directly, you can find the lists in Gerrit: -- kolla-core https://review.opendev.org/admin/groups/28d5dccfccc125b3963f76ab67e256501565d52b,members -- kayobe-core https://review.opendev.org/admin/groups/361e28280e3a06be2997a5aa47a8a11d3a8fb9b9,members +- `Kolla core team `__ +- `Kayobe core team `__ New Feature Planning ~~~~~~~~~~~~~~~~~~~~ @@ -61,20 +62,30 @@ prefix). Task Tracking ~~~~~~~~~~~~~ -Kolla project tracks tasks in `Launchpad `__. -Note this is the same place as for bugs. +Kolla family projects track tasks and bugs in Launchpad: + +- `Kolla `__ +- `Kolla Ansible `__ +- `Ansible Collection Kolla `__ +- `Kayobe `__ If you're looking for some smaller, easier work item to pick up and get started -on, search for the 'low-hanging-fruit' tag. +on, search for the 'low-hanging-fruit' tag in the relevant project. A more lightweight task tracking is done via etherpad - `Whiteboard `__. Reporting a Bug ~~~~~~~~~~~~~~~ -You found an issue and want to make sure we are aware of it? You can do so -on `Launchpad `__. -Note this is the same place as for tasks. +You found an issue and want to make sure we are aware of it? +Please report it in the appropriate Launchpad project: + +- `Kolla `__ +- `Kolla Ansible `__ +- `Ansible Collection Kolla `__ +- `Kayobe `__ + +Note these are also used for task tracking. Getting Your Patch Merged ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -86,6 +97,22 @@ is described in :ref:`its own section `. Significant changes should have documentation and testing provided with them. +To see an overview of in-progress patches, sorted into useful sections, you can +view the: + +- `Kolla Review Dashboard `__ + +- `Kolla Ansible Review Dashboard `__ + +- `Ansible Collection Kolla Review Dashboard `__ + +- `Kayobe Review Dashboard `__ + +.. note:: + + If you feel that your change is getting overlooked, reach out via + :ref:`preferred communication methods ` to let us know. + Project Team Lead Duties ~~~~~~~~~~~~~~~~~~~~~~~~