From cd1c7896a48569a8855a4167c97efed250cc201f Mon Sep 17 00:00:00 2001 From: zhouyunfeng Date: Tue, 20 Dec 2016 16:19:27 +0800 Subject: [PATCH] add CONTRIBUTING.rst The module has no CONTRIBUTING.rst file, so add it. Change-Id: I5cb55243527003b3f8a8a000a1610f0ab7e6772b --- CONTRIBUTING.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..061ebde --- /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 in this page: + + http://docs.openstack.org/infra/manual/developers.html + +Once those steps have been completed, changes to OpenStack +should be submitted for review via the Gerrit tool, following +the workflow documented at: + + http://docs.openstack.org/infra/manual/developers.html#development-workflow + +Pull requests submitted through GitHub will be ignored. + +Bugs should be filed on Launchpad, not GitHub: + + https://bugs.launchpad.net/mistral \ No newline at end of file