diff options
author | Patrick DeVivo <patrick.devivo@gmail.com> | 2020-06-21 18:19:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 01:19:44 +0300 |
commit | 3b685e1f0d2978df4a057bfe0ad8a40cb7dbc96c (patch) | |
tree | d6b34756e89ed991efe3646dc3803b5e7ac29e18 | |
parent | 81324cf37c87d834137a3b5ebf287adeed513f18 (diff) | |
download | gitea-3b685e1f0d2978df4a057bfe0ad8a40cb7dbc96c.tar.gz gitea-3b685e1f0d2978df4a057bfe0ad8a40cb7dbc96c.zip |
Adds a TODOs Badge to the README (#11999)
Closes #11210
Co-authored-by: Lauris BH <lauris@nix.lv>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ [![Become a backer/sponsor of gitea](https://opencollective.com/gitea/tiers/backers/badge.svg?label=backers&color=brightgreen)](https://opencollective.com/gitea) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Crowdin](https://badges.crowdin.net/gitea/localized.svg)](https://crowdin.com/project/gitea) +[![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) ## Purpose |