Ghanshyam Mann | 95c410a | 2020-04-19 17:44:59 -0500 | [diff] [blame] | 1 | ============================ |
| 2 | So You Want to Contribute... |
| 3 | ============================ |
| 4 | |
| 5 | For general information on contributing to OpenStack, please check out the |
| 6 | `contributor guide <https://docs.openstack.org/contributors/>`_ to get started. |
| 7 | It covers all the basics that are common to all OpenStack projects: the accounts |
| 8 | you need, the basics of interacting with our Gerrit review system, how we |
| 9 | communicate as a community, etc. |
| 10 | |
| 11 | Below will cover the more project specific information you need to get started |
| 12 | with Tempest. |
| 13 | |
| 14 | Communication |
| 15 | ~~~~~~~~~~~~~ |
Ghanshyam Mann | 3e12764 | 2021-05-31 15:04:48 -0500 | [diff] [blame] | 16 | * IRC channel ``#openstack-qa`` at OFTC |
Martin Kopec | d76178e | 2024-01-16 20:43:56 +0100 | [diff] [blame] | 17 | * `Mailing list <https://lists.openstack.org/mailman3/lists/openstack-discuss.lists.openstack.org/>`_ |
| 18 | (prefix subjects with ``[qa]`` for faster responses) |
| 19 | |
Ghanshyam Mann | 95c410a | 2020-04-19 17:44:59 -0500 | [diff] [blame] | 20 | |
| 21 | Contacting the Core Team |
| 22 | ~~~~~~~~~~~~~~~~~~~~~~~~ |
Ghanshyam Mann | d9654da | 2020-04-22 21:54:19 -0500 | [diff] [blame] | 23 | Please refer to the `Tempest Core Team |
Ghanshyam Mann | 95c410a | 2020-04-19 17:44:59 -0500 | [diff] [blame] | 24 | <https://review.opendev.org/#/admin/groups/42,members>`_ contacts. |
| 25 | |
| 26 | New Feature Planning |
| 27 | ~~~~~~~~~~~~~~~~~~~~ |
| 28 | If you want to propose a new feature please read `Feature Proposal Process`_ |
| 29 | Tempest features are tracked on `Launchpad BP <https://blueprints.launchpad.net/tempest>`_. |
Martin Kopec | d76178e | 2024-01-16 20:43:56 +0100 | [diff] [blame] | 30 | It also helps to bring the feature up during the next PTG and contact |
| 31 | `the current PTL of QA project <https://governance.openstack.org/tc/reference/projects/>`_. |
| 32 | Information about PTG is always posted on `the Mailing list |
| 33 | <https://lists.openstack.org/mailman3/lists/openstack-discuss.lists.openstack.org/>`_. |
Ghanshyam Mann | 95c410a | 2020-04-19 17:44:59 -0500 | [diff] [blame] | 34 | |
| 35 | Task Tracking |
| 36 | ~~~~~~~~~~~~~ |
| 37 | We track our tasks in `Launchpad <https://bugs.launchpad.net/tempest>`_. |
| 38 | |
Martin Kopec | d76178e | 2024-01-16 20:43:56 +0100 | [diff] [blame] | 39 | If you're looking for some smaller, easier work items to pick up and get started |
Ghanshyam Mann | 95c410a | 2020-04-19 17:44:59 -0500 | [diff] [blame] | 40 | on, search for the 'low-hanging-fruit' tag. |
| 41 | |
| 42 | Reporting a Bug |
| 43 | ~~~~~~~~~~~~~~~ |
Martin Kopec | d76178e | 2024-01-16 20:43:56 +0100 | [diff] [blame] | 44 | Have you found an issue and want to make sure we are aware of it? You can do so |
| 45 | on `Launchpad <https://bugs.launchpad.net/tempest/+filebug>`__. |
Ghanshyam Mann | 95c410a | 2020-04-19 17:44:59 -0500 | [diff] [blame] | 46 | More info about Launchpad usage can be found on `OpenStack docs page |
| 47 | <https://docs.openstack.org/contributors/common/task-tracking.html#launchpad>`_ |
| 48 | |
| 49 | Getting Your Patch Merged |
| 50 | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
Martin Kopec | d76178e | 2024-01-16 20:43:56 +0100 | [diff] [blame] | 51 | All changes proposed to the Tempest require a single ``Code-Review +2`` vote |
| 52 | from a Tempest core followed by a ``Workflow +1`` vote. More detailed guidelines |
Ghanshyam Mann | bfce1f2 | 2021-02-03 16:50:34 -0600 | [diff] [blame] | 53 | for reviewers are available at :doc:`../REVIEWING`. |
Ghanshyam Mann | 95c410a | 2020-04-19 17:44:59 -0500 | [diff] [blame] | 54 | |
| 55 | Project Team Lead Duties |
| 56 | ~~~~~~~~~~~~~~~~~~~~~~~~ |
| 57 | All common PTL duties are enumerated in the `PTL guide |
| 58 | <https://docs.openstack.org/project-team-guide/ptl.html>`_. |
| 59 | |
Ghanshyam Mann | d9654da | 2020-04-22 21:54:19 -0500 | [diff] [blame] | 60 | The Release Process for QA is documented in `QA Release Process |
| 61 | <https://wiki.openstack.org/wiki/QA/releases>`_. |
Ghanshyam Mann | 95c410a | 2020-04-19 17:44:59 -0500 | [diff] [blame] | 62 | |
| 63 | .. _Feature Proposal Process: https://wiki.openstack.org/wiki/QA#Feature_Proposal_.26_Design_discussions |