Skip to content

Instantly share code, notes, and snippets.

@skratchdot
Last active January 3, 2024 21:02
Show Gist options
  • Star 67 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save skratchdot/e44d7df7683a525f4b68 to your computer and use it in GitHub Desktop.
Save skratchdot/e44d7df7683a525f4b68 to your computer and use it in GitHub Desktop.
A list of badges to add to a Github README.md file

A list of some other badges: http://shields.io/

Version Numbers

Alt Text Image Src Link
NPM version https://badge.fury.io/{{programming_language:js}}/{{project_name}}.svg http://badge.fury.io/{{programming_language:js}}/{{project_name}}
Dependency Status https://david-dm.org/{{username}}/{{project_name}}.svg https://david-dm.org/{{username}}/{{project_name}}
devDependency Status https://david-dm.org/{{username}}/{{project_name}}/dev-status.svg https://david-dm.org/{{username}}/{{project_name}}#info=devDependencies
GEM Dependency Status https://gemnasium.com/{{username}}/{{repo}}.png https://gemnasium.com/{{username}}/{{repo}})

CI

Alt Text Image Src Link
Build Status https://travis-ci.org/{{username}}/{{project_name}}.png?branch={{branch}} https://travis-ci.org/{{username}}/{{project_name}}
Build Status https://ci.appveyor.com/api/projects/status/{{status_id}} https://ci.appveyor.com/project/{{username}}/{{project_name}}
Codeship Status https://www.codeship.io/projects/{{status_id}}/status?branch={{branch}})](https://www.codeship.io/projects/{{project_id}})
CircleCI COMING SOON circleci.com,
Drone.IO COMING SOON drone.io
Build Box COMING SOON buildbox.io

Analysis & Coverage

Alt Text Image Src Link
Code Climate https://codeclimate.com/github/{{username}}/{{project_name}}.png https://codeclimate.com/github/{{username}}/{{project_name}}
Coverage Status https://coveralls.io/repos/{{username}}/{{project_name}}/badge.png https://coveralls.io/r/{{username}}/{{project_name}}

Donations

Alt Text Image Src Link
PayPal COMING SOON paypal.com
Flattr COMING SOON flattr.com
GitTip COMING SOON gittip.com

Issue Management

Alt Text Image Src Link
waffle.io COMING SOON waffle.io
@BigBrainAFK
Copy link

BigBrainAFK commented Mar 4, 2018

Better change
NPM version|https://badge.fury.io/{{programming_language:js|py}}/{{project_name}}.svg|http://badge.fury.io/{{programming_language:js|py}}/{{project_name}}
to
NPM version|https://badge.fury.io/{{programming_language:js\|py}}/{{project_name}}.svg|http://badge.fury.io/{{programming_language:js\|py}}/{{project_name}}

and
Codeship Status|https://www.codeship.io/projects/{{status_id}}/status?branch={{branch}})](https://www.codeship.io/projects/{{project_id}})
to
Codeship Status|https://www.codeship.io/projects/{{status_id}}/status?branch={{branch}})]|https://www.codeship.io/projects/{{project_id}}

so it actually shows the link cause if you dont escape the | inside the link it still reads it as a markdown for table stuff
and so the codeship thing has smth in the second column

@VicharSharma
Copy link

How can i add Jenkins build status as badge in the readme file?

@TheTechRobo
Copy link

What about ones for what programming language it is?

@delenamalan
Copy link

CI > Github (source):

  • Image source: https://github.com/<OWNER>/<REPOSITORY>/workflows/<WORKFLOW_NAME>/badge.svg?branch=<branch>
  • Link: https://github.com/<OWNER>/<REPOSITORY>/actions

@ThibaultJanBeyer
Copy link

david-dm.org seems down?

@TheTechRobo
Copy link

Yep, looks like it.

@NitkarshChourasia
Copy link

Please update further. The list is not well-maintained and not even basic exhaustive.
Thank you.
@NitkarshChourasia

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