Ghanshyam Mann | 5c54847 | 2021-05-14 12:14:35 -0500 | [diff] [blame] | 1 | ============================ |
| 2 | So You Want to Contribute... |
| 3 | ============================ |
| 4 | For general information on contributing to OpenStack, please check out the |
| 5 | `contributor guide <https://docs.openstack.org/contributors/>`_ to get started. |
| 6 | It covers all the basics that are common to all OpenStack projects: the accounts |
| 7 | you need, the basics of interacting with our Gerrit review system, how we |
| 8 | communicate as a community, etc. |
| 9 | Below will cover the more project specific information you need to get started |
| 10 | with heat-tempest-plugin. |
| 11 | |
| 12 | Communication |
| 13 | ~~~~~~~~~~~~~ |
| 14 | * IRC channel #heat at OFTC |
| 15 | * Mailing list (prefix subjects with ``[heat]`` for faster responses) |
| 16 | http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss |
| 17 | |
| 18 | Contacting the Core Team |
| 19 | ~~~~~~~~~~~~~~~~~~~~~~~~ |
| 20 | Please refer the `heat-tempest-plugin Core Team |
| 21 | <https://review.opendev.org/admin/groups/b4b16f97f2b8416cb0111c0bec5df885bd779347,members>`_ contacts. |
| 22 | |
| 23 | New Feature Planning |
| 24 | ~~~~~~~~~~~~~~~~~~~~ |
| 25 | heat-tempest-plugin features are tracked on `Storyboard <https://storyboard.openstack.org/#!/project/openstack/heat>`_. |
| 26 | Please specify the reported story with `heat-tempest-plugin`. |
| 27 | |
| 28 | Task Tracking |
| 29 | ~~~~~~~~~~~~~ |
| 30 | We track our tasks in `Storyboard <https://storyboard.openstack.org/#!/project/openstack/heat>`_. |
| 31 | Please specify the reported story with `heat-tempest-plugin`. |
| 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 | `StoryBoard <https://storyboard.openstack.org/#!/project/openstack/heat>`_. |
| 37 | Please specify the reported story with `heat-tempest-plugin`. |
| 38 | |
| 39 | Getting Your Patch Merged |
| 40 | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 41 | All changes proposed to the heat-tempest-plugin project require one or two +2 votes |
| 42 | from heat-tempest-plugin core reviewers before one of the core reviewers can approve |
| 43 | 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>`_. |