From f3fcd9d268d5e081e098b24164cbaa4909d7601e Mon Sep 17 00:00:00 2001 From: hiirrxnn <142747922+hiirrxnn@users.noreply.github.com> Date: Sun, 7 Jan 2024 07:42:16 +0530 Subject: [PATCH] [#1346] improvement : Add badges (#1356) What changes were proposed in this pull request? Add badges to README file Why are the changes needed? Fix: #1346 Does this PR introduce any user-facing change? No How was this patch tested? No need. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5357c09f796..6dd33fe64d4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ [![GitHub Actions Build](https://github.com/datastrato/gravitino/actions/workflows/build.yml/badge.svg)](https://github.com/datastrato/gravitino/actions/workflows/build.yml) [![GitHub Actions Integration Test](https://github.com/datastrato/gravitino/actions/workflows/integration-test.yml/badge.svg)](https://github.com/datastrato/gravitino/actions/workflows/integration-test.yml) +[![License](https://img.shields.io/github/license/datastrato/gravitino)](https://github.com/datastrato/gravitino/blob/main/LICENSE) +[![Contributors](https://img.shields.io/github/contributors/datastrato/gravitino)](https://github.com/datastrato/gravitino/graphs/contributors) +[![Release](https://img.shields.io/github/v/release/datastrato/gravitino)](https://github.com/datastrato/gravitino/releases) +[![Open Issues](https://img.shields.io/github/issues-raw/datastrato/gravitino)](https://github.com/datastrato/gravitino/issues) +[![Last Committed](https://img.shields.io/github/last-commit/datastrato/gravitino)](https://github.com/datastrato/gravitino/commits/main/) ## Introduction