From dc0711521222c623e24ecc387e15af35a0ab6043 Mon Sep 17 00:00:00 2001 From: leozz37 Date: Tue, 18 Jan 2022 06:00:48 -0300 Subject: [PATCH] add status badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 13ec575d..eede504c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Grumpy: Go running Python [![Build Status](https://travis-ci.org/google/grumpy.svg?branch=master)](https://travis-ci.org/google/grumpy) +[![Go Report Card](https://goreportcard.com/badge/github.com/google/grumpy)](https://goreportcard.com/report/github.com/google/grumpy) +[![GoDoc](https://pkg.go.dev/badge/github.com/google/grumpy?status.svg)](https://pkg.go.dev/github.com/google/grumpy?tab=doc) [![Join the chat at https://gitter.im/grumpy-devel/Lobby](https://badges.gitter.im/grumpy-devel/Lobby.svg)](https://gitter.im/grumpy-devel/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ## Overview