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

Consistent badge style on README.md #167

@amio

Description

@amio

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions