Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Consistent badge style on README.md #167

Open
1 task done
amio opened this issue Aug 14, 2018 · 0 comments
Open
1 task done

Consistent badge style on README.md #167

amio opened this issue Aug 14, 2018 · 0 comments

Comments

@amio
Copy link

amio commented Aug 14, 2018

Prerequisites

Description

Currently there's 3 badges in README.md shows building status, but the style looks mixed:

image

What about using a more consistent style badge? like:

Linux build
Windows build
macOS build

[![Linux build][linux-build-src]][linux-build-href]
[![Windows build][windows-build-src]][windows-build-href]
[![macOS build][macos-build-src]][macos-build-href]

[linux-build-src]: https://badgen.net/travis/atom/watcher/master?label=Linux
[linux-build-href]: https://travis-ci.org/atom/watcher
[windows-build-src]: https://badgen.net/appveyor/ci/atom/watcher/master?label=Windows
[windows-build-href]: https://ci.appveyor.com/project/Atom/watcher/branch/master
[macos-build-src]: https://badgen.net/circleci/github/atom/watcher/master?label=macOS
[macos-build-href]: https://ci.appveyor.com/project/Atom/watcher/branch/master

And maybe the greenkeeper badge too (Greenkeeper's vs Badgen's):

Greenkeeper enabled
Greenkeeper enabled

[![Greenkeeper enabled][greenkeeper-src]][greenkeeper-href]

[greenkeeper-src]: https://badgen.net/badge/Greenkeeper/enabled/green
[greenkeeper-href]: https://greenkeeper.io/

Additional Information

shields.io's badges often broken recently, badgen.net is a new service that aims to be a fast and reliable alternative.

Disclaimer: Badgen's author here :D

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant