From: john-griffith Date: Thu, 22 Nov 2012 16:44:53 +0000 (-0700) Subject: Add CONTRIBUTING file. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=67168a8d8024b2369963fd1ae98b6c12df100f72;p=openstack-build%2Fcinder-build.git Add CONTRIBUTING file. If the CONTRIBUTING[.md] file exists, Github will show a link to it to anyone who files an issue on Github or opens a pull request on Github. This files points folks to the OpenStack wiki page which provides the proper instructions on how to contribute to OpenStack. See also . Change-Id: I8fef06b71aa993c4c68a1ec92c39a540318aaf31 --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..836c0a023 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +If you would like to contribute to the development of OpenStack, +you must follow the steps in the "If you're a developer, start here" +section of this page: [http://wiki.openstack.org/HowToContribute](http://wiki.openstack.org/HowToContribute#If_you.27re_a_developer.2C_start_here:) + +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). + +Pull requests submitted through GitHub will be ignored. + +Bugs should be filed [on Launchpad](https://bugs.launchpad.net/cinder), +not in GitHub's issue tracker.