Skip to content
Open
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
12 changes: 11 additions & 1 deletion data/contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2622,6 +2622,15 @@ const contributors = [
github: "https://github.com/s-shemmee",
gender: "Female",
},
{
name : "Gourav Yadav",
branch : "B.tech Cse",
college : "VITB",
year : 2026, //Year of Pass Out
linkedin : "https://www.linkedin.com/in/gourav-yadavvit/",
github : "https://github.com/Gauravdevlo/",
gender : "male"
},
{
name: "Satvik Manchanda",
branch: "B.Tech Computer Science and Engineering",
Expand Down Expand Up @@ -2679,7 +2688,8 @@ contributors.unshift(
linkedin: "https://www.linkedin.com/in/debmalyasen1/",
github: "https://github.com/debmalya37",
gender: "male",
}
},

);

export default contributors;