From 429164899f40f8442c7fafb44d988af74dd82b19 Mon Sep 17 00:00:00 2001 From: Patrick DeVivo Date: Sat, 8 Feb 2020 21:55:46 -0500 Subject: [PATCH] Adds a TODOs badge to the README Closes #1283 by adding a TODOs badge to the README Signed-off-by: Patrick DeVivo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed9306c83..160a10821 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ![go-git logo](https://cdn.rawgit.com/src-d/artwork/02036484/go-git/files/go-git-github-readme-header.png) [![GoDoc](https://godoc.org/gopkg.in/src-d/go-git.v4?status.svg)](https://godoc.org/github.com/src-d/go-git) [![Build Status](https://travis-ci.org/src-d/go-git.svg)](https://travis-ci.org/src-d/go-git) [![Build status](https://ci.appveyor.com/api/projects/status/nyidskwifo4py6ub?svg=true)](https://ci.appveyor.com/project/mcuadros/go-git) [![codecov.io](https://codecov.io/github/src-d/go-git/coverage.svg)](https://codecov.io/github/src-d/go-git) [![Go Report Card](https://goreportcard.com/badge/github.com/src-d/go-git)](https://goreportcard.com/report/github.com/src-d/go-git) +[![TODOs](https://img.shields.io/endpoint?url=https://api.tickgit.com/badge?repo=github.com/src-d/go-git)](https://www.tickgit.com/browse?repo=github.com/src-d/go-git) *go-git* is a highly extensible git implementation library written in **pure Go**.