From 0b105281d9350096e5fcd092e7810c3990903cfa Mon Sep 17 00:00:00 2001 From: khushi Date: Wed, 17 Dec 2025 22:44:43 +0530 Subject: [PATCH 1/3] add khushishorey.html to contributors.js --- contributors/khushishorey.html | 42 ++++++++++++++++++++++++++++++++++ scripts/contributors.js | 1 + 2 files changed, 43 insertions(+) create mode 100644 contributors/khushishorey.html diff --git a/contributors/khushishorey.html b/contributors/khushishorey.html new file mode 100644 index 00000000..1f9d587d --- /dev/null +++ b/contributors/khushishorey.html @@ -0,0 +1,42 @@ +
+

Khushi Shorey

+

Hey everyone! I'm Khushi Shorey, a passionate student and learner from India. Always look forward to learning new ideas and technologies.

+

Programming languages I use

+
+
+ Python +
+
+ JavaScript +
+
+ +

Tools I use

+
+ + +
+
+ diff --git a/scripts/contributors.js b/scripts/contributors.js index a090a27a..833939fc 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,4 +1,5 @@ const contributorFiles = [ + "khushishorey.html", "roshanjossey.html", "gokultp.html", ]; From 6310f0dae85017da959014e430aa027509b78963 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 17 Dec 2025 17:15:32 +0000 Subject: [PATCH 2/3] Revert changes to scripts/contributors.js [skip ci] --- scripts/contributors.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/contributors.js b/scripts/contributors.js index 833939fc..a090a27a 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,5 +1,4 @@ const contributorFiles = [ - "khushishorey.html", "roshanjossey.html", "gokultp.html", ]; From e14dc8ef75594293de81bd2af329bfadb4fde8c1 Mon Sep 17 00:00:00 2001 From: khushi Date: Wed, 17 Dec 2025 22:54:12 +0530 Subject: [PATCH 3/3] revert changes to scripts --- scripts/contributors.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/contributors.js b/scripts/contributors.js index 833939fc..a090a27a 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,5 +1,4 @@ const contributorFiles = [ - "khushishorey.html", "roshanjossey.html", "gokultp.html", ];