From 80aef5d81ea948cf737b05046a5806284998de5f Mon Sep 17 00:00:00 2001 From: Janzen Go Date: Fri, 14 Feb 2025 16:21:06 +0800 Subject: [PATCH 001/333] Fixed Filipino translation --- docs/translations/README.fil.md | 84 ++++++++++++++++----------------- 1 file changed, 41 insertions(+), 43 deletions(-) diff --git a/docs/translations/README.fil.md b/docs/translations/README.fil.md index e4b18c7b..326ea04d 100644 --- a/docs/translations/README.fil.md +++ b/docs/translations/README.fil.md @@ -6,126 +6,124 @@ # Mga Unang Kontribusyon -Nilalayon ng proyektong ito na gawing simple at gabayan ang paraan ng paggawa ng mga nagsisimula sa kanilang unang kontribusyon. Kung gusto mong gawin ang iyong unang kontribusyon, sundin ang mga hakbang sa ibaba. +Makakatulong ang proyektong ito na gawing mas simple at magsilbing gabay sa paggawa ng mga gustong magbigay ng kanilang unang kontribusyon. Kung gusto magkaroon ng unang kontribusyon, sundin ang mga hakbang sa ibaba. -_Kung hindi ka komportable sa command line, [narito ang mga tutorial gamit ang GUI tool.](#tutorials-using-other-tools)_ +_Kung hindi ka komportable sa paggamit ng command line, [narito ang mga tutorial gamit ang GUI tool.](#tutorials-using-other-tools)_ fork this repository -#### Kung wala kang git sa iyong makina, [i-install ito](https://docs.github.com/en/get-started/quickstart/set-up-git). +#### Kung wala kang Git sa iyong computer, [i-install ito](https://docs.github.com/en/get-started/quickstart/set-up-git). -## I-fork ang repositoryong ito +## I-fork ang repository ito -I-fork ang repository na ito sa pamamagitan ng pag-click sa fork button sa tuktok ng page na ito. -Gagawa ito ng kopya ng repositoryong ito sa iyong account. +I-fork ang repository na ito sa pamamagitan ng pag-click sa _fork button_ sa kanang itaas ng page na ito. +Gagawa ito ng kopya ng _repository_ sa iyong _account_. -## I-clone ang repositoryo +## I-clone ang _repository_ clone this repository -Ngayon i-clone ang forked repository sa iyong makina. Pumunta sa iyong GitHub account, buksan ang forked repository, i-click ang code button at pagkatapos ay i-click ang _copy to clipboard_ icon. +Ngayon, i-clone ang _forked repository_ sa iyong _computer_. Pumunta sa iyong _GitHub account_, buksan ang _forked repository_, i-click ang _code button_ at pagkatapos ay i-click ang _copy to clipboard_ icon. Magbukas ng terminal at patakbuhin ang sumusunod na git command: ``` -git clone "url na kinopya mo lang" +git clone "url na kakakopya mo lang" ``` -kung saan ang "url na kinopya mo lang" (nang walang mga panipi) ay ang url sa repositoryong ito (ang iyong tinidor ng proyektong ito). Tingnan ang mga nakaraang hakbang para makuha ang url. +ang "url na kakakopya mo lang" (tanggalin ang "") ay ang url ng iyong _forked repository_.Tingnan ang mga nakaraang hakbang para makuha ang url. copy URL to clipboard Halimbawa: ``` -git clone https://github.com/this-is-you/first-contributions.git +git clone https://github.com/username/first-contributions.git ``` -kung saan ang `this-is-you` ay ang iyong GitHub username. Dito mo kinokopya ang mga nilalaman ng repositoryo ng mga unang kontribusyon sa GitHub sa iyong computer. +ang `username` ay ang iyong GitHub username. Dito mo napunta ang mga laman ng kinopya mong _repository_ ng mga unang kontribusyon sa GitHub sa iyong _computer_. -## Gumawa ng sangay +## Gumawa ng _branch_ -Baguhin sa direktoryo ng repositoryo sa iyong computer (kung wala ka pa roon): +Pumunta sa _directory_ ng _repository_ sa iyong _computer_ (kung wala ka pa roon, i-type ito sa _terminal_): ``` cd first-contributions ``` -Ngayon lumikha ng isang sangay gamit ang utos na `git switch`: +Ngayon, gumawa ng isang _branch_ gamit ang _command_ na `git switch`: ``` -git switch -c your-new-branch-name +git switch -c pangalan-ng-branch ``` Halimbawa: ``` -git switch -c add-alonzo-church +git switch -c add-juan-delacruz ``` -## Gumawa ng mga kinakailangang pagbabago at gawin ang mga pagbabagong iyon +## Ilagay ang mga gusto mong baguhin sa _repository_ -Ngayon buksan ang `Contributors.md` file sa isang text editor, idagdag ang iyong pangalan dito. Huwag idagdag ito sa simula o dulo ng file. Ilagay ito kahit saan sa pagitan. Ngayon, i-save ang file. +Ngayon, buksan ang `Contributors.md` _file_ sa isang _text editor_ at idagdag ang iyong pangalan (maaari mong gayahin na lang ang gawa ng iba). Iwasang ilagay ito sa pinaka-simula o dulo ng _file_. Ilagay ito kahit saan sa gitna ng _file_. I-save ang _file_ kapag nailagay na. git status -Kung pupunta ka sa direktoryo ng proyekto at isagawa ang command na `git status`, makikita mong may mga pagbabago. +Kung pupunta ka sa _directory_ ng proyekto at i-type ang _command_ na `git status`, makikita mo yung mga nabago mo sa `Contributors.md`. -Idagdag ang mga pagbabagong iyon sa sangay na nilikha mo lamang gamit ang utos na `git add`: +Idagdag ang mga _file_ na nabago mo sa _branch_ na ginawa mo kanina gamit ang _command_ na `git add`: ``` git add Contributors.md ``` -Ngayon gawin ang mga pagbabagong iyon gamit ang utos na `git commit`: +I-commit ang mga _files_ na iyon gamit ang _command_ na `git commit`: ``` -git commit -m "Add your-name to Contributors list" +git commit -m "Add iyong-pangalan to Contributors list" ``` -Ngayon gawin ang mga pagbabagong iyon gamit ang utos na `git commit`: +## I-push ang mga _files_ na _nabago_ sa GitHub -## I-push ang mga pagbabago sa GitHub - -Itulak ang iyong mga pagbabago gamit ang command na `git push`: +I-push ang mga nabago mong _files_ gamit ang command na `git push`: ``` -git push -u origin your-branch-name +git push -u origin pangalan-ng-branch ``` -pinapalitan ang `your-branch-name` ng pangalan ng branch na ginawa mo kanina. +Ang `pangalan-ng-branch` ay pangalan ng branch na ginawa mo kanina.
- Kung nakakakuha ka ng anumang mga error habang nagtutulak, mag-click dito: + Kung nagkaroon ng error habang nag-pupush, i-click ito: - ### Error sa Pagpapatunay -
remote: Inalis ang suporta para sa pagpapatotoo ng password noong Agosto 13, 2021. Mangyaring gumamit na lang ng personal na access token.
-  remote: Pakitingnan ang https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ para sa karagdagang impormasyon.
-  nakamamatay: Nabigo ang pagpapatotoo para sa 'https://github.com//first-contributions.git/'
- Pumunta sa [tutorial ng GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) sa pagbuo at pag-configure ng SSH key sa iyong account. +
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+    remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+    fatal: Authentication failed for 'https://github.com//first-contributions.git/'
+ Pumunta sa [tutorial ng GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) sa paggawa at pag-configure ng SSH key sa iyong account.
-## Isumite ang iyong mga pagbabago para sa pagsusuri +## I-submit ang mga binago mo para mareview -Kung pupunta ka sa iyong repository sa GitHub, makakakita ka ng button na `Ihambing at hilahin ang kahilingan. I-click ang button na iyon. +Kung pupunta ka sa iyong _forked repository_ sa GitHub, makikita mo yung button na `Compare & pull request`. I-click mo iyon. create a pull request -Ngayon isumite ang kahilingan sa paghila. +Ngayon, baguhin ang ilang _checkboxes_ sa _description textarea_, at i-submit ang _pull request_. submit pull request -Sa lalong madaling panahon, pagsasamahin ko ang lahat ng iyong mga pagbabago sa pangunahing sangay ng proyektong ito. Makakatanggap ka ng email ng notification kapag napagsama na ang mga pagbabago. +Ime-merge ko ang lahat ng mga nabago mo sa _main branch_ ng proyektong ito. Makakatanggap ka ng _email notification_ kapag na-merge ko na ito. -## Saan pupunta mula dito? +## Saan na pagkatapos? -Congrats! Nakumpleto mo lang ang karaniwang _fork -> clone -> edit -> pull request_ workflow na madalas mong makaharap bilang isang contributor! +Congrats! Nakumpleto mo lang ang karaniwang _fork -> clone -> edit -> pull request_ workflow na madalas mong gagamitin bilang isang _contributor_! -Ipagdiwang ang iyong kontribusyon at ibahagi ito sa iyong mga kaibigan at tagasubaybay sa pamamagitan ng pagpunta sa [web app](https://firstcontributions.github.io/#social-share). +Ipakita ang iyong kontribusyon sa iyong mga kaibigan at tagasubaybay at magpunta sa [web app](https://firstcontributions.github.io/#social-share). -Maaari kang sumali sa aming slack team kung kailangan mo ng anumang tulong o may anumang mga katanungan. [Sumali sa slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). +Pwede ka ring sumali sa aming slack team kung kailangan mo ng anumang tulong o may anumang mga katanungan. [Sumali sa slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). -Ngayon simulan na natin ang pag-aambag sa iba pang mga proyekto. Nag-compile kami ng isang listahan ng mga proyekto na may mga madaling isyu na maaari mong simulan. Tingnan ang [listahan ng mga proyekto sa web app](https://firstcontributions.github.io/#project-list). +Ngayon, pwede ka nang gumawa ng kontribusyon sa iba pang mga proyekto! Gumawa kami ng isang listahan ng mga proyekto na may mga madadaling gawing _issues_ na pwede mong gawin. Tingnan ang [listahan ng mga proyekto sa web app](https://firstcontributions.github.io/#project-list). ### [Karagdagang materyal](additional-material/git_workflow_scenarios/additional-material.md) From 343ed15f270d0d0bc91e64c62ed30654cebb49d8 Mon Sep 17 00:00:00 2001 From: Janzen Go Date: Fri, 14 Feb 2025 16:34:38 +0800 Subject: [PATCH 002/333] Removed slack link --- docs/translations/README.fil.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/translations/README.fil.md b/docs/translations/README.fil.md index 326ea04d..83db9d68 100644 --- a/docs/translations/README.fil.md +++ b/docs/translations/README.fil.md @@ -121,8 +121,6 @@ Congrats! Nakumpleto mo lang ang karaniwang _fork -> clone -> edit -> pull reque Ipakita ang iyong kontribusyon sa iyong mga kaibigan at tagasubaybay at magpunta sa [web app](https://firstcontributions.github.io/#social-share). -Pwede ka ring sumali sa aming slack team kung kailangan mo ng anumang tulong o may anumang mga katanungan. [Sumali sa slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Ngayon, pwede ka nang gumawa ng kontribusyon sa iba pang mga proyekto! Gumawa kami ng isang listahan ng mga proyekto na may mga madadaling gawing _issues_ na pwede mong gawin. Tingnan ang [listahan ng mga proyekto sa web app](https://firstcontributions.github.io/#project-list). ### [Karagdagang materyal](additional-material/git_workflow_scenarios/additional-material.md) From b43d59aa29773dbcb0390055f543ea77c76e2691 Mon Sep 17 00:00:00 2001 From: ragnor Date: Wed, 19 Feb 2025 11:30:53 -0500 Subject: [PATCH 003/333] I just translate the existing document it'll help to my tamil folks --- ...ontribute-to-open-source-projects-tamil.md | 94 +++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 docs/how-to-contribute-to-open-source-projects-tamil.md diff --git a/docs/how-to-contribute-to-open-source-projects-tamil.md b/docs/how-to-contribute-to-open-source-projects-tamil.md new file mode 100644 index 00000000..5bf2051d --- /dev/null +++ b/docs/how-to-contribute-to-open-source-projects-tamil.md @@ -0,0 +1,94 @@ +# ஓபன் சோர்ஸிற்குப் பயனளிக்க எப்படி: ஒரு விரிவான வழிகாட்டி (குவிகட்டிய தொடக்கத்திற்காக) + +**TL;DR** - நீங்கள் ஓபன் சோர்ஸ் திட்டத்தில் உங்கள் முதல் புல் ரிக்வஸ்டை செய்ய விரும்பினால், [Readme](https://github.com/firstcontributions/first-contributions) லுள்ள வழிமுறைகளைப் பின்பற்றுங்கள். நான் ஒரு சிறிய பிழையை திருத்தும் பங்களிப்பை என் முதல் பங்களிப்பாகச் செய்கிறேன். + +ஓபன் சோர்ஸிற்குப் பயனளிப்பது ஒரு மென்பொருள் டெவலப்பராக வளரவும், உங்கள் போர்ட்ஃபோலியோவை உருவாக்கவும், சமூகத்திற்குப் பங்களிக்கவும் சிறந்த வழிகளில் ஒன்றாகும். நீங்கள் அனுபவம் வாய்ந்த நிரலாளராக இருந்தாலும், அல்லது புதியதாக இருந்தாலும், ஓபன் சோர்ஸ் உங்களுக்கு நிறைய கற்றல், இணைப்பு, மற்றும் தாக்கம் செலுத்தும் வாய்ப்புகளை வழங்குகிறது. + +இந்த வழிகாட்டியில், சரியான திட்டத்தைத் தேர்ந்தெடுப்பதிலிருந்து உங்கள் முதல் பங்களிப்பைச் செய்வது வரை, ஓபன் சோர்ஸில் பங்களிப்பதற்கான அனைத்து முக்கிய விஷயங்களையும் ஆராய்வோம். + +--- + +## ஏன் ஓபன் சோர்ஸில் பங்களிக்க வேண்டும்? + +"எப்படி" என்பதைப் பார்க்கும் முன், "ஏன்" என்பதை ஆராய்வோம். ஓபன் சோர்ஸில் பங்களிப்பது பல நன்மைகளை வழங்குகிறது: + +- **திறமைகளை மேம்படுத்துதல்** – உண்மையான புரொஜெக்ட் கோடுகளைப் பார்க்க வாய்ப்பு கிடைக்கும், எங்கேயும் சேர முடியாத அனுபவம் கிடைக்கும். +- **போர்ட்ஃபோலியோ உருவாக்கம்** – பிரபலமான ஓபன் சோர்ஸ் திட்டங்களில் பங்களிப்பது உங்கள் ரெஸ்யூமேயை மெருகூட்டும். +- **நெட்வொர்க்கிங்** – உலகளாவிய டெவலப்பர்களுடன் இணைவது, புதிய விஷயங்களைப் பழகுவது. +- **சமூகத்திற்குப் பங்களிக்க** – நாம் தினமும் பயன்படுத்தும் மென்பொருள்களுக்கு உதவிக்கரம் நீட்டும் வாய்ப்பு. +- **வேலை வாய்ப்புகள்** – ஓபன் சோர்ஸ் அனுபவம் கொண்டவர்களை பல நிறுவனங்கள் விரும்பி பணியமர்த்துகின்றன. + +--- + +## ஓபன் சோர்ஸில் பங்களிக்க எப்படி தொடங்கலாம்? + +### 1. சரியான திட்டத்தைத் தேர்ந்தெடுங்கள் + +உங்களுக்குப் பொருத்தமான திட்டத்தை கண்டுபிடிப்பது முக்கியம். இதைப் பற்றிச் சில வழிகள்: + +- **GitHub-ஐ ஆராயுங்கள்** – ["good-first-issue"](https://github.com/search?q=label%3Agood-first-issue) போன்ற தொடக்க நபர்களுக்கான குறிச்சொற்களைப் பயன்படுத்தி தேடுங்கள். +- **ஓபன் சோர்ஸ் நிகழ்ச்சிகளைப் பின்பற்றுங்கள்** – Google Summer of Code, Hacktoberfest போன்றவை சிறந்த தொடக்க புள்ளிகள். +- **உங்களுக்குப் பழக்கமான கருவிகளைத் தேர்வு செய்யுங்கள்** – நீங்கள் பயன்படுத்தும் புத்தகங்கள், libraries, frameworks ஆகியவற்றில் பங்களிக்கலாம். + +--- + +### 2. திட்டத்தைப் புரிந்துகொள்ளுங்கள் + +பங்களிக்க முன்பாக, திட்டத்தை முழுமையாகப் புரிந்துகொள்ள முயற்சி செய்யுங்கள்: + +- **README மற்றும் வழிமுறைகளை வாசிக்கவும்** – பங்களிப்பு வழிகாட்டி, கோட்பாடு (code of conduct) போன்றவற்றைப் பாருங்கள். +- **கோட்பணியை ஆராயுங்கள்** – கோப்புகளின் அமைப்பு, கோடிங் ஸ்டைல் போன்றவற்றை அறிந்து கொள்ளுங்கள். +- **சமூகத்தில் ஈடுபடுங்கள்** – Forums, Slack, Discord போன்ற இடங்களில் கலந்துரையாடுங்கள். + +--- + +### 3. சிறிய பங்களிப்புகளுடன் தொடங்குங்கள் + +முதலில் எளிதான விடயங்களில் பங்களிக்கலாம்: + +- **பிழைகளை சரிசெய்யுங்கள்** – "good-first-issue" அல்லது "beginner-friendly" போன்ற குறிச்சொற்களைப் பயன்படுத்தி சரிபாருங்கள். +- **ஆவணங்களை மேம்படுத்துங்கள்** – Documentation முக்கியமான பங்களிப்பு வழியாக இருக்கலாம். +- **Unit Testing எழுதுங்கள்** – Code coverage அதிகரிக்க இது உதவும். + +--- + +### 4. சிறந்த நடைமுறைகளைப் பின்பற்றுங்கள் + +ஒரு நிரல்பாக பங்களிக்கும்போது, திட்ட விதிமுறைகளைப் பின்பற்றுங்கள்: + +- **Fork & Clone செய்யுங்கள்** – உங்கள் கணக்கில் repository-ஐ fork செய்து, அதை local க்கு clone செய்யுங்கள். +- **Branch-ஐ உருவாக்குங்கள்** – தனியான branch-ல் வேலை செய்யுங்கள். +- **சுத்தமான கோட்களை எழுதுங்கள்** – திட்டத்திற்கேற்ப coding style-ஐ பின்பற்றுங்கள். +- **Test செய்யுங்கள்** – உங்கள் மாற்றங்கள் ஏதாவது பிரச்சனை ஏற்படுத்துகிறதா என்று சரிபாருங்கள். +- **Pull Request (PR) சமர்ப்பியுங்கள்** – PR-க்கு சரியான விளக்கம், issue reference, மற்றும் தயார் இருக்கும் மனப்பான்மை ஆகியவற்றுடன் சமர்ப்பியுங்கள். + +--- + +## ஓபன் சோர்ஸில் வெற்றி பெற சில குறிப்புகள் + +✅ **தெளிவாக தொடர்புகொள்ளுங்கள்** – கேள்விகள் கேளுங்கள், புல்ல ரிக்வஸ்டுக்கு மறுமொழி கொடுப்பவர்களுக்கு நன்றி சொல்லுங்கள். +✅ **தொடர்ச்சியாக பங்களியுங்கள்** – சிறிய சிறிய பங்களிப்புகள் கூட பெரிய தாக்கத்தை ஏற்படுத்தும். +✅ **விமர்சனத்திலிருந்து கற்றுக்கொள்ளுங்கள்** – Code review மூலம் மேம்படுங்கள். +✅ **மற்றவர்களுக்கு உதவுங்கள்** – புல்ல ரிக்வஸ்டுகளை மதிப்பாய்வு செய்யுங்கள், புதியவர்களை வழிநடத்துங்கள். + +--- + +## பொதுவான சவால்கள் & அதை சமாளிக்க வழிகள் + +❌ **Imposter Syndrome (நான் போதுமான திறமையுள்ளவரா? 🤔)** +➡️ எல்லோருக்கும் இது வரும். சிறிய பங்களிப்புகளாலும் பெரிய தாக்கத்தை ஏற்படுத்தலாம். + +❌ **நேரம் இல்லாமை** +➡️ ஒரு வாரத்திற்கும் 30 நிமிடங்கள் செலுத்தினாலும், நீங்கள் மெல்ல வளர முடியும். + +❌ **பெரிய கோட்பணியை புரிந்துகொள்வது கடினம்** +➡️ டாக்குமென்டேஷனை வாசியுங்கள், ஒரு பிரிவில் கவனம் செலுத்துங்கள், Debugging tool-களை பயன்படுத்துங்கள். + +--- + +## முடிவுரை + +ஓபன் சோர்ஸில் பங்களிப்பது வளர்ச்சிக்கு மிக நல்ல வழியாகும். சிறிய செயல்களில் தொடங்குங்கள், தொடர்ந்து பங்களியுங்கள், சமூகத்தில் ஈடுபடுங்கள். ஒவ்வொரு பங்களிப்பும் ஓபன் சோர்ஸை மேம்படுத்த உதவுகிறது. + +🚀 **தொடங்க தயார்?** +உங்களுக்கு பிடித்த திட்டத்தை தேடுங்கள், உங்கள் முதல் பங்களிப்பைச் செய்யுங்கள், மற்றும் உலகளாவிய ஓபன் சோர்ஸ் இயக்கத்தில் சேருங்கள்! 🎉 From 49624270afbb8cb45bf0cc865c72bf449ea83e1c Mon Sep 17 00:00:00 2001 From: ragnor Date: Wed, 19 Feb 2025 12:38:05 -0500 Subject: [PATCH 004/333] my first contribution and thanks for your support guys --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9445c086..af04b468 100644 --- a/Contributors.md +++ b/Contributors.md @@ -430,6 +430,7 @@ Sugan - [LinaAitIder](https://github.com/LinaAitIder) - **Second Contribution Here!** - [Himanshu Singh Aswal](https://github.com/LAWSA07) - [Danielle-Higgins](https://github.com/Danielle-Higgins) +- [saravanan](https://github.com/saravanan27-learner) - ** first contribution ** - [Goodness Jakaza Chauke](https://github.com/Jakaza) HEllo everyone - [Ye Lin Ko](https://github.com/yelinko20) - [Devan Parekh](https://github.com/devpar) From db2f76896ec4c3c14e90396db3cbce6ece034c82 Mon Sep 17 00:00:00 2001 From: Raxmatullox Date: Tue, 18 Mar 2025 13:26:01 +0500 Subject: [PATCH 005/333] Errors in the existing documents for the Uzbek language have been corrected --- Contributors.md | 2 +- docs/translations/README.uz.md | 28 +++++++++++++--------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Contributors.md b/Contributors.md index 7552e054..97f70fcb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1211,4 +1211,4 @@ - [Raju Das] (https://github.com/Rajudas94) - [Aaron Sung] (https://github.com/aaronsung) - [CaioXyZ] (https://github.com/caioreis29974/) - +- [Rahmatulloh Ibrohim] (https://github.com/raxmatulloxswe/) diff --git a/docs/translations/README.uz.md b/docs/translations/README.uz.md index 57afb874..047dc7ec 100644 --- a/docs/translations/README.uz.md +++ b/docs/translations/README.uz.md @@ -5,7 +5,7 @@ # Birinchi hissalar -Ushbu loyiha yangi boshlanuvchilarning birinchi hissasini qo'shish usullarini soddalashtirish va yo'naltirishga qaratilgan. Agar siz birinchi hissangizni qo'shmoqchi bo'lsangiz, quyidagi amallarni bajaring. +Ushbu loyiha yangi boshlanuvchilarning birinchi hissasini(Contribution) qo'shish usullarini soddalashtirish va yo'naltirishga qaratilgan. Agar siz birinchi hissangizni qo'shmoqchi bo'lsangiz, quyidagi amallarni bajaring. _Agar buyruq satri sizga mos bo'lmasa, [Bu erda GUI vositalaridan foydalanib amalga oshirishga oid darsliklari mavjud](#boshqa-vositalardan-foydalanish-uchun-qollanmalar)_ @@ -17,7 +17,7 @@ _Agar buyruq satri sizga mos bo'lmasa, [Bu erda GUI vositalaridan foydalanib ama ## Bu repositoryni fork qilib oling Bu repositoryni ushbu sahifaning yuqorisidagi fork tugmasini bosish orqali fork qilib oling. -Bu akkountingizda ushbu repositoryning nusxasini yaratadi. +Bu hisobingizda ushbu repositoryning nusxasini yaratadi. ## Bu repositoryni klon qilib oling @@ -28,10 +28,10 @@ Endi fork qilingan repositoryni kompyuteringizga klon qiling. GitHub akkountingi Terminalni oching va quyidagi git buyruqlarini yurg'izing: ```bash -git clone "siz horizgina ko'chirib olgan url" +git clone "siz hozirgina ko'chirib olgan url" ``` -bu yerda "siz horizgina ko'chirib olgan url" (qo'shtirnoqlarsiz) ushbu repositoryning (siz fork qilingan proyekt) 'URL'idir. URLni olish uchun oldingi bosqichlarni ko'ring. +bu yerda "siz hozirgina ko'chirib olgan url" (qo'shtirnoqlarsiz) ushbu repositoryning (siz fork qilingan proyekt) 'URL'idir. URLni olish uchun oldingi bosqichlarni ko'ring. urlni klipboardga ko'chiring @@ -41,7 +41,7 @@ Misol uchun: git clone https://github.com/bu-siz/first-contributions.git ``` -bu yerdagi `bu-siz` sizning Github akkount nomingiz (username). Bu yerda Githubdagi first-contributions repositorysining kontentlarini kompyuteringizga +bu yerdagi `bu-siz` sizning Github hisobingiz nomi (username). Bu yerda Githubdagi first-contributions repositorysining kontentlarini kompyuteringizga ko'chiryapsiz. ## Branch yaratish @@ -61,16 +61,16 @@ git switch -c yangi-branch-nomingiz Misol uchun: ```bash -git switch -c add-aliml92 +git switch -c new_branch # yangi branch ``` -## Kerakli o'zgarishlarni qiling va bu o'zgarishlarni commit qiling +## O'zgartirishlar kiriting va commit yarating! Endi matn muharririda `Contributors.md` faylini oching, unga ismingizni qo'shing. Uni faylning boshiga yoki oxiriga qo'shmang. Uni istalgan o'rta qismga qo'shing. Endi faylni saqlang. git status -Agar proyekt papkasiga o'tsangiz va `git status` buyrug'ini yurg'izsangiz, o'zgarishlar borligini ko'rasiz. +Agar proyekt papkasiga o'tsangiz va `git status` buyrug'ini ishga tushirsangiz, o'zgarishlar borligini ko'rasiz. `git add` buyrug'i yordamida hosil qilgan branchingizga o'zgarishlarni qo'shing: @@ -81,7 +81,7 @@ git add Contributors.md Endi `git commit` buyrug'i yordamida bu o'zgarishlarni commit qiling: ```bash -git commit -m "Contributors royxatiga ismingiz-ni kiritish" +git commit -m "Contributors ro'yxatiga ismingiz-ni kiritish" ``` `ismingiz-` ni o'rniga o'zingizni ismingizni yozing. @@ -90,11 +90,9 @@ git commit -m "Contributors royxatiga ismingiz-ni kiritish" `git push` buyrug'i bilan o'zgartishlaringizni push qiling: ```bash -git push origin -u yangi-branch-nomingiz +git push origin -u new_branch # siz yaratgan yangi branch ``` -albatta, `yangi-branch-nomingiz` ni biroz oldin yaratgan branch nomiga almashtirgan holda. -
Push qilish vaqtida biror xatolarni ko'rsangiz, bu yerni bosing @@ -111,11 +109,11 @@ Akkountingizga SSH kalit yaratish va konfiguratsiya qilish uchun [GitHub qo'llan ## O'zgartirishlaringizni ko'rib chiqilishi uchun topshirish -Agar Githubdagi repositoryingizga o'tsangiz, `Compare & pull request` tugmasini ko'rasiz. O'sha tugmani bosing. +Agar Githubdagi repositoryingizga o'tsangiz, `Compare & pull request` tugmasini ko'rasiz. Shu tugma ustiga bosing!. pull request hosil qilish -Endi pull requestni submit qiling. +Endi Pull Requestni submit qiling. pull request submit qilish @@ -123,7 +121,7 @@ Tez orada men sizning barcha o'zgarishlaringizni ushbu proyektning main branchig ## Bu yerdan qayerga borish? -Tabriklayman! Siz horizgina contributor sifatida tez-tez uchraydigan standard ish ketma-ketligi ya'ni _fork -> clone -> edit -> pull request_ ni tamonladingiz. +Tabriklayman! Siz hozirgina contributor sifatida tez-tez uchraydigan standard ish ketma-ketligi ya'ni _fork -> clone -> edit -> pull request_ ni tamonladingiz. Hissangizni nishonlang va [web app](https://firstcontributions.github.io/#social-share)ga o'tish orqali do'stlaringizga va ergashuvchilaringizga ulashing. From 4d94dcb3c03036e9814b81bd782bc7d2ada6da39 Mon Sep 17 00:00:00 2001 From: Rahul Shaw Date: Sat, 21 Jun 2025 15:30:17 +0530 Subject: [PATCH 006/333] Rahul Added Things a non Programmer can do.ja.md --- .../Things a non Programmer can do.ja.md | 124 ++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 docs/additional-material/Things a non Programmer can do.ja.md diff --git a/docs/additional-material/Things a non Programmer can do.ja.md b/docs/additional-material/Things a non Programmer can do.ja.md new file mode 100644 index 00000000..3169be8c --- /dev/null +++ b/docs/additional-material/Things a non Programmer can do.ja.md @@ -0,0 +1,124 @@ +プログラマーでなくてもできること +聞くことから始めよう + +オープンソースはすべて、他の人々を巻き込むことです。 +あなたはチームに加わろうとしており、それにはコミュニティとその仕組みを理解する必要があります。 +プロジェクトに参加して「こんにちは、このプロジェクトにはこうしたほうがいいと思います」と言うのは、通常あまり歓迎されません。 +一部のプロジェクトではそのようなアプローチを歓迎するかもしれませんが、長く続いているプロジェクトでは、その考え方はあまり受け入れられません。 +プロジェクトのニーズを理解するには、まず聞くことが最も重要です。 + +1. メーリングリストに参加する + +多くのプロジェクトでは、メーリングリストが開発に関する主なコミュニケーション手段となっています。 +大規模なプロジェクトには、複数のメーリングリストがあります。 +たとえば、PostgreSQLプロジェクトには、少なくとも12のユーザー向けリストと6つの開発者リストがあります。 +主要なユーザー向けと開発者向けリストをフォローし、まずは「聞くこと」から始めましょう。 +2. ブログをフォローする + +主要な開発者が運営しているブログでは、今後のリリースや現在進行中の作業についての情報が得られます。 +Planetサイトは、関連する複数のニュースソースやブログ投稿を一か所でまとめて表示します。 +たとえば planet.gnome.org や planet.mysql.com のようなサイトがそうです。 +Googleで「Planet <プロジェクト名>」と検索してみましょう。 + +3. IRCチャンネルに参加する + +多くのオープンソースプロジェクトにはIRC(インターネットリレーチャット)チャンネルがあり、開発者やユーザーが問題や開発について話し合っています。 +プロジェクトのWebサイトで、チャンネル名や使用しているIRCネットワークを確認しましょう。 +チケットを使った作業 + +コードはオープンソースプロジェクトの中心ですが、貢献方法はそれだけではありません。 +コードの周囲のシステムの保守は、新機能の追加やバグ修正の際に見過ごされがちです。 +こうした分野に関わることは、プロジェクトへの入り口となります。 +多くのプロジェクトには、公開されているトラブルチケットシステムがあり、公式Webサイトのトップページやドキュメントからリンクされています。 +これはユーザーと開発者間の主なコミュニケーション手段です。これを最新に保つことは、大きな貢献となります。 +一部の操作には特別な権限が必要ですが、多くのプロジェクトリーダーは喜んで協力してくれます。 + +4. バグの診断 + +バグはしばしば不正確に報告されます。 +バグを診断して説明することは、開発者が問題の原因を特定する助けになります。 +たとえば「Xをしたときにソフトが動かない」と報告された場合、再現できるか確認しましょう。 +特定のブラウザでのみ発生するのか、特定のディストリビューションでのみ発生するのかを絞り込むことが重要です。 +原因が分からなくても、可能な限り情報を絞り込むことで他の人が修正しやすくなります。 +見つけたことはすべてチケットに記録しましょう。 + +5. 修正されたバグを閉じる + +バグがコードで修正されても、チケットが更新されていないことがあります。 +このような「ごみ」を掃除するのは時間がかかりますが、プロジェクト全体にとっては非常に重要です。 +1年以上前のチケットを検索し、バグがまだ存在するか確認してください。 +リリースの変更ログを確認し、修正されたことが明らかであればチケットを閉じてください。 +バグが再現できなければそれを記録し、閉じます。再現できれば、続けてオープンにしておきます。 +コードを使った作業 + +経験レベルに関係なく、誰でもコードで貢献できます。 +貢献するために天才である必要はありません。 +コードの修正を行う場合は、そのプロジェクトがどのようにコードを受け入れているか確認してください。 +各プロジェクトには独自のワークフローがあります。 +たとえば PostgreSQL ではパッチをメーリングリストに送る厳格なルールがありますが、Parrot のようなプロジェクトではもっと簡単です。 +GitHubを使用している場合は、Pull Requestを通じて貢献できます。 +修正時は、既存のコードスタイルに従い、責任あるメンバーとして行動してください。 + +6. ベータ版やリリース候補版をテストする + +さまざまな環境で動作するソフトウェアには、移植性に関する問題が多く存在します。 +リリース前にベータ版やRC版が公開された際は、異なる環境でのテストが期待されます。 +あなたもその一員となり、自分の環境でビルド・実行・テストをして、動作報告を送りましょう。 + +7. バグを修正する + +これはコードに貢献したい人のための一般的な方法です。 +チケットシステムから興味のあるバグを探し、修正に挑戦してください。 +テストが必要であれば、それも追加しましょう。 +修正できなかった場合でも、調査内容を記録することが次の人の助けになります。 + +8. テストを書く + +ほとんどのプロジェクトにはテストスイートがありますが、十分にカバーされていないこともあります。 +テストカバレッジツールを使用して未カバー部分を探し、そこに対するテストを追加しましょう。 + +9. コンパイラ警告を修正する + +多くのC系プロジェクトでは、ビルド時に警告が出ます。 +それらの多くは深刻な問題ではありませんが、見た目が悪く、重要な警告を埋もれさせてしまうことがあります。 +警告を解消するためのコード変更は、プロジェクトにとって役立ちます。 + +10. コメントを追加する + +コードを読む中で混乱する箇所があれば、他の人も同じように困る可能性があります。 +そこにコメントを追加し、パッチとして提出しましょう。 +ドキュメントで貢献する + +ドキュメントはしばしば軽視されがちであり、経験者の視点で書かれていることが多いため、初心者にはわかりにくいことがあります。 +新しい視点から欠点を見つけ、改善することができます。 + +11. 使用例を作成する + +どんなプロジェクトでも、How-toの使用例は歓迎されます。 +API、GUIアプリ、CLIツールなど、実用的な例を作りましょう。 +セットアップ手順のスクリーンショットを追加するのも良いアイデアです。 +コミュニティとの関わり方 + +オープンソースはコードだけではありません。コミュニティこそがそれを支える柱です。 + +12. 質問に答える + +他人を助けることは、コミュニティを強くする最高の方法です。 +特に初心者の質問に親切に答えることで、活発な参加者が増え、プロジェクトの将来が明るくなります。 + +13. ブログ投稿を書く + +使っているソフトウェアに関して、経験や問題・解決策を書いてください。 +他のユーザーが同様の問題に直面したとき、あなたのブログが役立つかもしれません。 +また、将来そのソフトを使って職探しをする際の実績としても使えます。 + +14. Webサイトを改善する + +もしWebデザインのスキルがあれば、プロジェクトのWebサイトを改善することで貢献できます。 +新しいロゴやバナー、レイアウトの改善など、あなたのスキルが生かされる場面は多くあります。 + +最も重要なのは、周囲の人々がどんな話をしているのか、耳を傾けることです。 +必要なものに気づき、積極的に提案・行動することで、大きなインパクトを残すことができます。 + +たとえば、Parrotの開発者がTracからGitHubへチケットを移行するか議論していた際、 +「コンバーターを書きましょうか?」と申し出たことで、450以上のチケットを失わずに済み、大きな成功となりました。 \ No newline at end of file From cd882ccfce91d931359b8ca1830f20406ec8e3ff Mon Sep 17 00:00:00 2001 From: Bawantha Dulara <118605430+bav-e@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:30:46 +0530 Subject: [PATCH 007/333] Add my name to Contributors.md Added Bawantha Dulara's name and GitHub profile link to the contributors list. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 223f2293..6812af06 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4311,6 +4311,7 @@ John Morgan Hello! - [Adriana Cabrera](https://github.com/adcab) Hey, I'm Adriana! - [1014laopi](https://github.com/1014laopi) - Hi, I'm wx - [Priyan Darshana](https://github.com/priyan1995) Hello Guys! I'm from Sri Lanka ✨🍁😎❤️🍔🧶👋 +- [Bawantha Dulara](https://github.com/bav-e) Hello everyone I'm from Sri Lanka, added my name Here.😁 - [Riccardo Cataldi](https://github.com/RiccardoCataldi) Hi, I'm Riccardo - [Domenico] (https://github.com/Domi2004VR) Hi, i'm Domenico - Satwika Chowdary Boppudi From 7f6b97a70a250c98e749301b85fa5d868586f667 Mon Sep 17 00:00:00 2001 From: Bawantha Dulara <118605430+bav-e@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:23:01 +0530 Subject: [PATCH 008/333] Revise Sinhala translation for README guide Improves clarity and accuracy of the Sinhala README translation for first-time contributors. Updates instructions, adds more natural language, clarifies steps, and enhances explanations for using Git and GitHub. Also updates section titles and adds helpful notes for beginners. --- docs/translations/README.si.md | 128 ++++++++++++++++++--------------- 1 file changed, 69 insertions(+), 59 deletions(-) diff --git a/docs/translations/README.si.md b/docs/translations/README.si.md index ba24b530..708226e4 100644 --- a/docs/translations/README.si.md +++ b/docs/translations/README.si.md @@ -3,126 +3,136 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) -# පළමු දායකත්වය +# පළමු දායකත්වය (First Contribution) -ආරම්භකයින්ගේ පළමු දායකත්වය ලබා දෙන ආකාරය සරල කිරීම සහ මඟ පෙන්වීම මෙම ව්‍යාපෘතියේ අරමුණයි. ඔබ ඔබේ පළමු දායකත්වය ලබා දීමට බලාපොරොත්තු වන්නේ නම්, පහත පියවර අනුගමනය කරන්න. +මේ project එකේ අරමුණ, open-source වලට අලුත් අයට, ඒ අයගේ පළමු දායකත්වය (contribution) ලබාදෙන එක සරල කරලා, ඒකට මග පෙන්වීමක් ලබා දෙන එකයි. ඔයත් ඔයාගේ පළමු contribution එක කරන්න බලාගෙන ඉන්නවා නම්, මේ පියවර අනුගමනය කරන්න. -#### *ඔබ විධාන රේඛාව (command line) සමඟ අපහසු නම්, [GUI මෙවලම් භාවිතා කරන නිබන්ධන මෙන්න.](#tutorials-using-other-tools)* +#### *Command line (terminal) එක භාවිතා කරලා මේ දේවල් කරන එක අමාරුයි වගේ නම්, [GUI මෙවලම් පාවිච්චි කරන මේ tutorials බලන්න.](#වෙනත්-මෙවලම්-සඳහා-වන-මාර්ගෝපදේශ)* -මෙම ගබඩාව fork කරන්න +**සටහන:** ඔයාගේ computer එකේ git install කරලා නැත්නම්, මුලින්ම [මේ link එකෙන් ගිහින් install කරගන්න](https://docs.github.com/en/get-started/quickstart/set-up-git). -ඔබේ පරිගණකයේ git නොමැති නම්, [ස්ථාපනය කරන්න](https://help.github.com/articles/set-up-git/). +## 1. මේ Repository එක Fork කරගන්න -## මෙම ගබඩාව fork කිරීම +මෙම repository එක fork කරන්න -පිටුවේ ඉහළින් ඇති fork බොත්තම ක්ලික් කිරීමෙන් මෙය කළ හැකිය. මෙය ඔබගේ ගිණුමේ -පිටපතක් සාදනු ඇත. +මේ පිටුවේ උඩ දකුණු පැත්තේ තියෙන 'Fork' button එක click කරන්න. එතකොට මේ repository එකේ copy එකක් ඔයාගේ GitHub ගිණුමේ හැදෙයි. +## 2. Fork කරගත්තු Repository එක Clone කරගන්න -## මෙම ගබඩාව clone කරන්න +මෙම repository එක clone කරන්න -මෙම ගබඩාව clone කරන්න +දැන් ඔයා fork කරගත්ත repository එක ඔයාගේ computer එකට clone කරගන්න ඕන. ඒකට, ඔයාගේ GitHub ගිණුමට යන්න. Fork කරගත්ත repository එක open කරලා, 'Code' button එක click කරලා, එන URL එක copy කරගන්න. -දැන් ඔබේ පරිගණකට fork කරපු repository ය ක්ලෝන කරන්න. ඔබට ඔබගේ GitHub ගිණුමට ගොස් fork කරපු repository විවෘත කර clone බොත්තම ක්ලික් කර එය පසුරු පුවරුවට (clipboard) පිටපත් කිරීමෙන් මෙය කළ හැක. +URL එක clipboard එකට copy කරගන්න -*terminal* හෝ *command prompt* විවෘත කර පහත git විධානය ක්‍රියාත්මක කරන්න: +දැන් ඔයාගේ computer එකේ terminal (command prompt) එක open කරලා, මේ git command එක run කරන්න: -``` -git clone "ඔබ පිටපත් කළ url එක" +```bash +git clone "ඔයා දැන් copy කරගත්තු url එක" ``` -මෙහි "ඔබ පිටපත් කළ url එක" (උපුටා දැක්වීම් ලකුණු නොමැතිව) මෙම ගබඩාවේ url එක වේ (මෙම ව්යාපෘතියේ ඔබේ දෙබල (fork) ). url එක ලබා ගැනීමට පෙර පියවර බලන්න. +"ඔයා දැන් copy කරගත්තු url එක" කියන තැනට (කමාන්ඩ් එකේදී උඩු කොමා දාන්නේ නැතුව) ඔයාගේ forked repository එකේ URL එක දාන්න. -copy URL to clipboard +උදාහරණයක් විදියට: - -උදාහරණ වශයෙන්: - -``` -git clone https://github.com/මෙය-ඔබයි/first-contributions.git +```bash +git clone git@github.com:this-is-you/first-contributions.git ``` -මෙහි `මෙය ඔබයි` යනු GitHub පරිශීලක නාමයයි. මෙය ඔබගේ GitHub ගිණුමේ first-contributions repository පිටපතක් සෑදීමට ඔබට ඉඩ සලසයි. +`this-is-you` කියන තැනට ඔයාගේ GitHub username එක එන්න ඕන. මේ command එකෙන් කරන්නේ, *first-contributions repository* එකේ අන්තර්ගතය ඔයාගේ computer එකට copy කරන එකයි. -## ශාඛාවක් නිර්මාණය කිරීම +## 3. අලුත් Branch එකක් හදන්න -ඔබේ පරිගණකයේ ගබඩා නාමාවලියට වෙනස් කරන්න (ඔබ දැනටමත් එහි නොමැති නම්): +Terminal එකේ ඉඳන් ඔයා දැන් clone කරගත්ත repository එකේ folder එකට යන්න (ඔයා දැනටමත් ඒක ඇතුලේ නෙවෙයි නම්): -``` +```bash cd first-contributions ``` +දැන්, ඔයාගේ වෙනස්කම් ටික කරන්න අලුත් branch එකක් හදන්න `git switch` command එක run කරන්න: -දැන් `git checkout` විධානය භාවිතා කරමින් ශාඛාවක් සාදන්න: - -``` -git checkout -b <ඔබගේ-නව-ශාඛාවේ-නම> +```bash +git switch -c ඔයාගේ-අලුත්-branch-එකේ-නම ``` -උදාහරණ වශයෙන්: +උදාහරණයක් විදියට: -``` -git checkout -b add-luke-oliff +```bash +git switch -c add-kasun-perera ``` -(ශාඛාවේ නමට *add* එකතු කිරීම අවශ්‍ය නොවේ, නමුත් එය සාධාරණ දෙයකි, මන්ද මෙම ශාඛාවේ අරමුණ ඔබේ නම ලැයිස්තුවකට එකතු කිරීමයි.) +
+ git switch භාවිතා කරන විට error එකක් ආවොත්, මෙතන click කරන්න: -## අවශ්‍ය වෙනස්කම් සිදු කර commit කරන්න +"Git: `switch` is not a git command. See `git –help`" වගේ error පණිවිඩයක් ආවොත්, ඒකට හේතුව වෙන්න පුළුවන් ඔයා git වල පරණ version එකක් use කරන එක. -දැන් Contributors.md ගොනුව පෙළ සංස්කාරකයක විවෘත කරන්න, එයට ඔබේ නම එක් කරන්න. ගොනුවේ ආරම්භයේ හෝ අවසානයේ එය එකතු නොකරන්න. එය අතර මැද ඕනෑම තැනකට එකතු කරන්න. දැන්, ගොනුව save කරන්න. +ඒ වගේ වෙලාවක, `git switch` වෙනුවට `git checkout` command එක use කරලා බලන්න: + +```bash +git checkout -b your-new-branch-name +``` + +
+ + +*(Branch එකේ නමට `add-` වගේ කෑල්ලක් එකතු කරන එක අනිවාර්ය නැහැ. ඒත්, අපි මේ branch එකෙන් කරන්නේ නමක් එකතු කරන එක නිසා, ඒ වගේ නමක් දාන එක හොඳ පුරුද්දක්.)* + +## 4. අවශ්‍ය වෙනස්කම් කරලා Commit කරන්න git status -ඔබ ව්‍යාපෘති නාමාවලිය වෙත ගොස් git status විධානය ක්‍රියාත්මක කළහොත්, වෙනස්කම් ඇති බව ඔබට පෙනෙනු ඇත. +දැන් `Contributors.md` file එක ඔයා කැමති text editor එකකින් (උදා: VS Code, Notepad) open කරලා, ඔයාගේ නම ඒකට එකතු කරන්න. File එකේ මුලටම හරි අගටම හරි නම දාන්න එපා. මැද හරියට කොතනට හරි දාන්න. දැන් file එක save කරන්න. -`git add` විධානය භාවිතයෙන් ඔබ දැන් නිර්මාණය කළ ශාඛාවට එම වෙනස්කම් එක් කරන්න: +ඔයා project folder එකේ terminal එකට ගිහින් `git status` කියලා type කලොත්, ඔයා කරපු වෙනස්කම් ටික පෙන්නයි. -``` +ඒ වෙනස්කම් ටික ඔයා හදපු අලුත් branch එකට add කරන්න `git add` command එක run කරන්න: + +```bash git add Contributors.md ``` -දැන් `git commit` විධානය භාවිතා කර එම වෙනස්කම් සිදු කරන්න: +දැන්, `git commit` command එකෙන් මේ වෙනස්කම් ටික commit කරන්න: -``` -git commit -m "Add <ඔයාගේ_නම> to Contributors list" +```bash +git commit -m "Add your-name to Contributors list" ``` -`<ඔබේ_නම>` වෙනුවට ඔබේ නම ඇතුල් කරන්න. +your-name` කියන තැනට ඔයාගේ නම දාන්න. -## GitHub වෙත වෙනස්කම් තල්ලු කරන්න +## 5. වෙනස්කම් ටික GitHub වලට Push කරන්න -`git push` විධානය භාවිතයෙන් ඔබගේ වෙනස්කම් තල්ලු කරන්න: -``` -git push origin -u <ඔබගේ-නව-ශාඛාවේ-නම> +ඔයා කරපු වෙනස්කම් ටික GitHub එකට push (upload) කරන්න `git push` command එක run කරන්න: + +```bash +git push -u origin ඔයාගේ-branch-එකේ-නම ``` -`<ඔබගේ-නව-ශාඛාවේ-නම>` ඔබ කලින් නිර්මාණය කළ නම සමඟ ශාඛාව ප්රතිස්ථාපනය කරන්න. +ඔයාගේ-branch-එකේ-නම` කියන තැනට ඔයා කලින් හදපු branch එකේ නම දාන්න. -## සමාලෝචනය සඳහා ඔබේ වෙනස්කම් ඉදිරිපත් කරන්න +## 6. ඔයාගේ වෙනස්කම් Pull Request එකක් ලෙස යවන්න +pull request එකක් හදන්න -ඔබ GitHub හි ඔබගේ ගබඩාවට ගියහොත්, ඔබට `Compare & pull request` බොත්තමක් පෙනෙනු ඇත. එම බොත්තම මත ක්ලික් කරන්න. +ඔයාගේ GitHub ගිණුමේ තියෙන repository එකට ගියාම, ඔයාට `'Compare & pull request'` කියලා button එකක් පෙනෙයි. ඒක click කරන්න. -create a pull request +pull request එක submit කරන්න -දැන් pull request ඉදිරිපත් කරන්න. +දැන් ඔයාගේ pull request එක submit කරන්න. -submit pull request - -මම ළඟදීම ඔබේ සියලු වෙනස්කම් මෙම ව්‍යාපෘතියේ ප්‍රධාන ශාඛාවට ඒකාබද්ධ කරමි. වෙනස්කම් ඒකාබද්ධ කළ පසු ඔබට දැනුම්දීමේ Email පණිවිඩයක් ලැබෙනු ඇත. +ඉක්මනින්ම මම ඔයාගේ වෙනස්කම් ටික මේ project එකේ ප්‍රධාන (main) branch එකට merge කරන්නම්. ඒක merge කරාට පස්සේ ඔයාට notification email එකක් එයි. ## මෙතැන් සිට කොහේ යන්නද? -සුභ පැතුම්! ඔබ දායකයෙකු ලෙස සම්මත 'fork -> clone -> edit -> pull request' කාර්ය ප්‍රවාහය ඔබ සම්පුර්ණ කර ඇත! +සුභ පැතුම්! Open-source contributor කෙනෙක් විදියට ඔයා නිතරම භාවිතා කරන **fork -> clone -> edit -> pull request** කියන සම්පූර්ණ ක්‍රියාවලියම ඔයා දැන් සාර්ථකව අවසන් කරලා තියෙන්නේ! -ඔබේ දායකත්වය සහ ඔබේ මිතුරන් සහ අනුගාමිකයින් සමඟ සමරන්න [web app](https://firstcontributions.github.io/#social-share) ගිහින් share කරන්න. +ඔයාගේ මේ පළමු දායකත්වය සමරන්න, ඒ වගේම යාළුවොත් එක්ක share කරගන්න [web app](https://firstcontributions.github.io/#social-share) එකට යන්න. -ඔබට කිසියම් උදව්වක් අවශ්‍ය නම් හෝ කිසියම් ප්‍රශ්නයක් ඇත්නම් ඔබට අපගේ slack කණ්ඩායමට සම්බන්ධ විය හැකිය. [අපගේ slack කණ්ඩායමට එක්වන්න](https://join.slack.com/t/firstcontributors/shared_invite/zt-kpbyrmkk-JDkRtchcvRvQ0qK4iPmyvA).. +තවත් පුහුණුවක් ලබන්න කැමති නම්, [code contributions](https://github.com/roshanjossey/code-contributions) බලන්න. -දැන් අපි ඔබට වෙනත් ව්‍යාපෘති සඳහා දායක වීම ආරම්භ කරමු. ඔබට ආරම්භ කළ හැකි පහසු ගැටළු සහිත ව්‍යාපෘති ලැයිස්තුවක් අපි සම්පාදනය කර ඇත්තෙමු. පරීක්ෂා කරන්න [web app ව්‍යාපෘති ලැයිස්තුව](https://firstcontributions.github.io/#project-list). +දැන් ඔයාට වෙනත් projects වලටත් contribute කරන්න පටන්ගන්න උදව් කරමු. අපි ඔයාට පටන් ගන්නම ලේසි issues (ගැටළු) තියෙන projects ලැයිස්තුවක් හදලා තියෙනවා. [Web app එකෙන් ඒ projects ලැයිස්තුව බලන්න](https://firstcontributions.github.io/#project-list). ### [අතිරේක සම්පත්](../additional-material/git_workflow_scenarios/additional-material.md) -## වෙනත් මෙවලම් භාවිතා කරන නිබන්ධන +## වෙනත් මෙවලම් සඳහා වන මාර්ගෝපදේශ | GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | From 91a2e1de813c9c72d3d1832b6312be2ac623de13 Mon Sep 17 00:00:00 2001 From: Kostiantyn Semenenko Date: Sun, 29 Jun 2025 23:00:42 +0100 Subject: [PATCH 009/333] Add ukrainian translation for git bash windows tutorial --- Contributors.md | 1 + .../Ukrainian/git-bash-windows-tutorial.ua.md | 142 ++++++++++++++++++ 2 files changed, 143 insertions(+) create mode 100644 docs/cli-tool-tutorials/translations/Ukrainian/git-bash-windows-tutorial.ua.md diff --git a/Contributors.md b/Contributors.md index ed0a4f5e..94ff745d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1222,6 +1222,7 @@ e-Jo - [Harini R.](https://github.com/rharini1423) - [Thomas Moody](https://github.com/tjmoody) - [Jacob Nickerson](https://github.com/jacobnickerson) +- [Kostiantyn Semenenko](https://github.com/NureSemenenkoKostiantyn) - [Akshitha Ramesh](https://github.com/akshitha2903) - [Matheus Cavalcanti](https://github.com/matheusscavalcanti) - [Samuel Rahul J](https://github.com/SamuelJ70) diff --git a/docs/cli-tool-tutorials/translations/Ukrainian/git-bash-windows-tutorial.ua.md b/docs/cli-tool-tutorials/translations/Ukrainian/git-bash-windows-tutorial.ua.md new file mode 100644 index 00000000..dbcd5c70 --- /dev/null +++ b/docs/cli-tool-tutorials/translations/Ukrainian/git-bash-windows-tutorial.ua.md @@ -0,0 +1,142 @@ +[![Любов до Open Source](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) +[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) +[![Ліцензія: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +[![Помічники Open Source](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) + +# Перші внески + +| Git Bash | Версія з Git Bash | +| ------------------------------------------------------------------------------------------------------------------ | ----------------- | + +Це складно. Завжди складно робити щось уперше. Особливо, коли ви працюєте у команді — помилятися завжди некомфортно. Але open source — це саме про співпрацю та командну роботу. Ми хотіли спростити спосіб, у який новачки в open-source навчаються та роблять свій перший внесок. + +Читати статті й дивитися відеоуроки корисно, але немає нічого кращого, ніж спробувати на практиці без ризику щось зіпсувати. Цей проєкт має на меті зробити зрозумілий посібник і спростити спосіб, у який новачки роблять свій перший внесок. Пам’ятайте: чим спокійніше вам, тим краще ви навчаєтесь. Якщо ви хочете зробити свій перший внесок — просто дотримуйтесь інструкцій нижче. Обіцяємо — це буде весело! + +Якщо у вас немає Git Bash на Windows, [встановіть його](https://git-scm.com/download/win). + +fork this repository + +## Форкніть цей репозиторій + +Натисніть кнопку Fork у верхньому правому куті цієї сторінки. +Це створить копію репозиторію у вашому акаунті. + +## Клонуйте репозиторій + +Тепер клонуйте репозиторій на ваш комп'ютер. + +ВАЖЛИВО: НЕ КЛОНУЙТЕ ОРИГІНАЛЬНИЙ РЕПОЗИТОРІЙ. Перейдіть до вашого форку і клонуте його. + +Щоб клонувати, натисніть на "Code" і скопіюйте запропонований рядок. + +copy string + +Відкрийте програму git bash, яку ви щойно встановили. Вона має виглядати як на наступній картинці, якщо ви використовуєте операційну систему Windows. + +open git bash terminal + +Перейдіть до папки, куди хочете зберегти проєкт, використовуючи наступну команду: + +```bash +cd <папка> +``` + +cd into a folder + +Вставте скопійований раніше рядок і виконайте команду клонування: + +```bash +git clone +``` + +clone the repository + +Перейдіть у директорію репозиторію та відкрийте його у VS Code для редагування. + +cd into the newly cloned repo + +## Створіть гілку (branch) + +Використайте наступну просту команду для створення гілки. Ця команда не тільки створює нову гілку, а також переходить на цю гілку. + +```bash +git checkout -b <назва-гілки> +``` + +Назвіть свою гілку у форматі ``, наприклад: `add-james-smith` + +create a branch + +## Зробіть необхідні зміни і зафіксуйте їх (commit) + +Відкрийте файл `Contributors.md` у текстовому редакторі, додайте ваше ім'я внизу сторінки і збережіть файл: + +Приклад: якщо ваше ім’я — James Smith, результат повинен виглядати так. + +\[James Smith](https://github.com/jamessmith) + +Перевірте зміни командою: + +```bash +git status +``` + +check the status + +Зафіксуйте ці зміни: + +Спочатку додайте зміну, яку ви зробили, до області індексації (staging area), використовуючи команду: + +```bash +git add ім'я_файлу +``` + +Потім напишіть повідомлення до коміту за допомогою цієї команди: + +```bash +git commit -m "Add <ваше-ім'я> to Contributors list" +``` + +commit changes + +Щоб перевірити історію комітів: + +```bash +git log --oneline +``` + +## Відправте зміни на GitHub + +Коли ви завершите виконання наведених вище кроків, ви можете надіслати свої зміни за допомогою цієї команди: + +```bash +git push origin <назва-гілки> +``` + +push changes + +## Надішліть запит для перевірки + +Перейдіть до вашого репозиторію на GitHub. Ви побачите кнопку "Compare & pull request". Натисніть її. + +create a pull request + +Після цього відправте pull request. + +submit pull request + +Незабаром ваші зміни буде об'єднано з основною гілкою проєкту. Ви отримаєте сповіщення електронною поштою після злиття вашої гілки з основною. + +## Що далі? + +Вітаємо! Ви щойно завершили стандартний процес: _fork -> clone -> edit -> PR_! + +Поділіться своєю участю з друзями або підпишіться на нашу спільноту [web app](https://firstcontributions.github.io#social-share). + +Приєднуйтесь до нашої Slack-групи, якщо у вас виникли питання або потрібна допомога: [Join slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +### [Додаткові матеріали](../additional-material/git_workflow_scenarios/additional-material.md) + +## Інструкції для інших інструментів + +[Повернутись на головну сторінку](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) From 5dc9db5b79cab6370c3e7c338251ed60bd7fea0b Mon Sep 17 00:00:00 2001 From: karlekvist Date: Mon, 30 Jun 2025 21:46:12 +0200 Subject: [PATCH 010/333] Added bash as format on code blocks to comply with the original README.md page. Also fixed some minor language misses. --- docs/translations/README.se.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/translations/README.se.md b/docs/translations/README.se.md index 2d1bb805..0e18acfe 100644 --- a/docs/translations/README.se.md +++ b/docs/translations/README.se.md @@ -31,7 +31,7 @@ Klona repot till din dator. Gå till ditt GitHub-konto och klicka på clone-knap Öppna en terminal och kör följande kommando: -``` +```bash git clone "url you just copied" ``` där "url you just copied" (utan citat-tecken) är URL:en för detta repo (din fork för detta projekt). Se föregående steg för att hitta URL:en. @@ -39,7 +39,7 @@ där "url you just copied" (utan citat-tecken) är URL:en för detta repo (din f copy URL to clipboard Till exempel: -``` +```bash git clone https://github.com/this-is-you/first-contributions.git ``` där `this-is-you` är ditt användarnamn på GitHub. På detta sätt kopierar du innehållet i repot till din dator. @@ -48,17 +48,17 @@ där `this-is-you` är ditt användarnamn på GitHub. På detta sätt kopierar d Gå till repo-katalogen på din dator (om du inte redan står i den katalogen): -``` +```bash cd first-contributions ``` -Nu skapar du en branch genom att använda `git checkout`-kommandot: -``` +Nu skapar du en branch genom att använda kommandot `git checkout`: +```bash git checkout -b ``` Till exempel: -``` +```bash git checkout -b mitt-tillag ``` @@ -68,17 +68,17 @@ Nu öppnar du `Contributors.md` i en text-editor och lägger till ditt namn. Lä git status -Ge kommando `git status` i projektkatalogen för att se de ändringar du gjort. +Mata in kommandot `git status` i projektkatalogen för att se de ändringar du gjort. -Lägg till dina ändringar genom att använda kommando `git add -A`: +Lägg till dina ändringar genom att använda kommando `git add`: -``` +```bash git add Contributors.md ``` Commita dina ändringar genom att använda `git commit`: -``` +```bash git commit -m "Add to Contributors list" ``` ersätt `` med ditt namn. @@ -86,7 +86,7 @@ ersätt `` med ditt namn. ## Pusha ändringar till GitHub Pusha dina ändringar genom att använda kommando `git push`: -``` +```bash git push origin ``` ersätt `` med det branch-namn du använt tidigare. From a483947f0518eae8059dc9863a74f2688b6f086d Mon Sep 17 00:00:00 2001 From: Bluefox_192 Date: Thu, 17 Jul 2025 20:09:36 +0700 Subject: [PATCH 011/333] =?UTF-8?q?fix:=20correct=20typo=20in=20README.id.?= =?UTF-8?q?md=20(Pertahatikan=20=E2=86=92=20Perhatikan)=20and=20(langkah?= =?UTF-8?q?=20-=20langkah=20->=20langkah-langkah)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/translations/README.id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.id.md b/docs/translations/README.id.md index d74eb953..34b6028b 100644 --- a/docs/translations/README.id.md +++ b/docs/translations/README.id.md @@ -5,7 +5,7 @@ # Kontribusi Pertama -Proyek ini bertujuan untuk menyederhanakan dan membimbing perjalanan seorang pemula berkontribusi di Github untuk pertama kali. Pertahatikan langkah - langkah berikut untuk memulai: +Proyek ini bertujuan untuk menyederhanakan dan membimbing perjalanan seorang pemula berkontribusi di Github untuk pertama kali. Perhatikan langkah-langkah berikut untuk memulai: #### _Jika Anda tidak terbiasa dengan baris perintah(command line), [di sini ada tutorial untuk menggunakan GUI(antarmuka bergrafis).](#Tutorial-Menggunakan-Alat-Lain)_ From 6102a52c125b3c524acc129edcfd27d550693109 Mon Sep 17 00:00:00 2001 From: Bluefox_192 Date: Thu, 17 Jul 2025 20:17:15 +0700 Subject: [PATCH 012/333] Add Bluefox192 to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d36c0dd9..7aa884c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -21,6 +21,7 @@ - [Yuvan Raj](https://github.com/YuvanRajMathan)- Happy to start my First Contribution. - [Rajeev Krishna](https://github.com/rajeevkm68) - My First Contribution - [Victor Costantini](https://github.com/vittoriocostantini) - My First Contribution +- [Bluefox192](https://github.com/Bluefox192) - My First Contribution and this is just the start of my journey!!! - [Jasdeep Chahal](https://github.com/JasdeepChahal6) - My first Contribution - [Rinsha Mol K S](https://github.com/rinshamol) - Exploring the world of open source with curiosity and code ✨ - [Yuvraj Singh](https://github.com/Yuvraj-777) - My First Contributing Looking Forward for More From India. From 8aae4dfc1d999030b3c50bd6b74fe712590307eb Mon Sep 17 00:00:00 2001 From: lelemita Date: Fri, 22 Aug 2025 15:57:59 +0900 Subject: [PATCH 013/333] Add lelemita to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bbcad2e4..03cdf2bb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2022,6 +2022,7 @@ jack - first contribution practice -[Anurath](https://github.com/ImAnurath) - [Prasanna Nage](https://github.com/Prasanna-iitb) - [Manya Goel](https://github.com/MANYAGOEL123) +- [lelemita](https://github.com/lelemita) - [Neil Irungu](https://github.com/algorithmine) - [Sarbojit Rana](https://github.com/sarbojitrana) - [John Mixon](https://github.com/mixdev2112) From bb8454695eb5b28d746bbe315c63086169b2753e Mon Sep 17 00:00:00 2001 From: lelemita Date: Fri, 22 Aug 2025 17:13:47 +0900 Subject: [PATCH 014/333] Add Korean github-cli-tutorial-ko.md --- .../github-cli-tutorial-ko.md | 109 ++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 docs/cli-tool-tutorials/github-cli-tutorial-ko.md diff --git a/docs/cli-tool-tutorials/github-cli-tutorial-ko.md b/docs/cli-tool-tutorials/github-cli-tutorial-ko.md new file mode 100644 index 00000000..ad4261bb --- /dev/null +++ b/docs/cli-tool-tutorials/github-cli-tutorial-ko.md @@ -0,0 +1,109 @@ +[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) +[](https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM) +[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +[![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) + +# 첫 기여 + +| GitHub Desktop | GitHub 명령줄 인터페이스 (CLI) | +| ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | + +이 가이드는 모든 것을 터미널로 처리하고 싶은 우리 터미널 덕후를 위한 것입니다. [Github-CLI](https://cli.github.com/)가 이를 가능하게 합니다. 첫 기여는 즐겁고, 기여를 계속 이어나갈 계기가 되어야 한다는 것을 기억하세요! + +이 가이드는 그래픽 인터페이스를 사용하지 않아서, 약간 도전적이지만, 여전히 재미있고, 따라하기 쉽습니다! + +먼저, 다음 작업이 필요합니다: + +- Git 설치 (설치방법 [git](https://git-scm.com/downloads)) +- Github 계정 + +그리고 [공식 문서](https://github.com/cli/cli#installation)를 참고하여 `github-cli`를 설치합니다. + +그 다음, 아래 명령으로 CLI에 로그인 합니다: + +```bash +gh auth login +``` + +지시사항을 따라 로그인을 하면, 준비 완료입니다! + +# 저장소 Fork 하기 + +다음 명령으로 간단히 진행합니다: + +```bash +gh repo fork firstcontributions/first-contributions +``` + +**중요: Clone 여부에 대한 질문이 나오면 "yes"를 선택하세요** + +# Branch 만들기 + +이 단계에서는 git을 사용하므로, 아래 명령에서 이름(역주: john-doe 부분)을 변경해서 사용하세요. + +```bash +git switch -c add-john-doe +``` + +# 필요한 내용을 수정하고, Commit 하기 + +이제 문서 편집기로 `Contributors.md` 파일을 열어서 수정 할 수 있습니다. 여러분의 이름을 중간 부분에 적은 후 파일을 저장하세요. + +프로젝트 디렉토리에서 `git status`를 실행하면 변경내용을 확인 할 수 있습니다. +git status + +이 변경 사항을 위에서 만든 branch에 추가 하기 위해 `git add`명령을 사용합니다: +`git add Contributors.md` + +그리고 `git commit`명령으로 추가된 변경 사항들을 branch에 commit 합니다: +`git commit -m "Add your-name to Contributors list` +명령에서 `your-name` 부분을 여러분의 이름으로 변경해서 사용하세요. + +# github에 변경 사항을 Push 하기 + +`git push` 명령으로 수정한 내용을 Push 합니다: + +``` +git push origin -u your-branch-name +``` + +위 명령에서 `your-branch-name` 부분에 위에서 만들었던 branch 이름으로 변경해서 사용하세요. + +
+ Push 과정에서 에러가 발생하면, 여기를 클릭하세요: + +- ### 인증 오류 +
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+  remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+  fatal: Authentication failed for 'https://github.com//first-contributions.git/'
+ SSH키 생성이 필요합니다. [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)를 참고하세요. + +
+ +# 검토를 받기 위해 수정한 내용을 제출 + +다음 명령으로 프로젝트 디렉토리에서 실행하여 변경사항 검토를 위한 pull request를 만들 수 있습니다: + +```bash +gh pr create --repo firstcontributions/first-contributions +``` + +그 다음 작성한 pull request를 제출하세요. + +`gh status`명령으로 pull request가 실제로 실행되는 모습을 확인할 수 있습니다. + +## 이제 무얼 할까요? + +축하합니다! 기여자로서 자주 마주하게 되는 _fork -> clone -> 수정 -> pull request_ 단계를 완료 하셨습니다! + +[web app](https://firstcontributions.github.io/#social-share)에서 여러분의 기여를 축하하고 공유하세요. + +도움이 필요하거나, 질문이 있으면 [slack에 참여하세요](https://join.slack.com/t/firstcontributors/shared_invite/zt-vchl8cde-S0KstI_jyCcGEEj7rSTQiA). + +이제 다른 프로젝트에 기여해보세요. 시작하기 쉬운 이슈가 있는 프로젝트 목록을 정리했습니다. [web app에서 목록을 확인해보세요](https://firstcontributions.github.io/#project-list). + +### [추가 자료](../additional-material/git_workflow_scenarios/additional-material.md) + +## 다른 도구에 대한 튜토리얼 + +[첫 페이지로 돌아가기](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) From d9af61a9a79120cae101a2f715eb96eb924a79f0 Mon Sep 17 00:00:00 2001 From: Muhammad Shahbaz Date: Tue, 26 Aug 2025 12:09:56 +0500 Subject: [PATCH 015/333] Translation README.mn.md in mongolian language --- docs/translations/README.mn.md | 147 +++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 docs/translations/README.mn.md diff --git a/docs/translations/README.mn.md b/docs/translations/README.mn.md new file mode 100644 index 00000000..d580cf9a --- /dev/null +++ b/docs/translations/README.mn.md @@ -0,0 +1,147 @@ + +[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) +[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +[![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) + + +# Эхний Хувь Нэмэр + +Анх удаа ямар нэг зүйл хийхэд үргэлж хэцүү байдаг. Ялангуяа хамтран ажиллаж, алдаа гаргах үед тухгүй санагддаг. Бид шинэ нээлттэй эхийн хувь нэмэр оруулагчид хэрхэн суралцаж, анхны хувь нэмрээ хийх процессыг хялбар болгохыг хүссэн. + +Өгүүллэг уншиж, бичлэг үзэх нь тус дөхөмтэй байж болох ч бодитоор нь хийж үзэхээс дээр зүйл үгүй. Энэхүү төсөл нь анхлан суралцагчдад анхны хувь нэмрээ оруулах замыг зааж өгөх, хялбарчлах зорилготой. Хэрэв та анхны хувь нэмрээ хийхийг хүсвэл доорх алхмуудыг дагаарай. + +#### *Хэрэв та командын мөр ашиглахад тухгүй байвал [энд бусад хэрэгсэл ашиглах зааврууд бий.](#Бусад-Хэрэгсэл-Ашигласан-Заавар)* + +энэ репог салаалж авах + +Хэрэв таны машин дээр git байхгүй бол [суулгана уу](https://help.github.com/articles/set-up-git/). + +## Репог салаалж авах (Fork) + +Энэ репогийн хуудасны дээд талд байрлах **Fork** товчийг дарна уу. +Ингэснээр таны GitHub бүртгэл дээр тус репогийн хуулбар үүснэ. + +## Репог клон хийх (Clone) + +энэ репог клон хийх + +Одоо энэ репог өөрийн компьютер дээрээ клон хийж авна. GitHub бүртгэл рүүгээ орж, **Clone** товчийг дараад дараа нь *copy to clipboard* тэмдгийг дарна. + +Терминал нээгээд дараах командыг ажиллуулна: + +``` + +git clone "та хуулсан url" + +``` + +Энд `"та хуулсан url"` гэдэг нь энэ төслийн таны салаалсан хувилбарын URL юм. + +URL хуулах + +Жишээ нь: + +``` + +git clone [https://github.com/taniin-ner/first-contributions.git](https://github.com/taniin-ner/first-contributions.git) + +``` + +Энд `taniin-ner` гэдэг нь таны GitHub-н хэрэглэгчийн нэр. + +## Салбар (Branch) үүсгэх + +Компьютер дээрээ тухайн репо руу орно: + +``` + +cd first-contributions + +``` + +Шинэ салбар үүсгэнэ: + +``` + +git checkout -b + +``` + +Жишээ нь: + +``` + +git checkout -b add-luke-oliff + +``` + +(*Салбарын нэр заавал `add` гэж эхлэх албагүй, гэхдээ өөрийн нэрээ нэмэх зорилготой тул ингэж нэрлэх нь ойлгомжтой.*) + +## Өөрчлөлт хийх ба commit хийх + +`Contributors.md` файлыг текст засварлагчаар нээгээд өөрийн нэрээ нэмнэ. Эхлэл эсвэл төгсгөлд бүү нэмээрэй, хаа нэгтээ дунд хэсэгт нь хийнэ. Дараа нь файлаа хадгална. + +git status + +Дараа нь терминалдаа `git status` ажиллуулбал өөрчлөлт гарсныг харуулна. + +Өөрчлөлтөө салбартаа нэмнэ: + +``` + +git add Contributors.md + +``` + +Commit хийж хадгална: + +``` + +git commit -m "Add to Contributors list" + +``` + +## Өөрчлөлтөө GitHub руу push хийх + +Дараах командаар өөрчлөлтөө push хийнэ: + +``` + +git push origin + +``` + +`` хэсэгт та өмнө үүсгэсэн салбарын нэрээ оруулна. + +## Pull Request илгээх + +GitHub дээр өөрийн репод ормогцоо **Compare & pull request** товчийг дарна. + +pull request үүсгэх + +Дараа нь pull request-ээ илгээнэ. + +pull request илгээх + +Тун удалгүй таны өөрчлөлтүүд гол (master) салбарт нэгтгэгдэх бөгөөд танд мэдэгдэл ирнэ. + +## Цааш хаашаа явах вэ? + +Баяр хүргэе! Та _fork -> clone -> edit -> PR_ гэсэн стандарт ажлын урсгалыг амжилттай хийж дуусгалаа. + +Хувь нэмрээ хийсэндээ баярлаад найзууд, дагагчидтайгаа [энэ вэб апп](https://firstcontributions.github.io/#social-share)-аар дамжуулан хуваалцаарай. + +Мөн бид анхлан суралцагчдад зориулсан хялбар асуудлуудтай төслүүдийн жагсаалтыг цуглуулсан байгаа. [Энэ вэб апп доторх төслийн жагсаалтыг](https://firstcontributions.github.io/#project-list) шалгаарай. + +### [Нэмэлт материал](../additional-material/git_workflow_scenarios/additional-material.md) + +## Бусад Хэрэгсэл Ашигласан Заавар + +| GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | +| --- | --- | --- | --- | --- | --- | +| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) | +``` + +--- + + From 550ddf8854f80c2e23efaae6221801d52a3c7cbd Mon Sep 17 00:00:00 2001 From: Muhammad Shahbaz Date: Tue, 26 Aug 2025 12:21:26 +0500 Subject: [PATCH 016/333] Add Eman fatima to contribution List --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b8da964f..b6478a43 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2183,3 +2183,4 @@ sh0uka - [Peter Li](https://github.com/kalokli8) - [Joel varghese](https://github.com/joelvarghese6) - [Chandrabali Biswas](https://github.com/cb-04) +- [Emaan Fatima](http://github.com/emaan123dev) \ No newline at end of file From 10e1d387e3a7edb55e93aef742fad4864cbf2993 Mon Sep 17 00:00:00 2001 From: Muhammad Shahbaz Date: Tue, 26 Aug 2025 13:48:30 +0500 Subject: [PATCH 017/333] Translation README.mn.md in mongolian language --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b6478a43..497f13d9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2183,4 +2183,4 @@ sh0uka - [Peter Li](https://github.com/kalokli8) - [Joel varghese](https://github.com/joelvarghese6) - [Chandrabali Biswas](https://github.com/cb-04) -- [Emaan Fatima](http://github.com/emaan123dev) \ No newline at end of file +- [Emaan Fatima](https://github.com/emaan123dev) \ No newline at end of file From ef51e8b175f318f8da12a8bd34673eb1cf114f1b Mon Sep 17 00:00:00 2001 From: Bhargov Jyoti Das Date: Mon, 15 Sep 2025 15:33:35 +0530 Subject: [PATCH 018/333] tutorial assamese translation --- docs/translations/README.assamese.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.assamese.md b/docs/translations/README.assamese.md index 946caa62..a652bb71 100644 --- a/docs/translations/README.assamese.md +++ b/docs/translations/README.assamese.md @@ -8,7 +8,7 @@ এই প্ৰকল্পই আৰম্ভণকাৰীসকলৰ বাবে প্ৰথম অৱদানটো সহজ আৰু পোষকভাৱে কৰিবলৈ সহায় কৰে। যদি আপুনি আপোনাৰ প্রথম অৱদানটো কৰিবলৈ বিচাৰে, তলত দিয়া পদক্ষেপসমূহ অনুসৰণ কৰক। -যদি আপুনি command lineৰ সৈতে আৰামদায়ক নোহোৱাঁ, GUI tools ব্যৱহাৰ কৰি ইয়াত tutorial আছে। +যদি আপুনি command lineৰ সৈতে আৰামদায়ক নোহোৱাঁ, GUI tools ব্যৱহাৰ কৰি ইয়াত টিউট’ৰিয়েল আছে। fork this repository From 631a17da443195fdf5b93eaf34b69f99a49dbc7b Mon Sep 17 00:00:00 2001 From: sohanrajgowda Date: Mon, 15 Sep 2025 21:04:23 -0500 Subject: [PATCH 019/333] my first contribution commit, I have added the kannada translation of README.MD --- ...contribute-open-source-projects-kannada.md | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 docs/how-to-contribute-open-source-projects-kannada.md diff --git a/docs/how-to-contribute-open-source-projects-kannada.md b/docs/how-to-contribute-open-source-projects-kannada.md new file mode 100644 index 00000000..0962fe66 --- /dev/null +++ b/docs/how-to-contribute-open-source-projects-kannada.md @@ -0,0 +1,64 @@ + +# ಓಪನ್ ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳಿಗೆ ಹೇಗೆ ಕೊಡುಗೆ ನೀಡುವುದು: ಆರಂಭಿಕರಿಗಾಗಿ ಸಂಪೂರ್ಣ ಮಾರ್ಗದರ್ಶಿ + +**ಸಂಕ್ಷಿಪ್ತವಾಗಿ:** ನೀವು ನಿಮ್ಮ ಮೊದಲ Pull Request ಅನ್ನು ಒಂದು ಓಪನ್‌ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗೆ ಸಲ್ಲಿಸಲು ಕಾತರರಾಗಿದ್ದರೆ, ಈ ಸೂಚನೆಗಳನ್ನು ಅನುಸರಿಸಿ: [Readme](https://github.com/firstcontributions/first-contributions) + +ಓಪನ್‌ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳಿಗೆ ಕೊಡುಗೆ ನೀಡುವುದು ಒಬ್ಬ ಪ್ರೋಗ್ರಾಮರ್ ಆಗಿ ಬೆಳೆಯಲು, ನಿಮ್ಮ ಪೋರ್ಟ್‌ಫೋಲಿಯೋವನ್ನು ನಿರ್ಮಿಸಲು ಮತ್ತು ಸಮುದಾಯಕ್ಕೆ ಹಿಂದಿರುಗಿಸಲು ಅತ್ಯುತ್ತಮ ಮಾರ್ಗಗಳಲ್ಲಿ ಒಂದು. ನೀವು ಅನುಭವಸಂಪನ್ನ ಪ್ರೋಗ್ರಾಮರ್ ಆಗಿರಲಿ ಅಥವಾ ಪ್ರಾರಂಭದಲ್ಲೇ ಇರಲಿ, ಓಪನ್‌ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳು ಕಲಿಯಲು, ಸಹಕರಿಸಲು ಮತ್ತು ಸಕಾರಾತ್ಮಕ ಪರಿಣಾಮವನ್ನುಂಟುಮಾಡಲು ಹಲವಾರು ಅವಕಾಶಗಳನ್ನು ಒದಗಿಸುತ್ತವೆ. ಈ ಮಾರ್ಗದರ್ಶಿಯಲ್ಲಿ, ಸರಿಯಾದ ಪ್ರಾಜೆಕ್ಟ್‌ನ್ನು ಹುಡುಕುವುದರಿಂದ ಹಿಡಿದು ನಿಮ್ಮ ಮೊದಲ ಕೊಡುಗೆಯನ್ನು ನೀಡುವವರೆಗಿನ ಎಲ್ಲಾ ಹಂತಗಳನ್ನು ನೋಡೋಣ. + +## ಏಕೆ ಓಪನ್‌ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳಿಗೆ ಕೊಡುಗೆ ನೀಡಬೇಕು? + +"ಹೇಗೆ" ಎಂಬುದರ ಮೊದಲು, "ಏಕೆ" ಎಂಬುದನ್ನು ತಿಳಿಯೋಣ: + +* **ಕೌಶಲ್ಯ ಅಭಿವೃದ್ಧಿ:** ನೈಜ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳ ಕೋಡ್‌ಗಳನ್ನು ನೋಡಿ ಕಲಿಯುವ ಮೂಲಕ ನಿಮ್ಮ ಪ್ರೋಗ್ರಾಮಿಂಗ್, ಡಿಬಗ್ಗಿಂಗ್ ಮತ್ತು ಸಹಕಾರದ ಕೌಶಲ್ಯಗಳು ಬೆಳೆಯುತ್ತವೆ. +* **ಪೋರ್ಟ್‌ಫೋಲಿಯೋ ನಿರ್ಮಾಣ:** ಪ್ರಸಿದ್ಧ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳಲ್ಲಿ ಕೊಡುಗೆ ನೀಡುವುದು ನಿಮ್ಮ CV ಮತ್ತು GitHub ಪ್ರೊಫೈಲ್ ಅನ್ನು ಬಲಪಡಿಸುತ್ತದೆ. +* **ನೆಟ್ವರ್ಕಿಂಗ್:** ಜಗತ್ತಿನಾದ್ಯಂತದ ಡೆವಲಪರ್‌ಗಳ ಜೊತೆ ಸಂಪರ್ಕ ಬೆಳೆಸಿ, ತಜ್ಞರಿಂದ ಕಲಿಯಿರಿ ಮತ್ತು ಸಮುದಾಯದ ಭಾಗವಾಗಿರಿ. +* **ಹಿಂದಿರುಗಿಸುವುದು:** ನಾವು ಪ್ರತಿದಿನ ಬಳಸುವ ಅನೇಕ ಸಾಫ್ಟ್‌ವೇರ್‌ಗಳ ಆಧಾರ ಓಪನ್‌ಸೋರ್ಸ್ ಆಗಿದೆ. ಕೊಡುಗೆ ನೀಡುವುದು ಧನ್ಯವಾದ ಹೇಳುವ ಮಾರ್ಗ. +* **ವೃತ್ತಿ ಅವಕಾಶಗಳು:** ಅನೇಕ ಕಂಪನಿಗಳು ಓಪನ್‌ಸೋರ್ಸ್ ಅನುಭವ ಹೊಂದಿರುವ ಡೆವಲಪರ್‌ಗಳನ್ನು ಹುಡುಕುತ್ತವೆ ಏಕೆಂದರೆ ಇದು ಪ್ರೊಆಕ್ಟಿವಿಟಿ ಮತ್ತು ತಂಡದ ಕೆಲಸವನ್ನು ತೋರಿಸುತ್ತದೆ. + +## ಹೇಗೆ ಪ್ರಾರಂಭಿಸಬೇಕು? + +### 1. ಸರಿಯಾದ ಪ್ರಾಜೆಕ್ಟ್ ಆಯ್ಕೆಮಾಡಿ + +ನಿಮ್ಮ ಆಸಕ್ತಿಗಳು ಮತ್ತು ಕೌಶಲ್ಯಗಳಿಗೆ ಹೊಂದಿಕೊಳ್ಳುವ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳನ್ನು ಆರಿಸಿ: + +* **GitHub ಅನ್ವೇಷಿಸಿ:** `good-first-issue`, `help-wanted` ಮುಂತಾದ ಲೇಬಲ್‌ಗಳಿರುವ ಟಾಸ್ಕ್‌ಗಳನ್ನು ಹುಡುಕಿ. +* **ಪ್ರೋಗ್ರಾಂಗಳಲ್ಲಿ ಭಾಗವಹಿಸಿ:** Google Summer of Code, Hacktoberfest ಮುಂತಾದವು ಉತ್ತಮ ಅವಕಾಶಗಳು. +* **ನೀವು ಬಳಸುವ ಉಪಕರಣಗಳು:** ನೀವು ಬಳಸುವ ಲೈಬ್ರರಿ ಅಥವಾ ಫ್ರೇಮ್‌ವರ್ಕ್‌ಗಳಲ್ಲಿ ಕೊಡುಗೆ ನೀಡಿ. + +### 2. ಪ್ರಾಜೆಕ್ಟ್‌ನ್ನು ಅರ್ಥಮಾಡಿಕೊಳ್ಳಿ + +* **ಡಾಕ್ಯುಮೆಂಟೇಶನ್ ಓದಿ:** README ಮತ್ತು ಕೊಡುಗೆ ಮಾರ್ಗಸೂಚಿಗಳನ್ನು ಗಮನಿಸಿ. +* **ಕೋಡ್‌ನ್ನು ಅಧ್ಯಯನ ಮಾಡಿ:** ಪ್ರಾಜೆಕ್ಟ್‌ನ ರಚನೆ ಮತ್ತು ಕೋಡಿಂಗ್ ಶೈಲಿಯನ್ನು ತಿಳಿದುಕೊಳ್ಳಿ. +* **ಸಮುದಾಯಕ್ಕೆ ಸೇರಿ:** Slack, Discord ಅಥವಾ ಫೋರಮ್‌ಗಳಲ್ಲಿ ಚರ್ಚೆಗಳಲ್ಲಿ ಭಾಗವಹಿಸಿ. + +### 3. ಚಿಕ್ಕ ಹಂತಗಳಿಂದ ಪ್ರಾರಂಭಿಸಿ + +* **ಬಗ್‌ಗಳನ್ನು ಸರಿಪಡಿಸಿ:** ಆರಂಭಿಕರಿಗೆ ಅನುಕೂಲಕರವಾದ issues ಹುಡುಕಿ. +* **ಡಾಕ್ಯುಮೆಂಟೇಶನ್ ಸುಧಾರಿಸಿ:** ಬಹಳ ಉಪಯುಕ್ತವಾದರೂ ಹೆಚ್ಚಾಗಿ ಗಮನಿಸದೆ ಬಿಡಲಾಗುತ್ತದೆ. +* **ಟೆಸ್ಟ್‌ಗಳನ್ನು ಬರೆಯಿರಿ:** ಕೋಡ್ ತಿಳಿಯಲು ಉತ್ತಮ ವಿಧಾನ. + +### 4. ಉತ್ತಮ ಅಭ್ಯಾಸಗಳನ್ನು ಅನುಸರಿಸಿ + +* **Fork ಮತ್ತು Clone ಮಾಡಿ** +* **ಪ್ರತ್ಯೇಕ branch ನಲ್ಲಿ ಕೆಲಸ ಮಾಡಿ** +* **ಸ್ವಚ್ಛ ಕೋಡ್ ಬರೆಯಿರಿ** +* **ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ಪರೀಕ್ಷಿಸಿ** +* **Pull Request ಕಳುಹಿಸಿ:** ಸ್ಪಷ್ಟ ವಿವರಣೆ ನೀಡಿ, ಸಂಬಂಧಿತ issue‌ಗಳನ್ನು ಉಲ್ಲೇಖಿಸಿ ಮತ್ತು feedback ಸ್ವೀಕರಿಸಲು ತೆರೆದಿರಲಿ. + +## ಯಶಸ್ಸಿಗೆ ಸಲಹೆಗಳು + +* **ಸಮರ್ಪಕ ಸಂವಹನ ಮಾಡಿ:** ಗೌರವಪೂರ್ವಕವಾಗಿ ವರ್ತಿಸಿ ಮತ್ತು ಸ್ಪಷ್ಟವಾಗಿ ಪ್ರಶ್ನೆ ಮಾಡಿ. +* **ಸ್ಥಿರತೆಯಿಂದಿರಿ:** ಸಣ್ಣ ಕೊಡುಗೆಗಳೂ ಸಮಯದೊಂದಿಗೆ ದೊಡ್ಡ ಪರಿಣಾಮ ಬೀರುತ್ತವೆ. +* **ಫೀಡ್ಬ್ಯಾಕ್‌ನಿಂದ ಕಲಿಯಿರಿ:** ಕೋಡ್ ರಿವ್ಯೂ ಒಳ್ಳೆಯ ಕಲಿಕೆಯ ಅವಕಾಶ. +* **ಇತರರಿಗೆ ಸಹಾಯ ಮಾಡಿ:** ನೀವು ಅನುಭವ ಹೊಂದಿದ ಮೇಲೆ ಹೊಸಬರಿಗೆ ಮಾರ್ಗದರ್ಶನ ನೀಡಿ. + +## ಸಾಮಾನ್ಯ ಸವಾಲುಗಳು ಮತ್ತು ಪರಿಹಾರಗಳು + +* **Impostor Syndrome:** ಚಿಕ್ಕ ಕೊಡುಗೆಗಳೂ ಮುಖ್ಯ. ಎಲ್ಲರೂ ಎಲ್ಲಿಂದೋ ಆರಂಭಿಸಿದ್ದಾರೆ. +* **ಸಮಯದ ಕೊರತೆ:** ಸಣ್ಣ ಟಾಸ್ಕ್‌ಗಳಿಂದ ಪ್ರಾರಂಭಿಸಿ. ವಾರಕ್ಕೆ 30 ನಿಮಿಷ ಕೂಡ ಸಾಕು. +* **ದೊಡ್ಡ ಕೋಡ್‌ಬೇಸ್‌ ಅನ್ನು ನಾವಿಗೇಟ್ ಮಾಡುವುದು:** ಒಂದೊಂದೇ ಘಟಕ concentrate ಮಾಡಿ, documentation ಓದಿ, ಪ್ರಶ್ನೆಗಳನ್ನು ಕೇಳಿ. + +## ಸಮಾರೋಪ + +ಓಪನ್‌ಸೋರ್ಸ್‌ಗೆ ಕೊಡುಗೆ ನೀಡುವುದು ವೈಯಕ್ತಿಕ ಮತ್ತು ವೃತ್ತಿಪರ ಬೆಳವಣಿಗೆಗೆ ದೊಡ್ಡ ಅವಕಾಶ. ಸಣ್ಣ ಹಂತಗಳಿಂದ ಆರಂಭಿಸಿ, ನಿಯಮಿತವಾಗಿರಿ, ಸಮುದಾಯದೊಂದಿಗೆ ಸಂವಹನ ಮಾಡಿ — ಹೀಗೆ ನಿಮ್ಮ ಕೌಶಲ್ಯಗಳನ್ನು ಬೆಳೆಸುತ್ತಾ ಪರಿಣಾಮಕಾರಿ ಕೊಡುಗೆಗಳನ್ನು ನೀಡಬಹುದು. ಪ್ರತಿಯೊಂದು ಕೊಡುಗೆಯೂ ಮಹತ್ವದ್ದೇ. ಇಂದೇ ಪ್ರಾರಂಭಿಸಿ — ನಿಮಗೆ ಇಷ್ಟವಾದ ಪ್ರಾಜೆಕ್ಟ್ ಹುಡುಕಿ, ಮೊದಲ ಕೊಡುಗೆ ನೀಡಿ ಮತ್ತು ಜಾಗತಿಕ ಓಪನ್‌ಸೋರ್ಸ್ ಚಳುವಳಿಯ ಭಾಗವಾಗಿರಿ! + From f110a880ff027817a7560efa8c052f7bd1b6bf3c Mon Sep 17 00:00:00 2001 From: Emilio Date: Fri, 19 Sep 2025 08:04:36 -0500 Subject: [PATCH 020/333] Add Emilio to list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a242ec12..4d1c89e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Omveer](https://github.com/narukaz/) +- [Emilio](https://github.com/epeguero8311) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) From 6f1ac0752f11d7d92effb4d75b7bd7cb9aa22ffe Mon Sep 17 00:00:00 2001 From: creator_lakshya Date: Sat, 20 Sep 2025 18:36:13 +0530 Subject: [PATCH 021/333] Add your-name to Contributors list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 7729599e..f1a23346 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2984,6 +2984,9 @@ DanyLeeCS [Brianna Durrant](https://github.com/BriN3r) Heyyy! [kzvang](https://github.com/kzvang) My first contribution! - Aarush Sanghi + +Hello guysss.. +I am Lakshya Sharma and making my first open source contribution [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. From c4598e519e6bb0f38bf506cc5c3e2e9398354a85 Mon Sep 17 00:00:00 2001 From: SAKETH REDDY KONDAMPALLY <113581247+sakith1729@users.noreply.github.com> Date: Sat, 20 Sep 2025 09:56:26 -0500 Subject: [PATCH 022/333] Update Contributors.md --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 8ebe3a0d..8ee6ef3d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1563,7 +1563,7 @@ Eoin O'B - [Jonas Mikosch](https://github.com/jomik101) - [Ver Argulla](https://github.com/verargulla) - [Ankith](https://github.com/ankithtn) -- [sakith](https://github.com/sakith1729) +- [saketh](https://github.com/sakith1729) - [cacawate](https://github.com/MoyyyL) - [Mr. Jakkula](https://github.com/Mr.Jakkula) - [Ravi singh](https://github.com/ravir0ushan) @@ -2996,4 +2996,4 @@ DanyLeeCS [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. - [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! [Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! -[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) \ No newline at end of file +[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) From 9135f7f24b2a1df932119af30662d355183793e8 Mon Sep 17 00:00:00 2001 From: SOHOM BHADURI Date: Sat, 20 Sep 2025 21:35:06 +0530 Subject: [PATCH 023/333] fix/bug-issue103858 'fix/bug-issue103858' --- .github/CONTRIBUTING.md | 146 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ff35351a..7c671cf2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,76 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| Gujarati | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.by.md) | []() | +| Català | [Catalan](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.cs.md) | []() | +| Danish | [Danish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fi.md) | []() | +| Français | [French](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| Gujarati | [Gujarati](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.lv.md) | []() | +| | [me](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pa.md) | []() | +| Polski | [Polish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.te.md) | []() | +| ไทย | [Thai](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From b4821aa456159b00e16e45cbdd3ed80b065789c7 Mon Sep 17 00:00:00 2001 From: SOHOM BHADURI Date: Sat, 20 Sep 2025 21:54:59 +0530 Subject: [PATCH 024/333] fix/bug-issue103858 --- .github/CONTRIBUTING.md | 149 ++++++++++++++++++++-------------------- 1 file changed, 74 insertions(+), 75 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d105105a..029d328a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,6 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -<<<<<<< HEAD | Afrikaans | [Afrikaans](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | | Albanian | [Albanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | | العربية | [Arabic](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | @@ -85,77 +84,77 @@ If you're making changes to a translation, please request a review from our prev | 中文 | [Chinese (Traditional)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | | Zulu | [Zulu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | ======= -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | ->>>>>>> upstream/main +| Afrikaans | [Afrikaans](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.by.md) | []() | +| Català | [Catalan](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.cs.md) | []() | +| Danish | [Danish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fi.md) | []() | +| Français | [French](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.lv.md) | []() | +| | [me](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pa.md) | []() | +| Polski | [Polish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.te.md) | []() | +| ไทย | [Thai](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | + From 74674be717b6d72df9bfcbef2aa02d600e60ee7f Mon Sep 17 00:00:00 2001 From: dark wolf Date: Sat, 20 Sep 2025 22:01:01 +0530 Subject: [PATCH 025/333] Fix broken translation links --- .github/CONTRIBUTING.md | 147 ++++++++++++++++++++-------------------- 1 file changed, 74 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 102644f9..7e4d6076 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,77 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](../docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](../docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](../docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](../docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](../docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](../docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](../docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](../docs/translations/README.by.md) | []() | +| Català | [Catalan](../docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](../docs/translations/README.cs.md) | []() | +| Danish | [Danish](../docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](../docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](../docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](../docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](../docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](../docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](../docs/translations/README.fi.md) | []() | +| Français | [French](../docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](../docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](../docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](../docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](../docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](../docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](../docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](../docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](../docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](../docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](../docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](../docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](../docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](../docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](../docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](../docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](../docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](../docs/translations/README.kws.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](../docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](../docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](../docs/translations/README.lv.md) | []() | +| | [me](../docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](../docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](../docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](../docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](../docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](../docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](../docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](../docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](../docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](../docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](../docs/translations/README.pb.md) | []() | +| Polski | [Polish](../docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](../docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](../docs/translations/README.pt_br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](../docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](../docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](../docs/translations/README.se.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](../docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](../docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](../docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](../docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](../docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](../docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](../docs/translations/README.te.md) | []() | +| ไทย | [Thai](../docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](../docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](../docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainia n](../docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](../docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](../docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](../docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](../docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](../docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](../docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](../docs/translations/README.zul.md) | [@zecollokaris](https://github.com/zecollokaris) []() | + From 012cc3f6ffd07a61f48c5cb9458361fe7c90fc4a Mon Sep 17 00:00:00 2001 From: Garrett Kloiber <800093101@fvtc.edu> Date: Sat, 20 Sep 2025 19:57:59 -0500 Subject: [PATCH 026/333] Added my name to the Contributors.md File --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1a12fc3a..4c617eba 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3014,4 +3014,5 @@ DanyLeeCS [Cole Starry](https://github.com/Cole-Starry) Catching up on College work. - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) -- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue \ No newline at end of file +- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue +[Garrett Kloiber](https://github.com/clonezittv) - Currently working on school work as I type this! \ No newline at end of file From 542c8d61cd14b4f4e4bb71f3183881e83692d4bc Mon Sep 17 00:00:00 2001 From: DeividiMartin Date: Sat, 20 Sep 2025 21:58:17 -0300 Subject: [PATCH 027/333] =?UTF-8?q?Adicionando=20meu=20nome=20=C3=A0=20lis?= =?UTF-8?q?ta=20de=20contribuintes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1a12fc3a..9dff0f45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3014,4 +3014,5 @@ DanyLeeCS [Cole Starry](https://github.com/Cole-Starry) Catching up on College work. - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) -- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue \ No newline at end of file +- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue +- [Deividi Martin ](https://github.com/DeividiMartin) \ No newline at end of file From a5762766e8b567133f981ae637aabe191a49ebdd Mon Sep 17 00:00:00 2001 From: Garrett Kloiber <800093101@fvtc.edu> Date: Sat, 20 Sep 2025 20:09:52 -0500 Subject: [PATCH 028/333] Fixed merging issue hopefully --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4c617eba..032f3d9b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3015,4 +3015,5 @@ DanyLeeCS - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) - [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue -[Garrett Kloiber](https://github.com/clonezittv) - Currently working on school work as I type this! \ No newline at end of file + +[Garrett Kloiber](https://github.com/clonezittv) - Currently having plenty of fun with git! \ No newline at end of file From 327af170c8040590fe9b33757b2fa85a8e90b270 Mon Sep 17 00:00:00 2001 From: creator_lakshya Date: Sun, 21 Sep 2025 08:33:10 +0530 Subject: [PATCH 029/333] adding my name in the repo --- Contributors.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index f1a23346..60575c78 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2985,13 +2985,15 @@ DanyLeeCS [kzvang](https://github.com/kzvang) My first contribution! - Aarush Sanghi -Hello guysss.. -I am Lakshya Sharma and making my first open source contribution + [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] + +Hello guysss.. +I am Lakshya Sharma and making my first open source contribution - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. - [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! From 59be9e1f34aced609bb7eb4a8fc1488f261ce4ac Mon Sep 17 00:00:00 2001 From: Iheb Hamdoun Date: Sat, 20 Sep 2025 23:29:08 -0500 Subject: [PATCH 030/333] :pushpin: First Contribution. Lets Go!! --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 80fb4e28..f5f162ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3020,4 +3020,5 @@ DanyLeeCS - [Sushean_Sharma] (https://github.com/sushean) - [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue - [Kriti D](https://github.com/Kderasadi) -- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code \ No newline at end of file +- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code +- [Iheb Hamdoun](https://github.com/IhebHamdoun) - This is my first contribution. \ No newline at end of file From bdd2862b9e8cd3dec430fb13e08b46e9d8adf3b0 Mon Sep 17 00:00:00 2001 From: ictinus0222 Date: Sun, 21 Sep 2025 18:20:42 +0530 Subject: [PATCH 031/333] Add Akhil to Contributors List --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 6caa33fe..81379d17 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors -[lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution - [Diya](https://github.com/123diya-coder) +- [Akhil](https://www.github.com/ictinus0222) started contributing to open source! +- [lalith](https://github.com/LalithSiramdasu) this is my first open source contribution +- [Diya](https://github.com/123diya-coder) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [DeAnna_Nichols] - [Toton] From ae822686c52d6232f45527f619089f5882395f10 Mon Sep 17 00:00:00 2001 From: Monu Kumar Date: Mon, 22 Sep 2025 01:38:58 +0530 Subject: [PATCH 032/333] Add My name to Contributors List --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index a4ef4ffc..9c1ae672 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,6 @@ # Contributors +- [Monu Kumar](https://github.com/monukumaar) + [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) From fd0abf1a7e16cb4bc1286dd562896a10a1e71aa4 Mon Sep 17 00:00:00 2001 From: AnishKG19 Date: Mon, 22 Sep 2025 09:31:47 +0530 Subject: [PATCH 033/333] add anish to the contributor list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 858caa43..5dfba4a4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,8 @@ - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] + +- [Anish Gupta](https://github.com/AnishKG19) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From ad85aab37f4c8928c134f4db4566434f71904170 Mon Sep 17 00:00:00 2001 From: AjaySmarc <164642098+AjaySmarc@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:18:25 +0530 Subject: [PATCH 034/333] Add Ajay Mudettula to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c685725f..c8ae8aa5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3057,4 +3057,5 @@ DanyLeeCS [Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. --[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... \ No newline at end of file +-[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... +- [Ajay Mudettula](https://github.com/AjaySmarc) - Lets Connect 😇 ! \ No newline at end of file From f59b48b1f861355d591a5a28aec8e22ddaf117ea Mon Sep 17 00:00:00 2001 From: AjaySmarc <164642098+AjaySmarc@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:39:10 +0530 Subject: [PATCH 035/333] added ajaymudettula to Contributors.md --- Contributors.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Contributors.md b/Contributors.md index 6b6229b6..c8ae8aa5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,4 @@ # Contributors -- Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) @@ -3059,5 +3058,4 @@ DanyLeeCS - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... -- [Ajay Mudettula](https://github.com/AjaySmarc) - Lets Connect 😇 ! - +- [Ajay Mudettula](https://github.com/AjaySmarc) - Lets Connect 😇 ! \ No newline at end of file From 61f2cf5c6dc68930e0f105979329dcb1aed048e4 Mon Sep 17 00:00:00 2001 From: Nitesh Kumar <148860110+kumarbaberwal@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:53:08 +0530 Subject: [PATCH 036/333] Nitesh Kumar name added to list (#103983) From 24c0da2de87414be61405bf7c6445137237d7c34 Mon Sep 17 00:00:00 2001 From: Jayceon-3 Date: Mon, 22 Sep 2025 19:17:22 +0800 Subject: [PATCH 037/333] Add Jayceon to Contributors list (#103988) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 61753153..ce1c59f9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -125,7 +125,8 @@ ranjith_dhanasekaran - [KANISH](hello) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) -- [M Govindarajan](https://github.com/Govindarajannn) +- [M Govindarajan](https://github.com/Govindarajannn) +- [Jayceon Zhang](https://github.com/Jayceon-3) - [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) - [Divyansh Shrivastav](https://github.com/DIVYANSH-SHRIVASTAV) From bebbd51f60a83bda86a2bf11fbd3dfe723eaf0c2 Mon Sep 17 00:00:00 2001 From: Kurisu <112191282+CodeToCody@users.noreply.github.com> Date: Mon, 22 Sep 2025 19:25:15 +0800 Subject: [PATCH 038/333] Add Cody to Contributors list (#103989) Co-authored-by: Yu-Cheng Wang --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ce1c59f9..14ff4992 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ - [ilomarsk](https://github.com/ilomarsk/) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) +- [Cody] - (https://github.com/CodeToCody) - [Bhavana] - [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) From 0e56b80e29a5e5ff9e5d6545bcef37ed4165ebed Mon Sep 17 00:00:00 2001 From: Nur Huda Bikhoir <35209506+hudabikhoir@users.noreply.github.com> Date: Mon, 22 Sep 2025 19:44:28 +0800 Subject: [PATCH 039/333] add contributor (#103990) Co-authored-by: hudabikhoir --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 14ff4992..fe4c402b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3066,4 +3066,5 @@ DanyLeeCS - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... -- [siminpool](https://github.com/siminpool) \ No newline at end of file +- [siminpool](https://github.com/siminpool) +- [Huda Bikhoir](https://github.com/hudabikhoir) \ No newline at end of file From 4a25fce18df06095232c1de8dd61610c2617b0b4 Mon Sep 17 00:00:00 2001 From: Ramesh Date: Mon, 22 Sep 2025 17:25:13 +0530 Subject: [PATCH 040/333] My first Contribution --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eb3eb9ba..92aaf474 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2903,3 +2903,4 @@ DanyLeeCS [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! +[Ramesh Nair](https://github.com/ramesh-nair-dev) Hello ! From c18d960b22753d19858c7edcb55410d09f6842bd Mon Sep 17 00:00:00 2001 From: Hanju Kim Date: Mon, 22 Sep 2025 14:08:51 +0200 Subject: [PATCH 041/333] Add HanzoK to COntributors list (#103992) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe4c402b..52a91246 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2162,6 +2162,7 @@ Cloudman - [TejoSaiSwaroop](https://github.com/tejosaiswaroop) - [Mayank Pratap Singh](https://github.com/04-mayank) - [AlicepetereoNa](https://github.com/AlicepetereoNa) +- [HanzoK](https://github.com/HanzoK) Hope you have a good day! - [gurlalbhullarz](https://github.com/gurlalbhullarz) - [Siribhargavi](https://github.com/SIRIBHARGAVI1234) - [Squirrelcoding](https://github.com/Squirrelcoding) From 690203b5616dad8aef54cac9600f5e4e64eb8a5a Mon Sep 17 00:00:00 2001 From: cheonkyu Date: Mon, 22 Sep 2025 21:12:27 +0900 Subject: [PATCH 042/333] Add cheonkyu to Contributors list (#103993) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 52a91246..85383c9f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3068,4 +3068,5 @@ DanyLeeCS - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... - [siminpool](https://github.com/siminpool) -- [Huda Bikhoir](https://github.com/hudabikhoir) \ No newline at end of file +- [Huda Bikhoir](https://github.com/hudabikhoir) +- [Cheonkyu](https://github.com/cheonkyu) \ No newline at end of file From 6921124de525f13ab9fcfcd2312779a476125265 Mon Sep 17 00:00:00 2001 From: Ashen Umeda Date: Mon, 22 Sep 2025 17:49:26 +0530 Subject: [PATCH 043/333] Add Ashen Umeda to Contributors list (#103994) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 85383c9f..0506b68b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -37,6 +37,7 @@ - [Ali Nasser](https://github.com/AliNasser05) - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) +- [Ashen Umeda](https://github.com/ashenumeda) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) From 137ef7823041881d3da42bec697209369688ffd9 Mon Sep 17 00:00:00 2001 From: Siyad Savad <73017803+s1999-alt@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:56:07 +0530 Subject: [PATCH 044/333] Add Cypher to the Contributer List (#103996) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0506b68b..3a46b9dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From 936c5f877cca5f8ae8e5220260ce3f8d69dc5c77 Mon Sep 17 00:00:00 2001 From: Rapteon <42870679+Rapteon@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:57:32 +0530 Subject: [PATCH 045/333] Added Rapteon to the contributors list. (#103995) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3a46b9dd..c0df275b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3071,4 +3071,5 @@ DanyLeeCS -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... - [siminpool](https://github.com/siminpool) - [Huda Bikhoir](https://github.com/hudabikhoir) -- [Cheonkyu](https://github.com/cheonkyu) \ No newline at end of file +- [Cheonkyu](https://github.com/cheonkyu) +- [Rapteon](https://github.com/Rapteon) From d2ed03ca8683add2bba90a0e41267516e373eb3d Mon Sep 17 00:00:00 2001 From: Mboira Date: Mon, 22 Sep 2025 15:31:12 +0300 Subject: [PATCH 046/333] add mboira to contributors --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index fe4c402b..c66b6ac0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3067,4 +3067,5 @@ DanyLeeCS - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... - [siminpool](https://github.com/siminpool) -- [Huda Bikhoir](https://github.com/hudabikhoir) \ No newline at end of file +- [Huda Bikhoir](https://github.com/hudabikhoir) +- [Mboira](https://github.com/MBOIRA) \ No newline at end of file From 817219db3077b5d34124015f1b9182314b5663d4 Mon Sep 17 00:00:00 2001 From: PyZenMatt <101363711+PyZenMatt@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:29:03 +0200 Subject: [PATCH 047/333] Add PyZenMatt to Contributors list (#103998) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c0df275b..21e73f45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1535,6 +1535,7 @@ Eoin O'B - [joelinux60](https://github.com/joelinux60) - [Zemenu Mekuria](https://github.com/Teklez) - [Kimjunseoo](https://github.com/kimjunseoo) +- [Matteo Ricci](https://github.com/PyZenMatt) - [utkarsh007007](https://github.com/utkarsh007007) - [soybean501](https://github.com/soybean501) - [smandadhi9](https://github.com/smandadhi9) From 073e79ee0a11448082e37a172b94cdf62cd0c7a2 Mon Sep 17 00:00:00 2001 From: Jordan Pinto Date: Mon, 22 Sep 2025 13:47:16 +0000 Subject: [PATCH 048/333] Add Jordan Pinto to Contributors list (#103999) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 21e73f45..4b98c6e2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] +- [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From 669d4cf7a3066040604028d6c2c8d9d02b4bf11a Mon Sep 17 00:00:00 2001 From: thevoid12 <65019748+thevoid12@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:03:32 +0530 Subject: [PATCH 049/333] Add void to Contributors list (#104000) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4b98c6e2..7b14724d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2832,6 +2832,7 @@ sh0uka - [North](https://github.com/North-M) - [iason-019](https://github.com/iason-019) - [Jason Joannou](https://github.com/Jason-Joannou) +- [void]((https://github.com/thevoid12)) - [treeleaves30760](https://github.com/treeleaves30760) - [Carsoneee](https://github.com/Carsoneee) - [romeopopescu](https://github.com/romeopopescu) From bd6c313df75b28ef491882fd60c1231f1561f560 Mon Sep 17 00:00:00 2001 From: marherr-19 Date: Mon, 22 Sep 2025 12:23:09 -0400 Subject: [PATCH 050/333] Add maria-herrmann to Contributors list (#104001) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7b14724d..335817d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Bob Qin](https://github.com/Bob200409) +- [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) From 5dcc66d54496617533a3b29a54dcc349b3d27f0b Mon Sep 17 00:00:00 2001 From: 051821 Date: Mon, 22 Sep 2025 22:33:13 +0530 Subject: [PATCH 051/333] This is my first open-source --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 335817d8..9b2a215e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) From 01e5c1e888aefb3b72a709ccb2c9b01b081beb45 Mon Sep 17 00:00:00 2001 From: anushka sagar <112419846+051821@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:34:01 +0530 Subject: [PATCH 052/333] This is my first open-source (#104003) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 335817d8..9b2a215e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) From 4d14e296ad46fe43f4d614677a1eb0aff58bcf06 Mon Sep 17 00:00:00 2001 From: Adithyrao1 <121217911+Adithyrao1@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:40:55 +0530 Subject: [PATCH 053/333] Adithya Nanuvala in contributions.md (#104004) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9b2a215e..5a82efec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -370,6 +370,7 @@ sdumini - [Joseph Halloran] (https://github.com/josephfhalloran) - [fatimah](https://github.com/grindstack) - [Jithin](https://github.com/jithin-dotcom) +- Adithya Nanuvala - [Devansh Singh](https://github.com/Devansh-04) - [Mandrukamal](https://github.com/Mandrukamal) - [Gokul](https://github.com/Gokul-S-dev) From b07182f6f4516fe195cf02051baa9654361bb36e Mon Sep 17 00:00:00 2001 From: Victor Brayner Date: Mon, 22 Sep 2025 14:35:35 -0300 Subject: [PATCH 054/333] Add Victor Brayner to Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a82efec..f0c18b55 100644 --- a/Contributors.md +++ b/Contributors.md @@ -189,6 +189,7 @@ ranjith_dhanasekaran - [Sundram Rai](https://github.com/Sundramrai3691) - [Miles Morales] - [DevElevate19](https://github.com/DevElevate19) +- [Victor Brayner](https://github.com/victorbrayner) - [lucas](https://github.com/Luc-as) - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- From 239d5405d3f60ace0ab6c9a13270cb2c08454500 Mon Sep 17 00:00:00 2001 From: lorenaAlbuquerque <62388529+Lorena2802@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:35:37 -0300 Subject: [PATCH 055/333] Add Lorena Albuquerque to Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a82efec..7bf01df9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -426,6 +426,7 @@ sdumini -[ledi1026](https://github.com/ledi1026) -[Michael Rockefeller](https://github.com/rockefelm) -[Syaiful Yudha Platoteles](https://github.com/Platotel3s) +-[Lorena Albuquerque](https://github.com/Lorena2802) -[Karol Budzko](https://github.com/krlkarol) -[hizs12-tpysh](https://github.com/HizS12) -[Ayush23-art](https://github.com/Ayush23-art) From 922196f592e84de7f3a502b5ea4862c84aebf397 Mon Sep 17 00:00:00 2001 From: PEDRO MEDEIROS PRIETTO Date: Mon, 22 Sep 2025 14:36:17 -0300 Subject: [PATCH 056/333] Add Pedro Prietto to Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a82efec..dc0e2052 100644 --- a/Contributors.md +++ b/Contributors.md @@ -597,6 +597,7 @@ LIUYY到此一游 - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [atlas-ian](https://github.com/atlas-ian) - [Sruthi BJ](https://github.com/Bjsruthi) +- [Pedro Prietto](https://github.com/Pedro-Prietto) - [Areen Patil](https://github.com/areen-patil) - [Sunday](https://github.com/Hao-tian) - [Inigo](https://github.com/inigostibbe) From 8692ac8198995d4135869265c4de3b8742aeccbb Mon Sep 17 00:00:00 2001 From: mayondavid <148114601+mayondavid@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:47:18 -0300 Subject: [PATCH 057/333] =?UTF-8?q?Add=20Marlon=20D=C3=AAivide=20to=20Cont?= =?UTF-8?q?ributors.md=20(#104006)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a82efec..f3afd76a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1181,6 +1181,7 @@ Ben -[udhav vinaik](https://github.com/udhavvinaik) - [Raushan](https://github.com/oisitme) - [Tan Loc](https://github.com/htloc98) +- [Marlon Dêivide](https://github.com/mayondavid) - [AvatarG](https://github.com/AvatarG) - [Morley lane](https://github.com/0ni4) - [OWilliams](https://github.com/O-Bots) From a25841e731a84ada960b38fe1a6ad971adc4bcf6 Mon Sep 17 00:00:00 2001 From: joaogabrielsouza-coder Date: Mon, 22 Sep 2025 14:54:04 -0300 Subject: [PATCH 058/333] add joaogalindo to Contributors.md (#104010) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f3afd76a..c3690370 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1168,6 +1168,7 @@ Ben - [LunkadV](https://github.com/LunkadV) - [Elif Ş.](https://github.com/elifsz) - [eszanon](https://github.com/eszanon) +- [joao-galindo](https://github.com/joaogabrielsouza-coder) - [Rey Jao](https://github.com/jao-rey) - [Diego Gutierrez](https://github.com/DiegoGutierrezP) - [Eiheir](https://github.com/ebininin) From 73f0ea85894c2ed0ae2342d701d646c8842d295d Mon Sep 17 00:00:00 2001 From: Mahak Singh Date: Mon, 22 Sep 2025 23:34:38 +0530 Subject: [PATCH 059/333] 1st contribution (#104011) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c3690370..66563ab5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -126,6 +126,7 @@ ranjith_dhanasekaran - [laurent humeau](https://github.com/Laurent-Humeau) -[Sailaja](https://github.com/Sailu5) - [Sim Hyeonmin](https://github.com/simhyunmin) +-[Mahak Singh(https://github.com/Mahak-10)] - [Filippos Angelakos](https://github.com/filipp-os) - Love from Greece!!!! - [Sanjay Senthilkumar](https://github.com/Sanj84-co) - [KANISH](hello) From 912071e2f68c58a31cdeb9f58d554b93f1f903fb Mon Sep 17 00:00:00 2001 From: Nikhil Pachange Date: Tue, 23 Sep 2025 00:16:13 +0530 Subject: [PATCH 060/333] add: Nikhil Pachange to contributors list (#104012) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 66563ab5..fe57211f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3082,3 +3082,4 @@ DanyLeeCS - [Huda Bikhoir](https://github.com/hudabikhoir) - [Cheonkyu](https://github.com/cheonkyu) - [Rapteon](https://github.com/Rapteon) +- [nikhilpachange](https://github.com/cheonkyu) From 3e0a67b388b5da7c61b12d3c5953702d44245602 Mon Sep 17 00:00:00 2001 From: Murtaza Khalid <41028430+Murtazz@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:44:09 -0400 Subject: [PATCH 061/333] Add murtaza to Contributer list (#104013) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe57211f..92f9133b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3083,3 +3083,4 @@ DanyLeeCS - [Cheonkyu](https://github.com/cheonkyu) - [Rapteon](https://github.com/Rapteon) - [nikhilpachange](https://github.com/cheonkyu) +- [murtaza](https://github.com/murtazz) From b004e20ebf16d0ae52ae339991fbe8300c1e1c61 Mon Sep 17 00:00:00 2001 From: Abhinav Singla <142439429+InsaneAbhinav@users.noreply.github.com> Date: Tue, 23 Sep 2025 01:21:42 +0530 Subject: [PATCH 062/333] InsaneAbhinav First Contribution (#104014) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 92f9133b..f48be372 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution From ce5aa02eb9ce4f748c427fb4db1cda2980a34f1c Mon Sep 17 00:00:00 2001 From: Ali-Moros <54844550+Ali-Moros@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:32:15 +0000 Subject: [PATCH 063/333] Added Ali-moros to the contributions list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bcf77301..169029d9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3046,4 +3046,5 @@ DanyLeeCS -[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo [Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! -[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! \ No newline at end of file +[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! +[Ali Moros](https://github.com/Ali-Moros) - Yeaaaaah body, let's code baby \ No newline at end of file From 1f33ae222183479ff71ad9708ea99819bf9126bf Mon Sep 17 00:00:00 2001 From: tony31913 <67110891+tony31913@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:45:50 +0100 Subject: [PATCH 064/333] Add Tony Wong to Contributors list (#104016) Co-authored-by: Tony Wong --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f48be372..ef8d121b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3085,3 +3085,4 @@ DanyLeeCS - [Rapteon](https://github.com/Rapteon) - [nikhilpachange](https://github.com/cheonkyu) - [murtaza](https://github.com/murtazz) +- [Tony Wong](https://github.com/tony31913) From 6f456469e8253e655e328d2b8b3af03af6d33710 Mon Sep 17 00:00:00 2001 From: Kayode Babalola Date: Mon, 22 Sep 2025 21:52:11 +0100 Subject: [PATCH 065/333] Update Contributors.md (#104017) add my name to contibutors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ef8d121b..7b544f39 100644 --- a/Contributors.md +++ b/Contributors.md @@ -54,6 +54,7 @@ - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Cody] - (https://github.com/CodeToCody) +- [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) From eecfff4183962fda8af3909467321d699ae8ace3 Mon Sep 17 00:00:00 2001 From: denizburduroglu Date: Mon, 22 Sep 2025 15:36:05 -0600 Subject: [PATCH 066/333] Add Deniz Burduroglu to Contributors list (#104018) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7b544f39..d5f1f811 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3087,3 +3087,4 @@ DanyLeeCS - [nikhilpachange](https://github.com/cheonkyu) - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) +- [Deniz Burduroglu](https://github.com/denizburduroglu) From 0fd794d2dbab8e5231756cd10a7d5063697c6319 Mon Sep 17 00:00:00 2001 From: principalog Date: Mon, 22 Sep 2025 17:50:47 -0400 Subject: [PATCH 067/333] Add principalog to Contributors list (#104019) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d5f1f811..0b75f078 100644 --- a/Contributors.md +++ b/Contributors.md @@ -21,6 +21,7 @@ - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) +- [principalog](https://github.com/principalog) - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] From 1924aa170aff236380d8c132b90f8e967f76ce31 Mon Sep 17 00:00:00 2001 From: Amethyst_418 Date: Tue, 23 Sep 2025 04:15:04 +0530 Subject: [PATCH 068/333] Add Amethyst to Contributors list (#104021) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0b75f078..91535c83 100644 --- a/Contributors.md +++ b/Contributors.md @@ -52,6 +52,7 @@ - [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! - [ilomarsk](https://github.com/ilomarsk/) +- [amethyst](https://github.com/krishshaw418) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Cody] - (https://github.com/CodeToCody) From c8038eeef1be819a62f9aa0e8f2ae3adffd44f93 Mon Sep 17 00:00:00 2001 From: SachaEmmanuelTorres Date: Mon, 22 Sep 2025 18:53:24 -0400 Subject: [PATCH 069/333] Update Contributors.md Add Sacha Emmanuel Torres github repo --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 0b75f078..ee15c408 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3089,3 +3089,5 @@ DanyLeeCS - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) +- [Sacha Emmanuel Torres](https://github.com/SachaEmmanuelTorres) +- From b5e625276e0ebbe30aa6f175466ee04014d65b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Ordu=C3=B1a?= Date: Mon, 22 Sep 2025 21:54:05 -0300 Subject: [PATCH 070/333] =?UTF-8?q?Add=20Emanuel=20Ordu=C3=B1a=20to=20Cont?= =?UTF-8?q?ributors=20list=20(#104023)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91535c83..47e0f6c0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) - [Rafael Severo](https://github.com/rafaeumesmo) +- [Emanuel Orduña](https://github.com/emaordu) - [LayorX](https://github.com/LayorX) - [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! From dc7600092249299ac85aeb6dbf42c5e199f8e35f Mon Sep 17 00:00:00 2001 From: Mahmoud Hamed Aboelmagd Date: Tue, 23 Sep 2025 04:03:33 +0300 Subject: [PATCH 071/333] Add Mahmoud-Hamed to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91535c83..feab2437 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3090,3 +3090,4 @@ DanyLeeCS - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) +- [Mahmoud Hamed](https://github.com/mahmoudhamed) From 77b6c66f63516d8d44937dcbca00132eeb17b3c7 Mon Sep 17 00:00:00 2001 From: Mahmoud Aboelmagd Date: Tue, 23 Sep 2025 04:08:12 +0300 Subject: [PATCH 072/333] Add Mahmoud-Hamed to Contributors list (#104024) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 47e0f6c0..f5873e8a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3091,3 +3091,4 @@ DanyLeeCS - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) +- [Mahmoud Hamed](https://github.com/mahmoudhamed) From b3e92b2de4c369028d8a56dd5e359911486de3ef Mon Sep 17 00:00:00 2001 From: Mahmoud Hamed Aboelmagd Date: Tue, 23 Sep 2025 04:18:04 +0300 Subject: [PATCH 073/333] add Mahmoud-Aboelmagd to the contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index feab2437..db98d33c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3090,4 +3090,4 @@ DanyLeeCS - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) -- [Mahmoud Hamed](https://github.com/mahmoudhamed) +- [Mahmoud Hamed Aboelmagd](https://github.com/maboelmagd26) From 26d56a00469ac12c7bc425523ea870efa51d5eed Mon Sep 17 00:00:00 2001 From: THEJAS P RAO Date: Tue, 23 Sep 2025 06:51:03 +0530 Subject: [PATCH 074/333] Add Thejas P Rao to Contributors list (#104025) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f5873e8a..3cc7b282 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3092,3 +3092,4 @@ DanyLeeCS - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) - [Mahmoud Hamed](https://github.com/mahmoudhamed) +- [Thejas P Rao](https://github.com/thejasrao262003) \ No newline at end of file From d22e5bf705dab91a2a07229ba9ced284ddd74a18 Mon Sep 17 00:00:00 2001 From: Kevin Ndolo Date: Tue, 23 Sep 2025 06:39:54 +0300 Subject: [PATCH 075/333] Add kevin-ndolo to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b78b4b94..3f4ea17d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1705,6 +1705,7 @@ Matthew Burgos - [toya33](https://github.com/toya33) - [Cez](https://github.com/Cezzzzzz) - [Oluwasemilore Omotade-Michaels](https://github.com/shemigam1) +- [Kevin Ndolo](https://github.com/kevin-ndolo) - [Leonardo Schell](https://github.com/DevSchell) - [ycvy](https://github.com/ycvy) - [Fahim Muntasir](https://github.com/fahim-muntasir) From fe3974b13749fa974efcac1df17f290fcec05b06 Mon Sep 17 00:00:00 2001 From: vishnuvarthan <166686421+Vishnu-Varthan1@users.noreply.github.com> Date: Tue, 23 Sep 2025 09:46:43 +0530 Subject: [PATCH 076/333] Update Contributors.md (#104029) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3cc7b282..6ac3f4d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3092,4 +3092,5 @@ DanyLeeCS - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) - [Mahmoud Hamed](https://github.com/mahmoudhamed) -- [Thejas P Rao](https://github.com/thejasrao262003) \ No newline at end of file +- [Thejas P Rao](https://github.com/thejasrao262003) +- [vishnuVarthan](https://github.com/Vishnu-Varthan1) From 3611fec6c3d2ba74c5785c74ab32e8d508b0da72 Mon Sep 17 00:00:00 2001 From: Andrew Herbst <129715834+babalooski@users.noreply.github.com> Date: Tue, 23 Sep 2025 01:43:57 -0500 Subject: [PATCH 077/333] added name to contributors list (#104031) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6ac3f4d0..d8a626d4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -109,6 +109,7 @@ ranjith_dhanasekaran - [Dennis van Oort] (https://github.com/dvanoort) - Vo Huy +- Looskers - Shreyaa - Swedel Lasrado - Debanjan Kshetry From 741a7b5f481620c6fe0165527b63bb6574b90a91 Mon Sep 17 00:00:00 2001 From: Alexander Zagoruyko Date: Tue, 23 Sep 2025 09:50:15 +0300 Subject: [PATCH 078/333] Add Alexander Zagoruyko to Contributors list (#104032) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d8a626d4..f2fa0d6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1892,6 +1892,7 @@ Eoin O'B - [Sophie Sokol](https://github.com/ippotheboxer) - [rajeshwar](https://github.com/snehasuresh2005) - [Romuald Oluwatobi](https://github.com/Romulad) +- [Alexander Zagoruyko](https://github.com/azagoruyko) - [Miguel Mateo](https://github.com/Mike-2002-mx) - [Sahil Gulunjkar](https://github.com/Sahil4757) - [Lakshya Agrawal](https://github.com/Lakshya182005) From b33ff8e5e1fa5df51c9464f688c1778b4c39ab83 Mon Sep 17 00:00:00 2001 From: Kurisu <112191282+AliasCody@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:53:41 +0800 Subject: [PATCH 079/333] correct my name in list (#104033) Co-authored-by: Yu-Cheng Wang --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f2fa0d6d..5344cdf9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -56,7 +56,7 @@ - [amethyst](https://github.com/krishshaw418) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) -- [Cody] - (https://github.com/CodeToCody) +- [Kurisu] - (https://github.com/AliasCody) - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [stijee] - This is my first github commit. From b272047f6bec6a80fae8bb903d7fafd4159b6857 Mon Sep 17 00:00:00 2001 From: rishii1695 Date: Tue, 23 Sep 2025 14:50:26 +0530 Subject: [PATCH 080/333] my first contribution (#104035) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5344cdf9..026460bb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3096,3 +3096,4 @@ DanyLeeCS - [Mahmoud Hamed](https://github.com/mahmoudhamed) - [Thejas P Rao](https://github.com/thejasrao262003) - [vishnuVarthan](https://github.com/Vishnu-Varthan1) +- [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in From 3f54d845eb67ba5a237b812be4b794c4e6585a9f Mon Sep 17 00:00:00 2001 From: Akashisang <151737560+Akashisang@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:44:50 +0800 Subject: [PATCH 081/333] Add Akashisang to Contributors list (#104037) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 026460bb..8dd28317 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3097,3 +3097,4 @@ DanyLeeCS - [Thejas P Rao](https://github.com/thejasrao262003) - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in +- [akashisang](https://github.com/Akashisang) From 99c4aa61ee7182c4e7573b25a9950ecc4f37538f Mon Sep 17 00:00:00 2001 From: 051821 Date: Tue, 23 Sep 2025 16:16:47 +0530 Subject: [PATCH 082/333] new contribution to first-contribution.git --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9b2a215e..69575bdb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors --[051821](https://github.com/051821) - This is my first open-source contribution +-[051821](https://github.com/051821) - Happy to make my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) From 27e79fcb9bd5c254eba99725dd197ec6d1810ac8 Mon Sep 17 00:00:00 2001 From: shreya150804 <132338964+shreya150804@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:30:27 +0530 Subject: [PATCH 083/333] Add Shreya Wani to Contributors list (#104039) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8dd28317..c095db21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -84,6 +84,7 @@ - [Krrishray](https://github.com/krrishray) - [Jacob](https://github.com/mj4863) - Jesus Christ! - [Abhishek Rawat][https://github.com/Abhishek2rawat] +- [Shreya Wani](https://github.com/shreya150804) - [Surya Prakash Sharma][https://github.com/suryaprkash778-dot] - [Siddharth Chaudhary][https://github.com/SidChaudhary7] - [rryyqn](https://github.com/rryyqn) From 847f337250ce63b8981a6ae890b477600c751e25 Mon Sep 17 00:00:00 2001 From: Shreya Nigam <69717556+shreya-328@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:43:56 +0530 Subject: [PATCH 084/333] Add Shreya to the contributor list. (#104041) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c095db21..2a52e49d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] +- [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Bob Qin](https://github.com/Bob200409) - [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) From 040f70593fee552449a4973abe2c966e30ae0d7c Mon Sep 17 00:00:00 2001 From: Moremore Date: Tue, 23 Sep 2025 19:30:05 +0800 Subject: [PATCH 085/333] Add Duo to Contributors list (#104042) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2a52e49d..50c326f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3100,3 +3100,4 @@ DanyLeeCS - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in - [akashisang](https://github.com/Akashisang) +- [Duo](https://github.com/NamingRacksMyBrain) \ No newline at end of file From bba8f6720e6c0671c3ac0ec3071c42ef25d49f26 Mon Sep 17 00:00:00 2001 From: zacshaikh <131972831+zacshaikh@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:40:09 +0530 Subject: [PATCH 086/333] add name to contributors list (#104044) Co-authored-by: Zahida --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 50c326f2..6f415696 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! +- [Zahida Hussain] - [Bob Qin](https://github.com/Bob200409) - [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) @@ -3100,4 +3101,4 @@ DanyLeeCS - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in - [akashisang](https://github.com/Akashisang) -- [Duo](https://github.com/NamingRacksMyBrain) \ No newline at end of file +- [Duo](https://github.com/NamingRacksMyBrain) From e98219a6e7d7240e0ed64796f3d545da97ac4c9e Mon Sep 17 00:00:00 2001 From: Krish-9-6 <147903287+Krish-9-6@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:38:12 +0530 Subject: [PATCH 087/333] Added krish to Contributors list (#104045) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6f415696..f2e0a6c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) +[Krish](https://github.com/Krish-9-6) - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. From a97b03f6d076c2767267f51b907c1e60891d5343 Mon Sep 17 00:00:00 2001 From: PoojaB24 Date: Tue, 23 Sep 2025 19:02:06 +0530 Subject: [PATCH 088/333] Add Pooja B to Contributors list (#104046) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f2e0a6c2..3c7602e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3103,3 +3103,4 @@ DanyLeeCS - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in - [akashisang](https://github.com/Akashisang) - [Duo](https://github.com/NamingRacksMyBrain) +- [Pooja B](https://github.com/PoojaB24) From cf7afbae565bee23032d73dd88219416fe4ad62a Mon Sep 17 00:00:00 2001 From: Anuraag03 Date: Tue, 23 Sep 2025 19:05:50 +0530 Subject: [PATCH 089/333] Dev (#104047) * Add Anuraag Akella to Contributors list * Add Anuraag Akella to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c7602e9..2670a558 100644 --- a/Contributors.md +++ b/Contributors.md @@ -52,6 +52,7 @@ - [Amit Kumar](https://github.com/AK-Amit-Kumar) - [Rafael Severo](https://github.com/rafaeumesmo) - [Emanuel Orduña](https://github.com/emaordu) +- [Anuraag Akella](https://github.com/Anuraag03) - My First Contribution!! - [LayorX](https://github.com/LayorX) - [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! From 2ead904f3f7da6d463c9fff44031d7e6607036d8 Mon Sep 17 00:00:00 2001 From: Jainav Date: Tue, 23 Sep 2025 19:18:52 +0530 Subject: [PATCH 090/333] Update Contributors.md --- Contributors.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Contributors.md b/Contributors.md index 2670a558..c77f02bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -472,7 +472,7 @@ sdumini - [GiantPrince](https://github.com/GiantPrince) - Zhuocheng Li - Shiv --huzaifa(https://github.com/huzaifaashraf-code) +- huzaifa(https://github.com/huzaifaashraf-code) - [Ibrahim] -[Pavan kumar Bhedam](https://github.com/Pavankumarbhedam) - shreyash patil [https://github.com/Sudeshpatil07] @@ -531,7 +531,7 @@ sdumini - [Prashanth-000](https://github.com/Prashanth-000) - [Aaaappplle](https://github.com/aaaappplle) - vituwc -LIUYY到此一游 + LIUYY到此一游 - [thirtyone-ntotal](https://github.com/thirtyone-ntotal) - [Abhishek Pandey] - [Francis Wanyoike Ng'ang'a](https://github.com/Ranci-18) @@ -613,7 +613,7 @@ LIUYY到此一游 - [Sunday](https://github.com/Hao-tian) - [Inigo](https://github.com/inigostibbe) - [Demetris B.](https://github.com/deyil) -- Ayush +- Ayush - [Manas walia](https://github.com/manaswalia13) - [Archie L.](https://github.com/ArchawinL) - [Priyanshu Tiwari](https://github.com/d3monviking) @@ -687,7 +687,7 @@ LIUYY到此一游 [Anansh] [Evan Mastro](https://github.com/mastroevan) - [Manav Jindal_IMT2023535](https://github.com/Manav9547) --[Yorke Nyakundi](https://github.com/yorkings) +- [Yorke Nyakundi](https://github.com/yorkings) - [Lucas](https://github.com/LucasCSIT) - [Thabeswar](https://github.com/Thabeswar) - [Mithielesh N](https://github.com/mithielesh) From 2993918c3955213ef007d478a1a07d2a1c5db34a Mon Sep 17 00:00:00 2001 From: 2210030019 <161751808+2210030019@users.noreply.github.com> Date: Tue, 23 Sep 2025 19:26:36 +0530 Subject: [PATCH 091/333] Add harshita-kode to Contributors list (#104050) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2670a558..cc92bde5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,6 +39,7 @@ - [HighPoly](https://github.com/HighPolygon) - [Samruddhi Khade](https://github.com/khadesamrudhi) - [Himanshi Rao Yenugupalli](https://github.com/himanshiyenugupalli) +- [Harshita Kode](https://github.com/2210030019) - [Kamal Agrahari](https://github.com/ikamalagrahari/) - [Mahanthesh S](https://github.com/Mahi2708) - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! From 7cb6c58fef6a71ba108b916e6bf59f027eba1f66 Mon Sep 17 00:00:00 2001 From: Sindhu Date: Tue, 23 Sep 2025 07:15:57 -0700 Subject: [PATCH 092/333] Update Contributors.md (#104051) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cc92bde5..433e2526 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3105,4 +3105,5 @@ DanyLeeCS - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in - [akashisang](https://github.com/Akashisang) - [Duo](https://github.com/NamingRacksMyBrain) +- [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) From 8c3ffa0488d5a04d7c3219f4f3dd8ca2a64ccf39 Mon Sep 17 00:00:00 2001 From: Piduru Sridattu Reddy Date: Tue, 23 Sep 2025 19:54:31 +0530 Subject: [PATCH 093/333] Sridattu Piduru (#104052) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 433e2526..a6e4a951 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] - [Toton] +-[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From a0f558eb0188c543061d00e1789e7b30f92cb8ed Mon Sep 17 00:00:00 2001 From: Vishnu K M <40417939+jztchl@users.noreply.github.com> Date: Tue, 23 Sep 2025 20:27:29 +0530 Subject: [PATCH 094/333] let's roll (#104053) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a6e4a951..b4ec8a5e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3104,6 +3104,7 @@ DanyLeeCS - [Thejas P Rao](https://github.com/thejasrao262003) - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in +- [Jztchl](https://github.com/jztchl) - Here to learn, contribute, and leave some footprints in Git. - [akashisang](https://github.com/Akashisang) - [Duo](https://github.com/NamingRacksMyBrain) - [SindhuPriy](https://github.com/SindhuPriya1842007) From d016130b6a069f85bb722b76a14f29d0172a6bba Mon Sep 17 00:00:00 2001 From: Edward J Tan <112980365+EdwardJiazhenTan@users.noreply.github.com> Date: Tue, 23 Sep 2025 10:58:34 -0400 Subject: [PATCH 095/333] Add Edward Tan to list (#104054) * hello world i guess * add Edward Tan to contribution list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b4ec8a5e..3ca42be7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3109,3 +3109,4 @@ DanyLeeCS - [Duo](https://github.com/NamingRacksMyBrain) - [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) +- [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! From 56aa8cf9c7f4b5a9dc57d82e4c64663208cc7a16 Mon Sep 17 00:00:00 2001 From: Fabio Eugenio <61190003+FaFa-02@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:00:58 +0100 Subject: [PATCH 096/333] Add fa fa 02 (#104056) * Add FaFa-02 to contributors list * removed accidental duplicate of other name in previous commit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3ca42be7..607c60a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] +- [FaFa-02] - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From a793a25b5ac1f6f5729984d10b1c139c4ce10133 Mon Sep 17 00:00:00 2001 From: Nur Huda Bikhoir <35209506+hudabikhoir@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:07:29 +0800 Subject: [PATCH 097/333] feat: add hudabikhoir contributor (#104055) * feat: add hudabikhoir contributor * feat:hudabihoir --------- Co-authored-by: hudabikhoir --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 607c60a2..25b0bbad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2668,6 +2668,7 @@ jack - first contribution practice - [Varsha Ghodase](https://github.com/Varsha1202) - [Sepi](https://github.com/IsepantaI) - [Tiago Castilho](https://github.com/tcastilho10) +- [hudabikhoir](https://github.com/hudabikhoir) - [Muhammed safvan p](https://github.com/M-Safvan-p) - [Mohammed Maaz M](https://github.com/MaazMohammedM) -[Priscila Fry](https://github.com/prifry) From fd67588facb2b7033d7ae8f09e3beeb85f430a8a Mon Sep 17 00:00:00 2001 From: Khalid Hasan <97780370+khalidx3@users.noreply.github.com> Date: Tue, 23 Sep 2025 21:08:22 +0530 Subject: [PATCH 098/333] Update Contributors.md (#104057) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 25b0bbad..43d60d0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] - [FaFa-02] +- [Khalid](https://github.com/khalidx3) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From 2378ee345692bc469e8634d4764f8be97d1004cd Mon Sep 17 00:00:00 2001 From: Madeinhewin Date: Tue, 23 Sep 2025 21:41:46 +0530 Subject: [PATCH 099/333] add hewin31 to contributors list (#104058) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 43d60d0e..c7c62b92 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Khalid](https://github.com/khalidx3) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. +-[hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From c4c775a43a40a4da27044340deb85ea9c724b6f2 Mon Sep 17 00:00:00 2001 From: ranaprav <79443635+ranaprav@users.noreply.github.com> Date: Tue, 23 Sep 2025 21:47:03 +0530 Subject: [PATCH 100/333] Add to contributors list (#104059) Co-authored-by: Parveen Raj --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7c62b92..6e1da793 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3114,3 +3114,4 @@ DanyLeeCS - [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! +- Parveen Rana \ No newline at end of file From 4aebf526e54325344b84d0986a5333ac7caf382c Mon Sep 17 00:00:00 2001 From: shashwatsuman28 <115811766+shashwatsuman28@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:39:55 +0530 Subject: [PATCH 101/333] Add Shashwat suman to contributor list (#104061) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6e1da793..52988eb1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -410,6 +410,7 @@ sdumini - [Hamza Khan](https://github.com/giacomo-folli) - [Ananya G Bharadwaj] - [Ravi Kumar Jha](https://github.com/ravijha9546) +- [Shashwat suman](https://github.com/shashwatsuman28) - [Dhairya Dev](https://github.com/hamzak51) - [Ayomide Saheed](https://github.com/luc-ay) - [Muhammad Bilal Saleem](https://github.com/Muhammad-Bilal-Saleem) From 06ae404a0e24db0242b30d6d67d33965da4109ff Mon Sep 17 00:00:00 2001 From: Anushka Churi Date: Tue, 23 Sep 2025 14:17:41 -0400 Subject: [PATCH 102/333] Add Anushka C to Contributors list (#104062) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 52988eb1..ac38a1f9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3115,4 +3115,5 @@ DanyLeeCS - [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! -- Parveen Rana \ No newline at end of file +- Parveen Rana +- [Anushka] (https://github.com/Anushka8) \ No newline at end of file From 6307cef599728fcbef02198d4d0e3331fd39eaa3 Mon Sep 17 00:00:00 2001 From: ADNAN ANSARI Date: Wed, 24 Sep 2025 00:33:06 +0530 Subject: [PATCH 103/333] Update Contributors.md (#104063) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ac38a1f9..48721ac5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [DeAnna_Nichols] - [FaFa-02] - [Khalid](https://github.com/khalidx3) +- [Adnan](https://github.com/adnan-2504) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) @@ -3116,4 +3117,4 @@ DanyLeeCS - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - Parveen Rana -- [Anushka] (https://github.com/Anushka8) \ No newline at end of file +- [Anushka] (https://github.com/Anushka8) From 78d86b438cf497f2e6fc1fef970f9217b70e9c31 Mon Sep 17 00:00:00 2001 From: Lawrence Ahaneku Date: Tue, 23 Sep 2025 20:19:47 +0100 Subject: [PATCH 104/333] add Lawrence Ahaneku to Contributors.md (#104064) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 48721ac5..03865ab5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1509,6 +1509,7 @@ Ben - [krit22](https://github.com/krit22) Eoin O'B - [Alexandru Paraschiv](https://github.com/alex-p-git) +Lawrence Ahaneku - [Halil İbrahim Kutmur](https://github.com/kutmur) - [Adnan Zaib](https://github.com/AadiZee) - [Mariusz Sobczak](https://github.com/SmoQ) From e1e0de18e609b3a61c2e674c7422eacf945a759e Mon Sep 17 00:00:00 2001 From: isholl Date: Wed, 24 Sep 2025 03:21:57 +0800 Subject: [PATCH 105/333] Add Isholl to Contributors list (#104065) Co-authored-by: Hafif Rahman --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 03865ab5..054e60f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] - [Jordan Pinto](https://github.com/KwakuYostOfficial) +- [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From b31e42a2d99f8d531a5d310aaff7cdf1fb9ab492 Mon Sep 17 00:00:00 2001 From: Azhar <61820872+kkyufkrz@users.noreply.github.com> Date: Wed, 24 Sep 2025 03:38:50 +0700 Subject: [PATCH 106/333] Add Azhar to Contributors list (#104066) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 054e60f0..0d0afde2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. From 4a3802a05d1a246ea1c9a58232bee8e4c61c9f01 Mon Sep 17 00:00:00 2001 From: Aakash Singh <138434487+aakashsingh04@users.noreply.github.com> Date: Wed, 24 Sep 2025 03:59:14 +0530 Subject: [PATCH 107/333] first commit of this repo (#104067) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0d0afde2..bb6e9617 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! +- [Aakash Singh](https://github.com/aakashsingh04) - [Zahida Hussain] - [Bob Qin](https://github.com/Bob200409) - [Maria Herrmann] (https://github.com/marherr-19) From 5c5e89af0bd322ea963a2cb289e5b99cbb0ae63c Mon Sep 17 00:00:00 2001 From: BelenSuarez477 Date: Tue, 23 Sep 2025 21:06:55 -0300 Subject: [PATCH 108/333] Add Belen to Contributors list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index bb6e9617..6bc101be 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3114,6 +3114,7 @@ DanyLeeCS - [Thejas P Rao](https://github.com/thejasrao262003) - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in +- [BelenS] (https://github.com/belensuarez477) - [Jztchl](https://github.com/jztchl) - Here to learn, contribute, and leave some footprints in Git. - [akashisang](https://github.com/Akashisang) - [Duo](https://github.com/NamingRacksMyBrain) @@ -3122,3 +3123,5 @@ DanyLeeCS - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - Parveen Rana - [Anushka] (https://github.com/Anushka8) + + From fad25d9187c45de87c3285a09622ef3bd05a8dc2 Mon Sep 17 00:00:00 2001 From: TDHDJV <118543023+tdhdjv@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:21:00 +0900 Subject: [PATCH 109/333] Added tdhdjv to Contributors list (#104069) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bb6e9617..3a0053e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -70,6 +70,7 @@ - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Kurisu] - (https://github.com/AliasCody) +- [tdhdjv](https://github.com/tdhdjv) - Hello! - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [stijee] - This is my first github commit. From 36f1244cae7469d085d0de0a9208b2575afdf400 Mon Sep 17 00:00:00 2001 From: Anwesh-18 Date: Wed, 24 Sep 2025 07:18:16 +0530 Subject: [PATCH 110/333] Added Anwesh to contributors list (#104070) Co-authored-by: Anwesh-18 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3a0053e1..6e24aef0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -73,6 +73,7 @@ - [tdhdjv](https://github.com/tdhdjv) - Hello! - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] +- [Anwesh] - (https://github.com/Anwesh-18) - My first open source contribution - [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) - [wasiq345](https://github.com/wasiq345) -Greetings from Pakistan From f8dc940b31a720d1b0e544466e852735b573de0f Mon Sep 17 00:00:00 2001 From: Gustiana <55304067+Gustiana882@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:17:54 +0700 Subject: [PATCH 111/333] add gustiana to Contributors list (#104071) Co-authored-by: 70002307 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6e24aef0..36bfe517 100644 --- a/Contributors.md +++ b/Contributors.md @@ -997,6 +997,7 @@ P Venkata Rami Reddy - [Brendan Murphy](https://github.com/brendanM5216) - [Valentin Tissera](https://github.com/ValenTiss) - [Ukashatu Abdullahi](https://github.com/Ukashatu40) +- [Gustiana](https://github.com/Gustiana882) - [Sachin Kumar](https://github.com/Itsmesachin98) - [Tejas Raj](https://https://github.com/DRAKKKkk) Ukashatu Abdullahi From 97f4a6949a12e733481cecb12cdbbb2767e79468 Mon Sep 17 00:00:00 2001 From: wpreece <153790495+wpreece@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:09:08 -0400 Subject: [PATCH 112/333] Add Will Preece to Contributors list (#104072) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 36bfe517..c91f4791 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1689,6 +1689,7 @@ Lawrence Ahaneku - [Stelios Gee](https://github.com/SteliosGee) - [Charalampos M.](https://github.com/CharioMich) - [Sabrina Ira](https://github.com/sabrinaira) +- [Will Preece](https://github.com/wpreece) - [Jon Compton](https://github.com/joncompton) -[Blaine Weiss](https://github.com/BlaineWeiss) - [ColorCode](https://github.com/benjaAguilar) From 37030927d239f5b4f8c4fb1813e0323a066e15e9 Mon Sep 17 00:00:00 2001 From: Pankaj Manmode Date: Wed, 24 Sep 2025 10:42:27 +0530 Subject: [PATCH 113/333] Added my name in contributors file (#104073) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c91f4791..3f1906de 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2976,6 +2976,7 @@ DanyLeeCS -[Miguel Angel](https://github.com/first-contributions) -[Afnan Tariq](https://github.com/SpitFiyah) - [Demagalawrence](https://github.com/Demagalawrence) +- [Pankaj Manmode](https://github.com/pankajmanmode) - [Notam456](https://github.com/Notam456) [Jhoan Montes](https://github.com/JhoanMontes) - [Eldred16](https://github.com/Eldred16) From 0f2cd23be02bd80e0aea6c4a6e8c3808d0d31881 Mon Sep 17 00:00:00 2001 From: "S.J." Date: Tue, 23 Sep 2025 22:37:04 -0700 Subject: [PATCH 114/333] Add SJS to Contributors list (#104074) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3f1906de..4eedbcfd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1538,6 +1538,7 @@ Lawrence Ahaneku - [Gopal](https://github.com/gopallchoudhary) - [Shinbatsu F](https://github.com/Shinbatsu) - [Borzoi Lover](https://github.com/mmitros1) +- [S.J.S.](https://github.com/sjsurace) - [eobrien673](https://github.com/eobrien673) - [Beetlesliu](https://github.com/Beetlesliu) - [Ametoj Singh](https://github.com/singamet) From 0db5eb751640f186bd30e9f851c4ff6d0a605b11 Mon Sep 17 00:00:00 2001 From: Abhishek Sharma <93138322+AbhishekSharma9161@users.noreply.github.com> Date: Wed, 24 Sep 2025 11:27:39 +0530 Subject: [PATCH 115/333] Added Abhishek Sharma to Contributors list (#104075) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4eedbcfd..93681a50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. +- [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From 0ba93a3c2985be178fd1d414b20b8e98a82a1073 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:10:57 +0300 Subject: [PATCH 116/333] Added my name to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 93681a50..e027455e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) +- [Mohamed] (https://github.com/MohamedMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) From 8c31f6cbfd46e9a681afd937d5a6e7ff1364ee87 Mon Sep 17 00:00:00 2001 From: Roberto RW <67528476+roberto-rw@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:17:05 -0700 Subject: [PATCH 117/333] Add Roberto RW to Contributors list (#104076) Co-authored-by: Roberto Rojas Wilson --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 93681a50..0a13f3d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3129,3 +3129,4 @@ DanyLeeCS - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - Parveen Rana - [Anushka] (https://github.com/Anushka8) +- [Roberto RW] (https://github.com/roberto-rw) From cc0b389368cca718c987178736e5c3c176a622bf Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:20:41 +0300 Subject: [PATCH 118/333] Added my name to Contributors list (#104077) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0a13f3d8..69c51ed4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) +- [Mohamed] (https://github.com/MohamedMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) From 86d44d95e3fd1925395dac3cde8d0cc50c91e187 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:25:32 +0300 Subject: [PATCH 119/333] Corrected the URL --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e027455e..f0a96c71 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,7 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) -- [Mohamed] (https://github.com/MohamedMemar) +- [Mohamed] (https://github.com/MohdMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) From ba62596b97fc18f2fa84696cdc041decb4d95c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ti=E1=BA=BFn-=C4=90=E1=BA=A1t?= Date: Wed, 24 Sep 2025 14:44:38 +0700 Subject: [PATCH 120/333] Add tdx2 to contributors list (#104079) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 69c51ed4..ff42211f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3131,3 +3131,4 @@ DanyLeeCS - Parveen Rana - [Anushka] (https://github.com/Anushka8) - [Roberto RW] (https://github.com/roberto-rw) +- [tdx2] - a software developer \ No newline at end of file From 8ad779aed30efc7ad1fff5d1a487e88725ffbee6 Mon Sep 17 00:00:00 2001 From: dracu-lah <110589548+dracu-lah@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:19:25 +0530 Subject: [PATCH 121/333] feat:added Nevil Krishna K to Contributors.md (#104080) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ff42211f..33f52e36 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) +- [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Mohamed] (https://github.com/MohamedMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. From b8465c5b8961875dc9773753915fa1e9ca1137d6 Mon Sep 17 00:00:00 2001 From: jimmy <71679088+wjdtjq6@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:20:28 +0900 Subject: [PATCH 122/333] Add jimmy to Contributors list (#104081) Co-authored-by: jimmy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 33f52e36..ac29834a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3132,4 +3132,5 @@ DanyLeeCS - Parveen Rana - [Anushka] (https://github.com/Anushka8) - [Roberto RW] (https://github.com/roberto-rw) +- [Jimmy So] this is 250924. I wanna free~ - [tdx2] - a software developer \ No newline at end of file From 84842f6da855a863e4b150aa36943fa6fe569f06 Mon Sep 17 00:00:00 2001 From: dracu-lah Date: Wed, 24 Sep 2025 13:40:11 +0530 Subject: [PATCH 123/333] fix:changed ../translations to docs/translations to fix broken links in CONTRIBUTING.md --- .github/CONTRIBUTING.md | 146 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 102644f9..3b885145 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,76 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](docs/translations/README.by.md) | []() | +| Català | [Catalan](docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](docs/translations/README.cs.md) | []() | +| Danish | [Danish](docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](docs/translations/README.fi.md) | []() | +| Français | [French](docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](docs/translations/README.lv.md) | []() | +| | [me](docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](docs/translations/README.pa.md) | []() | +| Polski | [Polish](docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](docs/translations/README.te.md) | []() | +| ไทย | [Thai](docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From 2daf92d28e1c98822d351ab054ae763bdc364b03 Mon Sep 17 00:00:00 2001 From: dracu-lah Date: Wed, 24 Sep 2025 13:51:19 +0530 Subject: [PATCH 124/333] fix:renamed some md files in CONTRIBUTING.md since thier filenames were changed already --- .github/CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3b885145..fe6abb76 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -44,7 +44,7 @@ If you're making changes to a translation, please request a review from our prev | 日本語 | [Japanese](docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | | ಕನ್ನಡ | [Kannada](docs/translations/README.ka.md) | []() | | 한국어 | [Korean](docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kiswahili | [Kiswahili](docs/translations/README.sw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | | Kazakh | [Kazakh](docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | | Lietuvių kalba | [Lithuanian](docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | | Latviešu valoda | [Latvian](docs/translations/README.lv.md) | []() | @@ -58,13 +58,13 @@ If you're making changes to a translation, please request a review from our prev | Nederlandse | [Dutch](docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | | Norsk | [Norwegian](docs/translations/README.no.md) | []() | | नेपाली | [Nepali](docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](docs/translations/README.pa.md) | []() | +| ਪੰਜਾਬੀ | [Punjabi](docs/translations/README.pb.md) | []() | | Polski | [Polish](docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | | Português | [Portugues (Portugal)](docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Português do Brasil | [Portugues (Brazil)](docs/translations/README.pt_br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| | Română | [Romanian](docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | | Русский | [Russian](docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Svenska | [Swedish](docs/translations/README.se.md) | [@jcer](https://github.com/jcer) | | Sinhala | [Sinhala](docs/translations/README.si.md) | []() | | Sindhi | [Sindhi](docs/translations/README.sindhi.md) | []() | | Slovenčina | [Slovak](docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | @@ -82,4 +82,4 @@ If you're making changes to a translation, please request a review from our prev | Yorùbá | [Yorùbá](docs/translations/README.yor.md) | []() | | 中文 | [Chinese (Simplified)](docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | | 中文 | [Chinese (Traditional)](docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Zule | [Zulu](docs/translations/README.zul.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From 37d945cb308c3581de0b0b1faadda98112799155 Mon Sep 17 00:00:00 2001 From: Abdul Basit <55702302+abdulawr@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:24:03 +0200 Subject: [PATCH 125/333] Add Abdul-Basit to Contributors list (#104082) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ac29834a..8f687c55 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] - [Jordan Pinto](https://github.com/KwakuYostOfficial) +- [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) From 265a74f72e994cb0092e963c7d78a21096cff15f Mon Sep 17 00:00:00 2001 From: GOWTHAM Date: Wed, 24 Sep 2025 13:59:24 +0530 Subject: [PATCH 126/333] add name in contributors (#104084) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8f687c55..e4947659 100644 --- a/Contributors.md +++ b/Contributors.md @@ -228,6 +228,7 @@ ranjith_dhanasekaran - [Aaliyah Raheem](https://github.com/aaliot) - [Md. Apu](https://github.com/Apu-mirza) - [mgalore](https://github.com/mgalore) +- GOWTHAM - Bhuvana Madiraju - Aditya Singh Kushwah - [Kerem Balci](https://github.com/kerembalci90) From bc3d31a7c1dc511a231463b29c73cd27728447b4 Mon Sep 17 00:00:00 2001 From: Axel Niklasson Date: Wed, 24 Sep 2025 09:35:37 +0100 Subject: [PATCH 127/333] Add Axel N to Contributors list (#104085) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e4947659..aec252c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3135,4 +3135,5 @@ DanyLeeCS - [Anushka] (https://github.com/Anushka8) - [Roberto RW] (https://github.com/roberto-rw) - [Jimmy So] this is 250924. I wanna free~ -- [tdx2] - a software developer \ No newline at end of file +- [tdx2] - a software developer +- [axniks](https://github.com/axniks) From f990f0a4e789426c0906df96411fdbda462dc1b8 Mon Sep 17 00:00:00 2001 From: Charles Tran Date: Wed, 24 Sep 2025 05:38:17 -0400 Subject: [PATCH 128/333] Add Charles Tran to Contributors list (#104086) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aec252c2..9c07ccef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3137,3 +3137,4 @@ DanyLeeCS - [Jimmy So] this is 250924. I wanna free~ - [tdx2] - a software developer - [axniks](https://github.com/axniks) +- [charles] - (https://github.com/charlestran2006) - first contribution! From 2dbd7c204e2dda0eb3e81271ea049d0d7807b40e Mon Sep 17 00:00:00 2001 From: sahithi Date: Wed, 24 Sep 2025 15:12:38 +0530 Subject: [PATCH 129/333] Add Varsha Sahithi to Contributors list (#104088) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9c07ccef..0e34b3d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! +- [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. From 229634122483dac2102e1f02190823b728779dc6 Mon Sep 17 00:00:00 2001 From: pv4782613 <126809790+pv4782613@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:30:10 +0530 Subject: [PATCH 130/333] Add Pooja Vishwakarma to the Contributors list. (#104089) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0e34b3d1..2e368669 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. +- [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From 9b41402ad9f22d9c49f86bcad8dd63c9bedc9528 Mon Sep 17 00:00:00 2001 From: Aung Kyaw Thet Date: Wed, 24 Sep 2025 16:48:51 +0630 Subject: [PATCH 131/333] Add aung-kyaw-thet to Contribuors list (#104091) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2e368669..fe7b5a47 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] +- [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) From d30ee978d8d048ddd9a63f2a1ca0c6216a64afbd Mon Sep 17 00:00:00 2001 From: Toji <131993607+Tojan-Naiem@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:26:41 +0300 Subject: [PATCH 132/333] Add Tojan Naiem to Contributors list (#104092) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe7b5a47..20759ec0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -29,6 +29,7 @@ - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] +- [Tojan Naiem](https://github.com/Tojan-Naiem) - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) From 9f977b352b442d227f18755e63cf82a792348451 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Wed, 24 Sep 2025 16:14:52 +0530 Subject: [PATCH 133/333] Add AbhishekRouth to Contributors list (#104093) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 20759ec0..30e4957e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] - [Khalid](https://github.com/khalidx3) +- [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Mohamed] (https://github.com/MohamedMemar) From 98d77897593a40909f20dbbe55985951972bbfe3 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:38:44 +0300 Subject: [PATCH 134/333] Corrected my name --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f0a96c71..a302e9c7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,7 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) -- [Mohamed] (https://github.com/MohdMemar) +- [Mohammed] (https://github.com/MohdMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) From b9c91cf2170f3ef6a70a4d81df1edd6133009bc0 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:53:20 +0300 Subject: [PATCH 135/333] changes made --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e1223162..2b3dff2b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,7 +20,7 @@ - [Khalid](https://github.com/khalidx3) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) -- [Mohammed] (https://github.com/MohdMemar) +- [Mohammed Hasan] (https://github.com/MohdMemar) - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. From 282c4761c990b4847dec1de8ce3cdbbd67b7d0a7 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:22:58 +0300 Subject: [PATCH 136/333] Changes made --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 2b3dff2b..6760af6b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,7 +20,7 @@ - [Khalid](https://github.com/khalidx3) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) -- [Mohammed Hasan] (https://github.com/MohdMemar) +- [Mohammed Hasan M] (https://github.com/MohdMemar) - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. From ffbc66a976bdc3ad3cd4fe2186ef688a27c829d7 Mon Sep 17 00:00:00 2001 From: mahdi-re-dev Date: Wed, 24 Sep 2025 15:23:17 +0200 Subject: [PATCH 137/333] Add mahdi to Contributors list (#104099) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 30e4957e..f5e600fc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -31,6 +31,7 @@ - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) + [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) From e64e3146805cc7b45b5fccb5deab67a89529b140 Mon Sep 17 00:00:00 2001 From: xiaozhu-xilihulu <3291099362@qq.com> Date: Wed, 24 Sep 2025 21:23:27 +0800 Subject: [PATCH 138/333] zxq to Contributors list (#104100) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f5e600fc..8192c20b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] +- [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Aakash Singh](https://github.com/aakashsingh04) - [Zahida Hussain] From 7379b737bcfa47a9c0632b0dd402f2bc1e4d5099 Mon Sep 17 00:00:00 2001 From: htyffn Date: Wed, 24 Sep 2025 15:28:01 +0200 Subject: [PATCH 139/333] add htyffn to Contributors list (#104101) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8192c20b..9fe0f1ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3145,3 +3145,4 @@ DanyLeeCS - [tdx2] - a software developer - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! +- [htyffn] - (https://github.com/htyffn) \ No newline at end of file From f92613b16f8e89aff08daaba30a64744dccb280c Mon Sep 17 00:00:00 2001 From: ccppurcell <30671108+ccppurcell@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:32:37 +0200 Subject: [PATCH 140/333] Add ccppurcell to Contributors list (#104106) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9fe0f1ee..e6330c3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3121,6 +3121,7 @@ DanyLeeCS - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... - [siminpool](https://github.com/siminpool) +- [ccppurcell](https://github.com/ccppurcell) - [Huda Bikhoir](https://github.com/hudabikhoir) - [Cheonkyu](https://github.com/cheonkyu) - [Rapteon](https://github.com/Rapteon) @@ -3145,4 +3146,4 @@ DanyLeeCS - [tdx2] - a software developer - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! -- [htyffn] - (https://github.com/htyffn) \ No newline at end of file +- [htyffn] - (https://github.com/htyffn) From 23b8a22672e0d8f5872cf74f4186fa8d854aeb58 Mon Sep 17 00:00:00 2001 From: KianZahrai <68393093+Kianzahrai@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:43:48 -0400 Subject: [PATCH 141/333] =?UTF-8?q?=F0=9F=91=A5=20Add=20kian-zahrai=20to?= =?UTF-8?q?=20Contributors=20list=20(#104105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :busts_in_silhouette: Add kian-zahrai to Contributors list * :memo: Fixing contribution message * Re-attempting wokflow job --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e6330c3a..dae8ba8a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. +- [Kian Zahrai](https://github.com/KianZahrai) - Excited to contribute to this open source project :ok_hand: - [DeAnna_Nichols] - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] From 46eacf1b7987a52ff2da0d34b87ae81b3634fab5 Mon Sep 17 00:00:00 2001 From: ADITYA RADHESHYAM DUBEY <2022.aditya.dubey@ves.ac.in> Date: Wed, 24 Sep 2025 20:21:38 +0530 Subject: [PATCH 142/333] Add Aditya Dubey to Contributors list (#104107) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dae8ba8a..9ff752ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -243,6 +243,7 @@ ranjith_dhanasekaran - [Kat R.](https://github.com/KxttyKxt) - [Daniel Arrieta](https://github.com/Darrieta05) - [RUDRA TAILOR](https://github.com/RudraTailor) +- [Aditya Dubey](https://github.com/Aditya149202) - santiago robles - adasrh yadav - [Taylor McDile] From cb0d52fc91f0ed84bb389f1579576160e084fbf5 Mon Sep 17 00:00:00 2001 From: Faiz Modi <78896367+faizmodisweng@users.noreply.github.com> Date: Wed, 24 Sep 2025 20:59:02 +0530 Subject: [PATCH 143/333] Add Faiz Modi to Contributors list (#104108) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ff752ee..e4a1cf66 100644 --- a/Contributors.md +++ b/Contributors.md @@ -245,6 +245,7 @@ ranjith_dhanasekaran - [RUDRA TAILOR](https://github.com/RudraTailor) - [Aditya Dubey](https://github.com/Aditya149202) - santiago robles +- Faiz Modi - adasrh yadav - [Taylor McDile] - Debanjan Kshetry2 From 81d1d6fc32583c4dac36c078250c969118437d10 Mon Sep 17 00:00:00 2001 From: SHIKHAR SINGH Date: Wed, 24 Sep 2025 21:20:00 +0530 Subject: [PATCH 144/333] Adding my name to Contributors list (#104109) * Add Shikhar Singh to Contributors list * Add Shikhar Singh to Contributors list * Add Shikhar Singh to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e4a1cf66..fa77f6f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3150,3 +3150,4 @@ DanyLeeCS - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! - [htyffn] - (https://github.com/htyffn) +- [Shikhar Singh] -(https://github.com/shikhar3dev) From c6b413e2fbe9503e0b83b46c76cfabda4567c846 Mon Sep 17 00:00:00 2001 From: Tinodiwanashe Nguruve Date: Wed, 24 Sep 2025 12:03:57 -0400 Subject: [PATCH 145/333] Add Tinodiwanashe Nguruve to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e4a1cf66..d7726c5a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3150,3 +3150,4 @@ DanyLeeCS - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! - [htyffn] - (https://github.com/htyffn) +- [tnguruve] - (https://github.com/tnguruve/). - first contribution From 59353e3156fbdb06b3e31eedb59bae6f26a3c0b3 Mon Sep 17 00:00:00 2001 From: Jacob Blockley <77779000+Jabloc@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:08:15 +0100 Subject: [PATCH 146/333] Add A Different Jacob to contributors list (#104110) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fa77f6f0..25d5c260 100644 --- a/Contributors.md +++ b/Contributors.md @@ -110,6 +110,7 @@ - [Dhanush Kotrike] (https://github.com/dhanushkotrike) - Starting my open source journey - [Krrishray](https://github.com/krrishray) - [Jacob](https://github.com/mj4863) - Jesus Christ! +- [A Different Jacob] - [Abhishek Rawat][https://github.com/Abhishek2rawat] - [Shreya Wani](https://github.com/shreya150804) - [Surya Prakash Sharma][https://github.com/suryaprkash778-dot] From d2803f9a1b958cbf57e92107bed325b245a458a6 Mon Sep 17 00:00:00 2001 From: Kyaw Phyo Win Date: Thu, 25 Sep 2025 00:15:09 +0700 Subject: [PATCH 147/333] Add Kyaw Phyo Win to Contributors list (#104113) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 25d5c260..9ed1d7d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -38,6 +38,7 @@ - [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) +- [Kyaw Phyo Win](https://github.com/KyawPhyo-hub) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [principalog](https://github.com/principalog) From 5ed69b383df0d6f6a5032e2bf50e433aedf8eb8f Mon Sep 17 00:00:00 2001 From: Johaib Ansari <142145170+zohai-ibb@users.noreply.github.com> Date: Wed, 24 Sep 2025 22:59:18 +0530 Subject: [PATCH 148/333] Added Contributor name (#104114) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ed1d7d0..68d9df1e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -147,6 +147,7 @@ ranjith_dhanasekaran - Shyynek - [Sergio Frastalis](https://github.com/SergioFrastalis) +- [Sergio Frastalis](https://github.com/zohai-ibb) - [shivanjali desai](https://github.com/shivanjali0108) - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) From 585147427cc479e469717ee1ec97baffc81101b3 Mon Sep 17 00:00:00 2001 From: Anurag <149858984+Yeerapanenianurag@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:12:22 +0530 Subject: [PATCH 149/333] Update Contributors.md (#104115) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 68d9df1e..5df8f293 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -[051821](https://github.com/051821) - This is my first open-source contribution +- [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding From b520e4fcfcaa6ea17fe78bf88fa2b17b0a449a11 Mon Sep 17 00:00:00 2001 From: Kevin Rodriguez Date: Wed, 24 Sep 2025 12:49:30 -0500 Subject: [PATCH 150/333] Update Contributors.md (#104116) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5df8f293..49fb1df8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -70,6 +70,7 @@ - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) - [Ashen Umeda](https://github.com/ashenumeda) +- [Santiago Gomez](https://github.com/Santiago13dev) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) From 673aba1bc30542f5f20e938d27f918de5b81cc2f Mon Sep 17 00:00:00 2001 From: Ripudaman Singh <82333889+rdsingh120@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:24:31 +0530 Subject: [PATCH 151/333] Add ripudaman-singh to Contributors list (#104118) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 49fb1df8..669da099 100644 --- a/Contributors.md +++ b/Contributors.md @@ -45,6 +45,7 @@ - [principalog](https://github.com/principalog) - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) +- [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From 445d056ddde04db43f8340f001d6a82eb12a4a67 Mon Sep 17 00:00:00 2001 From: John Shelly <41928647+LuckyCharmander@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:14:13 -0400 Subject: [PATCH 152/333] Add John S to Contributors List (#104119) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 669da099..980d5f5a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2680,6 +2680,7 @@ jack - first contribution practice - [deadman] - [imdo] - [will007] +- [John S] - [Mark Wilkening](https://github.com/markwilkening21) - [Shivang](https://github.com/shivang-jnv) - [playerblair](https://github.com/playerblair) From ba98f79e039209298c4ed1b7207fea386b72f768 Mon Sep 17 00:00:00 2001 From: lucasmudo <73235505+lucasmudo@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:43:55 -0300 Subject: [PATCH 153/333] Add Lucas de Assis to Contributors list (#104120) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 980d5f5a..056951ff 100644 --- a/Contributors.md +++ b/Contributors.md @@ -116,6 +116,7 @@ - [Jacob](https://github.com/mj4863) - Jesus Christ! - [A Different Jacob] - [Abhishek Rawat][https://github.com/Abhishek2rawat] +- [Lucas de Assis][https://github.com/lucasmudo] - Getting some hands-on practice - [Shreya Wani](https://github.com/shreya150804) - [Surya Prakash Sharma][https://github.com/suryaprkash778-dot] - [Siddharth Chaudhary][https://github.com/SidChaudhary7] From 0346e75d356ac5dd5e1e23812358d1a2c5561a75 Mon Sep 17 00:00:00 2001 From: Erjon Hashani Date: Wed, 24 Sep 2025 20:55:52 +0200 Subject: [PATCH 154/333] Update Contributors.md (#104122) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 056951ff..c56b8040 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3159,3 +3159,4 @@ DanyLeeCS - [charles] - (https://github.com/charlestran2006) - first contribution! - [htyffn] - (https://github.com/htyffn) - [Shikhar Singh] -(https://github.com/shikhar3dev) +- [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost From 9b94fbe1863258c709c9bb92ec84f8c574a2e43c Mon Sep 17 00:00:00 2001 From: Sairam-Vk-sudo Date: Thu, 25 Sep 2025 00:48:37 +0530 Subject: [PATCH 155/333] Added Sairam to contributors list (#104124) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c56b8040..8dd20416 100644 --- a/Contributors.md +++ b/Contributors.md @@ -46,6 +46,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution +- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From d5a8c8681f3c6c464afcb9173842b5b8e0a96c9d Mon Sep 17 00:00:00 2001 From: Jhoe-lab Date: Wed, 24 Sep 2025 15:20:00 -0400 Subject: [PATCH 156/333] Jhoe labs (#104125) * jhoe-labs commit * jhoe labs commit --------- Co-authored-by: Jhoe-Lab --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8dd20416..9ecc19bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding +- [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From f5e4afc78f302b804cb7fcd4355ab225c8f11e07 Mon Sep 17 00:00:00 2001 From: Krish Sharma Date: Wed, 24 Sep 2025 22:49:43 +0300 Subject: [PATCH 157/333] Add Krish-Sharma to Contributors list (#104127) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ecc19bd..b471d23a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [Himanshi Rao Yenugupalli](https://github.com/himanshiyenugupalli) - [Harshita Kode](https://github.com/2210030019) - [Kamal Agrahari](https://github.com/ikamalagrahari/) +- [Krish Sharma](https://github.com/krisharmaa) - [Mahanthesh S](https://github.com/Mahi2708) - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) From b92e8aa321ef098448eee26b8b597d83b0de4474 Mon Sep 17 00:00:00 2001 From: Mateus Lima <129462204+mts-ml@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:01:44 -0300 Subject: [PATCH 158/333] Add Mateus Lima to Contributors list (#104128) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b471d23a..7c8fdb42 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1513,6 +1513,7 @@ Ben - [Omkar Guha](https://github.com/omkarguha) - [Joel Singh](https:/github.com/Joel-Singh) - [Sanika Nair](https://github.com/sanika-n) +- [Mateus Lima](https://github.com/mts-ml) - [Zach Garza](https://github.com/ZachG1235) - [Eddgar Rojas](https://github.com/Eddgar0) - [YudisSutisna](https://github.com/Hanep77) From 8b9bc92cc3a031a475f973a5944bd348a79b6e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Cem=20T=C3=BCz=C3=BCn?= <77941098+cemtzn@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:10:38 +0300 Subject: [PATCH 159/333] I added my contribution to Contributors file (#104129) Co-authored-by: cemtzn --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7c8fdb42..7d671147 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! +-[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY -[051821](https://github.com/051821) - This is my first open-source contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. From 92ed28589284a100d46cf07c0d86e8840e053271 Mon Sep 17 00:00:00 2001 From: Asublime01 <99103839+Asublime01@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:42:47 -0600 Subject: [PATCH 160/333] Add username to Contributors list (#104130) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7d671147..fbd2561e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3165,3 +3165,4 @@ DanyLeeCS - [htyffn] - (https://github.com/htyffn) - [Shikhar Singh] -(https://github.com/shikhar3dev) - [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost +- [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< From 572b315229221e9630f6c687fb64ba814395eaf1 Mon Sep 17 00:00:00 2001 From: aoy9 <143554727+aoy9@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:43:28 -0600 Subject: [PATCH 161/333] Add Eric Y. to Contributors list (#104131) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fbd2561e..a9c9e721 100644 --- a/Contributors.md +++ b/Contributors.md @@ -327,6 +327,7 @@ sdumini - [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) - [Christian Petrucci] +- [Eric Y.](https://github.com/aoy9) Hello World! - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Kunal Jindal](https://github.com/imkunaljindal) - [numenk](https://github.com/numenk) From 02c07dc485d36b9fc9a421c1edfbf7c153705dab Mon Sep 17 00:00:00 2001 From: Johanna <139395235+J-Huster@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:56:35 -0600 Subject: [PATCH 162/333] Add Johaha to Contributors list (#104132) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a9c9e721..df978f30 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2964,6 +2964,7 @@ DanyLeeCS - [swjjeong](https://github.com/swjjeong) - [vietan0](https://github.com/vietan0) - [RockStar] +- [johaha](https://github.com/J-Huster) - [Tjark Wichmann](https://github.com/tjarkwichmann) - [Lucy] - [enguy-hub](https://github.com/enguy-hub) From aad25b86ecd04c518c3966694dbcae36a295070b Mon Sep 17 00:00:00 2001 From: aroset919 <59242064+aroset919@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:13:29 -0400 Subject: [PATCH 163/333] Add Aleena to Contributors List (#104133) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index df978f30..28e7fc4b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3168,3 +3168,4 @@ DanyLeeCS - [Shikhar Singh] -(https://github.com/shikhar3dev) - [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< +- [Aleena](https://github.com/aroset919/) - First Git Contribution! From 12a966ec275b6b82eb86ad80045e369e3712d5ad Mon Sep 17 00:00:00 2001 From: Abu Fati Date: Wed, 24 Sep 2025 21:57:29 +0000 Subject: [PATCH 164/333] Add Fati to Contributors list (#104134) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 28e7fc4b..d874b5af 100644 --- a/Contributors.md +++ b/Contributors.md @@ -54,6 +54,7 @@ - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Aakash Singh](https://github.com/aakashsingh04) - [Zahida Hussain] +- [Abu Fati](https://github.com/mamafati) My first open source commit!!!! - [Bob Qin](https://github.com/Bob200409) - [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) From aee0fad12a654d8da9a757d5d5535dce2b7d5a7c Mon Sep 17 00:00:00 2001 From: Allen <126265123+its-allen@users.noreply.github.com> Date: Thu, 25 Sep 2025 03:05:38 +0330 Subject: [PATCH 165/333] Added Allen to Contributors list (#104137) * Update Contributors.md * Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d874b5af..54064870 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3170,3 +3170,4 @@ DanyLeeCS - [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< - [Aleena](https://github.com/aroset919/) - First Git Contribution! +- [Allen](https://github.com/its-allen) -Allen Here... From 4b698b9be2a1ee9225d008cb5c9b822f6150c16c Mon Sep 17 00:00:00 2001 From: KingsleyND <72080248+KingsleyND@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:48:10 -0400 Subject: [PATCH 166/333] Add kingsley to Contributors List (#104138) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 54064870..5facea30 100644 --- a/Contributors.md +++ b/Contributors.md @@ -216,6 +216,7 @@ ranjith_dhanasekaran - [Vedanth](https://github.com/Vedanth81106) - [Agus](https://github.com/agusfdzm) - [Diogo Ferreira](https://github.com/fdiogo1) +- [Kingsley] - [Hakimo abdikadir](https://github.com/hikmaladan) - [voiceinthedark](https://github.com/voiceinthedark) - Anushka From 52c8cf505c4d8e3e341195d81d86dd04c242922c Mon Sep 17 00:00:00 2001 From: Joseph Fujimoto <83256590+jsfmu@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:58:47 -0700 Subject: [PATCH 167/333] Add Joseph Fujimoto to contributors list (#104139) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5facea30..96513792 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! From 5fb0f92fcf277e97044969049e8706cca0d2bc25 Mon Sep 17 00:00:00 2001 From: Allen Date: Thu, 25 Sep 2025 03:28:57 +0330 Subject: [PATCH 168/333] Add Allen to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index d874b5af..70f68518 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3170,3 +3170,5 @@ DanyLeeCS - [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< - [Aleena](https://github.com/aroset919/) - First Git Contribution! +- [Allen](https://github.com/its-allen/) - Allen is here guys, relax <3 + From 7b1179b883b5c9cba647841d5d3d8fc4b7ab95b0 Mon Sep 17 00:00:00 2001 From: HugoDavidCortinas Date: Wed, 24 Sep 2025 18:10:24 -0600 Subject: [PATCH 169/333] add: Hugo Cortinas to Contributors list (#104136) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 96513792..7f4d2f1d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3162,6 +3162,7 @@ DanyLeeCS - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - Parveen Rana - [Anushka] (https://github.com/Anushka8) +- [Hugo David Cortinas González](https://github.com/Hcortinas) - [Roberto RW] (https://github.com/roberto-rw) - [Jimmy So] this is 250924. I wanna free~ - [tdx2] - a software developer From 57a3718f14b887fd312433e8bce0be1fb8df7e78 Mon Sep 17 00:00:00 2001 From: Melvin Mathew <44475208+melvinmsm@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:36:53 -0500 Subject: [PATCH 170/333] Add Melvin to Contributors list (#104141) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7f4d2f1d..04c8e52b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3149,6 +3149,7 @@ DanyLeeCS - [nikhilpachange](https://github.com/cheonkyu) - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) +- [Melvin](https://github.com/melvinmsm) - [Deniz Burduroglu](https://github.com/denizburduroglu) - [Mahmoud Hamed](https://github.com/mahmoudhamed) - [Thejas P Rao](https://github.com/thejasrao262003) From fbce41a4fae1d099f39e79786fb4f761d37b3e83 Mon Sep 17 00:00:00 2001 From: Dylan Kwok Date: Thu, 25 Sep 2025 10:17:32 +0800 Subject: [PATCH 171/333] Add kwokbyte to Contributors list (#104143) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 04c8e52b..2bfd2e2f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1997,6 +1997,7 @@ Lawrence Ahaneku - [Lokitha Muni](https://github.com/lokitha-muni) - [Manish Ambarwar](https://github.com/manish3299) - [Abdullah Asim](https://github.com/Abdulla-asim) +- [kwokbyte](https://github.com/kwokbyte) - [Arjun Manjunath](https://github.com/arjunmnath) - [Samson Ajakaye](https://github.com/nacosseruib) - [Mason Breece](https://github.com/MBreece89) From e845d470f90d8ddb41645676dd5b65b75595957c Mon Sep 17 00:00:00 2001 From: masumraza Date: Thu, 25 Sep 2025 08:39:19 +0530 Subject: [PATCH 172/333] Add Masum Raza to Contributors list (#104144) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2bfd2e2f..49f456e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ - [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) - [Mir-Asim-Ali](https://mirasim.netlify.app/) +-[Masum Raza](https://github.com/khanmasumraza) - [GENJI J](https://github.com/anya-minamoto) - [Mihir M](https://github.com/mihirm3hub) - [Algacyr Melo](https://github.com/algacyr-melo) From 1744f8a65c555574ad2624b1ef89bc0bba035a48 Mon Sep 17 00:00:00 2001 From: Duc Tran Date: Thu, 25 Sep 2025 10:57:57 +0700 Subject: [PATCH 173/333] Add Duc Tran to Contributors List (#104145) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 49f456e3..d764dfa2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3177,3 +3177,4 @@ DanyLeeCS - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< - [Aleena](https://github.com/aroset919/) - First Git Contribution! - [Allen](https://github.com/its-allen) -Allen Here... +[Duc Tran](https://github.com/doitsu2014) - Hi everyone From a3e94bff59aa91e881a51d8cd7b7802f7c58bec5 Mon Sep 17 00:00:00 2001 From: Duc Date: Thu, 25 Sep 2025 11:08:14 +0700 Subject: [PATCH 174/333] Add Duc Tran to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d764dfa2..3ff114bf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3177,4 +3177,4 @@ DanyLeeCS - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< - [Aleena](https://github.com/aroset919/) - First Git Contribution! - [Allen](https://github.com/its-allen) -Allen Here... -[Duc Tran](https://github.com/doitsu2014) - Hi everyone +- [Duc Tran](https://github.com/doitsu2014) - Hi everyone From 161cabae2c167458623214b419e6d1ef6fee3f33 Mon Sep 17 00:00:00 2001 From: June An Date: Wed, 24 Sep 2025 22:05:54 -0700 Subject: [PATCH 175/333] Add June to Contributors list (#104147) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d764dfa2..4be7dc0f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ - [DeAnna_Nichols] - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] +- [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) From f47c596963da7c51b005da148e613b2fea7b44a0 Mon Sep 17 00:00:00 2001 From: BKCODE2003 Date: Thu, 25 Sep 2025 10:41:59 +0530 Subject: [PATCH 176/333] Add Bhushan Kor to Contributors list (#104148) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4be7dc0f..2b2f1ce4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! From 408fea516115d031111e8f52760e203660ce6df0 Mon Sep 17 00:00:00 2001 From: "Gangaparameshwari.D" Date: Thu, 25 Sep 2025 11:52:01 +0530 Subject: [PATCH 177/333] Add Gangaparameshwari to Contributors list (#104149) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2b2f1ce4..2de72a3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -76,6 +76,7 @@ - [Mahanthesh S](https://github.com/Mahi2708) - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) +-[Gangparameshwari D](https://github.com/Gangaparameshwari07) - [Ali Nasser](https://github.com/AliNasser05) - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) From c2f1532beea119a665fd290ce3b6d48465caedfe Mon Sep 17 00:00:00 2001 From: AyushMaurya3114 <144930232+AyushMaurya3114@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:20:52 +0530 Subject: [PATCH 178/333] Added ayush's contri (#104150) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2de72a3a..29974af4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ - [FaFa-02] - [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) +- [Ayush](https://github.com/AyushMaurya3114) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India From d8dd591a622ce186c7d53f897cb744a9382a3db4 Mon Sep 17 00:00:00 2001 From: Naumaan Ghafoor <150515638+nmnghaf@users.noreply.github.com> Date: Thu, 25 Sep 2025 10:10:26 +0300 Subject: [PATCH 179/333] Add Naumaan Ghafoor to Contributors list (#104151) Co-authored-by: Naumaan Ghafoor --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 29974af4..686f516f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3182,3 +3182,4 @@ DanyLeeCS - [Aleena](https://github.com/aroset919/) - First Git Contribution! - [Allen](https://github.com/its-allen) -Allen Here... [Duc Tran](https://github.com/doitsu2014) - Hi everyone +- [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! From 60238491522704abb93d3cfa16aae85382a4e53c Mon Sep 17 00:00:00 2001 From: Al Amin Jewel <168659980+programmerjewel@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:20:37 +0600 Subject: [PATCH 180/333] Add Jewel to the contributor's list (#104152) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 686f516f..577ac5ab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) + [Jewel](https://github.com/programmerjewel) [Krish](https://github.com/Krish-9-6) - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. From bf2671c1f68c7c114b7374290ed2286e29a916a2 Mon Sep 17 00:00:00 2001 From: Mark Abdilla Mifsud <60700422+MarkAbdillaMifsud@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:22:33 +0200 Subject: [PATCH 181/333] Add Mark Abdilla Mifsud to the Contributors list (#104153) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 577ac5ab..c1004ce1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3184,3 +3184,4 @@ DanyLeeCS - [Allen](https://github.com/its-allen) -Allen Here... [Duc Tran](https://github.com/doitsu2014) - Hi everyone - [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! +- [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! From decd84682503bfd8b8e244776c371f9d73a4d3dd Mon Sep 17 00:00:00 2001 From: chiragsZeusint Date: Thu, 25 Sep 2025 15:55:46 +0530 Subject: [PATCH 182/333] Add chirag solanki in list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 577ac5ab..3b65e643 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3184,3 +3184,4 @@ DanyLeeCS - [Allen](https://github.com/its-allen) -Allen Here... [Duc Tran](https://github.com/doitsu2014) - Hi everyone - [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! +- [Chirag Solanki](https://github.com/chiragsdev) - Long Way to Go! From 7074dcfde6ecbec2f3c6ac1a412d5146af643be5 Mon Sep 17 00:00:00 2001 From: Murphy Mo <635071732@qq.com> Date: Thu, 25 Sep 2025 18:32:01 +0800 Subject: [PATCH 183/333] add murphy's name to Contributors list (#104155) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c1004ce1..2caeaf2f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2995,6 +2995,7 @@ DanyLeeCS - [Ivan Lee]() - [kasap] - [Lyra](https://github.com/why) +- [SZMOFEI](https://github.com/SZMOFEI) - [Maksat Annageldiyev](https://github.com/M4x4T) - [Radhakrishan](https://github.com/rkdevx) - [Benjamin Robert](https://github.com/BenjaminRobert0702) From dff74c9913135f99f5a8cb53bc6bedb84eda3bdb Mon Sep 17 00:00:00 2001 From: SpicyKiwi <144238608+Sp1cyK1w1@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:46:02 +0100 Subject: [PATCH 184/333] Add ZhiYao Jin to contributors list (#104156) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2caeaf2f..3c6f7b50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3185,4 +3185,5 @@ DanyLeeCS - [Allen](https://github.com/its-allen) -Allen Here... [Duc Tran](https://github.com/doitsu2014) - Hi everyone - [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! +- [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! I'm working on it!!! - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! From 3e4506697b2b91a155672cd7b2df3ab6e89ec36c Mon Sep 17 00:00:00 2001 From: Kavita Akhade <71923475+kvi-20@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:17:48 +0530 Subject: [PATCH 185/333] add kavita to contributor list (#104158) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c6f7b50..7bb035ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -183,6 +183,7 @@ ranjith_dhanasekaran - [Filippos Angelakos](https://github.com/filipp-os) - Love from Greece!!!! - [Sanjay Senthilkumar](https://github.com/Sanj84-co) - [KANISH](hello) +- [Kavita](https://github.com/kvi-20) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) - [M Govindarajan](https://github.com/Govindarajannn) From 6c576e844f1ce394332f8d5711a47c8b55778d4b Mon Sep 17 00:00:00 2001 From: J4kubR <145209790+J4kubR@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:05:11 +0200 Subject: [PATCH 186/333] Add Jakub Rudowski to the list (#104159) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7bb035ad..bc796f15 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3120,7 +3120,8 @@ DanyLeeCS - Aarush Sanghi [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) -[Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. +[Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life.' +[Jakub Rudowski](https://github.com/J4kubR) Open source here I come :) Happy to be a part of a big community. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o From 1971d3b59c4b69252ab243e6d78771bc3cfac4d8 Mon Sep 17 00:00:00 2001 From: DE SILVA T R R Date: Thu, 25 Sep 2025 17:50:37 +0530 Subject: [PATCH 187/333] Add Ranjuna to Contributors list - Hacktoberfest 2024 (#104160) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bc796f15..d3fa3bc9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3189,3 +3189,4 @@ DanyLeeCS - [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! I'm working on it!!! - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! +- [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 From 494da560c7dc5290ddecd26469d7520de2bfed17 Mon Sep 17 00:00:00 2001 From: MUHAMMAD SHEIK NAUMAN Date: Thu, 25 Sep 2025 18:11:56 +0530 Subject: [PATCH 188/333] added Muhammad Sheik Nauman to contributers list (#104162) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d3fa3bc9..461e542e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -120,6 +120,7 @@ [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! - [thePrnvBot](https://github.com/thePrnvBot) - Sup Doods! +- [Muhammad Sheik Nauman](https://github.com/Muhammad-Sheik-Nauman)-wassssupppp!! - [Lane Henslee](https://github.com/huncholane) - Go Vols - [Watson](https://github.com/tanso0126) - [Eric G Butler Jr](https://github.com/ericbutler1209) From 82ee3629dd58fe8701b5fe25e5bf0c4bb1bbbc52 Mon Sep 17 00:00:00 2001 From: Saikishor Rasala Date: Thu, 25 Sep 2025 18:22:05 +0530 Subject: [PATCH 189/333] add Saikishor Rasala to Contributors List (#104163) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 461e542e..3d621dbd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3191,3 +3191,4 @@ DanyLeeCS - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! I'm working on it!!! - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 +- [Saikishor-Rasala](https://github.com/saikishorr) From c82035308b92f67eada918df82a647635dbeb2c9 Mon Sep 17 00:00:00 2001 From: Anns Abbasi Date: Thu, 25 Sep 2025 19:22:22 +0500 Subject: [PATCH 190/333] Add Anns Abbasi to Contributors list (#104167) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3d621dbd..0848ba5b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -58,6 +58,7 @@ - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Aakash Singh](https://github.com/aakashsingh04) +- [Anns Abbasi](https://github.com/annsabbasi) - first open source contribution - [Zahida Hussain] - [Abu Fati](https://github.com/mamafati) My first open source commit!!!! - [Bob Qin](https://github.com/Bob200409) From ee9954c59e91e398e5d484769f6e3630982c51a2 Mon Sep 17 00:00:00 2001 From: Rachit Tanwar Date: Thu, 25 Sep 2025 21:11:35 +0530 Subject: [PATCH 191/333] added rachit to contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c4ea793d..772e58e2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [Umut Hasanoglu](https://github.com/UmutHasanoglu) - [Ekak Basu](https://github.com/ebro125) - [Erfan Ahmadi](https://github.com/erfan-web) +- [Rachit Tanwar](https://github.com/rachit-tanwar) - [Aaliyah Raheem](https://github.com/aaliot) - [Md. Apu](https://github.com/Apu-mirza) - [mgalore](https://github.com/mgalore) @@ -2783,4 +2784,4 @@ DanyLeeCS - [Jy](https://github.com/jy1534) - [ompug](https://github.com/ompug) -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) --[Monu Kumari](https://github.com/monukri4548) \ No newline at end of file +-[Monu Kumari](https://github.com/monukri4548) From ddb104ea8bcf26630d9741b55f3e29dedc5b7916 Mon Sep 17 00:00:00 2001 From: Atharv-24-11 Date: Thu, 25 Sep 2025 21:20:03 +0530 Subject: [PATCH 192/333] Add Anns Abbasi to Contributors list (#104167) (#104170) Author: Atharv Dhande Co-authored-by: Atharv Dhande From fa6e18db3a2d7d546c02be9d8f8f94f7fd76abe8 Mon Sep 17 00:00:00 2001 From: steeven972 <125614466+steeven972@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:34:32 +0200 Subject: [PATCH 193/333] Add steeven972 to Contributors list (#104173) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0848ba5b..481eb922 100644 --- a/Contributors.md +++ b/Contributors.md @@ -33,6 +33,7 @@ - [Mohamed] (https://github.com/MohamedMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. +-[Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! -[hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) From 8d1d291f6051fc956d87fedbd06de845940cce3a Mon Sep 17 00:00:00 2001 From: Praveen-Palanivel Date: Thu, 25 Sep 2025 22:32:18 +0530 Subject: [PATCH 194/333] Add Praveen-Palanivel to Contributors list (#104174) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 481eb922..735e3f85 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3194,3 +3194,4 @@ DanyLeeCS - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 - [Saikishor-Rasala](https://github.com/saikishorr) +- [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! From f59a84b69d59cd0b88d864470ef327ae9586fcfe Mon Sep 17 00:00:00 2001 From: Sidra Date: Thu, 25 Sep 2025 22:08:46 +0500 Subject: [PATCH 195/333] Contribute --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 481eb922..15d6d0ca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3194,3 +3194,4 @@ DanyLeeCS - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 - [Saikishor-Rasala](https://github.com/saikishorr) +- [Sidra-Yasmeen](https://github.com/Sidra-Yasmeen) - Hello!!!! Its my first contribution. From f60174c85c7897b2aa92e68a5a9786900901e714 Mon Sep 17 00:00:00 2001 From: Sidra Date: Thu, 25 Sep 2025 22:14:00 +0500 Subject: [PATCH 196/333] commit --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 15d6d0ca..d0f8902a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3194,4 +3194,4 @@ DanyLeeCS - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 - [Saikishor-Rasala](https://github.com/saikishorr) -- [Sidra-Yasmeen](https://github.com/Sidra-Yasmeen) - Hello!!!! Its my first contribution. +- [Sidra-Yasmeen](https://github.com/Sidra-Yasmeen) - Hello!!!! Its my first contribution.Thank you all !!! From 179f1f2117469a5be14f005b66148e8c4095d967 Mon Sep 17 00:00:00 2001 From: 200MB Date: Thu, 25 Sep 2025 21:14:32 +0400 Subject: [PATCH 197/333] Add 200MB to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 735e3f85..5d1bb4ce 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Mohamed] (https://github.com/MohamedMemar) - [Toton] +- [200MB] - Yo -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! -[hewin31](https://github.com/hewin31) From 8b24e919c9291281bbdddd2e63a3525248d250e0 Mon Sep 17 00:00:00 2001 From: 200MB Date: Thu, 25 Sep 2025 21:18:35 +0400 Subject: [PATCH 198/333] Add 200MB to Contributors list --- Contributors.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Contributors.md b/Contributors.md index 5d1bb4ce..cf180b81 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,10 +32,10 @@ - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Mohamed] (https://github.com/MohamedMemar) - [Toton] -- [200MB] - Yo --[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. --[Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! --[hewin31](https://github.com/hewin31) +- [200MB] - Mada Mada +- [Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. +- [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! +- [hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From b1c767a9bbd04c1a804f70706815ee90ca82f14c Mon Sep 17 00:00:00 2001 From: Shivani samant Date: Thu, 25 Sep 2025 22:53:49 +0530 Subject: [PATCH 199/333] Shivani Samant (#104177) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 735e3f85..e38f4528 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ [Diya](https://github.com/123diya-coder) [Jewel](https://github.com/programmerjewel) [Krish](https://github.com/Krish-9-6) +- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. From b0bae0d49d7f9b72d761e66d1f83b6ebd525aa30 Mon Sep 17 00:00:00 2001 From: fertileverve Date: Thu, 25 Sep 2025 13:21:55 -0500 Subject: [PATCH 200/333] Update Contributors.md (#104178) Added link to FertileVerve per Microsoft Learn instructions. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e38f4528..6cfcea80 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ - [FaFa-02] - [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) +- [FertileVerve](https://github.com/fertileverve) - [Ayush](https://github.com/AyushMaurya3114) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) From 93d59bc9fb56aaca8950727b441acd68b6df84aa Mon Sep 17 00:00:00 2001 From: Shruti Hiraman Kotgire Date: Fri, 26 Sep 2025 00:06:37 +0530 Subject: [PATCH 201/333] Added Shruti's name to contributors list (#104179) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6cfcea80..e49b8c7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3197,3 +3197,4 @@ DanyLeeCS - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 - [Saikishor-Rasala](https://github.com/saikishorr) - [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! +- [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) \ No newline at end of file From f9f1ca6d28ccbbda37e48c579746df0d57615b8c Mon Sep 17 00:00:00 2001 From: Muhammet <116195278+MuhammetSec-Exilex@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:39:47 +0300 Subject: [PATCH 202/333] =?UTF-8?q?Add=20Muhammet=20Alperen=20=C5=9E=C4=B1?= =?UTF-8?q?vg=C4=B1n=20to=20Contributors=20list=20(#104180)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e49b8c7d..1044950c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors -[Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment +- [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! From 0885f0187cac1585ae0d146cc2b003709fc46314 Mon Sep 17 00:00:00 2001 From: Avinash Ganore Date: Fri, 26 Sep 2025 01:02:46 +0530 Subject: [PATCH 203/333] Add my name to readme (#104181) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a2d44509..d0347131 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [DeAnna_Nichols] - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] +- [Avinash Ganore](https://github.com/Xzy-Vron) - [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) - [FertileVerve](https://github.com/fertileverve) From a666f49ef90363134a062be4ecaa9da206fb5d42 Mon Sep 17 00:00:00 2001 From: huhjinhyo <43099256+huhjinhyo@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:42:40 -0400 Subject: [PATCH 204/333] Add Jinhyo (#104182) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d0347131..9f3a1c0d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2450,6 +2450,7 @@ Cloudman - [Kamil Brzezinski](https://github.com/git-od-podstaw-piotr) - [Punnapareddy Bhaskar Rao](https://github.com/P-Bhaskar-Rao) - [Sheikh Mujtaba](https://github.com/Sheikh-Muhammad-Mujtaba) +- [Jinhyo Huh](https://github.com/huhjinhyo) With a heart that sings of stars, love all things dying. - [gpalacios26](https://github.com/gpalacios26/curso-git-fork) - [Steve Armstrong](https://github.com/W0474997SteveArmstrong) - [Ben Tootill](https://github.com/TriedDevotee) From 090b0fd21e9f8a58c51e3d7faa72138b433a6f2e Mon Sep 17 00:00:00 2001 From: Sourabh Mukherjee <112678696+sourabhO7@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:16:24 +0530 Subject: [PATCH 205/333] Sourabh Mukherjee is added to the contributor list (#104183) Co-authored-by: sourabh.mukherjee --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9f3a1c0d..994ab709 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - Saurebh Kokate - THis is my 1st contribution +- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) From 60666bc87b18cd19aa37d20550b53352c3378265 Mon Sep 17 00:00:00 2001 From: Holly Dahlstrom Date: Thu, 25 Sep 2025 14:47:35 -0500 Subject: [PATCH 206/333] Add Holly Dahlstrom to Contributors list (#104135) * Add Holly Dahlstrom to Contributors list * Update .gitignore --------- Co-authored-by: Holly Dahlstrom Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 994ab709..f44dfbad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ -[051821](https://github.com/051821) - This is my first open-source contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. +- [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm From 331870da6d247c8ce903980a27a94a629647bec5 Mon Sep 17 00:00:00 2001 From: Caroline Park <38379431+parkcarol@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:16:13 -0400 Subject: [PATCH 207/333] Add Caroline Park to Contributors list (#104185) Co-authored-by: Caroline Park --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f44dfbad..2966dcaa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -53,6 +53,7 @@ - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) +- [Caroline Park](https://github.com/parkcarol/) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Kyaw Phyo Win](https://github.com/KyawPhyo-hub) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From 63a07fd1ab465acf4ce7924b48735a3515747e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AF=E3=82=B7=E3=83=B3=E3=83=88=E3=83=B3=E3=83=81?= =?UTF-8?q?=E3=83=BC=E3=82=BA=E3=82=B1=E3=83=BC=E3=82=AD?= Date: Fri, 26 Sep 2025 06:18:24 +0900 Subject: [PATCH 208/333] Add Arachnesan to Contributors list (#104186) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2966dcaa..d302a83f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3192,6 +3192,7 @@ I am Lakshya Sharma and making my first open source contribution - [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! +- [Arachnesan] - Parveen Rana - [Anushka] (https://github.com/Anushka8) - [Hugo David Cortinas González](https://github.com/Hcortinas) From 0e698a30cce28f88d9a5bdf3f1e3e6bf8992a5fe Mon Sep 17 00:00:00 2001 From: Richie de la Rosa <162278075+richiedlrsa@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:30:45 -0400 Subject: [PATCH 209/333] Add Richie de la Rosa to Contributors list (#104187) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d302a83f..09aa81b1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3072,6 +3072,7 @@ DanyLeeCS - [zhoushuo](https://github.com/zshs000) - [Suriti Joshi] (https://github.com/srj-145) - CyberJoke +- [Richie de la Rosa] (https://github.com/richiedlrsa) - [James Whatcott](https://github.com/jameswhatcott) - [Dudley Orestil] (https://github.com/dee276) - [Syink](https://github.com/syinkboy) From f0deef8cb223be3a9db11092eb8775ef0465bad6 Mon Sep 17 00:00:00 2001 From: Qadir Abdulahad Date: Thu, 25 Sep 2025 21:27:11 -0500 Subject: [PATCH 210/333] Add Qadir Abdulahad to Contributors list (#104188) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 09aa81b1..ee00c26c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3142,6 +3142,7 @@ DanyLeeCS [Jakub Rudowski](https://github.com/J4kubR) Open source here I come :) Happy to be a part of a big community. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] +Qadir Abdulahad I am Lakshya Sharma and making my first open source contribution - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. From b81ee0353bb628f16bc1399b5753129473bbf8cc Mon Sep 17 00:00:00 2001 From: JhuoerYen <57058192+yydrowz3@users.noreply.github.com> Date: Thu, 25 Sep 2025 23:26:02 -0400 Subject: [PATCH 211/333] Add ydrz3 to Contributors list (#104190) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ee00c26c..5909be05 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3218,3 +3218,4 @@ I am Lakshya Sharma and making my first open source contribution - [Saikishor-Rasala](https://github.com/saikishorr) - [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! - [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) +- [ydrz3](https://github.com/yydrowz3) - hello world From ffa1c5d2327a7e8b582fe38437aaae5811f538bc Mon Sep 17 00:00:00 2001 From: Deepak Baghel <146962409+Deepak-SBaghel@users.noreply.github.com> Date: Fri, 26 Sep 2025 09:08:53 +0530 Subject: [PATCH 212/333] Add Deepak-Baghel to Contributors list (#104191) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5909be05..b009a56f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -195,6 +195,7 @@ ranjith_dhanasekaran - [Filippos Angelakos](https://github.com/filipp-os) - Love from Greece!!!! - [Sanjay Senthilkumar](https://github.com/Sanj84-co) - [KANISH](hello) +- [Deepak Baghel](https://github.com/Deepak-SBaghel) - after prostacinatng for 2 years finally starting contibution - [Kavita](https://github.com/kvi-20) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) From 7305d0091ee3b29c3250ecba9098c9c63bd31e42 Mon Sep 17 00:00:00 2001 From: Anand-0037 Date: Fri, 26 Sep 2025 03:42:49 +0000 Subject: [PATCH 213/333] Anand Vashishtha --- Contributors.md | 63 +++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/Contributors.md b/Contributors.md index 5909be05..3563a360 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,13 +14,13 @@ - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - Saurebh Kokate - THis is my 1st contribution -- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution +- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) [Jewel](https://github.com/programmerjewel) [Krish](https://github.com/Krish-9-6) -- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. +- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. @@ -46,9 +46,9 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) -- [Anashe Gaseller] +- [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) - [Mahdi](https://github.com/mahdi-re-dev) - thanks + [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) @@ -62,7 +62,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution -- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! @@ -86,6 +86,7 @@ - [Kamal Agrahari](https://github.com/ikamalagrahari/) - [Krish Sharma](https://github.com/krisharmaa) - [Mahanthesh S](https://github.com/Mahi2708) +- [Anand Vashishtha](https://github.com/Anand-0037) - Python developer from INDIA - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) -[Gangparameshwari D](https://github.com/Gangaparameshwari07) @@ -97,7 +98,7 @@ - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) -- [Rafael Severo](https://github.com/rafaeumesmo) +- [Rafael Severo](https://github.com/rafaeumesmo) - [Emanuel Orduña](https://github.com/emaordu) - [Anuraag Akella](https://github.com/Anuraag03) - My First Contribution!! - [LayorX](https://github.com/LayorX) @@ -112,7 +113,7 @@ - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [Anwesh] - (https://github.com/Anwesh-18) - My first open source contribution -- [stijee] - This is my first github commit. +- [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) - [wasiq345](https://github.com/wasiq345) -Greetings from Pakistan - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! @@ -222,7 +223,7 @@ ranjith_dhanasekaran - [Ahmed Abdellatif](https://github.com/abdellatif72) - [Alex Ivaschenko] (https://github.com/ivaschenkoalex) - [Cameron Scott](https://github.com/cdscott37) -- [Harsh Sahu](https://github.com/harshsahu383) +- [Harsh Sahu](https://github.com/harshsahu383) - [Dayangku Fatin Masyitah] (https://github.com/aktnlxk) - Patty [Nick](https://github.com/nick-noble) First open source contribution @@ -255,7 +256,7 @@ ranjith_dhanasekaran - [Caíque Oliveira](https://github.com/os-caique) - [Gabriel Eyo] (https://github.com/eyogabriel529-sen) - [Sundram Rai](https://github.com/Sundramrai3691) -- [Miles Morales] +- [Miles Morales] - [DevElevate19](https://github.com/DevElevate19) - [Victor Brayner](https://github.com/victorbrayner) - [lucas](https://github.com/Luc-as) @@ -277,7 +278,7 @@ ranjith_dhanasekaran - [Kat R.](https://github.com/KxttyKxt) - [Daniel Arrieta](https://github.com/Darrieta05) - [RUDRA TAILOR](https://github.com/RudraTailor) -- [Aditya Dubey](https://github.com/Aditya149202) +- [Aditya Dubey](https://github.com/Aditya149202) - santiago robles - Faiz Modi - adasrh yadav @@ -302,7 +303,7 @@ ranjith_dhanasekaran - [CJ Nwogu] (https://github.com/cjnw) - [Sneha Bichkunde] (https://github.com/snehabichkunde) sdumini -- [Siddharth Sahu] (https://github.com/sidhacks) +- [Siddharth Sahu] (https://github.com/sidhacks) - [DEVANSH SHUKLA] (https://github.com/devansh391k) - [Kartik Mishra] (https://github.com/kartikmishra210) - [Kunal Sable] (https://github.com/Kunals990) @@ -326,7 +327,7 @@ sdumini - [Akinori Sugimura](https://github.com/sugisaku37) - [Nada Alinour](https://github.com/nadaalinour) - [Swapnil] (https://github.com/swapnil282K) -- [Vaibhav Jadhav] (https://github.com/vaibhav2141) +- [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Sandy052005](https://github.com/sandy052005) - [Nikita Maurya](https://github.com/sun-andsky) - [Shreyas](https://github.com/skdoosh) @@ -347,9 +348,9 @@ sdumini - [Mohith Butta] (https:/github.com/loicmohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) -- [Mauricio Pereira] (https://github.com/gitreece) +- [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) -- [Christian Petrucci] +- [Christian Petrucci] - [Eric Y.](https://github.com/aoy9) Hello World! - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Kunal Jindal](https://github.com/imkunaljindal) @@ -431,7 +432,7 @@ sdumini - [mfg5160] - [Hayato Katagiri](https://github.com/hayatokatagiri) - [PandaDev0069](https://github.com/PandaDev0069) -- [snowmandidi](https://github.com/snowmandidi) +- [snowmandidi](https://github.com/snowmandidi) - [Jayasree G Kalkura](https://github.com/jayasree1805) - [Carlota Castelltort Pinto](https://github.com/CCastelltort) - [Tony J.](https://github.com/t0nebone) @@ -456,7 +457,7 @@ sdumini - [ajit](https://github.com/ajitprachande) - [Pankaj] (https://github.com/ppankaj321) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) -- [Ashish Bairwa](https://github.com/ashishb20) +- [Ashish Bairwa](https://github.com/ashishb20) - [Jason](https://github.com/dev-jason-lu) - [David Anane](https://github.com/plaestore) - [Karan Dhiman](https://github.com/karandhiman12) @@ -472,12 +473,12 @@ sdumini - [Muhammad Bilal Saleem](https://github.com/Muhammad-Bilal-Saleem) -[lavi](https://github.com/lavihere1) -[Daniel Velez](https://github.com/Daniel1000c) -- [Martin-Perfumo] (https://github.com/MartinPerfumo) +- [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution NMAKHIJA- Test Contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) -- Ja'Nya Ward +- Ja'Nya Ward [Devansh Kapoor](https://github.com/Devansh2208) - [Kashif Kawsar Qadri](https://github.com/KashifQadri90) -[Kavya Krishna](https://github.com/Cx-rrupt) @@ -485,7 +486,7 @@ sdumini - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() -[Bikash Barua](https://github.com/bikashbarua) -- [Varshith Adithya](https://github.com/kv-adithya) +- [Varshith Adithya](https://github.com/kv-adithya) - [Brandon McHugh](https://github.com/brandmch) - [Carlos FH](https://github.com/carlosfhz13) - [Holmes M](https://github.com/Sher69-mycroft) @@ -541,10 +542,10 @@ sdumini - shreyash patil [https://github.com/Sudeshpatil07] - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) -- [Aman Kumar](https://github.com/YukiCodepth) +- [Aman Kumar](https://github.com/YukiCodepth) - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) -- [Noor Jellani](https://github.com/nurulain0) +- [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.cBreakerom/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) - [Ravishankar saini](https://github.com/Cyrus253) @@ -714,7 +715,7 @@ sdumini - [Rakesh Vanam](https://github.com/rakeshvanam6868) - [KamalKant](https://github.com/kamal2730) - [HarshYadav152](https://github.com/HarshYadav152) -- [gg_dever] (https://github.com/gg-dever) +- [gg_dever] (https://github.com/gg-dever) - [Paritosh Tiwari] - [Arsh Kumar Mandal](https://github.com/arshmandal0725) - [Gods-ghost](https://github.com/dist34) @@ -881,15 +882,15 @@ sdumini - [Daniyal duddu Subhani](https://github.com/https://github.com/daniyal-subhani) - [Sheikh Abdullah Bin Zahid](https://github.com/Abdullah2240) - [square-story](https://github.com/square-story) -- [Prem Kumar T G](https://github.com/prem7129) +- [Prem Kumar T G](https://github.com/prem7129) - [Artur Chagas](https://github.com/Artur-chagas-shu) - [darkiss7](https://github.com/darkiss7) - [FAI8h](https://github.com/FAI8h) - [Zaid Rasul](https://github.com/ZaidRasul) - [Ankith Kini](https://github.com/ANKITH33) - [Chamesh Dinuka](https://github.com/chamesh2019) -- [Shivam Pandya] -" DEBBIE !)" +- [Shivam Pandya] +" DEBBIE !)" - [Syed Naveeed Mohammed](https://github.com/SyedNaveedM) - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). @@ -993,7 +994,7 @@ P Venkata Rami Reddy - [Keya Shah] (https://github.com/keysh123) - [yeisondev001 💎](https://github.com/yeisondev001) - [ZMM-zhangmanman] -- [Mani] +- [Mani] - [Bohdan Shtelmakh](https://github.com/BohdanShtelmakh) - [Andrea Moguel](https://github.com/amoguelk) - [Akshat Jain](https://github.com/akshat2604) @@ -2667,13 +2668,13 @@ Cloudman - [Rahul Dutta](https://github.com/RahulDutta7) - [Mohamed Laraiche](https://github.com/molaraiche) - [Janaki Ram K](https://github.com/JKR0805) -- [Akshit Garg](https://github.com/AkshitGarg054) +- [Akshit Garg](https://github.com/AkshitGarg054) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Blhassen Sehli](https://github.com/Blhasn-Sehli) - [Saiprasad Rao] (https://github.com/thesaiprasadrao) - [Shrivarsha Pooajry] (https://github.com/shrivarshapoojari) -- [spacescribe](https://github.com/spacescribe) +- [spacescribe](https://github.com/spacescribe) -[sammydonovan](https://github.com/sammydono) - [Sean Tilson](hhtps://github.com/smtilson) - [Firewooood](https://github.com/Firewooood) @@ -2770,7 +2771,7 @@ jack - first contribution practice -[Ameya19](https://github.com/Ameya19) -[jeterrrrrrr](https://github.com/jeterrrrrrr) -[Amritendu Bhattacharjee](https://github.com/xeonray-origin) --[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) +-[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) - [Jafar Hussein](https://github.com/Jafar-Hussein) -[Arjun V S](https://github.com/Arjunvs7) - [Aditya Jadhav](https://github.com/Aditya-Jadhav-9471) @@ -2824,7 +2825,7 @@ jack - first contribution practice - [Paramjit Singh](https://github.com/param20h) - [Darshil Vasoya](https://github.com/darshilvasoya) - [Paofan25](https://github.com/paofan25) -- [Dheeraj](https://github.com/Dheeraj1333) +- [Dheeraj](https://github.com/Dheeraj1333) - [Josh](https://github.com/joshrtust) -[CHHAVI GAUTAM](https://github.com/Chhavi001) -[Rodrigo Lima][https://github.com/Kosm9] @@ -2895,7 +2896,7 @@ sh0uka - [Amer](https://github.com/iamAmer) - [Rachel Stern](https://github.com/RachelStern20) - [Mukeshwaran K](https://github.com/mukesh-m01) -- [Dede Sangmortey](https://github.com/Ladydede) +- [Dede Sangmortey](https://github.com/Ladydede) - [Anastasia Tumanov](https://github.com/anastasiatumanov) - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) From 892f5a596c762bf378f7d2af714a91d709462a0e Mon Sep 17 00:00:00 2001 From: Bishal-Baral07 <800074926@fvtc.edu> Date: Fri, 26 Sep 2025 00:54:38 -0500 Subject: [PATCH 214/333] Update Contributors.md (#104193) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b009a56f..2f5dae8d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3220,3 +3220,4 @@ I am Lakshya Sharma and making my first open source contribution - [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! - [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) - [ydrz3](https://github.com/yydrowz3) - hello world + [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome From cf054595de6a14bf0de37ed7604abc9768f4b738 Mon Sep 17 00:00:00 2001 From: Justin Thomas <88386811+Justinvelliyath0@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:51:55 +0530 Subject: [PATCH 215/333] Add Justin Velliyath to Contributors list (#104194) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2f5dae8d..7d6d11c5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3221,3 +3221,4 @@ I am Lakshya Sharma and making my first open source contribution - [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) - [ydrz3](https://github.com/yydrowz3) - hello world [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome +- [Justin Velliyath](https://github.com/justinvelliyath0) \ No newline at end of file From 90a088d1a6e3e6dbeeafe5ebe7e6b07b635a41e1 Mon Sep 17 00:00:00 2001 From: Himanshu Firke <139757653+himanshu-firke@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:12:45 +0530 Subject: [PATCH 216/333] Add Himanshu-Firke (#104195) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7d6d11c5..d53ed64d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3221,4 +3221,5 @@ I am Lakshya Sharma and making my first open source contribution - [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) - [ydrz3](https://github.com/yydrowz3) - hello world [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome -- [Justin Velliyath](https://github.com/justinvelliyath0) \ No newline at end of file +- [Justin Velliyath](https://github.com/justinvelliyath0) +- [Himanshu Firke](https://github.com/himanshu-firke/) \ No newline at end of file From 38bcec9196f8b03d67ab6e7de0524ee727c9935b Mon Sep 17 00:00:00 2001 From: sohyeon412 <162390471+sohyeon412@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:57:53 +0900 Subject: [PATCH 217/333] Add sohyeon412 to Contributors list (#104196) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d53ed64d..3d697048 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3222,4 +3222,5 @@ I am Lakshya Sharma and making my first open source contribution - [ydrz3](https://github.com/yydrowz3) - hello world [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome - [Justin Velliyath](https://github.com/justinvelliyath0) -- [Himanshu Firke](https://github.com/himanshu-firke/) \ No newline at end of file +- [Himanshu Firke](https://github.com/himanshu-firke/) +- [Sohyeon412](https://github.com/sohyeon412) From 58a7f881347aa300bec7210d2c4f668b57c7a7a8 Mon Sep 17 00:00:00 2001 From: Shivani Kshirsagar <108947015+Shivanii30@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:57:10 +0530 Subject: [PATCH 218/333] Add Shivaniii30 to Contributors.md list (#104197) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3d697048..3b7d0721 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3224,3 +3224,4 @@ I am Lakshya Sharma and making my first open source contribution - [Justin Velliyath](https://github.com/justinvelliyath0) - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) +- [Shivanii30](https://github.com/Shivanii30) From dab90baa9670495a736a7e4d1d242b95582c6a73 Mon Sep 17 00:00:00 2001 From: vinay Date: Fri, 26 Sep 2025 15:12:46 +0530 Subject: [PATCH 219/333] Add vinay10000 to Contributors list --- Contributors.md | 66 ++++++++++++++++++++++++------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/Contributors.md b/Contributors.md index 3b7d0721..5b309f71 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,13 +14,13 @@ - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - Saurebh Kokate - THis is my 1st contribution -- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution +- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) [Jewel](https://github.com/programmerjewel) [Krish](https://github.com/Krish-9-6) -- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. +- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. @@ -46,9 +46,9 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) -- [Anashe Gaseller] +- [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) - [Mahdi](https://github.com/mahdi-re-dev) - thanks + [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) @@ -62,7 +62,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution -- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! @@ -97,7 +97,7 @@ - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) -- [Rafael Severo](https://github.com/rafaeumesmo) +- [Rafael Severo](https://github.com/rafaeumesmo) - [Emanuel Orduña](https://github.com/emaordu) - [Anuraag Akella](https://github.com/Anuraag03) - My First Contribution!! - [LayorX](https://github.com/LayorX) @@ -112,7 +112,7 @@ - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [Anwesh] - (https://github.com/Anwesh-18) - My first open source contribution -- [stijee] - This is my first github commit. +- [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) - [wasiq345](https://github.com/wasiq345) -Greetings from Pakistan - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! @@ -172,7 +172,7 @@ ranjith_dhanasekaran - Swedel Lasrado - Debanjan Kshetry - Kungfoo Panda - +- [M H VINAY](https://github.com/vinay10000) Hello World! :) - Shyynek - [Sergio Frastalis](https://github.com/SergioFrastalis) - [Sergio Frastalis](https://github.com/zohai-ibb) @@ -223,7 +223,7 @@ ranjith_dhanasekaran - [Ahmed Abdellatif](https://github.com/abdellatif72) - [Alex Ivaschenko] (https://github.com/ivaschenkoalex) - [Cameron Scott](https://github.com/cdscott37) -- [Harsh Sahu](https://github.com/harshsahu383) +- [Harsh Sahu](https://github.com/harshsahu383) - [Dayangku Fatin Masyitah] (https://github.com/aktnlxk) - Patty [Nick](https://github.com/nick-noble) First open source contribution @@ -256,7 +256,7 @@ ranjith_dhanasekaran - [Caíque Oliveira](https://github.com/os-caique) - [Gabriel Eyo] (https://github.com/eyogabriel529-sen) - [Sundram Rai](https://github.com/Sundramrai3691) -- [Miles Morales] +- [Miles Morales] - [DevElevate19](https://github.com/DevElevate19) - [Victor Brayner](https://github.com/victorbrayner) - [lucas](https://github.com/Luc-as) @@ -278,7 +278,7 @@ ranjith_dhanasekaran - [Kat R.](https://github.com/KxttyKxt) - [Daniel Arrieta](https://github.com/Darrieta05) - [RUDRA TAILOR](https://github.com/RudraTailor) -- [Aditya Dubey](https://github.com/Aditya149202) +- [Aditya Dubey](https://github.com/Aditya149202) - santiago robles - Faiz Modi - adasrh yadav @@ -303,7 +303,7 @@ ranjith_dhanasekaran - [CJ Nwogu] (https://github.com/cjnw) - [Sneha Bichkunde] (https://github.com/snehabichkunde) sdumini -- [Siddharth Sahu] (https://github.com/sidhacks) +- [Siddharth Sahu] (https://github.com/sidhacks) - [DEVANSH SHUKLA] (https://github.com/devansh391k) - [Kartik Mishra] (https://github.com/kartikmishra210) - [Kunal Sable] (https://github.com/Kunals990) @@ -327,7 +327,7 @@ sdumini - [Akinori Sugimura](https://github.com/sugisaku37) - [Nada Alinour](https://github.com/nadaalinour) - [Swapnil] (https://github.com/swapnil282K) -- [Vaibhav Jadhav] (https://github.com/vaibhav2141) +- [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Sandy052005](https://github.com/sandy052005) - [Nikita Maurya](https://github.com/sun-andsky) - [Shreyas](https://github.com/skdoosh) @@ -348,9 +348,9 @@ sdumini - [Mohith Butta] (https:/github.com/loicmohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) -- [Mauricio Pereira] (https://github.com/gitreece) +- [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) -- [Christian Petrucci] +- [Christian Petrucci] - [Eric Y.](https://github.com/aoy9) Hello World! - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Kunal Jindal](https://github.com/imkunaljindal) @@ -432,7 +432,7 @@ sdumini - [mfg5160] - [Hayato Katagiri](https://github.com/hayatokatagiri) - [PandaDev0069](https://github.com/PandaDev0069) -- [snowmandidi](https://github.com/snowmandidi) +- [snowmandidi](https://github.com/snowmandidi) - [Jayasree G Kalkura](https://github.com/jayasree1805) - [Carlota Castelltort Pinto](https://github.com/CCastelltort) - [Tony J.](https://github.com/t0nebone) @@ -457,7 +457,7 @@ sdumini - [ajit](https://github.com/ajitprachande) - [Pankaj] (https://github.com/ppankaj321) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) -- [Ashish Bairwa](https://github.com/ashishb20) +- [Ashish Bairwa](https://github.com/ashishb20) - [Jason](https://github.com/dev-jason-lu) - [David Anane](https://github.com/plaestore) - [Karan Dhiman](https://github.com/karandhiman12) @@ -473,12 +473,12 @@ sdumini - [Muhammad Bilal Saleem](https://github.com/Muhammad-Bilal-Saleem) -[lavi](https://github.com/lavihere1) -[Daniel Velez](https://github.com/Daniel1000c) -- [Martin-Perfumo] (https://github.com/MartinPerfumo) +- [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution NMAKHIJA- Test Contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) -- Ja'Nya Ward +- Ja'Nya Ward [Devansh Kapoor](https://github.com/Devansh2208) - [Kashif Kawsar Qadri](https://github.com/KashifQadri90) -[Kavya Krishna](https://github.com/Cx-rrupt) @@ -486,7 +486,7 @@ sdumini - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() -[Bikash Barua](https://github.com/bikashbarua) -- [Varshith Adithya](https://github.com/kv-adithya) +- [Varshith Adithya](https://github.com/kv-adithya) - [Brandon McHugh](https://github.com/brandmch) - [Carlos FH](https://github.com/carlosfhz13) - [Holmes M](https://github.com/Sher69-mycroft) @@ -542,10 +542,10 @@ sdumini - shreyash patil [https://github.com/Sudeshpatil07] - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) -- [Aman Kumar](https://github.com/YukiCodepth) +- [Aman Kumar](https://github.com/YukiCodepth) - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) -- [Noor Jellani](https://github.com/nurulain0) +- [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.cBreakerom/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) - [Ravishankar saini](https://github.com/Cyrus253) @@ -715,7 +715,7 @@ sdumini - [Rakesh Vanam](https://github.com/rakeshvanam6868) - [KamalKant](https://github.com/kamal2730) - [HarshYadav152](https://github.com/HarshYadav152) -- [gg_dever] (https://github.com/gg-dever) +- [gg_dever] (https://github.com/gg-dever) - [Paritosh Tiwari] - [Arsh Kumar Mandal](https://github.com/arshmandal0725) - [Gods-ghost](https://github.com/dist34) @@ -882,15 +882,15 @@ sdumini - [Daniyal duddu Subhani](https://github.com/https://github.com/daniyal-subhani) - [Sheikh Abdullah Bin Zahid](https://github.com/Abdullah2240) - [square-story](https://github.com/square-story) -- [Prem Kumar T G](https://github.com/prem7129) +- [Prem Kumar T G](https://github.com/prem7129) - [Artur Chagas](https://github.com/Artur-chagas-shu) - [darkiss7](https://github.com/darkiss7) - [FAI8h](https://github.com/FAI8h) - [Zaid Rasul](https://github.com/ZaidRasul) - [Ankith Kini](https://github.com/ANKITH33) - [Chamesh Dinuka](https://github.com/chamesh2019) -- [Shivam Pandya] -" DEBBIE !)" +- [Shivam Pandya] +" DEBBIE !)" - [Syed Naveeed Mohammed](https://github.com/SyedNaveedM) - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). @@ -994,7 +994,7 @@ P Venkata Rami Reddy - [Keya Shah] (https://github.com/keysh123) - [yeisondev001 💎](https://github.com/yeisondev001) - [ZMM-zhangmanman] -- [Mani] +- [Mani] - [Bohdan Shtelmakh](https://github.com/BohdanShtelmakh) - [Andrea Moguel](https://github.com/amoguelk) - [Akshat Jain](https://github.com/akshat2604) @@ -2668,13 +2668,13 @@ Cloudman - [Rahul Dutta](https://github.com/RahulDutta7) - [Mohamed Laraiche](https://github.com/molaraiche) - [Janaki Ram K](https://github.com/JKR0805) -- [Akshit Garg](https://github.com/AkshitGarg054) +- [Akshit Garg](https://github.com/AkshitGarg054) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Blhassen Sehli](https://github.com/Blhasn-Sehli) - [Saiprasad Rao] (https://github.com/thesaiprasadrao) - [Shrivarsha Pooajry] (https://github.com/shrivarshapoojari) -- [spacescribe](https://github.com/spacescribe) +- [spacescribe](https://github.com/spacescribe) -[sammydonovan](https://github.com/sammydono) - [Sean Tilson](hhtps://github.com/smtilson) - [Firewooood](https://github.com/Firewooood) @@ -2771,7 +2771,7 @@ jack - first contribution practice -[Ameya19](https://github.com/Ameya19) -[jeterrrrrrr](https://github.com/jeterrrrrrr) -[Amritendu Bhattacharjee](https://github.com/xeonray-origin) --[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) +-[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) - [Jafar Hussein](https://github.com/Jafar-Hussein) -[Arjun V S](https://github.com/Arjunvs7) - [Aditya Jadhav](https://github.com/Aditya-Jadhav-9471) @@ -2825,7 +2825,7 @@ jack - first contribution practice - [Paramjit Singh](https://github.com/param20h) - [Darshil Vasoya](https://github.com/darshilvasoya) - [Paofan25](https://github.com/paofan25) -- [Dheeraj](https://github.com/Dheeraj1333) +- [Dheeraj](https://github.com/Dheeraj1333) - [Josh](https://github.com/joshrtust) -[CHHAVI GAUTAM](https://github.com/Chhavi001) -[Rodrigo Lima][https://github.com/Kosm9] @@ -2896,7 +2896,7 @@ sh0uka - [Amer](https://github.com/iamAmer) - [Rachel Stern](https://github.com/RachelStern20) - [Mukeshwaran K](https://github.com/mukesh-m01) -- [Dede Sangmortey](https://github.com/Ladydede) +- [Dede Sangmortey](https://github.com/Ladydede) - [Anastasia Tumanov](https://github.com/anastasiatumanov) - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) @@ -3224,4 +3224,4 @@ I am Lakshya Sharma and making my first open source contribution - [Justin Velliyath](https://github.com/justinvelliyath0) - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) -- [Shivanii30](https://github.com/Shivanii30) +- [Shivanii30](https://github.com/Shivanii30) From 7587ddd011c55a23af4506cec2698afcf3680bbb Mon Sep 17 00:00:00 2001 From: Hypercat <62680871+Hypercat311@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:04:21 +1000 Subject: [PATCH 220/333] Add Hypercat to Contributors list (#104200) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3b7d0721..44ef7d2e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2664,6 +2664,7 @@ Cloudman - [Georgios Karampelos](https://github.com/gkarabelos) - [Cristian Nustes](https://github.com/cristiaaann27) - [Dev Chagas](https://github.com/devchagas) +- [Hypercat](https://github.com/Hypercat311) We out here - [Shreya Kumari](https://github.com/shreya-create-glitch) - [Rahul Dutta](https://github.com/RahulDutta7) - [Mohamed Laraiche](https://github.com/molaraiche) From f881fa8c4cbeeacb9e1720e6f86a10d89a778b40 Mon Sep 17 00:00:00 2001 From: fant205 <92781859+fant205@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:34:53 +0300 Subject: [PATCH 221/333] add fant205 to Contributors list (#104201) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 44ef7d2e..0ba7ec0a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3225,4 +3225,5 @@ I am Lakshya Sharma and making my first open source contribution - [Justin Velliyath](https://github.com/justinvelliyath0) - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) -- [Shivanii30](https://github.com/Shivanii30) +- [Shivanii30](https://github.com/Shivanii30) +- [fant205](https://github.com/fant205) - Give me fuel, give me fire ... From 8e1725365dbee570c65b80b07d31b2ca2b232465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Rodr=C3=ADguez=20Jurado?= <114099800+mariorj11@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:01:05 +0200 Subject: [PATCH 222/333] Add mario-rodriguez to Contributors list (#104203) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0ba7ec0a..2d41acb5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -533,6 +533,7 @@ sdumini - [Siyabonga Dlikilili](https://github.com/Multimabo) - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) +- [Mario Rodríguez](https://github.com/mariorj11) - [GiantPrince](https://github.com/GiantPrince) - Zhuocheng Li - Shiv From 191ece23fcf7139919b8740371d5a963d9e75e92 Mon Sep 17 00:00:00 2001 From: Rahul Date: Fri, 26 Sep 2025 17:38:44 +0530 Subject: [PATCH 223/333] Add rahul to Contributors list (#104204) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2d41acb5..abb07f78 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3199,6 +3199,7 @@ I am Lakshya Sharma and making my first open source contribution - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - [Arachnesan] - Parveen Rana +- [Rahul] (https://github.com/rahul15-manch) - [Anushka] (https://github.com/Anushka8) - [Hugo David Cortinas González](https://github.com/Hcortinas) - [Roberto RW] (https://github.com/roberto-rw) From c79abed72c1b14e79ba11601fc852f77013f625f Mon Sep 17 00:00:00 2001 From: Ghaith Bouabda Date: Fri, 26 Sep 2025 13:42:47 +0100 Subject: [PATCH 224/333] Add Ghaith Bouabda to Contributors list (#104205) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index abb07f78..a4773364 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3228,4 +3228,5 @@ I am Lakshya Sharma and making my first open source contribution - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) - [Shivanii30](https://github.com/Shivanii30) +- [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... From df1d1aa8065a538f994f7666a8261faf24f78d12 Mon Sep 17 00:00:00 2001 From: DimGeo Date: Fri, 26 Sep 2025 15:49:59 +0300 Subject: [PATCH 225/333] Add DimGeo5 to Contributors list (#104206) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a4773364..54209a9e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! +- [Dim Geo] (https://github.com/DimGeo5) - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm From ad5491f8a3677d84537f823871bb21cc69213685 Mon Sep 17 00:00:00 2001 From: CevikKubat <144237538+CevikKubat@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:56:00 +0200 Subject: [PATCH 226/333] Add Cevik Kubat to Contributors List (#104207) Co-authored-by: Cevik --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 54209a9e..ad1eeb4a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors --[Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment +- [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! @@ -41,6 +41,7 @@ - [Toton] - [200MB] - Mada Mada - [Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. +- [Cevik Kubat](https://github.com/CevikKubat) - to see this message means you are awesome - [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! - [hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From 8e6dfcdcc7cbba248a1b20006a436f70b2e49008 Mon Sep 17 00:00:00 2001 From: Hani Gannam <75663563+HaniGannam@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:05:17 +0400 Subject: [PATCH 227/333] Hani gannam to Contributors list (#104208) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ad1eeb4a..4e3f61a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! From 54a0dacb509309e7bcb37edb76cac0d91412fc98 Mon Sep 17 00:00:00 2001 From: Arthur Lettermann Date: Fri, 26 Sep 2025 15:07:17 +0200 Subject: [PATCH 228/333] Add Arthur Lettermann to Contributors list (#104209) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4e3f61a2..8960422e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1296,6 +1296,7 @@ Ben -[pouriya](https://github.com/thepouriyahmn) - [Stephen Ng](https://github.com/snust) - [MayLeaf](https://github.com/may-leaf) +-[Arthur Lettermann](https://github.com/aletterm) - [Muhammad Ayyub](https://github.com/devmab24) - [foxdefalt](https://github.com/D-f4lt) - [mohana0304](https://github.com/mohana0304) From 1dcf1192c749f31dc3f32e8292137a1bda15ca19 Mon Sep 17 00:00:00 2001 From: Priyanshu Bhati <140302616+priyanshu1713@users.noreply.github.com> Date: Fri, 26 Sep 2025 18:59:58 +0530 Subject: [PATCH 229/333] Add Priyanshu Bhati to Contributors list (#104210) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8960422e..be8a0dad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2010,6 +2010,7 @@ Lawrence Ahaneku - Amine - [Wessel Steenkamp](https://github.com/wesse206) - [Maria Carrera](https://github.com/MarieCourse) +- Priyanshu Bhati - [Samaksh Sethiya](https://github.com/Samaksh22) - [Anirudh Pandey](https://github.com/anirudh241) - [Alan Tai](https://github.com/at350) From 3769a7def1d63c27325dd58a9f4dd7ef0d4d6cce Mon Sep 17 00:00:00 2001 From: Kanishka Udayanga Date: Fri, 26 Sep 2025 19:14:03 +0530 Subject: [PATCH 230/333] Add kanishka to Contributors list (#104211) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index be8a0dad..1b013543 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 +- [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. - [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! From 8ae0ed568492428a01905e2e5524762367593b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Buena=C3=B1o?= Date: Fri, 26 Sep 2025 09:02:27 -0500 Subject: [PATCH 231/333] Add jucabuen to Contributors list (#104212) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1b013543..5784877f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1009,6 +1009,7 @@ P Venkata Rami Reddy - [Chanda Karamchandani](https://github.com/ChandaKaramchandani) - [Edson Petry](https://github.com/edsonpetry) - [Rohan-Lalchandani](https://github.com/Rohan-Lalchandani08) +- [jucabuen](https://github.com/jucabuen) - [Damian](https://google.com) - [Muskan Agarwal](https://github.com/MuskanAgarwal7) - [David Stark](https://github.com/GamingPions) From dafaa5b2aa0236c27611d37cd3a72e5c39718325 Mon Sep 17 00:00:00 2001 From: AdeibArief Date: Fri, 26 Sep 2025 19:42:44 +0530 Subject: [PATCH 232/333] First-Contribution --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index abb07f78..0f447c65 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,6 +63,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +[Adeib Arief](https://github.com/AdeibArief/) - First try - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From a4c0b8fdf98965eed4b0f72804092570d7ed1878 Mon Sep 17 00:00:00 2001 From: Omar Date: Fri, 26 Sep 2025 09:20:40 -0500 Subject: [PATCH 233/333] Add Omisan88 to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index d302a83f..007da96e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1066,6 +1066,8 @@ Ukashatu Abdullahi - [Dwaine](https://github.com/DwaineBrannon) - [zzb](https://github.com/zbrun) - [Hazel] (https://github.com/hzy-hk) +- [OmiSan77] (https://github.com/adonayomar) +- [OmiSan88] (https://github.com/adonayomar) - [Farzaneh Shams](https://github.com/trajectory100) - [Abhijit](https://github.com/erakin027) - [tr33k](https://github.com/tr33k) From fe0811107d8512f2bba790c8c3aa3088374e91a8 Mon Sep 17 00:00:00 2001 From: AdeibArief <106301847+AdeibArief@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:53:33 +0530 Subject: [PATCH 234/333] First-Contribution (#104213) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5784877f..d78ae987 100644 --- a/Contributors.md +++ b/Contributors.md @@ -67,6 +67,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +[Adeib Arief](https://github.com/AdeibArief/) - First try - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From cc22a01c5f4088d8aa8f9e5579cd28fe637b1b1a Mon Sep 17 00:00:00 2001 From: AdeibArief Date: Fri, 26 Sep 2025 19:56:39 +0530 Subject: [PATCH 235/333] First-Contribution --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0f447c65..1f3cba17 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,7 +63,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution -[Adeib Arief](https://github.com/AdeibArief/) - First try +- [Adeib Arief](https://github.com/AdeibArief/) - First try - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From 5d1cef83ac1dbd45c8f55957937f6ea3759735ef Mon Sep 17 00:00:00 2001 From: Rupesh Saini Date: Fri, 26 Sep 2025 20:34:34 +0530 Subject: [PATCH 236/333] Added rupesh to Contributors list (#104216) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d78ae987..f25672e0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! +- [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. - [Dim Geo] (https://github.com/DimGeo5) - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding From 4a65faa6dc8179f21738032795721f08d5464d39 Mon Sep 17 00:00:00 2001 From: Lucas Cloes <91793355+cccLUCASccc@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:59:05 +0200 Subject: [PATCH 237/333] first contribution CL (#104218) Co-authored-by: Cloes Lucas --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f25672e0..401d0966 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3239,3 +3239,4 @@ I am Lakshya Sharma and making my first open source contribution - [Shivanii30](https://github.com/Shivanii30) - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... +- [Lucas Cloes](https://github.com/cccLUCASccc) - Yo \ No newline at end of file From a6e1e0ac5a0a70f3d33949adab7b7fe96e06b927 Mon Sep 17 00:00:00 2001 From: Partha <168160706+Leoneix@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:58:38 +0530 Subject: [PATCH 238/333] Update Contributors.md (#104219) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 401d0966..62fd35fb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY +- [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. @@ -3239,4 +3240,4 @@ I am Lakshya Sharma and making my first open source contribution - [Shivanii30](https://github.com/Shivanii30) - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... -- [Lucas Cloes](https://github.com/cccLUCASccc) - Yo \ No newline at end of file +- [Lucas Cloes](https://github.com/cccLUCASccc) - Yo From 3eca8e06e5c6aec3c90fcef772dea49d4d280857 Mon Sep 17 00:00:00 2001 From: Jomari Tenorio <133891193+jtenorio-dev@users.noreply.github.com> Date: Sat, 27 Sep 2025 00:41:26 +0800 Subject: [PATCH 239/333] Add Jomari Tenorio to Contributors list (#104220) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 62fd35fb..d791586c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3241,3 +3241,4 @@ I am Lakshya Sharma and making my first open source contribution - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo +- [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami From 96abebace1afedcacb7959f7ab4810b6d9432121 Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 27 Sep 2025 00:43:50 +0800 Subject: [PATCH 240/333] Added my name (#104221) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d791586c..4633d975 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1924,6 +1924,7 @@ Lawrence Ahaneku - [Alex Thompson](https://github.com/Alex-Inems) - [Anand Shende](https://github.com/anandshende) - [Daniel Cursi](https://github.com/danielcursi) +- [Ben Difuntorum] - [Ashish Jadhav](https://github.com/Ashish1022) - [Vaishnavi](https://github.com/vaishnavi20git) - [Carlos Zukov](https://github.com/zukovCarlos) From 54c06a9172483fc30f34751d4c911684ba6d86b9 Mon Sep 17 00:00:00 2001 From: Ashmit Prasad Date: Fri, 26 Sep 2025 22:34:00 +0530 Subject: [PATCH 241/333] Add Ashmit Prasad to Contributors List. (#104222) * First commit * Add Ashmit Prasad to Contributors list. * Ashmit Prasad's first commit. * Ad Ashmit Prasad to contributors list. * Add Ashmit Prasad to Contributors lIst. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4633d975..05e1027c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -52,6 +52,7 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) +[Ashmit Prasad :)](https://github.com/ashmitprasad183-netizen) - [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) [Mahdi](https://github.com/mahdi-re-dev) - thanks From cd7a855cbedb0ab1f56993c31d6338a5762f23af Mon Sep 17 00:00:00 2001 From: Harshit Kumar Date: Fri, 26 Sep 2025 22:48:00 +0530 Subject: [PATCH 242/333] Add Harshit Kumar to Contributors list (#104223) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 05e1027c..6cd84e34 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! +- [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source Contribution -[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution From d08098dc743806b40f8701a617aa0298d55ee7a6 Mon Sep 17 00:00:00 2001 From: Osvaldo Alves <124069644+osvaldo-alves-de-brito@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:36:13 -0300 Subject: [PATCH 243/333] Add osvaldo-alves-de-brito to the Contributors list (#104224) Co-authored-by: Osvaldo Alves --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6cd84e34..27fed4e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -256,6 +256,7 @@ ranjith_dhanasekaran - [DMS Menula](https://github.com/DMS-Menula/) - [Ernesto Donado](https://github.com/edonado2) - [Preetham Noel P] +- [Osvaldo Alves](https://github.com/osvaldo-alves-de-brito) - [Harshit Kant](https://github.com/Harshitkant21/) - [Leonardo Queirolo](https://github.com/queiroll) - [Jack Crampton] (https://github.com/Gamesscow) From cc191aeb79a70375324ec705bd2b2511f002b45e Mon Sep 17 00:00:00 2001 From: Sahith Date: Fri, 26 Sep 2025 23:17:31 +0530 Subject: [PATCH 244/333] Add Sahith to Contributors list (#104225) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 27fed4e8..d3f95a8c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ - [DeAnna_Nichols] - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] +--sahith bunny new user - [Avinash Ganore](https://github.com/Xzy-Vron) - [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) From 771796b8f8ab2a4d21359cdb0164c8ec22330d8c Mon Sep 17 00:00:00 2001 From: AhmedAbass2004 <147076823+AhmedAbass2004@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:50:08 +0300 Subject: [PATCH 245/333] Add Ahmed Abass to Contributors list (#104227) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d3f95a8c..5e51ff4b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3247,3 +3247,4 @@ I am Lakshya Sharma and making my first open source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami +- [Ahmed Abass](https://github.com/AhmedAbass2004) \ No newline at end of file From 2c5eb52e1b08dd8847a2e83d040de8bb794583e6 Mon Sep 17 00:00:00 2001 From: Maran Date: Fri, 26 Sep 2025 20:04:08 +0100 Subject: [PATCH 246/333] Add 'Ilamaran Magesh' to Contributors.md (#104228) Co-authored-by: Ilamaran Magesh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5e51ff4b..52d6ee19 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [Kian Zahrai](https://github.com/KianZahrai) - Excited to contribute to this open source project :ok_hand: - [DeAnna_Nichols] +- Ilamaran Magesh - Cheers! - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] --sahith bunny new user From e6c4cb9b99030e424b2167785e9add14a1cef7da Mon Sep 17 00:00:00 2001 From: George Spesivtsev Date: Fri, 26 Sep 2025 23:00:09 +0300 Subject: [PATCH 247/333] Add gorop51-2 to Contributors list (#104229) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 52d6ee19..4aaec66f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3214,6 +3214,7 @@ I am Lakshya Sharma and making my first open source contribution - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - [Arachnesan] +- [George Spesivtsev](https://github.com/gorop51-2) - Parveen Rana - [Rahul] (https://github.com/rahul15-manch) - [Anushka] (https://github.com/Anushka8) @@ -3248,4 +3249,4 @@ I am Lakshya Sharma and making my first open source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami -- [Ahmed Abass](https://github.com/AhmedAbass2004) \ No newline at end of file +- [Ahmed Abass](https://github.com/AhmedAbass2004) From 100ecfcb491ab9de2075123a9bbc2618ce61b5ff Mon Sep 17 00:00:00 2001 From: Avinash Niyas Date: Sat, 27 Sep 2025 02:05:57 +0530 Subject: [PATCH 248/333] added my name to contributors list (#104230) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4aaec66f..c953c5f4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -103,6 +103,7 @@ - [Ali Nasser](https://github.com/AliNasser05) - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) +- [Avinash](https://github.com/Avinash1423)-Hello - [Ashen Umeda](https://github.com/ashenumeda) - [Santiago Gomez](https://github.com/Santiago13dev) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) From 74468d521efcaf0aee3ff60f038e45959ef06cc5 Mon Sep 17 00:00:00 2001 From: MITHUN GUPTA <91526970+Mithunmkks@users.noreply.github.com> Date: Sat, 27 Sep 2025 02:33:17 +0530 Subject: [PATCH 249/333] Add Mithun Gupta to Contributors list (#104231) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c953c5f4..59101c02 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3251,3 +3251,4 @@ I am Lakshya Sharma and making my first open source contribution - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami - [Ahmed Abass](https://github.com/AhmedAbass2004) +- [Mithun Gupta](https://github.com/Mithunmkks) From 4dc593576601bf33c5842c02befcfdee9ba78fdc Mon Sep 17 00:00:00 2001 From: AleksandraSieg <32368349+AleksandraSieg@users.noreply.github.com> Date: Fri, 26 Sep 2025 23:18:35 +0200 Subject: [PATCH 250/333] Add Aleksandra Sieg to Contributors list (#104232) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 59101c02..a605048e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -61,6 +61,7 @@ [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) +- [Aleksandra Sieg](https://github.com/AleksandraSieg) Hi Everyone! I'm from Poland and this is my first contribution, I'm so happy. Wish you all the best! - [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) - [Caroline Park](https://github.com/parkcarol/) From 2d4753cac21f62d11bf92053be29081c79ccf8d2 Mon Sep 17 00:00:00 2001 From: AGrigglyGuy Date: Sat, 27 Sep 2025 08:14:09 +0930 Subject: [PATCH 251/333] Add AGrigglyGuy to Contributors List (#104234) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a605048e..8f861dbe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3093,6 +3093,7 @@ DanyLeeCS - [zhoushuo](https://github.com/zshs000) - [Suriti Joshi] (https://github.com/srj-145) - CyberJoke +- [AGrigglyGuy](https://github.com/AGrigglyGuy) Wow! This is my first fork where I actually did something... - [Richie de la Rosa] (https://github.com/richiedlrsa) - [James Whatcott](https://github.com/jameswhatcott) - [Dudley Orestil] (https://github.com/dee276) From ddb9be048817b7c7f5d8964dafb89788978f8b3b Mon Sep 17 00:00:00 2001 From: vscortez <143911596+vscortez@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:23 -0500 Subject: [PATCH 252/333] Add Vanessa C. (#104235) to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8f861dbe..73b9b10d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! +- [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! - [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source Contribution From fa6bd68b679eba249167a6eb0ada6dcd53fcb2a2 Mon Sep 17 00:00:00 2001 From: Maria Sebastian <39611113+LadyGMaria@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:44:02 -0500 Subject: [PATCH 253/333] Add Maria Sebastian to Contributors list. (#104237) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 73b9b10d..e6957261 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,6 +39,7 @@ --sahith bunny new user - [Avinash Ganore](https://github.com/Xzy-Vron) - [June](https://github.com/onjoon) +- [Maria Sebastian] - [Khalid](https://github.com/khalidx3) - [FertileVerve](https://github.com/fertileverve) - [Ayush](https://github.com/AyushMaurya3114) From eed24ea7c5acd42fe60a4f2596a142b3a9d8f4fc Mon Sep 17 00:00:00 2001 From: Umarpython001 Date: Sat, 27 Sep 2025 02:21:08 +0100 Subject: [PATCH 254/333] I ADDED MY NAME TO THE CONTRIBUTORS LISTgit diff! WOWWW (#104233) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e6957261..6f9b9b0f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -772,6 +772,7 @@ sdumini - [Yorke Nyakundi](https://github.com/yorkings) - [Lucas](https://github.com/LucasCSIT) - [Thabeswar](https://github.com/Thabeswar) +- [Olowonyo Umar Ololade](https://github.com/Umarpython001) - [Mithielesh N](https://github.com/mithielesh) - [Yash](https://github.com/yuishigam1) - [Abhi][https://github.com/Abhi-AIX] From cecfc1eae415b68aec20f14c86b9c23343c55edc Mon Sep 17 00:00:00 2001 From: Krishna Yadav <140491069+yadav-krish@users.noreply.github.com> Date: Sat, 27 Sep 2025 06:55:52 +0530 Subject: [PATCH 255/333] Add Krishna Yadav to the Contributors list (#104202) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 40932e7f..c12e43c1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3256,6 +3256,7 @@ I am Lakshya Sharma and making my first open source contribution - [Shivanii30](https://github.com/Shivanii30) - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... +- [Krishna Yadav](https://github.com/yadav-krish) - Entering into the realm of Open Source :) - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami - [Ahmed Abass](https://github.com/AhmedAbass2004) From 731ba878020136995999275325d99ee847f43cad Mon Sep 17 00:00:00 2001 From: Gopi Lakke <106574401+gopilakke@users.noreply.github.com> Date: Sat, 27 Sep 2025 06:58:11 +0530 Subject: [PATCH 256/333] Add Gopi Lakke to contributors list (#104217) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 17177852..00ef6d75 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3258,6 +3258,7 @@ I am Lakshya Sharma and making my first open source contribution - [Shivanii30](https://github.com/Shivanii30) - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... +- [Gopi Lakke](https://github.com/gopilakke) - my first-contribution - [Krishna Yadav](https://github.com/yadav-krish) - Entering into the realm of Open Source :) - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami From e1bf4c759134310e8112bd587e34907772dc50c2 Mon Sep 17 00:00:00 2001 From: Zephyr Date: Fri, 26 Sep 2025 22:28:09 -0500 Subject: [PATCH 257/333] Add Zephyr to Contributors list (#104272) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2cb914b9..209a4a5f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1025,6 +1025,7 @@ P Venkata Rami Reddy - [Edson Petry](https://github.com/edsonpetry) - [Rohan-Lalchandani](https://github.com/Rohan-Lalchandani08) - [jucabuen](https://github.com/jucabuen) +- [Zephyr](https://github.com/zephyr-pixilated) - [Damian](https://google.com) - [Muskan Agarwal](https://github.com/MuskanAgarwal7) - [David Stark](https://github.com/GamingPions) From e67814707453556382520e5fb1e7a7e776b974ec Mon Sep 17 00:00:00 2001 From: HARI NIVEDHAN P <98148551+hari7niv@users.noreply.github.com> Date: Sat, 27 Sep 2025 10:05:17 +0530 Subject: [PATCH 258/333] Add hari-nivedhan to Contributors list (#104273) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 209a4a5f..60acdf30 100644 --- a/Contributors.md +++ b/Contributors.md @@ -143,6 +143,7 @@ - [Thien](https://github.com/Thien0912) - sai - hello +- [Hari Nivedhan](https://github.com/hari7niv) - [Sharvesh S][https://github.com/Sharvesh3]- This is my First FOSS Contribution [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! From cff7aadd81e5c25b4822b4fa8ba0876cf889ab21 Mon Sep 17 00:00:00 2001 From: Jacques <87280414+JacquesJ44@users.noreply.github.com> Date: Sat, 27 Sep 2025 06:47:15 +0200 Subject: [PATCH 259/333] Add JJ to Contributors List (#104274) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 60acdf30..b49cefa8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . +- [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! - [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. From c806a4dfb1e2abd714643c8c176811c6aa44bff8 Mon Sep 17 00:00:00 2001 From: Raymond <53356384+POWERTRICEPS@users.noreply.github.com> Date: Sat, 27 Sep 2025 00:07:34 -0700 Subject: [PATCH 260/333] Added jacky james to contributors (#104277) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b49cefa8..179dfd5e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ -[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution +- [Jacky James] - My first contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. From a502425b7712554f9cf973611e5534c658427745 Mon Sep 17 00:00:00 2001 From: William Ong <45505811+William9923@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:12:54 +0700 Subject: [PATCH 261/333] add personal contributions (#104278) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 179dfd5e..3fca6b7a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3268,3 +3268,4 @@ I am Lakshya Sharma and making my first open source contribution - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami - [Ahmed Abass](https://github.com/AhmedAbass2004) - [Mithun Gupta](https://github.com/Mithunmkks) +- [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! From ed57729146f5f7c259448195a065c25cf46f6bd3 Mon Sep 17 00:00:00 2001 From: soffwolf Date: Sat, 27 Sep 2025 10:33:18 +0300 Subject: [PATCH 262/333] Add Tung Nguyen to contributors list (#104279) Co-authored-by: Tung Nguyen --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3fca6b7a..5c51d564 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3268,4 +3268,5 @@ I am Lakshya Sharma and making my first open source contribution - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami - [Ahmed Abass](https://github.com/AhmedAbass2004) - [Mithun Gupta](https://github.com/Mithunmkks) +- [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! From 72161e270116d453fa177ed4d64a7124030050ff Mon Sep 17 00:00:00 2001 From: rizespbya Date: Sat, 27 Sep 2025 12:15:28 +0300 Subject: [PATCH 263/333] Add @rizespb to Contributors list (#104280) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c51d564..3c55e3a3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3270,3 +3270,4 @@ I am Lakshya Sharma and making my first open source contribution - [Mithun Gupta](https://github.com/Mithunmkks) - [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! +- [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! From f57433a3d1aab98ee9cd55a96d4c5d34cf332a2b Mon Sep 17 00:00:00 2001 From: vishwas-615 Date: Sat, 27 Sep 2025 15:04:35 +0530 Subject: [PATCH 264/333] Add your-name to Contributors list (#104283) Co-authored-by: vishwas-615 --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3c55e3a3..35e57e4a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,7 +8,8 @@ - [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -- [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source Contribution +- [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source +- [Vishwas Hibare] (https://github.com/vishwas-615) - Full Stack Developer | Crazy...! -[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution From 9393790e7d45be8b008bd0e76b92d5074286f2a2 Mon Sep 17 00:00:00 2001 From: Kamel Rmeda <143252612+Young-Xster@users.noreply.github.com> Date: Sat, 27 Sep 2025 11:16:21 +0100 Subject: [PATCH 265/333] add Kamel Rmeda to Contributors list (#104285) Co-authored-by: Young-Xster --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 35e57e4a..35a0b846 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 +- [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. - [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start From de35acb8c00036be4e46dd4a69baeff039523d06 Mon Sep 17 00:00:00 2001 From: Zackwanhakimi <94884140+Zackwanhakimi@users.noreply.github.com> Date: Sat, 27 Sep 2025 20:03:12 +0800 Subject: [PATCH 266/333] Add Zackwan Hakimi to Contributors list (#104288) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 35a0b846..966cd1d5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm +- [Zackwan Hakimi](https://github.com/Zackwanhakimi) - Hey there boys, is this correct way to contribute? - Saurebh Kokate - THis is my 1st contribution - [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) From 92aa599a37232ff75221c54512fb3ab20e3f3613 Mon Sep 17 00:00:00 2001 From: byt3Buster Date: Sat, 27 Sep 2025 13:39:21 +0100 Subject: [PATCH 267/333] Add byt3buster (#104289) * Add my name to Contibutors list * Add NGASSAM NANA ~byt3buster to Contibutors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 966cd1d5..e1edcd15 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ -[051821](https://github.com/051821) - This is my first open-source contribution - [Jacky James] - My first contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . +- [NGASSAM NANA ~byt3buster](https://github.com/byt3Buster/) - Glad to meet you (-: - [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! From bfcde0058b1ae9f944b5576a677745b0a6599217 Mon Sep 17 00:00:00 2001 From: Khushi Vishwakarma <159608554+khushi-vishwakarma07@users.noreply.github.com> Date: Sat, 27 Sep 2025 18:10:49 +0530 Subject: [PATCH 268/333] Add Khushi to Contributors list with a greeting (#104290) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e1edcd15..f1b2a36f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -114,6 +114,7 @@ - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) - [Avinash](https://github.com/Avinash1423)-Hello +-[Khushi](https://github.com/khushi-vishwakarma07) - Hello open-source world! - [Ashen Umeda](https://github.com/ashenumeda) - [Santiago Gomez](https://github.com/Santiago13dev) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) From 9f6b4446f6258d4380caf6e3dbba31fd27638821 Mon Sep 17 00:00:00 2001 From: mmohamedmmamdouh6 Date: Sat, 27 Sep 2025 16:07:21 +0300 Subject: [PATCH 269/333] Add Mohamed Mahmoud to Contributors list (#104292) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f1b2a36f..48e267e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ - [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! +- [Mohamed Mahmoud] (https://github.com/mmohamedmmamdouh6) - It is just the beginning. - [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. - [Dim Geo] (https://github.com/DimGeo5) - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. From 12da165cfa0170f90b064057177533b985e84be2 Mon Sep 17 00:00:00 2001 From: Hardik Basu Date: Sat, 27 Sep 2025 18:38:01 +0530 Subject: [PATCH 270/333] Add Hardik to contributors list (#104293) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 48e267e9..d969e50f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3277,3 +3277,4 @@ I am Lakshya Sharma and making my first open source contribution - [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! - [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! +- [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. \ No newline at end of file From e023c82a302d8eb9c4c835c246fffdc901e0b2ba Mon Sep 17 00:00:00 2001 From: Hardik Basu Date: Sat, 27 Sep 2025 18:53:44 +0530 Subject: [PATCH 271/333] Add Hardik to contributors list (#104294) From ca9cf41670e08768866f6de9f73bf403da7d9787 Mon Sep 17 00:00:00 2001 From: Francis David Date: Sat, 27 Sep 2025 19:01:07 +0530 Subject: [PATCH 272/333] Update Contributors.md (#104295) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d969e50f..b56d6a72 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Francis](francisvfx.carrd.co) (https://github.com/francisdav1d) - - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. From 5331d16207e784665db425b5ba7b25858fa8c2f2 Mon Sep 17 00:00:00 2001 From: Rahul <139740024+Itzzmerahul@users.noreply.github.com> Date: Sat, 27 Sep 2025 19:34:59 +0530 Subject: [PATCH 273/333] First pr (#104296) * first os contribution * Add Rahul Krishna T to your Contributions list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b56d6a72..10ce9985 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! +- [Rahul Krishna T](https://github.com/Itzzmerahul) - My first Open Source contribution Ikou!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! - [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source - [Vishwas Hibare] (https://github.com/vishwas-615) - Full Stack Developer | Crazy...! From fa9563db7ebdc09db618998e629f713e749b0f38 Mon Sep 17 00:00:00 2001 From: Jan Kristoffer Manes Date: Sat, 27 Sep 2025 23:05:31 +0800 Subject: [PATCH 274/333] Add Jan Kristoffer Manes to Contributors list (#104299) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 10ce9985..b9e71cf2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,6 +63,7 @@ - [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! - [hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( +- [Jan Kristoffer Manes](https://github.com/KrisSelvarin) - My first contribution! Yey! This is just for hobbies but I want to explore both AI and Data Science and even just doing fun stuff (Day-52 in Learning Programming|Coding) - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) From 2e94a7acb646368c239fe39d118fb69666322b76 Mon Sep 17 00:00:00 2001 From: Svector <161027709+Svector-anu@users.noreply.github.com> Date: Sat, 27 Sep 2025 16:09:55 +0100 Subject: [PATCH 275/333] Add svector to Contributors list (#104300) Co-authored-by: svector-anu --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b9e71cf2..de9a17b9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3280,4 +3280,5 @@ I am Lakshya Sharma and making my first open source contribution - [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! - [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! -- [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. \ No newline at end of file +- [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. +- [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. From 4d54f83ab805c8736d035b40eadc7fd9ce974f7d Mon Sep 17 00:00:00 2001 From: Mohamad Abdelnaby <93231355+Yamo406@users.noreply.github.com> Date: Sat, 27 Sep 2025 19:07:58 +0300 Subject: [PATCH 276/333] Add Yamo406 name and Github Page to Contributers.md (#104301) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index de9a17b9..e3569121 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3282,3 +3282,4 @@ I am Lakshya Sharma and making my first open source contribution - [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. +- [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 From b036e31bae55ac4197d1c0958c04c6a606a60866 Mon Sep 17 00:00:00 2001 From: KillianDlds <130392622+KillianDlds@users.noreply.github.com> Date: Sat, 27 Sep 2025 18:40:40 +0200 Subject: [PATCH 277/333] =?UTF-8?q?Ajout=20de=20mon=20nom=20=C3=A0=20la=20?= =?UTF-8?q?fin=20du=20fichier=20Contributors.md=20(#104302)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e3569121..1ad6ad0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3283,3 +3283,4 @@ I am Lakshya Sharma and making my first open source contribution - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 +- [KillianDlds](https://github.com/KillianDlds) -Yo everyone From 9493b03682be4639e9b045677d89b946833676bf Mon Sep 17 00:00:00 2001 From: Vanya Arikutharam Date: Sat, 27 Sep 2025 22:11:47 +0530 Subject: [PATCH 278/333] Added vanya-36 to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e3569121..e980fcb6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3283,3 +3283,4 @@ I am Lakshya Sharma and making my first open source contribution - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 +- [vanya-36](https://github.com/vanya-36) - Starting my journey in open source! From 0fa90f0e7baf85891e3abeb7a802f0b4c7d1040c Mon Sep 17 00:00:00 2001 From: ROHITH <147255717+uec203@users.noreply.github.com> Date: Sat, 27 Sep 2025 22:30:14 +0530 Subject: [PATCH 279/333] Add uec203 to Contributors list (#104305) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1ad6ad0e..79831fc3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3283,4 +3283,5 @@ I am Lakshya Sharma and making my first open source contribution - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 +- [uec203](https://github.com/uec203) - My first contrubition - [KillianDlds](https://github.com/KillianDlds) -Yo everyone From f81e5b5fd1c40c2917fe9665cb72920103dc8011 Mon Sep 17 00:00:00 2001 From: Jef Peeters <59807912+Peeters-Jef@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:49:14 +0000 Subject: [PATCH 280/333] add: my name to the Contributors list (#104306) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 79831fc3..38c8bad7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -88,6 +88,7 @@ - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Adeib Arief](https://github.com/AdeibArief/) - First try - [Jayce Stephens] +- [Jef P.](https://github.com/Peeters-Jef) Hello! - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Aakash Singh](https://github.com/aakashsingh04) From 6a8cf45aac8155a7bb0ed79070202af3ce12dba4 Mon Sep 17 00:00:00 2001 From: BeauBremer <6852572+KnowOneActual@users.noreply.github.com> Date: Sat, 27 Sep 2025 13:43:53 -0500 Subject: [PATCH 281/333] added: add KnowOne to Contributors.md (#104307) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 38c8bad7..f8c1c875 100644 --- a/Contributors.md +++ b/Contributors.md @@ -526,6 +526,7 @@ sdumini [TML](https://github.com/TinMoeLwin007) - [Tonny Nyauke] - [gcgc] +- [Beau Bremer](https://github.com/KnowOneActual) -[Shaswata Panda] - [Michael Koo](https://github.com/Michael-Koo-21) - [Jay](https://github.com/ledi1026) From 5a2228852c534d0c8d4d16f4aeaeea5fbeecbf63 Mon Sep 17 00:00:00 2001 From: Rishabh Raj Pathak <93254042+Rishabh-Raj-Pathak@users.noreply.github.com> Date: Sun, 28 Sep 2025 00:24:53 +0530 Subject: [PATCH 282/333] Add Rishabh Raj Pathak to Contributors list (#104308) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f8c1c875..0955a57c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -51,6 +51,7 @@ - [Maria Sebastian] - [Khalid](https://github.com/khalidx3) - [FertileVerve](https://github.com/fertileverve) +- [Rishabh Raj Pathak](https://github.com/Rishabh-Raj-Pathak) - This is my first open source contribution, huge thanks to the community for building such an awesome project. I'm keen to get involved in the open source space and hopefully make a meaningful impact! - [Ayush](https://github.com/AyushMaurya3114) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) From 8e7fdcfd59f4286eb9558e00b3d54fa237c22c24 Mon Sep 17 00:00:00 2001 From: Abhi Date: Sun, 28 Sep 2025 00:32:44 +0530 Subject: [PATCH 283/333] I have added My Name in contributors.md (#104309) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0955a57c..edf10bc2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -88,6 +88,7 @@ - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Adeib Arief](https://github.com/AdeibArief/) - First try +- [Abhishek Raj](https://github.com/Abhi-4825) - I am starting my contribution from here - [Jayce Stephens] - [Jef P.](https://github.com/Peeters-Jef) Hello! - [Zhou Xiaoqian] From a2ded4037bf5a0476937a930f07bd95a1d2481cd Mon Sep 17 00:00:00 2001 From: Scott Lundgren Date: Sat, 27 Sep 2025 15:40:43 -0400 Subject: [PATCH 284/333] Add Scott Lundgren to Contributors list (#104311) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index edf10bc2..fe219851 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3288,4 +3288,5 @@ I am Lakshya Sharma and making my first open source contribution - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 - [uec203](https://github.com/uec203) - My first contrubition +- [Scott Lundgren](https://github.com/scottelundgren) - Not my first contribution, but fun to add - [KillianDlds](https://github.com/KillianDlds) -Yo everyone From 661ee6cadfc967c80d18c25cf2f16ed6adfd9f5b Mon Sep 17 00:00:00 2001 From: Ahmad Alshobaiki <79412662+ahmadalshobaiki@users.noreply.github.com> Date: Sat, 27 Sep 2025 23:12:45 +0300 Subject: [PATCH 285/333] Added Ahmad to Contributors list (#104312) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe219851..e5bef91f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -44,6 +44,7 @@ - [DeAnna_Nichols] - Ilamaran Magesh - Cheers! - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution +- [Ahmad] - hi all this is my first contribution :) - [FaFa-02] --sahith bunny new user - [Avinash Ganore](https://github.com/Xzy-Vron) From b3805ad1fd80050cc9f3a2b41fdb400a0aa01923 Mon Sep 17 00:00:00 2001 From: Arnav Gautam Date: Sun, 28 Sep 2025 03:51:49 +0530 Subject: [PATCH 286/333] Add Arnav Gautam to Contributors list (#104310) * Add Arnav Gautam to Contributors list * Fix duplicate contributor entry and formatting Removed duplicate entry for Arnav Gautam and fixed formatting issues. --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e5bef91f..1ccf66ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors -- [Francis](francisvfx.carrd.co) (https://github.com/francisdav1d) - +- [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. @@ -7,6 +7,7 @@ - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! +- [Arnav Gautam](https://github.com/arnavgautam0209) - Let's Go!!! - [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [Rahul Krishna T](https://github.com/Itzzmerahul) - My first Open Source contribution Ikou!!! From 1c3cd3e7f710a8360355793786b4735cafca23fc Mon Sep 17 00:00:00 2001 From: Aditya Telsinge <101270144+AdityaTel89@users.noreply.github.com> Date: Sun, 28 Sep 2025 03:53:49 +0530 Subject: [PATCH 287/333] Add Aditya Telsinge to Contributors list (#104303) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6ae24d33..17aa08a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3289,6 +3289,7 @@ I am Lakshya Sharma and making my first open source contribution - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 +- [Aditya Telsinge](https://github.com/AdityaTel89) - Hi, My first contribution... - [uec203](https://github.com/uec203) - My first contrubition - [Scott Lundgren](https://github.com/scottelundgren) - Not my first contribution, but fun to add - [KillianDlds](https://github.com/KillianDlds) -Yo everyone From 743fc1a2fcbfc3757c2cb5ebca83f1db3e6b81b6 Mon Sep 17 00:00:00 2001 From: lyricalcarpenter Date: Sat, 27 Sep 2025 18:14:57 -0500 Subject: [PATCH 288/333] Update Contributors.md (#104316) Added lyricalcarpenter --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 17aa08a2..2fb4d31d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3252,6 +3252,7 @@ I am Lakshya Sharma and making my first open source contribution - [Roberto RW] (https://github.com/roberto-rw) - [Jimmy So] this is 250924. I wanna free~ - [tdx2] - a software developer +- [lyricalcarpenter] - Here I am, here I remain! - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! - [htyffn] - (https://github.com/htyffn) From 20764535f18c8f410366a5b5288fd81a932bf5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Polat?= <33496687+OZZO666@users.noreply.github.com> Date: Sun, 28 Sep 2025 03:48:28 +0300 Subject: [PATCH 289/333] =?UTF-8?q?Add=20=C3=96zg=C3=BCr=20Polat=20to=20Co?= =?UTF-8?q?ntributors=20list=20(#104317)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2fb4d31d..f23bb2c3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3294,5 +3294,6 @@ I am Lakshya Sharma and making my first open source contribution - [uec203](https://github.com/uec203) - My first contrubition - [Scott Lundgren](https://github.com/scottelundgren) - Not my first contribution, but fun to add - [KillianDlds](https://github.com/KillianDlds) -Yo everyone +- [Özgür Polat](https://github.com/ozzo666) - ✌️ - [vanya-36](https://github.com/vanya-36) - Starting my journey in open source! From 314d707bd375218f3bca63f20b7121a81a3160d7 Mon Sep 17 00:00:00 2001 From: Santa <102136214+notsanta20@users.noreply.github.com> Date: Sun, 28 Sep 2025 10:18:03 +0530 Subject: [PATCH 290/333] Add santhosh to Contributors list (#104319) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f23bb2c3..daff2ab9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! - [Mohamed Mahmoud] (https://github.com/mmohamedmmamdouh6) - It is just the beginning. - [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. +- [Santhosh] (https://github.com/notsanta20) - First Contribution. - [Dim Geo] (https://github.com/DimGeo5) - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding From d3298136b96b231d37bc83bbe5bb34ff0c3057e9 Mon Sep 17 00:00:00 2001 From: DerBadunkadunk <61605157+DerBadunkadunk@users.noreply.github.com> Date: Sat, 27 Sep 2025 23:55:19 -0500 Subject: [PATCH 291/333] Added my name to the list of contributors. (#104320) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index daff2ab9..302800cd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Derbadunkadunk](https://github.com/DerBadunkadunk) - Hello github and here is my first contribution. - [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) From c736dc99615b9d6e7aea41052e6b7f80407e4795 Mon Sep 17 00:00:00 2001 From: jrsezerotto <90218668+jrsezerotto@users.noreply.github.com> Date: Sun, 28 Sep 2025 02:09:53 -0300 Subject: [PATCH 292/333] Add Junior Sezerotto to Contributors list (#104322) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 302800cd..e451c2e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2949,6 +2949,7 @@ sh0uka - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) - [RIVER] +- [Junior Sezerotto](https://github.com/jrsezerotto) - [Nikhil Garg](https://github.com/Nikhilgarg-123) - [Dhanraj Bidare](https://github.com/Dhanraj4102) - [JstFrMs](https://github.com/JstFrMs) From 2839b46c2da06564e48239b3ef1462bad67527e5 Mon Sep 17 00:00:00 2001 From: Yanshi Sharma <144547830+yanshiii@users.noreply.github.com> Date: Sun, 28 Sep 2025 11:20:12 +0530 Subject: [PATCH 293/333] Add Yanshi Sharma to Contributors list (#104325) Co-authored-by: Yanshi Sharma --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e451c2e9..9a2f5b0d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Derbadunkadunk](https://github.com/DerBadunkadunk) - Hello github and here is my first contribution. - [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) +- [Yanshi Sharma] (https://github.com/yanshiii) - My first open src contri! Lesgo! - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. From ad5e107b8dde4e36fdb525f36025faf206c5cd4f Mon Sep 17 00:00:00 2001 From: "Rahulvama.07" <148974304+rahulvarmaviit@users.noreply.github.com> Date: Sun, 28 Sep 2025 11:58:42 +0530 Subject: [PATCH 294/333] Update Contributors.md (#104326) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9a2f5b0d..f8f1ebca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -140,6 +140,7 @@ - [Benja] - Hello! - [ilomarsk](https://github.com/ilomarsk/) - [amethyst](https://github.com/krishshaw418) +- [rahulvarma.07](https://github.com/rahulvarmaviit) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Kurisu] - (https://github.com/AliasCody) From 07fdf3cb476f41de8f467c8a8cf8c405ed47ab73 Mon Sep 17 00:00:00 2001 From: "Yashwanthvm@06" Date: Sun, 28 Sep 2025 12:26:48 +0530 Subject: [PATCH 295/333] Added my name to Contribution list (#104327) * Yashwanth * Add Yashwanth to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f8f1ebca..0105ae04 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,7 +16,7 @@ - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! - [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source - [Vishwas Hibare] (https://github.com/vishwas-615) - Full Stack Developer | Crazy...! --[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY +- [ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution - [Jacky James] - My first contribution @@ -347,6 +347,7 @@ sdumini - [Kartik Mishra] (https://github.com/kartikmishra210) - [Kunal Sable] (https://github.com/Kunals990) - [Kunal Mishra] (https://github.com/kunalmishraa) +- [Yashwanth](https://github.com/Yashwanthvm06) - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Samidu Kaushalaya] (https://github.com/samidukushalaya) - [Shivam Verma] (https://github.com/shivamxverma) From a764fb916a8eb1fc1bf4d96d77f75b9d970e1f9f Mon Sep 17 00:00:00 2001 From: Keerthana Date: Sun, 28 Sep 2025 13:03:36 +0530 Subject: [PATCH 296/333] first contributions first try (#104331) * Added to Contributors list * wtv --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0105ae04..81bbce2f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3050,6 +3050,7 @@ DanyLeeCS - [enguy-hub](https://github.com/enguy-hub) - [saideep](https://github.com/saideep-21) - [Tejas Chopade](https://github.com/Tejas9777) +- [Keerthana Ramalingam](https://github.com/ft-keerthana) - [Anushka Wable](https://github.com/anushka-sys) - [Apoorv Bedmutha](https://github.com/bedmuthaapoorv) - [Satyam Aengandul](https://github.com/satyamit) From 07548eeeabab907d0ed38ee1094c55fdd7fc75ef Mon Sep 17 00:00:00 2001 From: joel <91632635+joeliscoding@users.noreply.github.com> Date: Sun, 28 Sep 2025 11:37:38 +0200 Subject: [PATCH 297/333] Add joeliscoding to Contributors list (#104334) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 81bbce2f..1c3ad96e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -595,6 +595,7 @@ sdumini - [Darshon](https://github.colets gom/darshons) - [Archit Jaju](https://github.com/ayhm23) - [Johnathan Roehsner](https://github.com/johnathan22966) +- [joeliscoding](https://github.com/joeliscoding) - Hello world! ✨ - Sep 28 2025 - [Kerolos Nesim](https://github.com/kerolosnesim1) - [Shashidhar](https://github.com/shashidharsai) - [Mowlick Armstrong](https://github.com/Mowlick) From 7c751d628f9eba01cd3a9ffac85b756cccbe3a9c Mon Sep 17 00:00:00 2001 From: Shahzaib Ahmad Date: Sun, 28 Sep 2025 17:10:59 +0500 Subject: [PATCH 298/333] add Shahzaib to contributors list (#104335) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1c3ad96e..5cd7d3ef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1882,6 +1882,7 @@ Lawrence Ahaneku - [Amar Yasser](https://github.com/AmarYasser1) - [Mafedev](https://github.com/mafedev) - [Peter Hilbert](https://github.com/pehilbert) +- [Shahzaib Ahmad](https://github.com/shahzaibahmad05) - [Kores Nkoidila](https://github.com/Nkoidila) - [Aditya Mitra](https://github.com/mitras-git) - [Shayne Geilman](https://github.com/ShayneJG) From 34201650fc56d9e02a9fcbb42a7eb90ba7818cce Mon Sep 17 00:00:00 2001 From: lionizing2025-svg Date: Sun, 28 Sep 2025 06:36:54 -0700 Subject: [PATCH 299/333] added naveed to Contributors list (#104338) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5cd7d3ef..a1684690 100644 --- a/Contributors.md +++ b/Contributors.md @@ -67,6 +67,7 @@ - [Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. - [Cevik Kubat](https://github.com/CevikKubat) - to see this message means you are awesome - [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! +naveed shahzad - [hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Jan Kristoffer Manes](https://github.com/KrisSelvarin) - My first contribution! Yey! This is just for hobbies but I want to explore both AI and Data Science and even just doing fun stuff (Day-52 in Learning Programming|Coding) From 3e9b4dc5fd55c93d880c3646d486b87027a60bb7 Mon Sep 17 00:00:00 2001 From: istekhar8966 Date: Sun, 28 Sep 2025 20:09:58 +0530 Subject: [PATCH 300/333] Add istekhar8966 to Contributors list --- Contributors.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Contributors.md b/Contributors.md index a1684690..5f4ed338 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Derbadunkadunk](https://github.com/DerBadunkadunk) - Hello github and here is my first contribution. +- [Md Istekhar](https://github.com/istekhar8966) - My First Contribution to the open source world :0 - [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) - [Yanshi Sharma] (https://github.com/yanshiii) - My first open src contri! Lesgo! - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 @@ -14,7 +15,7 @@ - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [Rahul Krishna T](https://github.com/Itzzmerahul) - My first Open Source contribution Ikou!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -- [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source +- [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source - [Vishwas Hibare] (https://github.com/vishwas-615) - Full Stack Developer | Crazy...! - [ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) @@ -75,7 +76,7 @@ naveed shahzad - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Ashmit Prasad :)](https://github.com/ashmitprasad183-netizen) -- [Anashe Gaseller] +- [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) @@ -92,9 +93,9 @@ naveed shahzad - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution -- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Adeib Arief](https://github.com/AdeibArief/) - First try -- [Abhishek Raj](https://github.com/Abhi-4825) - I am starting my contribution from here +- [Abhishek Raj](https://github.com/Abhi-4825) - I am starting my contribution from here - [Jayce Stephens] - [Jef P.](https://github.com/Peeters-Jef) Hello! - [Zhou Xiaoqian] @@ -3286,7 +3287,7 @@ I am Lakshya Sharma and making my first open source contribution - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) - [Shivanii30](https://github.com/Shivanii30) -- [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution +- [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... - [Gopi Lakke](https://github.com/gopilakke) - my first-contribution - [Krishna Yadav](https://github.com/yadav-krish) - Entering into the realm of Open Source :) @@ -3303,7 +3304,7 @@ I am Lakshya Sharma and making my first open source contribution - [Aditya Telsinge](https://github.com/AdityaTel89) - Hi, My first contribution... - [uec203](https://github.com/uec203) - My first contrubition - [Scott Lundgren](https://github.com/scottelundgren) - Not my first contribution, but fun to add -- [KillianDlds](https://github.com/KillianDlds) -Yo everyone +- [KillianDlds](https://github.com/KillianDlds) -Yo everyone - [Özgür Polat](https://github.com/ozzo666) - ✌️ - [vanya-36](https://github.com/vanya-36) - Starting my journey in open source! From 92e54d103d4bb37ce9b9ca8fbe8b46fb8e97d60a Mon Sep 17 00:00:00 2001 From: "Arjun.O" <99176688+ArjunO-008@users.noreply.github.com> Date: Sun, 28 Sep 2025 20:45:23 +0530 Subject: [PATCH 301/333] Add ArjunO-008 to Contributors list (#104345) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a1684690..8e314c01 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3306,4 +3306,5 @@ I am Lakshya Sharma and making my first open source contribution - [KillianDlds](https://github.com/KillianDlds) -Yo everyone - [Özgür Polat](https://github.com/ozzo666) - ✌️ - [vanya-36](https://github.com/vanya-36) - Starting my journey in open source! +- [ArjunO-008](https://github.com/ArjunO-008) - Yeaa! Open Source.. From b150322dc65daabc25faa0fc21709bbd7f244ab9 Mon Sep 17 00:00:00 2001 From: Webmuiz <98920489+Webmuiz@users.noreply.github.com> Date: Sun, 28 Sep 2025 16:40:55 +0100 Subject: [PATCH 302/333] add muix to the contribution list (#104346) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8e314c01..4d6a0d0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -340,6 +340,7 @@ ranjith_dhanasekaran - [YG-paaleee] (https://github.com/YG-paaleee) - [Hiamnshu Pandey] (https://github.com/Himanshu817324) - [Junya Katouda] (https://github.com/katoudaj) +- [muix r](https://github.com/Webmuiz) - [CJ Nwogu] (https://github.com/cjnw) - [Sneha Bichkunde] (https://github.com/snehabichkunde) sdumini From b4c69d00cba70121eedaf330da390e864170a27c Mon Sep 17 00:00:00 2001 From: Muhammad Saad <148578234+saadthedeveloper@users.noreply.github.com> Date: Sun, 28 Sep 2025 20:51:59 +0500 Subject: [PATCH 303/333] Add saadthedeveloper to Contributors list (#104347) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4d6a0d0e..6c3bf6ae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3223,6 +3223,7 @@ I am Lakshya Sharma and making my first open source contribution - [Tharindu Silva](https://github.com/TharinduSilva2019774) - It's time to give something back :) - [yuktha](https://github.com/yuktha0505) - My first contrubition - [Logan Schmunck](https://github.com/lSchmunck) - A little behind on college work but I'm figuring it out. +- [Muhammad](https://github.com/saadthedeveloper/) - My first open source contribution - [Periyasamy R](https://github.com/PERI14/) - My first Contributuon game on -[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo [Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! From 32e75b1b624d68f58b58d2993d9ca5e9ccecc5f2 Mon Sep 17 00:00:00 2001 From: Sun Qingcheng <54630264+chunseyueguang@users.noreply.github.com> Date: Sun, 28 Sep 2025 23:58:31 +0800 Subject: [PATCH 304/333] Add chunseyueguang to Contributors list (#104348) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6c3bf6ae..0a91f426 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - [Zackwan Hakimi](https://github.com/Zackwanhakimi) - Hey there boys, is this correct way to contribute? - Saurebh Kokate - THis is my 1st contribution +- [chunseyueguang](https://github.com/chunseyueguang) my first contribution! - [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From d8cc16b25f3e1bcead6b240f52795344fb8c576e Mon Sep 17 00:00:00 2001 From: Hritik Kumar Date: Sun, 28 Sep 2025 22:17:25 +0530 Subject: [PATCH 305/333] Hritikbranch (#104350) * success * yooo bro --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0a91f426..eb984988 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [HRITIK KUMAR](https://github.com/Hritik-Kumar-dev) - hii my name is hritik kumar i am from india . - [Derbadunkadunk](https://github.com/DerBadunkadunk) - Hello github and here is my first contribution. - [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) - [Yanshi Sharma] (https://github.com/yanshiii) - My first open src contri! Lesgo! From 1799ac45dd298d44b5f0fbb375f5a8a81d8d7196 Mon Sep 17 00:00:00 2001 From: mbishopn <145691784+mbishopn@users.noreply.github.com> Date: Sun, 28 Sep 2025 13:24:22 -0400 Subject: [PATCH 306/333] Add Manuel Bishop Noriega to Contributors list (#104351) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eb984988..2f285a39 100644 --- a/Contributors.md +++ b/Contributors.md @@ -316,6 +316,7 @@ ranjith_dhanasekaran - GOWTHAM - Bhuvana Madiraju - Aditya Singh Kushwah +- [Manuel Bishop Noriega](https://github.com/mbishopn) - [Kerem Balci](https://github.com/kerembalci90) - [Kat R.](https://github.com/KxttyKxt) - [Daniel Arrieta](https://github.com/Darrieta05) From ce26c6e05153d07155cd019d5879321d6aab0447 Mon Sep 17 00:00:00 2001 From: arunpusala7 <167505616+arunpusala7@users.noreply.github.com> Date: Sun, 28 Sep 2025 23:41:40 +0530 Subject: [PATCH 307/333] Add my first contribution (#104353) * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Update Contributors.md Add Arun Kumar Pusala to Contributors list * Update Contributors.md * Update Contributors.md Add Arun Kumar Pusala to contributors list * Update Contributors.md * Update Contributors.md Add Arun Kumar Pusala in Contributors list * Update Contributors.md Add Arun to Contributors list * Update Contributors.md Add Arun To Contributors list * Update Contributors.md Add Arun To Contributors list * Update Contributors.md Add Arun to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2f285a39..6f0a4eba 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3306,6 +3306,7 @@ I am Lakshya Sharma and making my first open source contribution - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 - [Aditya Telsinge](https://github.com/AdityaTel89) - Hi, My first contribution... +- [arunpusala7](https://github.com/arunpusala7)- This is the time to do something meaningful in coding life by contributing in opensource projects - [uec203](https://github.com/uec203) - My first contrubition - [Scott Lundgren](https://github.com/scottelundgren) - Not my first contribution, but fun to add - [KillianDlds](https://github.com/KillianDlds) -Yo everyone From 456cb8570e3b91d1b36eeaea76a50104409c38ee Mon Sep 17 00:00:00 2001 From: Ashiq <163494299+Ashiksyedmuhammad@users.noreply.github.com> Date: Sun, 28 Sep 2025 23:59:06 +0530 Subject: [PATCH 308/333] Add Ashik Syed Muhammad to Contributors list (#104337) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6f0a4eba..ce0a53af 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3312,5 +3312,6 @@ I am Lakshya Sharma and making my first open source contribution - [KillianDlds](https://github.com/KillianDlds) -Yo everyone - [Özgür Polat](https://github.com/ozzo666) - ✌️ - [vanya-36](https://github.com/vanya-36) - Starting my journey in open source! +- [Ashik Syed Muhammad](https://github.com/Ashiksyedmuhammad) - Starting here... 🚀 - [ArjunO-008](https://github.com/ArjunO-008) - Yeaa! Open Source.. From 492ae6198da0d1d2b49308caf098a5b7d712b825 Mon Sep 17 00:00:00 2001 From: 26abc <2904496324@qq.com> Date: Mon, 29 Sep 2025 02:30:15 +0800 Subject: [PATCH 309/333] Update Contributors.md (#104328) This is my first contribution. It adds my name and some record phrases.Thans for the good opportunity. Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ce0a53af..00d7cef5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3304,6 +3304,7 @@ I am Lakshya Sharma and making my first open source contribution - [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. +- [abc123](https://github.com/26abc) - Hi everyone! It's my first contribution.Thanks for the authors. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 - [Aditya Telsinge](https://github.com/AdityaTel89) - Hi, My first contribution... - [arunpusala7](https://github.com/arunpusala7)- This is the time to do something meaningful in coding life by contributing in opensource projects From 39fca67aafa305143aef0e65040c792fd2636534 Mon Sep 17 00:00:00 2001 From: 26abc <2904496324@qq.com> Date: Mon, 29 Sep 2025 02:31:11 +0800 Subject: [PATCH 310/333] Update Contributors.md (#104329) It's add my name.Thanks for the opportunity! Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 00d7cef5..57a7399f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3304,6 +3304,7 @@ I am Lakshya Sharma and making my first open source contribution - [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. +- [lian-wang](https://github.com/26abc) -Hi everyone! - [abc123](https://github.com/26abc) - Hi everyone! It's my first contribution.Thanks for the authors. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 - [Aditya Telsinge](https://github.com/AdityaTel89) - Hi, My first contribution... From d0ad558bea49a52612d143ae869a65857bc7012c Mon Sep 17 00:00:00 2001 From: SunShine <134258592+SGYWN1@users.noreply.github.com> Date: Mon, 29 Sep 2025 02:32:18 +0800 Subject: [PATCH 311/333] Add SunShine to Contributors list (#104321) Co-authored-by: SGYWN1 Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 57a7399f..7e3f9fbf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3314,6 +3314,7 @@ I am Lakshya Sharma and making my first open source contribution - [KillianDlds](https://github.com/KillianDlds) -Yo everyone - [Özgür Polat](https://github.com/ozzo666) - ✌️ - [vanya-36](https://github.com/vanya-36) - Starting my journey in open source! +- [SunShine](https://github.com/SGYWN1) - [Ashik Syed Muhammad](https://github.com/Ashiksyedmuhammad) - Starting here... 🚀 - [ArjunO-008](https://github.com/ArjunO-008) - Yeaa! Open Source.. From 677a15ae05bd7d7082916e21c47e28e577338a44 Mon Sep 17 00:00:00 2001 From: arunpusala7 <167505616+arunpusala7@users.noreply.github.com> Date: Mon, 29 Sep 2025 00:03:42 +0530 Subject: [PATCH 312/333] Add my name to contributors list (#104318) * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Add my name to contributors list * Update Contributors.md Add Arun Kumar Pusala to Contributors list * Update Contributors.md * Update Contributors.md Add Arun Kumar Pusala to contributors list * Update Contributors.md * Update Contributors.md Add Arun Kumar Pusala in Contributors list * Update Contributors.md Add Arun to Contributors list * Update Contributors.md Add Arun To Contributors list * Update Contributors.md Add Arun To Contributors list * Update Contributors.md Add Arun to Contributors list From c733ab4245bf0e2c0782e6315508825aecbcd621 Mon Sep 17 00:00:00 2001 From: Ananya Pathak <79246149+oldschoolmoron@users.noreply.github.com> Date: Mon, 29 Sep 2025 00:04:31 +0530 Subject: [PATCH 313/333] Include my name in contributors list (#104315) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7e3f9fbf..9c1d2b52 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3314,6 +3314,7 @@ I am Lakshya Sharma and making my first open source contribution - [KillianDlds](https://github.com/KillianDlds) -Yo everyone - [Özgür Polat](https://github.com/ozzo666) - ✌️ - [vanya-36](https://github.com/vanya-36) - Starting my journey in open source! +- [oldschoolmoron](https://github.com/oldschoolmoron) - hi, i'm moron! - [SunShine](https://github.com/SGYWN1) - [Ashik Syed Muhammad](https://github.com/Ashiksyedmuhammad) - Starting here... 🚀 - [ArjunO-008](https://github.com/ArjunO-008) - Yeaa! Open Source.. From b3e3703b2b77e82a6d9c47203f89252bdf69d684 Mon Sep 17 00:00:00 2001 From: Tanish Kumar Garg <71541770+tanish-7869@users.noreply.github.com> Date: Mon, 29 Sep 2025 00:17:17 +0530 Subject: [PATCH 314/333] Add Tanish Garg to Contributors list (#104354) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ddd16b9e..77788bdb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -67,6 +67,7 @@ - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Toton] - [200MB] - Mada Mada +- [BouncyDrax] - First Contribuition wow - [Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. - [Cevik Kubat](https://github.com/CevikKubat) - to see this message means you are awesome - [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! From 2af8a1c290b88bfd7dec7238980421f623688c27 Mon Sep 17 00:00:00 2001 From: Adel <98234758+codemmaann@users.noreply.github.com> Date: Sun, 28 Sep 2025 21:47:26 +0300 Subject: [PATCH 315/333] Add Adel to Contributors list (#104355) Co-authored-by: Adel --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 77788bdb..2a38f951 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3320,4 +3320,5 @@ I am Lakshya Sharma and making my first open source contribution - [SunShine](https://github.com/SGYWN1) - [Ashik Syed Muhammad](https://github.com/Ashiksyedmuhammad) - Starting here... 🚀 - [ArjunO-008](https://github.com/ArjunO-008) - Yeaa! Open Source.. +- [Adel](https://github.com/codemmaann) - If you are reading this, I hope you have a good day From cce049263936b0316bd790ca837470869cdc61be Mon Sep 17 00:00:00 2001 From: Roshanjossey Date: Sun, 28 Sep 2025 21:03:08 +0200 Subject: [PATCH 316/333] Remove lines from Contributors.md --- Contributors.md | 4323 +++++++++++------------------------------------ 1 file changed, 1019 insertions(+), 3304 deletions(-) diff --git a/Contributors.md b/Contributors.md index 2a38f951..8c60460b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,3324 +1,1039 @@ # Contributors -- [HRITIK KUMAR](https://github.com/Hritik-Kumar-dev) - hii my name is hritik kumar i am from india . -- [Derbadunkadunk](https://github.com/DerBadunkadunk) - Hello github and here is my first contribution. -- [Md Istekhar](https://github.com/istekhar8966) - My First Contribution to the open source world :0 -- [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) -- [Yanshi Sharma] (https://github.com/yanshiii) - My first open src contri! Lesgo! -- [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 -- [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) -- [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. -- [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment -- [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start -- [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! -- [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! -- [Arnav Gautam](https://github.com/arnavgautam0209) - Let's Go!!! -- [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! -- [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! -- [Rahul Krishna T](https://github.com/Itzzmerahul) - My first Open Source contribution Ikou!!! -- [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -- [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source -- [Vishwas Hibare] (https://github.com/vishwas-615) - Full Stack Developer | Crazy...! -- [ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY -- [Leoniex](https://github.com/Leoneix) - first contri:) --[051821](https://github.com/051821) - This is my first open-source contribution -- [Jacky James] - My first contribution -- [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . -- [NGASSAM NANA ~byt3buster](https://github.com/byt3Buster/) - Glad to meet you (-: -- [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! -- [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. -- [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! -- [Mohamed Mahmoud] (https://github.com/mmohamedmmamdouh6) - It is just the beginning. -- [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. -- [Santhosh] (https://github.com/notsanta20) - First Contribution. -- [Dim Geo] (https://github.com/DimGeo5) -- [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. -- [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding -- [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm -- [Zackwan Hakimi](https://github.com/Zackwanhakimi) - Hey there boys, is this correct way to contribute? -- Saurebh Kokate - THis is my 1st contribution -- [chunseyueguang](https://github.com/chunseyueguang) my first contribution! -- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution -[Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) -[lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution - [Diya](https://github.com/123diya-coder) - [Jewel](https://github.com/programmerjewel) -[Krish](https://github.com/Krish-9-6) -- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. -- [Nitesh Kumar](https://github.com/kumarbaberwal) -- [OSZDAO](https://github.com/oszdao) Happy to see you Here. -- [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. -- [Kian Zahrai](https://github.com/KianZahrai) - Excited to contribute to this open source project :ok_hand: -- [DeAnna_Nichols] -- Ilamaran Magesh - Cheers! -- [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution -- [Ahmad] - hi all this is my first contribution :) -- [FaFa-02] ---sahith bunny new user -- [Avinash Ganore](https://github.com/Xzy-Vron) -- [June](https://github.com/onjoon) -- [Maria Sebastian] -- [Khalid](https://github.com/khalidx3) -- [FertileVerve](https://github.com/fertileverve) -- [Rishabh Raj Pathak](https://github.com/Rishabh-Raj-Pathak) - This is my first open source contribution, huge thanks to the community for building such an awesome project. I'm keen to get involved in the open source space and hopefully make a meaningful impact! -- [Ayush](https://github.com/AyushMaurya3114) -- [AbhishekRouth](https://github.com/Abhishekrouth) -- [Adnan](https://github.com/adnan-2504) -- [Mohammed Hasan M] (https://github.com/MohdMemar) -- [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India -- [Toton] -- [200MB] - Mada Mada -- [BouncyDrax] - First Contribuition wow -- [Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -- [Cevik Kubat](https://github.com/CevikKubat) - to see this message means you are awesome -- [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! -naveed shahzad -- [hewin31](https://github.com/hewin31) -- [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( -- [Jan Kristoffer Manes](https://github.com/KrisSelvarin) - My first contribution! Yey! This is just for hobbies but I want to explore both AI and Data Science and even just doing fun stuff (Day-52 in Learning Programming|Coding) -- [Ifham-Hashir](https://github.com/Ifham-Hashir) -- [Bjorn Stephany](https://github.com/bjornstephany) -- [Omveer](https://github.com/narukaz/) -- [Ashmit Prasad :)](https://github.com/ashmitprasad183-netizen) -- [Anashe Gaseller] -- [Tojan Naiem](https://github.com/Tojan-Naiem) - [Mahdi](https://github.com/mahdi-re-dev) - thanks -- [Jordan Pinto](https://github.com/KwakuYostOfficial) -- [Abdul Basit](https://github.com/abdulawr) -- [Aleksandra Sieg](https://github.com/AleksandraSieg) Hi Everyone! I'm from Poland and this is my first contribution, I'm so happy. Wish you all the best! -- [Isholl](https://github.com/isholl) -- [Basit Channa](https://github.com/basitbc) -- [Caroline Park](https://github.com/parkcarol/) -- [Shashank Kempasagara](https://github.com/sha5114nk) -- [Kyaw Phyo Win](https://github.com/KyawPhyo-hub) -- [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) -- [ARYAN BHATT](https://github.com/aryanbhatt767) -- [principalog](https://github.com/principalog) -- [Jon Goodwin](https://github.com/Jon-Goodwin) -- [Shaan Edroos](https://github.com/sh66n) -- [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution -- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution -- [Adeib Arief](https://github.com/AdeibArief/) - First try -- [Abhishek Raj](https://github.com/Abhi-4825) - I am starting my contribution from here -- [Jayce Stephens] -- [Jef P.](https://github.com/Peeters-Jef) Hello! -- [Zhou Xiaoqian] -- [Shreya Nigam](https://github.com/shreya-328) Excited to try ! -- [Aakash Singh](https://github.com/aakashsingh04) -- [Anns Abbasi](https://github.com/annsabbasi) - first open source contribution -- [Zahida Hussain] -- [Abu Fati](https://github.com/mamafati) My first open source commit!!!! -- [Bob Qin](https://github.com/Bob200409) -- [Maria Herrmann] (https://github.com/marherr-19) -- [Mohit Sharma](https://github.com/TheWizardKingg) -- [Mir-Asim-Ali](https://mirasim.netlify.app/) -- [Masum Raza](https://github.com/khanmasumraza) -- [GENJI J](https://github.com/anya-minamoto) -- [Mihir M](https://github.com/mihirm3hub) -- [Algacyr Melo](https://github.com/algacyr-melo) -- [smdekate-cs](https://github.com/smdekate-cs) -- [HighPoly](https://github.com/HighPolygon) -- [Samruddhi Khade](https://github.com/khadesamrudhi) -- [Himanshi Rao Yenugupalli](https://github.com/himanshiyenugupalli) -- [Harshita Kode](https://github.com/2210030019) -- [Kamal Agrahari](https://github.com/ikamalagrahari/) -- [Krish Sharma](https://github.com/krisharmaa) -- [Mahanthesh S](https://github.com/Mahi2708) -- [Anand Vashishtha](https://github.com/Anand-0037) - Python developer from INDIA -- [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! -- [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) --[Gangparameshwari D](https://github.com/Gangaparameshwari07) -- [Ali Nasser](https://github.com/AliNasser05) -- [Aryan Jadhav](https://github.com/AryanJadhav15) -- [Bug9519](https://github.com/Bug9519) -- [Avinash](https://github.com/Avinash1423)-Hello --[Khushi](https://github.com/khushi-vishwakarma07) - Hello open-source world! -- [Ashen Umeda](https://github.com/ashenumeda) -- [Santiago Gomez](https://github.com/Santiago13dev) -- [Marni Pawan Veer Sai](https://github.com/Pawan82003) -- [Mayen Akech](https://github.com/Mayen007) -- [Amit Kumar](https://github.com/AK-Amit-Kumar) -- [Rafael Severo](https://github.com/rafaeumesmo) -- [Emanuel Orduña](https://github.com/emaordu) -- [Anuraag Akella](https://github.com/Anuraag03) - My First Contribution!! -- [LayorX](https://github.com/LayorX) -- [Omar Emara](https://github.com/omarf2000) -- [Benja] - Hello! -- [ilomarsk](https://github.com/ilomarsk/) -- [amethyst](https://github.com/krishshaw418) -- [rahulvarma.07](https://github.com/rahulvarmaviit) -- [Darion] -- [Suhaib] - (https://github.com/Suhaib536) -- [Kurisu] - (https://github.com/AliasCody) -- [tdhdjv](https://github.com/tdhdjv) - Hello! -- [Kayode Babalola](https://github.com/kayode-dev) - Great to be here -- [Bhavana] -- [Anwesh] - (https://github.com/Anwesh-18) - My first open source contribution -- [stijee] - This is my first github commit. -- [freshmess](https://github.com/freshmess) -- [wasiq345](https://github.com/wasiq345) -Greetings from Pakistan -- [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! -- [Raj Gajjar](https://github.com/RajGajjar-01) -- [Jacopo Belli](https://github.com/Jacopobelli5) -- [TJ Lucht](https://github.com/GoldenEntertainment) - I Like Watching Youtube Videos, I also Like making Games And apps -- [Jon Johnson] -- [PrimEverDream](https://github.com/PrimEverDream) - Same as TJ Lucht -- [Amit Mavinakatti] (https://github.com/Amit-Mavinakatti) -- [Abdul Rafique](https://github.com/abdul-rafique) -- [Priyanshujindal](https://github.com/Priyanshujindal) -- [Thien](https://github.com/Thien0912) -- sai -- hello -- [Hari Nivedhan](https://github.com/hari7niv) -- [Sharvesh S][https://github.com/Sharvesh3]- This is my First FOSS Contribution - [Itika Goel][https://github.com/itikaa] -- [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! -- [thePrnvBot](https://github.com/thePrnvBot) - Sup Doods! -- [Muhammad Sheik Nauman](https://github.com/Muhammad-Sheik-Nauman)-wassssupppp!! -- [Lane Henslee](https://github.com/huncholane) - Go Vols -- [Watson](https://github.com/tanso0126) -- [Eric G Butler Jr](https://github.com/ericbutler1209) -- [Dhanush Kotrike] (https://github.com/dhanushkotrike) - Starting my open source journey -- [Krrishray](https://github.com/krrishray) -- [Jacob](https://github.com/mj4863) - Jesus Christ! -- [A Different Jacob] -- [Abhishek Rawat][https://github.com/Abhishek2rawat] -- [Lucas de Assis][https://github.com/lucasmudo] - Getting some hands-on practice -- [Shreya Wani](https://github.com/shreya150804) -- [Surya Prakash Sharma][https://github.com/suryaprkash778-dot] -- [Siddharth Chaudhary][https://github.com/SidChaudhary7] -- [rryyqn](https://github.com/rryyqn) -- [Jessica Thomas](https://github.com/jmt713) -- [Aaron] -- [b1tranger](https://github.com/b1tranger) -- [Harsha Vardhan N][https://github.com/N-Harsha-Vardhan-Dev/] - Hey What's up bingos ! -- [karan](https://github.com/karanhb-pixel) -- [azhank391](https://github.com.azhank391) -- [NANAN](#####) -- [Digvijay Chauhan](https://github.com/chauhandigvijay1) -- [Josh Mossman] -- [Sebastian Serban](https://github.com/Sebastianserban) -- [John JAcob] -- [Debanjan Floydee] -- [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) -- [Tanishk Singhal](https://github.com/Tanishkcodes) --[Rajeev Shivah](https://github.com/rajeevshivah) -- [Siddharth Shravan Jha] (https://github.com/Siddharth18-dev) -- [Shalini Gupta](https://github.com/shalinigupta2501) --[Godugu Veena](https://github.com/GoduguVeena) --[Shahid Afrid](https://github.com/shahid-afrid) -ranjith_dhanasekaran -- [Dennis van Oort] (https://github.com/dvanoort) -- Vo Huy -- Looskers -- Shreyaa -- Swedel Lasrado -- Debanjan Kshetry -- Kungfoo Panda -- [M H VINAY](https://github.com/vinay10000) Hello World! :) -- Shyynek -- [Sergio Frastalis](https://github.com/SergioFrastalis) -- [Sergio Frastalis](https://github.com/zohai-ibb) -- [shivanjali desai](https://github.com/shivanjali0108) -- [Janindu Nanayakkara](https://github.com/Janindu-n) -- [Muhammad Farras Majid](https://github.com/mfarrasmajid) -- [David devmanki](https://github.com/davamanki) -- [Ajay] -- [Kailash](https://github.com/TSKailash) -- [Priyanshu Saxena] (https://github.com/Priyanshuxddd) -- [Sumit Pandey](https://github.com/5umitpandey) -- [Monjurul Haque](https://github.com/MonjurulHaq) -- [Sneha Gadekarla] (https://github.com/SnehaG100) -- [Parth Kulkarni] (https://github.com/kparth274) -- [Pavan Mhaisne](https://github.com/piyushm4) -- [laurent humeau](https://github.com/Laurent-Humeau) --[Sailaja](https://github.com/Sailu5) -- [Sim Hyeonmin](https://github.com/simhyunmin) --[Mahak Singh(https://github.com/Mahak-10)] -- [Filippos Angelakos](https://github.com/filipp-os) - Love from Greece!!!! -- [Sanjay Senthilkumar](https://github.com/Sanj84-co) -- [KANISH](hello) -- [Deepak Baghel](https://github.com/Deepak-SBaghel) - after prostacinatng for 2 years finally starting contibution -- [Kavita](https://github.com/kvi-20) -- [KaliDeveIoper](https://github.com/KaliDeveIoper) -- [Tirth Prajapati](https://github.com/TirthCric) -- [M Govindarajan](https://github.com/Govindarajannn) -- [Jayceon Zhang](https://github.com/Jayceon-3) -- [Gbede Daniel] (https://github.com/dani12e) -- [Supilath](https://github.com/Supilath) -- [Divyansh Shrivastav](https://github.com/DIVYANSH-SHRIVASTAV) -- [CasManny](https://github.com/CasManny) -- [appanmomo](https://github.com/appanmomo) - Hello Everyone! -- [Rohan Shukla] (https://github.com/RohanShukla23) -- [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) -- [marmiju](https://github.com/marmiju) -- [Jose David Elizondo] (https://github.com/jose-elizondo-dev) -- [meisam](https://github.com/bymeisam) -- [Mahmoud Mohsen](https://github.com/Mahmoud12344) -- [Gokoku](https://github.com/gokoku) -- [Kamakijr](https://github.com/kamakijr) -- [Nishant Singh](https://github.com/vasu101) -- sardor Uchqunov -- [Nagy Csomor István] (https://github.com/Csomorka) -- Jannatul Ferdous -- Kylan Smith -- Ahmed Abouelnaga -- [Ahmed Abdellatif](https://github.com/abdellatif72) -- [Alex Ivaschenko] (https://github.com/ivaschenkoalex) -- [Cameron Scott](https://github.com/cdscott37) -- [Harsh Sahu](https://github.com/harshsahu383) -- [Dayangku Fatin Masyitah] (https://github.com/aktnlxk) -- Patty - [Nick](https://github.com/nick-noble) First open source contribution -- Vivek Gupta -- bimo105108 -- DKshetry -- Luan -- Signal Bean -- [Sandip Maurya] (https://github.com/sandipmaurya2611) -- [Mark](https://github.com/Mark-fr-dev) -- [Vedanth](https://github.com/Vedanth81106) -- [Agus](https://github.com/agusfdzm) -- [Diogo Ferreira](https://github.com/fdiogo1) -- [Kingsley] -- [Hakimo abdikadir](https://github.com/hikmaladan) -- [voiceinthedark](https://github.com/voiceinthedark) -- Anushka -- [Mohammed Ibrahim] -- [Jason Wiggs](https://github.com/wiggs30) -- [Artuh](https://github.com/lArtuh) -- [DMS Menula](https://github.com/DMS-Menula/) -- [Ernesto Donado](https://github.com/edonado2) -- [Preetham Noel P] -- [Osvaldo Alves](https://github.com/osvaldo-alves-de-brito) -- [Harshit Kant](https://github.com/Harshitkant21/) -- [Leonardo Queirolo](https://github.com/queiroll) -- [Jack Crampton] (https://github.com/Gamesscow) -- [Dhruv sawant] -- [SungHo.You] -- [pg4040](https://github.com/pg4040) -- [Caíque Oliveira](https://github.com/os-caique) -- [Gabriel Eyo] (https://github.com/eyogabriel529-sen) -- [Sundram Rai](https://github.com/Sundramrai3691) -- [Miles Morales] -- [DevElevate19](https://github.com/DevElevate19) -- [Victor Brayner](https://github.com/victorbrayner) -- [lucas](https://github.com/Luc-as) -- [Xephyronix](https://github.com/Xephyronix) -- [Anurag]<-- -- [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) -- [Amith B V](https://github.com/AmithBV0606) -- [Abhik](https://github.com/AO811) -- [Umut Hasanoglu](https://github.com/UmutHasanoglu) -- [Ekak Basu](https://github.com/ebro125) -- [Erfan Ahmadi](https://github.com/erfan-web) -- [Rachit Tanwar](https://github.com/rachit-tanwar) -- [Aaliyah Raheem](https://github.com/aaliot) -- [Md. Apu](https://github.com/Apu-mirza) -- [mgalore](https://github.com/mgalore) -- GOWTHAM -- Bhuvana Madiraju -- Aditya Singh Kushwah -- [Manuel Bishop Noriega](https://github.com/mbishopn) -- [Kerem Balci](https://github.com/kerembalci90) -- [Kat R.](https://github.com/KxttyKxt) -- [Daniel Arrieta](https://github.com/Darrieta05) -- [RUDRA TAILOR](https://github.com/RudraTailor) -- [Aditya Dubey](https://github.com/Aditya149202) -- santiago robles -- Faiz Modi -- adasrh yadav -- [Taylor McDile] -- Debanjan Kshetry2 -- Manthan Maidawat -- A Bhargavi (https://github.com/bunnybhargavi) -- Arnim KuchhalNow open Contributors.md file in a text editor, add your name to it. Don't add it at the beginning or end of the file. Put it anywhere in between. Now, save the file. -- Niv Aravindmali -- Vasilis Kokotakis (https://github.com/VasilisKokotakis) -- Lokesh Malik (https://github.com/Lucky-Malik) -- [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) -- [Justslugard] (https://github.com/Justslugard) -- [Kanishka Raisania] (https://github.com/kanishka-raisania) -- [Yogendra K Narmada] (https://github.com/lazydeveloper9) -- [Nidhi Yadav] (https://github.com/Nidhi-nd) -- [Jaysingh Raj] (https://github.com/jay-raj-01) -- [Sharmila] (https://github.com/SharmilaNagarajan1) -- [YG-paaleee] (https://github.com/YG-paaleee) -- [Hiamnshu Pandey] (https://github.com/Himanshu817324) -- [Junya Katouda] (https://github.com/katoudaj) -- [muix r](https://github.com/Webmuiz) -- [CJ Nwogu] (https://github.com/cjnw) -- [Sneha Bichkunde] (https://github.com/snehabichkunde) -sdumini -- [Siddharth Sahu] (https://github.com/sidhacks) -- [DEVANSH SHUKLA] (https://github.com/devansh391k) -- [Kartik Mishra] (https://github.com/kartikmishra210) -- [Kunal Sable] (https://github.com/Kunals990) -- [Kunal Mishra] (https://github.com/kunalmishraa) -- [Yashwanth](https://github.com/Yashwanthvm06) -- [Priyanka Singh] (https://github.com/Priyanka-2725) -- [Samidu Kaushalaya] (https://github.com/samidukushalaya) -- [Shivam Verma] (https://github.com/shivamxverma) -- [sithananthan](https://github.com/sithananthan) -- [LissandroDev](git@github.com:LuisD3vv/Pull-Request-practica.git) -- [one small step for humanity] -- [Amelia Ali] -- [Franklyn Omoregie] -- [Md Ashif Jamal] (https://github.com/BugKiller099/) -- [Ahmed Sabbak] -- [Blipie] -- [bugOpsX] (https://github.com/bugOpsX) -- [Shivanna] (https://github.com/shivannadm) -- [Stephanie] (https://github.com/stevwya77) -- [Harsh Kumbhani] (https://github.com/harshkumbhani) -- [Hassan Shahid] (https://github.com/hassan-software-dev) -- [Akinori Sugimura](https://github.com/sugisaku37) -- [Nada Alinour](https://github.com/nadaalinour) -- [Swapnil] (https://github.com/swapnil282K) -- [Vaibhav Jadhav] (https://github.com/vaibhav2141) -- [Sandy052005](https://github.com/sandy052005) -- [Nikita Maurya](https://github.com/sun-andsky) -- [Shreyas](https://github.com/skdoosh) -- [Dobbs024](https://github.com/dobbs024) My first open source contribution. - [Tejas fulumbarkar] -- [Maroof Khan](https://github.com/khanmaroof) -- [Boruotez](https://github.com/borutoez) -- [Revathi V](https://github.com/DragonFruitCookie) -- [Sharjeel Ahmed Siddiqui] -- [Sinbad Adjuik](https://github.com/synnbad) -- [Padmanabha Das](https://github.com/chayan-1906) -- [Shivam Gupta](https://github.com/shivam543210) -- [William W.] (https://github.com/ParadigmPacket) -- [Shalini V] (https://github.com/shalini515) -- [Vedhashree Sampath] (https://github.com/vedhashrees) -- [Vrusha] (https://github.com/vrushaaa) -- [Varnika] (https://github.com/vvarnika05) -- [Mohith Butta] (https:/github.com/loicmohithnovoct) -- [Saloni Zade](https://github.com/Saloni0111-cpu) -- [Chetan Atram](https://github.com/RabbitBoii) -- [Mauricio Pereira] (https://github.com/gitreece) -- [Ewan Black](https://github.com/ebl138) -- [Christian Petrucci] -- [Eric Y.](https://github.com/aoy9) Hello World! -- [Rushikesh Deshmukh](https://github.com/Mrx207) -- [Kunal Jindal](https://github.com/imkunaljindal) -- [numenk](https://github.com/numenk) -- [K Sri Latha] (https://github.com/KSriLatha18) -- [Sarthak Katiyar] (https://github.com/SarthakKatiyar2004) -- [Ajay C](https://github.com/Ajaynirm) -- [Madan A](https://github.com/maddy-aleti) -- [Nithwin V M](https://github.com/Nithwin) -- [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) -- [phyo thiri zaw](https://github.com/phyothirizaw) -- [HHZ](https://github.com/phyothirizaw) -- [Prathmesh Sananse](https://github.com/prathmesh-sananse) -- [RAYYAN KHAN](https://github.com/rayyan4t4) -- [Lalitha N](https://github.com/lalitha-n546) -- [Pranesh](https://github.com/Pranesh2288) -- [Eduard Requena](https://github.com/erequena81) -- [JuanRZ](https://github.com/JuanRZ) # Anderson -- [RSM Harsha](https://github.com/rsmharsha) -- [turingAround](https://github.com/turingAround) -- [Ahmed Shabab Noor](https://github.com/ashababnoor) -- [Endlia](https://github.com/Endlia) -- [Mun Noor](https://github.com/mun-stack) -- [casa-code](https://github.com/casa-code) -- [Zuzanna Pilat](https://github.com/Pilat11) -- [Dibyajeet](https://github.com/djisgoat) -- [Farmata Kane](https://github.com/miiswom) -- [Zachary Collins](https://github.com/zacharym-collins) -- [Elvis Adames](https://github.com/Layomx) -- [Shiva Kumar](https://github.com/shivakumar04) -- [Meg Hiatt](https://github.com/hiatt8649) -- [Ishan Kanishka](https://github.com/Ishan-Kanishka) -- [Jordan James](https://github.com/JordanJamesJA) -- [Mohammad A](https://github.com/c000005) -- [Pranay Gurav](https://github.com/cwpranay) -- [Naveen Tadaka](https://github.com/Naein19) -- [Martin Estrada Agudelo] -- [Sagardeep Das](https://github.com/SDpDas) -- [Nolan Carlisle](https://github.com/NCarlisle24) -- [Shivam Shandilya](https://github.com/shivamshandilya2100) -- [Hoang Viet Nguyen](https://github.com/hoangviet-nguyen) -- [Siddharth Mishra](https://github.com/SIDDHARTH7729) -- [Meet Shah](https://github.com/Meet6338-X) -- [Sushmitha](https://github.com/Sushmigit) -- [Okatakyieba Boadu](https://github.com/oke06) -- [Pranay Chauhan](https://github.com/Pranay-Chauhn) -- [Ehsan Shadmehri](https://github.com/ehsansh) -- [Devin Rand](https://github.com/devinrand) -- [Jalina Hirushan](https://github.com/jalinah) -- [Kusuma Narayanaswamy](https://github.com/kusumasuma136-beep) -- [Brian Yim] (https://github.com/brianyimjh) -- [Ammar Adil] (https://github.com/AmmarAtNITJSR) -- [Abbas Elsayed](https://github.com/MoAbbasid) -- [Amanuel G](https://github.com/amanuel-gebresilasie) -- [Dony Castro](https://github.com/Dony-Castro) -- [Pinintti Sunil](https://github.com/Pininttisunil) -- [Aadil Bashir](https://github.com/Aadil-Bashir) -- [Dimirrius Farida](https://github.com/CodeBotD) -- [Hruthik Chauan](https://github.com/hruthikchauhan07) -- [Ahmad Rafiq](https://github.com/AhmadRafiq90) -- [corvac] (https://github.com/corvac) hello world! -- [Vinicius] -- [jasbuildaweb] (https://github.com/jasbuildaweb) -- [TheHolderCollective] (https://github.com/TheHolderCollective) -- [Arezoo] -- [1983730774] -- [원세영](https://github.com/seyoung5744) -- [संकेत](https://github.com/Hercules-078) -- [Akash Goyal](https://github.com/1223akash) -- [Amaan214](https://github.com/Amaan214) -- [jaop321](https://github.com/jaop321) -- [Jacques Antoine] -- [Mohd Ayan](https://github.com/codistan-commit) -- [SQDEL] -- [Plexton](https://github.com/ZaibLComrade) -- [knlklabacka] -- [Vitor Gabriel](https://github.com/VituuDias) -- [yanas logs] -- [mfg5160] -- [Hayato Katagiri](https://github.com/hayatokatagiri) -- [PandaDev0069](https://github.com/PandaDev0069) -- [snowmandidi](https://github.com/snowmandidi) -- [Jayasree G Kalkura](https://github.com/jayasree1805) -- [Carlota Castelltort Pinto](https://github.com/CCastelltort) -- [Tony J.](https://github.com/t0nebone) -- [Resham] -- [gE](https://ge0650.github.io/) -- [Yarno Grenier](https://github.com/yarno97x) -- [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) -- [Sanjeev](Grabbing oppurtunities flawlessly) -- [Joseph Halloran] (https://github.com/josephfhalloran) -- [fatimah](https://github.com/grindstack) -- [Jithin](https://github.com/jithin-dotcom) -- Adithya Nanuvala -- [Devansh Singh](https://github.com/Devansh-04) -- [Mandrukamal](https://github.com/Mandrukamal) -- [Gokul](https://github.com/Gokul-S-dev) -- [Gautam Bhatt](https://github.com/Er-GautamBhatt) -- [Cole Schnell](https://github.com/coleschnell) -- [Bhavya](https://github.com/bhavya-l) -- [Fabio Mingione](https://github.com/FabMin94) -- [Milan Bhanushali] (https://github.com/milanbhanushali) -- [Nicholas Calvert](https://github.com/nicholascalvert85) -- [ajit](https://github.com/ajitprachande) -- [Pankaj] (https://github.com/ppankaj321) -- [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) -- [Ashish Bairwa](https://github.com/ashishb20) -- [Jason](https://github.com/dev-jason-lu) -- [David Anane](https://github.com/plaestore) -- [Karan Dhiman](https://github.com/karandhiman12) -- [Harsh Sachdeva](https://github.com/HarshSachdeva01) -- [Artem Kiryukhin](https://github.com/Feugon) -- [Giacomo Folli](https://github.com/giacomo-folli) -- [Hamza Khan](https://github.com/giacomo-folli) -- [Ananya G Bharadwaj] -- [Ravi Kumar Jha](https://github.com/ravijha9546) -- [Shashwat suman](https://github.com/shashwatsuman28) -- [Dhairya Dev](https://github.com/hamzak51) -- [Ayomide Saheed](https://github.com/luc-ay) -- [Muhammad Bilal Saleem](https://github.com/Muhammad-Bilal-Saleem) --[lavi](https://github.com/lavihere1) --[Daniel Velez](https://github.com/Daniel1000c) -- [Martin-Perfumo] (https://github.com/MartinPerfumo) - [Nakshathra](https://github.com/Nakshathra-17S) - naveen-branch-first-contribution - NMAKHIJA- Test Contribution -- [Naveen Kumar](https://github.com/RowthuNaveenKumar) -- Ja'Nya Ward -[Devansh Kapoor](https://github.com/Devansh2208) -- [Kashif Kawsar Qadri](https://github.com/KashifQadri90) --[Kavya Krishna](https://github.com/Cx-rrupt) --[Goutham Krishna](https://github.com/gouthamkrishnae) -- [Chijioke Madu](https://github.com/SaltCJ) -- [Mohamed Ismail Gasmi]() --[Bikash Barua](https://github.com/bikashbarua) -- [Varshith Adithya](https://github.com/kv-adithya) -- [Brandon McHugh](https://github.com/brandmch) -- [Carlos FH](https://github.com/carlosfhz13) -- [Holmes M](https://github.com/Sher69-mycroft) -- [Aaditya Srivastava](https://github.com/frozenxnx) -- [Sumit Sourav](https://github.com/souravsumit07) -[TML](https://github.com/TinMoeLwin007) -- [Tonny Nyauke] -- [gcgc] -- [Beau Bremer](https://github.com/KnowOneActual) --[Shaswata Panda] -- [Michael Koo](https://github.com/Michael-Koo-21) -- [Jay](https://github.com/ledi1026) --[ledi1026](https://github.com/ledi1026) --[Michael Rockefeller](https://github.com/rockefelm) --[Syaiful Yudha Platoteles](https://github.com/Platotel3s) --[Lorena Albuquerque](https://github.com/Lorena2802) --[Karol Budzko](https://github.com/krlkarol) --[hizs12-tpysh](https://github.com/HizS12) --[Ayush23-art](https://github.com/Ayush23-art) --[Shirshak-singh-dugtal](https://github.com/Shirshak-dugtal) --[Amos-Aliko] (https://github.com/Aliko2020) -- [Victor Kweka](https://github.com/victorjudysen) -- [Krishna Khandelwal] (https://github.com/krish8955) -- [EZ] -- [Muhammad Nouman](https://github.com/coder595) -- [Allan Zanella](https://github.com/Autodotnet) -- [Anastasia Bobere](https://github.com/anastasiabobere) -- [Nishant Naravarajula](https://github.com/nish-naravarajula) -- [Thomas.(Jiashuo Liang)] -- [Vishal Manik](https://github.com/vmanik2k) -- [Esraa Hassan] (https://github.com/Esraa-Hassan0) -- [Vittorino Favaro](https://github.com/vittorino-favaro) -- [Dipak Halkude](https://github.com/DipakHalkude) -- [Isaiah Ng](https://github.com/ngisaiah) -- [Bibek Parajuli] (https://github.com/bibekparajuli123) -- [Alex Hann](https://github.com/lurch9) -- [NANDANI AGRAWAL](hhttps://github.com/Nandani9443) -- [Tanish Mundra](https://github.com/tanishmundra-codes) -- [rkb121541](https://github.com/rkb121541) -- [WWH](https://github.com/Wint02) -- [Sanjeev Kumar Sharma](https://github.com/SanjeevKrSharma) -- [Veysel Yatkın](https://github.com/veysel2020) -- [LionEY] (https://github.com/LionEYm) -- [Naveen C](https://github.com/naveench98) -- [Siyabonga Dlikilili](https://github.com/Multimabo) -- [rainhuang0220](https://github.com/rainhuang0220) -- [SSA](https://github.com/sshnag) -- [Mario Rodríguez](https://github.com/mariorj11) -- [GiantPrince](https://github.com/GiantPrince) -- Zhuocheng Li -- Shiv -- huzaifa(https://github.com/huzaifaashraf-code) -- [Ibrahim] - -[Pavan kumar Bhedam](https://github.com/Pavankumarbhedam) -- shreyash patil [https://github.com/Sudeshpatil07] -- [eieilin](https://github.com/eieilin) -- [Jhanvi](https://github.com/JhanviN) -- [Aman Kumar](https://github.com/YukiCodepth) -- [Vishal](https://github.com/Nvishal2006) -- [Devesh Paryani](https://github.com/Devesh102030) -- [Noor Jellani](https://github.com/nurulain0) --[Zainab Travadi](https://github.cBreakerom/ZainabTravadi) -- [Rakshith Srinivasan](https://github.com/rakhith) -- [Ravishankar saini](https://github.com/Cyrus253) -- [Muhammad Yousif](https://github.com/YousifCreates) -- [Darshon](https://github.colets gom/darshons) -- [Archit Jaju](https://github.com/ayhm23) -- [Johnathan Roehsner](https://github.com/johnathan22966) -- [joeliscoding](https://github.com/joeliscoding) - Hello world! ✨ - Sep 28 2025 -- [Kerolos Nesim](https://github.com/kerolosnesim1) -- [Shashidhar](https://github.com/shashidharsai) -- [Mowlick Armstrong](https://github.com/Mowlick) -- [Tum Teeradach](https://github.com/Tum-404) -- [gazoline keton](https://github.com/gazolineketon) -- [Kyusan Kim](https://github.com/5tarlight) -- [Mathew Joseph](https://github.com/MJTheGreat3) -- [Adam Barnett](https://github.com/adam-lev-barnett) -- [Shivek Ranjan](https://github.com/ShivekRanjan) -- [Srinath Akkem](https://github.com/bd-SrinathAkkem) -- [Koushik Pyarasani](https://github.com/pyaarasanikoushik) -- [RupenderSinghRathore](https://github.com/RupenderSinghRathore) -- [guywithzeromotive](https://github.com/guywithzeromotive) -- [Parth Sivakumar](https://github.com/Parth-sk) -- [dtakahashi333](https://github.com/dtakahashi333) -- [Robert Alfredson](https://github.com/rcalfredson) -- [Trần Phương Hùng & Đỗ Nhật Thanh ❤️](https://github.com/blueqing2026) -- [Archico Darius Simpar Sembiring 🇮🇩](https://github.com/archicos) -- [Akul Anhith](https://github.com/akul) -- [Magali Gonzalez](https://github.com/anbbel09) -- [Vijay Kaushik P](https://github.com/vijay-kaushik9911) -- [Ahmed Fikri](https://github.com/Fikri-20) -- [Dillikumar N](https://github.com/Dillikumarnl) -- [Ajay Brightson](https://github.com/AjayJ1711) -- [Loic Hounyovi](https://github.com/mechakc) -- [Marius Ilie Smalii](https://github.com/smaliimariusilie) -- [Shabir Ahmad Sediqi](https://github.com/Shabir-Ahmad-Sediqi) -- [Wycliffe Musau](https://github.com/Excellent58) -- [Abdeljalil Ounaceur](https://github.com/Abdeljalil-Ounaceur) -- [Tusa Rivera-Larkowski](https://github.com/tlarkowski) -- [Masalt0](https://github.com/Masalto5835) -- [SteveTawali](https://github.com/SteveTawali) -- [Pragya Rai] -- [Saparmyrat Saparmyradov](https://github.com/Sapar-hub) -- [Zohaib Khan](https://github.com/zohaibkhan745) -- [Aaryan Antala]() -- [Adithya kukkapalli](https://github.com/adithyagurusai) -- [Muhammed Hidash](https://github.com/Hidash-broto) -- [Mopuri Abhiram]() -- [Prashanth-000](https://github.com/Prashanth-000) -- [Aaaappplle](https://github.com/aaaappplle) -- vituwc - LIUYY到此一游 -- [thirtyone-ntotal](https://github.com/thirtyone-ntotal) -- [Abhishek Pandey] -- [Francis Wanyoike Ng'ang'a](https://github.com/Ranci-18) -- [Colonialbiker](https://github.com/colonialbiker123) -- [Jem Koeleman]() -- [Madhu Dora]() -- [Nishal Ahmed](https://github.com/nishalahmedpk) -- [Lokesh Kumar]() -- [Rudrabikram Roy](https://github.com/codedbyrudra) -- [Jenna Hall](https://github.com/swejenna) -- [Juan Lopez](https://github.com/crigrii) -- [Dhananjay Mohan](https://github.com/djvu2k6) -- [Ankit Aggarwal](https://curious.pm) -- [Vishal Singh](https://github.com/vishussingh24) -- [rubik](https://github.com/rubiksfood) -- [Marek Mudron](https://github.com/MarekMudron) -- [Arjun](https://github.com/arjundevensharma) -- [Benjamin Seddon](https://github.com/Seddo151) -- [Ruben Legend](https://github.com/Ruben-legend) -- [Kaushalraj Puwar](https://github.com/kaushalrajpuwar) -- [Yi Liu](https://github.com/gordenfl) -- [Prakhar Sharma](https://github.com/prakkon) -- [Supreet Kaur](https://github.com/Supreetkaur1) -- [Ashok Reddy](https://github.com/ashokCh-dev) -- [SVN Sai Sathvik](https://github.com/svnsaisathvik) -- [Emmanuel Appiagyei](https://github.com/WDVerse) -- [Ramya Parsania](https://github.com/RAMYA-PARSANIA) -- [Angad Singh](https://github.com/AngadSingh04) -- [Mohammed Ibrahim](https://github.com/IbrahimMI124) -- [Ronak Singh](https://github.com/RonakSingh2006) -- [Gabriel Gustavo Silva](https://github.com/GabrielSilvaxD) -- [Ansh Gupta](https://github.com/Ansh-Gupta0310) -- [Kunal Jindal](https://github.com/KunalJindal19) -- [Alihan Baysal](https://github.com/alihanbays) -- [Vaishak Prasad Bhat](https://github.com/vaishak-iiitb) -- [Mohammed Challawala] (https://github.com/MohammedChallawala) -- [Mohamed Bilal A] (https://github.com/scofieldmr) -- [Raj Soni](https://github.com/rajsonnii) -- [Karan Dhiman](https://github.com/karandhiman12) -- [Gurparsad Singh](https://github.com/gprathour) -- [Ranjith] (https://github.com/Ranjithjm123) -- [Knerd O] (https://github.com/Knerdo) -- [Srinivas Batthula](https://github.com/srinivas-batthula) -- [Shun Khaing](https://github.com/shunkhaing) -- [Pavishni](https://github.com/Pavishni) -- [Evan](https://github.com/ICreateStuff5) -- [Abdelhadi Teeki] (https://github.com/Abdelhadi09) -- [Pranav Sandeep](https://github.com/Pranavv0307) -- [Sanajit Jana](https://github.com/sanajitjana) -- [Manav_IMT535](https://github.com/Manav9547) -- [Mark Finerty](https://github.com/Mork7) -- [Harsh Thakare](https://github.com/harsh21234i) -- [Sanal Nayyar](https://github.com/sanalnayyar2006) -- [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) -- [Sachin vk](https://github.com/sachindasvk) -- [Nishant khatrii](https://github.com/nishant-khatri17) -- [Ayush Mishra](https://github.com/Ayush-Mishra-0018) -- [Anirudh](https://github.com/anirudh240) -- [Abdullah](https://github.com/Abdullah-Shah-26) -- [Ivan Kurniawan](https://github.com/Ivan-Kurniawan) -- [Chathura](https://github.com/PrabashanaDev) -- [Commitaptian-A](https://github.com/CommitCaptain-A) -- [Kavya Gupta](https://github.com/kavyagupta3011) -- [Aryan Baid](https://github.com/aryanbaid) -- [Yulhui Kim](https://github.com/dbfgml2000) -- [Kapil Aditya Reddy](https://github.com/kapiladitya024-source) -- [Likhitha](https://github.com/likhitha07) -- [Nikunj](https://github.com/nikunj69) -- [David Chamling Rai](https://github.com/Wadangkaa) -- [Amrit Amber](https://github.com/ArkhamKnight25) -- [Ushio-Hayase](https://github.com/Ushio-Hayase) -- Sasank -- [Ruairi Anthony](https://github.com/Ruairia) -- [Ritukar Pandey](https://github.com/Ritukar-Pandey) -- [Choudary Hussain Ali](https://github.com/choudaryhussainali) -- [atlas-ian](https://github.com/atlas-ian) -- [Sruthi BJ](https://github.com/Bjsruthi) -- [Pedro Prietto](https://github.com/Pedro-Prietto) -- [Areen Patil](https://github.com/areen-patil) -- [Sunday](https://github.com/Hao-tian) -- [Inigo](https://github.com/inigostibbe) -- [Demetris B.](https://github.com/deyil) -- Ayush -- [Manas walia](https://github.com/manaswalia13) -- [Archie L.](https://github.com/ArchawinL) -- [Priyanshu Tiwari](https://github.com/d3monviking) -- [Jeffrey Girard] (https://github.com/jeffrey3224) -- Ashutosh Ranjan (https://github.com/AuthRan) -- [Kartikeya Dimri](https://github.com/kartikeya-dimri) -- [0xAnamul](https://github.com/0xAnamul) -- [Prakhar Sharma](https://github.com/prakkon) -- [AshuRohom](https://github.com/ashurohom) -- [João Scarlateli](https://github.com/Scarlateli) -- [Nikunj](https://github.com/nikunj169) -- [Hernan Pezoa](https://github.com/hernanUpezoa/) -- [SUSHI] -- [Paulson Mathew](https://github.com/ajoyscorpion) -- [Abhimanyu Prasad](https://github.com/prasadji007) -- [Chandrahas](https://github.com/chandrahas121) -- [Devna jiya R](https://github.com/jiya22r) -- [Vishwambar Manchewar](https://github.com/vishmanchewar) -- [seon99il](https://github.com/seon99il) -- [Ms_Njuguna](https://github.com/Ms-Njuguna) -- [David Gralla](https://github.com/dgralla) -- [sajad thapa](https://github.com/sajadthapa04) -- [Aishwarya] -- [mizuki](https://github.com/mizuresort) -- [Priyanshu Tiwari](https://github.com/d3monviking) -- [Gurudayal Singh](https://github.com/23f-1000003) -- [K.Jitin](https://github.com/jitin2508) -- [cashtanowiec](https://github.com/cashtanowiec) -- [Mattia Cocco](https://github.com/Matti02co) -- [Isaac Lopez](https://github.com/IsaacLC1104) -- [Yash Gupta](https://github.com/YashGupta2106) -- [Nathan Hall](https://github.com/Zero4793) -- [Paulo Izidoro](https://github.com/Cacotaku) -- [Rakesh Vanam](https://github.com/rakeshvanam6868) -- [KamalKant](https://github.com/kamal2730) -- [HarshYadav152](https://github.com/HarshYadav152) -- [gg_dever] (https://github.com/gg-dever) -- [Paritosh Tiwari] -- [Arsh Kumar Mandal](https://github.com/arshmandal0725) -- [Gods-ghost](https://github.com/dist34) - [Eritrix](https://github.com/Eritrix) -- [Dev Gaonkar](https://github.com/DevGaonkar) -- [Kunal_Mittal](https://github.com/freakun0025) -- [Rohith Macharla](https://github.com/RohithMacharla11) -- [Arseniy-Dubovkin](https://github.com/AzartX47) -- [Harsh Gupta](https://github.com/Reverent2005) -- [Santiago-Cervantes](https://github.com/SantiagoCervantes5) -- [Advik Hegde](https://github.com/AdvikHegde) -- [Ayush Tiwari] (http://github.com/ayushtiwari1405) -- [Siddharth Singh](https://github.com/babuasingh) -- [Aishwarya Sharma](https://github.com/Aishrma) -- [Prajwal Chopade](https://github.com/PrajwalChopade) -- [Romesha Afzaal](https://github.com/Romeshaafzaal) -- [Velidanda Krishna Sai](https://github.com/melohub-xbit) -- [Gaurav Kumar](https://github.com/ARtoRiAs10) -- [Akhilanandateja Sanga](https://github.com/Akhilanandateja) -- [andyyou7549](https://github.com/andyyou7549) -- [Asabul Hossain Mondal](https://github.com/asabulmondal) -- [Muhammad Awais Mumtaz](https://github.com/Engineerbabu777) -- [Syed Muqeet](https://github.com/muqeetsyed) -- [ShaiQ Shah](https://github.com/shahshaiq) -- [ananya](https://github.com/ankashyap) -- [abishekh](https://github.com/Abishekhob) -- [Nainika Agrawal](https://github.com/nainika0305) -- [Sahil Kolte](https://github.com/sahilakolte) -- [WebX Beyond](https://github.com/webxbeyond) -- [Brian Gonzalez Manresa](https://github.com/briangm98nevermore) -- [Saptarsi Debnath](https://github.com/saptarsidebnath98) -- [AmartyaPrakash](https://github.com/amartya69) -- [Mantarey.dev](https://mantarey.dev) - [Anansh] - [Evan Mastro](https://github.com/mastroevan) -- [Manav Jindal_IMT2023535](https://github.com/Manav9547) -- [Yorke Nyakundi](https://github.com/yorkings) -- [Lucas](https://github.com/LucasCSIT) -- [Thabeswar](https://github.com/Thabeswar) -- [Olowonyo Umar Ololade](https://github.com/Umarpython001) -- [Mithielesh N](https://github.com/mithielesh) -- [Yash](https://github.com/yuishigam1) -- [Abhi][https://github.com/Abhi-AIX] -- [Chandru][https://github.com/P-Chandru] -- [Arr0ws].[https://github.com/Arr0ws] -- [Rizal][https://github.com/rizalilhamm] -- [Samia-sh](https://github.com/samia-code0) -- [Samiya-lateef](https://github.com/Samiyalatif) -- [Abdul-Jaleel Asani](https://github.com/Asani-A) -- [Abhas-Gawali](https://github.com/abhasgawali) -- [Kanak](https://github.com/Kcode727) -- [zwy98](https://github.com/zwy98) -- [Gilcimar Schunk](https://github.com/gilcin-sch) -- [pa4uslf](https://github.com/pa4uslf) -- [Matthew Alexander Bien](https://github.com/MatthewAlexB) -- Vriddhi -- [Mudit Jain](https://github.com/muditjain1411) -- [Arafath](https://github.com/Arafath-MSM) -- [saiki kohei](https://github.com/saisai-web) -- [Don Doricent](https://github.com/Don-Doricent) -- [bithunter](https://github.com/bithunter744) -- [zdp1](https://github.com/dongpeng6) -- [Govinda Kandel](https://github.com/Govindakandel) -- [Louie] (https://github.com/louiesun2016) -- [bingu7](https://github.com/bingu7) -- [Trivedh Undi](https://github.com/maxinh00000) -- [Aaditya Tripathi](https://github.com/Aaditya-Tripathi) -- [Vrund Patel](https://github.com/Vrund09) -- [Krish Patel](https://github.com/kodercrish) -- [Pierre](https://github.com/wiizzl) -- [Joao Victor B C 🥶](https://github.com/dev-joaovb) -- [Jo](https://github.com/BeanboxNZ) -- [Piotr "Peanut Bielański](https://github.com/BigPeanutFromStudio) -- [Jainil Desai](https://github.com/jainilDesai) -- [jkm31459](https://github.com/jkm31459) -- [axby1](https://github.com/axby1) -- [Aryo Thursandi](https://github.com/thursandi) -- [Jose Nieto](https://github.com/nietojose10) -- [sunshineflymeat](https://github.com/sunshineflymeat) -- [Ritesh Singh](https://github.com/ritesh355) -- [Satrap18](https://github.com/Satrap18) -- [alluriakhil18](https://github.com/alluriakhil18) -- [Aditya Rao] -- [Janhavi Gaikwad](https://github.com/JanhaviG08) -- [Muhammad Rafay Asif](https://github.com/muhammadrafayasif) -- [A.Rakshitha](https://github.com/A-RAKSHITHA) -- [Natnael Asnake](https://github.com/Nati-Man-code) -- [Pushpesh](https://github.com/impushpesh) -- [fireghostman](https://github.com/frameghostman) -- [Harshdeep Singh](https://github.com/HarshdeepS1) -- [jonas461](https://github.com/jonas461) -- [Pranit Gore](https://github.com/PRANIT0605) -- [Pratyush Kumar](https://github.com/pratyushkumar211) -- [leoweo1](https://github.com/leoweo1) -- [me-tylerdurden](https://github.com/me-tylerdurden) -- [Asianzu Henry](https://github.com/asianzuhenry) -- [Ayush Gupta](https://github.com/AyushGupta11442) -- [Alejandro](https://github.com/Jano2402) -- [Chanchal patel] -- [Rajashekar+Mudigonda] (https://github.com/RajshekarM/) -- [BorisovCloud](https://github.com/BorisovCloud) -- [Kamdoum Loich](https://github.com/kamdoumloich) -- [Tarun207](https://github.com/Tarun207) -- [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) -- [Sunhith_Reddy](https://github.com/codetuscan) -- [Dhanjit Nath](https://github.com/developerDhanjit) -- [Aryan Gusain](https://github.com/aryangusain) -- [Arr0ws](https://github.com/Arr0ws) -- [zhan7236](https://github.com/zhan7236) -- [Zairan Mir](https://github.com/Mir-Zairan) -- [suyash nepal](https://github.com/suynep) -- [Rosellines](https://github.com/Rosellines) -- [Joshua❤️Prashanth](https://github.com/JoshuaPrashanth) -- [Ali Linares 🤴🏻](https://github.com/alilinares) -- [Karthika Suresh](https://github.com/Karthika125) -- donman420🍃 -- [faithful](https://github.com/f4ithful) -- [Parv](https://github.com/parv1601) -- [Ginny](https://github.com/ginnysingh789) -- [Nate](https://github.com/ipdor) -- [Chirg Veerwani](https://github.com/chiragveerwani) -- [Final Year Group 9](https://github.com/finalyeargroup9) -- [Arthur Döhler](https://github.com/herrdohler) -- [tka](https://github.com/theinkhaaung007) -- Mrunali -- Anshuman Semwal -- [Moresh](https://github.com/Moresh-Mishra) -- [AnantAgarwal07](https://github.com/AnantAgarwal07) -- [Diya Pandey](https://github.com/diyapandey) -- Subikshaa_Sakthivel_IMT2023020 (https://github.com/Subikshaa22) -- [Guganraj Rengaraju](https://github.com/george1518) -- Robin Hall -- Emilio Peguero (https://github.com/epeguero8311) -- doraemon-nobi -- Lanky_ -- Matt -- ayfayfayf -- Farsat -- yiw1213 -- FunkyClonk -- [Piyush](https://github.com/sloppysaint) -- [Farman Ali](https://github.com/farman-cloud) -- [Praneeth](https://github.com/praneethem) -- [Sam Ruiz](https://github.com/LiebesleidSam) -- [Ibtissam Er rachidi](https://github.com/IbtissamErrachidi) -- Mattias Thomasson (https://github.com/MattiasThomasson) -- [Aditya Semalti](https://github.com/adityasemalti) -- [Pooya Goodarzi](https://github.com/Redskullvue/) -- [Aniketan Vijapur](https://github.com/Aniketan01) -- [JacobLeeDavis](https://github.com/jacobleedavis) -- [Gloria Barboza] (https://github.com/labarboza14) -- Bhoomish -- [Danish Abbas] (https://github.com/12Danish) -- [Harsh Mohta] (https://github.com/Harsh-Mohta9163) -- [Prabhjit singh](https://github.com/PrabhBhangu-1) -- [JacobLeeDavis-vscode-example](https://github.com/JacobLeeDavis) -- Gautam IMT2023082 -- [Bharathkumar](https://github.com/bharathkumar-creator) -- [ajs](https://github.com/aboodJS) -- [Min Ko Oo](https://github.com/mrminko) -- [AdilZhetigenov](https://github.com/adilzhetigenov/) -- [Piyush Singh Thakur](https://github.com/piyushht2003) -- [Bichu Devnarayan](https://github.com/Bichu0077) -- [Viraj Sharma The greatest programmer in the world](https://github.com/virajsharma2000) -- [Daniyal duddu Subhani](https://github.com/https://github.com/daniyal-subhani) -- [Sheikh Abdullah Bin Zahid](https://github.com/Abdullah2240) -- [square-story](https://github.com/square-story) -- [Prem Kumar T G](https://github.com/prem7129) -- [Artur Chagas](https://github.com/Artur-chagas-shu) -- [darkiss7](https://github.com/darkiss7) -- [FAI8h](https://github.com/FAI8h) -- [Zaid Rasul](https://github.com/ZaidRasul) -- [Ankith Kini](https://github.com/ANKITH33) -- [Chamesh Dinuka](https://github.com/chamesh2019) -- [Shivam Pandya] -" DEBBIE !)" -- [Syed Naveeed Mohammed](https://github.com/SyedNaveedM) -- [Ales Urankar](https://github.com/alesurankar) -- [Krrish](https://github.com/venom827). -- [Arjun](https://github.com/Silwal103) -- [Aditya Alok](https://github.com/Alok-devlops) -- [Alexander Sivrikov](https://github.com/FrenkyFix1987) -- [Cyril Nishanth](https://github.com/CyrilNishanth) -- [imsang27](https://github.com/imsang27) -- [Ochuko Favour](https://github.com/favourochuko1)- - [ismail2ov](https://github.com/ismail2ov) -- [hzs](https://github.com/01312) -- [Pvenkataramireddy](https://github.com/Venkat96r) -- [forrest](https://github.com/frrst-ian) -- [WobL256](https://github.com/WobL256) -- [SamK] (https://github.com/Samk104) -- [S1ngularty](https://github.com/S1ngularty) -- [Sai Oan Hseng Hurk](https://github.com/Senghurk) -- [Madhav Sreejith](http://github.com/madhav-sreejith) -- [C.K.Chiu](https://github.com/and86802) -- Caroline Hall -Shruti Tiwari -- mama hita -- [larley](https://github.com/DevLARLEY) -- Himansu Mallik -- Abdullah Zulfiqar(https://github.com/AbdullahZulfiqar2005) -- [codemikemike](https://github.com/codemikemike) -- [raghav](https://github.com/raghavvag) -- [Raphael-W](https://github.com/Raphael-W) -- [Subhash H](https://github.com/SubhashhariS) -- [sRs] (https://github.com/SRS30) -- AdaltoGunther -- [etsu] (https://github.com/etssu) -- [realrkrathore] (https://github.com/realrkrathore) -- [Sam Olson](https://github.com/SJOlson7) Hello everyone! -- [Hafiz Umer Farooq](https://github.com/UmerFarooq9076) -- [James Kim](https://github.com/jykim11) -- [Rodrigo Furtado](https://github.com/roodrigofurtado) -- [il873](https://github.com/il873) -P Venkata Rami Reddy -- [Darin Thompson](https://github.com/thewizof6) -- Anagha Hebbar -- [Dylan Scully]() -- [Shoaib Islam](https://github.com/Shoaib3375) -- [JodAn007](https://github.com/JodAn007) -- [Parthav Nair](https://github.com/Parthav-Nair) -- [Jeevan H R](https://github.com/jeevanchiru17) --[nikolaikoenig] (https://github.com/nikolai-koenig) --[pratham-asthana](https://github.com/pratham-asthana) --[disha-gupta](https://github.com/disha-arch) --[farukh patel](https://github.com/Farukh-patel) -- [Harry-GNS](https://github.com/Harry-GNS) -- [Dimitri Voncleph](https://github.com/D-Voncleph) -- [Arijit Dutta](https://github.com/ArijitDutta96395) -- [Davis Jr 🐱‍👤](https://github.com/dav15jr) -- [Pro Kumar](https://github.com/pkumar2143) - [Pranay Kelotra](https://github.com/pkelotra) -- [Ritesh Murmu](https://github.com/Ritesh-cloud) -- [Vinh D Tran](https://github.com/s3500659) -- [Harsh Rakholiya](https://github.com/arsh3396) -- [Tejasvi Ravikumar](https://github.com/tejasviravikumar) -- [jokalu-it](Grüße :D) --[Aabid Ali](https://github.com/aabidali641) -- [Sakshi Patade](https://github.com/Sakshipatade) -- [Krishna Manohar Reddy] -- [Vedang Wajge](https://github.com/VedangWajge) -- [Prasad Sapkal](https://github.com/prasadsapkal55) -- [Eduardo Luís](https://github.com/snt94) -- [Jatin Mehta](https://github.com/JatinMehta007) -- [Sarthak Sharma](https://github.com/Srthk-Shrm) - [Chandana shetty] -- [Medrine Mulindi](https://github.com/Mulindi123) -- [Refenal ellisa] -- [Mohamed Hossam](https://github.com/mo-hossam-stack) -- [Jared Krandel] -- Preenu -- [haru0707](https://github.com/haru0707) -- Swastik -- [Benjamin Boateng](https://github.com/Bensolve) -- [Faust Levity](https://github.com/Faust-Levity) -- [Revati Keskar](https://gihub.som/RevatiKeskar) -- [Rohin Garg](https://github.com/rohingarg12) -- Gurukiran Reddy AKA AstaReddy -- [FinalGrabacr](https://https://github.com/FinalGrabacr) -- [SdkEtci](https://github.com/SdkEtci) -- [Manan_Kapoor](https://github.com/manankapoor23) -- [sunshineflymeat](https://github.com/sunshineflymeat) -- [whiteaxesing](https://https://github.com/whiteaxesing) -- [Hemant-Dua](https://github.com/Hemant-Dua) -- [Krishna Sharma](https://github.com/KrishnaSharma206) -- [Audrey W ](https://github.com/awhitneymiller) -- [Hafiz Muhammad Talal](https://github.com/talalhafizmuhammad) -- [Shamir Ali](https://github.com/ShamirAli55) -- [biroukYass] https://github.com/biroukYass/ -- [ATUL-SHARMA](https://github.com/Atul-Clg-Id) -- [SUDIPTTO BISWAS](https://github.com/Sudiptto) -- [Mokshith] -- [Pinion](https://pinion.kr) -- [Zubair] -- [mishafisha](https://github.com/mishafisha) -- [jürgen vanzeir] -- [Keya Shah] (https://github.com/keysh123) -- [yeisondev001 💎](https://github.com/yeisondev001) -- [ZMM-zhangmanman] -- [Mani] -- [Bohdan Shtelmakh](https://github.com/BohdanShtelmakh) -- [Andrea Moguel](https://github.com/amoguelk) -- [Akshat Jain](https://github.com/akshat2604) -- [Atharva Pandkar](https://github.com/Atharva-Pandkar) -- [Joshua McNeel](https://github.com/tech-gubbins) -- [Malak Ibrahim](https://github.com/mmibrahi) -- [Chanda Karamchandani](https://github.com/ChandaKaramchandani) -- [Edson Petry](https://github.com/edsonpetry) -- [Rohan-Lalchandani](https://github.com/Rohan-Lalchandani08) -- [jucabuen](https://github.com/jucabuen) -- [Zephyr](https://github.com/zephyr-pixilated) -- [Damian](https://google.com) -- [Muskan Agarwal](https://github.com/MuskanAgarwal7) -- [David Stark](https://github.com/GamingPions) -- [Tadeas Bucha](https://github.com/tadeasbucha) -- [Vinay M S](https://github.com/VinaymsGowda) -- [AshuROhom](https://github.com/ashurohom) -- [malyukd](https://github.com/malyukd) --Harshita_IMT2023035 -- [Harsh Kaushik](https://github.com/hrk022) - [petimov](https://github.com/petimov) -- [Chris Q](https://github.com/Q-X-F) -- [Harsh Sinha](https://github.com/iHarshSinha) -- [Ramu Deyyam](https://github.com/Ramu-Deyyam) -- [Vishnu](https://github.com/BVishnu9) -- [Ashwath nakate](https://github.com/ashwathnakate) -- [All the World's a Stage](https://github.com/Oolazile) -- [Torben Kahnert](https://github.com/tmak2002) -- [Andreamp0](https://github.com/Andreamp0) -- [RunningEscaping](https://github.com/turhantolgaunal) -- [hamadsedrati](https://github.com/hamadsedrati) -- [Abhay Kumar](https://github.com/abhykmr) -- [Durgesh Dhurve](https://github.com/bittu9975) -- [UncleObinna](https://github.com/UncleObinna) -- [Cole Fleming] (https://github.com/Cole-Fleming) -- [Luca Albertini](https://github.com/Lulloooo) --[bzms](https://github.com/lizzalpha) -- [Navaneeth D](https://github.com/ar3s-nd) -- [njn](https://github.com/Njn03) -- [Sachin](https://github.com/sachinkashi21) -- [aoe3](https://github.com/aoe3) -- [minzunim](https://github.com/minzunim) - =[Bjoseph23](https://github.com/Bjoseph23) -- [psp0](https://github.com/psp0) -- [Dhruv](https://github.com/JDhruvR) -- [Bubs] (https://github.com/BubbleCoding) -- [Bam](https://github.com/QBJ08) -- [Kavya Vadla](https://github.com/kvadla06) -- [dfdavila2](https://github.com/dfdavila2) -- [halzq](https://github.com/halzq) -- [tomasbennett](https://github.com/tomasbennett) -- [Jerry](https://github.com/SniperRaccoon) -- [richarddalves](https://github.com/richarddalves) -- [Gabe Dorval](https://github.com/gabedorval589) -- [Brendan Murphy](https://github.com/brendanM5216) -- [Valentin Tissera](https://github.com/ValenTiss) -- [Ukashatu Abdullahi](https://github.com/Ukashatu40) -- [Gustiana](https://github.com/Gustiana882) -- [Sachin Kumar](https://github.com/Itsmesachin98) -- [Tejas Raj](https://https://github.com/DRAKKKkk) -Ukashatu Abdullahi -- [Josh](https://github.com/josh902) -- [fa](https://github.com/fa-personal) -- [Aditya Mazumdar](https://github.com/aditya95-pixel) -- [Shashank Shekhar](https://github.com/Shekhar0109) -- [NMV](https://github.com/nmv02) -- [nnn](https://github.com/nnn) -- [ArrMat](https://github.com/ArrMat) -- [Bradford Jones]([https://github.com/BradfordDJones]) -- [Chaimae](https://github.com/GRICHChaimae) -- [Mitihlesh](https://github.com/Meth2303):wq -- [Dwaine](https://github.com/DwaineBrannon) -- [zzb](https://github.com/zbrun) -- [Hazel] (https://github.com/hzy-hk) -- [OmiSan77] (https://github.com/adonayomar) -- [OmiSan88] (https://github.com/adonayomar) -- [Farzaneh Shams](https://github.com/trajectory100) -- [Abhijit](https://github.com/erakin027) -- [tr33k](https://github.com/tr33k) -- [febDylan](https://github.com/feb-dylan) -- [JWD](https://github.com/JWD-101) -- [sls-1](https://github.com/sls-1) -- [Jaimie Chong](https://github.com/jaimiechong) -- [yugo](https://github.com/yugook) -Hager -CoolSoulz -- [Pedada Tirumala Devi](https://github.com/pedadatirumaladevi21) -- [Deepanshu Batra](https://github.com/deepanshu979) -- [Prince Yadav](https://github.com/princeyadav0136) -- [Alan](https://github.com/yhc000) -- [tuysh](https://github.com/Tuysh) -- [jpbellizia](https://github.com/jpbellizia) -The-Yash-is-Joined -- [skg2k05](https://github.com/skg2k05) -- [indigo0445](https://github.com/indigo0445) -- [addpd](https://github.com/addpd) -- [Pritha Maity](https://github.com/PrithaMaity) -- [Jonas Francisco](https://github.com/Jonasbomfim) -- [oompf](https://github.com/oompf) - [Louis Lu](https://github.com/yanlu778) -- [SHP](https://github.com/Su-Hnin) -- [Ben](https://github.com/ben3211) -- [Luke Eades](https://github.com/LukeEades) -- [Paul Serise](https://github.com/pserise) -- [Aneri Patel](https://github.com/anerip98/) -- [emrlk](https://github.com/emrlk) -- [urkwr](https://github.com/urkwr) -- [TOK7O](https://github.com/TOK7O) -- [Pedro Silva](https://github.com/pcconraria) -- [qrywo](https://github.com/qrywo) -- [ma3ti](https://github.com/ma3ti) -- [Calum Taylor] (https://github.com/GreatSandwiches) -- [Peremil-Söderström] (myinnerscope.com) -- [.kim](https//github.com/kim8584) -- [Aiman](https://github.com/PX201) -- [I-Bex](https://github.com/i-Bex) -- [Dylan Wadsworth](https://github.com/DiskoTecha) -- [levo](https://github.com/LeVo011) -- [Mr0Miner](https://github.com/Mr0Miner) -- [kazuma](https://github.com/Mio-3) -- [Navish](https://github.com/Nishu1508) -. [Luiki17] (https://github.com/Luiki17) -- [Tournoy Noa](https://github.com/) -- [NYAMNYAM](https://github.com/nyammmmm) --[MohamedSayed](https://github.com/mohammedsayed30) --[Fyobei] (https://github.com/Waku-a11y) -- [Nasrul](https://github.com/nnayz) -- [Seul](https://github.com/seulahn) -- [Mika](https://github.com/mihirK5) -- [Aditya reddy](https://github.com/Adityareddy106) -- [Chandrakant Koneti](https://github.com/konetichandrakant) -- [KG](https://github.com/kgoel9899) -- [lzc](https://github.com/lzcooker) -- [Parth](https://github.com/partth-code) -- [P M Rajeshwari]() -- [Amin abdolahi](https://github.com/Amin-Abdolahi) -- [AMG-AA](https://github.com/AMG-AA) -- [muclee](https://github.com/muclee) -- [Kmogun](https://github.com/kmogun) -- [Chris C](https://github.com/xboof) -- [lecsim](https://github.com/lecsim) -- [Abhishek](https://github.com/abhisheksharma12891/) -- [evneis](https://github.com/evneis) -- [Gem793](https://github.com/Gem793) -- [soulpm](https://github.com/soulpm) -- [soulpm](https://github.com/soulpm) -- [0xjeji](https://github.com/0xjeji) -- [c-lombardi23](https://github.com/c-lombardi23) -- [as6200](https://github.com/as6200) -- [AjiHsu](https://github.com/AjiHsu) -- [Ryen-K](https://github.com/Ryen-K) -- [Ahorts](https://github.com/Ahorts) -- [Hushh](https://github.com/hushh-h) -- [MACantara](https://github.com/MACantara) -- [Aman Bangera](https://github.com/amanbangeraa) -- [jorsyk](https://github.com/jorsyk) -- [lukgav](https://github.com/lukgav) -- [AlexKos](https://github.com/lukgav) -- [Imam](https://github.com/Shaik-36) -- [AkaruiNeko](https://github.com/BrightCat14) -- viswa r -- [Yawen](https://github.com/Solarsolo123) -- [Harsh Kumar Singh](https://github.com/Mickey3970) -- [Anu](https://github.com/anurag998) -- [NihadVeliyev](https://github.com/NihadVeliyev) -- [VizzScript](https://github.com/vizzscript) -- [0scrxk](https://github.com/oscrxk) -- [mheavey](https://github.com/mheavey2) -- [deep9x](https://github.com/deep9x) -- [Yash aka Light](https://github.com/y8done) -- [devoceon](https://github.com/emy3) -- [Bobby Wells](https://github.com/bobbywells52) -- [Avadhoot Kulkarni] (https://github.com/Avadhoot-Kulkarni) -- [Tejas Jogdand](https://github.com/Tejas-Jogdand) -- [wystmk](https://github.com/wystmk) -- [Samuel Shih](https://github.com/afashih-samuel) -- [Frederick2313072](https://github.com/Frederick2313072) -- [Shab00](https://github.com/Shab00) -- [OWillp](https://github.com/0Willp) -- [charlie](https://github.com/number8868) -- [midhun](https://github.com/3idhun) -- [SWanHK](https://github.com/swanhk) -- [J-Kosm](https://github.com/J-Kosm) -- [iAdani](https://github.com/iAdani) -- [mtmatt](https://github.com/mtmatt) -- [Janani](https://github.com/cjanani) -- [Yaoke](https://github.com/geeksKK8) -- [demhak](https://github.com/dem-hak) -- [Akshey](https://github.com/aksheyd) -- [Gargi](https://github.com/gargig02) -- [Durva](https://github.com/durva7px) -- [Mamduh](https://github.com/Mamduh5) -- [m4tej](https://github.com/m4tej241) -- [Arnav](https://github.com/arnav-mi) -- [Ishita](https://github.com/elekish) -- [sony](https://github.com/sony77697) -- [Juho Lee](https://github.com/jxuho) -- [Helen C](https://github.com/hmczap) -- [Sham Kota](https://github.com/sk-tech) -- [Katsu](https://github.com/kakko341) -- [Anay](https://github.com/Anay-Patil) -- [Sabahat](https://github.com/Saba633) -- [nokesh](https://github.com/Nokesh11) -- [CaraMcG](https://github.com/caraMcG) -- [SNN](https://github.com/sungenyeint) -- [mrxc0de](https://github.com/mrxc0de) -- [Hemant](https://github.com/l1emant/) -- [AureDev](https://github.com/AureDev) -- [Ramin Adineh](https://github.com/ramiadi) -- [meshulga](https://github.com/meshulga) -- [Snushev](https://github.com/snushev) -- [Jaswanth](https://github.com/jaswanthmanda) -- [asart90](https://github.com/asart9O) -- [Keepas3](https://github.com/Keepas3) -- [Pavani](https://github.com/pavani42) -- [iaiw3br](https://github.com/iaiw3br) -- [Hansraj](https://github.com/HansrajS1) -- [Menahil](https://github.com/mena-aq) -- [idekwid](https://github.com/idekwid) -- [dbolate](https://github.com/dbolate) -- [nickeem](https://github.com/Nickeem) -- [Aicirou](https://github.com/Aicirou) -- [Adil KM](https://github.com/Adil-km) -- [AvAdiii](https://github.com/AvAdiii) -- [OmkarS](https://github.com/omkar402) -- [Hisham](https://github.com/sikehish) -- [Gerald](https://github.com/Gerose316) -- [BinhTran2307](my first contribution) -Ben -- [ricor07](https://github.com/ricor07) -- [ekadet](https://github.com/ekadetov) -- [andev77](https://github.com/AnDev77) -- [Chad Kovac](https://github.com/wrek) -- [GCabane](https://github.com/GCabane) -- [hide361](https://github.com/hide361) -- [Kaiden](http://github.com/herkaiden) I like to Draw and play video games. -- [Lily](https://github.com/lilypandey) -- [wxh1018](https://github.com/wxh1018) -- [LateGit](https://github.com/LateGit) -- [hide361](https://github.com/hide361) -- [Bee Tee](https://github.com/bennytp) -- [Sunghee Yoon](https://github.com/tnosh7) -- [JK Nithin Kumar](https://github.com/jknithin36) -- [swev10swev](https://github.com/swev10swev) -- [reihori](https://github.com/reihori) -- [bereamk](https://github.com/bereamk) -- [Chaitya Shah] (https://github.com/CShah44) -- [Andyple](https://github.com/andyple) -- [eulerBM](https://github.com/eulerBM) -- [Jordy19](https://github.com/Jordy19) -- [Robiya](https://github.com/rhakim24) -- [jhc4318](https://github.com/jhc4318) -- [LunkadV](https://github.com/LunkadV) -- [Elif Ş.](https://github.com/elifsz) -- [eszanon](https://github.com/eszanon) -- [joao-galindo](https://github.com/joaogabrielsouza-coder) -- [Rey Jao](https://github.com/jao-rey) -- [Diego Gutierrez](https://github.com/DiegoGutierrezP) -- [Eiheir](https://github.com/ebininin) -- [brian](https://sl.bing.net/eOe8cTCKjEy) -- [Intedai](https://github.com/Intedai) -- [djyun](https://github.com/dongjooyun) -- [Noflare](https://github.com/Noflare) -- [yohaku7](https://github.com/yohaku7) -- [Samuel Maxey](https://github.com/SMAX-byte) -- [mukyoko](https://github.com/mukyoko) --[udhav vinaik](https://github.com/udhavvinaik) -- [Raushan](https://github.com/oisitme) -- [Tan Loc](https://github.com/htloc98) -- [Marlon Dêivide](https://github.com/mayondavid) -- [AvatarG](https://github.com/AvatarG) -- [Morley lane](https://github.com/0ni4) -- [OWilliams](https://github.com/O-Bots) -- [Fco Birr](https://github.com/FcoBirr) -- [Naveen](https://github.com/i0xnaveen) -- [DB Koenig](https://github.com/dkoe00) -- [JCoder](https://github.com/jcoder-12) -- [Joshua Ingram](https://github.com/Joshuaingram) -- [Krishiv](https://github.com/Krizzhiv) -- [tay24or](https://github.com/tay24lor) -- [RabbitAlbatross](https://github.com/RabbitAlbatross) -- [Evan Rhea](https://github.com/MegaSF) -- [Vitvin](https://github.com/vitvinvaz) -- [Enzo](https://github.com/FRAIOLIenzo) -- [Qorvil](https://github.com/Qorvil) -- [JosephAlexander](https://github.com/Josephalexander06) -- [Walter](https:://github.com/walter1705) -- [Nitish](https://github.com/NK2552003) -- [Sakshi Singh](https://github.com/236sakshi) -- [Elijah](https://github.com/Elijah647) -- [WHA](https://github.com/wynehtetaung) -- [dinesh](https://github.com/dineshv97) -- [dev-sik](https://github.com/YouD0313) -- [AFRA A](https://github.com/Afrah4331) - [Chandrachud Siddharth](https://github.com/c-sidd); -- [adrianescalona228](https://github.com/adrianescalona228) -- [amelia](https://github.com/amy-jd) -- [Drax-dr](https://github.com/Drax-dr/) --[pouriya](https://github.com/thepouriyahmn) -- [Stephen Ng](https://github.com/snust) -- [MayLeaf](https://github.com/may-leaf) --[Arthur Lettermann](https://github.com/aletterm) -- [Muhammad Ayyub](https://github.com/devmab24) -- [foxdefalt](https://github.com/D-f4lt) -- [mohana0304](https://github.com/mohana0304) -- [Mr. kumar](https://github.com/krMr.7) -- [Jo Ensal](https://github.com/Yzquile) -- [Shahan](https://github.com/shahan360) -- [Eduardo](https://github.com/Edd17369) -- [Larson](https://github.com/lixianphy) -- [Nayan](https://github.com/NayanUnni95) -- [RunByKim](https://github.com/runbykim) -- [Argha Saha](https://github.com/arg387) -- [v1ct0r-ops](https://github.com/v1ct0r-ops) -- [Carburio](https://github.com/Carburio) -- [kamil](https://github.com/Kamil115853) -- [APK] -- [ZNezirov](https://github.com/ZNezirov) -- [Sravanthi] -- [Nishant khatri](https://github.com/nishant-khatri17) -- [amoorali](https://github.com/amoorali) -- [dev-knb](https://github.com/kimnambin) -- [Disha520](https://github.com/Disha520) -- [Daniel Guo](https://github.com/DiiGii) -- [Ahmad-HB](https://github.com/Ahmad-HB) -- [Bob Mumrmu](https://github.com/bobo-m) -- [Ryan Tham](https://github.com/ryanjrt) -- [Ro Shocks](https://github.com/Rshocks) -- [uzuraDev](https://github.com/uzuraDev) -- [lepickel](https://github.com/lepickel) -- [Eric Ijeoma](https://github.com/ericijeoma) -- [Kent0011](https://github.com/Kent0011) -- [brainkoko](https://github.com/thanatoast03) -- [rinujohn](https://github.com/rinujohn) -- [Ayananth](https://github.com/Ayananth) -- [Emrah Isović](https://github.com/EmrahIso) -- [ikimathi](https://github.com/ikimathi) -- [John J](https://github.com/john310897) -- [Mangelib](https://github.com/mangelib) -- [Raghav](https://github.com/Raghav9871) -- [Federico](https://github.com/Fede2717) -- [Liquuid1](https://github.com/Liquuid1) -- [Dr4kfire](https://github.com/dr4kfire) -- [cpescato](https://github.com/cpescato) -- [idrees](https://github.com/idrees2k22) -- [JaeHye0k](https://github.com/JaeHye0k) - -[vanixyz](https://github.com/vanixyz) -- [eesoyeon](https://github.com/eesoyeon) -- [xlls666](https://github.com/xlls666) -- [Olympus5](https://github.com/Olympus5) -- [risavctt](https://github.com/risavctt) -- [eesoyeon](https://github.com/eesoyeon) -- [Gitrhyme](https://github.com/gitrhyme) -- [Isaachbt](https://github.com/Isaachbt) -- [AlteUnke](https://github.com/AlteUnke) -- [Bird Dog](https://github.com/acuhlian) -- [Michael B.](https://github.com/mbyrd3) -- [vedivero](https://github.com/vedivero) -- [DhritiTS](https://github.com/DhritiTS) -- [Emiakpor](https://github.com/Emiakpor) -- [hyenee99](https://github.com/hyenee99) -- [Pranav](https://github.com/Pranav0102) -- [rasushi](https://github.com/rasushi) -- [MC_CLINT](https://github.com/MC-CLINT) -- [am1n1602](https://github.com/Am1n1602) -- [Erik-Heinzle00](https://github.com/Erik-Heinzle00) -- [Max Rauber](https://github.com/maxrbr) -- [Mark](https://github.com/markferritto) -- [bivekk51](https://github.com/bivekk51) -- [barkinke](https://github.com/barkinke) -- [DarKouto](https://github.com/DarKouto) --Josselin -- [Laura Clarisa A] (https://github.com/clarilaur) -- [hey bro](https://github.com/heybro123) -- [Asif Iqbal](https://github.com/rvasif) -- [snopstor](https://github.com/snopstor) -- [damsoon](https://github.com/damhyeong) -- [cawhite7](https://github.com/cawhite7) -- [vedivero](https://github.com/vedivero) -- [KWYK](https://github.com/stevenchen99) -- [Shresta](https://github.com/g-shresta) -- [H N Ujwal](https://github.com/hnujwal) -- scarrasc -- [Arshbir](https://github.com/Arshbir1) -- [table106](https://github.com/table106) -- [td2thinh](https://github.com/td2thinh) -- [Alish-0x](https://github.com/Alish-0x) -- [tcadieux](https://github.com/tcadieux) -- [DAKSH](https://github.com/Daksh-codes) -- [Harsha](https://github.com/Harsha1849) -- [ccie5013](https://github.com/ccie5013) -- [Kavindi](https://github.com/kavindidilhara) -- [Salman Siddique](https://github.com/salman-eng) -- [Titus James](https://github.com/tj330) -- [Hu TianHang](https://github.com/HTH24) -- [HiParham](https://github.com/hiparham) -- [Ali Saad](https://github.com/AliSaa78) -- [Santiago Henao] (https://github.com/shr099) -- [Ehab Hamdy](https://github.com/hobzz2) -- [Iliiasik](https://github.com/Iliiasik) -- [Zoe Cai](https://github.com/Parabolaa) -- [Nahom](https://github.com/NahomWondimu) -- [Aadi Jain](https://github.com/Aadi1903) -- [Jason](https://github.com/JayKayDevOps) -- [jvleesenb](https://github.com/meatlake) -- [John](https://github.com/yrdnal-c-nhoj) -- [Eyal Kutz](https://github.com/eyalkutz) -- [Juan Oviol](https://github.com/zetty80) -- [Hmanaya](https://github.com/manayah199) -- [Gnanika](https://github.com/Gnanika710) -- [Kai Krah](https://github.com/KaiKrah79) -- [benHitt](https://github.com/benHitt123) -- [Eoin Breen](https://github.com/ebreen1) -- [Fuad Hasan](https://github.com/itsfuad) -- [Sonum Jaggi](http://github.com/sonum02) -- [Adarsh84](https://github.com/adarshM84) -- [David Okosa](https://github.com/dfw7th) -- [Jewel Geea George](https://github.com/) -- [ARPITHA](https://github.com/Arpitha189) -- [Dhruv](https://github.com/DhruvTheDev1) -- [Fahad Haque](https://github.com/Daahaf) -- [Muskan](https://github.com/MUSKANFAYAZ) -- [Arun Kumar](https://github.com/Arun471) -- [Floyd Carlo](https://github.com/floo69) -- [Sarvesh](https://github.com/sarvesh-sr) -- [Kyle](https://github.com/goodwinkyle94) -- [kabya deb](https://github.com/kabyadeb) -- [Anal joseph](https://github.com/anal96) -- [Abdelwakil](https://github.com/fondbcn) -- [Neeraj M](https://github.com/NERUZ-XOD) -- [Whrisper](https://github.com/SChrisper) -- [Smit Joshi](https://github.com/smit-1z) -- [Ambar Singh](https://github.com/ambar-singh) -- [Phillip](gttps://github.com/PhillipSom) -- [Chirag Bimali](https://github.com/chirag-bimali) -- [Vinay Joshi](https://github.com/Anigrl) -- [Manjunatha H](https://github.com/Manjunatha-h) -- [Rehan Halai](https://github.com/01-Rehan) -- [nisarg404](https://github.com/nisarg404) -- [Sneha Jain](https://github.com/sj11105) -- [Dakota Feist](https://github.com/DankYoda) -- [Harsh Verma](https://github.com/hv0911) -- [Joaquin D](https://github.com/Joaco273) -- [Loyd Ngei](https://github.com/LoydNgei) -- [White](https://github.com/Baibajiujing) -- [Kassahun F](https://github.com/Kas1398) -- [Inshal 0x03a](https://github.com/0x03a) -- [Saad Momin](https://github.com/sdmoman) -- [Majid Farooq Qureshi] (https://github.com/Majid-Farooq-Qureshi) -- [Vipul Pandey](https://github.com/19vip) -- [ Anand S](https://github.com/anand1946s) -- [Janardhan Polle](https://github.com/Jce) -- [Anay](https://github.com/SiddharthaWork) -- [EarendelH](https://github.com/Earendelh) -- [dahynills](https://github.com/dahynills) -- [wonathan](https://github.com/threestuff) -- [rishi raj](https://github.com/rishiraj1209) -- [Akshay Kale](https://github.com/Dev-axay18) -- [AdiSaikat](https://github.com/adisaikat) -- [jsutCodes](https://github.com/jsutCodes) -- [Somto Ogbe](https://github.com/somtoval) -- [kevinmj12](https://github.com/kevinmj12) -- [ninet33n](https://github.com/meetVaidya) -- [Vasu Singh](https://github.com/Vasu1303) -- [AC](https://github.com/FortKnoxWasTaken) -- [Zoe Reed](https://github.com/zoereedviz) -- [Erpipemio](https://github.com/Erpipemio) -- [Ryan Gapp](https://github.com/ryan-gapp) -- [Vardararo](https://github.com/Vardararo) -- [S.Yukiko](https://github.com/yuki-git-9) -- [BrennerBK](https://github.com/BrennerBK) -- [Matt Bellardi](https://github.com/met97) -- [Pramatha](https://github.com/p-r-a-o) -- [Cristina S](https://github.com/AhsokaTa) -- [MiadosC1](https://github.com/MiadosC1) -- [Furanimus](https://github.com/Furanimus) -- [hectoru10](https://github.com/Hectoru10) -- [mayurk224](https://github.com/mayurk224) -- [Joncineus](https://github.com/joncineus) -- [krishmav](https://github.com/krishmav) -- [JoachimC](https://github.com/Joachim280) -- [sadiqhero](https://github.com/sadiqhero) -- [Junaid Farooq](https://github.com/junaidbinfarooq) -- [Mohammad Toyib](https://github.com/toyib-fayaz) -- [Itay Levi](https://github.com/ItayLHdev) -- [Shaswat Raj](https://github.com/sh20raj) -- [rockxxjin](https://github.com/rockxxjin) -- [LaraAcuna](https://github.com/LaraAcuna) -- [Nehsik](https://github.com/Kishen271828) -- [Magonborn](https://github.com/MagonBorn) -- [Jide Falaki](https://github.com/jidefal) -- [p-a-brown](https://github.com/p-a-brown) -- [killjoybr](https://github.com/killjoybr) -- [Abhishek](https://github.com/i411229891) -- [Xinsheng Ooi](https://github.com/xs1128) -- [Noor Abid](https://github.com/NoorAbid95) -- [Maruthi S](https://github.com/JSMaruthi) -- [ITSMijaiL](https://github.com/ITSMijaiL) -- [devduck](https://github.com/fred-kr) -- [Battina Varun](https://github.com/battinavarun) -- [Kjohnbaba](https://github.com/kjohnbaba) -- [STA](https://github.com/sithuaung246810) -- [Ernest Muli](https://github.com/kunmuli) -- [Auwalu Hamza](https://github.com/afhamu) -- [detail331](https://github.com/detail331) - [Fady Zaky](https://github.com/0ddAuto00) -- [Niyati](https://github.com/niyati34) -- [Sam Kim](https://github.com/samuelkim28) -- [Chris Bruce](https://github.com/brucec5) -- [Gopal Iyer](https://github.com/geekiyer) -- [magikcarp](https://github.com/magikcarp) -- [Michael](https://github.com/LucidWinter) -- [Anwesh Rawat](https://github.com/anwrat) - [Fangphire](https://github.com/fangphire) -- [Rion Sato](https://github.com/Rion-Sato) -- [Julius Jones](https://github.com/jlwj22) -- [Aldo Oliva](https://github.com/aldoliva) -- [Justin](https://github.com/JustinBifeld) -- [hridyam04](https://github.com/hridyam04) -- [Arslanaka](https://github.com/arslanaka) -- [omartrese](https://github.com/omartrese) -- [EbertonKM](https://github.com/EbertonKM) -- [Hoin Shin](https://github.com/signalman) +- [Furanimus](https://github.com/Furanimus) +- [Ginny](https://github.com/ginnysingh789) +- [Gopal Iyer](https://github.com/geekiyer) +- [Harry-GNS](https://github.com/Harry-GNS) - [Helen Tsui](https://github.com/helentht) -- [Numan Khan](https://github.com/Nuu-maan) +- [Hoin Shin](https://github.com/signalman) +- [ITSMijaiL](https://github.com/ITSMijaiL) +- [Itay Levi](https://github.com/ItayLHdev) - [JBetz-Dev](https://github.com/JBetz-Dev) -- [LiuSam](https://www.youtube.com/CommitKU) -- [Arnav Joshi](https://github.com/Arnav020) -- [Akash Dahal](https://github.com/DARKAD10) -- [Andrew D](https://github.com/myMEDIA1578) -- [Alan Bao Nguyen](https://github.com/alanbaonguyen) -- [Leola](https://github.com/leolalopeslobo) -- [Minh Nguyen](https://github.com/yulw22) From Việt Nam with love -- [Ravi](https://github.com/raviprakash7367) -- [Druva Kumar](https://github.com/Dru-blip) -- [Adam Moria](https://github.com/aabro1325) -- [Harrison Noe](https://github.com/harr-3d) -- [Nenad](https://github.com/maglvoskiNenad) -- [Livia Neto](https://github.com/LiviaNeto) -- [Nimisha](https://github.com/codehusler14) -- [Ethan Davey](https://github.com/halioti2) -- [traf nosleep](https://github.com/ayohsan) -- [Sathvik](https://github.com/Satthvik1026) -- [Rohan](https://github.com/Christopher-91) -- [Jobin Jose](https://github.com/jobin8921) -- [Gil Anavi](https://github.com/thisguygil) -- [gatura](https://github.com/gatura-source) -- [Igor Balić](https://github.com/Iggy2399) -- [Omkar Guha](https://github.com/omkarguha) -- [Joel Singh](https:/github.com/Joel-Singh) -- [Sanika Nair](https://github.com/sanika-n) -- [Mateus Lima](https://github.com/mts-ml) -- [Zach Garza](https://github.com/ZachG1235) -- [Eddgar Rojas](https://github.com/Eddgar0) -- [YudisSutisna](https://github.com/Hanep77) -- [Cole Oliva](https://github.com/ColeOliva) -- [Moulya.K](https://github.com/MoulyaK2005) -- [Bonga M](https://github.com/BongaManzini) -- [Chuffed](https://github.com/Chuffed-Code) -- [Luan Lessa](https://github.com/LuanLessa) -- [Hosein Tajali](https://github.com/Kasra36) -- [Captain](https://github.com/CaptainPatel) -- [Pankaj Monga](https://github.com/p-monga) -- [Tyler Daw](https://github.com/TylerD1105) -- [Atit](https://github.com/0xAtit) -- [Ameluc Ahognidje](https://github.com/ameluc-ahognidje) -- [Anu Priya Pulagam](https://github.com/AnuPriyaPulagam) -- [Nihal Gupta] (https://github.com/Nihal0690) -- [Varsha Gitty](https://github.com/vgg1459) -- [Görkem](https://github.com/gorkemozsari) -- [Ian McManus](https://github.com/ianmcman) -- [Patrick Yeung](https://github.com/eampat) +- [James-826](https://github.com/James-826) +- [Janardhan Polle](https://github.com/Jce) +- [Jason Wiggs](https://github.com/wiggs30) +- [Jenna Hall](https://github.com/swejenna) +- [Jerry](https://github.com/SniperRaccoon) +- [Jeyanth-S](https://github.com/Jeyanth-S) +- [Jide Falaki](https://github.com/jidefal) +- [Jingyi Lu](https://github.com/lulu61000) +- [JoachimC](https://github.com/Joachim280) +- [Joncineus](https://github.com/joncineus) +- [Julius Jones](https://github.com/jlwj22) +- [Justin](https://github.com/JustinBifeld) +- [KamalKant](https://github.com/kamal2730) +- [Kjohnbaba](https://github.com/kjohnbaba) +- [Krish Yadav](https://github.com/Ky-1106) +- [Krrishray](https://github.com/krrishray) - [Kyle Boo](https://github.com/bookang869) -- [Leon Deppe](https://github.com/leondeppe) -- [Owen Roukey](https://github.com/rouk5555) -- [Aminat A](https://github.com/pejuameenat) -- [krit22](https://github.com/krit22) -Eoin O'B -- [Alexandru Paraschiv](https://github.com/alex-p-git) -Lawrence Ahaneku -- [Halil İbrahim Kutmur](https://github.com/kutmur) -- [Adnan Zaib](https://github.com/AadiZee) -- [Mariusz Sobczak](https://github.com/SmoQ) -- [Umair Amir](https://github.com/UmairAmir) -- [Sandhya R](https://github.com/sandhya13r) -- [Yifan Rigny](https://github.com/yrigny) -- [Nishant Mahadik](https://github.com/Nishantt81) -- [Sunit] (https://github.com/sunit25) -- [Salar Amir](https://github.com/SalarAmir) -- [Leila (Radi Adil)](https://github.com/l3331l4) -- [Shudan Luo](https://github.com/shudanluo) -- [Yux](https://github.com/rahumers321POPPy) +- [LaraAcuna](https://github.com/LaraAcuna) +- [Likhitha](https://github.com/likhitha07) +- [MACantara](https://github.com/MACantara) +- [Madan A](https://github.com/maddy-aleti) +- [Magonborn](https://github.com/MagonBorn) +- [Maruthi S](https://github.com/JSMaruthi) +- [Masalt0](https://github.com/Masalto5835) +- [Matt Bellardi](https://github.com/met97) +- [Maxi Rebolo](https://github.com/MaxiR23) +- [Meg Hiatt](https://github.com/hiatt8649) +- [Michael](https://github.com/LucidWinter) +- [Musbi8788](https://github.com/Musbi8788) +- [Navaneeth D](https://github.com/ar3s-nd) +- [Naveen C](https://github.com/naveench98) +- [Nehsik](https://github.com/Kishen271828) +- [Nithwin V M](https://github.com/Nithwin) +- [Numan Khan](https://github.com/Nuu-maan) +- [Paul Serise](https://github.com/pserise) +- [Pramod560](https://github.com/Pramod560) +- [Praneeth](https://github.com/praneethem) +- [Pranesh](https://github.com/Pranesh2288) +- [Purolinho](https://github.com/Purolinho) +- [Pushpesh](https://github.com/impushpesh) +- [Quan Dinh](https://github.com/Vanquan99) +- [Radhakrishan](https://github.com/rkdevx) +- [Raphael-W](https://github.com/Raphael-W) +- [Rion Sato](https://github.com/Rion-Sato) +- [Ryan Gapp](https://github.com/ryan-gapp) +- [S.Yukiko](https://github.com/yuki-git-9) +- [STA](https://github.com/sithuaung246810) +- [Sam Kim](https://github.com/samuelkim28) +- [Sanal Kumar](https://github.com/sanalkr) +- [Semen Byndiu](https://github.com/bynd1u) +- [Shaswat Raj](https://github.com/sh20raj) +- [Shivang](https://github.com/shivang-jnv) +- [Somto Ogbe](https://github.com/somtoval) +- [SoullesKev](https://github.com/Sadirock) +- [Sunghee Yoon](https://github.com/tnosh7) +- [Sushmitha](https://github.com/Sushmigit) +- [Thabeswar](https://github.com/Thabeswar) +- [TheRunnas](https://github.com/therunnas) +- [Tony Wong](https://github.com/tony31913) +- [Vardararo](https://github.com/Vardararo) +- [Vasu Singh](https://github.com/Vasu1303) +- [Vrund Patel](https://github.com/Vrund09) +- [Will Preece](https://github.com/wpreece) +- [Xinsheng Ooi](https://github.com/xs1128) +- [Yonas Girma](https://github.com/J0na555) +- [Zoe Reed](https://github.com/zoereedviz) +- [abishekh](https://github.com/Abishekhob) +- [atlas-ian](https://github.com/atlas-ian) +- [azhank391](https://github.com.azhank391) +- [b1tranger](https://github.com/b1tranger) +- [casa-code](https://github.com/casa-code) +- [dahynills](https://github.com/dahynills) +- [detail331](https://github.com/detail331) +- [dfdavila2](https://github.com/dfdavila2) +- [ejoopasco](https://github.com/ejoopasco) +- [elijah](https://github.com/elijahladdie) +- [enguy-hub](https://github.com/enguy-hub) +- [freshmess](https://github.com/freshmess) +- [hectoru10](https://github.com/Hectoru10) +- [hridyam04](https://github.com/hridyam04) +- [iason-019](https://github.com/iason-019) +- [isaac sun](https://github.com/isaac-sun) +- [jsutCodes](https://github.com/jsutCodes) +- [karan](https://github.com/karanhb-pixel) +- [kevinmj12](https://github.com/kevinmj12) +- [killjoybr](https://github.com/killjoybr) +- [magikcarp](https://github.com/magikcarp) +- [mayurk224](https://github.com/mayurk224) +- [ninet33n](https://github.com/meetVaidya) +- [nisarg404](https://github.com/nisarg404) +- [omartrese](https://github.com/omartrese) +- [p-a-brown](https://github.com/p-a-brown) +- [peng qin](https://github.com/pengqinppp) +- [rkb121541](https://github.com/rkb121541) +- [rockxxjin](https://github.com/rockxxjin) +- [sadiqhero](https://github.com/sadiqhero) +- [siminpool](https://github.com/siminpool) +- [suyash nepal](https://github.com/suynep) +- [tka](https://github.com/theinkhaaung007) +- [wonathan](https://github.com/threestuff) +- [yashpr349](https://github.com/yashpr349) +- [Aaron Lee](https://github.com/acelee0621) +- [Abdul Basit](https://github.com/abdulawr) +- [Adam Moria](https://github.com/aabro1325) +- [Ahmed Fikri](https://github.com/Fikri-20) +- [Akash Dahal](https://github.com/DARKAD10) +- [Alexander](https://github.com/azuaje1982) - [Alif Akbar](https://github.com/alifakbxr) -- [zyf-de-github](https://github.com/Zyf-de-github) -- [Sidharth P](https://github.com/Sid-CodeX) -- [Prasad J B](https://github.com/Prasad-JB) -- [Samuel Lee](https://github.com/Gegulee) -- [Arpit Dubey](https://github.com/Arpit1033) -- [Voicu Bogdan](https://github.com/zvoicu000) -- [Gopal](https://github.com/gopallchoudhary) -- [Shinbatsu F](https://github.com/Shinbatsu) -- [Borzoi Lover](https://github.com/mmitros1) -- [S.J.S.](https://github.com/sjsurace) -- [eobrien673](https://github.com/eobrien673) -- [Beetlesliu](https://github.com/Beetlesliu) -- [Ametoj Singh](https://github.com/singamet) -- [Naveen1023](https://github.com/Naveen1023) -- [Sourabh Gupta](https://github.com/srb1998) -- [Nihal Barua](https://github.com/nihal-bar) -- [rasmuskn44](https://github.com/rasmuskn44) -- [Ashmita120](https://github.com/Ashmita120) -- [Harry C](https://github.com/campbellharry) -- [hmdaslam97](https://github.com/hmdaslam97) -- [Weirdo-147](https://github.com/Weirdo-147) -- [Zach Warmoth](https://github.com/ZWarmoth) -- [Navneet Yadav](https://github.com/navnt00) -- [Arun G Jose](https://github.com/arungjose) -- [Sobin Maret](https://github.com/SireLancelott) +- [Alokananda Y](https://github.com/alok-38) +- [Aminat A](https://github.com/pejuameenat) +- [Andrew D](https://github.com/myMEDIA1578) +- [Angad Bhalla](https://github.com/Anga205) +- [Ankith Kini](https://github.com/ANKITH33) +- [Arnav Joshi](https://github.com/Arnav020) +- [Aryan Baid](https://github.com/aryanbaid) +- [Basit Channa](https://github.com/basitbc) +- [Bonga M](https://github.com/BongaManzini) +- [Bryan Johns](https://github.com/johbry17) +- [Bryan Trujillo](https://github.com/btruj) +- [Captain](https://github.com/CaptainPatel) +- [Chaimae](https://github.com/GRICHChaimae) +- [Chijioke Madu](https://github.com/SaltCJ) +- [Chuffed](https://github.com/Chuffed-Code) +- [Cole Oliva](https://github.com/ColeOliva) +- [David Gralla](https://github.com/dgralla) +- [David Oh](https://github.com/DavidOh1606) +- [Deepith N](https://github.com/deepith-18) +- [Dev Chagas](https://github.com/devchagas) +- [Devi Patil](https://github.com/Devipatil) +- [Devin Rand](https://github.com/devinrand) +- [Devna jiya R](https://github.com/jiya22r) +- [Dhairya Dev](https://github.com/hamzak51) +- [Druva Kumar](https://github.com/Dru-blip) +- [Dwaine](https://github.com/DwaineBrannon) +- [Eddgar Rojas](https://github.com/Eddgar0) +- [Elijah Weiss](https://github.com/eweiss4) +- [Emil Piesik](https://github.com/piesikot) +- [Ethan Davey](https://github.com/halioti2) +- [Ethan Senger](https://github.com/E-bosss) +- [Farmata Kane](https://github.com/miiswom) +- [Florian Franco](https://github.com/ffr27) +- [Gil Anavi](https://github.com/thisguygil) +- [Gustiana](https://github.com/Gustiana882) +- [Görkem](https://github.com/gorkemozsari) +- [Harrison Noe](https://github.com/harr-3d) +- [Harsh Kaushik](https://github.com/hrk022) +- [HighPoly](https://github.com/HighPolygon) +- [Ian McManus](https://github.com/ianmcman) +- [Igor Balić](https://github.com/Iggy2399) +- [Isaac F](https://github.com/YellowFlello) +- [Janaki Ram K](https://github.com/JKR0805) +- [Jithin](https://github.com/jithin-dotcom) +- [Jobin Jose](https://github.com/jobin8921) +- [Joel Singh](https:/github.com/Joel-Singh) - [Jon Ayre](https://github.com/Jonalanayre) +- [Juan Monta](https://github.com/JuanMonta) +- [Kai Feng](https://github.com/kaifeng-cmd) +- [Kavya Vadla](https://github.com/kvadla06) +- [Kyusan Kim](https://github.com/5tarlight) +- [Leola](https://github.com/leolalopeslobo) +- [Leon Deppe](https://github.com/leondeppe) +- [LiuSam](https://www.youtube.com/CommitKU) +- [Livia Neto](https://github.com/LiviaNeto) +- [Luan Lessa](https://github.com/LuanLessa) +- [Luke Eades](https://github.com/LukeEades) +- [Mariusz Sobczak](https://github.com/SmoQ) +- [Mayen Akech](https://github.com/Mayen007) +- [Meet Shah](https://github.com/Meet6338-X) +- [Moresh](https://github.com/Moresh-Mishra) +- [Moulya.K](https://github.com/MoulyaK2005) +- [Nathan Hall](https://github.com/Zero4793) +- [Neil DCruz](https://github.com/neildcruz) +- [Nenad](https://github.com/maglvoskiNenad) +- [Nimisha](https://github.com/codehusler14) +- [Nirupam Paul](https://github.com/101paul) +- [Noor Abid](https://github.com/NoorAbid95) +- [Olapu Ajay](https://github.com/olapuajay) +- [Omar Emara](https://github.com/omarf2000) +- [Omkar Guha](https://github.com/omkarguha) +- [Owen Roukey](https://github.com/rouk5555) +- [Pankaj Monga](https://github.com/p-monga) +- [Patrick Yeung](https://github.com/eampat) +- [Plexton](https://github.com/ZaibLComrade) +- [Prasad J B](https://github.com/Prasad-JB) +- [Pro Kumar](https://github.com/pkumar2143) +- [RSM Harsha](https://github.com/rsmharsha) +- [Ramin Adineh](https://github.com/ramiadi) +- [Ravi](https://github.com/raviprakash7367) +- [Rehan Halai](https://github.com/01-Rehan) +- [Rohan](https://github.com/Christopher-91) +- [RunarokHrafn](https://github.com/Runarok) +- [Sachin](https://github.com/sachinkashi21) +- [Sagardeep Das](https://github.com/SDpDas) +- [Said Berk](https://github.com/saidberk27) +- [Salar Amir](https://github.com/SalarAmir) +- [Samia-sh](https://github.com/samia-code0) +- [Sandhya R](https://github.com/sandhya13r) +- [Sanika Nair](https://github.com/sanika-n) +- [Sathvik](https://github.com/Satthvik1026) +- [Sean Tilson](hhtps://github.com/smtilson) +- [Shahrukh Khan](https://github.com/srk384) +- [ShaiQ Shah](https://github.com/shahshaiq) +- [Shudan Luo](https://github.com/shudanluo) +- [Sidharth P](https://github.com/Sid-CodeX) +- [Sina Soltani](https://github.com/sinaxzi) +- [Sinchana](https://github.com/Sinchanar09) +- [Tyler Daw](https://github.com/TylerD1105) +- [Umair Amir](https://github.com/UmairAmir) +- [Umesh Raju](https://github.com/UmeshRaju) +- [Vagish Gupta](https://github.com/VagishG) +- [Varsha Gitty](https://github.com/vgg1459) +- [Vedant Raj Singh Parmar](github.com/VVR6) +- [Vedanth](https://github.com/Vedanth81106) +- [Vinh D Tran](https://github.com/s3500659) +- [Vinit Rana](https://github.com/RanaVinit) +- [YudisSutisna](https://github.com/Hanep77) +- [Yux](https://github.com/rahumers321POPPy) +- [Zach Garza](https://github.com/ZachG1235) +- [Zaid Rasul](https://github.com/ZaidRasul) +- [Zain Amjad](https://github.com/zancheema) +- [gatura](https://github.com/gatura-source) +- [srinath g](https://github.com/srinath176) +- [traf nosleep](https://github.com/ayohsan) +- [Aaaappplle](https://github.com/aaaappplle) +- [Aaliyah Raheem](https://github.com/aaliot) +- [Abid Shaikh](https://github.com/Abid-sh84) +- [Adrian PC M](https://github.com/AdrianPCM) +- [Ahlal Izzatul](https://github.com/alaliz4) +- [Akash Dhamane](https://github.com/explore) +- [Akash Goyal](https://github.com/1223akash) +- [Ametoj Singh](https://github.com/singamet) +- [Amith B V](https://github.com/AmithBV0606) +- [AmnaShouqi](https://github.com/amnashouqi) +- [Aneri Patel](https://github.com/anerip98/) +- [Arpit Dubey](https://github.com/Arpit1033) +- [Arun G Jose](https://github.com/arungjose) +- [Aryan Bansal](https://github.com/AryanAAB) +- [Ashmita120](https://github.com/Ashmita120) +- [Assaf Lewin](https://github.com/Assaf1713) +- [Ayomide Saheed](https://github.com/luc-ay) +- [Ayush](https://github.com/AyushMaurya3114) +- [Beetlesliu](https://github.com/Beetlesliu) +- [Bharat Ruidas](https://github.com/brd2002) +- [Boru Isako](https://github.com/BoruIsakoJ) +- [Borzoi Lover](https://github.com/mmitros1) +- [Carlos FH](https://github.com/carlosfhz13) +- [Chandana](https://github.com/Chandana2829) +- [Clilja](https://github.com/christianlilja) +- [Dakota Feist](https://github.com/DankYoda) +- [David Anane](https://github.com/plaestore) +- [Emile Qiu](https://github.com/Qa864830345) +- [Eric-DaRosa](https://github.com/EricDar12) +- [Firewooood](https://github.com/Firewooood) +- [FloraPetit](https://github.com/PetitFlora) +- [GENJI J](https://github.com/anya-minamoto) +- [Gal Levin](https://github.com/GalLevin239) +- [Ganesh R](https://github.com/ganesh-techs) +- [Gopal](https://github.com/gopallchoudhary) +- [Goyomix325](https://github.com/Goyomix325) +- [Harry C](https://github.com/campbellharry) +- [Hashim Iqbal](https://github.com/Haz-ctrl) +- [Hemant-Dua](https://github.com/Hemant-Dua) +- [Hosein Tajali](https://github.com/Kasra36) +- [Husnain Khaliq](https://github.com/huscse) +- [Jason Pham](https://github.com/JeisonPham) +- [Jay](https://github.com/Jayesh-Prajapati9) +- [Jessica Thomas](https://github.com/jmt713) +- [Jin-Ho Lee](https://github.com/Jin-HoMLee) +- [John Mixon](https://github.com/mixdev2112) +- [Josh Gregory](https://github.com/joshtype) +- [João Inacio](https://github.com/J-Inacio) +- [Khushi Singh](https://github.com/mekhushi) +- [Kimjunseoo](https://github.com/kimjunseoo) +- [Koichi-Kodama](https://github.com/Kytoshi) +- [KristinnTh](https://github.com/KristinnTh) +- [Loic Hounyovi](https://github.com/mechakc) +- [Luiz Augusto](https://github.com/Luizxdas) +- [Luís Simas](https://github.com/luissimas) +- [Madhav Singh](https://github.com/maddy710) +- [Mahanthesh S](https://github.com/Mahi2708) +- [MatyasZERO](https://github.com/MatyasZERO) +- [MayurHedau](https://github.com/mayurdweek) +- [Mizaan Ur Rehman](https://github.com/miz2) +- [Ms_Njuguna](https://github.com/Ms-Njuguna) +- [Naveen Tadaka](https://github.com/Naein19) +- [Naveen1023](https://github.com/Naveen1023) +- [Navneet Yadav](https://github.com/navnt00) +- [Nayoung Kim](https://github.com/nayoung16) +- [Nihal Barua](https://github.com/nihal-bar) +- [Nishant Singh](https://github.com/vasu101) +- [OpenSeeker](https://github.com/OpenSeeker) +- [Pranav K P](https://github.com/pranavkp71) +- [Pranay Gurav](https://github.com/cwpranay) +- [RAYYAN KHAN](https://github.com/rayyan4t4) +- [Rahul Kumar](https://github.com/imrahul05) +- [RahulRawat](https://github.com/RHL-RWT-01) +- [Rakshak R B](https://github.com/rakshakrb) +- [Ralph Merhi](https://github.com/ralph1233) +- [Rikemannen](https://github.com/rikemannen) +- [Rosellines](https://github.com/Rosellines) +- [S1ngularty](https://github.com/S1ngularty) +- [Sabat Pierre](https://github.com/Tchouang) +- [Sachin vk](https://github.com/sachindasvk) +- [SaginalaAzeez](https://github.com/asheedh) +- [Sahil Sharma](https://github.com/sahil-me) +- [Sal Adrian](https://github.com/Sal-Adrian) +- [Shinbatsu F](https://github.com/Shinbatsu) +- [Shivanii30](https://github.com/Shivanii30) +- [Sinbad Adjuik](https://github.com/synnbad) +- [Sohyeon412](https://github.com/sohyeon412) +- [Sourabh Gupta](https://github.com/srb1998) +- [Starkcover](https://github.com/Starkcover) +- [Student00](https://github.com/keik0t92127) +- [Swati Pandey](https://github.com/gr8swati) +- [Sylvain L](https://github.com/sylvain-lec) +- [Tum Teeradach](https://github.com/Tum-404) +- [V-Sharanya](https://github.com/V-Sharanya) +- [Venkatesan M](https://github.com/venkyslm) +- [Vernwalker](https://github.com/Vernwalker) +- [Vishal Manik](https://github.com/vmanik2k) +- [VizzScript](https://github.com/vizzscript) +- [Weirdo-147](https://github.com/Weirdo-147) +- [Xephyronix](https://github.com/Xephyronix) +- [Yash aka Light](https://github.com/y8done) +- [Yulhui Kim](https://github.com/dbfgml2000) +- [Yunus Adiyaman](https://github.com/yervaa) +- [Zach Warmoth](https://github.com/ZWarmoth) +- [Zairan Mir](https://github.com/Mir-Zairan) +- [Zemenu Mekuria](https://github.com/Teklez) +- [Zuzanna Pilat](https://github.com/Pilat11) +- [actiononme](https://github.com/actiononme) +- [akashisang](https://github.com/Akashisang) +- [amethyst](https://github.com/krishshaw418) +- [callme-kvj](https://github.com/kvj-harsha) +- [ccppurcell](https://github.com/ccppurcell) +- [davidw1281](https://github.com/davidw1281) +- [eobrien673](https://github.com/eobrien673) +- [fedxemilio](https://github.com/fedxemilio) +- [fikrirazor](https://github.com/fikrirazor) +- [happypepii](https://github.com/happypepii) +- [hmdaslam97](https://github.com/hmdaslam97) +- [indigo0445](https://github.com/indigo0445) +- [joelinux60](https://github.com/joelinux60) +- [jpbellizia](https://github.com/jpbellizia) +- [krshearman](https://github.com/krshearman) +- [kyiroywops](https://github.com/kyiroywops) +- [lennyhurni](https://github.com/lennyhurni) +- [lordzerato](https://github.com/lordzerato) +- [marcuscs00](https://github.com/marcuscs00) +- [mishafisha](https://github.com/mishafisha) +- [mohana0304](https://github.com/mohana0304) +- [nishida675](https://github.com/nishida675) - [oluwasegun](https://github.com/Optimist19) - [oogway-x3t](https://github.com/oogway-x3t) -- [davidw1281](https://github.com/davidw1281) -- [Josh Gregory](https://github.com/joshtype) -- [lennyhurni](https://github.com/lennyhurni) -- [simonpotel](https://github.com/simonpotel) -- [AmnaShouqi](https://github.com/amnashouqi) -- [krshearman](https://github.com/krshearman) -- [Madhav Singh](https://github.com/maddy710) -- [FloraPetit](https://github.com/PetitFlora) -- [joelinux60](https://github.com/joelinux60) -- [Zemenu Mekuria](https://github.com/Teklez) -- [Kimjunseoo](https://github.com/kimjunseoo) -- [Matteo Ricci](https://github.com/PyZenMatt) -- [utkarsh007007](https://github.com/utkarsh007007) -- [soybean501](https://github.com/soybean501) -- [smandadhi9](https://github.com/smandadhi9) -- [Starkcover](https://github.com/Starkcover) -- [Musbi8788](https://github.com/Musbi8788) -- [Goyomix325](https://github.com/Goyomix325) -- [KristinnTh](https://github.com/KristinnTh) -- [lordzerato](https://github.com/lordzerato) -- [Rikemannen](https://github.com/rikemannen) -- [Sujitha](https://github.com/Suji-droid) -- [SaginalaAzeez](https://github.com/asheedh) -- [Eric-DaRosa](https://github.com/EricDar12) -- [Vernwalker](https://github.com/Vernwalker) -- [Shota Hayashi](https://github.com/SH.CodeLv) -- Arnav Oruganty -- [RahulRawat](https://github.com/RHL-RWT-01) -- [James](https://github.com/jwunet) -- [Sal Adrian](https://github.com/Sal-Adrian) -- [xnm-sdksdk](https://github.com/xnm-sdksdk) -- [Luís Simas](https://github.com/luissimas) -- [Abid Shaikh](https://github.com/Abid-sh84) -- [fikrirazor](https://github.com/fikrirazor) -- [callme-kvj](https://github.com/kvj-harsha) -- [Devashish Roy](https://github.com/roydevashish) -- [Sylvain L](https://github.com/sylvain-lec) -- [João Inacio](https://github.com/J-Inacio) -- [Yunus Adiyaman](https://github.com/yervaa) -- [Mohammadreza Shams](https://github.com/ashkezary) -- [Assaf Lewin](https://github.com/Assaf1713) -- [Akash Dhamane](https://github.com/explore) -- [Ahlal Izzatul](https://github.com/alaliz4) -- [Pranav K P](https://github.com/pranavkp71) -- [Emile Qiu](https://github.com/Qa864830345) -- [MayurHedau](https://github.com/mayurdweek) -- [Sabat Pierre](https://github.com/Tchouang) -- [sitthaveet](https://github.com/sitthaveet) -- [Jason Pham](https://github.com/JeisonPham) -- [marcuscs00](https://github.com/marcuscs00) -- [Khushi Singh](https://github.com/mekhushi) -- [kyiroywops](https://github.com/kyiroywops) -- [Rakshak R B](https://github.com/rakshakrb) -- [Umer Aslam](https://github.com/umeraslam00) -- [Rishabh Sharma](https://github.com/rio-rishabh) -- [Steve Yadav](https://github.com/lucifer47C) -- [Luciano Campos Kriegl](https://github.com/lucianock) -- [HVentura 👋](https://github.com/hventura) -- [Amit Patil](https://github.com/meAmitPatil) -- [Vanlal Peka](https://github.com/vanlalpeka) -- [Christian-Code](https://github.com/ncgiron) -- [Wanling Fu](https://github.com/wanling0000) -- [Aditya Atreya](https://github.com/AdiAce4u) -- [Vicky Besra](https://github.com/vickybesra) -- [Mike Mertens](https://github.com/mmert9008) -- [Irfan khan](https://github.com/khanirfan18) -- [Daiwiik Harihar](https://github.com/daiv09) -- [Anaïs Gatard](https://github.com/AnaisG14) -- [Jordan Atkins](https://github.com/Atkinss1) -- [Raunit Arya](https://github.com/RaunitArya) -- [Siddhant Y](https://github.com/megastore21) -- [Navreet Kaur](https://github.com/NavreetKB) -- [Abhiraj Gautam](https://github.com/Abhirajgautam28) -- [Ammar Adnew](https://github.com/AmmarAdnew) -- [Raghav Dwivedi](https://github.com/dwi4122) -- [Lucas Smith] (https://github.com/lucaswsg123) -- Roy -- [Eugene Chia](https://github.com/eugenechia) -- [Joshua Luca](https://github.com/joshluca98) -- [Sean Calderon](https://github.com/rimorgin) -- [adwaitp](https://github.com/adwaitdagitguy) -- [Jay](https://github.com/Jayesh-Prajapati9) -- [widespectrum](https://github.com/widespctr) -- [Jonas Mikosch](https://github.com/jomik101) -- [Ver Argulla](https://github.com/verargulla) -- [Ankith](https://github.com/ankithtn) -- [saketh](https://github.com/sakith1729) -- [cacawate](https://github.com/MoyyyL) -- [Mr. Jakkula](https://github.com/Mr.Jakkula) -- [Ravi singh](https://github.com/ravir0ushan) -- [Laurian Iacob](https://github.com/iLaurian) -- [Fikre Tesfay](https://github.com/fikre4444) -- [Shardul Hirolikar](https://github.com/shiro1307) -- [Sasindu Manamperi](https://github.com/sasindubm) -- [LukaGakhokidze](https://github.com/Luka288) -- [David-L12](https://github.com/David-L12) -- [Mario Letepichia](https://github.com/MarioLetepichia) -- [Rahul Parihar](https://github.com/Parihar-Dev) -- [Taha Tariq](https://github.com/tahatariq19) -- [Tzipi W](https://github.com/Tzipi-Winefeld) -- [Iris Christa](https://github.com/I-christa) -- [Cesar Garcia](https://github.com/cesaralej) -- [Anshif Monz](https://github.com/anshifmonz) -- [Sidhant Naik](https://github.com/Sidnaik04) -- [Subhiksha Rao](https://github.com/subikrao) -- [Plamen Hadzhiev](https://github.com/plmn95) -- [Caleb Rollf](https://github.com/lemonsloth) -- [PhamNguyenDangHuy](https://github.com/pndh) -- [sakib maniyar](https://github.com/Saquib45) -- [Jasleen](https://github.com/JasleenSidhu20) -- [Joel Anarba](https://github.com/joelanarba) -- [Hector-Ventura](https://github.com/0Label0) -- [Afham Irfan](https://github.com/auth-Afham) -- [Khushi Ray](https://github.com/khushiray07) -- [William Ince](https://github.com/incey-spider) -- [Fahad Shoaib](https://github.com/Fahad-S94) -- [Cristian Rios](https://github.com/rioscris) -- [Sashin Trout](https://github.com/sashin123) -- [Anish Banda](https://github.con/anishbanda) -- [Alanto Manu](https://github.com/alantomanu) -- [Arisa Abiko](https://github.com/arisaabiko) -- [Ramis Humayun](https://github.com/Ramis102) -- [Marc Larson](https://github.com/m-larson94) -- [Hossain Rion](https://github.com/best-rion) -- [Danyal Ejaz](https://github.com/danyalejaz) -- [aseel matta](https://github.com/aseelmatta) -- [Lulu Harvey](https://github.com/luluharvey) -- [Luiz Augusto](https://github.com/Luizxdas) -- [Capri Caviedes](https://github.com/caprivm) -- [Letícia Reche](https://github.com/lereche) -- [Stelios Gee](https://github.com/SteliosGee) -- [Charalampos M.](https://github.com/CharioMich) -- [Sabrina Ira](https://github.com/sabrinaira) -- [Will Preece](https://github.com/wpreece) -- [Jon Compton](https://github.com/joncompton) --[Blaine Weiss](https://github.com/BlaineWeiss) -- [ColorCode](https://github.com/benjaAguilar) -- [Sai Harika](https://github.com/SaiHarika16) -- [Rennan Reis](https://github.com/rennanreis) -- [Nilesh Kumar](https://github.com/nilesh646) -- [Alejandro Aguilar] (https://github.com/seneka-DSNA) -- [Basma BT](https://github.com/Boutaib-Basma) -- [Rodrigo Bravo](https://github.com/bravorod) -- [SIva Saketh](https://github.com/sivasaketh) -- Anya Satoru -- [Dev Goyal](https://github.com/DevGoyal9238) -- [Ujwal Suresh Vanjare](https://github.com/usv240) -- [KigulaJesse](https://github.com/KigulaJesse) -- [Taha Reeh] (https://github.com/TahaReeh) -- [Joery van Santen](https://github.com/joeryvs) -- [Ahmad Raza](https://github.com/Ahmad-Raza810) -- [Sitanshu Nandan](https://github.com/stansho) -- [Fatih Portakal](https://github.com/GoStKoRx) -- [Ctrshift-Pm](https://github.com/Ctrshift-Pm) -- [git-gud-jim](https://github.com/git-gud-jim) -- [Chip Kelsey](https://github.com/chipncharge) -- [artistique1](https://github.com/artistique1) -- [aarohCodes] (https://github.com/aarohCodes) -- [MFigueroa](https://github.com/MiguelFOlivar) -- [Jefferson Huisa](https://github.com/j3ffh95) -- [dylan-sacco](https://github.com/dylan-sacco) -- [Koichi-Kodama](https://github.com/Kytoshi) -- [Tom C](https://github.com/Alpha-W0lf) -- [Dipankaj](https://github.com/DipankajSingh/) -- [harshit](https://github.com/harshitpatel862) -- [Giusnovetti](https://github.com/Giusnovetti) -- [Tavi Ungerleider](https://github.com/tungerle) -- [Vaibhav0725](https://github.com/vaibhav0725) -- [Yhlas Yazmyrad](https://github.com/yazmyrad) -- [Kelvin Yeboah](https://github.com/KelvCodes) -- [Adam Kokhnover](https://github.com/Adamko17) -- [paddygriff](https://github.com/paddygriffin) -- [sgunner2014](https://github.com/SGunner2014) -- [ShatnauTSA](https://github.com/shantanuTSA) -- [Akshat Kumar Gupta] (https://github.com/AKSHAT-KUMAR-GUPTA07) -- [Gurvansh](https://github.com/Obsidian-Ninja) -- [Dhruv Pandey](https://github.com/Dhrupandey) -- [BlueGeckoJP](https://github.com/BlueGeckoJP) -- [Pavani](https://github.com/PavaniMuppalla29) -- [Vivek-Ch](https://github.com/vivekchadaram9) -- [chandanvnk1](https://github.com/chandanvnk1) -- [anthocote19](https://github.com/anthocote19) -- [Victor Muthii](https://github.com/muthii-10) -- [AkramMohammad](https://github.com/Akram1806) -- [Edgar Flores](https://github.com/efloresCSE) -- [Jaime Garcia](https://github.com/Jaimegcaam) -- [Manisha1679](https://github.com/Manisha1679) -- [WeAreBorg20](https://github.com/WeAreBorg20) -- [Alejandr0x](https://github.com/Alejandr0xxx) -- [Mateus Cruz](https://github.com/Mdacruzrego) -- [karim1safan](https://github.com/karim1safan) -- [ejoopasco](https://github.com/ejoopasco) -- [Kevin Hu](https://github.com/sijun-kevin-hu) -- [Vivek Deshmukh](https://github.com/vivekd16) -- [Aditya Singh](https://github.com/devxaditya) -- [veekshitha](https://github.com/Veekshitha21) -- [TejasK](https://github.com/TejasKoravanavar) -- [Runnas](https://github.com/therunnas) -- [ahmad777x86](https://github.com/ahmad777x86) -- [Nicholas C.](https://github.com/ncolvin-dev) -- [SaboorNisha](https://github.com/SaboorNisha) -- [Leandro Choque](https://github.com/Leannnmv) -- [Siddharth](https://github.com/siddharth-123) -- [Abhiram N](https://github.com/AbhiramN-Mern) -- [Varun Sharma](https://github.com/varunsh20/) -- [Mounish Nanu](https://github.com/mounish123) -- [VortexEdge](https://github.com/VortexEdge69) -- [TheRunnas](https://github.com/therunnas) -- [Simons Arhin](https://github.com/simonskayi) -- [StraitGhost](https://github.com/StraitGhost) -- [isaacbelles](https://github.com/isaacbelles) -- [brunoblaise](https://github.com/brunoblaise) -- [Derek Hall](https://github.com/derekhall483) -- [Júlio Henrique](https://github.com/juliohgarcia/) -- [Neethu Hari](https://github.com/Neethuharii) -- [Alwin Sajan](https://github.com/Alwin-Sajan) -- [Antonio Fábio](https://github.com/zodiecko) -- [Aniket Singh](https://github.com/darksoul-7) -- [Vicente Guzmán](https://vicenteguzman.com/) -- [Amar Yasser](https://github.com/AmarYasser1) -- [Mafedev](https://github.com/mafedev) -- [Peter Hilbert](https://github.com/pehilbert) -- [Shahzaib Ahmad](https://github.com/shahzaibahmad05) -- [Kores Nkoidila](https://github.com/Nkoidila) -- [Aditya Mitra](https://github.com/mitras-git) -- [Shayne Geilman](https://github.com/ShayneJG) -- [Lorena Peracho](https://github.com/plorenab) -- [PraveenX812](https://github.com/PraveenX812) -- [Priyanshu](https://github.com/priyanshu5259) -- [Gafoor Shaik](https://github.com/gafoor-bot) -- [Kimaya Chavan](https://github.com/kimiko-11) -- [Alejandro Flores](https://github.com/afr-dt) -- [MatyasZERO](https://github.com/MatyasZERO) -- [Nemida](https://github.com/Nemida) -- [Diksha Rani](https://github.com/diksha-0420) -- [Vaibhav](https://github.com/vaibhavsanap112) -- [jackojacko](https://github.com/jackojacko05) -- [Diparna Adhikary](https://github.com/Diparna) -- [Nicolas Alves](https://github.com/NickeAlves) -- [Max](https://github.com/mkosenina) -- [Prason KC] (https://github.com/prasonkc) -- [Cedrick](https://github.com/Cedrick-Deguzman) -- [Aritra Mukherjee](https://github.com/maritra) -- [Mercy-Mbao ✨](https://github.com/mercie-ux) -- [Vorahpong Mean](https://github.com/VorahPong) -- [Jenny Martin](https://github.com/jmartinDS14) -- [Wiktor Kycia](https://github.com/wiktorKycia) -- [Komathi](https://github.com/komathi-pandiyan) -- [Tiago Pereira](https://github.com/Agoit-Dev) -- [Farhan Ilyas](https://github.com/Farhan2001M) -- [Samuel Spina](https://github.com/SamuelSpina) -- [AhmedRediwan](https://github.com/ahmed12-dev) -- [Fabrice Pecot](https://github.com/FabriceAB1) -- [Pujan Bohora](https://github.com/pujanbohora) -- [Peleg Ben Barak](https://github.com/peleg-bb) -- [Khoa Tran](https://github.com/kchan139) -- [Greem Fox](https://github.com/vulpes-viridis) -- [Fabrice Pecot](https://github.com/FabriceAB1) -- [Patel Smitkumar](https://github.com/smitRoot) -- [Ifeoma-Chidera](https://github.com/ifaycodes) -- [NandamRishith](https://github.com/nandam2003) -- [Matheus Deus](https://github.com/deusMatheus) -- [Roshawn Brooks](https://github.com/rbrooks95) -- [Omer Cohen](https://github.com/OmerCohen7530) -- [Florian Franco](https://github.com/ffr27) -- [KevinThomas](https://github.com/HELL-KERBECS) -- [JVent-WSU](https://github.com/JVentulett-WSU) -- [Caroline](https://github.com/perrywinkle2004) -- [Bhavishay Bharti](https://github.com/bhavi-b) -- [Dascalu Dumitru](https://github.com/IronMemo) -- [Keval Deepak](https://github.com/kevaldeepak) -- [Kushala Udayagiri](https://github.com/kushalaudayagiri) -- [R Ricky Roger](https://github.com/RickRo77) -- [JasonSA1993](https://github.com/JasonSa1993/) -- [Suresh Deora](https://github.com/SureshDeora) -- [Mohanshi Jain](https://github.com/Mohanshi04) -- [Mitchell Smith](https://github.com/msmit4095) -- [Fabrizio Bellisai](https://github.com/bellisaidev) -- [Abie Anders R](https://github.com/AbieAnders) -- [Aryan Bansal](https://github.com/AryanAAB) -- [Lemar Tokham](https://github.com/LemarTokham) -- [Daniel Molina](https://github.com/molinafm30) -- [Josmer Rodriguez](https://github.com/Josmerr) -- [Felix Morara](https://github.com/felixmorara) -- [Felix Lee](https://github.com/XilefEel) -- [Shashwat Anand](https://github.com/Sushiii07) -- [Guru Krithick](https://github.com/guru-krithick) -- [Parker Crook](https://github.com/parkercrook) -- [Keshav Kant](https://github.com/Keshav-Kant/) -- [rishabh1024](https://github.com/rishabh1024/) -- [Shoaib Shuja](https://github.com/ShoaibShuja) -- [OBLI B VIKRAM](https://github.com/Vikramobli) -- [Nisha Verma](https://github.com/xnisha-verma) -- [Jerold De Pedro](https://github.com/xherby07) -- [Semen Byndiu](https://github.com/bynd1u) -- [Jason Ang](https://github.com/jasonavatarang) -- [Matthieu Bonnot](https://github.com/MrMattam) -- [Mahmudul Hasan](https://github.com/hmahmudul852) -- [Gabriel Ripper](https://github.com/gabripper) -- Daniel -- [Shivam Mishra](https://github.com/29shivam99) -- [Alex Thompson](https://github.com/Alex-Inems) -- [Anand Shende](https://github.com/anandshende) -- [Daniel Cursi](https://github.com/danielcursi) -- [Ben Difuntorum] -- [Ashish Jadhav](https://github.com/Ashish1022) -- [Vaishnavi](https://github.com/vaishnavi20git) -- [Carlos Zukov](https://github.com/zukovCarlos) -- [Sayyid Sajad](https://github.com/sayyidsajad) -- [Vicente Pinochet ](https://github.com/Qajirr) -- [Minjae Kwon](https://github.com/minjaekwon97) -- [Ashwin Suresh](https://github.com/AshwinSureshDS) -- [Sayan Maji](https://github.com/Sayanmaji0506) -- [Varun Patel](https://github.com/varunpatel07) -- [Ravi Prakash](https://github.com/devp-ravi) -- [Rahul Gurav](https://github.com/RahulGurav82) -- [Claudio Jara](https://github.com/claudiojara) -- [Subin Mariyadas](https://github.com/subin170) -- [Andres Riaño](https://github.com/afrianodev) -- [Maik Schoepe](https://github.com/MaikSchoepe) -- [Suved Ganduri](https://github.com/Sooowayydh) -- [Evgeny Kozelskiy](https://github.com/Der12kl) -- [Raul Gabriel](https://github.com/RaulGabriel) -- [Amit Kumar Deo](https://github.com/22AmitDeo) -- [Taran Shetty](https://github.com/TaranShetty) -- [Kirti Mangate](https://github.com/kirti-ak47) -- [Sai Mohaneesh](https://github.com/23241a6749) -- [Chanchal Teotia](https://github.com/cse22148) -- [Melika Dadashi](https://github.com/melikaDaa) -- [Dhuliana Dantas](https://github.com/Dhuliana) -- [Rajinisoumya](https://github.com/Rajinisoumya) -- [Michael Jordan](https://github.com/Mona-kecil) -- [Sakshi Jaiswal](https://github.com/Sakshijazz) -- [Bhagyashree](https://github.com/bhagyashree-j) -- [Zafran Ullah](https://github.com/zafran-ullah) -- [Sreekutty K](https://github.com/sreekutty-434) -- [Arman Yadav](https://github.com/armaaan-yadav) -- [Devansh Baghla](https://github.com/Devansh-b) -- [candycane124](https://github.com/candycane124) -- [Rushikesh Jadhav](https://github.com/Rushi543) -- [Arindam Dinda](https://github.com/Arindam2003) -- [EricccTaiwan](https://github.com/EricccTaiwan) -- [Handell Desulme](https://github.com/hjdesulme) -- [Esther Kalsmith](https://github.com/EstherKal) -- [GabboRocchia](https://github.com/GabboRocchia) -- [rice-mountain](https://github.com/rice-mountain) -- [Ronahi Bağcı](https://github.com/RonayBagci) -- [RiteshSirohi](https://github.com/riteshsirohi) -- [JagathKriishna](https://github.com/Jagathkrish) -- [Amarnath Kakkar](https://github.com/amarnathkakkar/) -- [SANJAY KUMAR](https://github.com/sanjaydeepak) -- [Algorytmouse](https://github.com/algorytmouse) -- [shubham goyal](https://github.com/shubgoyal23) -- [Thomas Sales](https://github.com/ThomasGSales) -- [Chinmay L](https://github.com/stom-breaker-07) -- [Sophie Sokol](https://github.com/ippotheboxer) -- [rajeshwar](https://github.com/snehasuresh2005) -- [Romuald Oluwatobi](https://github.com/Romulad) -- [Alexander Zagoruyko](https://github.com/azagoruyko) -- [Miguel Mateo](https://github.com/Mike-2002-mx) -- [Sahil Gulunjkar](https://github.com/Sahil4757) -- [Lakshya Agrawal](https://github.com/Lakshya182005) -- [AdityaRaj212](https://github.com/AdityaRaj212) -- [JohnZhouCoder](https://github.com/JohnZhouCoder) -- [Jonah Raiford](https://github.com/JonahXiaFei) -- [Ajay Dongare](https://github.com/GluconicAcid) -- [Mohammed Ismail](https://github.com/mdaleardc) -- [Shangcheng Li](https://github.com/shangchengg) -- [Kanishk Shukla](https://github.com/Kanishk819) -- [Oscar A. Virguez](https://github.com/oscar243) -- [Animesh Yadav](https://github.com/Aanimesh003) -- [Jin-Ho Lee](https://github.com/Jin-HoMLee) -- [Adhish Goswami](https://github.com/Adhishg704) -- [Sneha Singh](https://github.com/snehasingh-25) -- [Guilherme Andrade](https://github.com/ZeroRBK) -- [Rohan Raj P](https://github.com/rohandeadshot) -- [TrevyBurgess](https://github.com/TrevyBurgess) -- [Anemone](https://github.com/anemone-coronaria) -- [Alonso Jimenez](https://github.com/alonsojmnz) -- [Sagar Patel](https://github.com/sagarpatel279) -- [Giovanna Cortez](https://github.com/annavoigg) -- [janGithub122](https://github.com/janGithub122) -- [Chandan Ravi](https://github.com/chandanravic) -- [Param Shah](https://github.com/Kommandant2005) -- [Areeb Ahmad](https://github.com/AreebAhmad-02) -- [BOUKARI Marfourz](https://github.com/Marfourz) -- [Lakshya Mishra](https://github.com/mishrlaksh) -- [VirtualDavide](https://github.com/VirtualDavide) -- [Noah Petzinger](https://github.com/Jimegroxak) -- [Paul Czerniak](https://github.com/ptczerni) -- [Samuel Rudqvist](https://github.com/srudqvist) -- [Mohiuddin Hasan](https://github.com/mmhasan07) -- [Irksomehails](https://github.com/irksomehails) -- Amine -- [Wessel Steenkamp](https://github.com/wesse206) -- [Maria Carrera](https://github.com/MarieCourse) -- Priyanshu Bhati -- [Samaksh Sethiya](https://github.com/Samaksh22) -- [Anirudh Pandey](https://github.com/anirudh241) -- [Alan Tai](https://github.com/at350) -- [Tristan Orpilla](https://github.com/13tristan) -- [Abhishek Sharma](https://github.com/abhi-up79) -- [Ife Osifalujo](https://github.com/osifalujoi1) -- [Kashish Choudhary](https://github.com/kashu06) -- [Turab Usmani](https://github.com/turab-usmani) -- [shreekrishna](https://github.com/sreekrishnah) -- [Osman Aslan](https://github.com/osmanaslann01) -- [Duncan Huisamen](https://github.com/DHuisamen) -- [Pasupuleti T A N S V Vignesh](https://github.com/Vignesh1131321) -- [Lokitha Muni](https://github.com/lokitha-muni) -- [Manish Ambarwar](https://github.com/manish3299) -- [Abdullah Asim](https://github.com/Abdulla-asim) -- [kwokbyte](https://github.com/kwokbyte) -- [Arjun Manjunath](https://github.com/arjunmnath) -- [Samson Ajakaye](https://github.com/nacosseruib) -- [Mason Breece](https://github.com/MBreece89) -- [Matheus Azevedo](https://github.com/Matheusada) -- [Shamsheed Ali](https://github.com/shamsheedali) -- [Lalit Khokhar](https://github.com/lalitkhokhar) -- [Springer Barry](https://github.com/BarryCoding) -- [Sanidhya Soni](https://github.com/sonisanidhya) -- [Bosco Tsin](https://github.com/boscomanilow128) -- [Chibuzor Israel](https://github.com/pseudoeazy) -- [Sumit Pandey](https://github.com/SumitPandey08) -- [Stefano Fratello](https://github.com/sterik000) -- [Stefano Mazziotta](https://github.com/stefano-mazziotta) -- [Ragini Tiwar](https://github.com/Ragini-Tiwari) -- [Nidhin Sankar](https://github.com/nidhinsankar) -- [Pardhu Mattupalli](https://github.com/Parlynx1) -- [Rahul Nikale](https://github.com/Rahul25052002) -- [joel-john-mathew](https://github.com/FORTFANOP) -- [Kutlu Çağan Akın](https://github.com/kCagan) -- [Inifome Eleluwor](https://github.com/Inifomeeo) -- [Kanishk Singh](https://github.com/kanishkIIITD) -- [Ivan Hernandez](https://github.com/IvanHHdz) -- [Thisaga Jayaratna](https://github.com/thisagaa) -- [Lucas Emanuel](https://github.com/lucasdev-err) -- [Mark Sverdlov](https://github.com/MarkSverdlov) -- [capex digital](https://github.com/capexdigital) -- [Nikolai B.](https://github.com/nbardzinkevichh) -- [Vilashkumar Daate](https://github.com/vilash99) -- [chris-ehmann](https://github.com/chris-ehmmann) -- [Hypothalamus](https://github.com/Hypothalamuss) -- [Shristi Chauhan](https://github.com/Shristi-17) -- [Sashakt Keshri](https://github.com/SASHAKT1290) -- [Neil Foxcroft](https://github.com/neilfoxcroft) -- [Riley Gould](https://github.com/thelifeofri1ey) -- [Rudhram Saraswat](https://github.com/RUDHRAM01) -- [Srijan Suresh](https://github.com/SrijanSuresh) -- [Sagar Bangari](https://github.com/SagarBangari) -- [Vinit Jahagirdar](https://github.com/Vinit1909) -- [Graysen Gould](https://github.com/GraysenGould) -- [Rafael Vasconcelos](https://github.com/Rellik7) -- [Jensen Coonradt](https://github.com/CapyBatman) -- [Arnau Cribillers](https://github.com/cribiking) -- [Suelen Santos](https://github.com/suelensantos) -- [Yeressil Taupiyk](https://github.com/BalmundSM) -- [Somssi Pathania](https://github.com/SOMSSI2110) -- [Jaytee Majoni](https://github.com/jayteemajoni) -- [Rashmi Pai](https://github.com/RashmiRamdasPai) -- [Cédric Madianga](https://github.com/cmadianga) -- [Gabriele Martire](https://github.com/gabrielemartire) -- [Anthony Ladon](https://github.com/AnthonyLadon) -- [Rahul Choudhary](https://github.com/RahulCh010) -- [Yash Goyal](https://github.com/yash-goyal-0910) -- [Elif Polatdemir](https://github.com/elifpdemir) -- [Aryan Suvarna](https://github.com/AryanSuvarna) -- [Tunde Suleiman](https://github.com/tsuleiman03) -- [Aung Kyaw Wai Htun](https://github.com/akwhtun) -- [Adewale Opeloyeru](https://github.com/AdewaleOpeloyeru) -- [Jazmynn Banks](https://github.com/jazmynnbanks) -- [Yusuf Ahmad Jalil](https://github.com/YusufDW1) -- [Yunus Aydogdu](https://github.com/aydogduyunus) -- [Egor Mikhailov](https://github.com/mikhailofficial) -- [Shruti Gupta](https://github.com/ShrutiGupta37) -- [Aman Dwivedi](https://github.com/amandwivedi45) -- [Rohit Khatik](https://github.com/rohitkhatik09) -- [Ashna Parveen](https://github.com/AshnaParveen) -- [ALOK YADAV](https://github.com/CODEBRAKERBOYY) -- [Dhruv Songara](https://github.com/Dhruvsongara) -- [Abhinav Singh](https://github.com/Abhinav-kodes) -- [devtechsector](https://github.com/devtechsector) -- [Jitendar E Y](https://github.com/jitendarey9594) -- [Matthew Romero](https://github.com/matmatromero) -- [Sai Manohar Nanduri](https://github.com/NSM1997) -- [CynthiaWahome](https://github.com/CynthiaWahome) -- [Nejma Latheef](https://github.com/Nejma-Latheef) -- [Davide Rubinetti](https://github.com/davideruby) -- [FabioCamerota](https://github.com/FabioCamerota) -- [Renã Biaobock](https://github.com/rena-biaobock) -- [Tharun Rajeev](https://github.com/TharunRajeev/) -- [krushnaapatil](https://github.com/Krushnaapatil) -- [Christopher Faris](https://github.com/chrisF943) -- [Yisel Cintora Vega](https://github.com/yisel260) -- [Karthik Madhusudhanan](https://github.com/kmadz) -- [jasurgraduate](https://github.com/jasurgraduate) -- [Bkr4wczynski](https://github.com/Bkr4wczynski) -- [Giuseppe Di Sanza](https://github.com/peppe0709) -- [meenakshiruia](https://github.com/meenakshiruia) -- [Darllyson Santos](https://github.com/DarllysonS) -- [Shubhranka Varma](https://github.com/shubhranka) -- [Anthony Brock Tharpe](https://github.com/abtharpe) -- [Loubna Lekouaghet](https://github.com/loubna213) -- [Nicolas Schirosi](https://github.com/Nicolas04u) -- [souravsumit07](https://github.com/souravsumit07) -- [Sai Khay Khun Mong](https://github.com/KhayKhun) -- [Chandan Achary](https://github.com/Adventurist2) -- [devtechsector](https://github.com/devtechsector) -- [Hamed-Gharghi](https://github.com/Hamed-Gharghi) -- [Tiago Cabrera](https://github.com/tiago-cabrera) -- [Apoorva garg](https://github.com/ApoorvaGarg629) -- [Ramiaemi Dashler](https://github.com/dashleremi) -- [aakashsaini09](https://github.com/aakashsaini09) -- [sakaleshhubli](https://github.com/Sakaleshhubli) -- [Mwofoh-Adriel](https://github.com/Mwofoh-Adriel) -- [Devesh Chandra](https://github.com/deveshru2712) -- [Varun Tadpatri](https://github.com/varun2799dev) -- [Akshay Shahi](https://github.com/Akshayshahi900) -- [PangWithaPang](https://github.com/PangWithaPang) -- [Andrew Zhou](https://github.com/AndrewZhouMQ123) -- [Soumyojit Choudhury](https://github.com/soumyoo) -- [Wojtek Szymilowski](https://github.com/wszymilo) -- [Albert Byrone](https://github.com/Albert-Byrone) -- [Psalmuel Carvajal](https://github.com/ThisRiven) -- [Codemanticism](https://github.com/codemanticism) -- [Guru Balamurugan](https://github.com/guru-apr21) -- [Calvin Shio](https://github.com/shiocalvin) -- [Isabela Magalhães](https://github.com/isarbela) -- [Aloof Apple](https://github.com/AloofApple) -- [John Caleb ⚡](https://github.com/thejohncaleb) -- [Nahuel Franco](https://github.com/NahuelNubiral) -- [Arlie Rivas](https://github.com/adra642) -- [Dante Alegria](https://github.com/dantealegria1) -- [Keerthi V Nair](https://github.com/keerthivnair) -- [Maitreyee Singh](https://github.com/maitreyee-s) -- [Abdul Hameed Syed](https://github.com/Hameedalahr) -- [Nivetha Visveswaran](https://github.com/NivethaVisveswaran) -Cloudman -- [Rachana Rajiwade](https://github.com/Rrachana14) -- [Loïc Burnotte](https://github.com/LoicBurnotte) -- [Biswarup Das](https://github.com/biswarupdas445) -- [Nisha Potkule](https://github.com/NishaSPotkule) -- [Omar Atakishiyev](https://github.com/NeonWest) -- [Myles](https://github.com/skitsy24) -- [Asghar Kazmi](https://github.com/AsgharKazmi2005) -- [Samarth Bedare](https://github.com/samarthbedare) -- [John Wilkinson](https://github.com/dnCRevelation) -- [Pavitharan V](https://github.com/Pavitharan02) -- [Priyanshu Agarwal](https://github.com/23f2003488) -- [Kaushik Ghorai](https://github.com/kaushikghorai) -- [Sowndhariya](https://github.com/sowndhariyasugan) -- [Joselyn Riana](https://github.com/joselynrianaaa) -- [Emmanuel Leu Tecson](https://github.com/TEKKSUNN) -- [Mohammad Ali Akmal](https://github.com/maliakmal) -- [hannah0wang 🍍](https://github.com/hannah0wang) -- [Angad Bhalla](https://github.com/Anga205) -- [Abhishek Soni](https://github.com/abhisheksoni27) -- [Antonio Santos](https://github.com/Antonio413100) -- [Harsh Ratnaparkhi] (https://github.com/Harsh134-R) -- [Yodahe Wondimu](https://github.com/YodaheWondimu) -- [Gorkem Kaygisiz](https://github.com/GorkemKaygisiz) -- [Prasad Ingale](https://github.com/PrasadIngale40) -- [Abdullah Al Mamun](https://github.com/almamun528) -- [Adrian Bajczyk](https://github.com/AdrianBajczyk) -- [Bosco Tsin 2](https://github.com/boscomanilow128) -- [Kristin Dailey](https://github.com/kristindailey) -- [Z-to-the-hp69](https://github.com/Z-to-the-hp69/) -- [Hiruna Panditha](https://github.com/Hiruna-SP) -- [Linda Jennings](https://github.com/lindaJennings) -- [Jan Topolewski](https://github.com/JanTopolewski) -- [Mohit-Goswami](https://github.com/Mohitgoswami18) -- [Daing Hanum Farhana](https://github.com/iAmHanum) -- [Tawheed Ahmed](https://github.com/TawheedAhmed28) -- [Saif Mohammed](https://github.com/SaifMohammed22) -- [Anusha Jamsandekar](https://github.com/anushaj79) -- [Thien Nguyen](https://github.com/thiennh-dev) -- [Ravin Kuamr Jangir](https://github.com/ravin1100) -- [Ch-Umar-Aslam](https://github.com/CH-Umar-Aslam/) -- [antoineDELEBECQUE](https://github.com/AntoineDlb) -- [Vaibhav Rawat](https://github.com/VaibhavRawat27) -- [Shogo Todoroki](https://github.com/n4304-ndensan) -- [Jeston Lewis](https://github.com/jestoncolelewis) -- [Lawrence Garcia](https://github.com/lawrenceee04) -- [HiroseTakuya](https://github.com/hiro-tech-taku/) -- [Ariyan Pandian](https://github.com/AriyanPandian) -- [nishida675](https://github.com/nishida675) -- [Anil Vhatkar](https://github.com/AnilVhatkar1130) -- [Chandra Mouli](https://github.com/Chandramouliva) -- [Hasindu Thirasara](https://github.com/Hasindu071) -- [Swetha Kannan](https://github.com/swethakannan12) -- [Juan Sarmiengo](https://github.com/JuanEnriqueSF) -- [Kannan Ravindran](https://github.com/kannan-ravi) -- [Aakash Pandey](https://github.com/gitaakashstack) -- [Thales Winther](https://github.com/thaleswinther) -- [Jonathan](https://github.com/JonathanCharles2003) -- [Polina Polupan](https://github.com/PolinaPolupan) -- [Yoshiki Shinonome](https://github.com/generaldai) -- [Hardik Khandal](https://github.com/hardikkhandal) -- [George Udonkwo](https://github.com/Georgeudonkwo) -- [Leticia suzuki](https://github.com/Leticia567568) -- [krzysztofkucmierz](https://github.com/krzysztofkucmierz) -- [Rishan Thangaraj](https://github.com/rishant3441) -- [Reuel Terezakis](https://github.com/SeventhDream) -- [Bektur Duishembekov](https://github.com/Bektur13) -- [Giulio Arantes](https://github.com/GiulioArantes) -- [Shubham kumar](https://github.com/Shubham9384235) -- [Kiranmai Kalla](https://github.com/KiranmaiKalla) -- [fedxemilio](https://github.com/fedxemilio) -- [Elina Zoldnere](https://github.com/ElinaZoldnere) -- [Godswill Udida](https://github.com/GodswillUdida) -- [Nandani Gupta](https://github.com/Nandani-Guptaa) -- [Namaskruti Pal](https://github.com/namaskrutipal) -- [Thulile Masuku](https://github.com/ThulileMasuku) -- [balakumaran-ks](https://github.com/balakumaran-ks) -- [Vedant Pillai](https://github.com/Codewith-Vedant) -- [Christopher O.](https://github.com/limitpointinf0) -- [Abhishek Kumar](https://github.com/abhishekkr8399) -- [A C Bhaskar Reddy](https://github.com/acbhaskar1/) -- [Vaibhav Baweja](https://github.com/vaibhavbaweja7) -- [Sangam Paudel](https://github.com/sangampaudel530) -- [Ester Youngreis](https://github.com/eti-youngreis) -- [Akhila Sahithi](https://github.com/Akhila-Sahithi) -- [Anina van Niekerk](https://github.com/aninagotgit) -- [gyanchandkabra](https://github.com/gyanchandkabra) -- [aayamrajshakya](https://github.com/aayamrajshakya) -- [gleisomSilva](https://github.com/Gleison-Silva-02) -- [Ritesh Raj Dwivedi](https://github.com/riteshrajd) -- [Alex Ficachi](https://github.com/AlexFicachi) -- [Giovanni Massiot](https://github.com/Giovanni-jpg) -- [Umang Agarwal](https://github.com/UmangAgarwal257) -- [ Supraja Gaonkar ](https://github.com/Supraja-Gao) -- [Rushang-github](https://github.com/Rushang-github) -- [Rahul Keswani](https://github.com/rahulkeswani010) -- [Soaring Eagle](https://github.com/SoaringEagle910) -- [SamTheSomebody](https://github.com/SamTheSomebody) -- [mohammadanas51](https://github.com/mohammadanas51) -- [Nik Zulfauzaan](https://github.com/nickzulfauzaan) -- [Saptarshi Mitra](https://github.com/Saptarshi1010) -- [Samuelson Dsouza](https://github.com/TryN-Unlock) -- [Dave Friedman](https://github.com/heracliteanflux) -- [Mohamed Abdulghany](https://github.com/MohamedMG7) -- [Shubham Dhama](https://github.com/shubhamdhama108) -- [zurfjereluhmie](https://github.com/zurfjereluhmie) -- [Arshadakl](https://www.linkedin.com/in/arshad-akl) -- [TejoSaiSwaroop](https://github.com/tejosaiswaroop) -- [Mayank Pratap Singh](https://github.com/04-mayank) -- [AlicepetereoNa](https://github.com/AlicepetereoNa) -- [HanzoK](https://github.com/HanzoK) Hope you have a good day! -- [gurlalbhullarz](https://github.com/gurlalbhullarz) -- [Siribhargavi](https://github.com/SIRIBHARGAVI1234) -- [Squirrelcoding](https://github.com/Squirrelcoding) -- [Bhavya Sonigra](https://github.com/Bhavya-Sonigra) -- [Balina Sai Charan](https://github.com/charan22640) -- [Berkay Çelebi](https://github.com/BerkayCelebi54) -- [Storm Wahlmann](https://github.com/xXStormXx2000) -- [Nayabasetsi J. Kisowile](https://github.com/nas3ts) -- [Yeshu](https://www.youtube.com/watch?v=hB7CDrVnNCs) -- [Gabriel Macedo](https://github.com/gabrielssmacedo) -- [Eduardo Egydio Shirai](https://github.com/ShiraiEd) -- [Pouyan Iranpour](https://github.com/pouyaniranpour) -- [Manas Mahajan](https://github.com/ManasMahajan2003) -- [Aditya Radadiya](https://github.com/RadadiyaAditya) -- [Bryan Johns](https://github.com/johbry17) -- [Priyanshu Walia](https://github.com/priyanshuwalia) -- [Hari Krishan](https://github.com/Hari-krishna-tech) -- [Hamza Zahid Butt](https://github.com/HamzaZahid172) -- [Sardorbek](https://github.com/Sardorbek-Kuvondikov) -- [Arvind Singireddy](https://github.com/Sunny-webdev) -- [AbubakerKhilji](https://github.com/Abubaker-khilji) -- [Rathin Subramaniam](https://github.com/rathinsubra) -- [Janice Fernandes](https://github.com/janiceferns02) -- [Maksim Gordin](https://github.com/madmax5490) -- [EstherCamela](https://github.com/Esther-Assena-pro) -- [Deepak Ondimuthu\*\*](https://github.com/MeteorBlitz) -- [Arsalan Mohseni](https://github.com/arsalanmohseni) -- [Pankaj Nautiyal](https://github.com/PankajNautiyal) -- [Sidharth Manikandan](https://github.com/salazangar) -- [Valcyle](https://github.com/Valcyle) -- [Tharushika Hirushani](https://github.com/TharuHiru) -- [mateus barauna](https://github.com/mateusbarauna97) -- [Arjit shandilya](https://github.com/arjitshandilya) -- [Shagun Sharma](https://github.com/shagunsharma6677) -- [Sushanth hebri](https://github.com/Sushanth-Hebri/) -- [Irakli Petriashvili](https://github.com/CortaSaire) -- [JakeJeongAiden](https://github.com/JakeJeongAiden/) -- [Ranjodh Singh](https://github.com/ranjodhsingh1729) -- [Mehfila Parkkulthil](https://github.com/Mehfila123) -- [Christopher Taljaard](https://github.com/ctaljaard) -- [Brandon Munisur](https://github.com/Brandonmunisur) -- [Haj Mohamed👨‍💻](https://github.com/haj8110) -- [Lokeek Lokhande](https://github.com/lokhandelokeek11) -- [Andrew Tillman](https://github.com/Th1Exterminator) -- [PatríciaRamosS](https://github.com/PatriciaRamosS) -- [Ricardo Guimaraes](https://github.com/Ricardoguima) -- [Matheus Bortolo](https://github.com/Matheusbortolo) -- [Jessica Agarwal](https://github.com/jessicaagarwal) -- [Soroush Karami](https://github.com/soroushkarami) -- [Samridhi Prakash](https://github.com/Samridhi-2007) -- [Akshar K H](https://github.com/aksharkh) -- [Angelina Tsygan](https://github.com/angelinatsygan) -- [Vinit Rana](https://github.com/RanaVinit) -- [Fahim_Al_Rashid](https://github.com/fahimar) -- [Joseph O'Neill](https://github.com/L00188381) -- [Angelo Fontoura](https://github.com/angelofontoura) -- [Daniel Larrusso](https://github.com/daniellarrusso) -- [Saniya Guguloth](https://github.com/Saniyaguguloth) -- [Navneet Singh Yadav](https://github.com/Navneet225) -- [Sivasubramanian](https://github.com/siva1160github) -- [R. Dinesh Kumar](https://github.com/Dineshkumarr54) -- [Nikhil Rajbhar](https://github.com/NikhilRajbhar111) -- [Siddharth Anil](https://github.com/sidnovates) -- [yashpr349](https://github.com/yashpr349) -- [Yadunand Kamath](https://github.com/yadunand-kamath) -- [mohitpuri-codes](https://github.com/mohitpuri-codes) -- [Zohaer Al Mahatab](https://github.com/priom-mahatab) -- [Kunga Derick Abongho](https://github.com/Dericko681) -- [Alivia Nayla Wibisono](https://github.com/alivianay) -- [cloud-whisperer](https://github.com/cloud-whisperer) -- [Aarush-Parashar](https://github.com/Aarush-Parashar) -- [Mohammad Nikvarz](https://github.com/Mohammad79-nkv) -- [ziadalazwak](https://github.com/ziadalazwak) -- [Charulekha P](https://github.com/charulekha-pandian) -- [RomaniukNatalia](https://github.com/RomaniukNatalia) -- [Wendell Oliveira](https://github.com/wendelloliiver) -- [Kyrylo Sorokovskyi](https://github.com/sumdeusvitae) -- [Shrushti Jadhav](https://github.com/shrushtijadhavv) -- [Christian Mayamba](https://github.com/chris-mayamba) -- [Deepankar Sahoo](https://github.com/CodeByDeepankar) -- [Blacklotus89898](https://github.com/Blacklotus89898) -- [Anderson Gomes](https://github.com/andersongomes001) -- [Aaron Keller](https://github.com/aaronkeller787) -- [Pasindu Kavinda](https://github.com/pasindu-kavinda) -- [Desi Petkova Lee](https://github.com/DesiPetkovaLee) -- [HannanToprakPia](https://github.com/HannanToprakPia) -- [NikitaJaiswal77](https://github.com/NikitaJaiswal77) -- [Magdalin princy](https://github.com/Magdalinprincy/) -- [Efte Hassan Hridoy](https://github.com/eftehassanpp) -- [Kit-Kat31415926](https://github.com/Kit-Kat31415926) -- [Mukesh Kalikaya](https://github.com/Mukesh-Kalikaya) -- [Vinicius Alves Amorim](https://github.com/am0rimdev) -- [Ashutosh Bhagat](https://github.com/ashutosh-bhagat) -- [Isabella Mclean](https://github.com/Isabella-Mclean) -- [Gautam Grover](https://github.com/Themistokles-2137) -- [Saikat Bhattacharjee](https://github.com/saikat1993) -- [Pranshu Rakhecha](https://github.com/pranshurakhecha) -- [Andrew Wildgoose](https://github.com/andrewwildgoose) -- [Abed Ouda (asqalani)](https://github.com/Asqalani112) -- [Sabittwa Banerjee](https://github.com/strangely-true) -- [Devdhar Manpuria](https://github.com/DevdharManpuria) -- [Sankalp Yerigeri](https://github.com/SankalpYerigeri) -- [Coding-Sisyphus](https://github.com/Coding-Sisyphus/) -- [Dhruba Bhattacharyya](https://github.com/Dev-Dhruba2) -- [Jaydeep Khandla](https://github.com/jaydeep-khandla/) -- [Hari chandra prasad](https://github.com/harichandra1) -- [Piero Santisteban](https://github.com/JPSantistebanQ) -- [Mannaseh Merakanapalli](https://github.com/MannasehM) -- [Jason Alvarez](https://github.com/jason-alvarez-data) -- [Jayadeep Velagapudi](https://github.com/jkvelagapudi) -- [Hillary Nyakundi](https://github.com/HillaryNyakundi) -- [Anish Yalavarthi](https://github.com/AnishYalavarthi) -- [Lawrence Radburn](https://github.com/LawrenceRadburn) -- [Michelle Mullane](https://github.com/MichelleMullane) -- [Leonardo Lopes](https://github.com/leonardo-lopes-br) -- [Sandeep Nalamaru](https://github.com/SandeepNalamaru) -- [Marcus "MajorLinux" Summers](https://github.com/majorlinux) -- [Oubai Bendjedidi](https://github.com/oubaibendjedidi) -- [Ahmet Mert Şengöl](https://github.com/ahmertsengol) -- [Ipshita Bhardwaj](https://github.com/ipshitabhardwaj) -- [Amelia Chan](https://github.com/the-grind-begins) -- [Sumaiyah Ibrahim](https://github.com/sumaiyahibrahim) -- [Lucas Young](https://github.com/LucasYoung35) -- [Pranjali Randive](https://github.com/PranjaliRandive) -- [Alan Vanichtheeranont](https://github.com/alphabet-al) -- [Vedant Manohar Patil](https://github.com/vedantmpatil) -- [Firdaus Zulkifli](https://github.com/firdaus-zulkifli) -- [Erick Wilfred Daniel](https://github.com/ErickWDaniel) -- [Luís Oliveira](https://github.com/LuisCarlosOliveira) -- [Seif Eddine Gadi](https://github.com/Seif-Eddine-Gadi) -- [ahmed Shawky](https://github.com/AhmedShawky1507) -- [bear-i](https://github.com/bear-i/first-contributions) -- [Lachlan Robinson](https://github.com/lachlan-robinson) -- [Anthony Okechukwu Ubah](https://github.com/okeysbytes) -- [Shangcheng Li](https://https://github.com/shangchengg) -- [Mzwandilemkhokha](https://github.com/mzwandilemkhokha) -- [Daniel Barbosa Martins](https://github.com/dmatrixxBR) -- [TheJaydenProject](https://github.com/TheJaydenProject) -- [notamudkipiguess](https://github.com/notamudkipiguess) -- [OlivierNeyret](https://github.com/OlivierNeyret) -- [nal888](https://github.com/nal888) -- [rujeetjahagirdar](https://github.com/rujeetjahagirdar) -- [sema-altinkaynak](https://github.com/sema-altinkaynak) -- [Gnanendra Naidu N](https://github.com/gnanendranaidun) -- [Aaditya Chunekar](https://github.com/Aaditya-Chunekar) -- [Länzlinger Jonas](https://github.com/jonaslanzlinger) -- [Hardik Agnihotri](https://github.com/hardik-agnihotri) -- [Abdulkadir Gobena DENBOBA](https://github.com/denboba) -- [Fajar Abdul Hafiz](https://github.com/sathyrvictim) -- [mighty-baseplate](https://github.com/mighty-baseplate) -- [Rishabh Kumar Das](https://github.com/rishabhd-cognavi) -- [Sarthak Bhardwaj](https://github.com/sarthakbhardwaj27) -- [Vittorio Garretto](https://github.com/VittorioGarretto) -- [Clarence \_webmast3R](https://github.com/specialbrocoli) -- [Harsh Gharsandiya](https://github.com/harshgharsandiya) -- [AjaySinghKunwar](https://github.com/AjaySinghKunwar007) -- [Vasupriya Patnaik](https://github.com/VasupriyaPatnaik) -- [Flavio Emanuele Cannavò](https://github.com/flaviocnn) -- [Alessio Galluccio](https://github.com/AlessioGalluccio) -- [Satvik Mittal](https://github.com/Satvik24511) -- [Fat Cat Likes Beer](https://github.com/FatCatLikesBeer) -- [Vyankatesh Potdar](https://github.com/vyankateshpotdar) -- [ROCHDI MOHAMMED AMINE](https://github.com/aminerochdi1) -- [Raul Alejandro Ledea Cruz](https://github.com/Raulledea) -- [Vivek Chudasama](https://github.com/vivekchudasama-2004) -- [nathanw3456](https://github.com/nathanw3456) -- [Kritagya Jha](https://github.com/Kritagya123611) -- [Mostapha EL ANSARI](https://github.com/mostaphaelansari) -- [Manoj Thilakarathna](https://github.com/manojtharindu11) -- [Amelia (amyfisticuffs)](https://amyfisticuffs.github.io) -- [Nuhu El Adj Souleymane](https://github.com/elsouleymane) -- [schradz](https://github.com/schradz) -- [Janvi Chetan Patel](https://github.com/JanviChetanPatel) -- [pateldevashish001](https://github.com/PatelDevashish001) -- [Cristian Leiton Valencia](https://github.com/crileiton/) -- [CristhianBravo865](https://github.com/CristhianBravo865) -- [Anastazja Glowska](https://github.com/anastazja-glowska) -- [Jenny Khanh Nguyen](https://github.com/jennykhanhnguyen) -- [Quan Dinh](https://github.com/Vanquan99) -- [Ngoc Phuong Vi Nguyen](https://github.com/phuongvinguyen) -- [Anurag Chaturvedi](https://github.com/anuragjcchaturvedi) -- [X3R074](My first contribution: https://github.com/X3R074) -- [Silviya Kolchakova](https://github.com/SilviyaKolchakova) -- [Suresh Jagannadham](https://github.com/sureshjagannadham) -- [Gal Levin](https://github.com/GalLevin239) -- gadalova -- [Yeaabsra Ashebir (tech nerd)](https://github.com/yeabnoah) -- [gabecodessometimes](https://github.com/gabecodessometimes) -- [Yonas Girma](https://github.com/J0na555) -- [TsvetislavRangelov](https://github.com/TsvetislavRangelov) -- [Tornike Tsulukidze](https://github.com/TheMechanicalBeing) -- [Eric Feuerstein](https://github.com/EricF6975/) -- [Benjamin Tsoumagas](https://github.com/tsoumagas-benjamin) -- [Kuldeep Sahoo](https://github.com/Kuldeep-Sahoo-7257-1922) -- [Varsha Ghodase](https://github.com/Varsha1202) -- [Kamil Brzezinski](https://github.com/git-od-podstaw-piotr) -- [Punnapareddy Bhaskar Rao](https://github.com/P-Bhaskar-Rao) -- [Sheikh Mujtaba](https://github.com/Sheikh-Muhammad-Mujtaba) -- [Jinhyo Huh](https://github.com/huhjinhyo) With a heart that sings of stars, love all things dying. -- [gpalacios26](https://github.com/gpalacios26/curso-git-fork) -- [Steve Armstrong](https://github.com/W0474997SteveArmstrong) -- [Ben Tootill](https://github.com/TriedDevotee) -- [Debapriya sengupta](https://github.com/DebapriyaSengupta28) -- [Boru Isako](https://github.com/BoruIsakoJ) -- [Muhammad Mubashar](https://github.com/Muhammad-Mubashar516) -- [JAHNAVI-YERRAMSETTI](https://github.com/JAHNAVI-YERRAMSETTI) -- [Keshav Raj Chaudhary](https://github.com/chaudharykeshavraj) -- [Robert Szlufik](https://github.com/Robert-Szlufik-L00188394) -- [Juan Carlos Alfonso Vina](https://github.com/call-me-trOmpY) -- [David Oh](https://github.com/DavidOh1606) -- [Thiyagu Arunachalam](https://github.com/Thiya11) -- [Sudhir Jadhav](https://github.com/sudhirjadhav18) -- [Kristoffer Paulsson](https://github.com/kristoffer-paulsson) -- [Александр Мосин](https://github.com/mosinisom) -- [Togan Razvan-Dumitru] (https://github.com/xRazvan78) -- [André Herreira Oliveira](https://github.com/andrehherreira) -- [Angel Wanjiru Nyaga](https://github.com/anyaga) -- [Axel Valerio Ertamto](https://github.com/AxelValerioErtamto) -- [Shadab Ahmed Qureshi](https://github.com/Shadab786-developer) -- [Karnam Veerendra Prasad](https://github.com/Veerendra-Prasad) -- [Gabriel Fernandes](https://github.com/gabrielfernandeswebdev) -- [Ravichandra](https://github.com/ravichandra-21/-contributions) -- [Emil Piesik](https://github.com/piesikot) -- [Sreekutty Kottukkal Ajamalan](https://github.com/sreekutty-434) -- [Dusty Warren Johnson](https://github.com/DustinWJ87) -- [Sivasankaran Chandrasekaran](https://github.com/sivasankarnc65) -- [Vinothini Thangamani](https://github.com/VinothiniSaravankumar) -- [Sai Manogyana Tokachichu](https://github.com/scrapperDubiBear/) -- [Eric Brown](https://github.com/EricBrown589) -- [Gabriel Vieira](https://www.linkedin.com/in/gabrielvieirasantos/) -- [Mohammad Sarfaraz Afzal](https://github.com/mohammadsarfarazafzal) -- [benoitmonchaninsupinfo](https://github.com/benoitmonchaninsupinfo) -- [harsh pachouri](https://github.com/Harsh-Pachouri) -- [NullifiedSec Aka. Mashrur Rahman](https://github.com/NullifiedSec) -- [Craig Jantzen](https://github.com/jantzenc) -- [Cristo][https://github.com/crist-0] -- [Nathaly Fairlie Pearson Freitas](https://github.com/NathalyFairlie) -- [Priya Darshini Manda](https://github.com/mandaujjwalapriyadarshini) -- [jeeracd](https://github.com/jeeracd) -- [Mohamed Makaty](https://github.com/makaty95) -- [Antonio Thoamaz Oliveira Reis](https://github.com/antonioThomaz1903) -- [YahiaAbdeldjalilBenyahia](https://github.com/YahiaAbdeldjalilBenyahia) -- [Yogesh Joga యోగేష్ జోగ](https://github.com/yogeshjoga) -- [Santhosh Kumar Karthikeyan](https://github.com/santhosh-kumar-karthikeyan) -- [Nandana Radhakrishnan](https://github.com/NandanaRadhakrishnan) -- [Cristian Paul Castañeda](https://github.com/crispaulcastaneda) -- [Muny Phalla](https://github.com/lalaphalla) -- [Makwana Chirag](https://github.com/makwana-chirag) -- [Neil DCruz](https://github.com/neildcruz) -- [Qdesk Dev](https://github.com/qdeskdev) -- [Ya_Suo](https://github.com/liouliuliu) -- [Neha Behare](https://github.com/neha-behare) -- [Anju Yadav](https://github.com/Anjuyada123) -- [Eddie](https://github.com/eddie0101) -- [Louis Lu](https://github.com/yanlu788) -- [Uttej Dunga](https://github.com/uttejdunga) -- [Jj Anto](https://github.com/jjanto2k5) -- [Allwin Edilbert](https://github.com/edilbert-dnd) -- [Ny Avo Fandresena](https://github.com/NyAvoFandresena) -- [Chandana](https://github.com/Chandana2829) -- [Sara Rauf](https://github.com/srauf456) -- [Vlad](https://github.com/aptikum) -- [Pramod560](https://github.com/Pramod560) -- [anuradhapatil](https://github.com/anuradhapatil-dev) -- [Bhavesh Badani](https://github.com/BhaveshBadani) -- [Somshekhar Ajay Arabali](https://github.com/SomshekharArabali) -- [Alexander](https://github.com/azuaje1982) -- [actiononme](https://github.com/actiononme) -- [RunarokHrafn](https://github.com/Runarok) -- [Tristan Collier](https://github.com/CollierTR) -- [Ranjan Shrestha](https://github.com/ranjan0369) -- [dfrttkj](https://github.com/dfrttkj) -- [Hamdullah Andar](https://github.com/Hamdullah-Andar) -- [Nirupam Paul](https://github.com/101paul) -- [VenkateshSama](https://github.com/S-Venky-06) -- [Sangeeta](https://github.com/sangeeta-nayak) - [pleego1618](https://github.com/pleebs1618) -- [Fortise] -- [RobotGecko239](https://github.com/robotGecko239) -- [Wimbo] (https://github.com/wimbodwi26) -- [Amogh] (https://github.com/Amogh-Banerjee/) -- [Swaeba Bilal](https://github.com/Swaeba-Bilal) -- I am MJV(jagan venkat) -- [Heena](https://github.com/heenaf) -- [Prasannjit Panda](https://github.com/prasannjitpanda) -- [Dhruv Kalra](https://github.com/KalraDhruv) -- [Rahul Kumar](https://github.com/imrahul05) -- [Pratyush Gupta](https://github.com/MrPratsJi) -- [Popie 52](https://github.com/Popie52) -- [bzhaaa](https://github.com/bzhaaa) -- [elijah](https://github.com/elijahladdie) -- [Hrishikesh](https://github.com/Hrishikesh-2712) -- [noodlexe](https://github.com/noodlexe) -- [Badr INOUSS](https://github.com/SharpBI) -- [Aaron Rafael Thamin](https://github.com/aaronraf) -- [Milan J](https://github.com/Milanjiji) -- [Sunil Reddy](https://github.com/Sunilreddyj) -[Sunil Prakash](https://github.com/sunilprakashb) -- [Ranjan 😎] --[Lazarus A.](https://github.com/Plannr36) --[Utkarsh Singh](https://github.com/UtkarshxDD) -- [Said Berk](https://github.com/saidberk27) -- [Sotiris Meletiou](https://github.com/smeletiou) -- [Wade Rees](https://github.com/wade-rees-me) -- [_𝓟𝓸𝔀𝓮𝓻 𝓛𝓮𝓮_](https://github.dev/0xiPower) -- [Poojan Jariwala](https://github.com/poojanjariwala) -- [nyinyi zin](https://github.com/nyinyizin-dev) -- [James-826](https://github.com/James-826) -- [SusalSandeepa](https://github.com/SusalSandeepa) -- [Eldar Guseynov 🐦‍🔥](https://github.com/username-i386) -- [Jahnavi-avi](https://github.com/jahnavi-9741) -- [Jeyanth-S](https://github.com/Jeyanth-S) -- [V-Sharanya](https://github.com/V-Sharanya) -- [Ishpriya Sharma](https://github.com/Ishpriya-Sharma) -- [Idris](https://github.com/idreesjanib1) -- [Prithi](https://github.com/prithi2004) -- [Husnain Khaliq](https://github.com/huscse) -- [Vaishnvai gokhale](https://github.com/Vaishnavimgokhale) -- Mariya Anjum 💫 First open source contribution! -- [Favour Isioma Dumkwu](https://github.com/dumkwufavour) -- Jacob ! -- [Gaurav Sinha] (https://github.com/g8987/first-contributions ) -- [Vagish Gupta](https://github.com/VagishG) --Gaurav Sinha (https://github.com/g8987/first-contributions ) --Aviral Mittal(https://github.com/aviralmittal8) --Aachal Yadav(https://github.com/aachalyadav) -- [Shubham Kalashetty](https://github.com/shubh-07-lk) -- [Sabbir Ahmed](https://github.com/Sabbir256) --MAHEK GUPTA!!!!! -- Martin -- Jigisha Shah -- Mubarak -- Luis Rodriguez -- [akane](https://github.com/copicomi) -- Jonathan (https://github.com/jonathan-200) -- [gg-dever](https://github.com/gg-dever) -- [Isaac F](https://github.com/YellowFlello) -- [SoullesKev](https://github.com/Sadirock) --[Bandaru Vighneshwar Rao](https://github.com/) -- [yzh](https://github.com/yang-zihua) --[kes-H-av](https://github.com/kes-H-av) --[openabir] (https://github.com/openabir) --[Paras Jagdale](https://github.com/parasjagdale) --[Ashmit Kumar](https://github.com/Ashmit-Kumar) --[Khushbu Saifi](https://github.com/Khushbusaifi012) -- Aditya Borhade -- [Samarth Galhe](https://github.com/samarthgalhe89) -- [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) -- [Anis Mandal](https://github.com/AgentPhoenix7) -- E -- [Daniel Oviedo](https://github.com/damo0615) -- [Alok Srivastava](https://github.com/alok-srivastava) -- [Vani Narwani](https://github.com/VaniNarwani23) -- [Ruchira Chaubey](https://github.com/ruchirachaubey) -- [Jonuar](https://github.com/jonuar) -- [xevroin](https://github.com/xevrion) -- [Naman Gupta](https://github.com/namanguptaa24) -- [Siddhant Gadekar](https://github.com/Siddhantdotddev) -- [Srivathsav](https://github.com/SRIVATHSAV-IITM) -- [Deepith N](https://github.com/deepith-18) -- [Bharat Ruidas](https://github.com/brd2002) -- [Ivan Bhargava] (https://github.com/Ivan825) -- [Mounika Abburi](https://github.com/mounika1000) -- [Umesh Raju](https://github.com/UmeshRaju) -- [Ganesh R](https://github.com/ganesh-techs) -- [Vamshi Krishna G](https://github.com/Krishna-721) -- [Priyanka Singh](https://github.com/Priyanka-Singh3) -- [Elielton Bueno](https://github.com/ElieltonBueno) -- [Sina Soltani](https://github.com/sinaxzi) -- [Keerthi Geddi](https://github.com/GeddiKeerthi8737) -- [Chinmay Pani](https://github.com/chinmay8bit) -- [OpenSeeker](https://github.com/OpenSeeker) -- [James Harrison](https://github.com/JamesHarrisonDev) -- [404-Page-Found](https://github.com/404-Page-Found) -- [Adith K V](https://github.com/ZENZEPHY) --[Richa Chaudhary](https://github.com/RICHA-CHAUDHARY) --[Warren MTT](https://github.com/warching) -- [Sos Judge] -- [Helen Fu](https://github.com/helenjfu) -- [Sreya Bhattacharjee](https://github.com/bsreya0906) -- [Priya Kumari](https://github.com/priyayayayayaaa) -- [Prakriti Dwivedi](https://github.com/hiiamkarati) -- [Vaibhav Pathak](https://github.com/Vaibhav007-code) -- [Digvijaysinh Pawar](https://github.com/ImNotFound7) --[Prakriti Dwivedi](https://github.com/hiiamkarati) -- [Himanshu Gohil](https://github.com/tghimanshu) -[Prateek k](https://github.com/PRATEEKK9223) -- [PureDimension](https://github.com/PureDimension) --[Bartosz Marcinkowski](https://github.com/Bartosz-Marcinkowski) -- [Ganpati Nath](https://github.com/Ganpati-Nath) -- [Brandyn Coverdill](https://github.com/BrandynCoverdill) -- [Rohit Mahajan](https://github.com/Rohit273848) -- [Nikhil Barve](https://github.com/nikhil-barve1) -- [Moondip Konwar](https://github.com/Moondip-Konwar/) -- [Ajay Anand](https://https://github.com/AJrelapse) -- [standoffEthan] -- [corrix0](https://github.com/corrix0) -- [Rumesha Ansari](https://github.com/Rumesha400) -- [Rudraraj Pandey](https://github.com/heelR3) -- [Maxi Rebolo](https://github.com/MaxiR23) -- [Jenish Pokhrel](https://github.com/jenishpokhrell) -- [KM5075](https://github.com/KM5075) -- [Muhammed Fahis](https://github.com/Muhammed-Fahis) -- [Arjun Sunil](https://github.com/arjunsunil-boop) -- [Angel Sara](https://github.com/Angelishere) -- [Georgios Karampelos](https://github.com/gkarabelos) -- [Cristian Nustes](https://github.com/cristiaaann27) -- [Dev Chagas](https://github.com/devchagas) -- [Hypercat](https://github.com/Hypercat311) We out here -- [Shreya Kumari](https://github.com/shreya-create-glitch) -- [Rahul Dutta](https://github.com/RahulDutta7) -- [Mohamed Laraiche](https://github.com/molaraiche) -- [Janaki Ram K](https://github.com/JKR0805) -- [Akshit Garg](https://github.com/AkshitGarg054) -- [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) -- [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) -- [Blhassen Sehli](https://github.com/Blhasn-Sehli) -- [Saiprasad Rao] (https://github.com/thesaiprasadrao) -- [Shrivarsha Pooajry] (https://github.com/shrivarshapoojari) -- [spacescribe](https://github.com/spacescribe) --[sammydonovan](https://github.com/sammydono) -- [Sean Tilson](hhtps://github.com/smtilson) -- [Firewooood](https://github.com/Firewooood) --[luisdiaz327](https://github.com/luisdiaz327) --[Liso Mhlana](https://github.com/Nateliso) --[shabnamRaza](https://github.com/ShabnamRaza) --[mattmoodie](https://github.com/mattmoodie) --[Aswanth Manoharan](https://github.com/AswanthAnu) -- [Likhitha Shree L C](https://github.com/Likhitha-talent) -- [Vaibhav Patidar](https://github.com/VaibhavPatidar26) -- [Ayush dabas](https://github.com/Ayush-Dabas) -- [Ralph Merhi](https://github.com/ralph1233) -[Muhammad Hamza Khan](https://github.com/orion-pax09) -- [Pradeep Raj Savarapu] (https://github.com/Zanara) --[Devesh Patil](https://github.com/DeveshPatill) -- [Lakshya](https://github.com/Lakshya-Kapoor) -- [Adrian PC M](https://github.com/AdrianPCM) -- [Jenkkss] -- [Hariharasudhan M](https://github.com/Harimhs) -- [Kori Kosmos](https://github.com/KoriKosmos). -ElkaFi - first contribution practice -jack - first contribution practice -- [Philip Price](https://github.com/philipjprice') -[Shristhi Singh](https://github.com/shristhi-2908). -- [Viktor Kozlovskyi](https://github.com/Vitia10) -[Rahman Karim](https://github.com/Rahmankarim) -- [Elijah Weiss](https://github.com/eweiss4) -- [Sanchi Tiwade](https://github.com/Sanchi-0804) -- [ritik tyagi] (https://github.com/ritiktyagi979-droid) -- [Chinmayee M](https://github.com/chinmayee-madha) -- [Lavisha](https://github.com/lavisha25) -- [Aadil Reyaz Wani](https://aadil-reyaz-wani.vercel.app/) -- [Alokananda Y](https://github.com/alok-38) -- [Rishabh Pathak](https://github.com/RishabhPathak93) -- [Chandu Reddy Komireddy](https://github.com/komireddychandureddy) -- [Yashub Goel] -- [aaaa] -- [deadman] -- [imdo] -- [will007] -- [John S] -- [Mark Wilkening](https://github.com/markwilkening21) -- [Shivang](https://github.com/shivang-jnv) -- [playerblair](https://github.com/playerblair) -- [Shahrukh Khan](https://github.com/srk384) -- [Arul](https://github.com/arul3011) -- [Lusmaysh](https://github.com/lusmaysh) -- [Gerdzhikov23](https://github.com/Gerdzhikov23) -- [Sachin](https://github.com/Sachiiinnn) -- [Anton Lysenko](https://github.com/AntonyCoder) -- [Satyam Dewangan](https://github.com/Satyamashu05) -- [Chirag Sharma](https://github.com/chirraaggggg) -- [Gustavo Aguilar](https://github.com/gangeagui) -- [AltDarkcurl]what a great thing! -- [magician10001](https://github.com/magician10001) -- [AnnaFromChangsha](https://github.com/aboutanna) --[abhidaveT](https://github.com/ItzmeFurina) -- [Kamesh](https://github.com/kameshp1815) -- [Clilja](https://github.com/christianlilja) -- [Balaji Uggina](https://github.com/Balaji-1805) -- [Varsha Ghodase](https://github.com/Varsha1202) -- [Sepi](https://github.com/IsepantaI) -- [Tiago Castilho](https://github.com/tcastilho10) -- [hudabikhoir](https://github.com/hudabikhoir) -- [Muhammed safvan p](https://github.com/M-Safvan-p) -- [Mohammed Maaz M](https://github.com/MaazMohammedM) --[Priscila Fry](https://github.com/prifry) --[Stephen Ebichondo](https://github.com/sebichondo) -- [Inês Lemos Ribeiro](https://github.com/InesssRibeiro) -- [xraisik](https://github.com/xraisik) -- [Nishant](https://github.com/nishant-khatri17) --[Jadon](https://github.com/JadonDn) -- [GouravAnirudh](https://github.com/gouravanirudh05) --[Sarthak Maheshwari](https://github.com/SartMa) -- [Sinchana](https://github.com/Sinchanar09) --[Gathik Jindal](https://github.com/gathik-jindal) --[Suryans Dash](https://github.com/suryans77) -- [Akshat Betala](https://github.com/Akshat089) --[Bhavya Jain](https://github.com/Bhavzzzzzz) -- [Abhirath Adamane](https://github.com/AbhirathA) --[Murilo Cardoso](https://github.com/murilobarbosaa) -- [Yuvraj Sanap](https://github.com/YuvrajS99) -- [Thrilochan](https://github.com/thrilochan7) --[Phil](https://github.com/maxphil058) -- [Atharva Joshi](https://github.com/Atharva-Joshi8999) --[Lakshya Sachan](https://github.com/anonym1o) --[Emir Kaan Ertuğrul](https://github.com/emirkddn) --[Sayyed Aaman](https://github.com/sayyedaaman2) --[Piyush Annigeri](https://github.com/piyushannigeri) --[Daniel Cook](https://github.com/randolchance) --[Saran](https://github.com/saranOn) --[Christian Roed Boyles](https://github.com/rockyroed) --[Ryan-hub-404](https://github.com/Ryan-hub-404) --[Ameya19](https://github.com/Ameya19) --[jeterrrrrrr](https://github.com/jeterrrrrrr) --[Amritendu Bhattacharjee](https://github.com/xeonray-origin) --[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) -- [Jafar Hussein](https://github.com/Jafar-Hussein) --[Arjun V S](https://github.com/Arjunvs7) -- [Aditya Jadhav](https://github.com/Aditya-Jadhav-9471) --[55amin](https://github.com/55amin) --[Anurath](https://github.com/ImAnurath) -- [Prasanna Nage](https://github.com/Prasanna-iitb) -- [Beck](https://github.com/beckarama) -- [Manya Goel](https://github.com/MANYAGOEL123) -- [Neil Irungu](https://github.com/algorithmine) -- [Sarbojit Rana](https://github.com/sarbojitrana) -- [John Mixon](https://github.com/mixdev2112) -- [Aadvika Pandey](https://github.com/Addvika) -- [goldenbough0](https://github.com/goldenbough0) -- [samikcay](https://github.com/samikcay) -- [vivek i s](https://https://github.com/vivek-i-s) -- [Millicent Convento](https://github.com/mjmconvento) -- [Mizaan Ur Rehman](https://github.com/miz2) -- Chara -- [Krish Yadav] (https://github.com/Ky-1106) -- [Krish Yadav](https://github.com/Ky-1106) -- [Amos Babu](https://github.com/amos-babu) -- [Amos Babu](https://github.com/amos-babu) -- [Bonumaddi Amardeep](https://github.com/Amardeepp2) -- [Muhammad Ali Khan](https://github.com/Muhammad-Ali-Khan9) -- [Deekshitha S](https://github.com/CodeWithDeeksh) -- [Keshav](https://github.com/MrKeshav0X7) -- [Erick Cardenas](https://github.com/ErickYCL) -- [Vincent O](https://github.com/Vinads) -- [Rutik Yadav](https://github.com/rutikyadav71) -- [Gaurav chudhari](https://github.com/Chaudharigaur/first-contributions) -- [Chxuo](https://github.com/chxuo) +- [rasmuskn44](https://github.com/rasmuskn44) +- [simonpotel](https://github.com/simonpotel) +- [sitthaveet](https://github.com/sitthaveet) +- [smandadhi9](https://github.com/smandadhi9) +- [soybean501](https://github.com/soybean501) +- [swev10swev](https://github.com/swev10swev) +- [tember8003](https://github.com/tember8003) +- [v1ct0r-ops](https://github.com/v1ct0r-ops) +- [xnm-sdksdk](https://github.com/xnm-sdksdk) - [y pavan reddy](https://github.com/ypavanr) -- [Elena Krunic](https://github.com/ElenaKrunic) -- [polygon00-dev](https://github.com/polygon00-dev) -- Grant -- [Zach Gallman](https://github.com/zdotg) -- cesrebol(cesrebol on git) -- [Thabang Alfred Motsoahae](https://github.com/Axulo-Inc) -- [Renato Ferreira](https://github.com/tatovisk85) -- [Muhammad Talha](https://github.com/TALHAdevelops) #Last Contributor of 1 Thousands -- [Kaushal Galav](https://github.com/kaushalcracks) -- [Durnea Maxim](https://github.com/max-durnea) -- [Oleg] (https://github.com/vapvaparpva-dotcom) -- [Vartika Lohiya](https://github.com/vartekalohiya13) -- [Joao Garcia](https://github.com/jmfptgarcia) -- [BugWithJayesh](https://github.com/BugWithJayesh) -- [Prabhnoor Kaur](https://github.com/Prabhnoor186) -- [Rakshith](https://github.com/manrakshithqt) -- [Jingyi Lu](https://github.com/lulu61000) -- [Vivek Gupta](https://github.com/Vivekg1033) -- [Paramjit Singh](https://github.com/param20h) -- [Darshil Vasoya](https://github.com/darshilvasoya) -- [Paofan25](https://github.com/paofan25) -- [Dheeraj](https://github.com/Dheeraj1333) -- [Josh](https://github.com/joshrtust) --[CHHAVI GAUTAM](https://github.com/Chhavi001) --[Rodrigo Lima][https://github.com/Kosm9] -- [Aditya Kumar](https://github.com/aditya-23140) --[Jefferson Ruiz][https://github.com/jeffersonruiz] -sh0uka --[Sharvari More][https://gtihub.com/Sharvari-21] --[Ashwin Mali][https://github.com/ashwinmali2004] --[Arjun][https://github.com/ArjunSaluja] --[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] --[Carsten] [https://github.com/ForbaV2] -- [Nishant Borude](https://github.com/Nsanjayboruds) -- [Keerthika](https://github.com/keerthikadevi-s) --[Sourav Verma](https://github.com/SouravVerma-art) --[heisenberg] --[Sumanth Damma](https://github.com/sumanth-reddy13) --[Julian Londono](https://github.com/JULI1926) -- [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) --[John Martin](https://github.com/JohnMartin0301) --[Alex Riley] (https://github.com/alexjriley) --[Shakil Ahmed](https://github.com/paharivalu) --[Ryan Sumithra](https://github.com/RyanSumithra) --[Nabin Bista](https://github.com/Nabinbista12) --[Samhit Prakash Nayak](https://github.com/samhit24) --[Tanisha Dash](https://github.com/Dtanisha) --[Tanmoy Das](https://github.com/Tanmoy24) --[Vincenzo Ragone](https://github.com/vincenzo113) --[Ankur] (hhtps://github.com/abhian) -- [Sachin Vaishnav](https://github.com/SachinVaishnav2980) -- [Mell0wx](https://github.com/mell0wx) --[YashRahate](https://github.com/YashRahate) -- [Zain Amjad](https://github.com/zancheema) -- [Duoduo](https://github.com/NamingRacksMyBrain) -- [Subhajit Datta](https://github.com/subhajit2205) -- [Mate Kopaliani](https://github.com/Ka10ken1) -- [Swati Pandey](https://github.com/gr8swati) -- [Lucas Mattoso](https://github.com/lucasmattoso-dev) -- [Joao Carlos Lima](https://github.com/jocatoa) -- [jbyunA](https://github.com/jbyunA) -- [isaac sun](https://github.com/isaac-sun) -- [Kendal JV](https://github.com/kendaljimenezvega) -- [Nasir Ismail](https://github.com/NasirIsmail341) -- [Sa'adatu Usman](https://github.com/Saadatu1) -- [michael tjuni](https://github.com/michael-tjuni) -- [Sahasra Kondapalli](https://github.com/Neural-keeper) -- [Madiha Fatima](https://github.com/madihamalghani) -- [Hashim Iqbal](https://github.com/Haz-ctrl) -- [Thoriq Nurathif Fadhlullah Wajo](https://github.com/thorixrover) -- [Peter Li](https://github.com/kalokli8) -- [Tejas T M] (https://github.com/tejastm75job-web) -- [Tejas T.M 🎉](https://github.com/tejastm75job-web) -- [Joel varghese](https://github.com/joelvarghese6) -- [Chandrabali Biswas](https://github.com/cb-04) -- [Emaan Fatima](https://github.com/emaan123dev) -- [Princess Ogunka](https://github.com/princessbillions) -- [Gaurav patil](https://github.com/Gauravpatil1) -- [Gaurav patil](https://github.com/Gauravpatil1) -- [Sandhana Krishnan](https://github.com/Sandhana-Krishnan-S) -- [Martí Cabañas](https://github.com/cabah24) -- [Hyokyung Seo](https://github.com/seohg) -- [Aaron Lee](https://github.com/acelee0621) -- [Deer.Darkness](https://github.com/matinebadi) -- [Akshad](https://github.com/Akshad04) -- [Calvin John Machado](https://github.com/calvinmachado20) -- [Muhammad Qasim](https://github.com/muhammadqasim-10xe) -- Juan Dela Cruz -- [AlphaCode](https://github.com/alphacode-2325) -- [Amer](https://github.com/iamAmer) -- [Rachel Stern](https://github.com/RachelStern20) -- [Mukeshwaran K](https://github.com/mukesh-m01) -- [Dede Sangmortey](https://github.com/Ladydede) -- [Anastasia Tumanov](https://github.com/anastasiatumanov) -- [Manvitha shetty](https://github.com/Manvitha13964) -- [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) -- [RIVER] -- [Junior Sezerotto](https://github.com/jrsezerotto) -- [Nikhil Garg](https://github.com/Nikhilgarg-123) -- [Dhanraj Bidare](https://github.com/Dhanraj4102) -- [JstFrMs](https://github.com/JstFrMs) -- [Umutambyi Gad](https://github.com/umutambyi-gad) -- [Choccy Milch](https://github.com/ChoccyMilch) -- Akash Chitale -- [Raihanul Islam Sharif](https://github.com/raihanuldev) -- [Antonio Souza](https://github.com/arferreira) -- [Prashant Chavan](https://github.com/prashant-chava) -- [Takahashi Keiko](https://github.com/keik0t92127) -- [Edwin Cruz Villalba](https://github.com/edwbcruzv) -- [Student00](https://github.com/keik0t92127) -- [Ramaharisoa Tokiniaina](https://github.com/Toky20) -- [paprotox] -[DY_yankee](https://github.com/ecjbg) -- [takeers](https://github.com/Takeers) -- [RohanKommathoti](https://github.com/RohanK-coder) -- [RRG1312](https://github.com/RRG1312) -- [flemin] -- [Purolinho](https://github.com/Purolinho) -- [North](https://github.com/North-M) -- [iason-019](https://github.com/iason-019) -- [Jason Joannou](https://github.com/Jason-Joannou) -- [void]((https://github.com/thevoid12)) -- [treeleaves30760](https://github.com/treeleaves30760) -- [Carsoneee](https://github.com/Carsoneee) -- [romeopopescu](https://github.com/romeopopescu) -- [haryiank](https://github.com/HaryiankKumra) -- [Ansh-699](https://github.com/Ansh-699) -- [Shirinpandey](https://github.com/Shirinpandey) +- [원세영](https://github.com/seyoung5744) +- [Aadvika Pandey](https://github.com/Addvika) +- [Abdelali](https://github.com/abdosanad2001) +- [Abhay Mishra](https://github.com/abhay7865) +- [Aditya Atreya](https://github.com/AdiAce4u) +- [Advik Hegde](https://github.com/AdvikHegde) +- [Afham Irfan](https://github.com/auth-Afham) +- [AkaruiNeko](https://github.com/BrightCat14) +- [Akshat Jain](https://github.com/akshat2604) +- [Akshay Kale](https://github.com/Dev-axay18) +- [Alanto Manu](https://github.com/alantomanu) +- [Ali Nasser](https://github.com/AliNasser05) +- [Aloof Apple](https://github.com/AloofApple) +- [Aman Kumar](https://github.com/YukiCodepth) +- [Amit Patil](https://github.com/meAmitPatil) +- [Ammar Adnew](https://github.com/AmmarAdnew) +- [Anaïs Gatard](https://github.com/AnaisG14) +- [Andrea Moguel](https://github.com/amoguelk) +- [Angel Sara](https://github.com/Angelishere) +- [Anish Banda](https://github.con/anishbanda) +- [Anju Yadav](https://github.com/Anjuyada123) +- [Anshif Monz](https://github.com/anshifmonz) +- [Arisa Abiko](https://github.com/arisaabiko) +- [Arjun](https://github.com/arjundevensharma) +- [Artem Kiryukhin](https://github.com/Feugon) +- [Ashen Umeda](https://github.com/ashenumeda) +- [Babrah Ekele](https://github.com/bclaire92) +- [Basma BT](https://github.com/Boutaib-Basma) +- [Caleb Rollf](https://github.com/lemonsloth) +- [Calvin Shio](https://github.com/shiocalvin) +- [Capri Caviedes](https://github.com/caprivm) +- [Cesar Garcia](https://github.com/cesaralej) +- [Chathura](https://github.com/PrabashanaDev) +- [Christian-Code](https://github.com/ncgiron) +- [ColorCode](https://github.com/benjaAguilar) +- [Craig Jantzen](https://github.com/jantzenc) +- [Cristian Rios](https://github.com/rioscris) +- [DMS Menula](https://github.com/DMS-Menula/) +- [Daiwiik Harihar](https://github.com/daiv09) +- [Daniel Oviedo](https://github.com/damo0615) +- [Danyal Ejaz](https://github.com/danyalejaz) +- [Dev Gaonkar](https://github.com/DevGaonkar) +- [Dev Goyal](https://github.com/DevGoyal9238) +- [Dhruv Kalra](https://github.com/KalraDhruv) +- [Diogo Ferreira](https://github.com/fdiogo1) +- [Diya Pandey](https://github.com/diyapandey) - [Dojeman1234](https://github.com/Dojeman123) +- [Duo](https://github.com/NamingRacksMyBrain) +- [Edson Petry](https://github.com/edsonpetry) +- [Emrah Isović](https://github.com/EmrahIso) +- [Erfan Ahmadi](https://github.com/erfan-web) +- [Eric Ijeoma](https://github.com/ericijeoma) +- [Eugene Chia](https://github.com/eugenechia) +- [Fahad Shoaib](https://github.com/Fahad-S94) +- [Fikre Tesfay](https://github.com/fikre4444) +- [HVentura 👋](https://github.com/hventura) +- [Hari Nivedhan](https://github.com/hari7niv) +- [Hector-Ventura](https://github.com/0Label0) +- [Hossain Rion](https://github.com/best-rion) +- [Irfan khan](https://github.com/khanirfan18) +- [Iris Christa](https://github.com/I-christa) +- [Jasleen](https://github.com/JasleenSidhu20) +- [Jaswanth](https://github.com/jaswanthmanda) +- [Joel Anarba](https://github.com/joelanarba) +- [Jon Compton](https://github.com/joncompton) +- [Jonas Mikosch](https://github.com/jomik101) +- [Jordan Atkins](https://github.com/Atkinss1) +- [Jose Nieto](https://github.com/nietojose10) +- [Joshua Luca](https://github.com/joshluca98) +- [Kavindi](https://github.com/kavindidilhara) +- [Keshav](https://github.com/keshav-develops) +- [Khushi Ray](https://github.com/khushiray07) +- [Krish Patel](https://github.com/kodercrish) +- [Lakshya](https://github.com/Lakshya-Kapoor) +- [Lalitha N](https://github.com/lalitha-n546) +- [Laurian Iacob](https://github.com/iLaurian) +- [Letícia Reche](https://github.com/lereche) +- [LukaGakhokidze](https://github.com/Luka288) +- [Lulu Harvey](https://github.com/luluharvey) +- [Malak Ibrahim](https://github.com/mmibrahi) +- [Manav_IMT535](https://github.com/Manav9547) +- [Marc Larson](https://github.com/m-larson94) +- [Maroof Khan](https://github.com/khanmaroof) +- [Mason Breece](https://github.com/MBreece89) +- [Matteo Ricci](https://github.com/PyZenMatt) +- [Mattia Cocco](https://github.com/Matti02co) +- [Mike Mertens](https://github.com/mmert9008) +- [Mir-Asim-Ali](https://mirasim.netlify.app/) +- [Mr. Jakkula](https://github.com/Mr.Jakkula) +- [Muny Phalla](https://github.com/lalaphalla) +- [Navreet Kaur](https://github.com/NavreetKB) +- [Nilesh Kumar](https://github.com/nilesh646) +- [Noor Jellani](https://github.com/nurulain0) +- [Paul Czerniak](https://github.com/ptczerni) +- [Paulo Izidoro](https://github.com/Cacotaku) +- [Pedro Silva](https://github.com/pcconraria) +- [PhamNguyenDangHuy](https://github.com/pndh) +- [Plamen Hadzhiev](https://github.com/plmn95) +- [Prakhar Sharma](https://github.com/prakkon) +- [Prakhar Sharma](https://github.com/prakkon) +- [Pranit Gore](https://github.com/PRANIT0605) +- [R Ricky Roger](https://github.com/RickRo77) +- [Raghav Dwivedi](https://github.com/dwi4122) +- [Rakshith](https://github.com/manrakshithqt) +- [Ramis Humayun](https://github.com/Ramis102) +- [Raunit Arya](https://github.com/RaunitArya) +- [Ravi Prakash](https://github.com/devp-ravi) +- [Ravi singh](https://github.com/ravir0ushan) +- [Rennan Reis](https://github.com/rennanreis) +- [Ritesh Singh](https://github.com/ritesh355) +- [Rodrigo Bravo](https://github.com/bravorod) +- [Rohin Garg](https://github.com/rohingarg12) +- [Ruairi Anthony](https://github.com/Ruairia) +- [Rudraraj Pandey](https://github.com/heelR3) +- [SIva Saketh](https://github.com/sivasaketh) +- [Sabbir Ahmed](https://github.com/Sabbir256) +- [Sabrina Ira](https://github.com/sabrinaira) +- [Sai Harika](https://github.com/SaiHarika16) +- [Sakshi Singh](https://github.com/236sakshi) +- [Sam Ruiz](https://github.com/LiebesleidSam) +- [Samuel Maxey](https://github.com/SMAX-byte) +- [Sanjeev](Grabbing oppurtunities flawlessly) +- [Sashin Trout](https://github.com/sashin123) +- [Sean Calderon](https://github.com/rimorgin) +- [Shamir Ali](https://github.com/ShamirAli55) +- [ShatnauTSA](https://github.com/shantanuTSA) +- [Shun Khaing](https://github.com/shunkhaing) +- [Siddhant Y](https://github.com/megastore21) +- [Sidhant Naik](https://github.com/Sidnaik04) +- [Stelios Gee](https://github.com/SteliosGee) +- [Steve Yadav](https://github.com/lucifer47C) +- [Subhash H](https://github.com/SubhashhariS) +- [Subhiksha Rao](https://github.com/subikrao) +- [Sush Mullur](https://github.com/sushmullur) +- [Syed Muqeet](https://github.com/muqeetsyed) +- [Taha Tariq](https://github.com/tahatariq19) +- [Thrilochan](https://github.com/thrilochan7) +- [Tzipi W](https://github.com/Tzipi-Winefeld) +- [Umer Aslam](https://github.com/umeraslam00) +- [Uttej Dunga](https://github.com/uttejdunga) +- [Vanlal Peka](https://github.com/vanlalpeka) +- [Ver Argulla](https://github.com/verargulla) +- [Vicky Besra](https://github.com/vickybesra) +- [Vijay Ayyar](https://github.com/vijayayyar) +- [Vinay M S](https://github.com/VinaymsGowda) +- [Vivek Gupta](https://github.com/Vivekg1033) +- [Voicu Bogdan](https://github.com/zvoicu000) +- [Wade Rees](https://github.com/wade-rees-me) +- [Wanling Fu](https://github.com/wanling0000) +- [WebX Beyond](https://github.com/webxbeyond) +- [Yarno Grenier](https://github.com/yarno97x) +- [Yuvraj Sanap](https://github.com/YuvrajS99) +- [adwaitp](https://github.com/adwaitdagitguy) +- [aseel matta](https://github.com/aseelmatta) +- [bithunter](https://github.com/bithunter744) +- [brainkoko](https://github.com/thanatoast03) +- [haryiank](https://github.com/HaryiankKumra) +- [rishi raj](https://github.com/rishiraj1209) +- [saiki kohei](https://github.com/saisai-web) +- [sakib maniyar](https://github.com/Saquib45) +- [widespectrum](https://github.com/widespctr) +- [A.Rakshitha](https://github.com/A-RAKSHITHA) +- [ATUL-SHARMA](https://github.com/Atul-Clg-Id) +- [Abbas Elsayed](https://github.com/MoAbbasid) +- [Abhiram N](https://github.com/AbhiramN-Mern) +- [Adam Kokhnover](https://github.com/Adamko17) +- [Aditya Mitra](https://github.com/mitras-git) +- [Aditya Singh](https://github.com/devxaditya) +- [AkramMohammad](https://github.com/Akram1806) +- [Akshat Betala](https://github.com/Akshat089) +- [Alejandr0x](https://github.com/Alejandr0xxx) +- [Alejandro Flores](https://github.com/afr-dt) +- [Alper Halil](https://github.com/yethranayeh) +- [Alwin Sajan](https://github.com/Alwin-Sajan) +- [Amar Yasser](https://github.com/AmarYasser1) +- [Ambar Singh](https://github.com/ambar-singh) +- [Aniket Singh](https://github.com/darksoul-7) +- [Antonio Fábio](https://github.com/zodiecko) +- [Areen Patil](https://github.com/areen-patil) +- [Ashish Bairwa](https://github.com/ashishb20) +- [Ashok Reddy](https://github.com/ashokCh-dev) +- [Avinash Ganore](https://github.com/Xzy-Vron) +- [Ayush dabas](https://github.com/Ayush-Dabas) +- [BlueGeckoJP](https://github.com/BlueGeckoJP) +- [Brandon McHugh](https://github.com/brandmch) - [BredyNilsen](https://github.com/bredynilsen) -- [Javier Rodríguez](https://github.com/jaavierdz) -- [Kamalpannu](https://github.com/Kamalpannu/first-contributions) -- [Eduardo Larios](https://github.com/EduardoLariosEspinoza) -- [Krishna-Sharma3171](https://github.com/Krishna-Sharma3171) -- [lina](https://github.com/linadouaaas) -- [Nesrine](https://github.com/nsrn-chbn) +- [Cameron Scott](https://github.com/cdscott37) +- [Cesar Rice](https://github.com/checharito14) +- [Chetan Atram](https://github.com/RabbitBoii) +- [Chip Kelsey](https://github.com/chipncharge) +- [Ctrshift-Pm](https://github.com/Ctrshift-Pm) +- [Darshon](https://github.colets gom/darshons) +- [David Stark](https://github.com/GamingPions) +- [Derek Hall](https://github.com/derekhall483) +- [Dhananjay Mohan](https://github.com/djvu2k6) +- [Dhruv Pandey](https://github.com/Dhrupandey) +- [Diksha Rani](https://github.com/diksha-0420) +- [Dipankaj](https://github.com/DipankajSingh/) +- [Dony Castro](https://github.com/Dony-Castro) +- [Durnea Maxim](https://github.com/max-durnea) +- [Edgar Flores](https://github.com/efloresCSE) +- [Ehsan Shadmehri](https://github.com/ehsansh) +- [Emanuel Orduña](https://github.com/emaordu) +- [Eric Brown](https://github.com/EricBrown589) +- [Erick Cardenas](https://github.com/ErickYCL) +- [Ernesto Donado](https://github.com/edonado2) +- [Fabio Mingione](https://github.com/FabMin94) +- [Fahim_Al_Rashid](https://github.com/fahimar) +- [Farman Ali](https://github.com/farman-cloud) +- [Fatih Portakal](https://github.com/GoStKoRx) +- [Gafoor Shaik](https://github.com/gafoor-bot) +- [Gaurav Kumar](https://github.com/ARtoRiAs10) +- [GiantPrince](https://github.com/GiantPrince) +- [Giusnovetti](https://github.com/Giusnovetti) +- [Gurvansh](https://github.com/Obsidian-Ninja) +- [Harsh Sahu](https://github.com/harshsahu383) +- [Harsh Sinha](https://github.com/iHarshSinha) +- [Holmes M](https://github.com/Sher69-mycroft) +- [Isaac Lopez](https://github.com/IsaacLC1104) +- [Ivan Hernandez](https://github.com/IvanHHdz) +- [Jaime Garcia](https://github.com/Jaimegcaam) +- [Jalina Hirushan](https://github.com/jalinah) +- [Jayceon Zhang](https://github.com/Jayceon-3) +- [Jefferson Huisa](https://github.com/j3ffh95) +- [Joao Garcia](https://github.com/jmfptgarcia) +- [Jon Goodwin](https://github.com/Jon-Goodwin) +- [Kelvin Yeboah](https://github.com/KelvCodes) +- [Kevin Hu](https://github.com/sijun-kevin-hu) +- [KigulaJesse](https://github.com/KigulaJesse) +- [Kimaya Chavan](https://github.com/kimiko-11) +- [Kores Nkoidila](https://github.com/Nkoidila) +- [Krish Sharma](https://github.com/krisharmaa) +- [Leandro Choque](https://github.com/Leannnmv) +- [Lorena Peracho](https://github.com/plorenab) +- [Luca Albertini](https://github.com/Lulloooo) +- [MFigueroa](https://github.com/MiguelFOlivar) +- [Mandrukamal](https://github.com/Mandrukamal) +- [Manisha1679](https://github.com/Manisha1679) +- [Manya Goel](https://github.com/MANYAGOEL123) +- [Martí Cabañas](https://github.com/cabah24) +- [Mate Kopaliani](https://github.com/Ka10ken1) +- [Mateus Cruz](https://github.com/Mdacruzrego) +- [Mido](https://github.com/mido2262007-sys112) +- [Mithielesh N](https://github.com/mithielesh) +- [Mithun Gupta](https://github.com/Mithunmkks) +- [Mohamed Makaty](https://github.com/makaty95) +- [Monu Kumari](https://github.com/monukri4548) +- [Mounish Nanu](https://github.com/mounish123) +- [Muhammad Ayyub](https://github.com/devmab24) +- [Neethu Hari](https://github.com/Neethuharii) +- [Neha Behare](https://github.com/neha-behare) +- [Nicholas C.](https://github.com/ncolvin-dev) +- [Okatakyieba Boadu](https://github.com/oke06) +- [Paramjit Singh](https://github.com/param20h) +- [Pavan Mhaisne](https://github.com/piyushm4) +- [Pavani](https://github.com/PavaniMuppalla29) +- [Peter Hilbert](https://github.com/pehilbert) +- [PraveenX812](https://github.com/PraveenX812) +- [Prem Kumar T G](https://github.com/prem7129) +- [Priyanshu](https://github.com/priyanshu5259) +- [Rahul Dutta](https://github.com/RahulDutta7) +- [Raj Gajjar](https://github.com/RajGajjar-01) +- [Ramu Deyyam](https://github.com/Ramu-Deyyam) +- [Rohan Shinde](https://github.com/kalki-19RS) +- [Sa'adatu Usman](https://github.com/Saadatu1) +- [SaboorNisha](https://github.com/SaboorNisha) +- [Sahil Kolte](https://github.com/sahilakolte) +- [Sandy052005](https://github.com/sandy052005) +- [Sangeeta](https://github.com/sangeeta-nayak) +- [Shayne Geilman](https://github.com/ShayneJG) +- [Shivam Gujar](https://github.com/CodebyShiv) +- [Shoaib Islam](https://github.com/Shoaib3375) +- [Shota Hayashi](https://github.com/SH.CodeLv) +- [Siddharth](https://github.com/siddharth-123) +- [Sim Hyeonmin](https://github.com/simhyunmin) +- [Simons Arhin](https://github.com/simonskayi) +- [Sitanshu Nandan](https://github.com/stansho) +- [SteveTawali](https://github.com/SteveTawali) +- [StraitGhost](https://github.com/StraitGhost) +- [Sunil Reddy](https://github.com/Sunilreddyj) +- [Syed Khizar](https://github.com/SYEDKHIZARX) +- [Tejas Chopade](https://github.com/Tejas9777) +- [TejasK](https://github.com/TejasKoravanavar) +- [Tiago Pereira](https://github.com/Agoit-Dev) +- [Tojan Naiem](https://github.com/Tojan-Naiem) +- [Torben Kahnert](https://github.com/tmak2002) +- [UncleObinna](https://github.com/UncleObinna) +- [Vaibhav0725](https://github.com/vaibhav0725) +- [Vaibhav](https://github.com/vaibhavsanap112) +- [Varun Sharma](https://github.com/varunsh20/) +- [Vicente Guzmán](https://vicenteguzman.com/) +- [Victor Afolabi](https://github.com/folabi00) +- [Victor Muthii](https://github.com/muthii-10) +- [Vitor Gabriel](https://github.com/VituuDias) +- [Vivek Deshmukh](https://github.com/vivekd16) +- [Vivek-Ch](https://github.com/vivekchadaram9) +- [VortexEdge](https://github.com/VortexEdge69) +- [WeAreBorg20](https://github.com/WeAreBorg20) +- [Yashwanth](https://github.com/Yashwanthvm06) +- [Yhlas Yazmyrad](https://github.com/yazmyrad) +- [Yorke Nyakundi](https://github.com/yorkings) +- [Zephyr](https://github.com/zephyr-pixilated) +- [ahmad777x86](https://github.com/ahmad777x86) +- [andyyou7549](https://github.com/andyyou7549) +- [anthocote19](https://github.com/anthocote19) +- [artistique1](https://github.com/artistique1) +- [brunoblaise](https://github.com/brunoblaise) +- [chandanvnk1](https://github.com/chandanvnk1) +- [dylan-sacco](https://github.com/dylan-sacco) +- [git-gud-jim](https://github.com/git-gud-jim) +- [harshit](https://github.com/harshitpatel862) +- [hudabikhoir](https://github.com/hudabikhoir) +- [isaacbelles](https://github.com/isaacbelles) +- [jackojacko](https://github.com/jackojacko05) +- [karim1safan](https://github.com/karim1safan) +- [nathanw3456](https://github.com/nathanw3456) +- [paddygriff](https://github.com/paddygriffin) +- [playerblair](https://github.com/playerblair) +- [principalog](https://github.com/principalog) +- [qwerty55558](https://github.com/qwerty55558) +- [sgunner2014](https://github.com/SGunner2014) +- [smdekate-cs](https://github.com/smdekate-cs) +- [snowmandidi](https://github.com/snowmandidi) +- [spacescribe](https://github.com/spacescribe) +- [veekshitha](https://github.com/Veekshitha21) +- [ziadalazwak](https://github.com/ziadalazwak) +- [Abhas-Gawali](https://github.com/abhasgawali) +- [Abie Anders R](https://github.com/AbieAnders) +- [Aditya Alok](https://github.com/Alok-devlops) +- [Ahmad Rafiq](https://github.com/AhmadRafiq90) +- [Ahmad Raza](https://github.com/Ahmad-Raza810) +- [AhmedRediwan](https://github.com/ahmed12-dev) +- [Aishwarya Sharma](https://github.com/Aishrma) +- [Ajay Brightson](https://github.com/AjayJ1711) +- [Ales Urankar](https://github.com/alesurankar) +- [Alex Ficachi](https://github.com/AlexFicachi) +- [Alex Thompson](https://github.com/Alex-Inems) +- [Alihan Baysal](https://github.com/alihanbays) +- [Allan Zanella](https://github.com/Autodotnet) +- [AlphaCode](https://github.com/alphacode-2325) +- [AmartyaPrakash](https://github.com/amartya69) +- [Amit Kumar Deo](https://github.com/22AmitDeo) +- [Amit Kumar](https://github.com/AK-Amit-Kumar) +- [Anand Shende](https://github.com/anandshende) +- [Andres Riaño](https://github.com/afrianodev) +- [Angad Singh](https://github.com/AngadSingh04) +- [Antonio Souza](https://github.com/arferreira) +- [Aritra Mukherjee](https://github.com/maritra) +- [Aryan Gusain](https://github.com/aryangusain) +- [Aryo Thursandi](https://github.com/thursandi) +- [Ashish Jadhav](https://github.com/Ashish1022) +- [Audrey W ](https://github.com/awhitneymiller) +- [Ben Tootill](https://github.com/TriedDevotee) +- [Benjamin Seddon](https://github.com/Seddo151) +- [Bhavishay Bharti](https://github.com/bhavi-b) +- [Bobby Wells](https://github.com/bobbywells52) +- [Carlos Zukov](https://github.com/zukovCarlos) +- [Caroline Park](https://github.com/parkcarol/) +- [Caroline](https://github.com/perrywinkle2004) +- [Cedrick](https://github.com/Cedrick-Deguzman) +- [Chanchal Teotia](https://github.com/cse22148) +- [Chandrabali Biswas](https://github.com/cb-04) +- [Chandrahas](https://github.com/chandrahas121) +- [Chinmay Pani](https://github.com/chinmay8bit) +- [Choccy Milch](https://github.com/ChoccyMilch) +- [Claudio Jara](https://github.com/claudiojara) +- [Cole Schnell](https://github.com/coleschnell) +- [Daniel Cursi](https://github.com/danielcursi) +- [Daniel Molina](https://github.com/molinafm30) +- [Darin Thompson](https://github.com/thewizof6) +- [Dascalu Dumitru](https://github.com/IronMemo) +- [David devmanki](https://github.com/davamanki) +- [Dede Sangmortey](https://github.com/Ladydede) +- [Deer.Darkness](https://github.com/matinebadi) +- [Devansh Baghla](https://github.com/Devansh-b) +- [Devansh Singh](https://github.com/Devansh-04) +- [Dhuliana Dantas](https://github.com/Dhuliana) +- [Diparna Adhikary](https://github.com/Diparna) +- [Durgesh Dhurve](https://github.com/bittu9975) +- [Elena Krunic](https://github.com/ElenaKrunic) +- [Emaan Fatima](https://github.com/emaan123dev) +- [Evgeny Kozelskiy](https://github.com/Der12kl) +- [Fabrice Pecot](https://github.com/FabriceAB1) +- [Fabrice Pecot](https://github.com/FabriceAB1) +- [Farhan Ilyas](https://github.com/Farhan2001M) +- [Felix Morara](https://github.com/felixmorara) +- [Gabriel Ripper](https://github.com/gabripper) - [Gabriela-Mozer](https://github.com/nsrn-chbn) +- [Greem Fox](https://github.com/vulpes-viridis) +- [Hamza Khan](https://github.com/giacomo-folli) +- [Hariharasudhan M](https://github.com/Harimhs) +- [Harsh Gupta](https://github.com/Reverent2005) +- [Harsh Rakholiya](https://github.com/arsh3396) +- [Harshita Kode](https://github.com/2210030019) +- [Huda Bikhoir](https://github.com/hudabikhoir) +- [Ifeoma-Chidera](https://github.com/ifaycodes) +- [JVent-WSU](https://github.com/JVentulett-WSU) +- [Jahnavi-avi](https://github.com/jahnavi-9741) +- [Jaimie Chong](https://github.com/jaimiechong) +- [Jainil Desai](https://github.com/jainilDesai) +- [Jason Ang](https://github.com/jasonavatarang) +- [JasonSA1993](https://github.com/JasonSa1993/) +- [Jeevan H R](https://github.com/jeevanchiru17) +- [Jenny Martin](https://github.com/jmartinDS14) +- [Jerold De Pedro](https://github.com/xherby07) +- [Joao Carlos Lima](https://github.com/jocatoa) +- [Joery van Santen](https://github.com/joeryvs) +- [Joseph O'Neill](https://github.com/L00188381) +- [Josmer Rodriguez](https://github.com/Josmerr) +- [Kerem Balci](https://github.com/kerembalci90) +- [Keshav Kant](https://github.com/Keshav-Kant/) +- [Keval Deepak](https://github.com/kevaldeepak) +- [KevinThomas](https://github.com/HELL-KERBECS) +- [Kirti Desale](https://github.com/kirtidesale) +- [Kirti Mangate](https://github.com/kirti-ak47) +- [Komathi](https://github.com/komathi-pandiyan) +- [Kresol Ghosh](https://github.com/KresolGhosh) +- [Kunal_Mittal](https://github.com/freakun0025) +- [Lemar Tokham](https://github.com/LemarTokham) +- [Lucas Young](https://github.com/LucasYoung35) +- [Magali Gonzalez](https://github.com/anbbel09) +- [Maik Schoepe](https://github.com/MaikSchoepe) +- [Maksim Gordin](https://github.com/madmax5490) +- [Manas walia](https://github.com/manaswalia13) +- [Marek Mudron](https://github.com/MarekMudron) +- [Masum Raza](https://github.com/khanmasumraza) +- [Matheus Deus](https://github.com/deusMatheus) +- [Matthieu Bonnot](https://github.com/MrMattam) +- [Melika Dadashi](https://github.com/melikaDaa) +- [Mercy-Mbao ✨](https://github.com/mercie-ux) +- [Minjae Kwon](https://github.com/minjaekwon97) +- [Mitchell Smith](https://github.com/msmit4095) +- [Mohanshi Jain](https://github.com/Mohanshi04) +- [Mudit Jain](https://github.com/muditjain1411) +- [Muhammad Nouman](https://github.com/coder595) +- [Mukeshwaran K](https://github.com/mukesh-m01) +- [Nada Alinour](https://github.com/nadaalinour) +- [NandamRishith](https://github.com/nandam2003) +- [Neil Irungu](https://github.com/algorithmine) +- [Nicolas Alves](https://github.com/NickeAlves) +- [Nikita Maurya](https://github.com/sun-andsky) +- [Nikita kar](https://github.com/nikitakar9862) +- [Nisha Verma](https://github.com/xnisha-verma) +- [Nishant](https://github.com/nishant-khatri17) +- [OBLI B VIKRAM](https://github.com/Vikramobli) +- [Omer Cohen](https://github.com/OmerCohen7530) +- [Oriana Galindez](https://github.com/malibu54) +- [Parker Crook](https://github.com/parkercrook) +- [Parth Sivakumar](https://github.com/Parth-sk) +- [Patel Smitkumar](https://github.com/smitRoot) +- [Peleg Ben Barak](https://github.com/peleg-bb) +- [Pratyush Gupta](https://github.com/MrPratsJi) +- [Pritha Maity](https://github.com/PrithaMaity) +- [Pujan Bohora](https://github.com/pujanbohora) +- [RUDRA TAILOR](https://github.com/RudraTailor) +- [Rahul Bhargava](https://github.com/rahul0299) +- [Rahul Gurav](https://github.com/RahulGurav82) +- [Raul Gabriel](https://github.com/RaulGabriel) - [Ricky Segura](https://github.com/rickysegura) - [Rishav Dewan](https://github.com/rish106-hub) -DanyLeeCS -- [Syed Khizar](https://github.com/SYEDKHIZARX) -- [Ryan] (https://github.com/RyanBarnwell) -- [Bhawna](https://github.com/bhawnaa05) -- [naqa92](https://github.com/naqa92) -- [Esteban Leyes](https://github.com/Esteban3010) -- [Yura_Hernandez](https://github.com/yuracoff18) -- [Zhen Tao Pan](https://github.com/MorningZephyr) -- [Abdelali](https://github.com/abdosanad2001) -- [happypepii](https://github.com/happypepii) -- [rkmsh](https://github.com/rkmsh) -- [Devi Patil](https://github.com/Devipatil) -- [Nguyễn Trọng Quí](https://github.com/Ryan030904) -- [Casildo Caparros] (https://github.com/ccaparros) -- [Abhay Mishra](https://github.com/abhay7865) -- [msun726](https://github.com/msun726) -- [bi3mer](https://github.com/bi3mer) -- [VINTACK](https://github.com/VINTACK) -- [Nguyễn Hữu Trọng](https://github.com/huutrongk24) -- [audrbsdl](https://github.com/audrbsdl) -- [Lê Nhật Duy](https://github.com/LeNhatDuy-hehe) -- [Nguyen Thanh Toan](https://github.com/NguyenToanThanh) -- [Mido](https://github.com/mido2262007-sys112) -- [Mai Chí Hoài Em](https://github.com/hoaiemmaichi) -- [Dương Mạnh Khương](https://github.com/Khuong12345-afk) -- Nguyen Ha Phuong Tan -- [Juan Monta](https://github.com/JuanMonta) -- [Lưu An Thuận](https://github.com/thuanluuan) -- [Sanal Kumar](https://github.com/sanalkr) -- [Trịnh Minh Dũng](https://github.com/DungTrinhMinh) -- [Avi Ranjan Prasad](https://github.com/thunderavi) -- [Đặng Văn Nhựt](https://github.com/vannhutdangtp-rgb) -- [Nguyễn Ngọc Tân](https://github.com/nnguyenngoctann-glitch) -- [Nguyen Doan Trang](https://github.com/Trang-22-NDT) -- [Nguyễn Thành Nguyên](https://github.com/Nguyen-ThanhNguyen) -- [hotranquangvinh](https://github.com/hotranquangvinh) -- [Huỳnh Trọng Ngữ](https://github.com/huynhtrongngu) --[phamtrungtinhh](https://github.com/phamtrungtinhh) -- [Nguyen Thanh Nguyen](https://github.com/Nguyen-ThanhNguyen) -- [dongtak](https://github.com/dongtakgun) -- [swjjeong](https://github.com/swjjeong) -- [qwerty55558](https://github.com/qwerty55558) -- [srinath g](https://github.com/srinath176) -- [Suraj Joshi](https://github.com/suraj-joshi-iitd) -- [sso](https://github.com/ingsso) -- [Social-Archive](https://github.com/social-archive) -- [tember8003](https://github.com/tember8003) -- [swjjeong](https://github.com/swjjeong) -- [vietan0](https://github.com/vietan0) -- [RockStar] -- [johaha](https://github.com/J-Huster) -- [Tjark Wichmann](https://github.com/tjarkwichmann) -- [Lucy] -- [enguy-hub](https://github.com/enguy-hub) -- [saideep](https://github.com/saideep-21) -- [Tejas Chopade](https://github.com/Tejas9777) -- [Keerthana Ramalingam](https://github.com/ft-keerthana) -- [Anushka Wable](https://github.com/anushka-sys) -- [Apoorv Bedmutha](https://github.com/bedmuthaapoorv) -- [Satyam Aengandul](https://github.com/satyamit) -- [Candice](https://github.com/c-candice) -- [Ridhi Puri](https://github.com/ridhii17/first-contributions.git) -- [vasanth](https://github.com/vasanth642) -- [Kaushik Kumar](https://github.com/KAUSHIK-KUMAR-RM) +- [Roshawn Brooks](https://github.com/rbrooks95) +- [Rutik Yadav](https://github.com/rutikyadav71) +- [SUDIPTTO BISWAS](https://github.com/Sudiptto) +- [Sai Mohaneesh](https://github.com/23241a6749) +- [Samuel Spina](https://github.com/SamuelSpina) +- [Sanajit Jana](https://github.com/sanajitjana) +- [Sayan Maji](https://github.com/Sayanmaji0506) +- [Sayyid Sajad](https://github.com/sayyidsajad) +- [Shashidhar](https://github.com/shashidharsai) +- [Shashwat Anand](https://github.com/Sushiii07) +- [Shiva Kumar](https://github.com/shivakumar04) +- [Shivam Mishra](https://github.com/29shivam99) +- [Shoaib Shuja](https://github.com/ShoaibShuja) +- [Shreya Wani](https://github.com/shreya150804) +- [Subin Mariyadas](https://github.com/subin170) +- [Sumit Pandey](https://github.com/5umitpandey) +- [Sunhith_Reddy](https://github.com/codetuscan) +- [Suresh Deora](https://github.com/SureshDeora) +- [Suved Ganduri](https://github.com/Sooowayydh) +- [Tadeas Bucha](https://github.com/tadeasbucha) +- [Taran Shetty](https://github.com/TaranShetty) +- [Thien Nguyen](https://github.com/thiennh-dev) +- [Trivedh Undi](https://github.com/maxinh00000) +- [Vaishnavi](https://github.com/vaishnavi20git) +- [Varun Patel](https://github.com/varunpatel07) +- [Vedang Wajge](https://github.com/VedangWajge) +- [VenkateshSama](https://github.com/S-Venky-06) +- [Vicente Pinochet ](https://github.com/Qajirr) +- [Vorahpong Mean](https://github.com/VorahPong) +- [Wiktor Kycia](https://github.com/wiktorKycia) +- [Yash Gupta](https://github.com/YashGupta2106) - [Yashwanth G](https://github.com/yashwanthg13) -- [M3MONs](https://github.com/M3MONs) -- [Sarthak Chafle](https://github.com/sarthakchafle) -- [Loray](https://github.com/loray61) -- [Amit Yadav](https://github.com/AYadav06) -- [Ivan Lee]() -- [kasap] -- [Lyra](https://github.com/why) -- [SZMOFEI](https://github.com/SZMOFEI) -- [Maksat Annageldiyev](https://github.com/M4x4T) -- [Radhakrishan](https://github.com/rkdevx) -- [Benjamin Robert](https://github.com/BenjaminRobert0702) -- [Mohamad Soleh](https://github.com/leimportant) -- [Arsh Vhora] (https://github.com/ARSH871-bot) -- [Shin Yunsu] (https://github.com/shin-yunsu) -- [Mladen] -- [denverdelamasa](https://github.com/denverdelamasa) -- [Briget](https://github.com/b-ts-o) -- [Bitblossom2] -- [simnio] -- [REB-95] -- [Alper Halil](https://github.com/yethranayeh) -- [RaymundoZa] https://github.com/RaymundoZa -- [Shivam Gujar](https://github.com/CodebyShiv) --[Aarpeet Chandrasekhar](https://github.com/Aarpeet) -- [Venkatesan M](https://github.com/venkyslm) -- [Jackai](https://github.com/sdkai0513) -- [George Souriadakis](https://github.com/gsouriadakis) --[Miguel Angel](https://github.com/first-contributions) --[Afnan Tariq](https://github.com/SpitFiyah) -- [Demagalawrence](https://github.com/Demagalawrence) -- [Pankaj Manmode](https://github.com/pankajmanmode) -- [Notam456](https://github.com/Notam456) -[Jhoan Montes](https://github.com/JhoanMontes) -- [Eldred16](https://github.com/Eldred16) -- [Rey-2525](https://github.com/Rey-2525) -- [Miguel Cardoso](https://github.com/micardosofph) -- [mikuros](https://github.com/mikuros) -- [Math1029](https://github.com/Math1029) -- [Bryan Trujillo](https://github.com/btruj) -- [Rahul Bhargava](https://github.com/rahul0299) -- [Ethan Senger](https://github.com/E-bosss) -- [Victor Afolabi](https://github.com/folabi00) -- [Samuel Cuerrier](https://github.com/SamuelCuerrier01) -- Isidro Marquez -- [Dinelka Thilina](https://github.com/dinelkathilina) -- [Sush Mullur](https://github.com/sushmullur) -- [Konrad Ciesielski](https://github.com/Konrad-C-Dev) -- Benjamin Jones -- Munendra Choudhary --[Tharun Reddy](https://github.com/Tharun-0408) Hoping to learn new stuff! -- [Olapu Ajay](https://github.com/olapuajay) -- [Vedant Raj Singh Parmar](github.com/VVR6) -- [Usama Ayoub](github.com/sam3690) -- [Morteza Rahmani](https://github.com/morteza-rhmn) -- [Kislay Kumar](https://github.com/kislayykumar) -- [Kai Feng](https://github.com/kaifeng-cmd) -- [Manoj Metgud](https://github.com/manojm01) Hello World! -- [peng qin](https://github.com/pengqinppp) -- [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) -- [Babrah Ekele](https://github.com/bclaire92) -- [Rohan Shinde](https://github.com/kalki-19RS) -- [Keshav](https://github.com/keshav-develops) -- [Nikita kar](https://github.com/nikitakar9862) -- [Palak Pimpalkar](https://github.com/Palak0705) -- [zhoushuo](https://github.com/zshs000) -- [Suriti Joshi] (https://github.com/srj-145) -- CyberJoke -- [AGrigglyGuy](https://github.com/AGrigglyGuy) Wow! This is my first fork where I actually did something... -- [Richie de la Rosa] (https://github.com/richiedlrsa) -- [James Whatcott](https://github.com/jameswhatcott) -- [Dudley Orestil] (https://github.com/dee276) -- [Syink](https://github.com/syinkboy) -- [Cesar Rice](https://github.com/checharito14) -- [Sahil Sharma](https://github.com/sahil-me) -- [MatteoRigoni](https://github.com/MatteoRigoni) +- [nyinyi zin](https://github.com/nyinyizin-dev) +- [rishabh1024](https://github.com/rishabh1024/) +- [sajad thapa](https://github.com/sajadthapa04) +- [ALOK YADAV](https://github.com/CODEBRAKERBOYY) +- [ARYAN BHATT](https://github.com/aryanbhatt767) +- [Aadil Bashir](https://github.com/Aadil-Bashir) +- [Abdullah](https://github.com/Abdullah-Shah-26) +- [Abhishek Sharma](https://github.com/abhi-up79) +- [Adhish Goswami](https://github.com/Adhishg704) +- [Aditya Dubey](https://github.com/Aditya149202) +- [Aditya Kumar](https://github.com/aditya-23140) +- [AdityaRaj212](https://github.com/AdityaRaj212) +- [Ajay Dongare](https://github.com/GluconicAcid) +- [Akshit Garg](https://github.com/AkshitGarg054) +- [Algacyr Melo](https://github.com/algacyr-melo) +- [Algorytmouse](https://github.com/algorytmouse) +- [Alonso Jimenez](https://github.com/alonsojmnz) +- [Aman Bangera](https://github.com/amanbangeraa) +- [Anemone](https://github.com/anemone-coronaria) +- [Animesh Yadav](https://github.com/Aanimesh003) +- [Anirudh Pandey](https://github.com/anirudh241) +- [Anis Mandal](https://github.com/AgentPhoenix7) +- [Ansh Gupta](https://github.com/Ansh-Gupta0310) +- [Anton Lysenko](https://github.com/AntonyCoder) +- [Anushka Wable](https://github.com/anushka-sys) +- [Areeb Ahmad](https://github.com/AreebAhmad-02) +- [Arindam Dinda](https://github.com/Arindam2003) +- [Arman Yadav](https://github.com/armaaan-yadav) +- [Arseniy-Dubovkin](https://github.com/AzartX47) +- [Arthur Döhler](https://github.com/herrdohler) +- [BOUKARI Marfourz](https://github.com/Marfourz) +- [Balaji Uggina](https://github.com/Balaji-1805) +- [Beau Bremer](https://github.com/KnowOneActual) +- [Benjamin Boateng](https://github.com/Bensolve) +- [Bhagyashree](https://github.com/bhagyashree-j) +- [Bkr4wczynski](https://github.com/Bkr4wczynski) +- [BorisovCloud](https://github.com/BorisovCloud) +- [Chandan Ravi](https://github.com/chandanravic) +- [Charalampos M.](https://github.com/CharioMich) +- [Chinmay L](https://github.com/stom-breaker-07) +- [Daniel Arrieta](https://github.com/Darrieta05) +- [DevElevate19](https://github.com/DevElevate19) +- [Dillikumar N](https://github.com/Dillikumarnl) +- [Dimirrius Farida](https://github.com/CodeBotD) +- [Don Doricent](https://github.com/Don-Doricent) +- [Duncan Huisamen](https://github.com/DHuisamen) +- [Duoduo](https://github.com/NamingRacksMyBrain) +- [Eduard Requena](https://github.com/erequena81) +- [EricccTaiwan](https://github.com/EricccTaiwan) +- [Esteban Leyes](https://github.com/Esteban3010) +- [Esther Kalsmith](https://github.com/EstherKal) +- [Faust Levity](https://github.com/Faust-Levity) +- [FertileVerve](https://github.com/fertileverve) +- [GabboRocchia](https://github.com/GabboRocchia) +- [Gabe Dorval](https://github.com/gabedorval589) +- [Ganpati Nath](https://github.com/Ganpati-Nath) +- [Gaurav patil](https://github.com/Gauravpatil1) +- [Gaurav patil](https://github.com/Gauravpatil1) +- [Gerdzhikov23](https://github.com/Gerdzhikov23) +- [Giovanna Cortez](https://github.com/annavoigg) +- [Guilherme Andrade](https://github.com/ZeroRBK) +- [Gurparsad Singh](https://github.com/gprathour) +- [Gustavo Aguilar](https://github.com/gangeagui) +- [Handell Desulme](https://github.com/hjdesulme) +- [Harsh Thakare](https://github.com/harsh21234i) - [Hassan Zidan](https://github.com/Hassannzidan) -- [Nithyakala Rajendran](https://github.com/nithya-kala) -- [Oriana Galindez](https://github.com/malibu54) -- [Kresol Ghosh](https://github.com/KresolGhosh) -- [monika yadav](https://www.linkedin.com/in/monika-y-529713350/) -- [Ali Mohamed](https://github.com/alimo88) -- [Krithika V] (https://github.com/Krithika1627) -- [Mani Krishna M](https://github.com/manikrishna-m) -- [ivmary](https://github.com/ivmary) - VERY NICE! -- [victorLvaldez](https://github.com/victorLvaldez) Nice!! -- [Jy](https://github.com/jy1534) -- [ompug](https://github.com/ompug) --[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) -- [Monu Kumari](https://github.com/monukri4548) -- [Dhiraj Laulkar](https://github.com/dhirajlaulkar) --[Monu Kumari](https://github.com/monukri4548) -[RodrigoDeFragaNunes](https://github.com/RodrigoNunes2004) -- [Shashank Padmasali](https://github.com/shashank3115) --[Vikas Shirsath](https://github.com/vikas-shirsath) -- [Yasharth Dixit](https://github.com/yasharthdixit0107) --[NikhilChenna](https://github.com/nikhilchenna) -- [Vijay Ayyar](https://github.com/vijayayyar) --[Ahmed Hussein](https://github.com/Ahmed123927) -- Interster --[Yash Singhal](https://github.com/VITianYash42) --[N. Sambit Suman](https://github.com/sumannsambit6) --[Wiktor Kostecki](https://github.com/JohnnyCage1337) --[Chitra Dongare](https://github.com/chitra-dongare) -- [Colin Reichl](https://github.com/COReichl) - This is so cool! --[Kolawole Yusuf](https://github.com/CodeWithKola) -- [Nayoung Kim](https://github.com/nayoung16) -- [Jed Engel](https://github.com/Jed-From-Wisconsin) HAT'S GOOD GITHUB NATION -- [JAFitch](https://github.com/jafitch) glad to be here! +- [Himanshu Gohil](https://github.com/tghimanshu) +- [Hiruna Panditha](https://github.com/Hiruna-SP) +- [Ife Osifalujo](https://github.com/osifalujoi1) +- [Ifham-Hashir](https://github.com/Ifham-Hashir) +- [Irksomehails](https://github.com/irksomehails) +- [Jacopo Belli](https://github.com/Jacopobelli5) +- [Jatin Mehta](https://github.com/JatinMehta007) +- [Jonah Raiford](https://github.com/JonahXiaFei) +- [Kanishk Shukla](https://github.com/Kanishk819) +- [Kashish Choudhary](https://github.com/kashu06) +- [Keerthika](https://github.com/keerthikadevi-s) +- [Kislay Kumar](https://github.com/kislayykumar) +- [Lakshya Mishra](https://github.com/mishrlaksh) +- [Leila (Radi Adil)](https://github.com/l3331l4) +- [Lokitha Muni](https://github.com/lokitha-muni) +- [Maksat Annageldiyev](https://github.com/M4x4T) +- [Manjunatha H](https://github.com/Manjunatha-h) +- [Maria Carrera](https://github.com/MarieCourse) +- [Mathew Joseph](https://github.com/MJTheGreat3) +- [MatteoRigoni](https://github.com/MatteoRigoni) +- [Michael Jordan](https://github.com/Mona-kecil) +- [Miguel Mateo](https://github.com/Mike-2002-mx) +- [Mohamad Soleh](https://github.com/leimportant) +- [Mohammed Ismail](https://github.com/mdaleardc) +- [Mohd Ayan](https://github.com/codistan-commit) +- [Mohiuddin Hasan](https://github.com/mmhasan07) +- [Mowlick Armstrong](https://github.com/Mowlick) +- [Naman Gupta](https://github.com/namanguptaa24) +- [NihadVeliyev](https://github.com/NihadVeliyev) +- [Noah Petzinger](https://github.com/Jimegroxak) +- [Omar Atakishiyev](https://github.com/NeonWest) +- [Oscar A. Virguez](https://github.com/oscar243) +- [Osman Aslan](https://github.com/osmanaslann01) +- [Palak Pimpalkar](https://github.com/Palak0705) +- [PandaDev0069](https://github.com/PandaDev0069) +- [Param Shah](https://github.com/Kommandant2005) +- [Parthav Nair](https://github.com/Parthav-Nair) +- [Pavitharan V](https://github.com/Pavitharan02) +- [Rafael Severo](https://github.com/rafaeumesmo) +- [Rahul Parihar](https://github.com/Parihar-Dev) +- [Rajinisoumya](https://github.com/Rajinisoumya) +- [Revati Keskar](https://gihub.som/RevatiKeskar) +- [Ritesh Murmu](https://github.com/Ritesh-cloud) +- [RiteshSirohi](https://github.com/riteshsirohi) +- [Rohan Raj P](https://github.com/rohandeadshot) +- [Rohit Mahajan](https://github.com/Rohit273848) +- [Romuald Oluwatobi](https://github.com/Romulad) +- [Ruben Legend](https://github.com/Ruben-legend) +- [Rumesha Ansari](https://github.com/Rumesha400) +- [Rushikesh Deshmukh](https://github.com/Mrx207) +- [Rushikesh Jadhav](https://github.com/Rushi543) +- [SANJAY KUMAR](https://github.com/sanjaydeepak) +- [Sagar Patel](https://github.com/sagarpatel279) +- [Sahil Gulunjkar](https://github.com/Sahil4757) +- [Sakshi Jaiswal](https://github.com/Sakshijazz) +- [Samaksh Sethiya](https://github.com/Samaksh22) +- [Samiya-lateef](https://github.com/Samiyalatif) +- [Samuel Rudqvist](https://github.com/srudqvist) +- [Sanchi Tiwade](https://github.com/Sanchi-0804) +- [Sarthak Sharma](https://github.com/Srthk-Shrm) +- [Satvik Mittal](https://github.com/Satvik24511) +- [Satyam Aengandul](https://github.com/satyamit) +- [Shangcheng Li](https://github.com/shangchengg) +- [Shirinpandey](https://github.com/Shirinpandey) +- [Shivam Gupta](https://github.com/shivam543210) +- [Siddharth Anil](https://github.com/sidnovates) +- [Sneha Singh](https://github.com/snehasingh-25) +- [Sobin Maret](https://github.com/SireLancelott) +- [Sophie Sokol](https://github.com/ippotheboxer) +- [Sreekutty K](https://github.com/sreekutty-434) +- [Supreet Kaur](https://github.com/Supreetkaur1) +- [Swaeba Bilal](https://github.com/Swaeba-Bilal) +- [Tavi Ungerleider](https://github.com/tungerle) +- [Thomas Sales](https://github.com/ThomasGSales) +- [Tirth Prajapati](https://github.com/TirthCric) +- [TrevyBurgess](https://github.com/TrevyBurgess) +- [Tristan Collier](https://github.com/CollierTR) +- [Tristan Orpilla](https://github.com/13tristan) +- [Turab Usmani](https://github.com/turab-usmani) +- [Ushio-Hayase](https://github.com/Ushio-Hayase) +- [Varsha Ghodase](https://github.com/Varsha1202) +- [Varsha Ghodase](https://github.com/Varsha1202) +- [Veysel Yatkın](https://github.com/veysel2020) +- [Viktor Kozlovskyi](https://github.com/Vitia10) +- [Wessel Steenkamp](https://github.com/wesse206) +- [William Ince](https://github.com/incey-spider) +- [Yura_Hernandez](https://github.com/yuracoff18) +- [Zafran Ullah](https://github.com/zafran-ullah) +- [Zohaib Khan](https://github.com/zohaibkhan745) +- [c-lombardi23](https://github.com/c-lombardi23) +- [candycane124](https://github.com/candycane124) +- [cashtanowiec](https://github.com/cashtanowiec) +- [codemikemike](https://github.com/codemikemike) +- [goldenbough0](https://github.com/goldenbough0) +- [hamadsedrati](https://github.com/hamadsedrati) +- [janGithub122](https://github.com/janGithub122) - [otocolobus12](https://github.com/otocolobus12) -- [ritik](https://github.com/ritik-python) -- [Nalluri Balakumari](https://github.com/balanalluri3458798) -- [Kirti Desale](https://github.com/kirtidesale) -- [Kong Lor](https://github.com/kjl-89) hello! - - [Ella](https://github.com/Ellasimms1) hey! - - [Leon](https://github.com/Lvang05) Hello. - [ARendall](https://github.com/18arendall) Hi everyone! - [kmj8843](https://github.com/kmj8843) - [Eluri Pavan Kumar] (https://github.com/Pavan-000) Hello thanks for the Guidance -- [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! -[Ramesh Nair](https://github.com/ramesh-nair-dev) Hello ! --[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! -- [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! -- [Nitin Bharathy](https://github.com/nitinbharathy) - First change -- David (: -- [adityay72](https://github.com/adityay72) This is a very good initiative! -- [KaeganM](https://github.com/KaeganM) My first Contribution -- [Gigitor](https://github.com/Gigitor) Hello developer friends ; -- [TheReactiveMice](https://github.com/TheReactiveMice) That's where everything is beginning? -[AleksBG44](https://github.com/AleksBG44) Good luck to everyone in your projects! -[Spidun](https://github.com/Spidun) Hello Welcome to you new life. -[Brianna Durrant](https://github.com/BriN3r) Heyyy! -[kzvang](https://github.com/kzvang) My first contribution! -- Aarush Sanghi -[Enes Demir](https://github.com/GadgetXl) -[Sushean Sharma](https://github.com/sushean) -[Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life.' -[Jakub Rudowski](https://github.com/J4kubR) Open source here I come :) Happy to be a part of a big community. -[Robert Blank](https://github.com/Blorbertfox42) Hello people -[Cherry] -Qadir Abdulahad -I am Lakshya Sharma and making my first open source contribution -- [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o -[Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. -- [david](https://github.com/dasango) I hate coding -- [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! -[Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! -[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) -[Paul Bushen](https://github.com/ItzPlasmaYT) Hello fellow gits. Hope you have a nice day :) -- [Riley Temme](https://github.com/RileyTemme) Hello, I am a Web Development Student! -[Swap Ranadive](https://github.com/grilled-swampert) etching my starting point here -[Cole Starry](https://github.com/Cole-Starry) Catching up on College work. -- [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh -- [Sushean_Sharma] (https://github.com/sushean) -- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue -- [Kriti D](https://github.com/Kderasadi) -- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code -- [Malak Atitallah](https://github.com/malakatit) - My first contrubition -- [Tharindu Silva](https://github.com/TharinduSilva2019774) - It's time to give something back :) -- [yuktha](https://github.com/yuktha0505) - My first contrubition -- [Logan Schmunck](https://github.com/lSchmunck) - A little behind on college work but I'm figuring it out. -- [Muhammad](https://github.com/saadthedeveloper/) - My first open source contribution -- [Periyasamy R](https://github.com/PERI14/) - My first Contributuon game on --[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo -[Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! -- [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! -[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! -[Ali Moros](https://github.com/Ali-Moros) - Yeaaaaah body, let's code baby -- [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. -- [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. --[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... -- [siminpool](https://github.com/siminpool) -- [ccppurcell](https://github.com/ccppurcell) -- [Huda Bikhoir](https://github.com/hudabikhoir) -- [Mboira](https://github.com/MBOIRA) -- [Cheonkyu](https://github.com/cheonkyu) -- [Rapteon](https://github.com/Rapteon) -- [nikhilpachange](https://github.com/cheonkyu) -- [murtaza](https://github.com/murtazz) -- [Tony Wong](https://github.com/tony31913) -- [Melvin](https://github.com/melvinmsm) -- [Deniz Burduroglu](https://github.com/denizburduroglu) -- [Mahmoud Hamed](https://github.com/mahmoudhamed) -- [Thejas P Rao](https://github.com/thejasrao262003) -- [vishnuVarthan](https://github.com/Vishnu-Varthan1) -- [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in -- [BelenS] (https://github.com/belensuarez477) -- [Jztchl](https://github.com/jztchl) - Here to learn, contribute, and leave some footprints in Git. -- [akashisang](https://github.com/Akashisang) -- [Duo](https://github.com/NamingRacksMyBrain) -- [SindhuPriy](https://github.com/SindhuPriya1842007) -- [Pooja B](https://github.com/PoojaB24) -- [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! -- [Arachnesan] -- [George Spesivtsev](https://github.com/gorop51-2) -- Parveen Rana -- [Rahul] (https://github.com/rahul15-manch) -- [Anushka] (https://github.com/Anushka8) -- [Hugo David Cortinas González](https://github.com/Hcortinas) -- [Roberto RW] (https://github.com/roberto-rw) -- [Jimmy So] this is 250924. I wanna free~ -- [tdx2] - a software developer -- [lyricalcarpenter] - Here I am, here I remain! -- [axniks](https://github.com/axniks) -- [charles] - (https://github.com/charlestran2006) - first contribution! -- [htyffn] - (https://github.com/htyffn) -- [tnguruve] - (https://github.com/tnguruve/). - first contribution -- [Shikhar Singh] -(https://github.com/shikhar3dev) -- [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost -- [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< -- [Aleena](https://github.com/aroset919/) - First Git Contribution! -- [Allen](https://github.com/its-allen) -Allen Here... -[Duc Tran](https://github.com/doitsu2014) - Hi everyone -- [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! -- [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! I'm working on it!!! -- [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! -- [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 -- [Saikishor-Rasala](https://github.com/saikishorr) -- [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! -- [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) -- [ydrz3](https://github.com/yydrowz3) - hello world - [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome -- [Justin Velliyath](https://github.com/justinvelliyath0) -- [Himanshu Firke](https://github.com/himanshu-firke/) -- [Sohyeon412](https://github.com/sohyeon412) -- [Shivanii30](https://github.com/Shivanii30) -- [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution -- [fant205](https://github.com/fant205) - Give me fuel, give me fire ... -- [Gopi Lakke](https://github.com/gopilakke) - my first-contribution -- [Krishna Yadav](https://github.com/yadav-krish) - Entering into the realm of Open Source :) -- [Lucas Cloes](https://github.com/cccLUCASccc) - Yo -- [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami -- [Ahmed Abass](https://github.com/AhmedAbass2004) -- [Mithun Gupta](https://github.com/Mithunmkks) -- [Tung Nguyen](https://github.com/tungnguyen21012000-sys) -- [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! -- [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! -- [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. -- [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. -- [lian-wang](https://github.com/26abc) -Hi everyone! -- [abc123](https://github.com/26abc) - Hi everyone! It's my first contribution.Thanks for the authors. -- [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 -- [Aditya Telsinge](https://github.com/AdityaTel89) - Hi, My first contribution... -- [arunpusala7](https://github.com/arunpusala7)- This is the time to do something meaningful in coding life by contributing in opensource projects -- [uec203](https://github.com/uec203) - My first contrubition -- [Scott Lundgren](https://github.com/scottelundgren) - Not my first contribution, but fun to add -- [KillianDlds](https://github.com/KillianDlds) -Yo everyone -- [Özgür Polat](https://github.com/ozzo666) - ✌️ -- [vanya-36](https://github.com/vanya-36) - Starting my journey in open source! -- [oldschoolmoron](https://github.com/oldschoolmoron) - hi, i'm moron! -- [SunShine](https://github.com/SGYWN1) -- [Ashik Syed Muhammad](https://github.com/Ashiksyedmuhammad) - Starting here... 🚀 -- [ArjunO-008](https://github.com/ArjunO-008) - Yeaa! Open Source.. -- [Adel](https://github.com/codemmaann) - If you are reading this, I hope you have a good day - +- [rajeshwar](https://github.com/snehasuresh2005) +- [romeopopescu](https://github.com/romeopopescu) +- [shreekrishna](https://github.com/sreekrishnah) +- [shubham goyal](https://github.com/shubgoyal23) +- [sithananthan](https://github.com/sithananthan) +- [square-story](https://github.com/square-story) +- [tomasbennett](https://github.com/tomasbennett) From 9dca34c9b40d668f71dbfbb716c520afa8d66e22 Mon Sep 17 00:00:00 2001 From: Raihan Ahmed Date: Mon, 29 Sep 2025 01:05:48 +0600 Subject: [PATCH 317/333] Add Raihan-Ahmed to the Contributors list (#104352) Co-authored-by: Enmilo Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8c60460b..c45c144b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -553,6 +553,7 @@ - [Ambar Singh](https://github.com/ambar-singh) - [Aniket Singh](https://github.com/darksoul-7) - [Antonio Fábio](https://github.com/zodiecko) +- [Raihan Ahmed](https://github.com/Enmilo-dev) - [Areen Patil](https://github.com/areen-patil) - [Ashish Bairwa](https://github.com/ashishb20) - [Ashok Reddy](https://github.com/ashokCh-dev) From 97b5d11f67aa0a2dca612b7872c638ef961e0d7a Mon Sep 17 00:00:00 2001 From: Yahya Fazeli <16841878+YahyaFazeli@users.noreply.github.com> Date: Sun, 28 Sep 2025 23:15:55 +0330 Subject: [PATCH 318/333] Add yahya-fazeli to Contributors list (#104361) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c45c144b..7ff5fad0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -868,6 +868,7 @@ - [Wiktor Kycia](https://github.com/wiktorKycia) - [Yash Gupta](https://github.com/YashGupta2106) - [Yashwanth G](https://github.com/yashwanthg13) +- [Yahya Fazeli](https://github.com/yahyafazeli) - [nyinyi zin](https://github.com/nyinyizin-dev) - [rishabh1024](https://github.com/rishabh1024/) - [sajad thapa](https://github.com/sajadthapa04) From 3c210be60c8763a09f20bbab396c0a93e52ac327 Mon Sep 17 00:00:00 2001 From: JDanielGS <108901830+JDanielGS@users.noreply.github.com> Date: Sun, 28 Sep 2025 15:38:17 -0500 Subject: [PATCH 319/333] Add JDanielGS to Contributors list (#104364) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7ff5fad0..b52e3b71 100644 --- a/Contributors.md +++ b/Contributors.md @@ -192,6 +192,7 @@ - [Owen Roukey](https://github.com/rouk5555) - [Pankaj Monga](https://github.com/p-monga) - [Patrick Yeung](https://github.com/eampat) +- [Daniel Gacha](https://github.com/JDanielGS) - [Plexton](https://github.com/ZaibLComrade) - [Prasad J B](https://github.com/Prasad-JB) - [Pro Kumar](https://github.com/pkumar2143) From ec5be67705da6c8cabe0c06c7170d47b32da2824 Mon Sep 17 00:00:00 2001 From: Sneha Saravanan <73630726+snehasaran09@users.noreply.github.com> Date: Sun, 28 Sep 2025 20:27:37 -0400 Subject: [PATCH 320/333] Sneha Saravanan (#104366) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b52e3b71..bbd542b5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -585,6 +585,7 @@ - [Ernesto Donado](https://github.com/edonado2) - [Fabio Mingione](https://github.com/FabMin94) - [Fahim_Al_Rashid](https://github.com/fahimar) +- [Sneha Saravanan](https://github.com/snehasaran09) - [Farman Ali](https://github.com/farman-cloud) - [Fatih Portakal](https://github.com/GoStKoRx) - [Gafoor Shaik](https://github.com/gafoor-bot) From 6a13e8c21b21cdba8e28b7046da561e179543818 Mon Sep 17 00:00:00 2001 From: ClayLaMothe <118137048+ClayLaMothe@users.noreply.github.com> Date: Sun, 28 Sep 2025 19:44:54 -0500 Subject: [PATCH 321/333] Add Clay LaMothe to Contributors list (#104367) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bbd542b5..af2594e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -989,6 +989,7 @@ - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Rushikesh Jadhav](https://github.com/Rushi543) - [SANJAY KUMAR](https://github.com/sanjaydeepak) +- [Clay LaMothe](https://github.com/ClayLaMothe) - [Sagar Patel](https://github.com/sagarpatel279) - [Sahil Gulunjkar](https://github.com/Sahil4757) - [Sakshi Jaiswal](https://github.com/Sakshijazz) From 51142d249e313c8db570c43eb32764617bc598e0 Mon Sep 17 00:00:00 2001 From: Aiden Liu Date: Mon, 29 Sep 2025 13:52:25 +1300 Subject: [PATCH 322/333] Add aidenliu to Contributor list (#104368) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index af2594e9..6582627b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1042,3 +1042,4 @@ - [sithananthan](https://github.com/sithananthan) - [square-story](https://github.com/square-story) - [tomasbennett](https://github.com/tomasbennett) +- [aidenliu](https://github.com/aiden-liu) From 0df31d596e483dcea556cef841220fb44ef52899 Mon Sep 17 00:00:00 2001 From: DDiyash <149958769+DDiyash@users.noreply.github.com> Date: Mon, 29 Sep 2025 08:24:08 +0530 Subject: [PATCH 323/333] Add DDiyash to Contributors list (#104369) Co-authored-by: DDiyash --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6582627b..07914826 100644 --- a/Contributors.md +++ b/Contributors.md @@ -277,6 +277,7 @@ - [Husnain Khaliq](https://github.com/huscse) - [Jason Pham](https://github.com/JeisonPham) - [Jay](https://github.com/Jayesh-Prajapati9) +- [Diyashree Devadiga](https://github.com/DDiyash) - [Jessica Thomas](https://github.com/jmt713) - [Jin-Ho Lee](https://github.com/Jin-HoMLee) - [John Mixon](https://github.com/mixdev2112) From 994fea805ff56be006e4d8c307560ab234d886a2 Mon Sep 17 00:00:00 2001 From: ARIYAN BHAKAT Date: Mon, 29 Sep 2025 09:37:23 +0530 Subject: [PATCH 324/333] Add Ariyan Bhakat to Contributors list (#104371) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 07914826..a14fa9f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1044,3 +1044,4 @@ - [square-story](https://github.com/square-story) - [tomasbennett](https://github.com/tomasbennett) - [aidenliu](https://github.com/aiden-liu) +- [Ariyan Bhakat](https://github.com/arywk40-hue) \ No newline at end of file From 3d8a4549a36bcf3ccf4a0635ed56a6092b7f0305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=BD=A9=E5=A5=87=EF=BC=88Yang=20Pei=20qi?= =?UTF-8?q?=EF=BC=89?= <128909049+Sevenquarters@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:28:51 +0800 Subject: [PATCH 325/333] Add Sevenquarters to contributors (#104372) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a14fa9f2..9d1038a8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1044,4 +1044,5 @@ - [square-story](https://github.com/square-story) - [tomasbennett](https://github.com/tomasbennett) - [aidenliu](https://github.com/aiden-liu) -- [Ariyan Bhakat](https://github.com/arywk40-hue) \ No newline at end of file +- [Ariyan Bhakat](https://github.com/arywk40-hue) +- [Sevenquarters](https://github.com/Sevenquarters) \ No newline at end of file From a7431ec0944759725585464c976f0631cef95cc2 Mon Sep 17 00:00:00 2001 From: Viticooo Date: Sun, 28 Sep 2025 23:14:31 -0600 Subject: [PATCH 326/333] Add Viticooo to Contributors list (#104374) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9d1038a8..1039af84 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1045,4 +1045,5 @@ - [tomasbennett](https://github.com/tomasbennett) - [aidenliu](https://github.com/aiden-liu) - [Ariyan Bhakat](https://github.com/arywk40-hue) -- [Sevenquarters](https://github.com/Sevenquarters) \ No newline at end of file +- [Sevenquarters](https://github.com/Sevenquarters) +- [Viticooo](https://github.com/Viticooo) \ No newline at end of file From 10ae9b70ba11168ce015734523ff53352ed723e5 Mon Sep 17 00:00:00 2001 From: eyallampel1 Date: Mon, 29 Sep 2025 08:48:19 +0300 Subject: [PATCH 327/333] Added a name to the contrib file (#104375) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1039af84..9737957d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -233,6 +233,7 @@ - [Zain Amjad](https://github.com/zancheema) - [gatura](https://github.com/gatura-source) - [srinath g](https://github.com/srinath176) +- [Elampel](https://github.com/eyallampel1/) - [traf nosleep](https://github.com/ayohsan) - [Aaaappplle](https://github.com/aaaappplle) - [Aaliyah Raheem](https://github.com/aaliot) From 2af3cc3ac9a3e90368174814134761c01b3d8764 Mon Sep 17 00:00:00 2001 From: Davin Zaki Date: Mon, 29 Sep 2025 15:06:31 +0700 Subject: [PATCH 328/333] Add davinzaki to Contributors list (#104377) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9737957d..a6ebbb17 100644 --- a/Contributors.md +++ b/Contributors.md @@ -755,6 +755,7 @@ - [Dede Sangmortey](https://github.com/Ladydede) - [Deer.Darkness](https://github.com/matinebadi) - [Devansh Baghla](https://github.com/Devansh-b) +- [davinzaki](https://github.com/davinzaki) - [Devansh Singh](https://github.com/Devansh-04) - [Dhuliana Dantas](https://github.com/Dhuliana) - [Diparna Adhikary](https://github.com/Diparna) From d925a590e63ff64ce57dd8066e9c9f19f9ef07cb Mon Sep 17 00:00:00 2001 From: chandev123 Date: Mon, 29 Sep 2025 17:20:47 +0900 Subject: [PATCH 329/333] Add CHAN to Contributors list (#104378) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a6ebbb17..ffd58ad7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1048,4 +1048,5 @@ - [aidenliu](https://github.com/aiden-liu) - [Ariyan Bhakat](https://github.com/arywk40-hue) - [Sevenquarters](https://github.com/Sevenquarters) -- [Viticooo](https://github.com/Viticooo) \ No newline at end of file +- [Viticooo](https://github.com/Viticooo) +- [chandev123](https://github.com/chandev123) \ No newline at end of file From bb16bdcca894ae8f3260b68b8128a20f28d18bcd Mon Sep 17 00:00:00 2001 From: Virbhadra Khobare <169702520+VirabhadraKhobare@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:03:30 +0530 Subject: [PATCH 330/333] Add virabhadra to Contributors list (#104379) Co-authored-by: Virabhadra Amar Khobare --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ffd58ad7..739e1b93 100644 --- a/Contributors.md +++ b/Contributors.md @@ -226,6 +226,7 @@ - [Vedanth](https://github.com/Vedanth81106) - [Vinh D Tran](https://github.com/s3500659) - [Vinit Rana](https://github.com/RanaVinit) +- [Virabhadra Khobare](https://github.com/VirabhadraKhobare) - [YudisSutisna](https://github.com/Hanep77) - [Yux](https://github.com/rahumers321POPPy) - [Zach Garza](https://github.com/ZachG1235) From 2c006a160da5953a7176c2e0a00c605c638337b7 Mon Sep 17 00:00:00 2001 From: SAURABH JAGTAP <163508440+Saurabh-Jagtap@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:30:43 +0530 Subject: [PATCH 331/333] Saurabh-Jagtap (#104380) Co-authored-by: Shruti J --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9b61fe65..3c766cd5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -992,6 +992,7 @@ - [Rumesha Ansari](https://github.com/Rumesha400) - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Rushikesh Jadhav](https://github.com/Rushi543) +- [Saurabh Jagtap](https://github.com/Saurabh-Jagtap) - [SANJAY KUMAR](https://github.com/sanjaydeepak) - [Clay LaMothe](https://github.com/ClayLaMothe) - [Sagar Patel](https://github.com/sagarpatel279) From ffc947a59455196f0fdc7834fd124214ffb552e3 Mon Sep 17 00:00:00 2001 From: EzekielGabino Date: Mon, 29 Sep 2025 17:05:07 +0800 Subject: [PATCH 332/333] Ezekiel Gabino (#104381) Co-authored-by: unknown --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c766cd5..34700b33 100644 --- a/Contributors.md +++ b/Contributors.md @@ -53,6 +53,7 @@ - [Quan Dinh](https://github.com/Vanquan99) - [Radhakrishan](https://github.com/rkdevx) - [Raphael-W](https://github.com/Raphael-W) +- [Ezekiel Gabino](https://github.com/EzekielGabino) - [Rion Sato](https://github.com/Rion-Sato) - [Ryan Gapp](https://github.com/ryan-gapp) - [S.Yukiko](https://github.com/yuki-git-9) From 1eec8981c7f8db3c5e363becd6e9e7e8d00991f5 Mon Sep 17 00:00:00 2001 From: Yaser-Sellami Date: Mon, 29 Sep 2025 12:28:31 +0200 Subject: [PATCH 333/333] Add Yaser Sellami to Contributors list (#104382) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2c46c18b..c6f54fa8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -101,6 +101,7 @@ - [mayurk224](https://github.com/mayurk224) - [ninet33n](https://github.com/meetVaidya) - [nisarg404](https://github.com/nisarg404) +- [Yaser-Sellami](https://github.com/Yaser-Sellami) - [omartrese](https://github.com/omartrese) - [p-a-brown](https://github.com/p-a-brown) - [peng qin](https://github.com/pengqinppp)