From 061607fc1dd4c9acde6bfbcbd7094d2515163f8b Mon Sep 17 00:00:00 2001 From: liuqing Date: Tue, 1 Jul 2014 16:04:12 +0800 Subject: Add CONTRIBUTING.md There is no CONTRIBUTING.md file, the patch will add it. Change-Id: Idc0a9ae22f2b315375b660263c7602e3ca02d56b --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..866da8a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +If you would like to contribute to the development of OpenStack, +you must follow the steps in the "If you're a developer" +section of this page: [http://wiki.openstack.org/HowToContribute](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](http://wiki.openstack.org/GerritWorkflow). + +Gerrit is the review system used in the OpenStack projects. We're sorry, but +we won't be able to respond to pull requests submitted through GitHub. + +Bugs should be filed [on Launchpad](https://bugs.launchpad.net/python-swiftclient), +not in GitHub's issue tracker. -- cgit v1.2.1