From 17a17b2a99bd13f27c0597d85d57b8abba65447f Mon Sep 17 00:00:00 2001 From: liuqing Date: Tue, 1 Jul 2014 14:42:45 +0800 Subject: [PATCH] Add CONTRIBUTING.rst There is no CONTRIBUTING.rst file, the patch will add it. Change-Id: I6e0638a7d2cfb71ab7d830de4a431279f369fc51 --- CONTRIBUTING.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000000..adaafe77b8 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,18 @@ +If you would like to contribute to the development of OpenStack, +you must follow the steps documented at: + + http://docs.openstack.org/developer/horizon/contributing.html + + or https://wiki.openstack.org/wiki/How_To_Contribute#If_you.27re_a_developer + +Once those steps have been completed, changes to OpenStack +should be submitted for review via the Gerrit tool, following +the workflow documented at: + + https://wiki.openstack.org/GerritWorkflow + +Pull requests submitted through GitHub will be ignored. + +Bugs should be filed on Launchpad, not GitHub: + + https://bugs.launchpad.net/horizon