aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2013-12-17 22:20:45 -0500
committerGravatar Jon Bernard <jbernard@tuxion.com> 2013-12-17 22:20:45 -0500
commit1bd26fbd74ab681db5dfc3cc9bf605462c8c3027 (patch)
treeffe2e9aa445960b8f39a5cc82a012072fba74dca
parent9054598b848d57389dbe6566276d9fb42a6e5190 (diff)
downloaddotfiles-1bd26fbd74ab681db5dfc3cc9bf605462c8c3027.tar.gz
dotfiles-1bd26fbd74ab681db5dfc3cc9bf605462c8c3027.tar.bz2
dotfiles-1bd26fbd74ab681db5dfc3cc9bf605462c8c3027.zip
Move waffle and travis badges to contribute section
-rw-r--r--README.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index f1db459..cc2f07d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,15 +1,9 @@
Dotfile management made easy
============================
-.. image:: https://badge.waffle.io/jbernard/dotfiles.png?label=ready
- :target: http://waffle.io/jbernard/dotfiles
-
.. image:: https://pypip.in/v/dotfiles/badge.png
:target: https://pypi.python.org/pypi/dotfiles
-.. image:: https://secure.travis-ci.org/jbernard/dotfiles.png?branch=master
- :target: http://travis-ci.org/jbernard/dotfiles
-
``dotfiles`` is a tool to make managing your dotfile symlinks in ``$HOME``
easy, allowing you to keep all your dotfiles in a single directory.
@@ -185,6 +179,12 @@ Support for ``add`` and ``remove`` is a current TODO item.
Contribute
----------
+.. image:: https://secure.travis-ci.org/jbernard/dotfiles.png?branch=master
+ :target: http://travis-ci.org/jbernard/dotfiles
+
+.. image:: https://badge.waffle.io/jbernard/dotfiles.png?label=ready
+ :target: http://waffle.io/jbernard/dotfiles
+
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.