From d62bda661520b2b9f9ded8f84d23881a50584180 Mon Sep 17 00:00:00 2001 From: Eshaan <76566992+e-for-eshaan@users.noreply.github.com> Date: Wed, 24 Apr 2024 20:50:04 +0530 Subject: [PATCH] Update README.md adds badges, need to update URLs with this repos URLs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5b88d2849..719734c13 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ ![Product Demo](media_files/product_demo_1.gif) +![Stargazers](https://img.shields.io/github/stars/middlewarehq/unwrapped?style=social) +![Forks](https://img.shields.io/github/forks/middlewarehq/unwrapped?style=social) +![Contributors](https://img.shields.io/github/contributors/middlewarehq/unwrapped?color=dark-green) +![Issues](https://img.shields.io/github/issues/middlewarehq/unwrapped) +![License](https://img.shields.io/github/license/middlewarehq/unwrapped) + **Middleware** is an open-source tool designed to help engineering leaders measure and analyze the effectiveness of their teams using the DORA (DevOps Research and Assessment) metrics. The DORA metrics are a set of four key values that provide insights into software delivery performance and operational efficiency. They are: - **Deployment Frequency**: The frequency of code deployments to production or an operational environment.