From e06863870a97c054f7a88cbef2eec99577997513 Mon Sep 17 00:00:00 2001 From: Bhavesh Kumbhare Date: Tue, 24 Mar 2026 19:33:03 +0530 Subject: [PATCH 1/4] Add Your Name to contributors list --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4490459..e103d45 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ git checkout -b add-your-name Open the `Contributors.md` file and add your name in this format: ```md -* [Your Name](https://github.com/your-username) +* [Bhaveshkumbhare](https://github.com/bhaveshkumbhare) ``` ⚠️ Please do not edit or remove other contributors' names. From 81ee8dd639a8ebdd4e55aa0398dfc376c450900b Mon Sep 17 00:00:00 2001 From: Bhavesh Kumbhare Date: Tue, 24 Mar 2026 19:50:30 +0530 Subject: [PATCH 2/4] Added My Name to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ec236a0..b8bdcee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ If your name is below — congratulations! 🎉 * [ ashfak](https://github.com/ashfak88) * [jefin](https://github.com/jefin-s) * [Bismay](https://github.com/Bismay-exe) +* [bhavesh](https://github.com/bhaveshkumbhare) --- From a17021d7a008544496801d1cf054977182321077 Mon Sep 17 00:00:00 2001 From: Naheel Muhammed Date: Wed, 25 Mar 2026 11:39:20 +0530 Subject: [PATCH 3/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e103d45..e8325cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ git checkout -b add-your-name Open the `Contributors.md` file and add your name in this format: ```md -* [Bhaveshkumbhare](https://github.com/bhaveshkumbhare) +*[Your Name](https://github.com/your-username) ``` ⚠️ Please do not edit or remove other contributors' names. From 78f55922403c44e48bffc7e80db16ae8d875215b Mon Sep 17 00:00:00 2001 From: Naheel Muhammed Date: Wed, 25 Mar 2026 11:39:57 +0530 Subject: [PATCH 4/4] Correct contributor name format in CONTRIBUTING.md Fix formatting for contributor name entry in markdown. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8325cf..4490459 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ git checkout -b add-your-name Open the `Contributors.md` file and add your name in this format: ```md -*[Your Name](https://github.com/your-username) +* [Your Name](https://github.com/your-username) ``` ⚠️ Please do not edit or remove other contributors' names.