From c6e2e03174c991be580fcead01700c5c8c5a316d Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Mon, 16 Nov 2015 00:27:43 +0530 Subject: [PATCH] Added CONTRIBUTING.rst file Change-Id: Ie4bb97d06d207e5c31501c469fec9aac048d6d2a --- CONTRIBUTING.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 000000000..ad78c67c7 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,19 @@ +If you would like to contribute to the development of OpenStack, +you must follow the steps in this page: + + http://docs.openstack.org/infra/manual/developers.html + +Once those steps have been completed, changes to OpenStack +should be submitted for review via the Gerrit tool, following +the workflow documented at: + + http://docs.openstack.org/infra/manual/developers.html#development-workflow + +Pull requests submitted through GitHub will be ignored. + +Bugs should be filed on Launchpad, not GitHub: + + https://bugs.launchpad.net/zaqar + + +