Add TODOs Badge to README #5305

Closed
opened 2025-11-02 06:20:57 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @patrickdevivo on GitHub (Apr 25, 2020).

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.com/go-gitea/gitea)](https://www.tickgit.com/browse?repo=github.com/go-gitea/gitea)

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

(full disclosure, I am the creator/maintainer of tickgit)

Originally created by @patrickdevivo on GitHub (Apr 25, 2020). Hi there! I wanted to propose adding the following badge to the README to indicate how many `TODO` comments are in this codebase: [![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/go-gitea/gitea)](https://www.tickgit.com/browse?repo=github.com/go-gitea/gitea) 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.com/go-gitea/gitea)](https://www.tickgit.com/browse?repo=github.com/go-gitea/gitea) ``` Thanks for considering, feel free to close this issue if it's not appropriate or you prefer not to! (full disclosure, I am the creator/maintainer of `tickgit`)
GiteaMirror added the type/proposal label 2025-11-02 06:20:57 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#5305