git clone git://gitorious.org/mediagoblin/mediagoblin.git
-How to send in patches
-======================
+How to contribute changes
+=========================
-**Tie your changes to issues in the issue tracker**
+Tie your changes to issues in the issue tracker
+-----------------------------------------------
All patches should be tied to issues in the `issue tracker
<http://bugs.foocorp.net/projects/mediagoblin/issues>`_. That makes
everyone else is able to understand why you're doing what you're
doing.
-**Use bugfix branches**
+
+Use bugfix branches to make changes
+-----------------------------------
The best way to isolate your changes is to create a branch based off
of the MediaGoblin repository master branch, do the changes related to
multiple issues at the same time and they don't conflict with one
another.
-**Properly document your changes**
+
+Properly document your changes
+------------------------------
Include comments in the code.
doing and why.
-**How to send us your changes**
+How to send us your changes
+---------------------------
There are three ways to let us know how to get it: