|
| 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 Bashate. |
| 13 | + |
| 14 | +Communication |
| 15 | +~~~~~~~~~~~~~ |
| 16 | +* IRC channel ``#openstack-qa`` at FreeNode |
| 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 | +~~~~~~~~~~~~~~~~~~~~~~~~ |
| 22 | +Please refer to the `Bashate Core Team |
| 23 | +<https://review.opendev.org/#/admin/groups/333,members>`_ contacts. |
| 24 | + |
| 25 | +New Feature Planning |
| 26 | +~~~~~~~~~~~~~~~~~~~~ |
| 27 | +If you want to propose a new feature please read `Feature Proposal Process`_ |
| 28 | + |
| 29 | +Task Tracking |
| 30 | +~~~~~~~~~~~~~ |
| 31 | +We track our tasks in `Launchpad <https://bugs.launchpad.net/bash8>`__. |
| 32 | + |
| 33 | +Reporting a Bug |
| 34 | +~~~~~~~~~~~~~~~ |
| 35 | +You found an issue and want to make sure we are aware of it? You can do so on |
| 36 | +`Launchpad <https://bugs.launchpad.net/bash8/+filebug>`__. |
| 37 | +More info about Launchpad usage can be found on `OpenStack docs page |
| 38 | +<https://docs.openstack.org/contributors/common/task-tracking.html#launchpad>`_ |
| 39 | + |
| 40 | +Getting Your Patch Merged |
| 41 | +~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 42 | +All changes proposed to the Bashate requires single ``Code-Review +2`` votes as minimum from |
| 43 | +Bashate core reviewers who can approve patch by giving ``Workflow +1`` vote. |
| 44 | + |
| 45 | +Project Team Lead Duties |
| 46 | +~~~~~~~~~~~~~~~~~~~~~~~~ |
| 47 | +All common PTL duties are enumerated in the `PTL guide |
| 48 | +<https://docs.openstack.org/project-team-guide/ptl.html>`_. |
| 49 | + |
| 50 | +The Release Process for QA is documented in `QA Release Process |
| 51 | +<https://wiki.openstack.org/wiki/QA/releases>`_. |
| 52 | + |
| 53 | +.. _Feature Proposal Process: https://wiki.openstack.org/wiki/QA#Feature_Proposal_.26_Design_discussions |
0 commit comments