From 1c7461b723ed83dbb5cb90b9357d7000903bcfff Mon Sep 17 00:00:00 2001 From: MantisClone Date: Tue, 7 Jan 2025 15:11:59 -0500 Subject: [PATCH 1/4] chore: add CodeRabbit Pull Request Reviews Badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6790bbe8d..247c9252d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ [![CircleCI](https://img.shields.io/circleci/project/github/RequestNetwork/requestNetwork/master.svg)](https://circleci.com/gh/RequestNetwork/requestNetwork) [![Commit Activity](https://img.shields.io/github/commit-activity/m/RequestNetwork/requestNetwork.svg?color=green)](https://github.com/RequestNetwork/requestNetwork/pulse/monthly) +![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/RequestNetwork/requestNetwork) [Request][website-url] is a decentralized network built on top of Ethereum, which allows anyone, anywhere to request a payment. A full description of the protocol may be found in our [whitepaper][whitepaper-url]. + This repository contains all the Request Network developer tools written in TypeScript. Join the [Request Discord][request-discord-url] to get in touch with us. From 61e62d29e4a0be48cd714e3172e3389a87634e3a Mon Sep 17 00:00:00 2001 From: MantisClone Date: Tue, 7 Jan 2025 15:12:58 -0500 Subject: [PATCH 2/4] Remove accidental whitespace --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 247c9252d..7011a61a6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ [Request][website-url] is a decentralized network built on top of Ethereum, which allows anyone, anywhere to request a payment. A full description of the protocol may be found in our [whitepaper][whitepaper-url]. - This repository contains all the Request Network developer tools written in TypeScript. Join the [Request Discord][request-discord-url] to get in touch with us. From 92764e0ca979e7d3ef11c08650e451351bc55ca5 Mon Sep 17 00:00:00 2001 From: MantisClone Date: Tue, 7 Jan 2025 15:15:24 -0500 Subject: [PATCH 3/4] Make badge orange --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7011a61a6..85002c185 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ [![CircleCI](https://img.shields.io/circleci/project/github/RequestNetwork/requestNetwork/master.svg)](https://circleci.com/gh/RequestNetwork/requestNetwork) [![Commit Activity](https://img.shields.io/github/commit-activity/m/RequestNetwork/requestNetwork.svg?color=green)](https://github.com/RequestNetwork/requestNetwork/pulse/monthly) -![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/RequestNetwork/requestNetwork) +![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/RequestNetwork/requestNetwork?color=orange) + [Request][website-url] is a decentralized network built on top of Ethereum, which allows anyone, anywhere to request a payment. A full description of the protocol may be found in our [whitepaper][whitepaper-url]. From 77dd44393b1aa34c993a64d25cfbdc7067bb00b7 Mon Sep 17 00:00:00 2001 From: MantisClone Date: Mon, 13 Jan 2025 13:33:57 -0500 Subject: [PATCH 4/4] fix: lint - remove extra white space --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 85002c185..fbcccdbc7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![Commit Activity](https://img.shields.io/github/commit-activity/m/RequestNetwork/requestNetwork.svg?color=green)](https://github.com/RequestNetwork/requestNetwork/pulse/monthly) ![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/RequestNetwork/requestNetwork?color=orange) - [Request][website-url] is a decentralized network built on top of Ethereum, which allows anyone, anywhere to request a payment. A full description of the protocol may be found in our [whitepaper][whitepaper-url]. This repository contains all the Request Network developer tools written in TypeScript.