From c5858e616cf814e90eca18442b796251b145539c Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Thu, 7 Nov 2013 10:32:50 -0500 Subject: 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. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 3d8608c..b487ee1 100644 --- a/README.rst +++ b/README.rst @@ -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 -- cgit v1.2.3