Ghanshyam Mann | a1f0245 | 2020-04-19 17:45:19 -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 | 1fc88fd | 2021-05-31 15:04:56 -0500 | [diff] [blame^] | 16 | * IRC channel ``#openstack-qa`` at OFTC |
Ghanshyam Mann | a1f0245 | 2020-04-19 17:45:19 -0500 | [diff] [blame] | 17 | * Mailing list (prefix subjects with ``[qa]`` for faster responses) |
| 18 | http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss |
| 19 | |
| 20 | Contacting the Core Team |
| 21 | ~~~~~~~~~~~~~~~~~~~~~~~~ |
Ghanshyam Mann | 5214bdc | 2020-04-22 21:55:07 -0500 | [diff] [blame] | 22 | Please refer to the `Patrole Core Team |
Ghanshyam Mann | a1f0245 | 2020-04-19 17:45:19 -0500 | [diff] [blame] | 23 | <https://review.opendev.org/#/admin/groups/1673,members>`_ contacts. |
| 24 | |
| 25 | New Feature Planning |
| 26 | ~~~~~~~~~~~~~~~~~~~~ |
| 27 | If you want to propose a new feature please read `Feature Proposal Process`_ |
| 28 | Patrole features are tracked on `Storyboard <https://storyboard.openstack.org/#!/project/1040>`_. |
| 29 | |
| 30 | Task Tracking |
| 31 | ~~~~~~~~~~~~~ |
| 32 | We track our tasks in `Storyboard <https://storyboard.openstack.org/#!/project/1040>`_. |
| 33 | |
| 34 | If you're looking for some smaller, easier work item to pick up and get started |
| 35 | on, search for the 'low-hanging-fruit' tag. |
| 36 | |
| 37 | Reporting a Bug |
| 38 | ~~~~~~~~~~~~~~~ |
| 39 | You found an issue and want to make sure we are aware of it? You can do so on |
| 40 | `StoryBoard <https://storyboard.openstack.org/#!/project/1040>`_. |
| 41 | |
| 42 | Getting Your Patch Merged |
| 43 | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 44 | All changes proposed to the Patrole requires one ``Code-Review +2`` votes from |
| 45 | Patrole core reviewers before one of the core reviewers can approve patch by |
| 46 | giving ``Workflow +1`` vote. More detailed guidelines for reviewers are available |
| 47 | at :doc:`../REVIEWING`. |
| 48 | |
| 49 | Project Team Lead Duties |
| 50 | ~~~~~~~~~~~~~~~~~~~~~~~~ |
| 51 | All common PTL duties are enumerated in the `PTL guide |
| 52 | <https://docs.openstack.org/project-team-guide/ptl.html>`_. |
| 53 | |
Ghanshyam Mann | 5214bdc | 2020-04-22 21:55:07 -0500 | [diff] [blame] | 54 | The Release Process for QA is documented in `QA Release Process |
| 55 | <https://wiki.openstack.org/wiki/QA/releases>`_. |
Ghanshyam Mann | a1f0245 | 2020-04-19 17:45:19 -0500 | [diff] [blame] | 56 | |
| 57 | .. _Feature Proposal Process: https://wiki.openstack.org/wiki/QA#Feature_Proposal_.26_Design_discussions |