From 9611ddb5d6cf8bac070d27a2b20696e98dba0051 Mon Sep 17 00:00:00 2001 From: Rudra ranjan Mohanty Date: Wed, 29 Oct 2025 19:33:50 +0530 Subject: [PATCH] Added my data --- Contributors.md | 1 + data/contributors.js | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index defdfeaf..9decb8fe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -214,3 +214,4 @@ - [sunlianyu](https://github.com/7y-9) - [Sumit Sharma](https://github.com/sumit-sharma-02) - [Debmalya Sen](https://github.com/debmalya37) +- [Rudra Ranjan Mohanty](https://github.com/Rudra113) diff --git a/data/contributors.js b/data/contributors.js index f695fc04..55c57acc 100644 --- a/data/contributors.js +++ b/data/contributors.js @@ -2622,7 +2622,7 @@ const contributors = [ github: "https://github.com/s-shemmee", gender: "Female", }, - { + { name: "Satvik Manchanda", branch: "B.Tech Computer Science and Engineering", college: "SRM University", @@ -2679,7 +2679,15 @@ contributors.unshift( linkedin: "https://www.linkedin.com/in/debmalyasen1/", github: "https://github.com/debmalya37", gender: "male", - } + }, { + name: "Rudra Ranjan Mohanty", + branch: "Science", + college: "CBSH", + year: 2025, + linkedin: "https://www.instagram.com/ru__d__ra__071/?hl=en", + github: "https://github.com/Rudra113", + gender: "Male", +} ); export default contributors;