diff options
author | Stephen Finucane <stephenfinucane@hotmail.com> | 2016-09-04 15:19:05 +0100 |
---|---|---|
committer | Stephen Finucane <stephenfinucane@hotmail.com> | 2016-09-07 21:09:11 +0100 |
commit | 804ff045e0893249bc80d0bd96de3e963faf7a46 (patch) | |
tree | 20442403262a9141c727fe1261be0c1af4dbb7b9 /README.md | |
parent | a5642d0472c64d64142a8e392a9eb89b1accff6d (diff) | |
download | patchwork-804ff045e0893249bc80d0bd96de3e963faf7a46.tar patchwork-804ff045e0893249bc80d0bd96de3e963faf7a46.tar.gz |
README: Add landscape.io badge
Also partially reverts 'a93f5ec' as badge images are still served from
the '.org' domain.
Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,7 @@ # Patchwork [![Requirements Status][badge-req-img]][badge-req-ref] +[![Code Health][badge-landscape-img]][badge-landscape-ref] [![Docs Status][badge-doc-img]][badge-doc-ref] [![Stories in Ready][badge-waffle-img]][badge-waffle-ref] @@ -9,7 +10,7 @@ intended to make the patch management process easier for both the project's contributors and maintainers, leaving time for the more important (and more interesting) stuff. -Patches that have been sent to a mailing list are 'caught' by the system, and +Patches that have been sent to a mailing list are "caught" by the system, and appear on a web page. Any comments posted that reference the patch are appended to the patch page too. The project's maintainer can then scan through the list of patches, marking each with a certain state, such as Accepted, Rejected or @@ -60,7 +61,9 @@ For bug reports, patch submissions or other questions, please use the [Patchwork mailing list][pw-ml]. [badge-doc-ref]: https://patchwork.readthedocs.io/en/latest/ -[badge-doc-img]: https://readthedocs.io/projects/patchwork/badge/?version=latest +[badge-doc-img]: https://readthedocs.org/projects/patchwork/badge/?version=latest +[badge-landscape-ref]: https://landscape.io/github/getpatchwork/patchwork/master +[badge-landscape-img]: https://landscape.io/github/getpatchwork/patchwork/master/landscape.svg?style=flat [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 |