diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7a094b555..64b360c60 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,17 +1,19 @@ -If you would like to contribute to the development of OpenStack, you must -follow the steps in this page: +The source repository for this project can be found at: - https://docs.openstack.org/infra/manual/developers.html + https://opendev.org/openstack/zun -If you already have a good understanding of how the system works and your -OpenStack accounts are set up, you can skip to the development workflow -section of this documentation to learn how changes to OpenStack should be -submitted for review via the Gerrit tool: +Pull requests submitted through GitHub are not monitored. - https://docs.openstack.org/infra/manual/developers.html#development-workflow +To start contributing to OpenStack, follow the steps in the contribution guide +to set up and use Gerrit: -Pull requests submitted through GitHub will be ignored. + https://docs.openstack.org/contributors/code-and-documentation/quick-start.html -Bugs should be filed on Launchpad, not GitHub: +Bugs should be filed on Launchpad: https://bugs.launchpad.net/zun + +For more specific information about contributing to this repository, see the +zun contributor guide: + + https://docs.openstack.org/zun/latest/contributor/contributing.html diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index 2aa070771..f1d8e8218 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -1,4 +1,63 @@ -============ -Contributing -============ -.. include:: ../../../CONTRIBUTING.rst +============================ +So You Want to Contribute... +============================ + +For general information on contributing to OpenStack, please check out the +`contributor guide `_ to get started. +It covers all the basics that are common to all OpenStack projects: the +accounts you need, the basics of interacting with our Gerrit review system, +how we communicate as a community, etc. + +Below will cover the more project specific information you need to get started +with Zun. + +Communication +~~~~~~~~~~~~~ +- IRC channel: #openstack-zun +- Mailing list's prefix: [zun] +- Office Hours: + + This is general Zun team meeting. Anyone can bring up a topic to discuss + with the Zun team. + + - time: http://eavesdrop.openstack.org/#Zun_Team_Meeting + +Contacting the Core Team +~~~~~~~~~~~~~~~~~~~~~~~~ +The list of current Zun core reviewers is available on `gerrit +`_. + +New Feature Planning +~~~~~~~~~~~~~~~~~~~~ +Zun team uses Launchpad to propose new features. +A blueprint should be submitted in Launchpad first. +Such blueprints need to be discussed and approved by the `Zun +driver team `_ + +Task Tracking +~~~~~~~~~~~~~ +We track our tasks in Launchpad + + https://bugs.launchpad.net/zun + +If you're looking for some smaller, easier work item to pick up and get started +on, search for the 'low-hanging-fruit' tag. + +.. NOTE: If your tag is not 'low-hanging-fruit' please change the text above. + +Reporting a Bug +~~~~~~~~~~~~~~~ +You found an issue and want to make sure we are aware of it? You can do so on +`Launchpad +`_. + +Getting Your Patch Merged +~~~~~~~~~~~~~~~~~~~~~~~~~ +All changes proposed to the Zun project +require one or two +2 votes from Zun core reviewers before one of the core +reviewers can approve patch by giving ``Workflow +1`` vote. + +Project Team Lead Duties +~~~~~~~~~~~~~~~~~~~~~~~~ +All common PTL duties are enumerated in the `PTL guide +`_.