From 80aef5d81ea948cf737b05046a5806284998de5f Mon Sep 17 00:00:00 2001 From: Janzen Go Date: Fri, 14 Feb 2025 16:21:06 +0800 Subject: [PATCH 001/309] 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/309] 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/309] 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/309] 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/309] 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/309] 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/309] 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/309] 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/309] 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/309] 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/309] =?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/309] 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 a3edeef42d9f5cde802574e88f299747a1d05e97 Mon Sep 17 00:00:00 2001 From: Hiruna-SP Date: Sun, 3 Aug 2025 23:03:45 +0530 Subject: [PATCH 013/309] Add Hiruna Panditha to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9aaeab3b..0ee918dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -997,6 +997,7 @@ Hager - [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) From 09ddc1307b2c5eb6f74c3a4f5aacb30f3d6355fb Mon Sep 17 00:00:00 2001 From: Hiruna-SP Date: Sun, 3 Aug 2025 23:54:18 +0530 Subject: [PATCH 014/309] Add clear guidance on cloning forked repository in sinhala translation --- docs/translations/README.si.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.si.md b/docs/translations/README.si.md index ba24b530..9da2847c 100644 --- a/docs/translations/README.si.md +++ b/docs/translations/README.si.md @@ -22,7 +22,7 @@ මෙම ගබඩාව clone කරන්න -දැන් ඔබේ පරිගණකට fork කරපු repository ය ක්ලෝන කරන්න. ඔබට ඔබගේ GitHub ගිණුමට ගොස් fork කරපු repository විවෘත කර clone බොත්තම ක්ලික් කර එය පසුරු පුවරුවට (clipboard) පිටපත් කිරීමෙන් මෙය කළ හැක. +දැන් ඔබේ පරිගණකට fork කරපු repository ය ක්ලෝන කරන්න. ඔබට ඔබගේ GitHub ගිණුමට ගොස් fork කරපු repository විවෘත කර code බොත්තම ක්ලික් කර,පසුව SSH ටැබය මත ක්ලික් කිරීමෙන් ලැබෙන url එක පසුරු පුවරුවට (clipboard) පිටපත් කිරීමෙන් මෙය කළ හැක. *terminal* හෝ *command prompt* විවෘත කර පහත git විධානය ක්‍රියාත්මක කරන්න: From 8aae4dfc1d999030b3c50bd6b74fe712590307eb Mon Sep 17 00:00:00 2001 From: lelemita Date: Fri, 22 Aug 2025 15:57:59 +0900 Subject: [PATCH 015/309] 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 016/309] 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 017/309] 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 018/309] 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 019/309] 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 020/309] 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 07929bcad60f38c7ae65a17e69d36cc7570629e8 Mon Sep 17 00:00:00 2001 From: Raj Gupta <150777419+Raj-G07@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:59:25 +0530 Subject: [PATCH 021/309] Update README.gl.md --- docs/translations/README.gl.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/translations/README.gl.md b/docs/translations/README.gl.md index de340a1d..967a38aa 100644 --- a/docs/translations/README.gl.md +++ b/docs/translations/README.gl.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) @@ -109,4 +108,3 @@ Axiña mesturarei os teus cambios (facendo *merge*) na master branch deste proxe ## Onde ir dende aquí? -Tamén poderías unirte á nosa *equipa* en Slack no caso de que necesites axuda ou teñas algunha pregunta. [Únete ó noso Slack](https://firstcontributors.slack.com/join/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY) From 7648cdcf760fd03d9cc2056ae891932ea429e612 Mon Sep 17 00:00:00 2001 From: Kalicheti Ajay Kumar <122966845+Kalicheti-Ajay@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:08:55 +0530 Subject: [PATCH 022/309] Removed slack link in Hindi translation #104284 Remove slack link in Hindi translation #104284 And Added a link to code contributions repo similar to main Readme. --- docs/translations/README.hi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.hi.md b/docs/translations/README.hi.md index 9fef1919..6f4277ee 100644 --- a/docs/translations/README.hi.md +++ b/docs/translations/README.hi.md @@ -114,7 +114,7 @@ git push origin <अपनी-शाखा-का-नाम-जोड़ें> अपने पहले योगदान की खुशी में जश्न मनाएं तथा इसे [वेब एप्प](https://firstcontributions.github.io/#social-share) के जरिये अपने मित्रों के साथ शेयर करें। -आप हमारी स्लैक टीम को ज्वाइन कर सकते हैं यदि आपको कुछ मदद चाहिए या आपके कोई प्रश्न हों । [स्लैक पे ज्वाइन करें](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) +यदि आप अधिक अभ्यास करना चाहते हैं, तो हमारे । [कोड योगदान](https://github.com/roshanjossey/code-contributions) अब आप अन्य प्रोजेक्ट्स पर योगदान कर सकते हैं, तो चलिए शुरू करते हैं! हमने आपके लिए एक प्रोजेक्ट्स की सूचि तैयार की है जहाँ सरल इश्यूज हैं । आप चाहें तो वहाँ से आरम्भ कर सकते हैं । [प्रोजेक्ट्स कि लिस्ट](https://firstcontributions.github.io/#project-list) 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 023/309] 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 b137e89088d1376b994c9d9d38a60a733dd7aa7d Mon Sep 17 00:00:00 2001 From: unxi <3084382268@qq.com> Date: Sun, 28 Sep 2025 20:07:07 +0800 Subject: [PATCH 024/309] Remove link to slack in Belarusian translation --- docs/translations/README.by.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.by.md b/docs/translations/README.by.md index ab624d83..dc68aecd 100644 --- a/docs/translations/README.by.md +++ b/docs/translations/README.by.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) From 7c751d628f9eba01cd3a9ffac85b756cccbe3a9c Mon Sep 17 00:00:00 2001 From: Shahzaib Ahmad Date: Sun, 28 Sep 2025 17:10:59 +0500 Subject: [PATCH 025/309] 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 026/309] 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 027/309] 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 028/309] 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 029/309] 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 030/309] 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 031/309] 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 a6cf6a2b4c003135e5528b143fc1f968b755d030 Mon Sep 17 00:00:00 2001 From: RyanKingWorkrise Date: Sun, 28 Sep 2025 17:43:30 +0100 Subject: [PATCH 032/309] #104267: Remove Irish slack link, and add my name --- Contributors.md | 1 + docs/translations/README.ga.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0a91f426..b0d8d0f3 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) +- [Ryan King] <3 - [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 :) diff --git a/docs/translations/README.ga.md b/docs/translations/README.ga.md index fff5e61c..8de91ce3 100644 --- a/docs/translations/README.ga.md +++ b/docs/translations/README.ga.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) [![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) From d8cc16b25f3e1bcead6b240f52795344fb8c576e Mon Sep 17 00:00:00 2001 From: Hritik Kumar Date: Sun, 28 Sep 2025 22:17:25 +0530 Subject: [PATCH 033/309] 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 034/309] 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 035/309] 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 036/309] 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 037/309] 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 038/309] 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 039/309] 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 040/309] 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 041/309] 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 042/309] 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 043/309] 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 044/309] 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 045/309] 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 a327e57e04e4ca73df9429516d4d9bdfa6a2d61f Mon Sep 17 00:00:00 2001 From: Meidarow <60526952+Meidarow@users.noreply.github.com> Date: Sun, 28 Sep 2025 16:41:43 -0300 Subject: [PATCH 046/309] Add Meidarow to contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index eb984988..64fca112 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3311,4 +3311,4 @@ I am Lakshya Sharma and making my first open source contribution - [Ö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.. - +- [Meidarow](https://github.com/Meidarow) - Let's see what the fuss is about! 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 047/309] 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 048/309] 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 5af7a45b89c0e60449626d4cd9beb76454e91a66 Mon Sep 17 00:00:00 2001 From: Lostchyld <103064451+dragonsewist@users.noreply.github.com> Date: Sun, 28 Sep 2025 17:52:49 -0500 Subject: [PATCH 049/309] Remove slack link in Ewe translation #104262 Removes the slack link in line 2 of README.ewe.md file. --- docs/translations/README.ewe.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.ewe.md b/docs/translations/README.ewe.md index 4f28afd7..ec3ab018 100644 --- a/docs/translations/README.ewe.md +++ b/docs/translations/README.ewe.md @@ -1,5 +1,4 @@ [![kɔmpiutaɖoɖo femaxee ƒe Lɔlɔ̃](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) [![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) From e897f9334b35764189e2329cd9da7e601119aae9 Mon Sep 17 00:00:00 2001 From: Lostchyld <103064451+dragonsewist@users.noreply.github.com> Date: Sun, 28 Sep 2025 18:01:11 -0500 Subject: [PATCH 050/309] Add LostChyld to Contributors.md #104262 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b52e3b71..a8c94733 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [JBetz-Dev](https://github.com/JBetz-Dev) - [James-826](https://github.com/James-826) - [Janardhan Polle](https://github.com/Jce) +- [LostChyld](https://github.com/dragonsewist/) - [Jason Wiggs](https://github.com/wiggs30) - [Jenna Hall](https://github.com/swejenna) - [Jerry](https://github.com/SniperRaccoon) 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 051/309] 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 052/309] 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 053/309] 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 054/309] 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 055/309] 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 056/309] 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 057/309] 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 058/309] 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 059/309] 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 060/309] 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 061/309] 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 062/309] 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 063/309] 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 064/309] 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) From 12bee776de229de36aa99c56daa9792f9d603442 Mon Sep 17 00:00:00 2001 From: RAGHAV CHANANA Date: Mon, 29 Sep 2025 17:28:02 +0530 Subject: [PATCH 065/309] Added Raghav Chanana to Contributors list --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 97dbdb18..5372209a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Fady Zaky](https://github.com/0ddAuto00) - [Fangphire](https://github.com/fangphire) - [Furanimus](https://github.com/Furanimus) @@ -12,6 +13,7 @@ - [JBetz-Dev](https://github.com/JBetz-Dev) - [James-826](https://github.com/James-826) - [Janardhan Polle](https://github.com/Jce) +- [Raghav Chanana] (https://github.com/sidrag3045) - [Jason Wiggs](https://github.com/wiggs30) - [Jenna Hall](https://github.com/swejenna) - [Jerry](https://github.com/SniperRaccoon) @@ -639,7 +641,7 @@ - [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) +- [Pavan Mhaisne](https://github.com/piyushm4) - [Pavani](https://github.com/PavaniMuppalla29) - [Peter Hilbert](https://github.com/pehilbert) - [PraveenX812](https://github.com/PraveenX812) From 4107881dfccc02c3b900653dadaf933650bb1de9 Mon Sep 17 00:00:00 2001 From: Sarmela Raja Sekaran <49147159+sarmelaraj@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:54:02 +0800 Subject: [PATCH 066/309] Add Sarmela Raja Sekaran to Contributors list (#104387) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 97dbdb18..77ebb553 100644 --- a/Contributors.md +++ b/Contributors.md @@ -74,6 +74,7 @@ - [Vasu Singh](https://github.com/Vasu1303) - [Vrund Patel](https://github.com/Vrund09) - [Will Preece](https://github.com/wpreece) +- [Sarmela Raja Sekaran](https://github.com/sarmelaraj) - [Xinsheng Ooi](https://github.com/xs1128) - [Yonas Girma](https://github.com/J0na555) - [Zoe Reed](https://github.com/zoereedviz) From 6cd6739c7bc0ef28cb0cf633f4647efbb3225293 Mon Sep 17 00:00:00 2001 From: Rey <129594654+Reydeuss@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:54:51 +0700 Subject: [PATCH 067/309] Add Reydeuss to contributors list (#104388) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 77ebb553..1ba1c6a9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -355,6 +355,7 @@ - [ccppurcell](https://github.com/ccppurcell) - [davidw1281](https://github.com/davidw1281) - [eobrien673](https://github.com/eobrien673) +- [Reydeuss](https://github.com/Reydeuss) - [fedxemilio](https://github.com/fedxemilio) - [fikrirazor](https://github.com/fikrirazor) - [happypepii](https://github.com/happypepii) From a56bb29a2db2292d6980767f41f38820b30cdc61 Mon Sep 17 00:00:00 2001 From: dant1k <98425972+dant1k@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:13:09 +0300 Subject: [PATCH 068/309] docs: add dant1k to Contributors (#104389) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1ba1c6a9..4ecb581a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1061,3 +1061,4 @@ - [Sevenquarters](https://github.com/Sevenquarters) - [Viticooo](https://github.com/Viticooo) - [chandev123](https://github.com/chandev123) +- [dant1k](https://github.com/dant1k) – crypto/telegram/dev From 3f222f719f1c6e23e0dcaecd7cc05b305456d1e4 Mon Sep 17 00:00:00 2001 From: ryanking3 Date: Mon, 29 Sep 2025 14:53:53 +0100 Subject: [PATCH 069/309] remove contributors change realised this just causes conflicts --- Contributors.md | 882 ------------------------------------------------ 1 file changed, 882 deletions(-) diff --git a/Contributors.md b/Contributors.md index 39d005da..4ecb581a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,886 +1,4 @@ # Contributors -- [Derbadunkadunk](https://github.com/DerBadunkadunk) - Hello github and here is my first contribution. -- [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) -- [Ryan King] <3 -- [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 -- [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 -- [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) - [Fady Zaky](https://github.com/0ddAuto00) - [Fangphire](https://github.com/fangphire) - [Furanimus](https://github.com/Furanimus) From beac908f305d6569160871f640117b709a8185f6 Mon Sep 17 00:00:00 2001 From: __Sid__004 <146583369+Sid-5137@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:47:51 +0530 Subject: [PATCH 070/309] Add Sid-5137 to Contributors list (#104392) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4ecb581a..3cef5749 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ - [Gopal Iyer](https://github.com/geekiyer) - [Harry-GNS](https://github.com/Harry-GNS) - [Helen Tsui](https://github.com/helentht) +- [Sid-5137](https://github.com/Sid-5137) - [Hoin Shin](https://github.com/signalman) - [ITSMijaiL](https://github.com/ITSMijaiL) - [Itay Levi](https://github.com/ItayLHdev) From 006476738b82ddbe3d644dbf589e727bf6835abd Mon Sep 17 00:00:00 2001 From: SoongGuanLeong <108955118+SoongGuanLeong@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:21:03 +0800 Subject: [PATCH 071/309] Add SoongGuanLeong to Contributors list (#104393) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3cef5749..4e0024e7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ - [Madan A](https://github.com/maddy-aleti) - [Magonborn](https://github.com/MagonBorn) - [Maruthi S](https://github.com/JSMaruthi) +- [SoongGuanLeong](https://github.com/SoongGuanLeong) - [Masalt0](https://github.com/Masalto5835) - [Matt Bellardi](https://github.com/met97) - [Maxi Rebolo](https://github.com/MaxiR23) From 8983bf996e2b235bcda308d15e758a913eebd157 Mon Sep 17 00:00:00 2001 From: jackliDev Date: Mon, 29 Sep 2025 12:02:45 -0400 Subject: [PATCH 072/309] Add Jack to Contributers List --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4e0024e7..f3054e5f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Fady Zaky](https://github.com/0ddAuto00) - [Fangphire](https://github.com/fangphire) - [Furanimus](https://github.com/Furanimus) @@ -643,7 +644,7 @@ - [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) +- [Pavan Mhaisne](https://github.com/piyushm4) - [Pavani](https://github.com/PavaniMuppalla29) - [Peter Hilbert](https://github.com/pehilbert) - [PraveenX812](https://github.com/PraveenX812) @@ -1054,6 +1055,7 @@ - [shubham goyal](https://github.com/shubgoyal23) - [sithananthan](https://github.com/sithananthan) - [square-story](https://github.com/square-story) +- [Jack](https://github.com/jackliDev) - [tomasbennett](https://github.com/tomasbennett) - [Rahmatulloh Ibrohim](https://github.com/raxmatulloxswe/) - [Kostiantyn Semenenko](https://github.com/NureSemenenkoKostiantyn) From d4ce05219379a23084bb03a666b2738c7775627c Mon Sep 17 00:00:00 2001 From: Raine Z <135627264+You-know-who666@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:22:49 +0000 Subject: [PATCH 073/309] Add You-know-who666 to Contributors list (#104376) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4e0024e7..589e2917 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1060,7 +1060,8 @@ - [saravanan](https://github.com/saravanan27-learner) - [aidenliu](https://github.com/aiden-liu) - [Ariyan Bhakat](https://github.com/arywk40-hue) +- [Raine Z](https://github.com/You-know-who666) - [Sevenquarters](https://github.com/Sevenquarters) - [Viticooo](https://github.com/Viticooo) - [chandev123](https://github.com/chandev123) -- [dant1k](https://github.com/dant1k) – crypto/telegram/dev +- [dant1k](https://github.com/dant1k) – crypto/telegram/dev \ No newline at end of file From b8260ee669183d71b5fdbd9b675b1bee7a2ba1fc Mon Sep 17 00:00:00 2001 From: Erick Passos Date: Mon, 29 Sep 2025 20:05:21 +0100 Subject: [PATCH 074/309] Add erickcpassos to Contributors list (#104397) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 589e2917..b999af82 100644 --- a/Contributors.md +++ b/Contributors.md @@ -699,6 +699,7 @@ - [chandanvnk1](https://github.com/chandanvnk1) - [dylan-sacco](https://github.com/dylan-sacco) - [git-gud-jim](https://github.com/git-gud-jim) +- [Erick Passos](https://github.com/erickcpassos) - [harshit](https://github.com/harshitpatel862) - [hudabikhoir](https://github.com/hudabikhoir) - [isaacbelles](https://github.com/isaacbelles) From 4a3b6aea420eaf7c3c453d3228d425ad18e9e879 Mon Sep 17 00:00:00 2001 From: Hannah Vaughn <88961212+hannahv71@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:07:51 -0400 Subject: [PATCH 075/309] Add Hannah (#104398) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b999af82..501b076a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1065,4 +1065,5 @@ - [Sevenquarters](https://github.com/Sevenquarters) - [Viticooo](https://github.com/Viticooo) - [chandev123](https://github.com/chandev123) +- [Hannah V](https://github.com/hannahv71) - [dant1k](https://github.com/dant1k) – crypto/telegram/dev \ No newline at end of file From f6d4d1ec42ed90122a79efc1b6e9d1e8b892036c Mon Sep 17 00:00:00 2001 From: RubenDev25 <116218931+RubenDev25@users.noreply.github.com> Date: Mon, 29 Sep 2025 21:37:33 +0200 Subject: [PATCH 076/309] Add RubenDev25 to Contributors list (#104399) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 501b076a..d2665062 100644 --- a/Contributors.md +++ b/Contributors.md @@ -182,6 +182,7 @@ - [Luan Lessa](https://github.com/LuanLessa) - [Luke Eades](https://github.com/LukeEades) - [Mariusz Sobczak](https://github.com/SmoQ) +- [RubenDev25] (https://github.com/RubenDev25) - [Mayen Akech](https://github.com/Mayen007) - [Meet Shah](https://github.com/Meet6338-X) - [Moresh](https://github.com/Moresh-Mishra) From ca875b72cd9e05ed1959d8a0e984206c5ae42fd0 Mon Sep 17 00:00:00 2001 From: vishwakarma-31 <130857961+vishwakarma-31@users.noreply.github.com> Date: Tue, 30 Sep 2025 01:11:36 +0530 Subject: [PATCH 077/309] Add Aryan Vishwakarma to Contributors list (#104400) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d2665062..133db052 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Fady Zaky](https://github.com/0ddAuto00) +- [Aryan Vishwakarma](https://github.com/vishwakarma-31) - [Fangphire](https://github.com/fangphire) - [Furanimus](https://github.com/Furanimus) - [Ginny](https://github.com/ginnysingh789) From fc7405d6a1fa582f7ddd7c40c0a3daf26089a391 Mon Sep 17 00:00:00 2001 From: Bruno Costa Date: Mon, 29 Sep 2025 16:50:38 -0300 Subject: [PATCH 078/309] Add bruno-costa to Contributors list (#104401) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 133db052..a3ebf039 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Gopal Iyer](https://github.com/geekiyer) - [Harry-GNS](https://github.com/Harry-GNS) - [Helen Tsui](https://github.com/helentht) +- [Bruno Costa](https://github.com/brunocosta-devlab) - [Sid-5137](https://github.com/Sid-5137) - [Hoin Shin](https://github.com/signalman) - [ITSMijaiL](https://github.com/ITSMijaiL) From 01da504075ee67c215368d2d1a6d522028d973bd Mon Sep 17 00:00:00 2001 From: Paulina T Date: Mon, 29 Sep 2025 14:42:09 -0600 Subject: [PATCH 079/309] Add Paulina Thrasher to Contributors List (#104403) Co-authored-by: Paulina Thrasher --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a3ebf039..af8608ef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -49,6 +49,7 @@ - [Nithwin V M](https://github.com/Nithwin) - [Numan Khan](https://github.com/Nuu-maan) - [Paul Serise](https://github.com/pserise) +- [Paulina Thrasher](https://github.com/paulinathrasher) - [Pramod560](https://github.com/Pramod560) - [Praneeth](https://github.com/praneethem) - [Pranesh](https://github.com/Pranesh2288) From 879a932bf61d6dc931ce4d367c04eadd357b2e2a Mon Sep 17 00:00:00 2001 From: Ahmad Siddique Date: Tue, 30 Sep 2025 01:54:10 +0500 Subject: [PATCH 080/309] first contribution was successful (#104404) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index af8608ef..3b3c2989 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1070,4 +1070,5 @@ - [Viticooo](https://github.com/Viticooo) - [chandev123](https://github.com/chandev123) - [Hannah V](https://github.com/hannahv71) -- [dant1k](https://github.com/dant1k) – crypto/telegram/dev \ No newline at end of file +- [dant1k](https://github.com/dant1k) – crypto/telegram/dev +- [Ahmad Siddique](https://github.com/ahmadsiddique-dev) - [Portfolio](https://ahmadsiddique.vercel.app/) \ No newline at end of file From 3f23787895cbc8cc8e8d5a58547c7ec40902455a Mon Sep 17 00:00:00 2001 From: priyanka2sharma Date: Tue, 30 Sep 2025 02:59:16 +0530 Subject: [PATCH 081/309] Add Priyanka Sharma to Contributors List (#104406) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3b3c2989..bdb204ca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ - [JoachimC](https://github.com/Joachim280) - [Joncineus](https://github.com/joncineus) - [Julius Jones](https://github.com/jlwj22) +- [Priyanka Sharma](https://github.com/priyanka2sharma) - [Justin](https://github.com/JustinBifeld) - [KamalKant](https://github.com/kamal2730) - [Kjohnbaba](https://github.com/kjohnbaba) From 3a74225db779fffa540e54bece48c4dd9faf20c0 Mon Sep 17 00:00:00 2001 From: Joshua Norris Date: Mon, 29 Sep 2025 22:48:03 +0100 Subject: [PATCH 082/309] added Joshua Norris to the contributors list (#104408) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bdb204ca..2137bbcd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Joshua Norris](https://github.com/Noshie23) - [Fady Zaky](https://github.com/0ddAuto00) - [Aryan Vishwakarma](https://github.com/vishwakarma-31) - [Fangphire](https://github.com/fangphire) @@ -1072,4 +1073,4 @@ - [chandev123](https://github.com/chandev123) - [Hannah V](https://github.com/hannahv71) - [dant1k](https://github.com/dant1k) – crypto/telegram/dev -- [Ahmad Siddique](https://github.com/ahmadsiddique-dev) - [Portfolio](https://ahmadsiddique.vercel.app/) \ No newline at end of file +- [Ahmad Siddique](https://github.com/ahmadsiddique-dev) - [Portfolio](https://ahmadsiddique.vercel.app/) From a346ea063a2e17d91fcfde6ccd06fc3586d9ac34 Mon Sep 17 00:00:00 2001 From: Jose Domingo Soto Rivera Date: Mon, 29 Sep 2025 17:52:07 -0400 Subject: [PATCH 083/309] add Jose Soto to Contributors list (#104409) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2137bbcd..4c8daa9d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -169,6 +169,7 @@ - [Harsh Kaushik](https://github.com/hrk022) - [HighPoly](https://github.com/HighPolygon) - [Ian McManus](https://github.com/ianmcman) +- [Jose Soto] (https://github.com/jossotriv) - [Igor Balić](https://github.com/Iggy2399) - [Isaac F](https://github.com/YellowFlello) - [Janaki Ram K](https://github.com/JKR0805) From 837e801e7e87b13017fd8b41139aa741a92bbe56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Cansado?= <156091433+julcansado@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:26:54 -0300 Subject: [PATCH 084/309] Adding my name (#104410) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4c8daa9d..22849dc5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1075,3 +1075,4 @@ - [Hannah V](https://github.com/hannahv71) - [dant1k](https://github.com/dant1k) – crypto/telegram/dev - [Ahmad Siddique](https://github.com/ahmadsiddique-dev) - [Portfolio](https://ahmadsiddique.vercel.app/) +- [Júlia Cansado](https://github.com/julcansado) From eb03cdec911ddf5a04d20eaf23f76471d1637964 Mon Sep 17 00:00:00 2001 From: RedTeamRidion Date: Mon, 29 Sep 2025 18:08:48 -0500 Subject: [PATCH 085/309] Added Zak Slovak to Contributors list (#104411) Co-authored-by: RedTeamRidion --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 22849dc5..9e45a93e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -130,6 +130,7 @@ - [Alexander](https://github.com/azuaje1982) - [Alif Akbar](https://github.com/alifakbxr) - [Alokananda Y](https://github.com/alok-38) +- Zak Slovak - [Aminat A](https://github.com/pejuameenat) - [Andrew D](https://github.com/myMEDIA1578) - [Angad Bhalla](https://github.com/Anga205) From 7b3123d2c417d36080471ce9e4cda2c3018611d3 Mon Sep 17 00:00:00 2001 From: SolidUmbrella Date: Mon, 29 Sep 2025 20:52:58 -0500 Subject: [PATCH 086/309] added brian griffin (#104412) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9e45a93e..fd3bb839 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ - [Krish Yadav](https://github.com/Ky-1106) - [Krrishray](https://github.com/krrishray) - [Kyle Boo](https://github.com/bookang869) +- [Brian Griffin](https://github.com/SolidUmbrella) - [LaraAcuna](https://github.com/LaraAcuna) - [Likhitha](https://github.com/likhitha07) - [MACantara](https://github.com/MACantara) From 27620b98a772bbb26d33b086b5f629a8b7cecf75 Mon Sep 17 00:00:00 2001 From: Richard Coney <97815638+rccoder22@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:03:31 -0400 Subject: [PATCH 087/309] Add Rick C to contributors list (#104413) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd3bb839..a7ab0c4e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Helen Tsui](https://github.com/helentht) - [Bruno Costa](https://github.com/brunocosta-devlab) - [Sid-5137](https://github.com/Sid-5137) +- [Rick C](https://github.com/rccoder22) - [Hoin Shin](https://github.com/signalman) - [ITSMijaiL](https://github.com/ITSMijaiL) - [Itay Levi](https://github.com/ItayLHdev) From ae1bbd37824f860769d928c67f699499d5ae7f04 Mon Sep 17 00:00:00 2001 From: elvisGutierrez22 Date: Mon, 29 Sep 2025 20:41:57 -0600 Subject: [PATCH 088/309] Add Elvis Gutierrez to Contributors list --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a7ab0c4e..0ede3373 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Joshua Norris](https://github.com/Noshie23) - [Fady Zaky](https://github.com/0ddAuto00) - [Aryan Vishwakarma](https://github.com/vishwakarma-31) @@ -653,7 +654,7 @@ - [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) +- [Pavan Mhaisne](https://github.com/piyushm4) - [Pavani](https://github.com/PavaniMuppalla29) - [Peter Hilbert](https://github.com/pehilbert) - [PraveenX812](https://github.com/PraveenX812) @@ -797,6 +798,7 @@ - [Harshita Kode](https://github.com/2210030019) - [Huda Bikhoir](https://github.com/hudabikhoir) - [Ifeoma-Chidera](https://github.com/ifaycodes) +- [Elvis Gutierrez](https://github.com/ElvisGutierrez) - [JVent-WSU](https://github.com/JVentulett-WSU) - [Jahnavi-avi](https://github.com/jahnavi-9741) - [Jaimie Chong](https://github.com/jaimiechong) From de77873f7fd1f6ec9d7c8b80daebbd64cb52102f Mon Sep 17 00:00:00 2001 From: thotasu Date: Mon, 29 Sep 2025 21:05:50 -0700 Subject: [PATCH 089/309] Added Suma to contributors list (#104416) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a7ab0c4e..c58d8fc7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1033,6 +1033,7 @@ - [Sophie Sokol](https://github.com/ippotheboxer) - [Sreekutty K](https://github.com/sreekutty-434) - [Supreet Kaur](https://github.com/Supreetkaur1) +- [Suma](https://github.com/test) - [Swaeba Bilal](https://github.com/Swaeba-Bilal) - [Tavi Ungerleider](https://github.com/tungerle) - [Thomas Sales](https://github.com/ThomasGSales) From f5e4b6a120375874093b8002ed91836abd89c452 Mon Sep 17 00:00:00 2001 From: "Haidarabbas(Akira)" Date: Tue, 30 Sep 2025 09:55:07 +0530 Subject: [PATCH 090/309] Add haidarabbas to Contributors list (#104417) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c58d8fc7..e6df94b7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -126,6 +126,7 @@ - [yashpr349](https://github.com/yashpr349) - [Aaron Lee](https://github.com/acelee0621) - [Abdul Basit](https://github.com/abdulawr) +- [HaidarAbbas](https://github.com/Haidarabbas731) - [Adam Moria](https://github.com/aabro1325) - [Ahmed Fikri](https://github.com/Fikri-20) - [Akash Dahal](https://github.com/DARKAD10) From c7a9f40895080934adae60213c566c2502a874be Mon Sep 17 00:00:00 2001 From: Zohaib Ahmad Ali Date: Tue, 30 Sep 2025 09:37:30 +0500 Subject: [PATCH 091/309] Zohaib to Contributors list (#104418) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e6df94b7..a1bb3cb7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Fady Zaky](https://github.com/0ddAuto00) - [Aryan Vishwakarma](https://github.com/vishwakarma-31) - [Fangphire](https://github.com/fangphire) +- [Zohaib](https://github.com/Iamzohaibali) - [Furanimus](https://github.com/Furanimus) - [Ginny](https://github.com/ginnysingh789) - [Gopal Iyer](https://github.com/geekiyer) From ad89abc26f2faaab468e776b5569326aba906c90 Mon Sep 17 00:00:00 2001 From: seungminbluebox Date: Tue, 30 Sep 2025 14:17:10 +0900 Subject: [PATCH 092/309] Seung Min Park to Contributors list --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a1bb3cb7..cefdfd18 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Joshua Norris](https://github.com/Noshie23) - [Fady Zaky](https://github.com/0ddAuto00) - [Aryan Vishwakarma](https://github.com/vishwakarma-31) @@ -639,6 +640,7 @@ - [MFigueroa](https://github.com/MiguelFOlivar) - [Mandrukamal](https://github.com/Mandrukamal) - [Manisha1679](https://github.com/Manisha1679) +- [Seung Min Park](https://github.com/seungminbluebox) - [Manya Goel](https://github.com/MANYAGOEL123) - [Martí Cabañas](https://github.com/cabah24) - [Mate Kopaliani](https://github.com/Ka10ken1) @@ -655,7 +657,7 @@ - [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) +- [Pavan Mhaisne](https://github.com/piyushm4) - [Pavani](https://github.com/PavaniMuppalla29) - [Peter Hilbert](https://github.com/pehilbert) - [PraveenX812](https://github.com/PraveenX812) From 954710d47ea676cfc17a36bf89f8244945eb48a7 Mon Sep 17 00:00:00 2001 From: Akshat Date: Tue, 30 Sep 2025 11:03:25 +0530 Subject: [PATCH 093/309] add-terror-akshat (#104421) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a1bb3cb7..d8b9cce1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -90,6 +90,7 @@ - [Zoe Reed](https://github.com/zoereedviz) - [abishekh](https://github.com/Abishekhob) - [atlas-ian](https://github.com/atlas-ian) +- [terror-akshat](https://github.com/terror-akshat) - [azhank391](https://github.com.azhank391) - [b1tranger](https://github.com/b1tranger) - [casa-code](https://github.com/casa-code) From 7408758986486cccc95c1a34fb27e610f237088e Mon Sep 17 00:00:00 2001 From: Evan Xu Date: Mon, 29 Sep 2025 22:59:26 -0700 Subject: [PATCH 094/309] Added Evan Xu to contributers list (#104422) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d8b9cce1..4af124e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1083,3 +1083,4 @@ - [dant1k](https://github.com/dant1k) – crypto/telegram/dev - [Ahmad Siddique](https://github.com/ahmadsiddique-dev) - [Portfolio](https://ahmadsiddique.vercel.app/) - [Júlia Cansado](https://github.com/julcansado) +- [Evan Xu](https://github.com/ThisEVAN1) From c4b53b16e85ab64a7b0bc53ddbf87d7e9b07d466 Mon Sep 17 00:00:00 2001 From: Devmon Date: Tue, 30 Sep 2025 11:35:04 +0530 Subject: [PATCH 095/309] Added name to the contributor file (#104423) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4af124e9..909f51bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -49,6 +49,7 @@ - [Michael](https://github.com/LucidWinter) - [Musbi8788](https://github.com/Musbi8788) - [Navaneeth D](https://github.com/ar3s-nd) +- [Yukesh D](https://github.com/Yukesh-30) - [Naveen C](https://github.com/naveench98) - [Nehsik](https://github.com/Kishen271828) - [Nithwin V M](https://github.com/Nithwin) From ba34792840cd6c941a32698eada07fca0c1953a6 Mon Sep 17 00:00:00 2001 From: NishanthCodeX <95604665+NishanthCodeX@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:46:48 +0530 Subject: [PATCH 096/309] new user added (#104424) * Update Contributors.md new user added * Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 909f51bd..1611c46e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1085,3 +1085,4 @@ - [Ahmad Siddique](https://github.com/ahmadsiddique-dev) - [Portfolio](https://ahmadsiddique.vercel.app/) - [Júlia Cansado](https://github.com/julcansado) - [Evan Xu](https://github.com/ThisEVAN1) +- [sowmiya](https://github.com/sowmiya880) From 4c4098415fd9ddbf6d7eb38c969b83f3bad54c5f Mon Sep 17 00:00:00 2001 From: abhayrajagnihotri <153421378+abhayrajagnihotri@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:54:56 +0530 Subject: [PATCH 097/309] Ahay (#104425) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1611c46e..04318e1f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Sid-5137](https://github.com/Sid-5137) - [Rick C](https://github.com/rccoder22) - [Hoin Shin](https://github.com/signalman) +- [Abhay Raj Agnihotri](https://github.com/abhayrajagnihotri) - [ITSMijaiL](https://github.com/ITSMijaiL) - [Itay Levi](https://github.com/ItayLHdev) - [JBetz-Dev](https://github.com/JBetz-Dev) From 9a0f8c1d0960064f6842f5b1bf84213daefc88f5 Mon Sep 17 00:00:00 2001 From: Malvin T Machingura Date: Tue, 30 Sep 2025 09:15:40 +0200 Subject: [PATCH 098/309] Add sehmaluva to the contributors list (#104426) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 04318e1f..fbaae778 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Joshua Norris](https://github.com/Noshie23) +- [Malvin-sehmaluva-Machingura](https://github.com/sehmaluva) - [Fady Zaky](https://github.com/0ddAuto00) - [Aryan Vishwakarma](https://github.com/vishwakarma-31) - [Fangphire](https://github.com/fangphire) From 213a66767718a345a9de46f06712ee0ef6338f7f Mon Sep 17 00:00:00 2001 From: Aman Gupta <114063775+fusionAMAN@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:45:54 +0530 Subject: [PATCH 099/309] fusionAMAN (#104427) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fbaae778..b50e2a72 100644 --- a/Contributors.md +++ b/Contributors.md @@ -94,6 +94,7 @@ - [abishekh](https://github.com/Abishekhob) - [atlas-ian](https://github.com/atlas-ian) - [terror-akshat](https://github.com/terror-akshat) +- [fusionAMAN](https://github.com/fusionAMAN) - [azhank391](https://github.com.azhank391) - [b1tranger](https://github.com/b1tranger) - [casa-code](https://github.com/casa-code) From 746a31a875968062c2f7b38e34f5d4d88125db0b Mon Sep 17 00:00:00 2001 From: Yash Shirgaonkar Date: Tue, 30 Sep 2025 13:29:31 +0530 Subject: [PATCH 100/309] Update Contributors.md (#104429) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b50e2a72..a635a4da 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Joshua Norris](https://github.com/Noshie23) +- [Yash Shirgaonkar](https://github.com/Yashs02-code) - [Malvin-sehmaluva-Machingura](https://github.com/sehmaluva) - [Fady Zaky](https://github.com/0ddAuto00) - [Aryan Vishwakarma](https://github.com/vishwakarma-31) From 806b58f4f9d3a74fe4821a82e6e3002076c09949 Mon Sep 17 00:00:00 2001 From: Sayed Munatzir Date: Tue, 30 Sep 2025 13:31:26 +0530 Subject: [PATCH 101/309] Add Muntazir Sayed to Contributors list (#104430) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a635a4da..d2f88647 100644 --- a/Contributors.md +++ b/Contributors.md @@ -119,6 +119,7 @@ - [ninet33n](https://github.com/meetVaidya) - [nisarg404](https://github.com/nisarg404) - [Yaser-Sellami](https://github.com/Yaser-Sellami) +- [Muntazir-Sayed](https://github.com/Muntazir-sd) - [lelemita](https://github.com/lelemita) - [omartrese](https://github.com/omartrese) - [p-a-brown](https://github.com/p-a-brown) From 7b9f12c86b8a03b5ac327de659d0aaa779abb2d5 Mon Sep 17 00:00:00 2001 From: Rafi Date: Tue, 30 Sep 2025 14:03:08 +0600 Subject: [PATCH 102/309] Add syedsabbir-git to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b50e2a72..c32d41a9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1089,3 +1089,4 @@ - [Júlia Cansado](https://github.com/julcansado) - [Evan Xu](https://github.com/ThisEVAN1) - [sowmiya](https://github.com/sowmiya880) +- [syedsabbir-git](https://github.com/syedsabbir-git) \ No newline at end of file From 53e3ab86bfc98bfbfca199105e20bb46cee78f40 Mon Sep 17 00:00:00 2001 From: Archit Anirudhan Date: Tue, 30 Sep 2025 13:33:38 +0530 Subject: [PATCH 103/309] Add Archit to Contributors list (#104431) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d2f88647..3300636b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -91,6 +91,7 @@ - [Sarmela Raja Sekaran](https://github.com/sarmelaraj) - [Xinsheng Ooi](https://github.com/xs1128) - [Yonas Girma](https://github.com/J0na555) +- [Archit Anirudhan](https://github.com/4rch1tT) - [Zoe Reed](https://github.com/zoereedviz) - [abishekh](https://github.com/Abishekhob) - [atlas-ian](https://github.com/atlas-ian) From 13a76684a7a2f11bfe5d77581fdfe53fd6d53619 Mon Sep 17 00:00:00 2001 From: Syed Sabbir Ahmed Date: Tue, 30 Sep 2025 14:06:23 +0600 Subject: [PATCH 104/309] Add syedsabbir-git to Contributors list (#104433) Co-authored-by: Rafi --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3300636b..49ad98ea 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1092,3 +1092,4 @@ - [Júlia Cansado](https://github.com/julcansado) - [Evan Xu](https://github.com/ThisEVAN1) - [sowmiya](https://github.com/sowmiya880) +- [syedsabbir-git](https://github.com/syedsabbir-git) \ No newline at end of file From ed8722e176775d3d470ad3c24a9df676f9dc2235 Mon Sep 17 00:00:00 2001 From: Rafi Date: Tue, 30 Sep 2025 14:07:52 +0600 Subject: [PATCH 105/309] Remove Slack links from Greek translation --- docs/translations/README.gr.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/translations/README.gr.md b/docs/translations/README.gr.md index 8feee52c..83f2e6e6 100644 --- a/docs/translations/README.gr.md +++ b/docs/translations/README.gr.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) @@ -125,9 +124,6 @@ git push origin Γιορτάστε και μοιραστείτε την συνεισφορά σας με τους φίλους και τους ακόλουθους σας πηγαίνοντας στο [web app](https://firstcontributions.github.io/#social-share). -Μπορείτε να συμμετέχετε στην ομάδα μας στο slack σε περίπτωση που θέλετε κάποια βοήθεια ή έχετε κάποια ερώτηση. -[Η ομάδα μας στο slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Τώρα μπορείτε να ξεκινήσετε να συνεισφέρετε και σε άλλα project. Έχουμε φτιάξει μια λίστα από project με εύκολα προβλήματα για να ξεκινήσετε. Δείτε εδώ [τη λίστα με τα project](https://firstcontributions.github.io/#project-list). ### [Επιπρόσθετο υλικό](../additional-material/git_workflow_scenarios/additional-material.md) @@ -136,4 +132,4 @@ git push origin | 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) | +| [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) | \ No newline at end of file From 1a0261cddabb8f823fa563e105e817e4b3af0dd9 Mon Sep 17 00:00:00 2001 From: Parshuram Singh <99655801+parshuramsingh@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:48:27 +0530 Subject: [PATCH 106/309] Add Parshuram Singh to Contributors list (#104435) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 49ad98ea..59560831 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1092,4 +1092,5 @@ - [Júlia Cansado](https://github.com/julcansado) - [Evan Xu](https://github.com/ThisEVAN1) - [sowmiya](https://github.com/sowmiya880) -- [syedsabbir-git](https://github.com/syedsabbir-git) \ No newline at end of file +- [syedsabbir-git](https://github.com/syedsabbir-git) +- [Parshuram Singh](https://github.com/parshuramsingh) From 76bd89d9377cb525760ece89fbc1502d99659614 Mon Sep 17 00:00:00 2001 From: baralchirag Date: Tue, 30 Sep 2025 14:35:11 +0545 Subject: [PATCH 107/309] Fix/remove Slack link in Nepali README translation --- docs/translations/README.np.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/translations/README.np.md b/docs/translations/README.np.md index 12b4d4df..51973145 100644 --- a/docs/translations/README.np.md +++ b/docs/translations/README.np.md @@ -201,7 +201,8 @@ git push -u origin add-ram-regmi तपाईंले योगदान(contribution) दिनु भएकोमा खुशी मनाउनुहोस् र [web app](https://firstcontributions.github.io/#social-share) मा गएर आफ्नो friends and follower हरूमा पनि शेयर गर्नुहोस् । -तपाइँलाई कुनै पनि मद्दत चाहिन्छ वा कुनै प्रश्न छ भने तपाइँ हाम्रो slack team मा सामेल हुन सक्नुहुनेछ। [join slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). +यदि तपाईंलाई थप अभ्यास चाहियो भने, [कोड योगदानहरू](https://github.com/roshanjossey/code-contributions) हेर्नुहोस्। + अब तपाईले अन्य प्रोजेक्टहरूमा योगदान दिन सुरु गर्नुहोस्। हामीले तपाईंले गर्न सक्नुहुने सजिलो समस्याहरू(issues)को साथमा प्रोजेक्टहरूको सूची संकलन गरेका छौ हेर्नुहोस् ।. [list of projects in the web app](https://firstcontributions.github.io/#project-list)। From aa44bdd278e3b38805083ea6eac9f59445a9573f Mon Sep 17 00:00:00 2001 From: jiil <131904792+JIIL07@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:40:36 +0300 Subject: [PATCH 108/309] Add my name: JIIL (#104438) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 59560831..10887829 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1094,3 +1094,4 @@ - [sowmiya](https://github.com/sowmiya880) - [syedsabbir-git](https://github.com/syedsabbir-git) - [Parshuram Singh](https://github.com/parshuramsingh) +- [JIIL](https://github.com/JIIL07) \ No newline at end of file From f567945c74914b955f406d8eae0e6459d05eca4c Mon Sep 17 00:00:00 2001 From: Malav12339 <85942302+Malav12339@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:47:14 +0530 Subject: [PATCH 109/309] my name added to contributors list (#104439) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 10887829..418ecb60 100644 --- a/Contributors.md +++ b/Contributors.md @@ -762,6 +762,7 @@ - [Aryo Thursandi](https://github.com/thursandi) - [Ashish Jadhav](https://github.com/Ashish1022) - [Audrey W ](https://github.com/awhitneymiller) +- [Jack Brewer](https://github.com/jackojacko05) - [Ben Tootill](https://github.com/TriedDevotee) - [Benjamin Seddon](https://github.com/Seddo151) - [Bhavishay Bharti](https://github.com/bhavi-b) From 1e8128ea439ea9e4f2c3ce6b87bc03a308f60a07 Mon Sep 17 00:00:00 2001 From: Sahil Sankhyan Date: Tue, 30 Sep 2025 17:19:32 +0530 Subject: [PATCH 110/309] Add Sahil Sankhyan to Contributors List (#104440) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 418ecb60..904c0214 100644 --- a/Contributors.md +++ b/Contributors.md @@ -28,6 +28,7 @@ - [Jide Falaki](https://github.com/jidefal) - [Jingyi Lu](https://github.com/lulu61000) - [JoachimC](https://github.com/Joachim280) +- [Sahil Sankhyan](https://github.com/Sahil12341) - [Joncineus](https://github.com/joncineus) - [Julius Jones](https://github.com/jlwj22) - [Priyanka Sharma](https://github.com/priyanka2sharma) From ac2825dea904fd8cc829d0503b1c3b3876cf8d40 Mon Sep 17 00:00:00 2001 From: Fabian Bran <76971377+Fabian-Bran@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:27:21 +0100 Subject: [PATCH 111/309] Add fabian bran (#104441) * Add Fabian Bran to Contributors list * oops idk how that happened lol --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 904c0214..05fa4ea7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -981,6 +981,7 @@ - [Jatin Mehta](https://github.com/JatinMehta007) - [Jonah Raiford](https://github.com/JonahXiaFei) - [Kanishk Shukla](https://github.com/Kanishk819) +- [Fabian Bran](https://github.com/Fabian-Bran) - [Kashish Choudhary](https://github.com/kashu06) - [Keerthika](https://github.com/keerthikadevi-s) - [Kislay Kumar](https://github.com/kislayykumar) From cd1b326bfc8090957c86f1a00eda80598886033e Mon Sep 17 00:00:00 2001 From: Junhyeok Jeong <148296782+JJUNHYEOK@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:08:36 +0900 Subject: [PATCH 112/309] add my name to contributors list (#104445) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 05fa4ea7..869b038f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -304,6 +304,7 @@ - [Hemant-Dua](https://github.com/Hemant-Dua) - [Hosein Tajali](https://github.com/Kasra36) - [Husnain Khaliq](https://github.com/huscse) +- [Junhyeok Jeong] (https://github.com/jjunhyeok) - [Jason Pham](https://github.com/JeisonPham) - [Jay](https://github.com/Jayesh-Prajapati9) - [Diyashree Devadiga](https://github.com/DDiyash) From c737a23446779535f22f37582881a7ccd7f8cd78 Mon Sep 17 00:00:00 2001 From: bigstepper Date: Tue, 30 Sep 2025 09:26:07 -0400 Subject: [PATCH 113/309] Add Sammy to Contributors list (#104450) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 869b038f..61999a60 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1098,4 +1098,5 @@ - [sowmiya](https://github.com/sowmiya880) - [syedsabbir-git](https://github.com/syedsabbir-git) - [Parshuram Singh](https://github.com/parshuramsingh) -- [JIIL](https://github.com/JIIL07) \ No newline at end of file +- [JIIL](https://github.com/JIIL07) +- [Sammy](https://github.com/bigstepperxd) \ No newline at end of file From 420e11de74f559331d4d0be5a4b5f8ee725b1bc8 Mon Sep 17 00:00:00 2001 From: Abdullah Arafat Date: Tue, 30 Sep 2025 15:06:32 +0100 Subject: [PATCH 114/309] Add Abdullah Arafat to Contributors list (#104453) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 61999a60..61e69693 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1099,4 +1099,5 @@ - [syedsabbir-git](https://github.com/syedsabbir-git) - [Parshuram Singh](https://github.com/parshuramsingh) - [JIIL](https://github.com/JIIL07) -- [Sammy](https://github.com/bigstepperxd) \ No newline at end of file +- [Sammy](https://github.com/bigstepperxd) +- [Abdullah](https://github.com/AbdullahArafat27) \ No newline at end of file From 16e1b5e4b91b5f8df91dc3e682844137abdb3852 Mon Sep 17 00:00:00 2001 From: "Lucas C. Antunes" <151274149+Rulyns@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:10:36 -0400 Subject: [PATCH 115/309] Added Lucas C. Antunes to Contributors list (#104454) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 61e69693..d47f64eb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -144,6 +144,7 @@ - [Alif Akbar](https://github.com/alifakbxr) - [Alokananda Y](https://github.com/alok-38) - Zak Slovak +- [Lucas Couso Antunes](https://github.com/Rulyns) - [Aminat A](https://github.com/pejuameenat) - [Andrew D](https://github.com/myMEDIA1578) - [Angad Bhalla](https://github.com/Anga205) From 37a449ce2636aaa5c1ede6777ebda55b5c2650fd Mon Sep 17 00:00:00 2001 From: Hamza Shaikh <91555862+Raynzler@users.noreply.github.com> Date: Tue, 30 Sep 2025 19:43:56 +0530 Subject: [PATCH 116/309] Add Hamza Shaikh to Contributors list (#104455) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d47f64eb..b93b761c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Furanimus](https://github.com/Furanimus) - [Ginny](https://github.com/ginnysingh789) - [Gopal Iyer](https://github.com/geekiyer) +- [Hamza Shaikh](https://github.com/Raynzler) - [Harry-GNS](https://github.com/Harry-GNS) - [Helen Tsui](https://github.com/helentht) - [Bruno Costa](https://github.com/brunocosta-devlab) From 17b5de49f66e7f2330307f2b2770a9d3107f3fbb Mon Sep 17 00:00:00 2001 From: CHELOIPO Date: Tue, 30 Sep 2025 10:26:12 -0400 Subject: [PATCH 117/309] add marcelo Contributors (#104456) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b93b761c..7d6bd2af 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ - [Rick C](https://github.com/rccoder22) - [Hoin Shin](https://github.com/signalman) - [Abhay Raj Agnihotri](https://github.com/abhayrajagnihotri) +- [marcelo_iporre](https://github.com/CHELOIPO) - [ITSMijaiL](https://github.com/ITSMijaiL) - [Itay Levi](https://github.com/ItayLHdev) - [JBetz-Dev](https://github.com/JBetz-Dev) From 096c558da659c5cc5fd9996be069d06fb3438deb Mon Sep 17 00:00:00 2001 From: mariydi <80335067+mariydi@users.noreply.github.com> Date: Tue, 30 Sep 2025 23:30:27 +0900 Subject: [PATCH 118/309] Add Mariydi to Contributors list --- Contributors.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 7d6bd2af..2406cd1e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Joshua Norris](https://github.com/Noshie23) - [Yash Shirgaonkar](https://github.com/Yashs02-code) - [Malvin-sehmaluva-Machingura](https://github.com/sehmaluva) @@ -339,6 +340,7 @@ - [Pranav K P](https://github.com/pranavkp71) - [Pranay Gurav](https://github.com/cwpranay) - [RAYYAN KHAN](https://github.com/rayyan4t4) +- [Mariydi](https://github.com/mariydi) - [Rahul Kumar](https://github.com/imrahul05) - [RahulRawat](https://github.com/RHL-RWT-01) - [Rakshak R B](https://github.com/rakshakrb) @@ -668,7 +670,7 @@ - [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) +- [Pavan Mhaisne](https://github.com/piyushm4) - [Pavani](https://github.com/PavaniMuppalla29) - [Peter Hilbert](https://github.com/pehilbert) - [PraveenX812](https://github.com/PraveenX812) @@ -1103,4 +1105,4 @@ - [Parshuram Singh](https://github.com/parshuramsingh) - [JIIL](https://github.com/JIIL07) - [Sammy](https://github.com/bigstepperxd) -- [Abdullah](https://github.com/AbdullahArafat27) \ No newline at end of file +- [Abdullah](https://github.com/AbdullahArafat27) From 459975f60e36e35b820fb6420f0669b0f90af224 Mon Sep 17 00:00:00 2001 From: santhosh teja piridi Date: Tue, 30 Sep 2025 20:02:13 +0530 Subject: [PATCH 119/309] Add santhosh to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b93b761c..b4b574ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Ginny](https://github.com/ginnysingh789) - [Gopal Iyer](https://github.com/geekiyer) - [Hamza Shaikh](https://github.com/Raynzler) +- [santhosh teja](https://github.com/santhosh-7777) - [Harry-GNS](https://github.com/Harry-GNS) - [Helen Tsui](https://github.com/helentht) - [Bruno Costa](https://github.com/brunocosta-devlab) From 2d01300818c7ba35bf9955e8015c7aa4c1641d9c Mon Sep 17 00:00:00 2001 From: santhosh teja piridi Date: Tue, 30 Sep 2025 20:03:44 +0530 Subject: [PATCH 120/309] Add santhosh to contributors list (#104458) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7d6bd2af..26a7c3dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Ginny](https://github.com/ginnysingh789) - [Gopal Iyer](https://github.com/geekiyer) - [Hamza Shaikh](https://github.com/Raynzler) +- [santhosh teja](https://github.com/santhosh-7777) - [Harry-GNS](https://github.com/Harry-GNS) - [Helen Tsui](https://github.com/helentht) - [Bruno Costa](https://github.com/brunocosta-devlab) From c7a1500de42807fc1b1942070e986767217adfe4 Mon Sep 17 00:00:00 2001 From: santhosh teja piridi Date: Tue, 30 Sep 2025 20:18:35 +0530 Subject: [PATCH 121/309] second time addding my name --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b4b574ee..f3d0ffc7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Joshua Norris](https://github.com/Noshie23) +- [santhosh teja santhosh teja ](https://github.com/Yashs02-code) - [Yash Shirgaonkar](https://github.com/Yashs02-code) - [Malvin-sehmaluva-Machingura](https://github.com/sehmaluva) - [Fady Zaky](https://github.com/0ddAuto00) From 94ea201c84cba159440049c80272c0cbd33c7c06 Mon Sep 17 00:00:00 2001 From: Rohit Ghadge <141718592+Rod7678@users.noreply.github.com> Date: Tue, 30 Sep 2025 21:42:01 +0530 Subject: [PATCH 122/309] Add Rohit Ghadge to contributors list (#104461) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 26a7c3dd..5e2b6a81 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ - [Jason Wiggs](https://github.com/wiggs30) - [Jenna Hall](https://github.com/swejenna) - [Jerry](https://github.com/SniperRaccoon) +- [Rohit Madhu Ghadge](https://github.com/Rod7678) - [Jeyanth-S](https://github.com/Jeyanth-S) - [Jide Falaki](https://github.com/jidefal) - [Jingyi Lu](https://github.com/lulu61000) From 015827408baed169f1c711c98d352e547d2d64c0 Mon Sep 17 00:00:00 2001 From: lateandlazy Date: Tue, 30 Sep 2025 22:41:05 +0530 Subject: [PATCH 123/309] Add rehan to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d2665062..8098e077 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1067,4 +1067,5 @@ - [Viticooo](https://github.com/Viticooo) - [chandev123](https://github.com/chandev123) - [Hannah V](https://github.com/hannahv71) -- [dant1k](https://github.com/dant1k) – crypto/telegram/dev \ No newline at end of file +- [dant1k](https://github.com/dant1k) – crypto/telegram/dev +- [rehan2004](https://github.com/lateandlazy) From 62c426e44fd4405c4e640e7698ad9787d628c4ce Mon Sep 17 00:00:00 2001 From: Sahil Kapase Date: Tue, 30 Sep 2025 22:50:16 +0530 Subject: [PATCH 124/309] Added sahil name to Contributors list (#104463) Co-authored-by: sahil kapase --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 5e2b6a81..29639e14 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1105,4 +1105,5 @@ - [Parshuram Singh](https://github.com/parshuramsingh) - [JIIL](https://github.com/JIIL07) - [Sammy](https://github.com/bigstepperxd) -- [Abdullah](https://github.com/AbdullahArafat27) \ No newline at end of file +- [Abdullah](https://github.com/AbdullahArafat27) +- [Sahil](https://github.com/sahilkapase) \ No newline at end of file From 57d035cfe896a52c62af83d65c353fa9e8324f05 Mon Sep 17 00:00:00 2001 From: achmadr238 Date: Wed, 1 Oct 2025 00:47:52 +0700 Subject: [PATCH 125/309] Update Contributors.md (#104464) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 29639e14..f6fbccd4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Kazzpars](https://github.com/rid-acrh238) - [Joshua Norris](https://github.com/Noshie23) - [Yash Shirgaonkar](https://github.com/Yashs02-code) - [Malvin-sehmaluva-Machingura](https://github.com/sehmaluva) From e092a73a539d30cbbfe52ff6c41e2e732384f292 Mon Sep 17 00:00:00 2001 From: Abhi Rajput Date: Tue, 30 Sep 2025 23:45:30 +0530 Subject: [PATCH 126/309] Add abhi-rajput-KRP to Contributors list (#104467) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 41268818..8cbd73f6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ - [Michael](https://github.com/LucidWinter) - [Musbi8788](https://github.com/Musbi8788) - [Navaneeth D](https://github.com/ar3s-nd) +- [abhi-rajput-KRP](https://github.com/abhi-rajput-KRP) - [Yukesh D](https://github.com/Yukesh-30) - [Naveen C](https://github.com/naveench98) - [Nehsik](https://github.com/Kishen271828) From b570f19a20d8666c32c239ae451caa26f148924b Mon Sep 17 00:00:00 2001 From: Shreya Pandey Date: Tue, 30 Sep 2025 23:46:18 +0530 Subject: [PATCH 127/309] Add Shreya Pandey to Contributors list (#104469) Co-authored-by: unknown --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8cbd73f6..037b134d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -160,6 +160,7 @@ - [Arnav Joshi](https://github.com/Arnav020) - [Aryan Baid](https://github.com/aryanbaid) - [Basit Channa](https://github.com/basitbc) +- [Shreya Pandey](https://github.com/shreyapandey-23) - [Bonga M](https://github.com/BongaManzini) - [Bryan Johns](https://github.com/johbry17) - [Bryan Trujillo](https://github.com/btruj) From 49493666672e007d18a9abdb93737949c498f390 Mon Sep 17 00:00:00 2001 From: Luth <127913988+luthgllms@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:32:02 -0400 Subject: [PATCH 128/309] Add Luth Gallemaso to Contributors list (#104470) Co-authored-by: panzerwaschbar <127913988+panzerwaschbar@users.noreply.github.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 037b134d..528292c9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -227,6 +227,7 @@ - [Omar Emara](https://github.com/omarf2000) - [Omkar Guha](https://github.com/omkarguha) - [Owen Roukey](https://github.com/rouk5555) +- [Luth Gallemaso](https://github.com/luthgllms) - [Pankaj Monga](https://github.com/p-monga) - [Patrick Yeung](https://github.com/eampat) - [Daniel Gacha](https://github.com/JDanielGS) From 3e55eae5393385a75487290d984fae39187a0111 Mon Sep 17 00:00:00 2001 From: krish29-RR Date: Wed, 1 Oct 2025 00:13:18 +0530 Subject: [PATCH 129/309] Add krish to Contributors list --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 41268818..e67ab73c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1112,4 +1112,6 @@ - [JIIL](https://github.com/JIIL07) - [Sammy](https://github.com/bigstepperxd) - [Abdullah](https://github.com/AbdullahArafat27) -- [Sahil](https://github.com/sahilkapase) \ No newline at end of file +- [Sahil](https://github.com/sahilkapase) +- [krish](https://github.com/krish29-RJ) + From 4aefdc8e4552b294a59acbddb203fc04264c0eee Mon Sep 17 00:00:00 2001 From: Maxim Date: Tue, 30 Sep 2025 11:52:23 -0700 Subject: [PATCH 130/309] Added Max Kutepov to Contributors list --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 528292c9..b24c96bb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Kazzpars](https://github.com/rid-acrh238) - [Joshua Norris](https://github.com/Noshie23) - [santhosh teja santhosh teja ](https://github.com/Yashs02-code) @@ -16,6 +17,7 @@ - [Harry-GNS](https://github.com/Harry-GNS) - [Helen Tsui](https://github.com/helentht) - [Bruno Costa](https://github.com/brunocosta-devlab) +- [Max Kutepov](https://github.com/MaximKutepov) - [Sid-5137](https://github.com/Sid-5137) - [Rick C](https://github.com/rccoder22) - [Hoin Shin](https://github.com/signalman) @@ -1115,4 +1117,4 @@ - [JIIL](https://github.com/JIIL07) - [Sammy](https://github.com/bigstepperxd) - [Abdullah](https://github.com/AbdullahArafat27) -- [Sahil](https://github.com/sahilkapase) \ No newline at end of file +- [Sahil](https://github.com/sahilkapase) From fab082a31cc1fe253ba881e4f1799ee4a2572293 Mon Sep 17 00:00:00 2001 From: Purabjeet Singh Bagga Date: Wed, 1 Oct 2025 00:24:25 +0530 Subject: [PATCH 131/309] Add Purabjeet Singh Bagga to Contributors list (#104471) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 528292c9..736a19dc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -382,6 +382,7 @@ - [Zach Warmoth](https://github.com/ZWarmoth) - [Zairan Mir](https://github.com/Mir-Zairan) - [Zemenu Mekuria](https://github.com/Teklez) +- [Purabjeet Singh Bagga](https://github.com/Purabjeet07) - [Zuzanna Pilat](https://github.com/Pilat11) - [actiononme](https://github.com/actiononme) - [akashisang](https://github.com/Akashisang) From 6d29a50444ca99daf6c2d1dd427374fd32f8e2ed Mon Sep 17 00:00:00 2001 From: Avynjs <157320098+Avynjs@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:09:37 -0500 Subject: [PATCH 132/309] Add Avyn to Contributors list (#104474) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 736a19dc..e1d7d775 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1116,4 +1116,5 @@ - [JIIL](https://github.com/JIIL07) - [Sammy](https://github.com/bigstepperxd) - [Abdullah](https://github.com/AbdullahArafat27) -- [Sahil](https://github.com/sahilkapase) \ No newline at end of file +- [Sahil](https://github.com/sahilkapase) +- [Avyn](https://github.com/Avynjs) From b532b8c4909ebcd9460765b78ccba45f31fc84da Mon Sep 17 00:00:00 2001 From: Shriram Gupta <71961083+theshriramgupta@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:49:48 +0530 Subject: [PATCH 133/309] Add Shriram to Contributors list (#104396) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0d101bfb..f471edd8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -251,6 +251,7 @@ - [Sean Tilson](hhtps://github.com/smtilson) - [Shahrukh Khan](https://github.com/srk384) - [ShaiQ Shah](https://github.com/shahshaiq) +- [Shriram Gupta](https://github.com/theshriramgupta) - [Shudan Luo](https://github.com/shudanluo) - [Sidharth P](https://github.com/Sid-CodeX) - [Sina Soltani](https://github.com/sinaxzi) From a35d6101af6dbea29935d9c1db89262c6adbc13e Mon Sep 17 00:00:00 2001 From: ubaid naeem <117588645+ubaid2917@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:20:27 +0500 Subject: [PATCH 134/309] Update Contributors.md (#104475) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f471edd8..e45ca2af 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1121,3 +1121,4 @@ - [Abdullah](https://github.com/AbdullahArafat27) - [Sahil](https://github.com/sahilkapase) - [Avyn](https://github.com/Avynjs) +- [Ubaid](https://github.com/ubaid2917) From e562d5c817054c0230abdbf04ed6b3bdef483789 Mon Sep 17 00:00:00 2001 From: boss2412 <146807191+boss2412@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:01:05 +0530 Subject: [PATCH 135/309] Add Anurag-Tiwari to Contributors list (#104476) Co-authored-by: JinMoriNoHax --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e45ca2af..9bd6298f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Fangphire](https://github.com/fangphire) - [Zohaib](https://github.com/Iamzohaibali) - [Furanimus](https://github.com/Furanimus) +- [Anurag Tiwari](https://github.com/boss2412) - [Ginny](https://github.com/ginnysingh789) - [Gopal Iyer](https://github.com/geekiyer) - [Hamza Shaikh](https://github.com/Raynzler) From 75beceb841b86b35b3b88eb91a8dfa326a7cd36b Mon Sep 17 00:00:00 2001 From: Emmanuel Zelaya-Armenta Date: Tue, 30 Sep 2025 12:37:49 -0700 Subject: [PATCH 136/309] Add Emmanuel-Z (#104478) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9bd6298f..431d2d27 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Kazzpars](https://github.com/rid-acrh238) +- [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) - [Joshua Norris](https://github.com/Noshie23) - [santhosh teja santhosh teja ](https://github.com/Yashs02-code) - [Yash Shirgaonkar](https://github.com/Yashs02-code) From b0dee5364617873f3a62e3b9153a49aab88d7936 Mon Sep 17 00:00:00 2001 From: Suresh Raju Pilli Date: Wed, 1 Oct 2025 01:09:42 +0530 Subject: [PATCH 137/309] Add psrdotcom to Contributors list (#104479) Included psrdotcom's GitHub profile in the Contributors.md file to acknowledge their contributions. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 431d2d27..41958e42 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1124,3 +1124,4 @@ - [Sahil](https://github.com/sahilkapase) - [Avyn](https://github.com/Avynjs) - [Ubaid](https://github.com/ubaid2917) +- [psrdotcom](https://github.com/psrdotcom) From f650f27979146eca98ee3578ee3bd9b6d7aad3f0 Mon Sep 17 00:00:00 2001 From: Stardust2109 <142626272+Stardust2109@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:15:58 +0530 Subject: [PATCH 138/309] Added Vinit to the contributors list (#104480) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 41958e42..bc77cd49 100644 --- a/Contributors.md +++ b/Contributors.md @@ -80,6 +80,7 @@ - [Raphael-W](https://github.com/Raphael-W) - [Ezekiel Gabino](https://github.com/EzekielGabino) - [Rion Sato](https://github.com/Rion-Sato) +- [Vinit](https://github.com/Stardust2109) - [Ryan Gapp](https://github.com/ryan-gapp) - [S.Yukiko](https://github.com/yuki-git-9) - [STA](https://github.com/sithuaung246810) From cc642d29fa4c46105fb9da957a9f5d7ea84754ff Mon Sep 17 00:00:00 2001 From: Roshanjossey Date: Tue, 30 Sep 2025 21:50:00 +0200 Subject: [PATCH 139/309] move translated files to translations directory --- .../Egyptian}/Things a non Programmer can do.eg.md | 0 .../French}/Things a non Programmer can do.fr.md | 0 .../Indonesian}/Things a non Programmer can do.id.md | 0 .../Japanese}/Things a non Programmer can do.ja.md | 0 .../Kannada}/how-to-contribute-open-source-projects-kannada.md | 0 .../Korean}/Things a non Programmer can do.kr.md | 0 .../Romanian}/how-to-contribute-to-open-source-projects.ro.md | 0 .../Spanish}/Things a non Programmer can do.es.md | 0 .../{ => translations/Tamil}/Things a non Programmer can do.ta.md | 0 .../Tamil}/how-to-contribute-to-open-source-projects-tamil.md | 0 .../Telugu}/how-to-contribute-to-open-source-projects-telugu.md | 0 .../{ => translations/Thai}/Things a non Programmer can do.th.md | 0 .../Turkish}/Things a non Programmer can do.tr.md | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename docs/additional-material/{ => translations/Egyptian}/Things a non Programmer can do.eg.md (100%) rename docs/additional-material/{ => translations/French}/Things a non Programmer can do.fr.md (100%) rename docs/additional-material/{ => translations/Indonesian}/Things a non Programmer can do.id.md (100%) rename docs/additional-material/{ => translations/Japanese}/Things a non Programmer can do.ja.md (100%) rename docs/{ => additional-material/translations/Kannada}/how-to-contribute-open-source-projects-kannada.md (100%) rename docs/additional-material/{ => translations/Korean}/Things a non Programmer can do.kr.md (100%) rename docs/{ => additional-material/translations/Romanian}/how-to-contribute-to-open-source-projects.ro.md (100%) rename docs/additional-material/{ => translations/Spanish}/Things a non Programmer can do.es.md (100%) rename docs/additional-material/{ => translations/Tamil}/Things a non Programmer can do.ta.md (100%) rename docs/{ => additional-material/translations/Tamil}/how-to-contribute-to-open-source-projects-tamil.md (100%) rename docs/{ => additional-material/translations/Telugu}/how-to-contribute-to-open-source-projects-telugu.md (100%) rename docs/additional-material/{ => translations/Thai}/Things a non Programmer can do.th.md (100%) rename docs/additional-material/{ => translations/Turkish}/Things a non Programmer can do.tr.md (100%) diff --git a/docs/additional-material/Things a non Programmer can do.eg.md b/docs/additional-material/translations/Egyptian/Things a non Programmer can do.eg.md similarity index 100% rename from docs/additional-material/Things a non Programmer can do.eg.md rename to docs/additional-material/translations/Egyptian/Things a non Programmer can do.eg.md diff --git a/docs/additional-material/Things a non Programmer can do.fr.md b/docs/additional-material/translations/French/Things a non Programmer can do.fr.md similarity index 100% rename from docs/additional-material/Things a non Programmer can do.fr.md rename to docs/additional-material/translations/French/Things a non Programmer can do.fr.md diff --git a/docs/additional-material/Things a non Programmer can do.id.md b/docs/additional-material/translations/Indonesian/Things a non Programmer can do.id.md similarity index 100% rename from docs/additional-material/Things a non Programmer can do.id.md rename to docs/additional-material/translations/Indonesian/Things a non Programmer can do.id.md diff --git a/docs/additional-material/Things a non Programmer can do.ja.md b/docs/additional-material/translations/Japanese/Things a non Programmer can do.ja.md similarity index 100% rename from docs/additional-material/Things a non Programmer can do.ja.md rename to docs/additional-material/translations/Japanese/Things a non Programmer can do.ja.md diff --git a/docs/how-to-contribute-open-source-projects-kannada.md b/docs/additional-material/translations/Kannada/how-to-contribute-open-source-projects-kannada.md similarity index 100% rename from docs/how-to-contribute-open-source-projects-kannada.md rename to docs/additional-material/translations/Kannada/how-to-contribute-open-source-projects-kannada.md diff --git a/docs/additional-material/Things a non Programmer can do.kr.md b/docs/additional-material/translations/Korean/Things a non Programmer can do.kr.md similarity index 100% rename from docs/additional-material/Things a non Programmer can do.kr.md rename to docs/additional-material/translations/Korean/Things a non Programmer can do.kr.md diff --git a/docs/how-to-contribute-to-open-source-projects.ro.md b/docs/additional-material/translations/Romanian/how-to-contribute-to-open-source-projects.ro.md similarity index 100% rename from docs/how-to-contribute-to-open-source-projects.ro.md rename to docs/additional-material/translations/Romanian/how-to-contribute-to-open-source-projects.ro.md diff --git a/docs/additional-material/Things a non Programmer can do.es.md b/docs/additional-material/translations/Spanish/Things a non Programmer can do.es.md similarity index 100% rename from docs/additional-material/Things a non Programmer can do.es.md rename to docs/additional-material/translations/Spanish/Things a non Programmer can do.es.md diff --git a/docs/additional-material/Things a non Programmer can do.ta.md b/docs/additional-material/translations/Tamil/Things a non Programmer can do.ta.md similarity index 100% rename from docs/additional-material/Things a non Programmer can do.ta.md rename to docs/additional-material/translations/Tamil/Things a non Programmer can do.ta.md diff --git a/docs/how-to-contribute-to-open-source-projects-tamil.md b/docs/additional-material/translations/Tamil/how-to-contribute-to-open-source-projects-tamil.md similarity index 100% rename from docs/how-to-contribute-to-open-source-projects-tamil.md rename to docs/additional-material/translations/Tamil/how-to-contribute-to-open-source-projects-tamil.md diff --git a/docs/how-to-contribute-to-open-source-projects-telugu.md b/docs/additional-material/translations/Telugu/how-to-contribute-to-open-source-projects-telugu.md similarity index 100% rename from docs/how-to-contribute-to-open-source-projects-telugu.md rename to docs/additional-material/translations/Telugu/how-to-contribute-to-open-source-projects-telugu.md diff --git a/docs/additional-material/Things a non Programmer can do.th.md b/docs/additional-material/translations/Thai/Things a non Programmer can do.th.md similarity index 100% rename from docs/additional-material/Things a non Programmer can do.th.md rename to docs/additional-material/translations/Thai/Things a non Programmer can do.th.md diff --git a/docs/additional-material/Things a non Programmer can do.tr.md b/docs/additional-material/translations/Turkish/Things a non Programmer can do.tr.md similarity index 100% rename from docs/additional-material/Things a non Programmer can do.tr.md rename to docs/additional-material/translations/Turkish/Things a non Programmer can do.tr.md From 696ebd56c0b1abd76d6c7b693e434929ad6e597d Mon Sep 17 00:00:00 2001 From: Gotchumon <90348756+Gotchumon@users.noreply.github.com> Date: Tue, 30 Sep 2025 18:14:39 -0400 Subject: [PATCH 140/309] Added Gotchumon to Contributors list (#104481) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bc77cd49..01ee0d8c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -117,6 +117,7 @@ - [dfdavila2](https://github.com/dfdavila2) - [ejoopasco](https://github.com/ejoopasco) - [elijah](https://github.com/elijahladdie) +- [Gotchumon](https:github.com/Gotchumon) - [enguy-hub](https://github.com/enguy-hub) - [freshmess](https://github.com/freshmess) - [hectoru10](https://github.com/Hectoru10) From f8d642eabcc17eb931373884fd1a666b511709a4 Mon Sep 17 00:00:00 2001 From: Pinatbutter <48895362+Pinatbutter@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:49:28 -0600 Subject: [PATCH 141/309] Add diego-pina to contributors list --- Contributors.md | 2256 ++++++++++++++++++++++++----------------------- 1 file changed, 1129 insertions(+), 1127 deletions(-) diff --git a/Contributors.md b/Contributors.md index bc77cd49..69369a85 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,1128 +1,1130 @@ # Contributors -- [Kazzpars](https://github.com/rid-acrh238) -- [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) -- [Joshua Norris](https://github.com/Noshie23) -- [santhosh teja santhosh teja ](https://github.com/Yashs02-code) -- [Yash Shirgaonkar](https://github.com/Yashs02-code) -- [Malvin-sehmaluva-Machingura](https://github.com/sehmaluva) -- [Fady Zaky](https://github.com/0ddAuto00) -- [Aryan Vishwakarma](https://github.com/vishwakarma-31) -- [Fangphire](https://github.com/fangphire) -- [Zohaib](https://github.com/Iamzohaibali) -- [Furanimus](https://github.com/Furanimus) -- [Anurag Tiwari](https://github.com/boss2412) -- [Ginny](https://github.com/ginnysingh789) -- [Gopal Iyer](https://github.com/geekiyer) -- [Hamza Shaikh](https://github.com/Raynzler) -- [santhosh teja](https://github.com/santhosh-7777) -- [Harry-GNS](https://github.com/Harry-GNS) -- [Helen Tsui](https://github.com/helentht) -- [Bruno Costa](https://github.com/brunocosta-devlab) -- [Sid-5137](https://github.com/Sid-5137) -- [Rick C](https://github.com/rccoder22) -- [Hoin Shin](https://github.com/signalman) -- [Abhay Raj Agnihotri](https://github.com/abhayrajagnihotri) -- [marcelo_iporre](https://github.com/CHELOIPO) -- [ITSMijaiL](https://github.com/ITSMijaiL) -- [Itay Levi](https://github.com/ItayLHdev) -- [JBetz-Dev](https://github.com/JBetz-Dev) -- [James-826](https://github.com/James-826) -- [Janardhan Polle](https://github.com/Jce) -- [Raghav Chanana] (https://github.com/sidrag3045) -- [Jason Wiggs](https://github.com/wiggs30) -- [Jenna Hall](https://github.com/swejenna) -- [Jerry](https://github.com/SniperRaccoon) -- [Rohit Madhu Ghadge](https://github.com/Rod7678) -- [Jeyanth-S](https://github.com/Jeyanth-S) -- [Jide Falaki](https://github.com/jidefal) -- [Jingyi Lu](https://github.com/lulu61000) -- [JoachimC](https://github.com/Joachim280) -- [Sahil Sankhyan](https://github.com/Sahil12341) -- [Joncineus](https://github.com/joncineus) -- [Julius Jones](https://github.com/jlwj22) -- [Priyanka Sharma](https://github.com/priyanka2sharma) -- [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) -- [Brian Griffin](https://github.com/SolidUmbrella) -- [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) -- [SoongGuanLeong](https://github.com/SoongGuanLeong) -- [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) -- [abhi-rajput-KRP](https://github.com/abhi-rajput-KRP) -- [Yukesh D](https://github.com/Yukesh-30) -- [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) -- [Paulina Thrasher](https://github.com/paulinathrasher) -- [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) -- [Ezekiel Gabino](https://github.com/EzekielGabino) -- [Rion Sato](https://github.com/Rion-Sato) -- [Vinit](https://github.com/Stardust2109) -- [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) -- [Sarmela Raja Sekaran](https://github.com/sarmelaraj) -- [Xinsheng Ooi](https://github.com/xs1128) -- [Yonas Girma](https://github.com/J0na555) -- [Archit Anirudhan](https://github.com/4rch1tT) -- [Zoe Reed](https://github.com/zoereedviz) -- [abishekh](https://github.com/Abishekhob) -- [atlas-ian](https://github.com/atlas-ian) -- [terror-akshat](https://github.com/terror-akshat) -- [fusionAMAN](https://github.com/fusionAMAN) -- [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) -- [Yaser-Sellami](https://github.com/Yaser-Sellami) -- [Muntazir-Sayed](https://github.com/Muntazir-sd) -- [lelemita](https://github.com/lelemita) -- [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) -- [HaidarAbbas](https://github.com/Haidarabbas731) -- [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) -- [Alokananda Y](https://github.com/alok-38) -- Zak Slovak -- [Lucas Couso Antunes](https://github.com/Rulyns) -- [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) -- [Shreya Pandey](https://github.com/shreyapandey-23) -- [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) -- [Jose Soto] (https://github.com/jossotriv) -- [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) -- [RubenDev25] (https://github.com/RubenDev25) -- [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) -- [Luth Gallemaso](https://github.com/luthgllms) -- [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) -- [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) -- [Shriram Gupta](https://github.com/theshriramgupta) -- [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) -- [Virabhadra Khobare](https://github.com/VirabhadraKhobare) -- [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) -- [Elampel](https://github.com/eyallampel1/) -- [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) -- [Junhyeok Jeong] (https://github.com/jjunhyeok) -- [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) -- [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) -- [Mariydi](https://github.com/mariydi) -- [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) -- [Purabjeet Singh Bagga](https://github.com/Purabjeet07) -- [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) -- [Reydeuss](https://github.com/Reydeuss) -- [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) -- [pleego1618](https://github.com/pleebs1618) -- [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) -- [원세영](https://github.com/seyoung5744) -- [Bluefox192](https://github.com/Bluefox192) -- [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) -- [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) -- [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) -- [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) -- [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) -- [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) -- [Seung Min Park](https://github.com/seungminbluebox) -- [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) -- [Erick Passos](https://github.com/erickcpassos) -- [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) -- [Jack Brewer](https://github.com/jackojacko05) -- [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) -- [davinzaki](https://github.com/davinzaki) -- [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) -- [Elvis Gutierrez](https://github.com/ElvisGutierrez) -- [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) -- [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) -- [Yahya Fazeli](https://github.com/yahyafazeli) -- [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) -- [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) -- [Fabian Bran](https://github.com/Fabian-Bran) -- [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) -- [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) -- [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) -- [Suma](https://github.com/test) -- [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) -- [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) -- [Jack](https://github.com/jackliDev) -- [tomasbennett](https://github.com/tomasbennett) -- [Rahmatulloh Ibrohim](https://github.com/raxmatulloxswe/) -- [Kostiantyn Semenenko](https://github.com/NureSemenenkoKostiantyn) -- [saravanan](https://github.com/saravanan27-learner) -- [aidenliu](https://github.com/aiden-liu) -- [Ariyan Bhakat](https://github.com/arywk40-hue) -- [Raine Z](https://github.com/You-know-who666) -- [Sevenquarters](https://github.com/Sevenquarters) -- [Viticooo](https://github.com/Viticooo) -- [chandev123](https://github.com/chandev123) -- [Hannah V](https://github.com/hannahv71) -- [dant1k](https://github.com/dant1k) – crypto/telegram/dev -- [Ahmad Siddique](https://github.com/ahmadsiddique-dev) -- [Portfolio](https://ahmadsiddique.vercel.app/) -- [Júlia Cansado](https://github.com/julcansado) -- [Evan Xu](https://github.com/ThisEVAN1) -- [sowmiya](https://github.com/sowmiya880) -- [syedsabbir-git](https://github.com/syedsabbir-git) -- [Parshuram Singh](https://github.com/parshuramsingh) -- [JIIL](https://github.com/JIIL07) -- [Sammy](https://github.com/bigstepperxd) -- [Abdullah](https://github.com/AbdullahArafat27) -- [Sahil](https://github.com/sahilkapase) -- [Avyn](https://github.com/Avynjs) -- [Ubaid](https://github.com/ubaid2917) -- [psrdotcom](https://github.com/psrdotcom) + +* [Kazzpars](https://github.com/rid-acrh238) +* [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) +* [Joshua Norris](https://github.com/Noshie23) +* [santhosh teja santhosh teja ](https://github.com/Yashs02-code) +* [Yash Shirgaonkar](https://github.com/Yashs02-code) +* [Malvin-sehmaluva-Machingura](https://github.com/sehmaluva) +* [Fady Zaky](https://github.com/0ddAuto00) +* [Aryan Vishwakarma](https://github.com/vishwakarma-31) +* [Fangphire](https://github.com/fangphire) +* [Zohaib](https://github.com/Iamzohaibali) +* [Furanimus](https://github.com/Furanimus) +* [Anurag Tiwari](https://github.com/boss2412) +* [Ginny](https://github.com/ginnysingh789) +* Diego Pina +* [Gopal Iyer](https://github.com/geekiyer) +* [Hamza Shaikh](https://github.com/Raynzler) +* [santhosh teja](https://github.com/santhosh-7777) +* [Harry-GNS](https://github.com/Harry-GNS) +* [Helen Tsui](https://github.com/helentht) +* [Bruno Costa](https://github.com/brunocosta-devlab) +* [Sid-5137](https://github.com/Sid-5137) +* [Rick C](https://github.com/rccoder22) +* [Hoin Shin](https://github.com/signalman) +* [Abhay Raj Agnihotri](https://github.com/abhayrajagnihotri) +* [marcelo\_iporre](https://github.com/CHELOIPO) +* [ITSMijaiL](https://github.com/ITSMijaiL) +* [Itay Levi](https://github.com/ItayLHdev) +* [JBetz-Dev](https://github.com/JBetz-Dev) +* [James-826](https://github.com/James-826) +* [Janardhan Polle](https://github.com/Jce) +* \[Raghav Chanana] (https://github.com/sidrag3045) +* [Jason Wiggs](https://github.com/wiggs30) +* [Jenna Hall](https://github.com/swejenna) +* [Jerry](https://github.com/SniperRaccoon) +* [Rohit Madhu Ghadge](https://github.com/Rod7678) +* [Jeyanth-S](https://github.com/Jeyanth-S) +* [Jide Falaki](https://github.com/jidefal) +* [Jingyi Lu](https://github.com/lulu61000) +* [JoachimC](https://github.com/Joachim280) +* [Sahil Sankhyan](https://github.com/Sahil12341) +* [Joncineus](https://github.com/joncineus) +* [Julius Jones](https://github.com/jlwj22) +* [Priyanka Sharma](https://github.com/priyanka2sharma) +* [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) +* [Brian Griffin](https://github.com/SolidUmbrella) +* [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) +* [SoongGuanLeong](https://github.com/SoongGuanLeong) +* [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) +* [abhi-rajput-KRP](https://github.com/abhi-rajput-KRP) +* [Yukesh D](https://github.com/Yukesh-30) +* [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) +* [Paulina Thrasher](https://github.com/paulinathrasher) +* [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) +* [Ezekiel Gabino](https://github.com/EzekielGabino) +* [Rion Sato](https://github.com/Rion-Sato) +* [Vinit](https://github.com/Stardust2109) +* [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) +* [Sarmela Raja Sekaran](https://github.com/sarmelaraj) +* [Xinsheng Ooi](https://github.com/xs1128) +* [Yonas Girma](https://github.com/J0na555) +* [Archit Anirudhan](https://github.com/4rch1tT) +* [Zoe Reed](https://github.com/zoereedviz) +* [abishekh](https://github.com/Abishekhob) +* [atlas-ian](https://github.com/atlas-ian) +* [terror-akshat](https://github.com/terror-akshat) +* [fusionAMAN](https://github.com/fusionAMAN) +* [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) +* [Yaser-Sellami](https://github.com/Yaser-Sellami) +* [Muntazir-Sayed](https://github.com/Muntazir-sd) +* [lelemita](https://github.com/lelemita) +* [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) +* [HaidarAbbas](https://github.com/Haidarabbas731) +* [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) +* [Alokananda Y](https://github.com/alok-38) +* Zak Slovak +* [Lucas Couso Antunes](https://github.com/Rulyns) +* [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) +* [Shreya Pandey](https://github.com/shreyapandey-23) +* [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) +* \[Jose Soto] (https://github.com/jossotriv) +* [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) +* \[RubenDev25] (https://github.com/RubenDev25) +* [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) +* [Luth Gallemaso](https://github.com/luthgllms) +* [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) +* [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) +* [Shriram Gupta](https://github.com/theshriramgupta) +* [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) +* [Virabhadra Khobare](https://github.com/VirabhadraKhobare) +* [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) +* [Elampel](https://github.com/eyallampel1/) +* [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) +* \[Junhyeok Jeong] (https://github.com/jjunhyeok) +* [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) +* [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) +* [Mariydi](https://github.com/mariydi) +* [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) +* [Purabjeet Singh Bagga](https://github.com/Purabjeet07) +* [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) +* [Reydeuss](https://github.com/Reydeuss) +* [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) +* [pleego1618](https://github.com/pleebs1618) +* [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) +* [원세영](https://github.com/seyoung5744) +* [Bluefox192](https://github.com/Bluefox192) +* [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) +* [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) +* [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) +* [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) +* [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) +* [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) +* [Seung Min Park](https://github.com/seungminbluebox) +* [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) +* [Erick Passos](https://github.com/erickcpassos) +* [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) +* [Jack Brewer](https://github.com/jackojacko05) +* [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) +* [davinzaki](https://github.com/davinzaki) +* [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) +* [Elvis Gutierrez](https://github.com/ElvisGutierrez) +* [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) +* [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) +* [Yahya Fazeli](https://github.com/yahyafazeli) +* [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) +* [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) +* [Fabian Bran](https://github.com/Fabian-Bran) +* [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) +* [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) +* [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) +* [Suma](https://github.com/test) +* [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) +* [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) +* [Jack](https://github.com/jackliDev) +* [tomasbennett](https://github.com/tomasbennett) +* [Rahmatulloh Ibrohim](https://github.com/raxmatulloxswe/) +* [Kostiantyn Semenenko](https://github.com/NureSemenenkoKostiantyn) +* [saravanan](https://github.com/saravanan27-learner) +* [aidenliu](https://github.com/aiden-liu) +* [Ariyan Bhakat](https://github.com/arywk40-hue) +* [Raine Z](https://github.com/You-know-who666) +* [Sevenquarters](https://github.com/Sevenquarters) +* [Viticooo](https://github.com/Viticooo) +* [chandev123](https://github.com/chandev123) +* [Hannah V](https://github.com/hannahv71) +* [dant1k](https://github.com/dant1k) – crypto/telegram/dev +* [Ahmad Siddique](https://github.com/ahmadsiddique-dev) +* [Portfolio](https://ahmadsiddique.vercel.app/) +* [Júlia Cansado](https://github.com/julcansado) +* [Evan Xu](https://github.com/ThisEVAN1) +* [sowmiya](https://github.com/sowmiya880) +* [syedsabbir-git](https://github.com/syedsabbir-git) +* [Parshuram Singh](https://github.com/parshuramsingh) +* [JIIL](https://github.com/JIIL07) +* [Sammy](https://github.com/bigstepperxd) +* [Abdullah](https://github.com/AbdullahArafat27) +* [Sahil](https://github.com/sahilkapase) +* [Avyn](https://github.com/Avynjs) +* [Ubaid](https://github.com/ubaid2917) +* [psrdotcom](https://github.com/psrdotcom) From c2a5c0190ec0c80853d535315c0ac8cd0c7f9499 Mon Sep 17 00:00:00 2001 From: Pinatbutter <48895362+Pinatbutter@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:03:45 -0600 Subject: [PATCH 142/309] Revert "Add diego-pina to contributors list" This reverts commit f8d642eabcc17eb931373884fd1a666b511709a4. --- Contributors.md | 2256 +++++++++++++++++++++++------------------------ 1 file changed, 1127 insertions(+), 1129 deletions(-) diff --git a/Contributors.md b/Contributors.md index 69369a85..bc77cd49 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,1130 +1,1128 @@ # Contributors - -* [Kazzpars](https://github.com/rid-acrh238) -* [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) -* [Joshua Norris](https://github.com/Noshie23) -* [santhosh teja santhosh teja ](https://github.com/Yashs02-code) -* [Yash Shirgaonkar](https://github.com/Yashs02-code) -* [Malvin-sehmaluva-Machingura](https://github.com/sehmaluva) -* [Fady Zaky](https://github.com/0ddAuto00) -* [Aryan Vishwakarma](https://github.com/vishwakarma-31) -* [Fangphire](https://github.com/fangphire) -* [Zohaib](https://github.com/Iamzohaibali) -* [Furanimus](https://github.com/Furanimus) -* [Anurag Tiwari](https://github.com/boss2412) -* [Ginny](https://github.com/ginnysingh789) -* Diego Pina -* [Gopal Iyer](https://github.com/geekiyer) -* [Hamza Shaikh](https://github.com/Raynzler) -* [santhosh teja](https://github.com/santhosh-7777) -* [Harry-GNS](https://github.com/Harry-GNS) -* [Helen Tsui](https://github.com/helentht) -* [Bruno Costa](https://github.com/brunocosta-devlab) -* [Sid-5137](https://github.com/Sid-5137) -* [Rick C](https://github.com/rccoder22) -* [Hoin Shin](https://github.com/signalman) -* [Abhay Raj Agnihotri](https://github.com/abhayrajagnihotri) -* [marcelo\_iporre](https://github.com/CHELOIPO) -* [ITSMijaiL](https://github.com/ITSMijaiL) -* [Itay Levi](https://github.com/ItayLHdev) -* [JBetz-Dev](https://github.com/JBetz-Dev) -* [James-826](https://github.com/James-826) -* [Janardhan Polle](https://github.com/Jce) -* \[Raghav Chanana] (https://github.com/sidrag3045) -* [Jason Wiggs](https://github.com/wiggs30) -* [Jenna Hall](https://github.com/swejenna) -* [Jerry](https://github.com/SniperRaccoon) -* [Rohit Madhu Ghadge](https://github.com/Rod7678) -* [Jeyanth-S](https://github.com/Jeyanth-S) -* [Jide Falaki](https://github.com/jidefal) -* [Jingyi Lu](https://github.com/lulu61000) -* [JoachimC](https://github.com/Joachim280) -* [Sahil Sankhyan](https://github.com/Sahil12341) -* [Joncineus](https://github.com/joncineus) -* [Julius Jones](https://github.com/jlwj22) -* [Priyanka Sharma](https://github.com/priyanka2sharma) -* [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) -* [Brian Griffin](https://github.com/SolidUmbrella) -* [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) -* [SoongGuanLeong](https://github.com/SoongGuanLeong) -* [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) -* [abhi-rajput-KRP](https://github.com/abhi-rajput-KRP) -* [Yukesh D](https://github.com/Yukesh-30) -* [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) -* [Paulina Thrasher](https://github.com/paulinathrasher) -* [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) -* [Ezekiel Gabino](https://github.com/EzekielGabino) -* [Rion Sato](https://github.com/Rion-Sato) -* [Vinit](https://github.com/Stardust2109) -* [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) -* [Sarmela Raja Sekaran](https://github.com/sarmelaraj) -* [Xinsheng Ooi](https://github.com/xs1128) -* [Yonas Girma](https://github.com/J0na555) -* [Archit Anirudhan](https://github.com/4rch1tT) -* [Zoe Reed](https://github.com/zoereedviz) -* [abishekh](https://github.com/Abishekhob) -* [atlas-ian](https://github.com/atlas-ian) -* [terror-akshat](https://github.com/terror-akshat) -* [fusionAMAN](https://github.com/fusionAMAN) -* [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) -* [Yaser-Sellami](https://github.com/Yaser-Sellami) -* [Muntazir-Sayed](https://github.com/Muntazir-sd) -* [lelemita](https://github.com/lelemita) -* [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) -* [HaidarAbbas](https://github.com/Haidarabbas731) -* [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) -* [Alokananda Y](https://github.com/alok-38) -* Zak Slovak -* [Lucas Couso Antunes](https://github.com/Rulyns) -* [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) -* [Shreya Pandey](https://github.com/shreyapandey-23) -* [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) -* \[Jose Soto] (https://github.com/jossotriv) -* [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) -* \[RubenDev25] (https://github.com/RubenDev25) -* [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) -* [Luth Gallemaso](https://github.com/luthgllms) -* [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) -* [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) -* [Shriram Gupta](https://github.com/theshriramgupta) -* [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) -* [Virabhadra Khobare](https://github.com/VirabhadraKhobare) -* [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) -* [Elampel](https://github.com/eyallampel1/) -* [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) -* \[Junhyeok Jeong] (https://github.com/jjunhyeok) -* [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) -* [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) -* [Mariydi](https://github.com/mariydi) -* [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) -* [Purabjeet Singh Bagga](https://github.com/Purabjeet07) -* [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) -* [Reydeuss](https://github.com/Reydeuss) -* [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) -* [pleego1618](https://github.com/pleebs1618) -* [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) -* [원세영](https://github.com/seyoung5744) -* [Bluefox192](https://github.com/Bluefox192) -* [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) -* [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) -* [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) -* [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) -* [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) -* [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) -* [Seung Min Park](https://github.com/seungminbluebox) -* [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) -* [Erick Passos](https://github.com/erickcpassos) -* [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) -* [Jack Brewer](https://github.com/jackojacko05) -* [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) -* [davinzaki](https://github.com/davinzaki) -* [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) -* [Elvis Gutierrez](https://github.com/ElvisGutierrez) -* [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) -* [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) -* [Yahya Fazeli](https://github.com/yahyafazeli) -* [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) -* [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) -* [Fabian Bran](https://github.com/Fabian-Bran) -* [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) -* [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) -* [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) -* [Suma](https://github.com/test) -* [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) -* [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) -* [Jack](https://github.com/jackliDev) -* [tomasbennett](https://github.com/tomasbennett) -* [Rahmatulloh Ibrohim](https://github.com/raxmatulloxswe/) -* [Kostiantyn Semenenko](https://github.com/NureSemenenkoKostiantyn) -* [saravanan](https://github.com/saravanan27-learner) -* [aidenliu](https://github.com/aiden-liu) -* [Ariyan Bhakat](https://github.com/arywk40-hue) -* [Raine Z](https://github.com/You-know-who666) -* [Sevenquarters](https://github.com/Sevenquarters) -* [Viticooo](https://github.com/Viticooo) -* [chandev123](https://github.com/chandev123) -* [Hannah V](https://github.com/hannahv71) -* [dant1k](https://github.com/dant1k) – crypto/telegram/dev -* [Ahmad Siddique](https://github.com/ahmadsiddique-dev) -* [Portfolio](https://ahmadsiddique.vercel.app/) -* [Júlia Cansado](https://github.com/julcansado) -* [Evan Xu](https://github.com/ThisEVAN1) -* [sowmiya](https://github.com/sowmiya880) -* [syedsabbir-git](https://github.com/syedsabbir-git) -* [Parshuram Singh](https://github.com/parshuramsingh) -* [JIIL](https://github.com/JIIL07) -* [Sammy](https://github.com/bigstepperxd) -* [Abdullah](https://github.com/AbdullahArafat27) -* [Sahil](https://github.com/sahilkapase) -* [Avyn](https://github.com/Avynjs) -* [Ubaid](https://github.com/ubaid2917) -* [psrdotcom](https://github.com/psrdotcom) +- [Kazzpars](https://github.com/rid-acrh238) +- [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) +- [Joshua Norris](https://github.com/Noshie23) +- [santhosh teja santhosh teja ](https://github.com/Yashs02-code) +- [Yash Shirgaonkar](https://github.com/Yashs02-code) +- [Malvin-sehmaluva-Machingura](https://github.com/sehmaluva) +- [Fady Zaky](https://github.com/0ddAuto00) +- [Aryan Vishwakarma](https://github.com/vishwakarma-31) +- [Fangphire](https://github.com/fangphire) +- [Zohaib](https://github.com/Iamzohaibali) +- [Furanimus](https://github.com/Furanimus) +- [Anurag Tiwari](https://github.com/boss2412) +- [Ginny](https://github.com/ginnysingh789) +- [Gopal Iyer](https://github.com/geekiyer) +- [Hamza Shaikh](https://github.com/Raynzler) +- [santhosh teja](https://github.com/santhosh-7777) +- [Harry-GNS](https://github.com/Harry-GNS) +- [Helen Tsui](https://github.com/helentht) +- [Bruno Costa](https://github.com/brunocosta-devlab) +- [Sid-5137](https://github.com/Sid-5137) +- [Rick C](https://github.com/rccoder22) +- [Hoin Shin](https://github.com/signalman) +- [Abhay Raj Agnihotri](https://github.com/abhayrajagnihotri) +- [marcelo_iporre](https://github.com/CHELOIPO) +- [ITSMijaiL](https://github.com/ITSMijaiL) +- [Itay Levi](https://github.com/ItayLHdev) +- [JBetz-Dev](https://github.com/JBetz-Dev) +- [James-826](https://github.com/James-826) +- [Janardhan Polle](https://github.com/Jce) +- [Raghav Chanana] (https://github.com/sidrag3045) +- [Jason Wiggs](https://github.com/wiggs30) +- [Jenna Hall](https://github.com/swejenna) +- [Jerry](https://github.com/SniperRaccoon) +- [Rohit Madhu Ghadge](https://github.com/Rod7678) +- [Jeyanth-S](https://github.com/Jeyanth-S) +- [Jide Falaki](https://github.com/jidefal) +- [Jingyi Lu](https://github.com/lulu61000) +- [JoachimC](https://github.com/Joachim280) +- [Sahil Sankhyan](https://github.com/Sahil12341) +- [Joncineus](https://github.com/joncineus) +- [Julius Jones](https://github.com/jlwj22) +- [Priyanka Sharma](https://github.com/priyanka2sharma) +- [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) +- [Brian Griffin](https://github.com/SolidUmbrella) +- [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) +- [SoongGuanLeong](https://github.com/SoongGuanLeong) +- [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) +- [abhi-rajput-KRP](https://github.com/abhi-rajput-KRP) +- [Yukesh D](https://github.com/Yukesh-30) +- [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) +- [Paulina Thrasher](https://github.com/paulinathrasher) +- [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) +- [Ezekiel Gabino](https://github.com/EzekielGabino) +- [Rion Sato](https://github.com/Rion-Sato) +- [Vinit](https://github.com/Stardust2109) +- [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) +- [Sarmela Raja Sekaran](https://github.com/sarmelaraj) +- [Xinsheng Ooi](https://github.com/xs1128) +- [Yonas Girma](https://github.com/J0na555) +- [Archit Anirudhan](https://github.com/4rch1tT) +- [Zoe Reed](https://github.com/zoereedviz) +- [abishekh](https://github.com/Abishekhob) +- [atlas-ian](https://github.com/atlas-ian) +- [terror-akshat](https://github.com/terror-akshat) +- [fusionAMAN](https://github.com/fusionAMAN) +- [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) +- [Yaser-Sellami](https://github.com/Yaser-Sellami) +- [Muntazir-Sayed](https://github.com/Muntazir-sd) +- [lelemita](https://github.com/lelemita) +- [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) +- [HaidarAbbas](https://github.com/Haidarabbas731) +- [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) +- [Alokananda Y](https://github.com/alok-38) +- Zak Slovak +- [Lucas Couso Antunes](https://github.com/Rulyns) +- [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) +- [Shreya Pandey](https://github.com/shreyapandey-23) +- [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) +- [Jose Soto] (https://github.com/jossotriv) +- [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) +- [RubenDev25] (https://github.com/RubenDev25) +- [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) +- [Luth Gallemaso](https://github.com/luthgllms) +- [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) +- [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) +- [Shriram Gupta](https://github.com/theshriramgupta) +- [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) +- [Virabhadra Khobare](https://github.com/VirabhadraKhobare) +- [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) +- [Elampel](https://github.com/eyallampel1/) +- [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) +- [Junhyeok Jeong] (https://github.com/jjunhyeok) +- [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) +- [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) +- [Mariydi](https://github.com/mariydi) +- [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) +- [Purabjeet Singh Bagga](https://github.com/Purabjeet07) +- [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) +- [Reydeuss](https://github.com/Reydeuss) +- [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) +- [pleego1618](https://github.com/pleebs1618) +- [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) +- [원세영](https://github.com/seyoung5744) +- [Bluefox192](https://github.com/Bluefox192) +- [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) +- [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) +- [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) +- [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) +- [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) +- [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) +- [Seung Min Park](https://github.com/seungminbluebox) +- [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) +- [Erick Passos](https://github.com/erickcpassos) +- [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) +- [Jack Brewer](https://github.com/jackojacko05) +- [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) +- [davinzaki](https://github.com/davinzaki) +- [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) +- [Elvis Gutierrez](https://github.com/ElvisGutierrez) +- [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) +- [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) +- [Yahya Fazeli](https://github.com/yahyafazeli) +- [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) +- [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) +- [Fabian Bran](https://github.com/Fabian-Bran) +- [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) +- [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) +- [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) +- [Suma](https://github.com/test) +- [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) +- [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) +- [Jack](https://github.com/jackliDev) +- [tomasbennett](https://github.com/tomasbennett) +- [Rahmatulloh Ibrohim](https://github.com/raxmatulloxswe/) +- [Kostiantyn Semenenko](https://github.com/NureSemenenkoKostiantyn) +- [saravanan](https://github.com/saravanan27-learner) +- [aidenliu](https://github.com/aiden-liu) +- [Ariyan Bhakat](https://github.com/arywk40-hue) +- [Raine Z](https://github.com/You-know-who666) +- [Sevenquarters](https://github.com/Sevenquarters) +- [Viticooo](https://github.com/Viticooo) +- [chandev123](https://github.com/chandev123) +- [Hannah V](https://github.com/hannahv71) +- [dant1k](https://github.com/dant1k) – crypto/telegram/dev +- [Ahmad Siddique](https://github.com/ahmadsiddique-dev) +- [Portfolio](https://ahmadsiddique.vercel.app/) +- [Júlia Cansado](https://github.com/julcansado) +- [Evan Xu](https://github.com/ThisEVAN1) +- [sowmiya](https://github.com/sowmiya880) +- [syedsabbir-git](https://github.com/syedsabbir-git) +- [Parshuram Singh](https://github.com/parshuramsingh) +- [JIIL](https://github.com/JIIL07) +- [Sammy](https://github.com/bigstepperxd) +- [Abdullah](https://github.com/AbdullahArafat27) +- [Sahil](https://github.com/sahilkapase) +- [Avyn](https://github.com/Avynjs) +- [Ubaid](https://github.com/ubaid2917) +- [psrdotcom](https://github.com/psrdotcom) From 755df2cd5b7d6fb59a81fd87d83b7898bad47e7c Mon Sep 17 00:00:00 2001 From: DJG300 Date: Tue, 30 Sep 2025 18:24:36 -0600 Subject: [PATCH 143/309] Update Contributors.md (#104484) Adds DJG300 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 01ee0d8c..7c41a5b6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1127,3 +1127,4 @@ - [Avyn](https://github.com/Avynjs) - [Ubaid](https://github.com/ubaid2917) - [psrdotcom](https://github.com/psrdotcom) +- [DJG300](https://github.com/DJG300) From 8d2367a878e953c537dcdddcba39d3d92068b76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?GijunMoon=20=28=EA=B8=B0=EC=A4=80=20=EB=AC=B8=29?= Date: Wed, 1 Oct 2025 10:03:05 +0900 Subject: [PATCH 144/309] Add gijunmoon to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9e45a93e..539f8a20 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1077,3 +1077,4 @@ - [dant1k](https://github.com/dant1k) – crypto/telegram/dev - [Ahmad Siddique](https://github.com/ahmadsiddique-dev) - [Portfolio](https://ahmadsiddique.vercel.app/) - [Júlia Cansado](https://github.com/julcansado) +- [Gijun Moon](https://github.com/gijunmoon) From a8ddce7eb8aa561688d50927646772eb7339fc80 Mon Sep 17 00:00:00 2001 From: Tai3009 Date: Wed, 1 Oct 2025 09:27:17 +0700 Subject: [PATCH 145/309] Add to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7c41a5b6..0a373b31 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1128,3 +1128,4 @@ - [Ubaid](https://github.com/ubaid2917) - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) + Tran Thanh Tai From 472c0bb445a6004acddac56eb71790aa188cba80 Mon Sep 17 00:00:00 2001 From: Khoi <190998967+KhoiTarn@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:38:16 +0700 Subject: [PATCH 146/309] Add to contributors list (#104487) Co-authored-by: KhoiTarn --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7c41a5b6..a29481d3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) - [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) - [Joshua Norris](https://github.com/Noshie23) From 3341da2283150dc3fc341a495bc145f70ea2c0a4 Mon Sep 17 00:00:00 2001 From: Tran Thanh Tai Date: Wed, 1 Oct 2025 09:46:00 +0700 Subject: [PATCH 147/309] Add to contributors list (#104488) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a29481d3..ce616392 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1129,3 +1129,4 @@ - [Ubaid](https://github.com/ubaid2917) - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) + Tran Thanh Tai From b2f4702661858ade18a886808d7c86464afa8a71 Mon Sep 17 00:00:00 2001 From: HnyuhTran Date: Wed, 1 Oct 2025 09:47:41 +0700 Subject: [PATCH 148/309] Add HnyuhTran to contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 7c41a5b6..ceeec615 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1128,3 +1128,5 @@ - [Ubaid](https://github.com/ubaid2917) - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) +- HnyuhTran + From b70710c55a7c96169f0efbc7ab1cc0b4443e1b74 Mon Sep 17 00:00:00 2001 From: Tai3009 Date: Wed, 1 Oct 2025 09:54:59 +0700 Subject: [PATCH 149/309] Add to contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0a373b31..9922cf1a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1128,4 +1128,5 @@ - [Ubaid](https://github.com/ubaid2917) - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) - Tran Thanh Tai +- [Tai30092004](https://github.com/Tai30092004 +) From 087d30971aa6081017632bdd1c1e3f16b174969b Mon Sep 17 00:00:00 2001 From: Le Binh Thuan Date: Wed, 1 Oct 2025 09:55:20 +0700 Subject: [PATCH 150/309] Add Le Binh Thuan to your contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7c41a5b6..43c3e5d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1128,3 +1128,4 @@ - [Ubaid](https://github.com/ubaid2917) - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) +- [Thuan222416] (https://github.com/thuan222416) \ No newline at end of file From 989a24ff1f9f56a83073bbc76016fb28956d8548 Mon Sep 17 00:00:00 2001 From: chien226674-afk Date: Wed, 1 Oct 2025 09:59:39 +0700 Subject: [PATCH 151/309] Add to contributors list (#104490) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ce616392..c4c67808 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Chien Minh](https://github.com/chien226674-afk) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) - [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) From 6bcb156efb5fcbba3e9211960758c97cd35d5f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ho=C3=A0i=20Phong?= Date: Wed, 1 Oct 2025 10:00:51 +0700 Subject: [PATCH 152/309] =?UTF-8?q?Add=20=20to=20contributors=20list?= 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 ce616392..5e5cf6ec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Nguyễn Hoài Phong](https://github.com/HoaiPhong-1509) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) - [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) From 1584eedc42b157a7bd4b95dd8a05d6d457064534 Mon Sep 17 00:00:00 2001 From: chien226674-afk Date: Wed, 1 Oct 2025 10:01:00 +0700 Subject: [PATCH 153/309] Add to contributors list (#104494) From f8f57c056fa7d090c649c8d4b558bf9f3103a51b Mon Sep 17 00:00:00 2001 From: MinhCham220326 Date: Wed, 1 Oct 2025 10:01:48 +0700 Subject: [PATCH 154/309] Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7c41a5b6..5537ba17 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1128,3 +1128,4 @@ - [Ubaid](https://github.com/ubaid2917) - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) +- [Phan Minh Cham](https://github.com/DJG300) From 50607743c01dfb90e9ffe94423c906a436a26843 Mon Sep 17 00:00:00 2001 From: Rafael-er-byte <142769185+Rafael-er-byte@users.noreply.github.com> Date: Tue, 30 Sep 2025 21:03:44 -0600 Subject: [PATCH 155/309] Add Rafael Guzman to Contributors list (#104498) Co-authored-by: Rafael-er-byte --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c4c67808..bdc801df 100644 --- a/Contributors.md +++ b/Contributors.md @@ -30,6 +30,7 @@ - [JBetz-Dev](https://github.com/JBetz-Dev) - [James-826](https://github.com/James-826) - [Janardhan Polle](https://github.com/Jce) +- [Rafael Guzman](https://github.com/Rafael-er-byte) - [Raghav Chanana] (https://github.com/sidrag3045) - [Jason Wiggs](https://github.com/wiggs30) - [Jenna Hall](https://github.com/swejenna) From 445f7daeb5234afdbfa260bd245a6cb13981d1ff Mon Sep 17 00:00:00 2001 From: "nghia223412@student.edu.vn" Date: Wed, 1 Oct 2025 10:03:53 +0700 Subject: [PATCH 156/309] =?UTF-8?q?Add=20Tr=E1=BA=A7n=20Minh=20Ngh=C4=A9a?= =?UTF-8?q?=20to=20contributors=20list?= 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 ce616392..b9dbc772 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1130,3 +1130,4 @@ - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) Tran Thanh Tai +- [Trần Minh Nghĩa](https://github.com/nghia223412) \ No newline at end of file From ed0c779b9c382da228e420fa1242bd578d8b4fb0 Mon Sep 17 00:00:00 2001 From: vu221604-creator Date: Wed, 1 Oct 2025 10:04:40 +0700 Subject: [PATCH 157/309] Update Contributors.md (#104499) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bdc801df..82804df2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1132,3 +1132,4 @@ - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) Tran Thanh Tai + -[Nguyen Thanh Vu](https://github.com/vu221604-creator) From fd54e57b84c4a2bc81ee867a947da08596a95c47 Mon Sep 17 00:00:00 2001 From: Nguyen Tan Phat Date: Wed, 1 Oct 2025 10:05:15 +0700 Subject: [PATCH 158/309] =?UTF-8?q?Add=20=20to=20contributors=20list?= 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 7c41a5b6..cd6aa2db 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1128,3 +1128,4 @@ - [Ubaid](https://github.com/ubaid2917) - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) +- [Nguyễn Tấn Phát](https://github.com/phat224609-boop) From 3b1299e98a691372641b03113b9127bcefda9274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=E1=BB=B3nh=20Qu=E1=BB=91c=20=C4=90=E1=BA=A1t?= Date: Wed, 1 Oct 2025 10:10:20 +0700 Subject: [PATCH 159/309] =?UTF-8?q?Add=20Hu=E1=BB=B3nh=20Qu=E1=BB=91c=20?= =?UTF-8?q?=C4=90=E1=BA=A1t=20to=20Contributors=20(#104502)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Huỳnh Quốc Đạt to the contributors list. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 82804df2..cac6037e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Chien Minh](https://github.com/chien226674-afk) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) From 50405a2f8783077858e0381859123ce147cd3627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C4=83n=20Tu=E1=BA=A5n=20V=C4=A9?= Date: Wed, 1 Oct 2025 10:13:32 +0700 Subject: [PATCH 160/309] =?UTF-8?q?Add=20=20to=20contributors=20list?= 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 c4c67808..5af08c84 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1131,3 +1131,4 @@ - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) Tran Thanh Tai +- [Văn Tuấn Vĩ](https://github.com/vi225855) \ No newline at end of file From a4bcc14dd61212dcf8daee77e505966fa14ce8b5 Mon Sep 17 00:00:00 2001 From: linh224642-ctrl Date: Wed, 1 Oct 2025 10:14:45 +0700 Subject: [PATCH 161/309] Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7c41a5b6..baaf1330 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Quang Linh](https://github.com/linh224642-ctrl) - [Kazzpars](https://github.com/rid-acrh238) - [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) - [Joshua Norris](https://github.com/Noshie23) From 788536c9171af5f4fe325649175bec79264f5980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=E1=BB=B3nh=20Ch=C3=AD=20C=C6=B0=E1=BB=9Dng=2003?= Date: Wed, 1 Oct 2025 10:18:34 +0700 Subject: [PATCH 162/309] Update Contributors.md (#104504) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cac6037e..e09d7f35 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1133,4 +1133,5 @@ - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) Tran Thanh Tai +- [Cuong224136](https://github.com/hchicuong3) -[Nguyen Thanh Vu](https://github.com/vu221604-creator) From 8cd878ae0fd1218ce680fffc6b5369b08fd93cb1 Mon Sep 17 00:00:00 2001 From: Hieuhuy05 Date: Wed, 1 Oct 2025 10:19:02 +0700 Subject: [PATCH 163/309] Add to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c4c67808..032e8518 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[HieuHuy](https://github.com/Hieuhuy05) - [Chien Minh](https://github.com/chien226674-afk) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) From fc3b87af5b0976db419755da4a2351de19a6058c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=E1=BB=B3nh=20Ch=C3=AD=20C=C6=B0=E1=BB=9Dng=2003?= Date: Wed, 1 Oct 2025 10:20:14 +0700 Subject: [PATCH 164/309] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e09d7f35..af494b7f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1134,4 +1134,4 @@ - [DJG300](https://github.com/DJG300) Tran Thanh Tai - [Cuong224136](https://github.com/hchicuong3) - -[Nguyen Thanh Vu](https://github.com/vu221604-creator) +- [Nguyen Thanh Vu](https://github.com/vu221604-creator) From 7eff197fe729116990d6b04904037a3fd7d6e0c7 Mon Sep 17 00:00:00 2001 From: LuongBaoHuy Date: Wed, 1 Oct 2025 10:20:34 +0700 Subject: [PATCH 165/309] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7c41a5b6..51551098 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1127,4 +1127,4 @@ - [Avyn](https://github.com/Avynjs) - [Ubaid](https://github.com/ubaid2917) - [psrdotcom](https://github.com/psrdotcom) -- [DJG300](https://github.com/DJG300) + Bao Huy From 55a970e79973eefa4cb6d865377ac6895531fcc9 Mon Sep 17 00:00:00 2001 From: loc123 Date: Wed, 1 Oct 2025 10:25:35 +0700 Subject: [PATCH 166/309] Add to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c4c67808..c3b2f637 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1131,3 +1131,4 @@ - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) Tran Thanh Tai +- [Trần Tấn Lộc](https://github.com/loc223480) \ No newline at end of file From 86a2d948c4829d32d4325b52db577f6aba788fa9 Mon Sep 17 00:00:00 2001 From: Tai3009 Date: Wed, 1 Oct 2025 10:27:05 +0700 Subject: [PATCH 167/309] Add to contributors list --- Contributors.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 9922cf1a..f38ee20c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1128,5 +1128,4 @@ - [Ubaid](https://github.com/ubaid2917) - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) -- [Tai30092004](https://github.com/Tai30092004 -) +- [Tai30092004](https://github.com/Tai30092004) From 2e106eae0bdac55db2f85070d27b8118c6c3089d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=E1=BB=B3nh=20Ch=C3=AD=20C=C6=B0=E1=BB=9Dng=2003?= Date: Wed, 1 Oct 2025 10:28:21 +0700 Subject: [PATCH 168/309] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e09d7f35..53d60c05 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Huỳnh Chí Cường](https://github.com/hchicuong3) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Chien Minh](https://github.com/chien226674-afk) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) @@ -1133,5 +1134,4 @@ - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) Tran Thanh Tai -- [Cuong224136](https://github.com/hchicuong3) -[Nguyen Thanh Vu](https://github.com/vu221604-creator) From 1b5b348a09a18c1b692f4a5ad865f642ca84efb5 Mon Sep 17 00:00:00 2001 From: du220839-ux Date: Wed, 1 Oct 2025 10:39:46 +0700 Subject: [PATCH 169/309] Add Hoang Du to Contributors list (#104517) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e09d7f35..78f1110c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1135,3 +1135,4 @@ Tran Thanh Tai - [Cuong224136](https://github.com/hchicuong3) -[Nguyen Thanh Vu](https://github.com/vu221604-creator) +- [Hoang Du](https://github.com/du220839-ux) From 8e0d8545397a9cf608280a52bfe9396f87e916dc Mon Sep 17 00:00:00 2001 From: $T4N5H3N <172159874+tanshen-kun@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:33:18 +0530 Subject: [PATCH 170/309] Add tanshen-kun to Contributors list (#104520) Co-authored-by: 0xblackryu <172159874+0xblackryu@users.noreply.github.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 78f1110c..d0309bd1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ - [SoullesKev](https://github.com/Sadirock) - [Sunghee Yoon](https://github.com/tnosh7) - [Sushmitha](https://github.com/Sushmigit) +- [tanshen-kun](https://github.com/tanshen-kun) - [Thabeswar](https://github.com/Thabeswar) - [TheRunnas](https://github.com/therunnas) - [Tony Wong](https://github.com/tony31913) From ebce1d3eafa41a3fa4e1926c28888e12e2c9a5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ULTRA=E5=BD=A1PG?= <135448154+PranavG1203@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:48:59 +0530 Subject: [PATCH 171/309] added branch pranav gawande (#104521) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d0309bd1..e2c7bb82 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1137,3 +1137,4 @@ - [Cuong224136](https://github.com/hchicuong3) -[Nguyen Thanh Vu](https://github.com/vu221604-creator) - [Hoang Du](https://github.com/du220839-ux) +- [Pranavg1203](https://github.com/PranavG1203) From 93626a9d5cf2a2bf3732a7b75dc2e99c622cb5e0 Mon Sep 17 00:00:00 2001 From: Alex Lee Date: Wed, 1 Oct 2025 01:10:15 -0400 Subject: [PATCH 172/309] Add Alex Lee to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 01ee0d8c..30dcab09 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Kazzpars](https://github.com/rid-acrh238) - [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) - [Joshua Norris](https://github.com/Noshie23) @@ -599,6 +600,7 @@ - [Akshat Betala](https://github.com/Akshat089) - [Alejandr0x](https://github.com/Alejandr0xxx) - [Alejandro Flores](https://github.com/afr-dt) +- [Alex Lee](https://github.com/alexlee94) - [Alper Halil](https://github.com/yethranayeh) - [Alwin Sajan](https://github.com/Alwin-Sajan) - [Amar Yasser](https://github.com/AmarYasser1) From fa441b3569b78c17788717400f2ed6e2aec260f2 Mon Sep 17 00:00:00 2001 From: Harsh Kaushik <114059493+harshkaushik31@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:43:31 +0530 Subject: [PATCH 173/309] Add Harsh Kaushik to contributors list (#104524) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e2c7bb82..f2c6bc3c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1138,3 +1138,4 @@ -[Nguyen Thanh Vu](https://github.com/vu221604-creator) - [Hoang Du](https://github.com/du220839-ux) - [Pranavg1203](https://github.com/PranavG1203) +- [harshkaushik31](https://github.com/harshkaushik31) From dd7ddcc944a328cd1149a1c5056e46f0c9426243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AC=B8=EA=B8=B0=EC=A4=80?= Date: Wed, 1 Oct 2025 14:19:06 +0900 Subject: [PATCH 174/309] Add gijunmoon to contributors. (#104525) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f2c6bc3c..966f2603 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1139,3 +1139,4 @@ - [Hoang Du](https://github.com/du220839-ux) - [Pranavg1203](https://github.com/PranavG1203) - [harshkaushik31](https://github.com/harshkaushik31) +- [Gijun Moon](https://github.com/gijunmoon) \ No newline at end of file From cb67357d697163f0650da7c6f6818d26bbad47a6 Mon Sep 17 00:00:00 2001 From: TANAY-BARGIR Date: Wed, 1 Oct 2025 11:00:05 +0530 Subject: [PATCH 175/309] Add TANAY-BARGIR to contributors list (#104526) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 966f2603..c53a3150 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1138,5 +1138,6 @@ -[Nguyen Thanh Vu](https://github.com/vu221604-creator) - [Hoang Du](https://github.com/du220839-ux) - [Pranavg1203](https://github.com/PranavG1203) +- [TANAY-BARGIR](https://github.com/TANAY-BARGIR) - [harshkaushik31](https://github.com/harshkaushik31) -- [Gijun Moon](https://github.com/gijunmoon) \ No newline at end of file +- [Gijun Moon](https://github.com/gijunmoon) From 40095faba118188b21d0fcb8008062166a08b7bc Mon Sep 17 00:00:00 2001 From: Saugat Giri Date: Wed, 1 Oct 2025 11:44:35 +0545 Subject: [PATCH 176/309] Add Saugat Giri to Contributors list (#104528) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c53a3150..8fad67b4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Fangphire](https://github.com/fangphire) - [Zohaib](https://github.com/Iamzohaibali) - [Furanimus](https://github.com/Furanimus) +- [Saugat Giri](https://github.com/saugat1070) - [Anurag Tiwari](https://github.com/boss2412) - [Ginny](https://github.com/ginnysingh789) - [Gopal Iyer](https://github.com/geekiyer) From ddfb5a8a1184c46571d43a7d2adbf8aabea2a2bd Mon Sep 17 00:00:00 2001 From: RahulKrishna <127146393+RahulKrishna145@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:44:21 +0530 Subject: [PATCH 177/309] change in contributors.md (#104529) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8fad67b4..42a57c01 100644 --- a/Contributors.md +++ b/Contributors.md @@ -61,6 +61,7 @@ - [Maruthi S](https://github.com/JSMaruthi) - [SoongGuanLeong](https://github.com/SoongGuanLeong) - [Masalt0](https://github.com/Masalto5835) +- [RahulKrishna145](https://github.com/RahulKrishna145) - [Matt Bellardi](https://github.com/met97) - [Maxi Rebolo](https://github.com/MaxiR23) - [Meg Hiatt](https://github.com/hiatt8649) From 566e926e3585ec499c82d4196e390320abfe88c9 Mon Sep 17 00:00:00 2001 From: Buhlooey <108116990+Buhlooey@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:22:56 -0700 Subject: [PATCH 178/309] Add something bang (#104544) * Add Buhlooey to Contributions.md * Add "hello!!!" to Buhlooey --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 42a57c01..dae1ad89 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1143,3 +1143,4 @@ - [TANAY-BARGIR](https://github.com/TANAY-BARGIR) - [harshkaushik31](https://github.com/harshkaushik31) - [Gijun Moon](https://github.com/gijunmoon) +- [Buhlooey (hello!!!)](https://github.com/Buhlooey) \ No newline at end of file From 7e2311a207289d6454babec36367ea01afa1c9d7 Mon Sep 17 00:00:00 2001 From: Iman Vinduja Date: Wed, 1 Oct 2025 12:53:26 +0530 Subject: [PATCH 179/309] add Iman to the contributed list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 42a57c01..4c61e71b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -128,6 +128,7 @@ - [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) @@ -205,6 +206,7 @@ - [HighPoly](https://github.com/HighPolygon) - [Ian McManus](https://github.com/ianmcman) - [Jose Soto] (https://github.com/jossotriv) +- [Iman Chandrasiri] (https://github.com/Iman0810) - [Igor Balić](https://github.com/Iggy2399) - [Isaac F](https://github.com/YellowFlello) - [Janaki Ram K](https://github.com/JKR0805) @@ -250,6 +252,7 @@ - [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) From ad36cf80227ee00aa98c80d51fca1256ee58a21f Mon Sep 17 00:00:00 2001 From: sumeet156 Date: Wed, 1 Oct 2025 12:58:39 +0530 Subject: [PATCH 180/309] Sumeet to Contributors list --- Contributors.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Contributors.md b/Contributors.md index 42a57c01..9fe22ec7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Chien Minh](https://github.com/chien226674-afk) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) @@ -1135,11 +1136,11 @@ - [Ubaid](https://github.com/ubaid2917) - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) - Tran Thanh Tai -- [Cuong224136](https://github.com/hchicuong3) - -[Nguyen Thanh Vu](https://github.com/vu221604-creator) + Tran Thanh Tai +- [Cuong224136](https://github.com/hchicuong3) -[Nguyen Thanh Vu](https://github.com/vu221604-creator) - [Hoang Du](https://github.com/du220839-ux) - [Pranavg1203](https://github.com/PranavG1203) - [TANAY-BARGIR](https://github.com/TANAY-BARGIR) - [harshkaushik31](https://github.com/harshkaushik31) - [Gijun Moon](https://github.com/gijunmoon) +- [Sumeet D Choudhary](https://github.com/sumeet156) \ No newline at end of file From 22992809e3afc00cb763031ee3f999d6c65ab441 Mon Sep 17 00:00:00 2001 From: Jesse Prevete Date: Wed, 1 Oct 2025 08:10:07 +0000 Subject: [PATCH 181/309] Add Jesse Prevete to Contributors list. (#104547) git push -u origin jps-branch git branch git switch -c jps-branch git --version --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dae1ad89..f9f27242 100644 --- a/Contributors.md +++ b/Contributors.md @@ -37,6 +37,7 @@ - [Jason Wiggs](https://github.com/wiggs30) - [Jenna Hall](https://github.com/swejenna) - [Jerry](https://github.com/SniperRaccoon) +- [Jesse Prevete](https://github.com/jjpdotexe) - [Rohit Madhu Ghadge](https://github.com/Rod7678) - [Jeyanth-S](https://github.com/Jeyanth-S) - [Jide Falaki](https://github.com/jidefal) From f0d14735529f06e7c4f6bf29bfa046c08f798562 Mon Sep 17 00:00:00 2001 From: Kyra <162041796+kyrazzx@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:21:28 +0200 Subject: [PATCH 182/309] Added Kyra to contributors (#104548) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f9f27242..f1228f63 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Chien Minh](https://github.com/chien226674-afk) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) @@ -1144,4 +1145,4 @@ - [TANAY-BARGIR](https://github.com/TANAY-BARGIR) - [harshkaushik31](https://github.com/harshkaushik31) - [Gijun Moon](https://github.com/gijunmoon) -- [Buhlooey (hello!!!)](https://github.com/Buhlooey) \ No newline at end of file +- [Buhlooey (hello!!!)](https://github.com/Buhlooey) From 36d9a02cdb7581eab4a55becb3f5fcb1732db0fa Mon Sep 17 00:00:00 2001 From: Rajneesh <112794051+rajneesh-18@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:45:23 +0530 Subject: [PATCH 183/309] Add Rajneesh to Contributors list (#104550) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f1228f63..8b3157f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -247,6 +247,7 @@ - [Plexton](https://github.com/ZaibLComrade) - [Prasad J B](https://github.com/Prasad-JB) - [Pro Kumar](https://github.com/pkumar2143) +- [Rajneesh](https://github.com/rajneesh-18) - [RSM Harsha](https://github.com/rsmharsha) - [Ramin Adineh](https://github.com/ramiadi) - [Ravi](https://github.com/raviprakash7367) From 576177e88beea8bfbd9a773bfb05149bcd8e587d Mon Sep 17 00:00:00 2001 From: achmadr238 Date: Wed, 1 Oct 2025 17:20:02 +0700 Subject: [PATCH 184/309] remove Slack link and Slack join invitation text from Indonesian README --- docs/translations/README.id.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/translations/README.id.md b/docs/translations/README.id.md index 34b6028b..6a68ba2f 100644 --- a/docs/translations/README.id.md +++ b/docs/translations/README.id.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) @@ -146,7 +145,6 @@ Selamat! Anda baru saja menyelesaikan standar _fork_ -> _clone_ -> _edit_ -> _pu Rayakan kontribusi Anda dan bagikan dengan teman-teman dan pengikut Anda dengan membuka [web app](https://firstcontributions.github.io/#social-share). -Anda dapat bergabung dengan tim Slack kami jika Anda membutuhkan bantuan atau memiliki pertanyaan. [Bergabung dengan tim Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). Sekarang mari kita mulai dengan berkontribusi di proyek lain. Kami sudah menyusun daftar proyek dengan isu yang mudah dikerjakan sehingga Anda dapat segera memulai. Cek di [daftar proyek web app](https://firstcontributions.github.io/#project-list). From 5b3f0f575f4909560350f4c4d091d2387de92d62 Mon Sep 17 00:00:00 2001 From: Airdrop Hunter <158776762+Mystique85@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:44:56 +0200 Subject: [PATCH 185/309] Update Contributors.md (#104555) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8b3157f0..a446a36b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1147,3 +1147,4 @@ - [harshkaushik31](https://github.com/harshkaushik31) - [Gijun Moon](https://github.com/gijunmoon) - [Buhlooey (hello!!!)](https://github.com/Buhlooey) +- [Mystique85 (Hello! 👋)](https://github.com/Mystique85) From c4d56bb1e8f50d7918c1a05e39c0090a7256a3a8 Mon Sep 17 00:00:00 2001 From: Abhiram K Date: Wed, 1 Oct 2025 17:19:56 +0530 Subject: [PATCH 186/309] Add Abhiram-kondaguduru to Contributors list (#104556) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a446a36b..63f4700f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Malvin-sehmaluva-Machingura](https://github.com/sehmaluva) - [Fady Zaky](https://github.com/0ddAuto00) - [Aryan Vishwakarma](https://github.com/vishwakarma-31) +- [Abhiram kondaguduru](https://github.com/k-abhiram21) - [Fangphire](https://github.com/fangphire) - [Zohaib](https://github.com/Iamzohaibali) - [Furanimus](https://github.com/Furanimus) From 1a4f67a1a77b35d76e1c6b2fc8540cbe29004095 Mon Sep 17 00:00:00 2001 From: Paila-Sahitya <233878361+Paila-Sahitya@users.noreply.github.com> Date: Wed, 1 Oct 2025 17:29:12 +0530 Subject: [PATCH 187/309] Add sahitya to Contributors list (#104557) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 63f4700f..b9bae84f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ - [Saugat Giri](https://github.com/saugat1070) - [Anurag Tiwari](https://github.com/boss2412) - [Ginny](https://github.com/ginnysingh789) +- [Sahitya](https://github.com/Paila-Sahitya) - [Gopal Iyer](https://github.com/geekiyer) - [Hamza Shaikh](https://github.com/Raynzler) - [santhosh teja](https://github.com/santhosh-7777) From 3a701068005d39bd048f0eaf570c2aba476f9cde Mon Sep 17 00:00:00 2001 From: Ndeye Sermy Mergane <132950227+Ndeye1000@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:12:07 +0000 Subject: [PATCH 188/309] Add Ndeye1000 to Contributors list (#104558) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b9bae84f..f40d91d2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [Chien Minh](https://github.com/chien226674-afk) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) +- [Ndeye Sermy Mergane](https://github.com/Ndeye1000) - [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) - [Joshua Norris](https://github.com/Noshie23) - [santhosh teja santhosh teja ](https://github.com/Yashs02-code) From fd1ef0076c9a2db3f1e68aa9f096e6637229ff3c Mon Sep 17 00:00:00 2001 From: Rohanssutar Date: Wed, 1 Oct 2025 17:45:17 +0530 Subject: [PATCH 189/309] Remove slack link in Kazakh translation #104543 --- docs/translations/README.kz.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.kz.md b/docs/translations/README.kz.md index 4b6dfd52..5cc8bad7 100644 --- a/docs/translations/README.kz.md +++ b/docs/translations/README.kz.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) From 2a691f1b6db4a5b86e4481408d72cf1f3e87ad93 Mon Sep 17 00:00:00 2001 From: Rishabhsaini21 Date: Wed, 1 Oct 2025 18:43:21 +0530 Subject: [PATCH 190/309] Added Rishabh to Contributors list (#104560) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f40d91d2..78dfba47 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1151,3 +1151,4 @@ - [Gijun Moon](https://github.com/gijunmoon) - [Buhlooey (hello!!!)](https://github.com/Buhlooey) - [Mystique85 (Hello! 👋)](https://github.com/Mystique85) +- [Rishabh](https://github.com/Rishabhsaini21) \ No newline at end of file From 0941ffa54524b980c35a763058ee350209cb082a Mon Sep 17 00:00:00 2001 From: Emily Navarro Date: Wed, 1 Oct 2025 06:20:24 -0700 Subject: [PATCH 191/309] Add Emily Navarro to Contributors list (#104562) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 78dfba47..06d70a91 100644 --- a/Contributors.md +++ b/Contributors.md @@ -837,6 +837,7 @@ - [Greem Fox](https://github.com/vulpes-viridis) - [Hamza Khan](https://github.com/giacomo-folli) - [Hariharasudhan M](https://github.com/Harimhs) +Emily Navarro - [Harsh Gupta](https://github.com/Reverent2005) - [Harsh Rakholiya](https://github.com/arsh3396) - [Harshita Kode](https://github.com/2210030019) From 13a5390d80d2df6ebb4db29579ddcd2ad44fb50d Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 1 Oct 2025 19:12:05 +0530 Subject: [PATCH 192/309] Add Aman Gupta to Contributors.md (#104563) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 06d70a91..2d93f062 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [Chien Minh](https://github.com/chien226674-afk) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) +- [Aman Gupta](https://github.com/Aman071106) - [Ndeye Sermy Mergane](https://github.com/Ndeye1000) - [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) - [Joshua Norris](https://github.com/Noshie23) From 108cb52689b9ccb83639097a1e2ac3d052f0abf7 Mon Sep 17 00:00:00 2001 From: Kehinde Sodiq <159795730+Dev-Adejare@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:56:01 +0100 Subject: [PATCH 193/309] Add Adejare to contributions list (#104564) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2d93f062..00fb8b59 100644 --- a/Contributors.md +++ b/Contributors.md @@ -49,6 +49,7 @@ - [Jingyi Lu](https://github.com/lulu61000) - [JoachimC](https://github.com/Joachim280) - [Sahil Sankhyan](https://github.com/Sahil12341) +- [Kehinde sodiq] (https://github.com/Dev-Adejare) - [Joncineus](https://github.com/joncineus) - [Julius Jones](https://github.com/jlwj22) - [Priyanka Sharma](https://github.com/priyanka2sharma) From da5ebdd318b80b9eccf2b0c316a7d53a8847d8cd Mon Sep 17 00:00:00 2001 From: Shivansh Pathak <128770733+shivanshpathak01@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:35:54 +0530 Subject: [PATCH 194/309] Add Shivansh Pathak to Contributors list (#104565) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 00fb8b59..61591cbf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1154,4 +1154,5 @@ Emily Navarro - [Gijun Moon](https://github.com/gijunmoon) - [Buhlooey (hello!!!)](https://github.com/Buhlooey) - [Mystique85 (Hello! 👋)](https://github.com/Mystique85) -- [Rishabh](https://github.com/Rishabhsaini21) \ No newline at end of file +- [Rishabh](https://github.com/Rishabhsaini21) +- [Shivansh Pathak](https://github.com/shivanshpathak01) \ No newline at end of file From 31664e0dffdbfd25066d118fe2133a0c1d8667f6 Mon Sep 17 00:00:00 2001 From: hemank15 Date: Wed, 1 Oct 2025 20:07:41 +0530 Subject: [PATCH 195/309] Add Hemank to Contributors list (#104566) Co-authored-by: hemank15 --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 61591cbf..bfeed9fa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1142,6 +1142,7 @@ Emily Navarro - [Sahil](https://github.com/sahilkapase) - [Avyn](https://github.com/Avynjs) - [Ubaid](https://github.com/ubaid2917) +-[Hemank](https://github.com) - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) Tran Thanh Tai @@ -1155,4 +1156,4 @@ Emily Navarro - [Buhlooey (hello!!!)](https://github.com/Buhlooey) - [Mystique85 (Hello! 👋)](https://github.com/Mystique85) - [Rishabh](https://github.com/Rishabhsaini21) -- [Shivansh Pathak](https://github.com/shivanshpathak01) \ No newline at end of file +- [Shivansh Pathak](https://github.com/shivanshpathak01) From b3833d05f89154365698f92e7666fb4670d4a96b Mon Sep 17 00:00:00 2001 From: Areesha shehzad <157312844+Areesha48@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:44:40 +0500 Subject: [PATCH 196/309] Add Areesha Shehzad to Contributors list (#104567) Co-authored-by: Areesha48 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bfeed9fa..3924ee7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1145,6 +1145,7 @@ Emily Navarro -[Hemank](https://github.com) - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) +- [ Areesha Shehzad](https://github.com/Areesha48) Tran Thanh Tai - [Cuong224136](https://github.com/hchicuong3) -[Nguyen Thanh Vu](https://github.com/vu221604-creator) From 80f62ac6eac5d6e6a268ccdab14d36f48b86d199 Mon Sep 17 00:00:00 2001 From: JeffTunner Date: Wed, 1 Oct 2025 20:31:29 +0530 Subject: [PATCH 197/309] Add Jeff Tunner to contributors list (#104568) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3924ee7d..658379de 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [Madan A](https://github.com/maddy-aleti) - [Magonborn](https://github.com/MagonBorn) - [Maruthi S](https://github.com/JSMaruthi) +- [Jeff Tunner](https://github.com/JeffTunner) - [SoongGuanLeong](https://github.com/SoongGuanLeong) - [Masalt0](https://github.com/Masalto5835) - [RahulKrishna145](https://github.com/RahulKrishna145) From 472ae8d5fafc06a434434e509fbbfdc483705b6a Mon Sep 17 00:00:00 2001 From: Akhilesh0085 <160025878+Akhilesh0085@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:41:35 +0530 Subject: [PATCH 198/309] New name Akhilesh is added (#104569) Co-authored-by: akhilesh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 658379de..f12eb5f7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -53,6 +53,7 @@ - [Joncineus](https://github.com/joncineus) - [Julius Jones](https://github.com/jlwj22) - [Priyanka Sharma](https://github.com/priyanka2sharma) +- [Akhilesh Saini](https://github.com/Akhilesh0085) - [Justin](https://github.com/JustinBifeld) - [KamalKant](https://github.com/kamal2730) - [Kjohnbaba](https://github.com/kjohnbaba) From ef600819b5823baf0245f374ca5ce14d55f347f0 Mon Sep 17 00:00:00 2001 From: headboot Date: Wed, 1 Oct 2025 23:07:02 +0700 Subject: [PATCH 199/309] add headboot to contributors list (#104571) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f12eb5f7..6955cd4a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -135,6 +135,7 @@ - [elijah](https://github.com/elijahladdie) - [Gotchumon](https:github.com/Gotchumon) - [enguy-hub](https://github.com/enguy-hub) +- [headboot](https://github.com/headboot) - [freshmess](https://github.com/freshmess) - [hectoru10](https://github.com/Hectoru10) - [hridyam04](https://github.com/hridyam04) From 9a6c591cac1d955b685442f9a9af1886b5969fc6 Mon Sep 17 00:00:00 2001 From: kindnasussicat <90666320+Imgei69@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:10:16 +0700 Subject: [PATCH 200/309] ADD MikuOnTheEthernet to Contributors list (#104572) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6955cd4a..d696c7f8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1150,6 +1150,7 @@ Emily Navarro - [DJG300](https://github.com/DJG300) - [ Areesha Shehzad](https://github.com/Areesha48) Tran Thanh Tai +- [MikuOnTheEthernet](https://github.com/Imgei69) - [Cuong224136](https://github.com/hchicuong3) -[Nguyen Thanh Vu](https://github.com/vu221604-creator) - [Hoang Du](https://github.com/du220839-ux) From 372006b2cd120cfba0646787891413b9d32f9ef9 Mon Sep 17 00:00:00 2001 From: JeffTunner Date: Wed, 1 Oct 2025 22:06:44 +0530 Subject: [PATCH 201/309] Add Jeff Tunner to contributors list (#104573) From e4eb65f95c5b9e6d8086961453fca6c1d04b4512 Mon Sep 17 00:00:00 2001 From: vaibhav-katyal Date: Wed, 1 Oct 2025 22:14:56 +0530 Subject: [PATCH 202/309] Added my name (Vaibhav Katyal) to the contributors list (#104575) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d696c7f8..78b62dfb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -40,6 +40,7 @@ - [Rafael Guzman](https://github.com/Rafael-er-byte) - [Raghav Chanana] (https://github.com/sidrag3045) - [Jason Wiggs](https://github.com/wiggs30) +- [Vaibhav Katyal](https://github.com/vaibhav-katyal) - [Jenna Hall](https://github.com/swejenna) - [Jerry](https://github.com/SniperRaccoon) - [Jesse Prevete](https://github.com/jjpdotexe) From 3ec5c0407d7654d3475c08abacfb5f3736758059 Mon Sep 17 00:00:00 2001 From: Nitheesh C Date: Wed, 1 Oct 2025 22:39:35 +0530 Subject: [PATCH 203/309] Add nitheeshmk41 to Contributors list (#104576) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 78b62dfb..6cc29a14 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1163,3 +1163,4 @@ Emily Navarro - [Mystique85 (Hello! 👋)](https://github.com/Mystique85) - [Rishabh](https://github.com/Rishabhsaini21) - [Shivansh Pathak](https://github.com/shivanshpathak01) +- [Nitheesh Muthu Krishnanc](https://github.com/nitheeshmk41) \ No newline at end of file From 0cca00001e95ad39b59ad4e50422750a1b6298e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Costa?= Date: Wed, 1 Oct 2025 18:21:36 +0100 Subject: [PATCH 204/309] =?UTF-8?q?Add=20Jo=C3=A3o-Costa=20to=20Contributo?= =?UTF-8?q?rs=20list=20(#104577)?= 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 6cc29a14..f84ef59a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -529,6 +529,7 @@ - [Manav_IMT535](https://github.com/Manav9547) - [Marc Larson](https://github.com/m-larson94) - [Maroof Khan](https://github.com/khanmaroof) +- [João Costa] (https://github.com/joaoppscosta) - [Mason Breece](https://github.com/MBreece89) - [Matteo Ricci](https://github.com/PyZenMatt) - [Mattia Cocco](https://github.com/Matti02co) From c3c5aed3c9146562652ffea3b2efeefd4e556d14 Mon Sep 17 00:00:00 2001 From: Jnapfx Date: Wed, 1 Oct 2025 13:34:44 -0400 Subject: [PATCH 205/309] Add my full mame to the contributors list (#104580) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f84ef59a..304aa91d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1164,4 +1164,5 @@ Emily Navarro - [Mystique85 (Hello! 👋)](https://github.com/Mystique85) - [Rishabh](https://github.com/Rishabhsaini21) - [Shivansh Pathak](https://github.com/shivanshpathak01) -- [Nitheesh Muthu Krishnanc](https://github.com/nitheeshmk41) \ No newline at end of file +- [Nitheesh Muthu Krishnanc](https://github.com/nitheeshmk41) +- [Javier Napoles](https://github.com/Jnapfx) \ No newline at end of file From 9d122c3761cc27ba8257a4a914a8fcfb16d6e7e9 Mon Sep 17 00:00:00 2001 From: Nitesh Vasave Date: Wed, 1 Oct 2025 23:07:46 +0530 Subject: [PATCH 206/309] Adding Nitesh as a Contributor (#104581) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 304aa91d..a1f214ae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1053,6 +1053,7 @@ Emily Navarro - [Param Shah](https://github.com/Kommandant2005) - [Parthav Nair](https://github.com/Parthav-Nair) - [Pavitharan V](https://github.com/Pavitharan02) +- [Nitesh Vasave](https://github.com/ni2-vsv11) - [Rafael Severo](https://github.com/rafaeumesmo) - [Rahul Parihar](https://github.com/Parihar-Dev) - [Rajinisoumya](https://github.com/Rajinisoumya) From 4199a523ccab2135e688c15453934452cdd9a030 Mon Sep 17 00:00:00 2001 From: Zahra Shefa Date: Wed, 1 Oct 2025 13:39:08 -0400 Subject: [PATCH 207/309] Add my name as contributer. --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6cc29a14..9d8405c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1163,4 +1163,5 @@ Emily Navarro - [Mystique85 (Hello! 👋)](https://github.com/Mystique85) - [Rishabh](https://github.com/Rishabhsaini21) - [Shivansh Pathak](https://github.com/shivanshpathak01) -- [Nitheesh Muthu Krishnanc](https://github.com/nitheeshmk41) \ No newline at end of file +- [Nitheesh Muthu Krishnanc](https://github.com/nitheeshmk41) +- [Zahra Shefa](https://github.com/zahrashefa318) \ No newline at end of file From 975ac16ef48794c0dccc8cfaeead0d0c56370f48 Mon Sep 17 00:00:00 2001 From: Zahra Shefa Date: Wed, 1 Oct 2025 13:43:13 -0400 Subject: [PATCH 208/309] Resolve Conflict --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9d8405c8..183eb5dc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1164,4 +1164,4 @@ Emily Navarro - [Rishabh](https://github.com/Rishabhsaini21) - [Shivansh Pathak](https://github.com/shivanshpathak01) - [Nitheesh Muthu Krishnanc](https://github.com/nitheeshmk41) -- [Zahra Shefa](https://github.com/zahrashefa318) \ No newline at end of file +- [add-zahra-contribution](https://github.com/zahrashefa318) \ No newline at end of file From 64df2dd72e2ebdb22cce78399dac9a041bcd34b2 Mon Sep 17 00:00:00 2001 From: Andy Ma <122586326+Everither@users.noreply.github.com> Date: Thu, 2 Oct 2025 03:57:13 +1000 Subject: [PATCH 209/309] Add Andy Ma to Contributors list (#104485) * Create deletethis.txt * Add Andy Ma to Contributors list * Delete deletethis.txt --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c1ec1167..7055c99b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [santhosh teja](https://github.com/santhosh-7777) - [Harry-GNS](https://github.com/Harry-GNS) - [Helen Tsui](https://github.com/helentht) +- [Andy Ma](https://github.com/Everither) - [Bruno Costa](https://github.com/brunocosta-devlab) - [Max Kutepov](https://github.com/MaximKutepov) - [Sid-5137](https://github.com/Sid-5137) From a5ccc1279205ac715cdd54070ac9d7e20704df5d Mon Sep 17 00:00:00 2001 From: AntoTheSol Date: Wed, 1 Oct 2025 13:59:47 -0400 Subject: [PATCH 210/309] Add AntoTheSol to Contributors list (#104579) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ee9c22b1..19d89140 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1173,4 +1173,5 @@ Emily Navarro - [Rishabh](https://github.com/Rishabhsaini21) - [Shivansh Pathak](https://github.com/shivanshpathak01) - [Nitheesh Muthu Krishnanc](https://github.com/nitheeshmk41) +- [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) From 880b316b2b84f49c08f59518782e4c92f49c14b2 Mon Sep 17 00:00:00 2001 From: Spaceboy-ren Date: Wed, 1 Oct 2025 23:30:21 +0530 Subject: [PATCH 211/309] Add Renith to Contributors list (#104585) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 19d89140..cab6a569 100644 --- a/Contributors.md +++ b/Contributors.md @@ -77,6 +77,7 @@ - [Matt Bellardi](https://github.com/met97) - [Maxi Rebolo](https://github.com/MaxiR23) - [Meg Hiatt](https://github.com/hiatt8649) +- [Renith](https://github.com/Spaceboy-ren) - [Michael](https://github.com/LucidWinter) - [Musbi8788](https://github.com/Musbi8788) - [Navaneeth D](https://github.com/ar3s-nd) From e236804b1a783b58741d0c4d0dcda811e5c4e9f5 Mon Sep 17 00:00:00 2001 From: AntoTheSol Date: Wed, 1 Oct 2025 14:00:38 -0400 Subject: [PATCH 212/309] Add AntoTheSol to Contributors list (#104583) * Add AntoTheSol to Contributors list * Add AntoTheSol to Contributors list * Add AntoTheSol to Contributors list --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cab6a569..a6ab5cbf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1175,4 +1175,5 @@ Emily Navarro - [Shivansh Pathak](https://github.com/shivanshpathak01) - [Nitheesh Muthu Krishnanc](https://github.com/nitheeshmk41) - [AntoTheSol](https://github.com/AntoTheSol) +- [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) From aa767a336b4752865aedf6a772bbdec657bbee4f Mon Sep 17 00:00:00 2001 From: phuc220793-cpu Date: Thu, 2 Oct 2025 01:03:06 +0700 Subject: [PATCH 213/309] Update Contributors.md (#104586) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a6ab5cbf..8b7aa57a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) +- [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) From e8c9b36c97bad1597d45d77ce27236c430ec092a Mon Sep 17 00:00:00 2001 From: craigsw86 <54787915+craigsw86@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:09:45 -0400 Subject: [PATCH 214/309] Add my full name to the contributors list (#104584) * Add my full name to the contributors list * Add my full name to the contributors list --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8b7aa57a..afb14015 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1175,6 +1175,7 @@ Emily Navarro - [Rishabh](https://github.com/Rishabhsaini21) - [Shivansh Pathak](https://github.com/shivanshpathak01) - [Nitheesh Muthu Krishnanc](https://github.com/nitheeshmk41) +- [Craig Weinstein](https://github.com/craigsw86) - [AntoTheSol](https://github.com/AntoTheSol) - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) From b337a2efa0fa6972d34e0d8b0c73a3d24774bdd7 Mon Sep 17 00:00:00 2001 From: craigsw86 <54787915+craigsw86@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:29:12 -0400 Subject: [PATCH 215/309] Add craig weinstein (#104597) * Add my full name to the contributors list * Add my full name to the contributors list --------- Co-authored-by: Roshan Jossy From c86ac8ef897c85bf83225937fb80d35659a3d066 Mon Sep 17 00:00:00 2001 From: ni2-vsv11 Date: Thu, 2 Oct 2025 00:04:07 +0530 Subject: [PATCH 216/309] fixed#104589 -Removed slack link in Marathi translation --- docs/translations/README.kws.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.kws.md b/docs/translations/README.kws.md index 7eb993dd..6b58d322 100644 --- a/docs/translations/README.kws.md +++ b/docs/translations/README.kws.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) From 83400800b58bf7a9615ab3b33b92bd5e3f9e023f Mon Sep 17 00:00:00 2001 From: Krishanu <107165160+krishanu009@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:04:44 +0530 Subject: [PATCH 217/309] Krishanu branch (#104599) * Add your-name to Contributors list * Add Krishanu to Contributors list --------- Co-authored-by: krishanu-bcc --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index afb14015..a0fee6bb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1161,6 +1161,7 @@ Emily Navarro - [DJG300](https://github.com/DJG300) - [ Areesha Shehzad](https://github.com/Areesha48) - Tran Thanh Tai +- [Krishanu ](https://github.com/krishanu009) - [MikuOnTheEthernet](https://github.com/Imgei69) - [Cuong224136](https://github.com/hchicuong3) - [Nguyen Thanh Vu](https://github.com/vu221604-creator) From 9e42606b259c9a14329216197d0f96caa477db2d Mon Sep 17 00:00:00 2001 From: Pratham19106 Date: Thu, 2 Oct 2025 00:11:45 +0530 Subject: [PATCH 218/309] Add Pratham Muley --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index afb14015..b909d913 100644 --- a/Contributors.md +++ b/Contributors.md @@ -41,7 +41,8 @@ - [James-826](https://github.com/James-826) - [Janardhan Polle](https://github.com/Jce) - [Rafael Guzman](https://github.com/Rafael-er-byte) -- [Raghav Chanana] (https://github.com/sidrag3045) +- [Raghav Chanana](https://github.com/sidrag3045) +- [Pratham Muley](https://github.com/Pratham19106) - [Jason Wiggs](https://github.com/wiggs30) - [Vaibhav Katyal](https://github.com/vaibhav-katyal) - [Jenna Hall](https://github.com/swejenna) From 57091d8fc47dc7997dc0322b7809510980e73d40 Mon Sep 17 00:00:00 2001 From: Pratham19106 Date: Thu, 2 Oct 2025 00:14:18 +0530 Subject: [PATCH 219/309] Add Pratham Muley (#104601) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1ceec882..73c0ae4d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -41,7 +41,8 @@ - [James-826](https://github.com/James-826) - [Janardhan Polle](https://github.com/Jce) - [Rafael Guzman](https://github.com/Rafael-er-byte) -- [Raghav Chanana] (https://github.com/sidrag3045) +- [Raghav Chanana](https://github.com/sidrag3045) +- [Pratham Muley](https://github.com/Pratham19106) - [Jason Wiggs](https://github.com/wiggs30) - [Vaibhav Katyal](https://github.com/vaibhav-katyal) - [Jenna Hall](https://github.com/swejenna) From 2eb7e9471aa3367948afe0a52bc7e8055a15c9ee Mon Sep 17 00:00:00 2001 From: Pratham19106 Date: Thu, 2 Oct 2025 00:18:10 +0530 Subject: [PATCH 220/309] #104589fixed-Remove Slack Link From Marathi Translation --- docs/translations/README.mr.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.mr.md b/docs/translations/README.mr.md index 7087531b..6b59a02b 100644 --- a/docs/translations/README.mr.md +++ b/docs/translations/README.mr.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) From 55f4ac41cae11221bab859ba45a62662103a7729 Mon Sep 17 00:00:00 2001 From: nitnx256 Date: Thu, 2 Oct 2025 00:22:43 +0530 Subject: [PATCH 221/309] Remove slack link in Lao Translation README --- docs/translations/README.la.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/translations/README.la.md b/docs/translations/README.la.md index 1edc9414..4de43db7 100644 --- a/docs/translations/README.la.md +++ b/docs/translations/README.la.md @@ -1,5 +1,5 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) +[]() [![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) @@ -105,7 +105,7 @@ git push origin <ຊື່ branch ຂອງທ່ານ> ຍິນດີນຳ, ທ່ານໄດ້ປະຕິບັດຂັ້ນຕອນຂອງການເຮັດ contribute ຄື fork -> clone -> edit -> pull request ເຊິ່ງຂັ້ນຕອນຕ່າງໆເຫຼົ່ານີ້ເປັນສິ່ງທີ່ທ່ານຕອງໄດ້ພົບເມື່ອທ່ານເປັນ contributor ສະເຫຼີມສະຫຼອງໃຫ້ແກ່ການມີສ່ວນຮ່ວມຂອງທ່ານ, ຢ່າລືມແບ່ງປະສົບການທີ່ທ່ານໄດ້ຮັບໃຫ້ແກ່ໝູ່ເພື່ອນຂອງທ່ານ ໂດຍໄປທີ່ [ເວັບໄຊນີ້](https://firstcontributions.github.io/#social-share) -ຫຼືຈະມີສ່ວນຮ່ວມກັບເຮົາຜ່ານ Slack ໃນກໍລະນີທີ່ທ່ານຕ້ອງການຄວາມຊ່ວຍເຫຼືອ ຫຼື ມີຂໍ້ສົງໄສໃດໆ [ເຂົ້າຮ່ວມ slack ກັບພວກເຮົາ](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) +ຫຼືຈະມີສ່ວນຮ່ວມກັບເຮົາຜ່ານ Slack ໃນກໍລະນີທີ່ທ່ານຕ້ອງການຄວາມຊ່ວຍເຫຼືອ ຫຼື ມີຂໍ້ສົງໄສໃດໆ [ເຂົ້າຮ່ວມ slack ກັບພວກເຮົາ]() ຈາກນີ້ທ່ານສາມາດ contribute ໃຫ້ໂປຣເຈັກອື່ນໆໄດ້, ໂດຍທາງເຮົາໄດ້ເຮັດລາຍການໂປຣເຈັກທີ່ງ່າຍຕໍ່ການເລີ່ມຕົ້ນບາງສ່ວນໄວ້ໃຫ້ [ລາຍຊື່ໂປຣເຈັກທີ່ໜ້າສົນໃຈ](https://firstcontributions.github.io/#project-list) From 0869c21087416cf1ce67fd6575a89b5579574d75 Mon Sep 17 00:00:00 2001 From: Suhail Abdi Date: Wed, 1 Oct 2025 22:22:38 +0300 Subject: [PATCH 222/309] Added Suhail to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 73c0ae4d..8f597d03 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1182,3 +1182,4 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) +- [Suhail Abdi](https://github.com/suhailabdi2) \ No newline at end of file From e9d6eef9f15f66ec6a759025122fbb4d3391c10e Mon Sep 17 00:00:00 2001 From: Suhail Abdi <114070973+suhailabdi2@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:24:05 +0300 Subject: [PATCH 223/309] Added Suhail to Contributors list (#104607) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 73c0ae4d..8f597d03 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1182,3 +1182,4 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) +- [Suhail Abdi](https://github.com/suhailabdi2) \ No newline at end of file From 0e62a4a210a8c3e3895107bbc480ad8299999d43 Mon Sep 17 00:00:00 2001 From: pushkarkothari899 Date: Thu, 2 Oct 2025 01:03:06 +0530 Subject: [PATCH 224/309] Update README.lug.md I deleted all the lines related to slack . In total there were 2....1st one on 2nd line and 2nd one on 113th line --- docs/translations/README.lug.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.lug.md b/docs/translations/README.lug.md index a21a9018..a33f1d2d 100644 --- a/docs/translations/README.lug.md +++ b/docs/translations/README.lug.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) [![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) @@ -111,8 +110,6 @@ Ki ekirungi! Onoowuziza ku ttendekero lya _fork -> clone -> edit -> pull request Jaguza ekyo ky'oyongeddeko era ogikwase mikwano gyo n'abagoberera nga oyita ku [web app](https://firstcontributions.github.io/#social-share). -Osobola okuyingira ku team ya slack bw'oba oyagala obuyambi obulala oba olina ebibuuzo. [Yingira team ya slack.](https://firstcontributors.slack.com/join/shared_invite/zt-29qhyr9lt-Bi7WLbgGIFqV7aCEG_grvg#/shared-invite/email). - Kati ka tutandikire okukola ku kintu ekirala. Tundese olukalala lwa project ezirina ebizibu ebitalina y'oyinza okutandika n'okukola. Kebera [olukalala lwa project mu web app](https://firstcontributions.github.io/#project-list). ### [Ebirala ebisobola okukuyamba](additional-material/git_workflow_scenarios/additional-material.md) From 29585312f465840c9e77167578fc6783b7e6bb8c Mon Sep 17 00:00:00 2001 From: HugoOuwerkerk Date: Wed, 1 Oct 2025 21:34:49 +0200 Subject: [PATCH 225/309] Add dex to Contributors list (#104610) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8f597d03..82551c3f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1163,6 +1163,7 @@ Emily Navarro - [DJG300](https://github.com/DJG300) - [ Areesha Shehzad](https://github.com/Areesha48) - Tran Thanh Tai +- [dex] - [Krishanu ](https://github.com/krishanu009) - [MikuOnTheEthernet](https://github.com/Imgei69) - [Cuong224136](https://github.com/hchicuong3) From 04032af56429e26e7057b2dbe0a28269b088afc3 Mon Sep 17 00:00:00 2001 From: Suhail Abdi Date: Wed, 1 Oct 2025 22:37:24 +0300 Subject: [PATCH 226/309] removed slack in the Latvian translation --- docs/translations/README.lv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.lv.md b/docs/translations/README.lv.md index 66f86b2f..3bdab07c 100644 --- a/docs/translations/README.lv.md +++ b/docs/translations/README.lv.md @@ -109,7 +109,7 @@ Apsveicam! Tu tikko pabeidzi standarta _fork -> clone -> edit -> PR_ darbplūs Pastāsti par savu devumu saviem draugiem un sekotājiem, izmantojot [mūsu vietni](https://firstcontributions.github.io/#social-share). -Tu vari pievienoties arī mūsu slack komandai, ja tev nepieciešama palīdzība vai ir kādi jautājumi. [Pievienojies slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + Tagad tu vari līdzdarboties arī citos projektos. Mēs esam sastādījuši sarakstu ar projektiem, kuros ir vienkāršas problēmas, ar kurām tu varētu sākt. Izpēti [projektu sarakstu mūsu vietnē](https://firstcontributions.github.io/#project-list). From 35f06913d76a276c7453d84439f6ec7f1c4bf102 Mon Sep 17 00:00:00 2001 From: pushkarkothari899 Date: Thu, 2 Oct 2025 01:12:41 +0530 Subject: [PATCH 227/309] Update README.me.md i deleted all the slack links --- docs/translations/README.me.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.me.md b/docs/translations/README.me.md index 71405b8c..3e57f08f 100644 --- a/docs/translations/README.me.md +++ b/docs/translations/README.me.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) @@ -116,8 +115,6 @@ Uskoro, ja ću spojiti promjene koje ste napravili sa master granom repozitoriju Proslavite vaš doprinos i podijelite ga sa prijateljima i pratiocima kroz [stranicu](https://firstcontributions.github.io/#social-share). -Ukoliko vam je potrebna pomoć ili imate neka pitanja, možete da se priključite našem [Slack timu](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Sada možete početi da doprinosite i drugim projektima. Sastavili smo listu projekata sa jednostavim problemima na kojima možete početi da radite. Pogledajte [listu projekata na stranici](https://firstcontributions.github.io/#project-list). ### [Dodatni materijali](additional-material/git_workflow_scenarios/additional-material.md) From be8ebf7ca82376b11dab90ffb9793f84ff21cad3 Mon Sep 17 00:00:00 2001 From: Suhail Abdi Date: Wed, 1 Oct 2025 22:47:27 +0300 Subject: [PATCH 228/309] Removed mentions of slack in the Latvian Readme. --- docs/translations/README.lv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.lv.md b/docs/translations/README.lv.md index 3bdab07c..e49ccd92 100644 --- a/docs/translations/README.lv.md +++ b/docs/translations/README.lv.md @@ -1,5 +1,5 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) + [![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) From 48ad49ecb5c7de043b60d44d8cd817edfaf3ded0 Mon Sep 17 00:00:00 2001 From: ADITYA TIWARI <142050150+ADITYATIWARI342005@users.noreply.github.com> Date: Thu, 2 Oct 2025 01:43:43 +0530 Subject: [PATCH 229/309] Update Contributors.md (#104613) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 82551c3f..6d1e1de6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -87,6 +87,7 @@ - [Yukesh D](https://github.com/Yukesh-30) - [Naveen C](https://github.com/naveench98) - [Nehsik](https://github.com/Kishen271828) +- [ARES](https://github.com/phoenixcodeforces-blip) - [Nithwin V M](https://github.com/Nithwin) - [Numan Khan](https://github.com/Nuu-maan) - [Paul Serise](https://github.com/pserise) @@ -1183,4 +1184,4 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) -- [Suhail Abdi](https://github.com/suhailabdi2) \ No newline at end of file +- [Suhail Abdi](https://github.com/suhailabdi2) From 21249a0f39d1de66d161338677cb8ed034de1154 Mon Sep 17 00:00:00 2001 From: Arpit kumar Jaiswal Date: Thu, 2 Oct 2025 02:15:19 +0530 Subject: [PATCH 230/309] Add Arpit Kumar Jaiswal to Contributors list Added my name as part of Hacktoberfest 2025. --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 82551c3f..d740b1b7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1183,4 +1183,5 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) -- [Suhail Abdi](https://github.com/suhailabdi2) \ No newline at end of file +- [Suhail Abdi](https://github.com/suhailabdi2) +- Arpit Kumar Jaiswal From e41f385242c74da3bf02bb0a12598551807a81af Mon Sep 17 00:00:00 2001 From: Frank Anthony <115263397+FrankLayza@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:52:39 +0100 Subject: [PATCH 231/309] Add Frank Anthony to Contributors list (#104616) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6d1e1de6..21039ecc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ - [Abhiram kondaguduru](https://github.com/k-abhiram21) - [Fangphire](https://github.com/fangphire) - [Zohaib](https://github.com/Iamzohaibali) +- [Frank Anthony](https://github.com/FrankLayza) - [Furanimus](https://github.com/Furanimus) - [Saugat Giri](https://github.com/saugat1070) - [Anurag Tiwari](https://github.com/boss2412) From ed847a41b9b88ec553c01efdc931082585560577 Mon Sep 17 00:00:00 2001 From: Owen Meyer <113151729+OwenBMeyer@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:06:37 -0700 Subject: [PATCH 232/309] Added owen meyer to Contributors list (#104618) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 21039ecc..9f57d851 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1121,6 +1121,7 @@ Emily Navarro - [Zohaib Khan](https://github.com/zohaibkhan745) - [c-lombardi23](https://github.com/c-lombardi23) - [candycane124](https://github.com/candycane124) +- [owen meyer](https://github.com/OwenBMeyer) - [cashtanowiec](https://github.com/cashtanowiec) - [codemikemike](https://github.com/codemikemike) - [goldenbough0](https://github.com/goldenbough0) From 81086b2b525637eadd54f8c8589cf20f3792ff53 Mon Sep 17 00:00:00 2001 From: Rohanssutar Date: Thu, 2 Oct 2025 06:03:05 +0530 Subject: [PATCH 233/309] Removed slack link in Malayama translation #104591 --- docs/translations/README.ml.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.ml.md b/docs/translations/README.ml.md index 0568b4af..d955896d 100644 --- a/docs/translations/README.ml.md +++ b/docs/translations/README.ml.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) From c1c1ad26d727c27f8d985309dba32606318a8a1b Mon Sep 17 00:00:00 2001 From: Rohanssutar Date: Thu, 2 Oct 2025 06:18:36 +0530 Subject: [PATCH 234/309] Removed slack link in Malagasyj translation #104592 --- docs/translations/README.mg.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.mg.md b/docs/translations/README.mg.md index 2cb9a192..307648c4 100644 --- a/docs/translations/README.mg.md +++ b/docs/translations/README.mg.md @@ -1,5 +1,4 @@ [![L'amour du logiciel libre](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) [![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) From 34a697e5b9477384523cfb74f352beb325f0f75c Mon Sep 17 00:00:00 2001 From: Stephen Speck Jr Date: Wed, 1 Oct 2025 21:12:10 -0400 Subject: [PATCH 235/309] Add SpecksBacon to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9f57d851..1e52e06a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -146,7 +146,7 @@ - [headboot](https://github.com/headboot) - [freshmess](https://github.com/freshmess) - [hectoru10](https://github.com/Hectoru10) - +- [specksbacon](https://github.com/SpecksBacon) - [hridyam04](https://github.com/hridyam04) - [iason-019](https://github.com/iason-019) - [isaac sun](https://github.com/isaac-sun) From a8f641534b983f756caeba6daf1bdf40cd05f92b Mon Sep 17 00:00:00 2001 From: esraa <95543220+esraa-k@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:44:10 -0400 Subject: [PATCH 236/309] Add Esraa Kandil to Contributors list (#104622) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9f57d851..a80bb6ae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -72,6 +72,7 @@ - [MACantara](https://github.com/MACantara) - [Madan A](https://github.com/maddy-aleti) - [Magonborn](https://github.com/MagonBorn) +- [Esraa Kandil](https://github.com/esraa-k) - [Maruthi S](https://github.com/JSMaruthi) - [Jeff Tunner](https://github.com/JeffTunner) - [SoongGuanLeong](https://github.com/SoongGuanLeong) From e3da85573b27a8c7e6fa56347bc73fd34b3b5a10 Mon Sep 17 00:00:00 2001 From: Vattikuti Manideep Sitaram Date: Thu, 2 Oct 2025 08:17:21 +0530 Subject: [PATCH 237/309] added manideep to contributor list (#104623) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a80bb6ae..937c3744 100644 --- a/Contributors.md +++ b/Contributors.md @@ -279,6 +279,7 @@ - [Said Berk](https://github.com/saidberk27) - [Salar Amir](https://github.com/SalarAmir) - [Samia-sh](https://github.com/samia-code0) +- [Vattikuti Manideep Sitaram](https://github.com/Vattikuti-Manideep-Sitaram) - [Sandhya R](https://github.com/sandhya13r) - [Sanika Nair](https://github.com/sanika-n) - [Sathvik](https://github.com/Satthvik1026) From f1ed5fc10c2c6103d1a1c42d63cff07cc82a7127 Mon Sep 17 00:00:00 2001 From: Vattikuti Manideep Sitaram Date: Thu, 2 Oct 2025 08:20:18 +0530 Subject: [PATCH 238/309] added manideep to contributor list (#104624) From 1f685f5c36fcca9ba45821dafea7c527f258bc96 Mon Sep 17 00:00:00 2001 From: Amadou Lamine Kebe Date: Wed, 1 Oct 2025 22:53:52 -0400 Subject: [PATCH 239/309] Add Amadou Kebe to Contributors list (#104625) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 937c3744..b47e04b5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Kyra (kyrazzx)](https://github.com/kyrazzx) +- [Amadou Kebe](https://github.com/AmadouLKebe) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) From b881c1349d3df06ca4c98e4a046006b266bd59ef Mon Sep 17 00:00:00 2001 From: Gregory Williams II <92772675+gwilli2@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:06:55 -0400 Subject: [PATCH 240/309] Add Gregory Williams II to Contributors list (#104626) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b47e04b5..f76e8710 100644 --- a/Contributors.md +++ b/Contributors.md @@ -385,6 +385,7 @@ - [Pranay Gurav](https://github.com/cwpranay) - [RAYYAN KHAN](https://github.com/rayyan4t4) - [Mariydi](https://github.com/mariydi) +- [Gregory Williams II](https://github.com/gwilli2) - [Rahul Kumar](https://github.com/imrahul05) - [RahulRawat](https://github.com/RHL-RWT-01) - [Rakshak R B](https://github.com/rakshakrb) From 1c4d2bc8e303c8cc218a5872affa048d761d8101 Mon Sep 17 00:00:00 2001 From: Developer1223 <63170098+Developer1223@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:18:45 -0400 Subject: [PATCH 241/309] Add Coolgamer to Contributors list (#104627) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f76e8710..b34f24c0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -184,6 +184,7 @@ - [Alif Akbar](https://github.com/alifakbxr) - [Alokananda Y](https://github.com/alok-38) - Zak Slovak +- Coolgamer0181 - [Lucas Couso Antunes](https://github.com/Rulyns) - [Aminat A](https://github.com/pejuameenat) - [Andrew D](https://github.com/myMEDIA1578) From 06a73fe385844e6670c0bb55c196747f3a4f068d Mon Sep 17 00:00:00 2001 From: Akshay Juneja Date: Thu, 2 Oct 2025 09:13:24 +0530 Subject: [PATCH 242/309] Remove Slack links from Luganda translation Fixes #104595 --- docs/translations/README.lug.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.lug.md b/docs/translations/README.lug.md index a21a9018..a33f1d2d 100644 --- a/docs/translations/README.lug.md +++ b/docs/translations/README.lug.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) [![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) @@ -111,8 +110,6 @@ Ki ekirungi! Onoowuziza ku ttendekero lya _fork -> clone -> edit -> pull request Jaguza ekyo ky'oyongeddeko era ogikwase mikwano gyo n'abagoberera nga oyita ku [web app](https://firstcontributions.github.io/#social-share). -Osobola okuyingira ku team ya slack bw'oba oyagala obuyambi obulala oba olina ebibuuzo. [Yingira team ya slack.](https://firstcontributors.slack.com/join/shared_invite/zt-29qhyr9lt-Bi7WLbgGIFqV7aCEG_grvg#/shared-invite/email). - Kati ka tutandikire okukola ku kintu ekirala. Tundese olukalala lwa project ezirina ebizibu ebitalina y'oyinza okutandika n'okukola. Kebera [olukalala lwa project mu web app](https://firstcontributions.github.io/#project-list). ### [Ebirala ebisobola okukuyamba](additional-material/git_workflow_scenarios/additional-material.md) From a5dc3ed0a682ba0314b5f2719852ba66f7b1fb30 Mon Sep 17 00:00:00 2001 From: Elyas Shamal Date: Wed, 1 Oct 2025 23:54:09 -0400 Subject: [PATCH 243/309] Add Elyas Shamal to Contributors list (#104629) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b34f24c0..572d5894 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ - [Pratham Muley](https://github.com/Pratham19106) - [Jason Wiggs](https://github.com/wiggs30) - [Vaibhav Katyal](https://github.com/vaibhav-katyal) + [Elyas Shamal](https://github.com/ElyasShamal) - [Jenna Hall](https://github.com/swejenna) - [Jerry](https://github.com/SniperRaccoon) - [Jesse Prevete](https://github.com/jjpdotexe) From 58e55be690a2f46e2fc6ad63ba1d56712e90098f Mon Sep 17 00:00:00 2001 From: Adithya Bollu <60298600+AdithyaBollu@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:01:30 -0700 Subject: [PATCH 244/309] Add Adithya-Bollu to Contributors list (#104630) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 572d5894..578d5902 100644 --- a/Contributors.md +++ b/Contributors.md @@ -68,6 +68,7 @@ - [Krish Yadav](https://github.com/Ky-1106) - [Krrishray](https://github.com/krrishray) - [Kyle Boo](https://github.com/bookang869) +- [Adithya Bollu](https://github.com/AdithyaBollu) - [Brian Griffin](https://github.com/SolidUmbrella) - [LaraAcuna](https://github.com/LaraAcuna) - [Likhitha](https://github.com/likhitha07) From 8ef4ff469e747e7665654a1364e6516a18096d8f Mon Sep 17 00:00:00 2001 From: Kevin <147939873+baldlow@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:20:25 -0400 Subject: [PATCH 245/309] added baldlow to Contributors list (#104631) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 578d5902..f1976165 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Amadou Kebe](https://github.com/AmadouLKebe) +- [baldlow](https://github.com/baldlow) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) From 997a4cbc3dd72351134eb7580cd47389d1b53faf Mon Sep 17 00:00:00 2001 From: Rohanssutar Date: Thu, 2 Oct 2025 10:15:15 +0530 Subject: [PATCH 246/309] Removed slack link in Italian translation #104537 --- docs/translations/README.it.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.it.md b/docs/translations/README.it.md index 286247a3..ca76244d 100644 --- a/docs/translations/README.it.md +++ b/docs/translations/README.it.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) From 645b84c56042d09e455d3312a4727c955122d0fe Mon Sep 17 00:00:00 2001 From: Abhishek Tiwari Date: Thu, 2 Oct 2025 10:25:39 +0530 Subject: [PATCH 247/309] Added Abhishek to the Contributors lise (#104633) Co-authored-by: abhi210 <27881020+Abhi210@users.noreply.github.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f1976165..e078e993 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1173,6 +1173,7 @@ Emily Navarro - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) - [ Areesha Shehzad](https://github.com/Areesha48) +- [Abhishek](https://github.com/Abhi210) - Tran Thanh Tai - [dex] - [Krishanu ](https://github.com/krishanu009) From 801824c9bf4d26c3b0083f7d6130ed4fb7c06c49 Mon Sep 17 00:00:00 2001 From: Swarnavo2003 Date: Thu, 2 Oct 2025 10:37:56 +0530 Subject: [PATCH 248/309] Add Swarnavo to Contributors list --- Contributors.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index f1976165..8c083298 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) @@ -48,7 +49,8 @@ - [Pratham Muley](https://github.com/Pratham19106) - [Jason Wiggs](https://github.com/wiggs30) - [Vaibhav Katyal](https://github.com/vaibhav-katyal) - [Elyas Shamal](https://github.com/ElyasShamal) +- [Swarnavo Majumder](https://github.com/Swarnavo2003) +- [Elyas Shamal](https://github.com/ElyasShamal) - [Jenna Hall](https://github.com/swejenna) - [Jerry](https://github.com/SniperRaccoon) - [Jesse Prevete](https://github.com/jjpdotexe) @@ -863,7 +865,7 @@ - [Greem Fox](https://github.com/vulpes-viridis) - [Hamza Khan](https://github.com/giacomo-folli) - [Hariharasudhan M](https://github.com/Harimhs) -Emily Navarro + Emily Navarro - [Harsh Gupta](https://github.com/Reverent2005) - [Harsh Rakholiya](https://github.com/arsh3396) - [Harshita Kode](https://github.com/2210030019) From e772beea8721d2d4f8f82bfc6be61a49ec566345 Mon Sep 17 00:00:00 2001 From: Akshay Juneja Date: Thu, 2 Oct 2025 10:52:44 +0530 Subject: [PATCH 249/309] Remove slack link in Latvian translation Fixes #104594 --- docs/translations/README.lv.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.lv.md b/docs/translations/README.lv.md index 66f86b2f..6b530fe0 100644 --- a/docs/translations/README.lv.md +++ b/docs/translations/README.lv.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) @@ -109,8 +108,6 @@ Apsveicam! Tu tikko pabeidzi standarta _fork -> clone -> edit -> PR_ darbplūs Pastāsti par savu devumu saviem draugiem un sekotājiem, izmantojot [mūsu vietni](https://firstcontributions.github.io/#social-share). -Tu vari pievienoties arī mūsu slack komandai, ja tev nepieciešama palīdzība vai ir kādi jautājumi. [Pievienojies slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Tagad tu vari līdzdarboties arī citos projektos. Mēs esam sastādījuši sarakstu ar projektiem, kuros ir vienkāršas problēmas, ar kurām tu varētu sākt. Izpēti [projektu sarakstu mūsu vietnē](https://firstcontributions.github.io/#project-list). ### [Papildu materiāli](../additional-material/git_workflow_scenarios/additional-material.md) From 0391b77b45787a961e55d586997117ecabf969cd Mon Sep 17 00:00:00 2001 From: Sujeeth-Varma Date: Thu, 2 Oct 2025 10:53:51 +0530 Subject: [PATCH 250/309] Remove Slack link from Croatian translation file --- docs/translations/README.hr.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/translations/README.hr.md b/docs/translations/README.hr.md index 1c94cc99..a8194eee 100644 --- a/docs/translations/README.hr.md +++ b/docs/translations/README.hr.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) @@ -111,7 +110,6 @@ Nakon toga, vlasnik će spojiti promjene koje ste napravili sa master granom pro Proslavite tako što ćete podjeliti svoj doprinos sa prijateljima i pratiocima otvaranjem [stranice](https://firstcontributions.github.io/#social-share). -Pridružite se i našem Slack timu u slučaju da vam je potrebna ikakva pomoć ili imate bilo kakvih pitanja. [Slack tim](https://join.slack.com/t/firstcontributors/shared_invite/zt-2vqegkew0-ZuzGM1LO33C6Ts4nZyat1Q). Sada možemo početi sa doprinosima drugim projektima. Napravili smo popis projekata sa jednostavnim problemima na kojima možete početi raditi. Posjetite [listu projekata na naštoj stranici](https://firstcontributions.github.io/#project-list). From 2bf1d8dd784a5ddc92a2deaa2ba167f3f94ffe66 Mon Sep 17 00:00:00 2001 From: Akshay Juneja Date: Thu, 2 Oct 2025 10:55:00 +0530 Subject: [PATCH 251/309] Removed slack link in Kurdish translation Fixes #104540 --- docs/translations/README.kr.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.kr.md b/docs/translations/README.kr.md index 9868bac1..945b21d7 100644 --- a/docs/translations/README.kr.md +++ b/docs/translations/README.kr.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) [![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) @@ -203,8 +202,6 @@ Pîroz be! We çerxa _fork -> clone -> edit -> pull request_ a standard ku hûn Beşdariya xwe pîroz bikin û bi hevalên xwe û şopînerên xwe re parve bikin bi çûyîna [sepana webê](https://firstcontributions.github.io/#social-share). -Heke we hewceyî alîkariyê heye an jî pirsên we hene hûn dikarin beşdarî tîma me ya slack bibin. [Beşdarî tîma slack bibin](https://firstcontributors.slack.com/join/shared_invite/zt-29qhyr9lt-Bi7WLbgGIFqV7aCEG_grvg#/shared-invite/email). - Niha em dest bi beşdariya we di projeyên din de bikin. Me lîsteyek ji projeyan bi mijarên hêsan amade kiriye ku hûn dikarin pê dest pê bikin. [Lîsteya projeyan di sepana webê de kontrol bikin](https://firstcontributions.github.io/#project-list). ### [Materyalên zêde](additional-material/git_workflow_scenarios/additional-material.md) From c18157ef1e2eb30d7e14f7adf4e406768195524b Mon Sep 17 00:00:00 2001 From: shreyasethu <121268262+shreyasethu@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:21:15 +0530 Subject: [PATCH 252/309] Added name to contributors list (#104638) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e078e993..d7a2e3de 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [Furanimus](https://github.com/Furanimus) - [Saugat Giri](https://github.com/saugat1070) - [Anurag Tiwari](https://github.com/boss2412) +- [Shreya Sethu](https://github.com/shreyasethu) - [Ginny](https://github.com/ginnysingh789) - [Sahitya](https://github.com/Paila-Sahitya) - [Gopal Iyer](https://github.com/geekiyer) From 7486121e33240166d2a30409214d1623b9c5ac8e Mon Sep 17 00:00:00 2001 From: Sujeeth Varma Date: Thu, 2 Oct 2025 11:30:27 +0530 Subject: [PATCH 253/309] Add Sujeeth-Varma to Contributors list (#104639) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d7a2e3de..d13733cb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -739,6 +739,7 @@ - [Sahil Kolte](https://github.com/sahilakolte) - [Sandy052005](https://github.com/sandy052005) - [Sangeeta](https://github.com/sangeeta-nayak) +- [Sujeeth Varma](https://github.com/Sujeeth-Varma) - [Shayne Geilman](https://github.com/ShayneJG) - [Shivam Gujar](https://github.com/CodebyShiv) - [Shoaib Islam](https://github.com/Shoaib3375) From d464ac3109189fd9af1eca48ab81b3039f3e9e18 Mon Sep 17 00:00:00 2001 From: Harini-RAJ <162883450+Harini-RAJ@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:02:29 +0530 Subject: [PATCH 254/309] Added Harini to Contributors list (#104640) Co-authored-by: Kishoree735 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d13733cb..3c70af1a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1198,3 +1198,4 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) +- [Harini R A J](https://github.com/Harini-RAJ) \ No newline at end of file From ddba3d67ac98adb51bed29cd6ed7f7326d8d1536 Mon Sep 17 00:00:00 2001 From: Aadarsh Pandey <61098642+beingadish@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:11:28 +0530 Subject: [PATCH 255/309] Add Aadarsh Pandey to Contributors list (#104641) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c70af1a..94aaefd7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -441,6 +441,7 @@ - [happypepii](https://github.com/happypepii) - [hmdaslam97](https://github.com/hmdaslam97) - [indigo0445](https://github.com/indigo0445) +- [Aadarsh Pandey](https://github.com/beingadish) - [joelinux60](https://github.com/joelinux60) - [jpbellizia](https://github.com/jpbellizia) - [krshearman](https://github.com/krshearman) From 0d6d83d5bb216a5e417042724e3cab3ea1c69b19 Mon Sep 17 00:00:00 2001 From: Purushottam Singh <96170494+purakh@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:16:12 +0530 Subject: [PATCH 256/309] Purushottam Singh to Contributors list (#104643) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 94aaefd7..8de3e147 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1199,4 +1199,5 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) -- [Harini R A J](https://github.com/Harini-RAJ) \ No newline at end of file +- [Harini R A J](https://github.com/Harini-RAJ) +- [Purushottam-Singh](https://github.com/purakh) \ No newline at end of file From f71b20e73ebf1801cc9a81f4434cc32245bd2c8f Mon Sep 17 00:00:00 2001 From: Rohit Mathur <116487107+Rohit0265@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:25:33 +0530 Subject: [PATCH 257/309] Add Rohit Mathur to Contributors list (#104644) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8de3e147..4a8bd98e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -51,6 +51,7 @@ - [Vaibhav Katyal](https://github.com/vaibhav-katyal) [Elyas Shamal](https://github.com/ElyasShamal) - [Jenna Hall](https://github.com/swejenna) +- [Rohit Mathur](https://github.com/Rohit0265) - [Jerry](https://github.com/SniperRaccoon) - [Jesse Prevete](https://github.com/jjpdotexe) - [Rohit Madhu Ghadge](https://github.com/Rod7678) From 98298b3c1cdcd3ff37b22624766da8307db4a840 Mon Sep 17 00:00:00 2001 From: Ayontika Pal Date: Thu, 2 Oct 2025 13:23:41 +0530 Subject: [PATCH 258/309] Remove slack link from Khmer translation --- docs/translations/README.kh.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.kh.md b/docs/translations/README.kh.md index 762ed300..b3c1c41d 100644 --- a/docs/translations/README.kh.md +++ b/docs/translations/README.kh.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) [![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) From 66155c110fdc6e0e82453ca13f901735e336940e Mon Sep 17 00:00:00 2001 From: nitnx256 Date: Thu, 2 Oct 2025 13:25:44 +0530 Subject: [PATCH 259/309] Remomve img & slack mentions in Lao Translation --- docs/translations/README.la.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.la.md b/docs/translations/README.la.md index 4de43db7..263c9f9b 100644 --- a/docs/translations/README.la.md +++ b/docs/translations/README.la.md @@ -1,5 +1,4 @@ [![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) @@ -105,8 +104,6 @@ git push origin <ຊື່ branch ຂອງທ່ານ> ຍິນດີນຳ, ທ່ານໄດ້ປະຕິບັດຂັ້ນຕອນຂອງການເຮັດ contribute ຄື fork -> clone -> edit -> pull request ເຊິ່ງຂັ້ນຕອນຕ່າງໆເຫຼົ່ານີ້ເປັນສິ່ງທີ່ທ່ານຕອງໄດ້ພົບເມື່ອທ່ານເປັນ contributor ສະເຫຼີມສະຫຼອງໃຫ້ແກ່ການມີສ່ວນຮ່ວມຂອງທ່ານ, ຢ່າລືມແບ່ງປະສົບການທີ່ທ່ານໄດ້ຮັບໃຫ້ແກ່ໝູ່ເພື່ອນຂອງທ່ານ ໂດຍໄປທີ່ [ເວັບໄຊນີ້](https://firstcontributions.github.io/#social-share) -ຫຼືຈະມີສ່ວນຮ່ວມກັບເຮົາຜ່ານ Slack ໃນກໍລະນີທີ່ທ່ານຕ້ອງການຄວາມຊ່ວຍເຫຼືອ ຫຼື ມີຂໍ້ສົງໄສໃດໆ [ເຂົ້າຮ່ວມ slack ກັບພວກເຮົາ]() - ຈາກນີ້ທ່ານສາມາດ contribute ໃຫ້ໂປຣເຈັກອື່ນໆໄດ້, ໂດຍທາງເຮົາໄດ້ເຮັດລາຍການໂປຣເຈັກທີ່ງ່າຍຕໍ່ການເລີ່ມຕົ້ນບາງສ່ວນໄວ້ໃຫ້ [ລາຍຊື່ໂປຣເຈັກທີ່ໜ້າສົນໃຈ](https://firstcontributions.github.io/#project-list) ### [ຂໍ້ມູນອື່ນໆເພີ່ມເຕີມ](../additional-material/git_workflow_scenarios/additional-material.md) From f4e72da1b3c0aa214e6f4bc73d7651353c1ad72b Mon Sep 17 00:00:00 2001 From: Ayontika Pal Date: Thu, 2 Oct 2025 13:37:28 +0530 Subject: [PATCH 260/309] Remove Slack link from Kannada translation --- docs/translations/README.ka.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.ka.md b/docs/translations/README.ka.md index 2c3ae195..2bf9d66c 100644 --- a/docs/translations/README.ka.md +++ b/docs/translations/README.ka.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) From ab53d7d1b822a90e39b6f64e64b56438690b1d19 Mon Sep 17 00:00:00 2001 From: Bharath-dev05 Date: Thu, 2 Oct 2025 13:41:13 +0530 Subject: [PATCH 261/309] Remove Slack team join image from README.me.md Deleted the Slack team join image and link from the translations README to clean up the header section. --- docs/translations/README.me.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.me.md b/docs/translations/README.me.md index 71405b8c..b64c907d 100644 --- a/docs/translations/README.me.md +++ b/docs/translations/README.me.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) From fa74cec4e525ce0006ff25243a1b683e96b0fcae Mon Sep 17 00:00:00 2001 From: Wilmer Gulcochia <64532973+wigsdev@users.noreply.github.com> Date: Thu, 2 Oct 2025 03:11:18 -0500 Subject: [PATCH 262/309] Add Wilmer Gulcochia to Contributors list (#104649) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4a8bd98e..39f7e3c4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Kyra (kyrazzx)](https://github.com/kyrazzx) +- [Wilmer Gulcochia](https://github.com/wigsdev) - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) From 4ee09cda47e15ff8a9c3c19c0cbbaf4ed33d82aa Mon Sep 17 00:00:00 2001 From: swarajreddy10 Date: Thu, 2 Oct 2025 13:44:32 +0530 Subject: [PATCH 263/309] git commit -m "Add Swaraj Reddy to Contributors list" --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4a8bd98e..049e323f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -279,7 +279,7 @@ - [Ravi](https://github.com/raviprakash7367) - [Rehan Halai](https://github.com/01-Rehan) - [Rohan](https://github.com/Christopher-91) - +- [swaraj reddy](https://github.com/swarajreddy10) - [RunarokHrafn](https://github.com/Runarok) - [Sachin](https://github.com/sachinkashi21) - [Sagardeep Das](https://github.com/SDpDas) From 5010638ca5837c34806d2a8a19288e502778826d Mon Sep 17 00:00:00 2001 From: sanjeev094 <160874537+sanjeev094@users.noreply.github.com> Date: Thu, 2 Oct 2025 13:45:03 +0530 Subject: [PATCH 264/309] its is my first open-source (#104650) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 39f7e3c4..6d220139 100644 --- a/Contributors.md +++ b/Contributors.md @@ -72,6 +72,7 @@ - [Krish Yadav](https://github.com/Ky-1106) - [Krrishray](https://github.com/krrishray) - [Kyle Boo](https://github.com/bookang869) +- [Sanjeev Singh](https://github.com/sanjeev094) - [Adithya Bollu](https://github.com/AdithyaBollu) - [Brian Griffin](https://github.com/SolidUmbrella) - [LaraAcuna](https://github.com/LaraAcuna) From b4f941838b1bfe94e9ad55426eea739600859c5d Mon Sep 17 00:00:00 2001 From: bogge038 Date: Thu, 2 Oct 2025 10:27:37 +0200 Subject: [PATCH 265/309] Add bogge038 to Contributors list (#104653) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6d220139..495569f1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -280,6 +280,7 @@ - [Ramin Adineh](https://github.com/ramiadi) - [Ravi](https://github.com/raviprakash7367) - [Rehan Halai](https://github.com/01-Rehan) +- [bogge038](https://github.com/bogge038) - [Rohan](https://github.com/Christopher-91) - [RunarokHrafn](https://github.com/Runarok) @@ -1203,4 +1204,4 @@ Emily Navarro - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) - [Harini R A J](https://github.com/Harini-RAJ) -- [Purushottam-Singh](https://github.com/purakh) \ No newline at end of file +- [Purushottam-Singh](https://github.com/purakh) From d087f60f8a59a81978cfd52a93ca9f0d65c84acd Mon Sep 17 00:00:00 2001 From: Vedant Malkar Date: Thu, 2 Oct 2025 14:04:43 +0530 Subject: [PATCH 266/309] Add Vedant Malkar to Contributors list (#104654) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 495569f1..8e60e962 100644 --- a/Contributors.md +++ b/Contributors.md @@ -668,6 +668,7 @@ - [David Stark](https://github.com/GamingPions) - [Derek Hall](https://github.com/derekhall483) - [Dhananjay Mohan](https://github.com/djvu2k6) +- [Vedant Malkar](https://github.com/vedantmalkar) - [Dhruv Pandey](https://github.com/Dhrupandey) - [Diksha Rani](https://github.com/diksha-0420) - [Dipankaj](https://github.com/DipankajSingh/) From 25cc6c928b7bd49b8506d35b01dc3c315f96a142 Mon Sep 17 00:00:00 2001 From: Bharath-dev05 Date: Thu, 2 Oct 2025 15:40:40 +0530 Subject: [PATCH 267/309] Remove slack link in Myanmar (Burmese) translation Deleted the Slack team invite image and link from the Myanmar Unicode translation README. --- docs/translations/README.mm_unicode.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.mm_unicode.md b/docs/translations/README.mm_unicode.md index f8574413..69f9fb13 100644 --- a/docs/translations/README.mm_unicode.md +++ b/docs/translations/README.mm_unicode.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) From 2f8365d29364ec0970daf32702b10a299c6b2994 Mon Sep 17 00:00:00 2001 From: Charlie Dobney <108221321+jyrdr@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:14:37 +0200 Subject: [PATCH 268/309] add Charlie Dobney (#104656) Co-authored-by: Charlie --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8e60e962..13f0a0cd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -498,6 +498,7 @@ - [Ashen Umeda](https://github.com/ashenumeda) - [Babrah Ekele](https://github.com/bclaire92) - [Basma BT](https://github.com/Boutaib-Basma) +- [Charlie Dobney](https://github.com/jyrdr) - [Caleb Rollf](https://github.com/lemonsloth) - [Calvin Shio](https://github.com/shiocalvin) - [Capri Caviedes](https://github.com/caprivm) From 55070eb0015a441912e2831d5be5282cfe67e6fd Mon Sep 17 00:00:00 2001 From: Vaishnavi Parodkar <146186298+vaishnavi-parodkar@users.noreply.github.com> Date: Thu, 2 Oct 2025 16:03:01 +0530 Subject: [PATCH 269/309] Add Vaishnavi Parodkar to Contributors list (#104658) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 13f0a0cd..a89a6054 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Aman Gupta](https://github.com/Aman071106) - [Ndeye Sermy Mergane](https://github.com/Ndeye1000) - [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) +- [Vaishnavi Parodkar](https://github.com/vaishnavi-parodkar) - [Joshua Norris](https://github.com/Noshie23) - [santhosh teja santhosh teja ](https://github.com/Yashs02-code) - [Yash Shirgaonkar](https://github.com/Yashs02-code) From a0e65ab554630e9b879c8f8b89598ae4db2d131c Mon Sep 17 00:00:00 2001 From: DakshGopani36 <86640269+dakshgopani@users.noreply.github.com> Date: Thu, 2 Oct 2025 16:49:14 +0530 Subject: [PATCH 270/309] Add dakshgopani to Contributors list (#104660) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a89a6054..2e42500d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -74,6 +74,7 @@ - [Krrishray](https://github.com/krrishray) - [Kyle Boo](https://github.com/bookang869) - [Sanjeev Singh](https://github.com/sanjeev094) +- [Daksh Gopani](https://github.com/dakshgopani) - [Adithya Bollu](https://github.com/AdithyaBollu) - [Brian Griffin](https://github.com/SolidUmbrella) - [LaraAcuna](https://github.com/LaraAcuna) From 3ab0299d0cfd896106e061bc9399a9f72653082e Mon Sep 17 00:00:00 2001 From: arnpacc Date: Thu, 2 Oct 2025 15:22:30 +0330 Subject: [PATCH 271/309] Add Alireza Rostamnezhad to Contributors list (#104645) * Add Alireza Rostamnezhad to Contributors list * Fix formatting for Alireza Rostamnezhad entry in Contributors listlvw * add my name to contributors * add Alireza Rostamnezhad to contributors list --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2e42500d..2e6bbc51 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1207,5 +1207,6 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) +- [Alireza Rostamnezhad](https://github.com/arnpacc) - [Harini R A J](https://github.com/Harini-RAJ) - [Purushottam-Singh](https://github.com/purakh) From ba47f474db6a7755c1472785b10e8ae0f58300b7 Mon Sep 17 00:00:00 2001 From: Avishkar74 Date: Thu, 2 Oct 2025 17:38:19 +0530 Subject: [PATCH 272/309] Removed Slack link --- docs/translations/README.me.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.me.md b/docs/translations/README.me.md index 71405b8c..b64c907d 100644 --- a/docs/translations/README.me.md +++ b/docs/translations/README.me.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) From 5fb5b0db275cb209a7949e68c633413ddccdbb75 Mon Sep 17 00:00:00 2001 From: Avishkar74 Date: Thu, 2 Oct 2025 17:41:51 +0530 Subject: [PATCH 273/309] removed slack links from readme.me.md --- docs/translations/README.me.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.me.md b/docs/translations/README.me.md index b64c907d..57e026a0 100644 --- a/docs/translations/README.me.md +++ b/docs/translations/README.me.md @@ -13,7 +13,6 @@ _Ako nijeste navikli da koristite komandnu liniju, [evo tutorijala koji koristi #### Ako nemate git na svojoj mašini, [instalirajte ga ovdje](https://help.github.com/articles/set-up-git/). ## Napravite kopiju repozitorijuma - Napravite kopiju _(fork)_ ovog repozitorijuma tako što ćete kliknuti na dugme **fork** na vrhu stranice. Ovo će kreirati kopiju ovog repozitorijuma na vašem nalogu. From 08b257b875f85ba9148cc5208f100c7a0cb681df Mon Sep 17 00:00:00 2001 From: anshuman sahay Date: Thu, 2 Oct 2025 17:46:38 +0530 Subject: [PATCH 274/309] Added anshuman to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8e60e962..c9cbaf12 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Wilmer Gulcochia](https://github.com/wigsdev) - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) +- [anshuman](https://github.com/sahayanshuman2005) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) From 41f6914806e129e377c76a1f9e1d14f3a0121aec Mon Sep 17 00:00:00 2001 From: anshuman sahay Date: Thu, 2 Oct 2025 17:50:12 +0530 Subject: [PATCH 275/309] modified igbo translation by removing slack link --- docs/translations/README.igb.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.igb.md b/docs/translations/README.igb.md index 31838e80..f34851ad 100644 --- a/docs/translations/README.igb.md +++ b/docs/translations/README.igb.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) @@ -115,8 +114,6 @@ Ekele! Naanị ị gụchara ihe nkesa -> mmepụta oyiri -> dezie -> Bọpụ Nalee onyinye gị ma soro ndị enyi gị na ụmụazụ gị kerịta ya site na ịga na [ngwa weebụ](https://firstcontributions.github.io/#social-share). -Ị nwere ike isonyere ndị ọrụ anyị na-adịghị mma na ikpe ịchọrọ enyemaka ọ bụla ma ọ bụ nwee ajụjụ ọ bụla. [Jikọọ slack otu](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Ugbu a, ka anyị malite site na inye onyinye maka ọrụ ndị ọzọ. Anyị ejikọtawo ndepụta nke oru na okwu dị mfe ị nwere ike ịmalite. Lelee [ndepụta nke oru na ngwa weebụ ](https://firstcontributions.github.io/#project-list). ### [Ihe ndi ozo](../additional-material/git_workflow_scenarios/additional-material.md) From e132487f0ffdaed0e630bf7c1088572a8dd1bf22 Mon Sep 17 00:00:00 2001 From: Georgia Pennington <101330572+gpenn4@users.noreply.github.com> Date: Thu, 2 Oct 2025 13:43:15 +0100 Subject: [PATCH 276/309] Add Georgia Pennington to Contributors list (#104663) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f8176232..8c3ae30f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -471,6 +471,7 @@ - [v1ct0r-ops](https://github.com/v1ct0r-ops) - [xnm-sdksdk](https://github.com/xnm-sdksdk) - [y pavan reddy](https://github.com/ypavanr) +- [Georgia Pennington] (https://github.com/gpenn4) - [원세영](https://github.com/seyoung5744) - [Bluefox192](https://github.com/Bluefox192) - [Aadvika Pandey](https://github.com/Addvika) From a8b19cb9d23f124305152930ca691d3dda1e8114 Mon Sep 17 00:00:00 2001 From: AjayPrasath01 <59790285+AjayPrasath01@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:13:23 +0530 Subject: [PATCH 277/309] Adding my name in contibution list (#104664) Co-authored-by: Ajay Prasath --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8c3ae30f..dbfea488 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1183,6 +1183,7 @@ Emily Navarro - [Ubaid](https://github.com/ubaid2917) - [Hemank](https://github.com) - [psrdotcom](https://github.com/psrdotcom) +- [Ajay Prasath](https://github.com/AjayPrasath01) - [DJG300](https://github.com/DJG300) - [ Areesha Shehzad](https://github.com/Areesha48) - [Abhishek](https://github.com/Abhi210) From 5e7c3e6f7dd02e774a50ce6d84d917081760d48a Mon Sep 17 00:00:00 2001 From: Shubham Pawade Date: Thu, 2 Oct 2025 18:21:03 +0530 Subject: [PATCH 278/309] Remove Slack link from Hungarian translation README --- docs/translations/README.hu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.hu.md b/docs/translations/README.hu.md index 89fb1cb3..30570260 100644 --- a/docs/translations/README.hu.md +++ b/docs/translations/README.hu.md @@ -1,5 +1,5 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) + [![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) From 8cb83a73d20f86f43f48bd70c3352a1aa1959dd1 Mon Sep 17 00:00:00 2001 From: Shubham Pawade Date: Thu, 2 Oct 2025 18:34:31 +0530 Subject: [PATCH 279/309] Add Shubham Pawade to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dbfea488..8fda3c27 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Shubham Pawade](https://github.com/ShubhamSPawade) - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Wilmer Gulcochia](https://github.com/wigsdev) - [Amadou Kebe](https://github.com/AmadouLKebe) From 73eb9b2841e8b35f47d3e47fb29c4fcb840d766e Mon Sep 17 00:00:00 2001 From: Gokul <156660981+GP8-Gokul@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:58:49 +0530 Subject: [PATCH 280/309] Add Gokul P Jayan to Contributors list (#104666) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dbfea488..53f31c26 100644 --- a/Contributors.md +++ b/Contributors.md @@ -283,6 +283,7 @@ - [Ravi](https://github.com/raviprakash7367) - [Rehan Halai](https://github.com/01-Rehan) - [bogge038](https://github.com/bogge038) +- [Gokul P Jayan](https://github.com/GP8-Gokul) - [Rohan](https://github.com/Christopher-91) - [RunarokHrafn](https://github.com/Runarok) From e2eb7659db97a32be5a46d835d470d0afad78946 Mon Sep 17 00:00:00 2001 From: Shubhankar Pandey <129772728+shubxdoc@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:07:30 +0530 Subject: [PATCH 281/309] Add Shubhankar to Contributors list (#104667) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 53f31c26..65683cee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Saugat Giri](https://github.com/saugat1070) - [Anurag Tiwari](https://github.com/boss2412) - [Shreya Sethu](https://github.com/shreyasethu) +- [Shubhankar Pandey](https://github.com/shubxdoc) - [Ginny](https://github.com/ginnysingh789) - [Sahitya](https://github.com/Paila-Sahitya) - [Gopal Iyer](https://github.com/geekiyer) From 528dc96d73d488597af37d0bfa8df6cd26f03ca6 Mon Sep 17 00:00:00 2001 From: Vis-2007 Date: Thu, 2 Oct 2025 19:38:12 +0530 Subject: [PATCH 282/309] Add Vismaya to Contributors List (#104669) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 65683cee..58362beb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Vaishnavi Parodkar](https://github.com/vaishnavi-parodkar) - [Joshua Norris](https://github.com/Noshie23) - [santhosh teja santhosh teja ](https://github.com/Yashs02-code) +- [vismaya vishwas](https://github.com/Vis-2007) - [Yash Shirgaonkar](https://github.com/Yashs02-code) - [Malvin-sehmaluva-Machingura](https://github.com/sehmaluva) - [Fady Zaky](https://github.com/0ddAuto00) From b9faeb93e842ba4a31830357c1de3341b85829b9 Mon Sep 17 00:00:00 2001 From: Hrishikesh-Rondla Date: Thu, 2 Oct 2025 19:47:35 +0530 Subject: [PATCH 283/309] Add Hrishikesh Rondla to Contributors list (#104670) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 58362beb..fc0ef3a9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) +- [Hrishikesh Rondla](https://github.com/Hrishikesh-Rondla) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) - [Aman Gupta](https://github.com/Aman071106) From 4ded1ed136bad5e859c0aacd5c02b5fe412b30f4 Mon Sep 17 00:00:00 2001 From: Prince Yadav <167596785+warrior-hub@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:22:37 +0530 Subject: [PATCH 284/309] docs: add Prince Yadav to Contributors.md (#104672) Co-authored-by: warrior-hub --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fc0ef3a9..1f4735bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Wilmer Gulcochia](https://github.com/wigsdev) - [Amadou Kebe](https://github.com/AmadouLKebe) From 19753c45a2d0944ef4b227498ad110de2614863e Mon Sep 17 00:00:00 2001 From: Olet Sharapolli Date: Thu, 2 Oct 2025 16:53:21 +0200 Subject: [PATCH 285/309] Add Olet to Contributors list (#104673) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1f4735bd..24a6441a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ - [Sid-5137](https://github.com/Sid-5137) - [Rick C](https://github.com/rccoder22) - [Hoin Shin](https://github.com/signalman) +- [Olet Sharapolli](https://github.com/Olet-17) - [Abhay Raj Agnihotri](https://github.com/abhayrajagnihotri) - [marcelo_iporre](https://github.com/CHELOIPO) - [ITSMijaiL](https://github.com/ITSMijaiL) From 57a70fbff9106c436beb39f184d5cc000c8e4b84 Mon Sep 17 00:00:00 2001 From: Siddhanth Date: Thu, 2 Oct 2025 20:28:45 +0530 Subject: [PATCH 286/309] name added (#104674) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 24a6441a..e2244524 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1218,3 +1218,4 @@ Emily Navarro - [Alireza Rostamnezhad](https://github.com/arnpacc) - [Harini R A J](https://github.com/Harini-RAJ) - [Purushottam-Singh](https://github.com/purakh) +- [Karumanchi Siddhanth](https://github.com/Sid-ef) \ No newline at end of file From 346eb95570f4ee30c4efa428676d7b7588da92b7 Mon Sep 17 00:00:00 2001 From: "Yidnekachew S." Date: Thu, 2 Oct 2025 18:26:20 +0300 Subject: [PATCH 287/309] Remove slack link from readme --- docs/translations/README.am.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.am.md b/docs/translations/README.am.md index af18eb6a..de471519 100644 --- a/docs/translations/README.am.md +++ b/docs/translations/README.am.md @@ -1,5 +1,4 @@ [![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) From 25d5f6878828a592c6dcbf954248cfb3fe6d3d63 Mon Sep 17 00:00:00 2001 From: sudama_bera <115332759+sudama-bera-3@users.noreply.github.com> Date: Thu, 2 Oct 2025 21:26:41 +0530 Subject: [PATCH 288/309] Add my name to Contirbutors list (#104677) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e2244524..677eaff9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -725,6 +725,7 @@ - [Manisha1679](https://github.com/Manisha1679) - [Seung Min Park](https://github.com/seungminbluebox) - [Manya Goel](https://github.com/MANYAGOEL123) +-[Sudama bera](https://github.com/sudama-bera-3) - [Martí Cabañas](https://github.com/cabah24) - [Mate Kopaliani](https://github.com/Ka10ken1) - [Mateus Cruz](https://github.com/Mdacruzrego) From 3154cdeaba1ac59b1e831fb54ee5f3a3bb7c498b Mon Sep 17 00:00:00 2001 From: Zahra Date: Thu, 2 Oct 2025 12:26:25 -0400 Subject: [PATCH 289/309] Add zahra-shefa to Contributors list (#104680) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 677eaff9..2af62373 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1218,5 +1218,6 @@ Emily Navarro - [Suhail Abdi](https://github.com/suhailabdi2) - [Alireza Rostamnezhad](https://github.com/arnpacc) - [Harini R A J](https://github.com/Harini-RAJ) +- [Zahra Shefa](https://github.com/zahrashefa318) - [Purushottam-Singh](https://github.com/purakh) - [Karumanchi Siddhanth](https://github.com/Sid-ef) \ No newline at end of file From e3eb726b86e032e84609a8746aaba2a825f47b49 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Thu, 2 Oct 2025 18:59:02 +0200 Subject: [PATCH 290/309] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index f52d016e..cad17ea7 100644 --- a/README.md +++ b/README.md @@ -242,9 +242,4 @@ Now let's get you started with contributing to other projects. We've compiled a | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [GitHub Desktop](docs/gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](docs/gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](docs/gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](docs/gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](docs/gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](docs/gui-tool-tutorials/github-windows-intellij-tutorial.md) | -

This project is supported by:

-

- - -

From 2c8e9cabd048bc9fc6fd44eb3558f0a621d589b3 Mon Sep 17 00:00:00 2001 From: chandanb778 Date: Thu, 2 Oct 2025 23:22:48 +0530 Subject: [PATCH 291/309] Add Chandan Bhirud to Contributors list (#104682) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2af62373..982b53e2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -78,6 +78,7 @@ - [Krish Yadav](https://github.com/Ky-1106) - [Krrishray](https://github.com/krrishray) - [Kyle Boo](https://github.com/bookang869) +- [Chandan Bhirud](https://github.com/chandanb778) - [Sanjeev Singh](https://github.com/sanjeev094) - [Daksh Gopani](https://github.com/dakshgopani) - [Adithya Bollu](https://github.com/AdithyaBollu) From 459403c9ba461632d9c45315daea472fbaea413c Mon Sep 17 00:00:00 2001 From: Prem Suresh <46103893+Prem-Rajendran@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:48:38 +0530 Subject: [PATCH 292/309] Add Prem Suresh to Contributors list (#104683) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 982b53e2..ee97c614 100644 --- a/Contributors.md +++ b/Contributors.md @@ -723,6 +723,7 @@ - [Luca Albertini](https://github.com/Lulloooo) - [MFigueroa](https://github.com/MiguelFOlivar) - [Mandrukamal](https://github.com/Mandrukamal) +- [Prem Suresh](https://github.com/Prem-Rajendran) - [Manisha1679](https://github.com/Manisha1679) - [Seung Min Park](https://github.com/seungminbluebox) - [Manya Goel](https://github.com/MANYAGOEL123) From b1be7a10dde6d97d0e4e3965505267995946c3e7 Mon Sep 17 00:00:00 2001 From: clement-zentz Date: Thu, 2 Oct 2025 21:28:16 +0200 Subject: [PATCH 293/309] Add Clement Zentz to Contributors list (#104684) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ee97c614..0956ae76 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Clement Zentz](https://github.com/clement-zentz) - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Wilmer Gulcochia](https://github.com/wigsdev) From a5579cb9924df4ea9d991c989be2e5528e65065b Mon Sep 17 00:00:00 2001 From: AlejoAlejandro Date: Thu, 2 Oct 2025 16:03:59 -0500 Subject: [PATCH 294/309] Add alejandroaprendizajeml to - [Shubhankar Pandey](https://github.com/shubxdoc) --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 0956ae76..9c2c0f82 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,6 @@ + # Contributors + - [Clement Zentz](https://github.com/clement-zentz) - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) @@ -34,6 +36,7 @@ - [Ginny](https://github.com/ginnysingh789) - [Sahitya](https://github.com/Paila-Sahitya) - [Gopal Iyer](https://github.com/geekiyer) +- [Alejandro Aceituno](https://github.com/clement-zentz) - [Hamza Shaikh](https://github.com/Raynzler) - [santhosh teja](https://github.com/santhosh-7777) - [Harry-GNS](https://github.com/Harry-GNS) From 2e4981494813661b1c5cf5d9914bdfe1007f37de Mon Sep 17 00:00:00 2001 From: Test-GitHub092025 Date: Thu, 2 Oct 2025 16:45:52 -0500 Subject: [PATCH 295/309] Add Test Perfil 1 to Contributors list (#104686) Co-authored-by: Mateo --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0956ae76..5fa7792e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Wilmer Gulcochia](https://github.com/wigsdev) +- [Test Perfil 1](https://github.com/test-git001) - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) @@ -1223,4 +1224,4 @@ Emily Navarro - [Harini R A J](https://github.com/Harini-RAJ) - [Zahra Shefa](https://github.com/zahrashefa318) - [Purushottam-Singh](https://github.com/purakh) -- [Karumanchi Siddhanth](https://github.com/Sid-ef) \ No newline at end of file +- [Karumanchi Siddhanth](https://github.com/Sid-ef) From c166fb7e8d4f4516b6364ee5eeaaa570f9db732b Mon Sep 17 00:00:00 2001 From: Chang Jia Jun <135327869+jiajunchang2002g@users.noreply.github.com> Date: Fri, 3 Oct 2025 06:14:14 +0800 Subject: [PATCH 296/309] Add Chang Jia Jun to Contributors List (#104687) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5fa7792e..ab7bedea 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1225,3 +1225,4 @@ Emily Navarro - [Zahra Shefa](https://github.com/zahrashefa318) - [Purushottam-Singh](https://github.com/purakh) - [Karumanchi Siddhanth](https://github.com/Sid-ef) +- [Chang Jia Jun](https://github.com/jiajunchang2002g) From 8e0125ea7a4af1ea79938eb916bcb180a8ffc33d Mon Sep 17 00:00:00 2001 From: Kartik Dixit Date: Fri, 3 Oct 2025 05:04:11 +0530 Subject: [PATCH 297/309] Added my name 'Kartik Dixit' to contributors.md (#104688) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ab7bedea..e7edd8da 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1182,6 +1182,7 @@ Emily Navarro - [Ahmad Siddique](https://github.com/ahmadsiddique-dev) - [Portfolio](https://ahmadsiddique.vercel.app/) - [Júlia Cansado](https://github.com/julcansado) +- [Kartik Dixit](https://github.com/kartikdixit2468) - [Evan Xu](https://github.com/ThisEVAN1) - [sowmiya](https://github.com/sowmiya880) - [syedsabbir-git](https://github.com/syedsabbir-git) From 8472af3e05bc82642ea328463d2e202c41b203e2 Mon Sep 17 00:00:00 2001 From: Suhani Shah Date: Fri, 3 Oct 2025 05:31:21 +0530 Subject: [PATCH 298/309] docs: add Suhani Shah to Contributors.md (#104642) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e7edd8da..1638c470 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1221,6 +1221,7 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) +- [Suhani Shah](https://github.com/B24CH1037) - [Alireza Rostamnezhad](https://github.com/arnpacc) - [Harini R A J](https://github.com/Harini-RAJ) - [Zahra Shefa](https://github.com/zahrashefa318) From 03ca9ab13c4f0ba7003be37052a6b5ce996edf49 Mon Sep 17 00:00:00 2001 From: Arpit kumar Jaiswal Date: Fri, 3 Oct 2025 05:35:27 +0530 Subject: [PATCH 299/309] Add hello.txt for Hacktoberfest (#104615) * Add Arpit Kumar Jaiswal to Contributors list Added my name as part of Hacktoberfest 2025. * Add hello.txt for Hacktoberfest Added a simple hello.txt file as part of Hacktoberfest 2025. Contributor: Arpit Kumar Jaiswal * Delete hello.txt --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e57fc8c6..d93feecd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1221,6 +1221,7 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) +- Arpit Kumar Jaiswal - [Suhani Shah](https://github.com/B24CH1037) - [Alireza Rostamnezhad](https://github.com/arnpacc) - [Harini R A J](https://github.com/Harini-RAJ) From ef70c7e532a84b162b7dbe3149acaa1160bad134 Mon Sep 17 00:00:00 2001 From: halissonmartins <43214361+halissonmartins@users.noreply.github.com> Date: Thu, 2 Oct 2025 22:39:48 -0300 Subject: [PATCH 300/309] Add Halisson Martins to Contributors list (#104690) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index de9e01d6..26ee9f91 100644 --- a/Contributors.md +++ b/Contributors.md @@ -597,6 +597,7 @@ - [Rennan Reis](https://github.com/rennanreis) - [Ritesh Singh](https://github.com/ritesh355) - [Rodrigo Bravo](https://github.com/bravorod) +- [Halisson Martins](https://github.com/halissonmartin) - [Rohin Garg](https://github.com/rohingarg12) - [Ruairi Anthony](https://github.com/Ruairia) - [Rudraraj Pandey](https://github.com/heelR3) From aa4f3591551c710330df59c5030d2a86f0bf5f5f Mon Sep 17 00:00:00 2001 From: Praise <185355773+Ph0enix22@users.noreply.github.com> Date: Fri, 3 Oct 2025 07:43:04 +0530 Subject: [PATCH 301/309] Add Praise to Contributors list (#104691) * Update Contributors.md * Update Contributors.md * Add Praise to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 26ee9f91..b8232560 100644 --- a/Contributors.md +++ b/Contributors.md @@ -498,6 +498,7 @@ - [Ali Nasser](https://github.com/AliNasser05) - [Aloof Apple](https://github.com/AloofApple) - [Aman Kumar](https://github.com/YukiCodepth) +- [Praise](https://github.com/Ph0enix22) - [Amit Patil](https://github.com/meAmitPatil) - [Ammar Adnew](https://github.com/AmmarAdnew) - [Anaïs Gatard](https://github.com/AnaisG14) From 1f904ececefa88614378b7aa246befb2516218b5 Mon Sep 17 00:00:00 2001 From: Dat Nguyen <63411172+ngxuandat@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:27:17 +0900 Subject: [PATCH 302/309] add datnguyen to Contributors list (#104692) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b8232560..17993256 100644 --- a/Contributors.md +++ b/Contributors.md @@ -334,6 +334,7 @@ - [Elampel](https://github.com/eyallampel1/) - [traf nosleep](https://github.com/ayohsan) - [Aaaappplle](https://github.com/aaaappplle) +- [Dat Nguyen](https://github.com/ngxuandat) - [Aaliyah Raheem](https://github.com/aaliot) - [Abid Shaikh](https://github.com/Abid-sh84) - [Adrian PC M](https://github.com/AdrianPCM) From 5a75826df6c92f321353ada95eea8c3ed41d5406 Mon Sep 17 00:00:00 2001 From: Brendan Nave Date: Thu, 2 Oct 2025 23:50:10 -0400 Subject: [PATCH 303/309] Adding my name to Contributors list (#104693) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 17993256..ee36e9bf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -896,6 +896,7 @@ - [Harsh Rakholiya](https://github.com/arsh3396) - [Harshita Kode](https://github.com/2210030019) - [Huda Bikhoir](https://github.com/hudabikhoir) +- [Brendan Nave](https://github.com/brendnav) - [Ifeoma-Chidera](https://github.com/ifaycodes) - [Elvis Gutierrez](https://github.com/ElvisGutierrez) - [JVent-WSU](https://github.com/JVentulett-WSU) From 6247df244fd1261d065d69d4df8dfcdcfbd1b357 Mon Sep 17 00:00:00 2001 From: SAHIL GURJAR <142382377+SG2407@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:34:44 +0530 Subject: [PATCH 304/309] Add Sahil-Gurjar to Contributors List (#104694) Co-authored-by: Sahil --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ee36e9bf..1e81616f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Clement Zentz](https://github.com/clement-zentz) +- [Sahil Gurjar][https://github.com/SG2407] - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Wilmer Gulcochia](https://github.com/wigsdev) From 823b5a23144c52d728c1f87376a1db2ac2ac403a Mon Sep 17 00:00:00 2001 From: ni2-vsv11 Date: Fri, 3 Oct 2025 12:59:17 +0530 Subject: [PATCH 305/309] Removed slack link in Greek translation #104271 --- docs/translations/README.gr.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.gr.md b/docs/translations/README.gr.md index 8feee52c..6c3f2bcd 100644 --- a/docs/translations/README.gr.md +++ b/docs/translations/README.gr.md @@ -1,5 +1,4 @@ [![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/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![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) From cf57faf0d43a798b0c10458de1daf13246f7ed9d Mon Sep 17 00:00:00 2001 From: ni2-vsv11 Date: Fri, 3 Oct 2025 13:14:32 +0530 Subject: [PATCH 306/309] slack link removed --- docs/translations/README.mm_unicode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.mm_unicode.md b/docs/translations/README.mm_unicode.md index f8574413..6e11586b 100644 --- a/docs/translations/README.mm_unicode.md +++ b/docs/translations/README.mm_unicode.md @@ -1,5 +1,5 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) + [![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) From 0d606443b76b9808e15a835e1a50bd9f2e100e83 Mon Sep 17 00:00:00 2001 From: Vora Aryan Date: Fri, 3 Oct 2025 13:20:01 +0530 Subject: [PATCH 307/309] added contribution --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 1e81616f..a1df01aa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Clement Zentz](https://github.com/clement-zentz) - [Sahil Gurjar][https://github.com/SG2407] - [Prince Yadav](https://github.com/warrior-hub) @@ -734,8 +735,7 @@ - [Prem Suresh](https://github.com/Prem-Rajendran) - [Manisha1679](https://github.com/Manisha1679) - [Seung Min Park](https://github.com/seungminbluebox) -- [Manya Goel](https://github.com/MANYAGOEL123) --[Sudama bera](https://github.com/sudama-bera-3) +- [Manya Goel](https://github.com/MANYAGOEL123) -[Sudama bera](https://github.com/sudama-bera-3) - [Martí Cabañas](https://github.com/cabah24) - [Mate Kopaliani](https://github.com/Ka10ken1) - [Mateus Cruz](https://github.com/Mdacruzrego) @@ -1236,3 +1236,4 @@ - [Purushottam-Singh](https://github.com/purakh) - [Karumanchi Siddhanth](https://github.com/Sid-ef) - [Chang Jia Jun](https://github.com/jiajunchang2002g) +- [Aryan Vora](https://github.com/vora-aryan) From c9490e75ede517385fc03c86ee5e352c303b6cbb Mon Sep 17 00:00:00 2001 From: samikshaprathip Date: Fri, 3 Oct 2025 13:56:12 +0530 Subject: [PATCH 308/309] Add Samiksha Prathip to Contributors list (#104698) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c3d9aef1..fc462649 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1238,4 +1238,5 @@ - [Purushottam-Singh](https://github.com/purakh) - [Karumanchi Siddhanth](https://github.com/Sid-ef) - [Chang Jia Jun](https://github.com/jiajunchang2002g) +- [Samiksha Prathip](https://github.com/samikshaprathip) - [Aryan Vora](https://github.com/vora-aryan) From 45791556ee1f090c0c2a5ec39dc6405ad604ed9a Mon Sep 17 00:00:00 2001 From: ANSHIKA Date: Fri, 3 Oct 2025 14:02:13 +0530 Subject: [PATCH 309/309] Add Anshika Saini to Contributors list (#104604) * Add Anshika Saini to Contributors list * Add Anshika to Contrinutors list --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fc462649..1033157e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1178,6 +1178,7 @@ - [tomasbennett](https://github.com/tomasbennett) - [Rahmatulloh Ibrohim](https://github.com/raxmatulloxswe/) - [Kostiantyn Semenenko](https://github.com/NureSemenenkoKostiantyn) +- [Anshika](https://github.com/firstcontributions/first-contributions) - [saravanan](https://github.com/saravanan27-learner) - [aidenliu](https://github.com/aiden-liu) - [Ariyan Bhakat](https://github.com/arywk40-hue)