Skip to content

Instantly share code, notes, and snippets.

@dotherightthing
Last active August 14, 2019 06:28
Show Gist options
  • Save dotherightthing/bf3b1b36b93afeab032bc6545ce94e49 to your computer and use it in GitHub Desktop.
Save dotherightthing/bf3b1b36b93afeab032bc6545ce94e49 to your computer and use it in GitHub Desktop.
[Shields] Shields are small badges that typically display below the project heading in Github README.md files. #shields #badges #github #version #release

Shields

Created 2017.10.31

Shields are small badges that typically below the project heading in Github README.md files:

[![GitHub license](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/TGMPA/TGM-Plugin-Activation/develop/LICENSE.md)
[![Build Status](https://travis-ci.org/TGMPA/TGM-Plugin-Activation.svg?branch=develop)](https://travis-ci.org/TGMPA/TGM-Plugin-Activation)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/TGMPA/TGM-Plugin-Activation/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/TGMPA/TGM-Plugin-Activation/?branch=develop)

The TGM Plugin Activation README on Github. Shields in use in the TGM Plugin Activation README.

Freshness

Providing the project URL to the shields.io generator ensures that counts are kept in sync with Github's view of the codebase.

Shields suggested by shields.io Generating up to date project-specific shields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment