vesoft-inc/nebula

Add TODOs Badge to README

Open

#1,868 建立於 2020年3月4日

在 GitHub 查看
 (7 留言) (1 反應) (1 負責人)C++ (1,144 fork)batch import
communitygood first issuepriority/low-pritype/feature req

倉庫指標

Star
 (9,828 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

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)

貢獻者指南