diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-10-20 03:37:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-10-20 03:37:43 +0000 |
| commit | 2d4c6446ff6985c3eb9c4742df1c8d0682dee6ea (patch) | |
| tree | 8d212225804f54f590d5f9e9746e445270571155 | |
| parent | a52bcff399cf7ed99b595997b8a2fb08b9d091be (diff) | |
| parent | fc7f55ba2a3967d341d2b9a24f61173a6f01a1b8 (diff) | |
| download | python-ceilometerclient-2d4c6446ff6985c3eb9c4742df1c8d0682dee6ea.tar.gz | |
Merge "Add CONTRIBUTING.rst"
| -rw-r--r-- | CONTRIBUTING.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..f222d52 --- /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-ceilometerclient |
