diff options
author | Stephen Finucane <stephen.finucane@intel.com> | 2016-02-12 14:26:48 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2016-02-13 19:56:50 +0000 |
commit | 2ad82b755b245e2297856cdbbcf1a3a31025682b (patch) | |
tree | 1bc049499566621805f9390f57f33d07bd4b6132 | |
parent | ef2df3fb71488a8429e09981807612a09c96e55f (diff) | |
download | patchwork-2ad82b755b245e2297856cdbbcf1a3a31025682b.tar patchwork-2ad82b755b245e2297856cdbbcf1a3a31025682b.tar.gz |
README: Add waffle.io badge
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,7 @@ [![Requirements Status][badge-req-img]][badge-req-ref] [![Docs Status][badge-doc-img]][badge-doc-ref] +[![Stories in Ready][badge-waffle-img]][badge-waffle-ref] patchwork is a patch tracking system for community-based projects. It is intended to make the patch management process easier for both the project's @@ -28,3 +29,5 @@ For further information, please refer to the [docs][docs]. [badge-doc-img]: https://readthedocs.org/projects/patchwork/badge/?version=latest [badge-req-ref]: https://requires.io/github/getpatchwork/patchwork/requirements/?branch=master [badge-req-img]: https://requires.io/github/getpatchwork/patchwork/requirements.svg?branch=master +[badge-waffle-ref]: https://waffle.io/getpatchwork/patchwork +[badge-waffle-img]: https://badge.waffle.io/getpatchwork/patchwork.svg?label=ready&title=Ready |