From bf5846f9fda99e9e04c082096cba60010f331336 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Mon, 16 May 2016 17:22:34 +0530 Subject: [PATCH] Migrated contributing file from .md to .rst Change-Id: I80cbbced26906ac6ba9ae3faaba3a400e365be0d --- CONTRIBUTING.md | 12 ------------ CONTRIBUTING.rst | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 CONTRIBUTING.md create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 88c1bb4..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,12 +0,0 @@ -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](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](http://docs.openstack.org/infra/manual/developers.html#development-workflow). - -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. diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..ec32d85 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,18 @@ +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. + +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, not Github: + + https://bugs.launchpad.net/python-swiftclient