diff options
author | Jon Bernard <jbernard@tuxion.com> | 2013-11-07 10:32:50 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2013-11-07 10:32:50 -0500 |
commit | c5858e616cf814e90eca18442b796251b145539c (patch) | |
tree | b1afd2d1bbd55e2adf496178409fc2a8a378ce4d | |
parent | 91d57cadcc31e45ad31381e64d79540894fd8778 (diff) | |
download | dotfiles-c5858e616cf814e90eca18442b796251b145539c.tar.gz dotfiles-c5858e616cf814e90eca18442b796251b145539c.tar.bz2 dotfiles-c5858e616cf814e90eca18442b796251b145539c.zip |
Update contribution documentation
Remove mention of the develop branch since it's going away in favor of a much
simpler branching model (feature branches off master). The use of git-flow was
a great learning experience, but is really too much for projects such as this.
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -182,9 +182,9 @@ Support for ``add`` and ``remove`` is a current TODO item. Contribute ---------- -If you'd like to contribute, simply fork `the repository`_, commit your -changes to the **develop** branch (or branch off of it), and send a pull -request. Make sure you add yourself to AUTHORS_. +If you'd like to contribute, simply fork `the repository`_, commit your changes, +make sure tests pass, and send a pull request. Go ahead and add yourself to +AUTHORS_ or I'll do it when I merge your changes. .. _`the repository`: https://github.com/jbernard/dotfiles .. _AUTHORS: https://github.com/jbernard/dotfiles/blob/master/AUTHORS.rst |