From c046e02e872ae7af41b26da3d16adc959178a589 Mon Sep 17 00:00:00 2001 From: Bhavesh Kumbhare Date: Sat, 28 Mar 2026 12:10:19 +0000 Subject: [PATCH 1/5] added my name --- CONTRIBUTING.md | 4 ++++ Contributors.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4490459..ba84e93 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,11 @@ git checkout -b add-your-name Open the `Contributors.md` file and add your name in this format: ```md +<<<<<<< HEAD * [Your Name](https://github.com/your-username) +======= +* [bhaveshkumbhare](https://github.com/bhaveshkumbhare) +>>>>>>> 78040d1 (added my name) ``` ⚠️ Please do not edit or remove other contributors' names. diff --git a/Contributors.md b/Contributors.md index b8bdcee..4deae21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,7 +18,8 @@ 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) +* [BhaveshKumbhare](https://github.com/bhaveshkumbhare) + --- From b5da2495d1f60a7eddde3bbb80ac02c106076b21 Mon Sep 17 00:00:00 2001 From: Bhavesh Kumbhare Date: Sat, 28 Mar 2026 12:16:43 +0000 Subject: [PATCH 2/5] - --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4deae21..a6168a1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,7 +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) -* [BhaveshKumbhare](https://github.com/bhaveshkumbhare) +- [BhaveshKumbhare](https://github.com/bhaveshkumbhare) From 337cb8dbd1e22afab50fdd53c4afd8c375461fdd Mon Sep 17 00:00:00 2001 From: Bhavesh Kumbhare Date: Sat, 28 Mar 2026 12:39:38 +0000 Subject: [PATCH 3/5] changed - --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a6168a1..4deae21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,7 +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) -- [BhaveshKumbhare](https://github.com/bhaveshkumbhare) +* [BhaveshKumbhare](https://github.com/bhaveshkumbhare) From a9f69dec3886c304eed0d4b1ce1b38755640467e Mon Sep 17 00:00:00 2001 From: Bhavesh Kumbhare Date: Sat, 28 Mar 2026 12:41:04 +0000 Subject: [PATCH 4/5] Add Your Name to contributors list --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba84e93..eb227ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,11 +40,11 @@ git checkout -b add-your-name Open the `Contributors.md` file and add your name in this format: ```md -<<<<<<< HEAD -* [Your Name](https://github.com/your-username) + + ======= -* [bhaveshkumbhare](https://github.com/bhaveshkumbhare) ->>>>>>> 78040d1 (added my name) +* [Bhaveshkumbhare](https://github.com/bhaveshkumbhare) + ``` ⚠️ Please do not edit or remove other contributors' names. From 194fdbbc61fcd5adab98b789e1d60eab5e91ee17 Mon Sep 17 00:00:00 2001 From: Naheel Muhammed Date: Sat, 28 Mar 2026 19:55:27 +0530 Subject: [PATCH 5/5] Update CONTRIBUTING.md to clarify contributor format Removed unnecessary formatting and example contributor. --- CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb227ee..3220628 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,10 +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) ```