Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin

This commit is contained in:
Christopher Allan Webber 2011-07-24 14:56:39 -05:00
commit 73da11e759

View File

@ -63,6 +63,10 @@ Further, if you isolate your changes to a branch, then you can work on
multiple issues at the same time and they don't conflict with one multiple issues at the same time and they don't conflict with one
another. another.
Name your branches using the isue number and something that makes it clear
what it's about. For example, if you were working on tagging, you
might name your branch ``360_tagging``.
Properly document your changes Properly document your changes
------------------------------ ------------------------------