diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-07-24 15:19:38 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-07-24 15:19:38 -0400 |
commit | 0a80ad41a92840f80b306acfb45649eab3f34ae1 (patch) | |
tree | 18aa375c1d04a4aea452c66e7885b091d0c1a7fa /docs/git.rst | |
parent | e60f8719dd8ffbafe4a3e2313f32e7f867227577 (diff) | |
download | mediagoblin-0a80ad41a92840f80b306acfb45649eab3f34ae1.tar.lz mediagoblin-0a80ad41a92840f80b306acfb45649eab3f34ae1.tar.xz mediagoblin-0a80ad41a92840f80b306acfb45649eab3f34ae1.zip |
333. Adds text about naming bugfix branches
Diffstat (limited to 'docs/git.rst')
-rw-r--r-- | docs/git.rst | 4 |
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 ------------------------------ |