From 5d1990ed76f8f968cdf32d543b68888d42b2b477 Mon Sep 17 00:00:00 2001 From: Raman Bajpai Date: Sun, 22 Sep 2024 10:28:49 +0530 Subject: [PATCH] Added my data --- Contributors.md | 1 + ...ibutors.js_4e17d95f1f0553632ced04d5ba6ae392.prob | 1 + data/contributors.js | 13 +++++++++++-- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 data/.cph/.contributors.js_4e17d95f1f0553632ced04d5ba6ae392.prob diff --git a/Contributors.md b/Contributors.md index defdfeaf..def79b1f 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) +- [Raman Bajpai](https://github.com/ramanbajpai7) diff --git a/data/.cph/.contributors.js_4e17d95f1f0553632ced04d5ba6ae392.prob b/data/.cph/.contributors.js_4e17d95f1f0553632ced04d5ba6ae392.prob new file mode 100644 index 00000000..ae828439 --- /dev/null +++ b/data/.cph/.contributors.js_4e17d95f1f0553632ced04d5ba6ae392.prob @@ -0,0 +1 @@ +{"name":"Local: contributors","url":"c:\\Users\\Raman Bajpai\\first-contribution\\data\\contributors.js","tests":[{"id":1726979186947,"input":"","output":""}],"interactive":false,"memoryLimit":1024,"timeLimit":3000,"srcPath":"c:\\Users\\Raman Bajpai\\first-contribution\\data\\contributors.js","group":"local","local":true} \ No newline at end of file diff --git a/data/contributors.js b/data/contributors.js index f695fc04..f1d908f5 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", @@ -2630,7 +2630,7 @@ const contributors = [ linkedin: "https://www.linkedin.com/in/satvik-manchanda-418a13243/", github: "https://github.com/Satvik1769", gender: "Male", - } + }, ]; // Don't add any data to this contributors.unshift part Add data above this ⬆️ @@ -2679,6 +2679,15 @@ contributors.unshift( linkedin: "https://www.linkedin.com/in/debmalyasen1/", github: "https://github.com/debmalya37", gender: "male", + }, + { + name: "Raman Bajpai", + branch: "Mechanical Engineering", + college: "ABESEC", + year: 2024, + linkedin: "https://www.linkedin.com/in/raman-bajpai-b498a61b8/", + github: "https://github.com/ramanbajpai7", + gender: "male", } );