summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuqing <jing.liuqing@99cloud.net>2014-07-01 16:04:12 +0800
committerliuqing <jing.liuqing@99cloud.net>2014-07-03 14:54:25 +0800
commit061607fc1dd4c9acde6bfbcbd7094d2515163f8b (patch)
treed9b31b06a337004bd6f33100dc05b3621460c2fc
parent916f5cbd61eac86527b7a9b867ea1ddb3c84cdf5 (diff)
downloadpython-swiftclient-061607fc1dd4c9acde6bfbcbd7094d2515163f8b.tar.gz
Add CONTRIBUTING.md
There is no CONTRIBUTING.md file, the patch will add it. Change-Id: Idc0a9ae22f2b315375b660263c7602e3ca02d56b
-rw-r--r--CONTRIBUTING.md13
1 files changed, 13 insertions, 0 deletions
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.