From ea377cc90b6d0e0c2ef75a021aea94dda48b7eef Mon Sep 17 00:00:00 2001 From: BlackCorpDev Date: Sun, 12 Jul 2026 21:32:23 +0300 Subject: [PATCH 1/2] Add BullLazy contributor card --- contributors/BullLazy.html | 86 ++++++++++++++++++++++++++++++++++++++ scripts/contributors.js | 3 +- scripts/generate-cards.sh | 0 3 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 contributors/BullLazy.html mode change 100644 => 100755 scripts/generate-cards.sh diff --git a/contributors/BullLazy.html b/contributors/BullLazy.html new file mode 100644 index 00000000..2e1d8c42 --- /dev/null +++ b/contributors/BullLazy.html @@ -0,0 +1,86 @@ +
+

BullLazy

+ +

+ Self-taught developer from Türkiye. I enjoy building CLI tools, automation + projects, and contributing to open source. Currently focused on Python, + backend development, and cybersecurity. +

+ +

Programming languages I use

+
+
+ Python +
+
+ TypeScript +
+
+ JavaScript +
+
+ C +
+
+ +

Tools I use

+
+ Python + Git + GitHub + Linux + Bash + Docker + VS Code +
+
+ + diff --git a/scripts/contributors.js b/scripts/contributors.js index a090a27a..996ec1b8 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,4 +1,3 @@ const contributorFiles = [ - "roshanjossey.html", - "gokultp.html", + "BullLazy.html", // add your file name here ]; diff --git a/scripts/generate-cards.sh b/scripts/generate-cards.sh old mode 100644 new mode 100755 From b519b18a628b841c51632f315b72927db6534fbe Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 12 Jul 2026 18:37:43 +0000 Subject: [PATCH 2/2] Revert changes to scripts/contributors.js [skip ci] --- scripts/contributors.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/contributors.js b/scripts/contributors.js index 996ec1b8..a090a27a 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,3 +1,4 @@ const contributorFiles = [ - "BullLazy.html", // add your file name here + "roshanjossey.html", + "gokultp.html", ];