From f2c08f94b36eb730f02df6220e84cec0f31f801c Mon Sep 17 00:00:00 2001 From: Making GitHub Delicious Date: Sun, 25 Sep 2016 06:57:01 -0400 Subject: [PATCH] add waffle.io badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c999dcaae..5949a19f7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Stories in Ready](https://badge.waffle.io/gitpython-developers/GitPython.png?label=ready&title=Ready)](https://waffle.io/gitpython-developers/GitPython) ## GitPython GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing.