Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added my data #719

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
@@ -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}
13 changes: 11 additions & 2 deletions data/contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2622,15 +2622,15 @@ const contributors = [
github: "https://github.com/s-shemmee",
gender: "Female",
},
{
{
name: "Satvik Manchanda",
branch: "B.Tech Computer Science and Engineering",
college: "SRM University",
year: 2025, //Year of Pass Out
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 ⬆️
Expand Down Expand Up @@ -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",
}
);

Expand Down