From bb057ce38c8215efd1072df27559f4349e8a6ab6 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Thu, 4 Feb 2016 12:03:14 +0000 Subject: [PATCH] Add a "how to contribute" section to the README file Change-Id: I95abc75fe0cdf0dc17e7843a3c18496de7b240e5 --- README.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.rst b/README.rst index 0ab8646..9c291f7 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,34 @@ What the Ironic Staging Drivers is not 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 + `_. + +#. Learn about `how to use our Gerrit review system + `_. + +#. 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 ------------