lileio / lile

Easily generate gRPC services in Go ⚡️
MIT License
1.5k stars 88 forks source link

Add TODOs Badge to README #65

Open patrickdevivo opened 4 years ago

patrickdevivo commented 4 years ago

Hi there! I wanted to propose adding the following badge to the README to indicate how many TODO comments are in this codebase:

TODOs

The badge links to tickgit.com which is a free service that indexes and displays TODO comments in public github repos. It can help surface latent work and be a way for contributors to find areas of code to improve, that might not be otherwise documented.

The markdown is:

[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.comgithub.com/lileio/lile)](https://www.tickgit.com/browse?repo=github.com/lileio/lile)

Thanks for considering, feel free to close this issue if it's not appropriate or you prefer not to!