From b4f1b30cd7fbf5c8ed979dd77584c7f7b4a27d25 Mon Sep 17 00:00:00 2001 From: liuqing Date: Tue, 1 Jul 2014 15:05:11 +0800 Subject: Add CONTRIBUTING.rst There is no CONTRIBUTING.rst file, so the patch add it. Change-Id: I3f347d3dd55d3d3d995a6d49f320c03435776321 --- CONTRIBUTING.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTING.rst (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..7ebb65e --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,16 @@ +If you would like to contribute to the development of OpenStack, +you must follow the steps documented at: + + http://wiki.openstack.org/HowToContribute#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: + + http://wiki.openstack.org/GerritWorkflow + +Pull requests submitted through GitHub will be ignored. + +Bugs should be filed on Launchpad, not GitHub: + + https://bugs.launchpad.net/python-keystoneclient -- cgit v1.2.1