aboutsummaryrefslogtreecommitdiffstats
path: root/docs/git.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-24 14:56:39 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-24 14:56:39 -0500
commit73da11e759913109e481c2b20c51c9f72e45be14 (patch)
tree406d4ddc6bdccf4fde6b66a28869f3a5130ba4e6 /docs/git.rst
parent5fa3588411f402d9ec1dfb3123e9d828c3ce9753 (diff)
parent0a80ad41a92840f80b306acfb45649eab3f34ae1 (diff)
downloadmediagoblin-73da11e759913109e481c2b20c51c9f72e45be14.tar.lz
mediagoblin-73da11e759913109e481c2b20c51c9f72e45be14.tar.xz
mediagoblin-73da11e759913109e481c2b20c51c9f72e45be14.zip
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Diffstat (limited to 'docs/git.rst')
-rw-r--r--docs/git.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/git.rst b/docs/git.rst
index 73e7a311..bd0f9d52 100644
--- a/docs/git.rst
+++ b/docs/git.rst
@@ -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
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
------------------------------