diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..a8a294d --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,13 @@ +To browse the latest code, see: https://git.openstack.org/cgit/stackforge/gertty/tree/ +To clone the latest code, use `git clone git://git.openstack.org/stackforge/gertty` + +Bugs are handled at: https://storyboard.openstack.org/ + +Code reviews are handled by gerrit at: https://review.openstack.org + +Use `git review` to submit patches (after creating a gerrit account +that links to your launchpad account). Example:: + + # Do your commits + $ git review + # Enter your username if prompted diff --git a/README.rst b/README.rst index e19a2a6..84682a9 100644 --- a/README.rst +++ b/README.rst @@ -97,16 +97,5 @@ to the program: Contributing ------------ -To browse the latest code, see: https://git.openstack.org/cgit/stackforge/gertty/tree/ -To clone the latest code, use `git clone git://git.openstack.org/stackforge/gertty` - -Bugs are handled at: https://storyboard.openstack.org/ - -Code reviews are handled by gerrit at: https://review.openstack.org - -Use `git review` to submit patches (after creating a gerrit account -that links to your launchpad account). Example:: - - # Do your commits - $ git review - # Enter your username if prompted +For information on how to contribute to gertty, please see the +contents of the CONTRIBUTING.rst file.