diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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. |