From 71b0a2fe2bc536dafdbae908d8f33c1cdcb30e78 Mon Sep 17 00:00:00 2001 From: Romain Bertrand Date: Sat, 13 Dec 2025 23:04:15 +0100 Subject: [PATCH] doc: add badges to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 49a1a32..b0166db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # fgj - Forgejo CLI Tool +[![Go Version](https://img.shields.io/badge/Go-1.23+-00ADD8?style=flat-square&logo=go)](https://golang.org) +[![CI Status](https://codeberg.org/romaintb/fgj/actions/workflows/ci.yml/badge.svg)](https://codeberg.org/romaintb/fgj/actions) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE) + `fgj` is a command-line tool for working with Forgejo instances (including Codeberg.org). It brings pull requests, issues, and other Forgejo concepts to the terminal, similar to what `gh` does for GitHub. ## Features