# Comprehensive Markdown Badge Collection [](https://hackmd.io/5wgPxx1OTfaVDYUVeofRpQ) This document provides a comprehensive collection of markdown badge codes for various platforms and services, with a special focus on GitHub badges. ## Table of Contents - [GitHub Badges](#github-badges) - [Repository Status](#repository-status) - [GitHub Actions Workflow](#github-actions-workflow) - [GitHub Codespaces](#github-codespaces) - [Social & Stats](#social--stats) - [Dependency Status](#dependency-status) - [Package Managers](#package-managers) - [Version Control](#version-control) - [CI/CD](#cicd) - [Documentation](#documentation) - [Code Quality](#code-quality) - [License](#license) - [Dynamic & Custom Badges](#dynamic--custom-badges) - [Resources](#resources) ## GitHub Badges ### Repository Status ```markdown <!-- Stars -->  <!-- Forks -->  <!-- Watchers -->  <!-- Issues -->  <!-- Open Issues -->  <!-- Closed Issues -->  <!-- Pull Requests -->  <!-- Closed Pull Requests -->  <!-- Repo Size -->  <!-- Code Size -->  <!-- Last Commit -->  <!-- Release Date -->  <!-- Latest Release Version -->  <!-- Contributors -->  <!-- Commit Activity -->  ``` ### GitHub Actions Workflow ```markdown <!-- GitHub Actions Workflow Status -->  <!-- GitHub Actions Workflow Status (branch) -->  <!-- Official GitHub Actions badge (SVG from repo) -->  <!-- Official GitHub Actions badge (specific branch) -->  <!-- Official GitHub Actions badge (specific event) -->  ``` ### GitHub Codespaces ```markdown <!-- Open in GitHub Codespaces --> [](https://codespaces.new/username/repo) <!-- Open in GitHub Codespaces (specific branch) --> [](https://codespaces.new/username/repo/tree/branch-name) <!-- Open with Remote Repositories --> [](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-repositories/cloneInNewWindow?url=https://github.com/username/repo) ``` ### Social & Stats ```markdown <!-- GitHub Followers -->  <!-- GitHub User's stars -->  <!-- GitHub Sponsors -->  <!-- GitHub repository topics -->  <!-- GitHub language count -->  <!-- GitHub top language -->  ``` ### Dependency Status ```markdown <!-- Dependencies -->  <!-- Depfu -->  <!-- Snyk Vulnerabilities -->  ``` ## Package Managers ### npm ```markdown <!-- npm version -->  <!-- npm downloads -->  <!-- npm bundle size -->  <!-- npm bundle size (minified + gzip) -->  ``` ### PyPI ```markdown <!-- PyPI version -->  <!-- PyPI downloads -->  <!-- PyPI format -->  <!-- PyPI Python versions -->  ``` ### Docker ```markdown <!-- Docker Image Version -->  <!-- Docker Pulls -->  <!-- Docker Image Size -->  ``` ### Others ```markdown <!-- Crates.io -->  <!-- NuGet -->  <!-- Packagist -->  <!-- Gem -->  <!-- Maven Central -->  ``` ## CI/CD ```markdown <!-- Travis CI --> [](https://travis-ci.org/username/repo) <!-- CircleCI --> [](https://circleci.com/gh/username/repo) <!-- Jenkins --> [](https://jenkins.example.com/job/project-name/) <!-- GitLab CI --> [](https://gitlab.com/username/repo/-/commits/master) <!-- AppVeyor --> [](https://ci.appveyor.com/project/username/repo) <!-- Azure DevOps builds --> [](https://dev.azure.com/organization/project/_build/latest?definitionId=id&branchName=master) ``` ## Documentation ```markdown <!-- Read the Docs --> [](https://project-name.readthedocs.io/en/latest/?badge=latest) <!-- Documentation --> [](https://github.com/username/repo/wiki) ``` ## Code Quality ```markdown <!-- Code Climate maintainability --> [](https://codeclimate.com/github/username/repo/maintainability) <!-- Code Climate test coverage --> [](https://codeclimate.com/github/username/repo/test_coverage) <!-- Codecov --> [](https://codecov.io/gh/username/repo) <!-- Coveralls --> [](https://coveralls.io/github/username/repo?branch=master) <!-- CodeFactor --> [](https://www.codefactor.io/repository/github/username/repo) <!-- SonarCloud --> [](https://sonarcloud.io/dashboard?id=project-key) ``` ## License ```markdown <!-- GitHub -->  <!-- REUSE compliance --> [](https://api.reuse.software/info/github.com/username/repo) ``` ## Dynamic & Custom Badges ```markdown <!-- Custom badge (shields.io) -->  <!-- Custom badge with logo -->  <!-- Endpoint badge -->  ``` ## Resources - [Shields.io](https://shields.io/) - The primary source for most badges - [GitHub Actions Badges](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge) - [GitHub Codespaces Badge](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/setting-up-your-repository-for-codespaces) - [Awesome Badges](https://github.com/badges/awesome-badges) - A curated list of badges - [Badge Examples](https://github.com/alexandresanlim/Badges4-README.md-Profile) - Collection of badges for GitHub profile READMEs - [For the Badge](https://forthebadge.com/) - Fun badge styles --- *This document was created as a comprehensive reference for markdown badges. Feel free to contribute by adding more badge examples!*
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up