blob: 68e26180dbfaa4eadba19efb50175f5d7b717809 [file] [log] [blame]
Ghanshyam Mann5c548472021-05-14 12:14:35 -05001============================
2So You Want to Contribute...
3============================
4For general information on contributing to OpenStack, please check out the
5`contributor guide <https://docs.openstack.org/contributors/>`_ to get started.
6It covers all the basics that are common to all OpenStack projects: the accounts
7you need, the basics of interacting with our Gerrit review system, how we
8communicate as a community, etc.
9Below will cover the more project specific information you need to get started
10with heat-tempest-plugin.
11
12Communication
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
18Contacting the Core Team
19~~~~~~~~~~~~~~~~~~~~~~~~
20Please refer the `heat-tempest-plugin Core Team
21<https://review.opendev.org/admin/groups/b4b16f97f2b8416cb0111c0bec5df885bd779347,members>`_ contacts.
22
23New Feature Planning
24~~~~~~~~~~~~~~~~~~~~
25heat-tempest-plugin features are tracked on `Storyboard <https://storyboard.openstack.org/#!/project/openstack/heat>`_.
26Please specify the reported story with `heat-tempest-plugin`.
27
28Task Tracking
29~~~~~~~~~~~~~
30We track our tasks in `Storyboard <https://storyboard.openstack.org/#!/project/openstack/heat>`_.
31Please specify the reported story with `heat-tempest-plugin`.
32
33Reporting a Bug
34~~~~~~~~~~~~~~~
35You 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>`_.
37Please specify the reported story with `heat-tempest-plugin`.
38
39Getting Your Patch Merged
40~~~~~~~~~~~~~~~~~~~~~~~~~
41All changes proposed to the heat-tempest-plugin project require one or two +2 votes
42from heat-tempest-plugin core reviewers before one of the core reviewers can approve
43patch by giving ``Workflow +1`` vote.
44
45Project Team Lead Duties
46~~~~~~~~~~~~~~~~~~~~~~~~
47All common PTL duties are enumerated in the `PTL guide
48<https://docs.openstack.org/project-team-guide/ptl.html>`_.