From 8711b8ff123f9314b7eb1cb4d319011b4c54f35f Mon Sep 17 00:00:00 2001 From: Chris Little Date: Tue, 25 Sep 2018 00:29:52 -0700 Subject: [PATCH] limited Waffle badge to To Do & In Progress --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f41d37dd0..cca6de893 100644 --- a/README.rst +++ b/README.rst @@ -93,7 +93,7 @@ Abydos :target: https://abydos.readthedocs.org/en/latest/ :alt: Documentation Status -.. image:: https://badge.waffle.io/chrislit/abydos.svg?columns=all +.. image:: https://badge.waffle.io/chrislit/abydos.svg?columns=To%20Do,In%20Progress :target: https://waffle.io/chrislit/abydos :alt: 'Waffle.io - Columns and their card count' @@ -265,4 +265,4 @@ In order to only run & generate Flake8 reports, call:: tox -e flake8 Contributions such as bug reports, PRs, suggestions, desired new features, etc. -are welcome through the Github Issues & Pull requests. \ No newline at end of file +are welcome through the Github Issues & Pull requests.