From fc9cff73ce8246df64cc2ebda3d7b12398644595 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 23 Mar 2026 11:53:22 -0500 Subject: [PATCH] Add Peter to contributors list Added my details to data/contributors.js and Contributors.md as per the contribution guide. Co-Authored-By: Claude Opus 4.6 (1M context) --- Contributors.md | 1 + data/contributors.js | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Contributors.md b/Contributors.md index defdfeaf..db502e6e 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) +- [Peter](https://github.com/inoovador) diff --git a/data/contributors.js b/data/contributors.js index f695fc04..c2f19dc2 100644 --- a/data/contributors.js +++ b/data/contributors.js @@ -2679,6 +2679,15 @@ contributors.unshift( linkedin: "https://www.linkedin.com/in/debmalyasen1/", github: "https://github.com/debmalya37", gender: "male", + }, + { + name: "Peter", + branch: "Computer Science", + college: "Self-taught Full-Stack Developer", + year: 2026, + linkedin: "https://www.linkedin.com/in/inoovador/", + github: "https://github.com/inoovador", + gender: "Male", } );