Add a "how to contribute" section to the README file

Change-Id: I95abc75fe0cdf0dc17e7843a3c18496de7b240e5
This commit is contained in:
Lucas Alvares Gomes 2016-02-04 12:03:14 +00:00
parent df49cb37b0
commit bb057ce38c
1 changed files with 28 additions and 0 deletions

View File

@ -25,6 +25,34 @@ What the Ironic Staging Drivers is not
their driver. their driver.
How to contribute
-----------------
We want to make sure that the Ironic Staging Drivers project is a
welcoming and friendly place to contribute code. Therefore, we want to
avoid bureaucratic processes as much as possible. If you want to propose
a driver to be included in the repository: Just submit the code!
How do I submit the code?
^^^^^^^^^^^^^^^^^^^^^^^^^
#. Before we can accept your patches, you'll
have to `agree to a contributor license agreement
<http://docs.openstack.org/infra/manual/developers.html#account-setup>`_.
#. Learn about `how to use our Gerrit review system
<http://docs.openstack.org/infra/manual/developers.html#development-workflow>`_.
#. Get the code::
git clone git://git.openstack.org/openstack/ironic-staging-drivers
#. Make your changes and write a nice commit message explaining the
change in details.
#. Submit the code!
Useful links Useful links
------------ ------------