From 6610040dc91d1de6ef09ce22df8339d3f10d248c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonella=20Mu=C3=B1oz?= Date: Thu, 26 Mar 2026 14:19:45 +0000 Subject: [PATCH 1/2] add antonellamunoz1989 --- contributors/antonellamunoz1989.html | 42 ++++++++++++++++++++++++++++ scripts/contributors.js | 1 + 2 files changed, 43 insertions(+) create mode 100644 contributors/antonellamunoz1989.html diff --git a/contributors/antonellamunoz1989.html b/contributors/antonellamunoz1989.html new file mode 100644 index 00000000..dc0244ac --- /dev/null +++ b/contributors/antonellamunoz1989.html @@ -0,0 +1,42 @@ +
+

Antonella Muñoz

+

Maintains first contributions

+

Programming languages I use

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

Tools I use

+
+ + +
+
+ diff --git a/scripts/contributors.js b/scripts/contributors.js index a090a27a..e5b093c1 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,4 +1,5 @@ const contributorFiles = [ + "antonellamunoz1989.html", "roshanjossey.html", "gokultp.html", ]; From d28ec65735e2650e30d7302e37992e3e315a2e84 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 26 Mar 2026 15:08:48 +0000 Subject: [PATCH 2/2] 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 e5b093c1..a090a27a 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,5 +1,4 @@ const contributorFiles = [ - "antonellamunoz1989.html", "roshanjossey.html", "gokultp.html", ];