From 80aef5d81ea948cf737b05046a5806284998de5f Mon Sep 17 00:00:00 2001 From: Janzen Go Date: Fri, 14 Feb 2025 16:21:06 +0800 Subject: [PATCH 001/942] 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/942] 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/942] 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/942] 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/942] 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 42242c1aa92f93f24ab978a8dcd00b7b433a8ef1 Mon Sep 17 00:00:00 2001 From: jasontjiunardi Date: Tue, 13 May 2025 15:16:13 +0800 Subject: [PATCH 006/942] Chinese language support (1)installing-git-arch.zh-cn.md (2)installing-git-ubuntu.zh-cn.md (3)keeping-your-fork-synced-with-this-repository.zh-cn.md (4)resetting-a-commit.zh-cn.md (5)squashing-commits.zh-cn.md (6)stashing-a-file.zh-cn.md (7)storing-credentials.zh-cn.md --- .../Chinese/installing-git-arch.zh-cn.md | 83 +++++++++ .../Chinese/installing-git-ubuntu.zh-cn.md | 104 +++++++++++ ...-fork-synced-with-this-repository.zh-cn.md | 45 +++++ .../Chinese/resetting-a-commit.zh-cn.md | 20 +++ .../Chinese/squashing-commits.zh-cn.md | 86 ++++++++++ .../Chinese/stashing-a-file.zh-cn.md | 161 ++++++++++++++++++ .../Chinese/storing-credentials.zh-cn.md | 52 ++++++ 7 files changed, 551 insertions(+) create mode 100644 docs/additional-material/translations/Chinese/installing-git-arch.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/installing-git-ubuntu.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/keeping-your-fork-synced-with-this-repository.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/resetting-a-commit.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/squashing-commits.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/stashing-a-file.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/storing-credentials.zh-cn.md diff --git a/docs/additional-material/translations/Chinese/installing-git-arch.zh-cn.md b/docs/additional-material/translations/Chinese/installing-git-arch.zh-cn.md new file mode 100644 index 00000000..70f35a3a --- /dev/null +++ b/docs/additional-material/translations/Chinese/installing-git-arch.zh-cn.md @@ -0,0 +1,83 @@ +# 在 Arch Linux 上安装 Git + +要在 Arch Linux 上安装 Git,可以使用包管理器 pacman。首先,打开终端并使用以下命令更新系统: + +```shell +$ sudo pacman -Syu +``` + +接下来,运行以下命令安装 Git: + +```shell +$ sudo pacman -S git +``` + +要确认 Git 是否正确安装,运行以下命令: + +```shell +$ git --version +``` + +你应该会看到类似以下的输出: + +```shell +Output +$ git version 2.34.1 +``` + +# 设置 Git + +配置可以通过使用 git config 命令来完成。 +具体来说,你需要提供你的名字和电子邮件地址,因为 Git 会将这些信息嵌入到你做的每个提交中。 +你可以通过输入以下命令来添加这些信息: + +现在我们已经完成了 Git 的安装,让我们使用 "git config" 命令配置 Git 以供首次使用。 +我们需要确保你的用户名和电子邮件地址设置正确。要设置它们,使用以下命令: + +```shell +$ git config --global user.name "Your Name" +$ git config --global user.email "youremail@domain.com" +``` + +你可以通过在终端中输入以下命令来显示所有已设置的配置项: + +```shell +$ git config --list +``` + +如果所有配置字段已按照你的需求设置,输出应该类似于: + +```shell +user.name=Your Name +user.email=youremail@domain.com +``` + +# 持久化 Git 凭证 + +默认情况下,Git 每次与远程仓库交互时都会提示你重新输入用户名和密码。你可以配置 Git 来缓存或存储你的凭证,以避免这种情况。以下是两种常用的方法: + +### 1. 凭证缓存 + +Git 可以将你的凭证暂时存储在内存中,这样你就不需要频繁地重新输入它们。运行以下命令启用凭证缓存: + +```shell +$ git config --global credential.helper cache +``` + +默认情况下,凭证会缓存 15 分钟。要调整超时时间(例如,1 小时),可以使用: + +```shell +$ git config --global credential.helper 'cache --timeout=3600' +``` + +--- + +### 2. 凭证存储 + +如果你更倾向于将凭证永久存储为明文(不太安全,但方便),可以使用以下命令: + +```shell +$ git config --global credential.helper store +``` + +使用此方法时,你的凭证将以明文形式保存在 `~/.git-credentials` 文件中。特别是在共享或公共计算机上使用此方法时,请小心操作。 \ No newline at end of file diff --git a/docs/additional-material/translations/Chinese/installing-git-ubuntu.zh-cn.md b/docs/additional-material/translations/Chinese/installing-git-ubuntu.zh-cn.md new file mode 100644 index 00000000..27ebe1d1 --- /dev/null +++ b/docs/additional-material/translations/Chinese/installing-git-ubuntu.zh-cn.md @@ -0,0 +1,104 @@ +# 在 Ubuntu OS 上安装 Git + +默认情况下,Git 很可能已经在你的 Ubuntu 操作系统中安装好了。你可以通过打开终端并输入以下命令来确认: + +```shell +$ git --version +``` + +如果你看到类似下面的输出,那么恭喜你!你已经成功安装了 Git。 + +```shell +Output +$ git version 2.34.1 +``` + +如果适用于你,接下来可以继续进行 Git 配置,去[设置 Git](#设置-Git)。 + +如果输出中没有显示 Git 版本号,你仍然可以通过 Ubuntu 的 APT 包管理器来安装 Git。 + +首先,通过使用 apt 包管理工具更新本地包索引。返回到你的终端并输入以下命令。 + +```shell +$ sudo apt update +``` + +完成后,输入以下命令来安装 Git: + +```shell +$ sudo apt install git +``` + +你可以通过运行以下命令并检查是否收到相关输出,来确认 Git 是否已正确安装: + +```shell +$ git --version +``` + +```shell +Output +$ git version 2.34.1 +``` + +Git 成功安装后,接下来可以配置 Git。 + +# 设置 Git + +配置可以通过使用 git config 命令来完成。 +具体来说,你需要提供你的名字和电子邮件地址,因为 Git 会将这些信息嵌入到你做的每个提交中。 +你可以通过输入以下命令来添加这些信息: + +现在我们已经完成了 Git 的安装,让我们使用 "git config" 命令配置 Git 以供首次使用。 +我们需要确保你的用户名和电子邮件地址设置正确。要设置它们,使用以下命令: + +```shell +$ git config --global user.name "Your Name" +$ git config --global user.email "youremail@domain.com" +``` + +你可以通过在终端中输入以下命令来显示所有已设置的配置项: + +```shell +$ git config --list +``` + +如果所有配置字段已按照你的需求设置,输出应该类似于: + +```shell +user.name=Your Name +user.email=youremail@domain.com +``` + +... + +# 持久化 Git 凭证 + +默认情况下,Git 会在每次你推送到远程仓库时要求你输入用户名和密码。 +在 Git 中,你可以配置凭证缓存,以避免每次输入用户名和密码。以下是实现这一目标的几种方法: + +1. 凭证缓存:Git 提供了一个凭证缓存系统,可以在指定的时间内将你的凭证存储在内存中。这样,你就不需要每次与远程仓库交互时重新输入凭证。 + +要启用凭证缓存,你可以使用以下命令: + +```shell +$ git config --global credential.helper cache +``` + +默认情况下,Git 会将凭证缓存 15 分钟。你可以通过指定 --timeout 选项并跟上所需的秒数来调整缓存超时时间。 + +例如,要将缓存超时设置为 1 小时(3600 秒),可以使用: + +```shell +$ git config --global credential.helper 'cache --timeout=3600' + +``` + +2. 凭证存储:这将 Git 的凭证助手设置为 "store"。使用这个凭证助手时,Git 会将远程仓库的凭证存储在磁盘上的一个明文文件中。这种方法是最简单的,但存储明文凭证的方式也是最不安全的。 + +```shell +$ git config --global crednetial.helper store +``` + +使用存储凭证助手时,输入的凭证会永久保存在 Linux 或 macOS 上的 ~/.git-credentials 文件中,或 Windows 上的 %USERPROFILE%\.git-credentials 文件中。这些凭证将以明文格式存储,这意味着如果有人获取到该文件,就可以读取凭证。 + +使用存储凭证助手的优点是,你每次与远程仓库交互时,不需要再次输入凭证。然而,特别是在使用共享或公共计算机时,请注意存储明文凭证的安全隐患。 diff --git a/docs/additional-material/translations/Chinese/keeping-your-fork-synced-with-this-repository.zh-cn.md b/docs/additional-material/translations/Chinese/keeping-your-fork-synced-with-this-repository.zh-cn.md new file mode 100644 index 00000000..3a8aeb29 --- /dev/null +++ b/docs/additional-material/translations/Chinese/keeping-your-fork-synced-with-this-repository.zh-cn.md @@ -0,0 +1,45 @@ +# 保持你的分叉与该仓库同步 + +首先,应该理解完整同步的流程,这一点非常重要。在这个流程中,有三个不同的仓库:我的公共仓库在 GitHub 上 `github.com/firstcontributions/first-contributions.git`,你在 GitHub 上的仓库分叉 `github.com/Your-Name/first-contributions/`,以及你本地机器上的仓库,你应该在其中进行工作。这种合作方式通常用于开源项目,称为 `Triangle Workflows`。 + +triangle workflow + +为了保持你的两个仓库与我的公共仓库同步,我们首先需要将公共仓库的内容拉取并与本地机器上的仓库合并。 +我们的第二步是将你的本地仓库推送到你的 GitHub 分叉。如前所述,只有通过你的分叉你才能发起一个“拉取请求”。因此,你的 GitHub 分叉是最后更新的仓库。 + +现在,让我们看看如何做到这一点: + +首先,你必须确保自己处于主分支上。要知道自己当前在哪个分支,可以检查的第一行: +``` +git status +``` +如果你不在主分支上,输入以下命令切换到主分支: +``` +git checkout main +``` + +然后,你应该将我的公共仓库添加到你的 Git 仓库中,使用 `add upstream remote-url`: +``` +git remote add upstream https://github.com/firstcontributions/first-contributions.git +``` +这告诉 Git,指定的 URL 位置有该项目的另一个版本,并且我们将其命名为 `upstream`。一旦你的 Git 配置了上游仓库,你就可以拉取公共仓库的最新版本: +``` +git fetch upstream +``` + +你刚刚拉取了我仓库的最新版本(`upstream` 远程仓库)。现在,你需要将公共仓库的内容合并到你的主分支中: +``` +git rebase upstream/main +``` +在这里,你正在将公共仓库合并到你的主分支。现在,你本地机器上的主分支已更新。最后,如果你将主分支推送到你的 GitHub 分叉,那么你的 GitHub 分叉也会更新: +``` +git push origin main +``` +请注意,这里你推送的是名为 `origin` 的远程仓库。 + +如果你想同时将我仓库的最新更改(`upstream` 远程仓库)拉取并合并到你本地的分支中,可以直接使用: +``` +git pull upstream main +``` + +到目前为止,你的所有仓库都已更新。做得很好!每当你的 GitHub 仓库提示你比公共仓库落后几个提交时,你都应该执行这些操作。 diff --git a/docs/additional-material/translations/Chinese/resetting-a-commit.zh-cn.md b/docs/additional-material/translations/Chinese/resetting-a-commit.zh-cn.md new file mode 100644 index 00000000..314821f1 --- /dev/null +++ b/docs/additional-material/translations/Chinese/resetting-a-commit.zh-cn.md @@ -0,0 +1,20 @@ +# 重置一个提交 + +```reset``` 是一个用于将仓库回退到之前某个提交的命令,丢弃该提交之后的所有更改。
+重置和撤销提交的主要区别在于,git reset ```取消暂存文件并将我们的更改带回工作目录``` +而 git revert ```从远程仓库中删除提交```。
+ +```git reset``` 可以通过以下命令来实现: +- 以下命令将以两个参数的方式给出所有提交的摘要: + + - 提交哈希的前七个字符 - 这是我们在 **reset** 命令中需要引用的内容。 + - 提交信息 + + ``` + git log --oneline + ``` + + +- 可以使用以下命令将仓库重置到特定的提交:
+```git reset commithash``` +其中 commithash 是我们在日志中找到的提交哈希的前 7 个字符。 diff --git a/docs/additional-material/translations/Chinese/squashing-commits.zh-cn.md b/docs/additional-material/translations/Chinese/squashing-commits.zh-cn.md new file mode 100644 index 00000000..b31cc3b0 --- /dev/null +++ b/docs/additional-material/translations/Chinese/squashing-commits.zh-cn.md @@ -0,0 +1,86 @@ +# What is squashing? + +In git, squashing refers to rewriting the history of your commits, so you end up with one commit with a description of the changes done. +It's usually done in open source projects because a lot of the history of a branch in open source projects is only relevant to the developer who created it, and this provides a simpler way to describe the changes made and also revert them if needed. + +# How do you squash commits? + +First, perform a git log to review the commits you would like to merge in your current branch. + +``` +git log +``` + +You should see a series of your commits like so: + +``` +commit blablabla +Author: omguhh +Date: 10/10/20 + Commit message 1 + +commit blablabla2 +Author: omguhh +Date: 10/10/20 + Commit message 2 +``` + +So now that you see the commits you wish to merge to one, we can move along into doing that with ```git rebase```. Assuming you're already familiar with ```git rebase```, we can starting squashing commits in the interactive mode of git rebase that you can activate like so: + +``` +git rebase -i +``` + +Now, with interactive rebasing you can specify the starting and end point of how far back you want to go with commits like so: + +``` +git rebase -i HEAD~2 +``` + +Running this command will show you something like the following: + +``` +pick blablabla Changing test01.txt file +pick blablabla2 Adding dummy01.txt file + +# +# Commands: +# p, pick = use commit +# r, reword = use commit, but edit the commit message +# e, edit = use commit, but stop for amending +# s, squash = use commit, but meld into previous commit +# f, fixup = like "squash", but discard this commit's log message +# x, exec = run command (the rest of the line) using shell +# +# These lines can be re-ordered; they are executed from top to bottom. +# +# If you remove a line here THAT COMMIT WILL BE LOST. +# +# However, if you remove everything, the rebase will be aborted. +# +# Note that empty commits are commented out +``` + +So if you want to squash ```blablabla2``` into ```blablablabla```, you would change the following : + +``` +pick blablabla Changing test01.txt file +squash blablabla2 Adding dummy01.txt file + +``` + +If all goes well, you'd get a result that looks like this: + +``` +# This is a combination of 2 commits. +# The first commit's message is: +commit message 1 + +# This is the 2nd commit message: + +commit message 2 +``` + +That you can freely change before you decide to exit the editor to save these changes. + +Running git log again should show you the commit message you entered before exiting the screen with the commits combined into one. diff --git a/docs/additional-material/translations/Chinese/stashing-a-file.zh-cn.md b/docs/additional-material/translations/Chinese/stashing-a-file.zh-cn.md new file mode 100644 index 00000000..558ab88d --- /dev/null +++ b/docs/additional-material/translations/Chinese/stashing-a-file.zh-cn.md @@ -0,0 +1,161 @@ +# 使用 Git Stash 暂存工作进度 + +如果你正在进行一个大型开发任务,突然需要切换分支去做其他事情,但当前代码还没写完、也没有测试, +你可能并不希望提交这些不完整的更改。可 Git 不允许你直接切换分支,除非先处理这些更改。 +那该怎么办呢?如何避免提交未完成的代码,同时还能自由切换分支? + +这就是本教程要讲解的内容。 + +## 暂存你的工作(Stashing) + +假设你在项目的某个分支中修改了一些文件,此时运行 ```git status``` 可以看到: + +``` +$ git status +# 当前分支:master +# 暂存区中的更改: +# (使用 "git reset HEAD ..." 来取消暂存) +# +# 修改: index.html +# +# 未暂存的更改: +# (使用 "git add ..." 来更新将要提交的内容) +# +# 修改: lib/simplegit.rb +# +``` + +此时你想切换分支,但又不想提交更改。那就使用 ```git stash```: + +``` +$ git stash +Saved working directory and index state \ + "WIP on master: 049d078 added the index file" +HEAD is now at 049d078 added the index file +(要恢复这些更改,输入 "git stash apply") +``` + +现在你的工作目录是干净的,可以使用 ```git status``` 查看: + +``` +$ git status +# 当前分支:master +没有要提交的内容,工作目录干净 +``` + +此时你可以切换到任意分支继续开发。你 stash 的内容被保存在一个栈(stack)中。你可以使用 ```git stash list``` 查看所有保存的 stash: + +``` +$ git stash list +stash@{0}: WIP on master: 049d078 added the index file +stash@{1}: WIP on master: c264051 Revert "added file_size" +stash@{2}: WIP on master: 21d80a5 added number to log +``` + +如果你想重新应用刚刚保存的 stash,可以使用 ```git stash apply```。默认情况下,它会应用最近一次保存的 stash。 +如果你想应用指定的 stash,可以使用命令 ```git stash apply ```,将 `` 替换为对应名称: + +``` +$ git stash apply +# 当前分支:master +# 未暂存的更改: +# (使用 "git add ..." 来更新将要提交的内容) +# +# 修改: index.html +# 修改: lib/simplegit.rb +# +``` + +你会发现 Git 恢复了你在执行 stash 时未提交的更改。 +在这个示例中,你在应用 stash 时处于干净的工作目录,且是在与 stash 创建时相同的分支; +但请注意:**并不要求工作目录必须干净,也不需要在原分支才能成功应用 stash。** + +你可以在一个分支中保存 stash,之后切换到另一个分支并重新应用它。 +即使当前工作目录中存在未提交的更改,也可以应用 stash;但如果某些内容无法干净地应用,Git 会提示合并冲突。 + +文件中的更改虽然恢复了,但之前已暂存(staged)的文件并没有恢复到暂存区。 +要恢复这些被暂存的更改,你需要使用带有 ```--index``` 参数的 ```git stash apply```: + +``` +$ git stash apply --index +# 当前分支: master +# 已暂存更改: +# (使用 "git reset HEAD ..." 取消暂存) +# +# 修改: index.html +# +# 未暂存更改: +# (使用 "git add ..." to update what will be committed) +# +# 修改: lib/simplegit.rb +# +``` + +`apply` 命令仅仅是恢复 stash 内容,它不会自动从 stash 栈中移除对应条目。 + +如果你想删除某个 stash,可以使用 ```git stash drop``` 并指定 stash 名称: + +``` +$ git stash list +stash@{0}: WIP on master: 049d078 added the index file +stash@{1}: WIP on master: c264051 Revert "added file_size" +stash@{2}: WIP on master: 21d80a5 added number to log +$ git stash drop stash@{0} +Dropped stash@{0} (364e91f3f268f0900bc3ee613f9f733e82aaed43) +``` + +你也可以使用 ```git stash pop``` 命令,它会应用最后一次 stash 的内容并将其从栈中删除。 + +## 取消应用已应用的 Stash(Un-applying) + +有时你应用了 stash,做了一些工作,但之后想要**撤销**刚刚恢复的 stash 更改。 +Git 并没有内建 ```git unapply``` 命令,但你可以使用“反向补丁”来实现类似效果: + +```$ git stash show -p stash@{0} | git apply -R``` + +如果不指定 stash,Git 默认使用最新的 stash: + +```$ git stash show -p | git apply -R``` + +你也可以为此配置一个快捷别名: + +``` +$ git config --global alias.stash-unapply '!git stash show -p | git apply -R' +$ git stash apply +$ #... 进行工作 +$ git stash-unapply +``` + +## 从 Stash 创建新分支 + +如果你 stash 了某些更改,但后来继续在该分支上进行开发, +再次应用 stash 时可能会因为文件已被修改而引发**冲突**。 + +如果你想更方便地重新测试 stash 的内容,可以使用 ```git stash branch``` 命令。 +它会执行以下操作: + +1. 创建一个新分支; +2. 回到你 stash 时所在的提交; +3. 应用 stash 内容; +4. 应用成功后自动删除 stash。 + +示例: + +``` +$ git stash branch testchanges +Switched to a new branch "testchanges" +# 当前分支: testchanges +# 已暂存的更改: +# (使用 "git reset HEAD ..." 取消暂存) +# +# 修改: index.html +# +# 未暂存的更改: +# (使用 "git add ..." 来更新将要提交的内容) +# +# 修改: lib/simplegit.rb +# +Dropped refs/stash@{0} (f0dfc4d5dc332d1cee34a634182e168c4efc3359) +``` + +这是一个非常实用的快捷方式,可以轻松恢复你 stash 的内容,并在一个新分支中继续开发。 \ No newline at end of file diff --git a/docs/additional-material/translations/Chinese/storing-credentials.zh-cn.md b/docs/additional-material/translations/Chinese/storing-credentials.zh-cn.md new file mode 100644 index 00000000..983b1a01 --- /dev/null +++ b/docs/additional-material/translations/Chinese/storing-credentials.zh-cn.md @@ -0,0 +1,52 @@ +# 存储凭据(用户名与密码) + +你可能遇到过这样的烦恼——每次访问仓库都要输入用户名和密码,这很麻烦,而且若耗时过长还会打断你的工作流。 +但其实没必要如此繁琐。 + +这里我们介绍一种常见的方式: [git credential cache](https://git-scm.com/docs/git-credential-cache)。 + +**注意:** 请遵循你所在单位或学校的安全策略。 + +## 凭据缓存(Caching) + +我们可以使用 Git 的 credential cache 来存储用户名和密码。 + +**警告:** 此方法会将凭据以*明文*形式保存在你电脑的硬盘上。 +任何人都可以访问该文件,比如恶意的 NPM 模块。 + +### 全局凭据缓存 + +如果你希望为所有仓库启用凭据缓存,只需执行以下命令: + +``` +$ git config --global credential.helper cache +``` + +**提醒:** 请遵循你所在单位或学校的安全策略。 + +### 仓库级别的凭据缓存 + +如果你只想为当前仓库启用缓存,可以使用以下命令: + +``` +$ git config credential.helper cache +``` + +**提醒:** 请遵循你所在单位或学校的安全策略。 + +### 缓存超时时间 + +如果不指定缓存时间,凭据可能会被永久保留在内存中。 +你可以通过以下命令设置缓存的持续时间(单位为秒): + +``` +git config credential.helper 'cache --timeout=' +``` + +使用此 helper,凭据只会存储在内存中,不会写入磁盘,且在指定时间后会自动清除。 +默认超时时间是 900 秒(15 分钟)。 + +#### 参考资料: +[Stack Overflow](https://stackoverflow.com/questions/35942754/how-can-i-save-username-and-password-in-git) + +### [附加材料](additional-material.md) \ No newline at end of file From 28ce46db61c6cb29f13a6d0707bfebc38ac56884 Mon Sep 17 00:00:00 2001 From: JonatanRosali Date: Tue, 13 May 2025 16:39:06 +0800 Subject: [PATCH 007/942] Chinese language support (1)Things a non Programmer can do.zh-cn.md (2)undoing-a-commit.zh-cn.md (3)Useful-links-for-further-learning.zh-cn.md (4)why-using-branches.zh-cn.md (5)git-bash-windows-tutorial.zh-cn.md (6)github-cli-tutorial.zh-cn.md --- .../Things a non Programmer can do.zh-cn.md | 145 ++++++++++++++++++ ...Useful-links-for-further-learning.zh-cn.md | 53 +++++++ .../Chinese/squashing-commits.zh-cn.md | 68 ++++---- .../Chinese/undoing-a-commit.zh-cn.md | 59 +++++++ .../Chinese/why-using-branches.zh-cn.md | 71 +++++++++ .../git-bash-windows-tutorial.zh-cn.md | 140 +++++++++++++++++ .../Chinese/github-cli-tutorial.zh-cn.md | 109 +++++++++++++ 7 files changed, 612 insertions(+), 33 deletions(-) create mode 100644 docs/additional-material/translations/Chinese/Things a non Programmer can do.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/Useful-links-for-further-learning.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/undoing-a-commit.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/why-using-branches.zh-cn.md create mode 100644 docs/cli-tool-tutorials/translations/Chinese/git-bash-windows-tutorial.zh-cn.md create mode 100644 docs/cli-tool-tutorials/translations/Chinese/github-cli-tutorial.zh-cn.md diff --git a/docs/additional-material/translations/Chinese/Things a non Programmer can do.zh-cn.md b/docs/additional-material/translations/Chinese/Things a non Programmer can do.zh-cn.md new file mode 100644 index 00000000..0028853a --- /dev/null +++ b/docs/additional-material/translations/Chinese/Things a non Programmer can do.zh-cn.md @@ -0,0 +1,145 @@ +# 非程序员可以做的事 +## 从倾听开始 + +开源的本质是人与人之间的合作。 +你想要加入一个团队,就必须了解这个社区以及它是如何运作的。 +直接进入一个项目并说“嗨,我认为这个项目应该做XXX”通常不会被很好地接受。 +某些项目可能欢迎这种方式,但如果项目已经运行一段时间,这种态度很难被采纳。 +**倾听是了解项目真正需求的最佳方式。** + +1. **加入邮件列表**: +对于许多项目来说,邮件列表是关于项目开发的主要沟通渠道。在大型项目中,可能会有很多不同的邮件列表可供选择。例如,PostgreSQL 项目在其邮件列表页面上就有不少于 12 个面向用户的列表和 6 个开发者列表。 +建议你一开始关注主要的用户列表和核心开发者列表来“听听看”。 + +2. **关注博客**: +核心开发人员维护的博客通常会分享有关未来版本的计划,以及达成这些目标的过程。一个叫做 planet 的网站会汇集来自多个相关来源的新闻和博客内容。 +如果某个项目有 planet 网站,比如 planet.gnome.org 或 planet.mysql.com,请从那里开始。只需在 Google 中搜索 "planet " 即可。 + +3. **加入 IRC 频道**: +许多开源项目都有专属的 IRC(互联网中继聊天)频道,开发者和用户会在里面讨论问题与开发进度。在项目的官方网站上通常可以找到 IRC 频道的名称和所在网络的信息。 + +**处理工单系统** +代码是任何开源项目的核心,但不要以为只有写代码才算是贡献。 +代码的维护及其周边系统往往在开发新功能或修复 bug 的过程中被忽略。 +这些部分是你进入项目的良好切入点。 +大多数项目都有公开的故障工单系统,通常在项目主页和文档中就能找到链接。 +它是用户与开发者之间的主要沟通渠道。 +保持工单系统的更新就是一种很有价值的贡献。 +你可能需要获得该系统的特别权限,一旦你表示出愿意协助维护,项目负责人通常会很乐意为你开放权限。 + +4. **诊断 bug**: +很多 bug 报告都不够详细。 +协助诊断并分析 bug 可以大大节省开发者排查问题的时间。 +比如用户报告“我做了 X 操作,软件就坏了”,你可以尝试复现问题,找出具体触发条件。 +这个问题是可以重复触发的吗?能不能提炼出一套步骤重现问题?是否只在某些浏览器或操作系统中才出现? + +即使你不清楚问题的根本原因,但你做出的分析工作,也会让其他人更容易去修复它。 +无论你发现了什么,请将其记录在工单系统中,方便所有人查看。 + +5. **关闭已修复的 bug**: +有些 bug 虽然已经在代码中修复,但对应的工单却没有更新状态。 +清理这些“陈年工单”虽然耗时,但对整个项目非常有帮助。 + +你可以从查询一年以前的工单开始,检查这些 bug 是否仍然存在。 +阅读项目的更新日志,确认 bug 是否已被修复。 +如果确定已修复,请在工单中注明修复版本并关闭工单。 + +也可以尝试使用最新版本重现这个 bug。 +如果无法复现,请在工单中注明并关闭;如果仍存在,也请更新工单说明并保留为“打开”状态。 + +## 参与代码工作 + +不同经验水平的开发者都可以为项目贡献代码。 +不要认为只有编程大神才有资格参与贡献。 + +如果你的工作涉及代码更改,请先了解项目是如何接受代码贡献的。 +每个项目的工作流都不同,因此在提交代码之前请先询问清楚流程。 + +例如,PostgreSQL 项目对代码提交要求非常严格:必须以补丁形式发送到邮件列表,由核心开发者详细审查。 +而 Parrot 项目则相对宽松,很容易就能获得代码库的提交权限。 +如果项目托管在 GitHub 上,可能还会使用 pull request 的工作流。 +没有两个项目是完全相同的。 + +每当你修改代码时,请务必遵守已有代码风格,使你提交的代码看起来就像是原生的一部分。 +即使你不喜欢某种括号或缩进方式,也不应擅自改变已有风格。 +这就像在说:“我不喜欢你们的风格,我的更好,你们应该改成我的。” + +6. **测试测试版或候选版本**: +如果一个项目支持多个平台,那发布前的可移植性测试就至关重要。 +当项目发布 beta 或 RC(Release Candidate)版本时,项目负责人希望有人能在各种平台上进行测试。 +你就可以成为其中一员,帮助确认在你的环境下也能正常运行。 + +通常你只需下载、构建并运行软件即可。 +尤其当你使用的是较为冷门的操作系统或硬件时,你的反馈对项目非常宝贵。 + +7. **修复一个 bug**: +这是很多想写代码的新手常见的起点。 +很简单:在工单系统中找一个感兴趣的问题,尝试去修复它。 +如果合适,可以在代码中添加注释记录你的修改;如果项目有测试套件,最好也为你修复的 bug 添加测试用例。 +即便你没能修复 bug,也请将你调查的结果写进工单中,这对后来的人是很有帮助的。 + +8. **编写测试用例**: +大多数项目都有测试套件,但几乎没有哪个测试覆盖是“完美”的。 +可以使用测试覆盖工具(如:C 的 gcov,Perl 的 Devel::Cover)找出哪些代码尚未被测试。 +然后为这些部分添加测试用例。 + +9. **消除编译警告**: +许多基于 C 的项目在编译时会有很多警告信息。 +虽然多数情况下这并不影响程序运行,但会制造混乱或误导。 +你可以排查警告背后是否隐藏真正的 bug。 +如果没有实际问题,就修改代码消除警告,提升代码整洁度。 + +10. **添加注释**: +当你在阅读代码时,可能会遇到令人困惑的部分。 +如果你感到困惑,别人可能也会。 +请在适当位置添加注释并提交补丁,帮助其他人理解代码。 + +## 编写文档 + +文档常常是被忽视的一部分。 +而且很多时候文档是“内部人”写给“内部人”的,忽略了初学者视角。 +如果你曾看过某个手册让你觉得:“作者好像默认我已经懂这套系统了”,你就明白我的意思了。 +新人的眼睛能发现老成员早已忽视的问题。 + +11. **创建示例**: +任何项目都不嫌示例多。 +无论是 Web API、函数库、图形工具(如 Gimp)或命令行工具, +一个实用示例往往比一大堆文档更能直观说明使用方式。 +对于 API 或库,可以写个简单的 demo;对于工具,展示真实的使用情景。 +如果你擅长视觉内容,也可以录屏展示如何安装、配置等步骤。 + +## 参与社区 + +开源项目不仅仅是代码。社区才是开源的生命力来源。以下是你可以帮助社区的方式: + +12. **回答问题**: +帮助新手是社区成长的重要方式。 +即使对方的问题很基础,也不要敷衍了事。 +哪怕是你很想说“RTFM”,请记住:帮助他们,就等于在培养未来的维护者。 +每个人都是从新手走过来的,项目要保持活力就需要不断有新人加入。 + +13. **写一篇博客**: +如果你有博客,请写下你使用该项目的经验。 +记录你遇到的问题和解决办法,这不仅可以帮助搜索到的人,也有助于传播该项目。 +(顺带一提,如果你未来找工作,技术博客是一个很好的展示作品集的方式) + +14. **优化网站**: +如果你有网页设计技能,可以协助美化项目网站或设计 logo,提升项目的公众形象。 +这些往往是开源社区中缺乏的技能,我相信很多维护者都会非常欢迎这方面的协助。 + +15. **编写技术文档**: +如果你擅长用通俗易懂的方式说明软件原理,可以帮助项目撰写或更新技术文档。 +很多开源项目都在寻找志愿者来扩展文档,尤其是面向普通大众的部分。 +你不需要是程序员,只要能把话说清楚就行。 + +最重要的是,倾听周围人的讨论,观察有没有什么急需解决的问题。 +例如,在 Parrot 项目的邮件列表中,有人提议将工单系统从 Trac 转移到 GitHub。 +但由于缺乏转换工具,一度引发争论。我当时提出“我可以写一个转换器”。 +大家非常欢迎这个提议。我花时间写了一个转换程序,把 450 多条工单全部迁移了过去。 +这是一次很成功的贡献。开发者继续专注写代码,而我解决了一个让大家头疼的问题。 + +16. **教学与协助他人**: +最好的学习方式就是尝试去教别人。 +能用最简单的例子讲清复杂概念的老师,往往才是最厉害的。 +教学不但能加深你自己的理解,也能帮助别人快速上手。 +你从别人那里学到的知识,也请传递下去,让世界变得更美好。 \ No newline at end of file diff --git a/docs/additional-material/translations/Chinese/Useful-links-for-further-learning.zh-cn.md b/docs/additional-material/translations/Chinese/Useful-links-for-further-learning.zh-cn.md new file mode 100644 index 00000000..d0260bdd --- /dev/null +++ b/docs/additional-material/translations/Chinese/Useful-links-for-further-learning.zh-cn.md @@ -0,0 +1,53 @@ +# 实用链接 + +本页面致敬所有让我们生活更轻松的技巧网站、博客文章和实用链接。 +无论是初学者还是资深开发者,它们都是极好的参考资源。 +这个页面将作为一个索引,汇总所有对开源领域新人或想深入了解的人有帮助的链接。 + +## 链接列表 +**请注意: 以下所有链接均为英文内容。** + +1. [Git 交互式教程](https://try.github.io) +2. [YouTube:FreeCodeCamp 的 Git 和 GitHub 初学者教程](https://www.youtube.com/watch?v=RGOj5yH7evk) +3. [git - 简明指南](http://rogerdudler.github.io/git-guide/) +4. [如何撤销、更改或删除 Git 提交](http://sethrobertson.github.io/GitFixUm/fixup.html) +5. [Git 和 GitHub 教程(多语言版本)](https://github.com/Roshanjossey/first-contributions) +6. [解决合并冲突](https://www.git-tower.com/learn/git/ebook/en/command-line/advanced-topics/merge-conflicts) +7. [Git How To:解决合并冲突](https://githowto.com/resolving_conflicts) +8. [Git 基础 - 快速入门指南](https://blog.praveen.science/basics-of-git-the-quick-start-guide/) +9. [我们在 Spotify Agile 方法中使用的 Git 标准](https://blog.praveen.science/git-standards-followed-in-our-way-of-spotify-agile-methodolgy/) +10. [Git 快捷方式](https://blog.praveen.science/git-shortcuts/) +11. [官方 Git 多语言备忘单](https://services.github.com/on-demand/resources/cheatsheets) +12. [来自 Tower 的 Git 备忘单](https://www.git-tower.com/learn/cheat-sheets/git) +13. [常见 Git 问题及解决方法](https://www.codementor.io/citizen428/git-tutorial-10-common-git-problems-and-how-to-fix-them-aajv0katd) +14. [Git Rebase 图解指南](https://blog.gitprime.com/git-rebase-an-illustrated-guide/) +15. [新手 Rebasing 与 Squashing 指南](https://github.com/servo/servo/wiki/Beginner%27s-guide-to-rebasing-and-squashing) +16. [命令与文件关联的 Git 速查表](http://ndpsoftware.com/git-cheatsheet.html) +17. [如何贡献开源](https://opensource.guide/how-to-contribute/) +18. [开源贡献入门指南](https://github.com/OpenSourceHelpCommunity/Getting-Started-With-Contributing-to-Open-Sources) +19. [FreeCodeCamp 的开源贡献指南](https://github.com/freeCodeCamp/how-to-contribute-to-open-source) +20. [Atlassian 的 Git 教程](https://www.atlassian.com/git) +21. [Pull Request 审查流程](https://help.github.com/articles/about-pull-request-reviews/) +22. [另一个 Git 交互式教程](https://learngitbranching.js.org/) +23. [Git 命令行速查表](https://gist.github.com/davfre/8313299) +24. [编程书籍(免费)](https://github.com/EbookFoundation/free-programming-books) +25. [Git 专业技巧与秘籍电子书](https://goalkicker.com/GitBook/GitProfessionalTipsSecrets.pdf) +26. [成为 Git 专家的简单规则](https://medium.freecodecamp.org/follow-these-simple-rules-and-youll-become-a-git-and-github-master-e1045057468f) +27. [关于 Git 提交信息的建议](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) +28. [更好的提交信息的 5 个技巧](https://thoughtbot.com/blog/5-useful-tips-for-a-better-commit-message) +29. [Git 版本控制基础](https://ourcodingclub.github.io/2017/02/27/git.html) +30. [Git 版本控制课程(Udacity)](https://www.udacity.com/course/version-control-with-git--ud123) +31. [Coursera 上 Google 提供的 Git 课程(可试听)](https://www.coursera.org/learn/introduction-git-github) +32. [在 VS Code 中使用版本控制](https://code.visualstudio.com/docs/editor/versioncontrol) +33. [Git 与 GitHub 的区别以及入门方法](https://kinsta.com/knowledgebase/git-vs-github/) +34. [Hello World Github 教程](https://guides.github.com/activities/hello-world/) +35. [如何使用 GitHub](https://www.edureka.co/blog/how-to-use-github/) +36. [Git 与 GitHub 的 10 天教程](https://github.com/Asabeneh/10-days-of-git-and-github) +37. [GitHub 快捷键列表](https://docs.github.com/en/get-started/using-github/keyboard-shortcuts) +38. [Kunal Kushwaha 的 Git 和 GitHub 完整教程(YouTube)](https://www.youtube.com/watch?v=apGV9Kg7ics&ab_channel=KunalKushwaha) +39. [Git 工作流速查表(Google Drive)](https://drive.google.com/uc?export=download&id=1QPRh5YmqQm4DFfitelPYlBTWC2I6tTTM) +40. [初学者 Git 工作流指南](https://medium.com/@anjulapaulus_84798/beginners-guide-to-proper-git-workflow-35a2d967734e) +41. [如何使用 GitHub Pages](https://docs.github.com/en/pages) +42. [了解 GitHub Copilot](https://docs.github.com/en/copilot/about-github-copilot/what-is-github-copilot) + +持续添加你觉得有用的链接吧! diff --git a/docs/additional-material/translations/Chinese/squashing-commits.zh-cn.md b/docs/additional-material/translations/Chinese/squashing-commits.zh-cn.md index b31cc3b0..5c5a631f 100644 --- a/docs/additional-material/translations/Chinese/squashing-commits.zh-cn.md +++ b/docs/additional-material/translations/Chinese/squashing-commits.zh-cn.md @@ -1,86 +1,88 @@ -# What is squashing? +# 什么是 Squashing(压缩提交)? -In git, squashing refers to rewriting the history of your commits, so you end up with one commit with a description of the changes done. -It's usually done in open source projects because a lot of the history of a branch in open source projects is only relevant to the developer who created it, and this provides a simpler way to describe the changes made and also revert them if needed. +在 Git 中,**squashing(压缩提交)** 是指重写提交历史,把多个提交合并成一个提交,并添加一个描述性信息来说明这次更改的内容。 -# How do you squash commits? +在开源项目中,这通常是常见操作,因为分支的详细历史记录往往只对原始开发者有意义。 +压缩提交可以简化更改记录,也方便在需要时进行回滚。 -First, perform a git log to review the commits you would like to merge in your current branch. +# 如何进行提交压缩(Squash commits)? + +首先,你可以执行 `git log` 命令,查看你当前分支中要合并的提交历史: ``` git log ``` -You should see a series of your commits like so: +你会看到类似这样的提交记录: ``` commit blablabla Author: omguhh Date: 10/10/20 - Commit message 1 + 提交信息 1 commit blablabla2 Author: omguhh Date: 10/10/20 - Commit message 2 + 提交信息 2 ``` -So now that you see the commits you wish to merge to one, we can move along into doing that with ```git rebase```. Assuming you're already familiar with ```git rebase```, we can starting squashing commits in the interactive mode of git rebase that you can activate like so: +现在你已经找到了要合并的提交,可以使用 ```git rebase```来进行压缩。假设你已经熟悉 ```git rebase```,我们可以通过 **交互模式(interactive mode)** 来进行操作: ``` git rebase -i ``` -Now, with interactive rebasing you can specify the starting and end point of how far back you want to go with commits like so: +你也可以通过指定回溯的提交数来启动交互式 rebase,比如: ``` git rebase -i HEAD~2 ``` -Running this command will show you something like the following: +执行该命令后,你将看到类似以下内容的交互式界面: ``` pick blablabla Changing test01.txt file pick blablabla2 Adding dummy01.txt file # -# Commands: -# p, pick = use commit -# r, reword = use commit, but edit the commit message -# e, edit = use commit, but stop for amending -# s, squash = use commit, but meld into previous commit -# f, fixup = like "squash", but discard this commit's log message -# x, exec = run command (the rest of the line) using shell +# 可用命令: +# p, pick = 使用该提交 +# r, reword = 使用该提交,但修改提交信息 +# e, edit = 使用该提交,但中断以进行修改 +# s, squash = 使用该提交,但合并进前一个提交 +# f, fixup = 类似 squash,但忽略该提交信息 +# x, exec = 执行 shell 命令 # -# These lines can be re-ordered; they are executed from top to bottom. +# 你可以调整这些行的顺序,Git 会按顺序执行。 # -# If you remove a line here THAT COMMIT WILL BE LOST. +# 如果删除某一行,该提交将会丢失。 # -# However, if you remove everything, the rebase will be aborted. +# 如果删除所有行,rebase 将会被取消。 # -# Note that empty commits are commented out +# 空提交将会被注释掉。 ``` -So if you want to squash ```blablabla2``` into ```blablablabla```, you would change the following : +所以,如果你想将 ```blablabla2``` 压缩到 ```blablablabla```,你应该将其改成如下形式: ``` -pick blablabla Changing test01.txt file -squash blablabla2 Adding dummy01.txt file +pick blablabla 更改 test01.txt 文件 +squash blablabla2 添加 dummy01.txt 文件 ``` -If all goes well, you'd get a result that looks like this: +一切正常的话,你将看到如下合并提交的编辑界面: ``` -# This is a combination of 2 commits. -# The first commit's message is: -commit message 1 +# 这是两个提交的合并结果. +# 第一个提交的信息是: +提交信息 1 -# This is the 2nd commit message: +# 第二个提交的信息是: -commit message 2 +提交信息 2 ``` -That you can freely change before you decide to exit the editor to save these changes. +你可以在此自由修改合并提交的信息。 -Running git log again should show you the commit message you entered before exiting the screen with the commits combined into one. +退出并保存后,执行 `git log` 命令应显示你刚刚输入的合并信息,且这两个提交已被合并为一个。 \ No newline at end of file diff --git a/docs/additional-material/translations/Chinese/undoing-a-commit.zh-cn.md b/docs/additional-material/translations/Chinese/undoing-a-commit.zh-cn.md new file mode 100644 index 00000000..d24f4a5f --- /dev/null +++ b/docs/additional-material/translations/Chinese/undoing-a-commit.zh-cn.md @@ -0,0 +1,59 @@ +# 撤销本地提交 + +要撤销本地提交,只需要运行以下命令: +``` +git reset +``` +此命令会将暂存区(staging area)重置为你最近的一次提交,但工作目录中的更改不会被影响。 +因此,你仍然可以重新提交这些更改。 + +如果你只是想从上一次提交中移除某个文件,可以使用以下命令: +``` +git reset <文件名> +``` +该命令只会将指定的文件从暂存区中移除,但文件中的更改仍然保留。 + +```git reset``` 使用示例: +``` +# 修改了 index.php 和 tutorial.php +# 将文件添加到暂存区 +$ git add . +# 想起来这两个文件应该分开提交 +# 取消暂存 tutorial.php +$ git reset tutorial.php +# 先提交 index.php +$ git commit -m "Changed index.php" +# 现在提交 tutorial.php +$ git add tutorial.php +$ git commit -m "修改了 tutorial.php" +``` + +假设你把本地仓库搞乱了,只想恢复到最近一次提交的状态, +你可以运行以下命令: +``` +git reset --hard +``` +这个命令不仅会重置暂存区,还会把工作目录中的所有更改回退到最近一次提交。 +其中的 ```--hard``` 模式表示 Git 会同时撤销工作目录中的所有改动。 +**只有当你确定想彻底丢弃本地的所有开发内容时,才应该使用这个命令。** + +```git reset --hard``` 使用示例: +``` +# 决定开始一个疯狂的实验 +# 创建一个新文件 'crazy.php' 并写入一些代码 +# 提交 crazy.php +$ git add crazy.php +$ git commit -m "开始了疯狂的开发" +# 再次编辑 crazy.php 并修改了很多其他文件 +# 提交所有被跟踪的文件 +$ git add . +$ git commit -m "继续开发" +# 测试后情况失控 +# 决定把所有内容撤销 +$ git reset --hard HEAD~2 +``` + +```git reset --hard HEAD~2``` 会将当前分支回退两个提交点, +同时撤销你所做的所有更改,并将这两个提交从项目历史中移除。 + +注意: 如果你已经将提交推送到了共享仓库,请不要执行 ```git reset --hard``` 因为这将对仓库中的其他人造成问题。 \ No newline at end of file diff --git a/docs/additional-material/translations/Chinese/why-using-branches.zh-cn.md b/docs/additional-material/translations/Chinese/why-using-branches.zh-cn.md new file mode 100644 index 00000000..54788dd5 --- /dev/null +++ b/docs/additional-material/translations/Chinese/why-using-branches.zh-cn.md @@ -0,0 +1,71 @@ +# 为什么在贡献时要使用分支 + +## 什么是分支? + +分支(Branch)本质上是指向某个提交(commit)的指针。 + +当你创建分支时,Git 会基于你当前的代码状态生成一个新的快照,你可以在这个分支上自由修改,而不会影响主代码(通常是 master 分支)。 + +当你对实验结果满意并希望将其合并进主代码时,只需运行: + master. +这会告诉 Git:将你在实验分支上的更改合并到 master 主分支中。 + +在多人参与的开源项目中,使用分支可以让每位贡献者独立开发,不影响主分支,从而更方便地合并最合适的代码。 + +## 它是如何工作的? + +分支代表了一条独立的开发路径。 +分支是编辑/暂存/提交流程的抽象表现。你可以将其想象为:为你开辟了一套新的工作目录、暂存区和项目历史。 + +新提交会被记录在当前分支的历史中,从而在项目历史中形成一个“分叉”。 + +`git branch` 命令可用于创建、列出、重命名和删除分支。 +但它并不能用于切换分支或合并历史记录。因此,它通常与 `git checkout` 和 `git merge` 命令一起使用。 + +## 为什么要使用分支? + +如果你仍然在思考“为什么我们要在版本控制中使用分支?”,那这里有一个简单的例子可以说明: + +假设某款量产汽车在正式发布前需要喷漆,原定默认颜色为“橄榄绿”,但制造团队的一些成员想展示“红色”版本。 + +为了避免混乱,“红色喷漆”就像是主项目(汽车)的一个分支。 +如果将该分支合并进主项目,那么最终的颜色就是红色;如果不合并,则继续使用橄榄绿。 + +是否将某个贡献者的分支合并进主分支,通常由项目负责人决定。 + +## 举个例子 + +Alice 在开发功能 A,Bob 在开发功能 B。 +Alice 完成功能 A 一半后,提交了几次;但功能 A 实在太复杂,于是她决定先去开发功能 C,并继续在同一分支(alice)提交。 + +与此同时,Bob 完成功能 B 后,打算接手功能 A,于是他把 alice 分支合并到了自己的 bob 分支中。 + +等 Bob 完成功能 A 后,准备将 bob 分支合并进 master。 +但 bob 分支此时包含了功能 A、功能 B 和部分功能 C,而功能 C 还没完成! + +这就很容易在合并时引发混乱的冲突。 + +解决办法是:不要用“人名分支”,而应该使用“功能分支”。 +Alice 应该为功能 A 和功能 C 分别创建分支;Bob 应该为功能 B 和功能 A 分别创建分支。 +这样,他们就能并行开发各自的功能,互不干扰。 + +## 如何创建分支? + +#### 创建分支 + +``` +git branch 任意分支名 +``` + +这将新建一个名为“任意分支名”的分支。 +在这个分支上进行的更改不会影响主分支。 +详细教程请参考: [如何创建分支](https://www.atlassian.com/git/tutorials/using-branches) + +#### 删除分支 + +``` +git branch -d 任意分支名 +``` + +此命令会从 Git 仓库中删除名为“任意分支名”的分支。 +参考: [如何从仓库中移除分支](https://github.com/jashnimje/first-contributions/blob/7dcae72208e4b42fcf834b4f189fa8ee78238077/additional-material/git_workflow_scenarios/removing-branch-from-your-repository.md) diff --git a/docs/cli-tool-tutorials/translations/Chinese/git-bash-windows-tutorial.zh-cn.md b/docs/cli-tool-tutorials/translations/Chinese/git-bash-windows-tutorial.zh-cn.md new file mode 100644 index 00000000..ea397452 --- /dev/null +++ b/docs/cli-tool-tutorials/translations/Chinese/git-bash-windows-tutorial.zh-cn.md @@ -0,0 +1,140 @@ +[![开源之爱](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) +[![开源贡献者](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) + +# First Contributions(首次贡献) + +| Git Bash | Git Bash Edition | +| ------------------------------------------------------------------------------------------------------------------ | ---------------- | + +第一次做一件事总是很难,特别是涉及协作的时候,犯错并不是一件让人舒服的事。但开源正是关于协作与共同进步的。我们希望简化新手首次学习和参与开源贡献的流程。 + +阅读文章和看教程固然有用,但没有什么比“亲自动手且不会搞砸任何事情”更有效。本项目旨在为新手提供引导,简化首次贡献的过程。请记住:你越放松,学得越快。如果你正想要完成你的第一次贡献,只需按照下列简单步骤操作。我们保证这将非常有趣! + +如果你还没有在 Windows 上安装 Git Bash,请[点击这里安装](https://git-scm.com/download/win)。 + +fork this repository + +## Fork 本仓库 + +点击本页面右上角的 Fork 按钮,即可 Fork 此仓库。 + +这将在你的 GitHub 账户中创建一个副本。 + +## 克隆这个仓库 +现在将此仓库克隆到你的本地机器。 + +**重要:不要克隆原始仓库。请到你自己的 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 + +## 创建分支 + +使用以下命令创建分支并切换到该分支: + +```bash +git checkout -b +``` + +将 ``替换为例如 "add-james-smith" 的格式。 + +create a branch + +## 做出必要修改并提交更改 + +使用文本编辑器打开 `Contributors.md` 文件,滚动到页面底部,添加你的名字,然后保存文件。 + +例如,如果你叫 James Smith,添加如下内容: + +\[James Smith](https://github.com/jamessmith) + +你可以通过运行以下命令查看是否有文件更改: + +```bash +git status +``` + +check the status + +现在提交你的更改: + +首先将更改添加到暂存区: + +```bash +git add file-name +``` + +然后使用以下命令提交更改: + +```bash +git commit -m "Add your-name to Contributors list" +``` + +请将 `` 替换为你的名字。 + +commit changes + +你可以使用 `git log --oneline` 命令确认提交记录。 + +## 推送更改到 GitHub + +完成上述步骤后,使用以下命令将更改推送到 GitHub: + +```bash +git push origin +``` + +push changes + +## 提交更改供审查 + +访问你的 GitHub 仓库页面,会看到 `Compare & pull request` 按钮。点击它。 + +create a pull request + +点击提交 pull request. + +submit pull request + +不久之后,我会将你的更改合并到主分支中。合并后你会收到邮件通知。 + +## Where to go from here? + +恭喜你!你刚完成了标准的 - 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](../additional-material/git_workflow_scenarios/additional-material.md) + +## 使用其他工具的教程 + +[Back to main page](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) diff --git a/docs/cli-tool-tutorials/translations/Chinese/github-cli-tutorial.zh-cn.md b/docs/cli-tool-tutorials/translations/Chinese/github-cli-tutorial.zh-cn.md new file mode 100644 index 00000000..bacbe567 --- /dev/null +++ b/docs/cli-tool-tutorials/translations/Chinese/github-cli-tutorial.zh-cn.md @@ -0,0 +1,109 @@ +[![开源之爱](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) +[![许可证: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +[![开源贡献者](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) + +# First Contributions (首次贡献) + +| GitHub Desktop | GitHub 命令行工具 (CLI) | +| ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | + +这是给我们这些终端爱好者准备的指南,感谢 [Github-CLI](https://cli.github.com/),我们可以在终端中完成所有事情。你的第一次贡献应该是有趣、有成就感的,它将激励你继续前进! + +这个指南稍微有些挑战,因为我们不会使用任何图形界面。但它仍然非常有趣,并且你一定可以跟得上! + +你需要准备以下工具: + +- 安装 Git (如何安装 [git](https://git-scm.com/downloads)) +- Github 账户 + +现在我们需要在系统中安装 `github-cli` 工具,方法请见[官方文档](https://github.com/cli/cli#installation) + +接着输入以下命令登录 CLI: + +```bash +gh auth login +``` + +按照指示完成登录,我们就准备好了! + +# Fork 这个仓库 + +只需运行以下命令即可: + +```bash +gh repo fork firstcontributions/first-contributions +``` + +**重要提示:命令会提示你是否需要克隆仓库,请选择 “yes”** + +# 创建你的分支 + +使用 Git 创建一个新分支,命名时请用你的名字替换示例中的部分,例如: + +```bash +git switch -c add-john-doe +``` + +# 做出必要更改并提交 + +现在,你可以用文本编辑器打开 `Contributors.md` 文件并添加你的名字。将你的名字加在文件的任何地方,然后保存文件。 + +在项目目录中执行 `git status` 命令查看更改。 +git status + +使用 `git add` 命令将更改添加到你刚创建的分支: +`git add Contributors.md` + +然后使用 `git commit` 命令提交更改: +`git commit -m "Add your-name to Contributors list` +请将 `your-name` 替换为你的名字。 + +# 推送更改到 GitHub + +使用下面的命令推送更改: + +``` +git push origin -u your-branch-name +``` + +请将 `your-branch-name` 替换为你之前创建的分支名称。 + +
+ 如果在推送过程中出现错误,请点击这里: + +- ### 身份验证错误 +
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/'
+ 请参考 [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) 来生成并配置 SSH key。 + +
+ +# 提交你的更改以供审查 + +在你的仓库目录下运行以下命令来创建 Pull Request: + +```bash +gh pr create --repo firstcontributions/first-contributions +``` + +接着提交 Pull Request。 + +你可以使用 `gh status` 命令来查看你的 PR 状态。 + +## 接下来做什么? + +恭喜你!你刚完成了一个常见的开源贡献流程 — fork -> clone -> edit -> pull request! + +你可以通过访问 [web app](https://firstcontributions.github.io/#social-share) 与朋友和关注者分享你的贡献。 + +如果你有任何疑问或需要帮助,也可以加入我们的 Slack 团队:[Join slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-vchl8cde-S0KstI_jyCcGEEj7rSTQiA)。 + +现在你可以开始为其他项目做贡献了。我们收集了一些适合入门的项目,你可以在[the list of projects in the web app](https://firstcontributions.github.io/#project-list)上查看。 + +### [Additional material](additional-material/git_workflow_scenarios/additional-material.md) + +## 使用其他工具的教程 + +[Back to main page](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) From b86b03f57ebc311309f13646f1e8e0e155d7e433 Mon Sep 17 00:00:00 2001 From: Everblade Date: Tue, 13 May 2025 18:19:46 +0800 Subject: [PATCH 008/942] Added Chinese Translations --- .../Chinese/amending-a-commit.zh-cn.md | 66 ++++++++++ .../Chinese/check-commit-log.zh-cn.md | 37 ++++++ .../Chinese/configuring-git.zh-cn.md | 78 ++++++++++++ .../creating-a-gitignore-file.zh-cn.md | 76 +++++++++++ .../Chinese/delete-branch-locally.zh-cn.md | 19 +++ .../translations/Chinese/gitflow.zh-cn.md | 119 ++++++++++++++++++ 6 files changed, 395 insertions(+) create mode 100644 docs/additional-material/translations/Chinese/amending-a-commit.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/check-commit-log.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/configuring-git.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/creating-a-gitignore-file.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/delete-branch-locally.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/gitflow.zh-cn.md diff --git a/docs/additional-material/translations/Chinese/amending-a-commit.zh-cn.md b/docs/additional-material/translations/Chinese/amending-a-commit.zh-cn.md new file mode 100644 index 00000000..165b4198 --- /dev/null +++ b/docs/additional-material/translations/Chinese/amending-a-commit.zh-cn.md @@ -0,0 +1,66 @@ +# 修改 Commit + +假设你已经将一个更改提交到远程仓库,但后来你发现提交信息有一个拼写错误,或者你忘记在最近的提交中添加一行。 +你该如何编辑这个提交?这篇教程将为你解答。 + +## 在推送到 Github 后修改最近的提交信息 +如果你不想打开文件,可以通过以下方式进行修改: +* 输入 `git commit --amend -m "然后是你新的提交信息"` +* 运行 `git push origin ` 将更改提交到仓库。 + +注意:如果只输入 `git commit --amend`,则会打开文本编辑器,提示你编辑提交信息。 +添加 `-m` 标志可以防止这种情况。 + +## 修改单个提交 + +那么,如果我们忘记对文件做一个小的更改,比如更改一个单词,而且我们已经将提交推送到远程仓库了,怎么办呢? + +以下是我的提交日志: +``` +g56123f 创建 bot 文件 +a2235d 更新 contributor.md +a5da0d 修改 bot 文件 +``` +假设我忘记在 bot 文件中添加一个单词。 + +有两种方法可以解决这个问题。第一种方法是创建一个包含更改的新提交,如下所示: +``` +g56123f 创建 bot 文件 +a2235d 更新 contributor.md +a5da0d 修改 bot 文件 +b0ca8f 添加 bot 文件中的单词 +``` +第二种方法是修改 `a5da0d` 提交,添加这个新单词,并将其作为一个提交推送到 Github。 +第二种方法更好,因为这只是一个小改动。 + +为了实现这一点,我们可以按照以下步骤操作: +* 修改文件。在本例中,我会修改 bot 文件,加入之前遗漏的单词。 +* 接下来,使用 `git add ` 将文件添加到暂存区。 + +通常,在将文件添加到暂存区之后,我们会运行 git commit -m "我们的提交信息"`, 对吧? +但由于我们希望修改的是上一个提交,我们应该运行: + +* `git commit --amend` + 这会打开文本编辑器,提示你编辑提交信息。你可以选择保留原来的信息,也可以修改它。 +* 退出编辑器 +* 使用 `git push origin ` 推送更改 + +这样,两个更改就会合并为一个提交。 + +## 修改远程提交 + +如果你想修改的提交已经推送到远程,修改该提交将导致你的本地历史与远程分支不同步(因为你实际上创建了一个新提交并替换了已修改的提交)。 +由于你希望更改远程的提交,你需要覆盖远程仓库中的历史记录。为了实现这一点,请按照上述相同的步骤操作,但在推送提交到远程时使用强制推送。 + +> **警告** +> 强制推送到远程将覆盖(并丢弃)远程上的更改,只保留你推送的提交。其他团队成员在此期间对远程的更改也将被覆盖。 + +这是如何修改远程仓库中最后一次提交的方法: + +```bash +git add +git commit --amend -m "然后是你的新提交信息" +git push --force +``` + +>使用 `--force-with-lease` 比 `--force` 更安全,它可以避免覆盖远程分支上其他人的更改(如果你不打算这么做)。 \ No newline at end of file diff --git a/docs/additional-material/translations/Chinese/check-commit-log.zh-cn.md b/docs/additional-material/translations/Chinese/check-commit-log.zh-cn.md new file mode 100644 index 00000000..1f127700 --- /dev/null +++ b/docs/additional-material/translations/Chinese/check-commit-log.zh-cn.md @@ -0,0 +1,37 @@ +# 查看提交日志 + +为了查看某个分支或某个文件的提交日志,可以使用以下命令: + +`git log [options] [path]` + +该命令的输出默认按逆时间顺序排列。 + +## 命令输出示例 +``` +$ git log +commit e3fabb30ab536bd5876461d8a749301a321e714f (HEAD -> check-commit-log-ko, upstream/main, origin/main, origin/HEAD, main) +Author: Dan Yunheum Seol yunheum.seol@mail.mcgill.ca +Date: Tue Jun 4 01:07:25 2024 -0400 + + Add dan-seol to Contributors list (#84962) + +commit 4af4ec8a56e057ce8768af77eda528453974d0bc +Author: Edgar Humberto Tijerina Tamez <168693312+EdgarHTT@users.noreply.github.com> +Date: Mon Jun 3 23:06:05 2024 -0600 + + Add Edgar Tijerina to Contributors list (#84961) +``` + + +## 命令变体和选项 +- 若要查看从某些特定提交 ids: (例如 `foo` 和 `bar`)可达的提交,可以使用:
+ `git log foo bar ` +- 也可以通过在提交 id 前添加 `^` 来排除某个提交(例如 `baz`):
+ `git log foo bar ^baz` +- 查看特定文件的提交日志:
+ `git log --all ` +- 限制日志中提交的数量:(例如 `5`)
+ `git log -n 5` + +## 参考 +- [官方文档](https://git-scm.com/docs/git-log) diff --git a/docs/additional-material/translations/Chinese/configuring-git.zh-cn.md b/docs/additional-material/translations/Chinese/configuring-git.zh-cn.md new file mode 100644 index 00000000..25957977 --- /dev/null +++ b/docs/additional-material/translations/Chinese/configuring-git.zh-cn.md @@ -0,0 +1,78 @@ +# 配置 git + +第一次使用 git 提交时,你可能会看到如下提示: + +```bash +$ git commit +*** 请告诉我你是谁。 + +运行 + +git config --global user.email "you@example.com" +git config --global user.name "Your Name" + +来设置你账户的默认身份。 +如果只想在当前仓库设置身份,省略 --global。 +``` + +Git 在创建提交时需要知道你是谁。当你在团队中协作时,你应该能够看到是谁修改了项目的哪些部分以及何时修改的,因此,Git 设计时就要求每个提交都与一个名字和电子邮件地址相关联。 + +有多种方法可以为 `git commit` 命令提供你的电子邮件和用户名,下面我们将介绍几种常用的方法。 + +### 全局配置 + +当你将某个配置存储在全局配置中时,它在你工作的所有仓库中都是可访问的。这是推荐的方式,并且适用于大多数使用场景。 + +要将某个配置存储在全局配置中,你可以使用以下 `config` 命令: + +`$ git config --global ` + +对于用户信息,我们可以运行: + +``` +$ git config --global user.email "you@example.com" +$ git config --global user.name "Your Name" +``` + +### 仓库配置 + +顾名思义,这些配置仅作用于当前仓库。如果你想在某个特定仓库中提交,例如工作项目,并使用你公司的电子邮件地址,你可以使用这种方法。 + +要将某个配置存储在仓库配置中,可以在 `config` 命令中省略 `--global` 标志,如下所示: + +`$ git config ` + +对于用户信息,我们可以运行: + +``` +$ git config user.email "you@alternate.com" +$ git config user.name "Your Name" +``` + +### 命令行配置 + +这些配置仅作用于当前命令。所有 git 命令在动作动词之前都可以使用 `-c` 参数来设置临时配置数据。 + +要在命令行配置中存储某个配置,按如下方式运行命令: + +`$ git -c = -c = ` + +在我们的例子中,我们将提交命令改为: + +`git -c user.name='Your Name' -c user.email='you@example.com' commit -m "Your commit message"` + +### 配置优先级说明 + +在这里描述的三种方法中,优先级顺序是 `command-line > repository > global`。这意味着,如果同一个变量在命令行和全局中都有配置,命令行的值将用于该操作。 + +### 超出用户信息 + +到目前为止,我们仅在配置中处理了用户信息。然而,还有许多其他配置选项。以下是一些常见的配置: + +1. `core.editor` - 指定用于编写提交消息等的编辑器名称。 +2. `commit.template` - 指定系统中作为初始提交模板的文件。 +3. `color.ui` - 指定是否在 git 输出中使用颜色的布尔值。 + +为了便于理解,我们简化了一些细节。如果你想进一步了解,访问 [git-scm.com](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration)。 + + diff --git a/docs/additional-material/translations/Chinese/creating-a-gitignore-file.zh-cn.md b/docs/additional-material/translations/Chinese/creating-a-gitignore-file.zh-cn.md new file mode 100644 index 00000000..f65330f0 --- /dev/null +++ b/docs/additional-material/translations/Chinese/creating-a-gitignore-file.zh-cn.md @@ -0,0 +1,76 @@ +# .gitignore + +.gitignore 文件是一个文本文件,用于告诉 Git 在项目中哪些文件或文件夹应被忽略。 + +一个本地的 .gitignore 文件通常放置在项目的根目录下。你也可以创建一个全局的 .gitignore 文件,这样文件中的任何条目都会在你所有的 Git 仓库中被忽略。 + +## 为什么使用 .gitignore +现在你可能会想,为什么要让 Git 忽略某些文件和文件夹。原因是你不希望像构建文件、缓存文件、其他本地配置文件(例如 node_modules)、编译文件、IDE 创建的临时文件等被 Git 跟踪。通常,这样做是为了避免提交工作目录中的临时文件,这些文件对其他协作者没有用。 + +## 入门 +要创建一个本地的 .gitignore 文件,创建一个文本文件并命名为 .gitignore(记得在文件名前加上 `.`)。然后根据需要编辑此文件。每一行都应该列出你希望 Git 忽略的文件或文件夹。 + +该文件中的条目也可以遵循匹配模式。 + +``` +* 用作通配符匹配 +/ 用于忽略相对于 .gitignore 文件的路径名 +# 用于在 .gitignore 文件中添加注释 + +下面是 .gitignore 文件的一个示例: + +# 忽略 Mac 系统文件 +.DS_store + +# 忽略 node_modules 文件夹 +node_modules + +# 忽略所有文本文件 +*.txt + +# 忽略与 API 密钥相关的文件 +.env + +# 忽略 SASS 配置文件 +.sass-cache + +``` +要添加或更改全局 `.gitignore` 文件,运行以下命令: + +``` +git config --global core.excludesfile ~/.gitignore_global + +``` +这将创建文件 ~/.gitignore_global。现在,你可以像本地 .gitignore 文件一样编辑这个文件。你所有的 Git 仓库都会忽略全局 .gitignore 文件中列出的文件和文件夹。 + +## 如何取消跟踪已提交的文件 + +要取消跟踪单个文件,即停止跟踪该文件但不删除它,可以使用: + +``` +git rm --cached filename +``` + +要取消跟踪 .gitignore 中的每个文件: + +首先,提交任何未提交的代码更改,然后运行: + +``` +git rm -r --cached +``` + +这将从索引(暂存区)中移除任何已更改的文件,然后运行: + +``` +git add . +``` +Commit it: + +``` +git commit -m ".gitignore is now working" +``` + +要撤销 ```git rm --cached filename```,使用 ```git add filename``` + + + diff --git a/docs/additional-material/translations/Chinese/delete-branch-locally.zh-cn.md b/docs/additional-material/translations/Chinese/delete-branch-locally.zh-cn.md new file mode 100644 index 00000000..f1e282a9 --- /dev/null +++ b/docs/additional-material/translations/Chinese/delete-branch-locally.zh-cn.md @@ -0,0 +1,19 @@ +# 删除本地创建的分支 + +当你不小心拼错了分支名称时,这个操作会非常有用。 + +你可以通过 *3* 种方式来删除分支: + +``` +git branch -D +``` + +``` +git branch --delete --force # 与 -D 相同 +``` + +``` +git branch --delete # 如果未合并会报错 +``` + +-D 代表 --delete --force,即即使分支未合并,也会强制删除该分支。你也可以使用 -d,它代表 --delete,当分支未合并时,会抛出错误。 diff --git a/docs/additional-material/translations/Chinese/gitflow.zh-cn.md b/docs/additional-material/translations/Chinese/gitflow.zh-cn.md new file mode 100644 index 00000000..8cd8bbe5 --- /dev/null +++ b/docs/additional-material/translations/Chinese/gitflow.zh-cn.md @@ -0,0 +1,119 @@ +# Gitflow + +Gitflow 是由 Vincent Driessen 创建的 Git 分支模型。本文将讨论 Gitflow 的要求和用例。
+Gitflow 工作流定义了一个围绕项目发布而设计的严格分支模型,提供了一个强大的框架来管理大型项目。Gitflow 特别适用于具有计划发布周期的项目以及 DevOps 最佳实践中的持续交付。它为不同的分支分配了非常具体的角色,并定义了它们应该如何以及何时互动。它使用独立的分支来准备、维护和记录发布。 + + +## 实现 + +1. **Develop 和 Master Branches**:与单一的 master 分支不同,Git Flow 使用两个分支来记录项目的历史。它基于两个具有无限生命周期的主分支,即 master 和 develop: + - **Master Branch**:master 分支包含生产代码并存储官方的发布历史。 + - **Develop Branch**:develop 分支包含预生产代码,作为功能的集成分支。 + - **创建 Develop Branch**:
+ 不使用 Gitflow 扩展时: + ``` + git branch develop + git push -u origin develop + ``` + 使用 Gitflow 扩展时:当使用 gitflow 扩展库时,在现有的仓库中执行 `git flow init` 将创建 develop 分支。 + ``` + git flow init + ``` +2. **Feature Branch**:每个新功能应该放在它自己的分支上,可以推送到中央仓库以备份或协作。Feature 分支使用最新的 develop 作为其父分支。当功能完成时,它会合并回 develop。功能分支永远不应直接与 master 分支交互。 + - **创建 Feature Branch**:
+ 不使用 git-flow 扩展时: + ``` + git checkout develop + git checkout -b feature_branch + ``` + 使用 gitflow 扩展时: + ``` + git flow feature start feature_branch + ``` + - **完成 Feature Branch**:
+ 不使用 git-flow 扩展时: + ``` + git checkout develop + git merge feature_branch + ``` + 使用 git-flow 扩展时: + ``` + git flow feature finish feature_branch + ``` +3. **Release Branch**:当 develop 分支包含足够的功能用于发布(或者接近预定的发布日期)时,我们会从 develop 分支派生出一个 release 分支。创建这个分支标志着下一个发布周期的开始,因此在此之后不能再添加新功能——只能添加 bug 修复、文档生成和其他与发布相关的任务。Release 分支应从 develop 分支派生,并必须同时合并到 master 和 develop 分支。
+使用专门的分支来准备发布使得一个团队可以在 polishing 当前发布时,另一个团队继续为下一个发布开发新功能。 + - **创建 Release Branch**:
+ 不使用 git-flow 扩展时: + ``` + git checkout develop + git checkout develop + git checkout -b release/0.1.0 + ``` + 使用 git-flow 扩展时: + ``` + git flow release start 0.1.0 + ``` + 切换到新分支 'release/0.1.0' + - **完成 Release Branch**:
+ 不使用 git-flow 扩展时: + ``` + git checkout master + git merge release/0.1.0 + ``` + 使用 git-flow 扩展时: + ``` + git flow release finish 0.1.0 + ``` +4. **Hotfix Branch**:维护或“hotfix”分支用于快速修复生产发布。Hotfix 分支对于立即解决 master 分支中的不希望出现的问题非常必要。Hotfix 分支与 release 分支和 feature 分支类似,不同之处在于它是基于 master 分支而非 develop 分支派生的。这是唯一一个应直接从 master 分支派生的分支。修复完成后,它应该同时合并到 master 和 develop(或当前的 release 分支),并且 master 分支应该打上更新的版本号标签。 + - **创建 Hotfix Branch**:
+ 不使用 git-flow 扩展时: + ``` + git checkout master + git checkout -b hotfix_branch + ``` + 使用 git-flow 扩展时: + ``` + git flow hotfix start hotfix_branch + ``` + - **完成 Hotfix Branch**:
+ 不使用 git-flow 扩展时: + ``` + git checkout master + git merge hotfix_branch + git checkout develop + git merge hotfix_branch + ``` + 使用 git-flow 扩展时: + ``` + git branch -D hotfix_branch + git flow hotfix finish hotfix_branch + ``` + + +## 优势 + +- 确保项目生命周期中的任何时刻分支状态保持清晰。 +- 分支的命名约定遵循系统化模式,使其更容易理解。 +- 支持大多数常用的 git 工具和扩展。 +- 适合在生产中维护多个版本。 +- 非常适合基于发布的软件工作流。 +- 提供了专门用于生产热修复的渠道。 + + +## 劣势 + +- Git 历史记录变得难以阅读。 +- master 和 develop branch的分割被认为是冗余的,并使持续交付/集成变得更加困难。 +- 不推荐用于维护生产中的单一版本。 + + +## 总结 + +我们在这里讨论了 Git Flow 工作流。Git Flow 是你和你的团队可以使用的多种 Git 工作流之一。让我们总结一下 Git Flow 的整个工作流: +1. 从 master 创建一个 develop 分支。 +2. 从 develop 创建功能分支。 +3. 当功能完成时,将其合并到 develop 分支。 +4. 从 develop 创建一个 release 分支。 +5. 当 release 分支完成时,将其合并到 develop 和 master。 +6. 如果 master 中发现问题,则从 master 创建一个 hotfix 分支。 +7. 一旦 hotfix 完成,它将被合并到 develop 和 master。 From 2153002c0309de648cdc3670f534953047f69b3f Mon Sep 17 00:00:00 2001 From: JonatanRosali Date: Tue, 13 May 2025 20:48:17 +0800 Subject: [PATCH 009/942] Created Chinese Language Support --- ...ng-a-commit-to-a-different-branch.zh-cn.md | 25 +++++++++++ .../Chinese/removing-a-file.zh-cn.md | 23 +++++++++++ ...oving-branch-from-your-repository.zh-cn.md | 31 ++++++++++++++ .../Chinese/resetting-a-branch.zh-cn.md | 18 ++++++++ .../resolving-merge-conflicts.zh-cn.md | 36 ++++++++++++++++ .../Chinese/reverting-a-commit.zh-cn.md | 41 +++++++++++++++++++ 6 files changed, 174 insertions(+) create mode 100644 docs/additional-material/translations/Chinese/moving-a-commit-to-a-different-branch.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/removing-a-file.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/removing-branch-from-your-repository.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/resetting-a-branch.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/resolving-merge-conflicts.zh-cn.md create mode 100644 docs/additional-material/translations/Chinese/reverting-a-commit.zh-cn.md diff --git a/docs/additional-material/translations/Chinese/moving-a-commit-to-a-different-branch.zh-cn.md b/docs/additional-material/translations/Chinese/moving-a-commit-to-a-different-branch.zh-cn.md new file mode 100644 index 00000000..0cf147f5 --- /dev/null +++ b/docs/additional-material/translations/Chinese/moving-a-commit-to-a-different-branch.zh-cn.md @@ -0,0 +1,25 @@ +# 移动提交到不同的分支 +假设你提交了一个更改,然后意识到你提交到了错误的分支。 +你该如何更改呢?这篇教程将为你解答。 + +## 将最新的提交移动到现有分支 +为此,请输入以下命令: + +```git reset HEAD~ --soft``` - 撤销上一个提交,但保留更改。 +```git stash``` - 记录当前目录的状态。 + +```git checkout name-of-the-correct-branch``` - 切换到正确的分支。 +```git stash pop``` - 恢复最近的存储状态。 +```git add .``` - 或者尝试单独添加文件。 +```git commit -m "your message here"``` - 保存并提交更改。 + +现在你的更改已经在正确的分支上了。 + + +### 将最新的提交移动到新分支 +为此,请输入以下命令: +```git branch newbranch``` - 创建一个新分支,保存所有提交。 +```git reset --hard HEAD~#``` - 将 master 分支回退 # 个提交。记住,这些提交将从 master 中消失。 +```git checkout newbranch``` - 切换到你创建的新分支,所有提交都会在该分支中。 + +记住:任何未提交的更改将会丢失。 diff --git a/docs/additional-material/translations/Chinese/removing-a-file.zh-cn.md b/docs/additional-material/translations/Chinese/removing-a-file.zh-cn.md new file mode 100644 index 00000000..e6a3fbf2 --- /dev/null +++ b/docs/additional-material/translations/Chinese/removing-a-file.zh-cn.md @@ -0,0 +1,23 @@ +# 从 Git 中移除文件 + +有时你可能想要从 Git 中移除一个文件,但不想从你的计算机中删除它。你可以使用以下命令来实现: + +``git rm --cached`` + +## 那么发生了什么? + +Git 将不再跟踪被移除文件的更改。对 Git 来说,就像你删除了这个文件一样。如果你在文件系统中找到这个文件,你会发现它依然存在。 + +注意,在上述示例中使用了 `--cached` 标志。如果我们没有加上这个标志,Git 将不仅从仓库中移除文件,还会从你的文件系统中删除它。 + +如果你使用 `git commit -m "Remove file1.js"` 提交更改,并通过 `git push origin master` 推送到远程仓库,远程仓库也会删除该文件。 + +## 其他功能 + +- 如果你想删除多个文件,可以将它们全部包含在同一命令中: + + `git rm file1.js file2.js file3.js --cached` + +- 你可以使用通配符(*)删除相似的文件。例如,如果你想从本地仓库中删除所有 `.txt` 文件: + + `git rm *.txt --cached` diff --git a/docs/additional-material/translations/Chinese/removing-branch-from-your-repository.zh-cn.md b/docs/additional-material/translations/Chinese/removing-branch-from-your-repository.zh-cn.md new file mode 100644 index 00000000..cb6ba119 --- /dev/null +++ b/docs/additional-material/translations/Chinese/removing-branch-from-your-repository.zh-cn.md @@ -0,0 +1,31 @@ +# 从你的仓库中移除分支 + +如果你已经按照教程进行到此,我们的 `` 分支已经完成了它的使命,是时候将其从你本地机器的仓库中删除了。虽然这不是必须的,但该分支的名称显示了它的特殊用途,因此它的生命周期可以相应地短一些。 + +首先,让我们将你的 `` 合并到你的 master 分支中,因此切换到 master 分支: +``` +git checkout master +``` + +将 `` 合并到 master: +``` +git merge master +``` + + 在你本地机器的仓库中移除`` : +``` +git branch -d +``` + +现在你已经删除了你本地机器上的 `` 分支,一切看起来整洁干净。 +不过,在此时,你应该仍然在你的 GitHub 分叉中有 `` 分支。然而,在删除之前,请记住,你是从这个远程分支向我的仓库提交了一个 "Pull request"。因此,除非我已经合并了这个请求,否则不要删除这个分支。 + +然而,如果我已经合并了你的分支,并且你想删除远程分支,可以使用: +``` +git push origin --delete +``` + +现在,你知道如何整理你的分支了。 +随着时间的推移,我的公共仓库会添加很多提交。而你本地机器和 GitHub 分叉的 master 分支将不会保持同步。因此,为了保持你的仓库与我的同步,请按照下面的步骤进行操作。 + +#### [保持你的分叉与仓库同步](keeping-your-fork-synced-with-this-repository.zh-cn.md) diff --git a/docs/additional-material/translations/Chinese/resetting-a-branch.zh-cn.md b/docs/additional-material/translations/Chinese/resetting-a-branch.zh-cn.md new file mode 100644 index 00000000..fc1a70ea --- /dev/null +++ b/docs/additional-material/translations/Chinese/resetting-a-branch.zh-cn.md @@ -0,0 +1,18 @@ +# 重置一个分支 + +`reset` 是一个可以用来重置仓库(相对于某个提交或分支)的命令。正如其名字所示,重置会丢弃当前(基础)分支上的所有内容,并使其与我们选择重置的目标分支(称为原始分支)完全相同。这实际上意味着,我们将得到一个原始分支的副本,名称为基础分支。
+然而,问题是,为什么我们不直接删除基础分支,然后从原始分支中检出一个新的基础分支呢?从技术角度来看,这将与重置具有相同的效果,但在一些工业场景下,我们无法删除分支,或者我们不能删除分支,因为删除分支可能会干扰/破坏 CI/CD 流水线,或者影响正在进行的工作流。因此,为了避免这种可能导致停机的情况,我们建议在需要重置某个分支时使用 `git reset`。 + +## 命令 + +执行 `git reset` 重置分支非常简单。 +``` +git reset +``` + +一个示例如下: +``` +git reset stage master --hard +``` +上述命令将 `stage` 分支重置为 `master`,因此 `stage` 分支将与 `master` 完全相同。 +你可能会想,为什么要使用 `--hard` 标志?这是为了忽略在重置之前或之后被暂存的所有更改。 diff --git a/docs/additional-material/translations/Chinese/resolving-merge-conflicts.zh-cn.md b/docs/additional-material/translations/Chinese/resolving-merge-conflicts.zh-cn.md new file mode 100644 index 00000000..3fbca608 --- /dev/null +++ b/docs/additional-material/translations/Chinese/resolving-merge-conflicts.zh-cn.md @@ -0,0 +1,36 @@ +# 什么是合并冲突? + +当你尝试将另一个分支合并到当前工作分支时,你是在将另一个上下文的更改与当前工作文件结合在一起。 +如果两个人修改了同一文件的相同行,或者一个人决定删除该文件,而另一个人决定修改它,Git 无法识别哪个版本是正确的。Git 会标记该文件为存在冲突 - 在解决冲突之前,你无法继续工作。 + +# 如何解决合并冲突? + +当遇到合并冲突时,Git 会通过在文件中将问题区域包裹在“<<<<<<<< HEAD”和“>>>>>>>>>>[other branch name]”中来标记冲突。 + +第一个标记后的内容来自你当前的工作分支。尖括号后,Git 会告诉我们更(改来自哪个分支)。一个“=======”行将两个冲突的更改分开。 +我们的任务是清理这些行:当我们完成后,文件应该看起来正是我们想要的样子。建议咨询写入冲突更改的队友,决定哪个版本应该是最终的。可能是你们其中一个的版本,也可能是两者的混合。 + +例如: +``` + <<<<<<< HEAD:mergetest + This is my third line + ======= + This is a fourth line I am adding + >>>>>>> 4e2b407f501b68f8588aa645acafffa0224b9b78:mergetest +``` + +`<<<<<<<`:表示合并冲突行的开始。第一组行来自你试图合并更改的文件。 +`=======`:表示用于比较的断点。分隔用户提交的更改(上方)和来自合并的更改(下方),以便直观地看到差异。 +`>>>>>>>`:表示合并冲突行的结束。 + +你可以通过编辑文件来解决冲突,然后手动合并 Git 难以合并的部分。这可能意味着丢弃你的更改或别人的更改,或者两者的混合。你还需要删除文件中的 '<<<<<<<'、'=======' 和 '>>>>>>>'。 + + +一旦解决了冲突,请使用 `git add` 命令。不要忘记运行测试,因为你需要确保已正确解决冲突。 + +你还可以根据所使用的 IDE 下载不同的插件,以便更轻松地解决合并冲突。 + + +# 如何撤销合并? + +如果你想撤销合并,可以使用 `git merge --abort`。 diff --git a/docs/additional-material/translations/Chinese/reverting-a-commit.zh-cn.md b/docs/additional-material/translations/Chinese/reverting-a-commit.zh-cn.md new file mode 100644 index 00000000..340aad97 --- /dev/null +++ b/docs/additional-material/translations/Chinese/reverting-a-commit.zh-cn.md @@ -0,0 +1,41 @@ +# 撤销一个提交 + +撤销一个提交意味着创建一个全新的提交,撤销之前提交所做 +的所有更改。这就像在 Git 中执行 `CTRL + Z`。 + +在 Git 中,撤销操作变得更加简单,因为你推送到远程仓库的每个提交都有一个唯一的字母数字键(称为 SHA,安全哈希算法)与之关联。 +这意味着只要你有该提交的 SHA,你就可以撤销任何提交。 +但你必须小心按顺序撤销操作,以免破坏你的仓库。 + + +为了获取我们想要撤销的特定提交的 SHA,查看所有提交的日志会很有帮助。 +要获取此信息,我们可以运行命令: +```git log --oneline ``` +仅运行 ```git log``` 命令也会给我们返回 SHA(长格式)。 +但使用 ```--oneline``` 标志会告诉 Git 我们希望以简洁(单行)的方式显示,以便更容易阅读。 + +当你运行此命令时,显示的前 7 个字符就是所谓的简短提交哈希。 + +例如,运行 ```git log --oneline``` 时,我得到的输出如下: +``` +389004d added spacing in title +c1b9fc1 Merge branch 'master' into tutorials +77eaafd added tutorial for reverting a commit +``` + +这表明,通过使用 ```git log --oneline```,我们可以获取仓库中所有提交的列表,并附带每个提交的前 7 个字符的 SHA。 + +现在,假设我想撤销我提交的 "在标题中添加了空格" 这个更改,以下是我将采取的步骤: + +* 复制该提交的 SHA,在本例中是 ```389004d``` +* 然后运行命令 ```git revert 389004d``` + +这将打开我的文本编辑器,并提示我编辑提交信息。 +你可以选择保留 Git 的默认提交信息,该信息以 `Revert` 开头, +也可以根据自己的喜好自定义提交信息。 + +* 接下来,我将保存并关闭文本编辑器。 +* 返回命令行。 +* 运行 ```git push origin ``` 将撤销的更改推送到 GitHub。 + +就这样,变更被撤销。在这种情况下,我的仓库将恢复到 ```c1b9fc1``` 时的状态。 \ No newline at end of file From ca623f5fa561c183bfba386525d9feeb38b23ae1 Mon Sep 17 00:00:00 2001 From: JonatanRosali Date: Tue, 13 May 2025 21:20:05 +0800 Subject: [PATCH 010/942] Added, Jonatan Rosali, Jason Herman, Jason Ephraim Tjiunardi, Thaiyal Bagam Sanjeev as Contributors for Document Translations. --- Contributors.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Contributors.md b/Contributors.md index aede75cb..2f52fcbe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2852,3 +2852,7 @@ Darien Edwards - [Enoch Owoade](https://github.com/Enochteo) - [Sergio Ambrosio](https://github.com/sambrosiomartin) - [Klausk0].(https://github.com/Klausk0) +- [Jonatan Rosali](https://github.com/JonatanRosali) +- [Jason Herman](https://github.com/Everblade) +- [Jason Ephraim Tjiunardi](https://github.com/jasontjiunardi) +- [Thaiyal Bagam Sanjeev](https://github.com/SugarCrash2077) \ No newline at end of file From 8e464153c5e0d1055cbc557b54faf1dd336d5da9 Mon Sep 17 00:00:00 2001 From: SimonOneNineEight Date: Mon, 9 Jun 2025 09:13:36 -0700 Subject: [PATCH 011/942] Update zh-tw translation to use more natural Taiwanese wording --- docs/translations/README.zh-tw.md | 41 +++++++++++++++++++------------ 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/docs/translations/README.zh-tw.md b/docs/translations/README.zh-tw.md index cebdf526..39953247 100644 --- a/docs/translations/README.zh-tw.md +++ b/docs/translations/README.zh-tw.md @@ -9,61 +9,66 @@ 閱讀文章和觀看教學會有所幫助。不過,有什麼方法能比在不會弄亂任何東西的情況下,實際動手做來得更好?本項目旨在指導初學者及簡化初學者參與開源的方式。記住:過程越輕鬆,學習效益越高。如果妳/你想要做出第一次貢獻,只需按照以下簡單步驟操作即可。跟你保證,這會很好玩 :) -#### *如果你不喜歡使用指令列,[這裡有使用圖形界面工具的教學。]( #使用其他工具的教學)* +#### _如果你不喜歡使用指令列,[這裡有使用圖形界面工具的教學。](#使用其他工具的教學)_ fork this repository -如果你的電腦上尚未安裝 git,請按照這個[安裝指引(英文)](https://help.github.com/articles/set-up-git/)進行安裝。 +如果你的電腦上尚未安裝 git,請按照這個[安裝指南(英文)](https://help.github.com/articles/set-up-git/)進行安裝。 -## 分叉(Fork)本代碼庫 +## 分叉(Fork)本儲存庫 點選圖示中的按鈕來 Fork 這個 Git 儲存庫。 這個操作會將儲存庫分叉到你/妳的 GitHub 帳號下。 -## 複製(Clone)代碼庫 +## 複製(Clone)儲存庫 clone this repository -接下來,將複製後的儲存庫複製到你/妳的電腦上。點選圖示中的綠色按鈕,接著點選複製到剪貼簿按鈕(將儲存庫地址複製下來) +接下來,將複製後的儲存庫複製到你/妳的電腦上。點選圖示中的綠色按鈕,接著點選複製到剪貼簿按鈕(將儲存庫網址複製下來) -隨後打開命令列視窗,鍵入如下 git 命令: +隨後打開命令列視窗,輸入如下 git 命令: ```bash git clone "url you just copied" ``` -"url you just copied"(去掉雙引號)就是複製到妳/你帳戶名下的儲存庫地址。取得這鏈接地址的方法請見上一步。 + +"url you just copied"(去掉雙引號)就是複製到妳/你帳戶名下的儲存庫網址。取得這網址的方法請見上一步。 copy URL to clipboard 譬如: + ```bash git clone https://github.com//first-contributions.git ``` -'this-is-you' 指的就是你/妳自己的 GitHub 用戶名。這一步,會將你/妳的 first-contributions 儲存庫複製到你的電腦上。 +'this-is-you' 指的就是你/妳的 GitHub 用戶名。這一步會將你/妳的 first-contributions 儲存庫複製到你的電腦上。 -## 新建一個分支 +## 新建一個分支(Branch) 下面的命令能在命令行窗口中,把目錄切換到 first-contributions。 ```bash cd first-contributions ``` + 接下來使用 `git switch` 命令建立一個程式碼分支: + ```bash git switch -c ``` 譬如: + ```bash git switch -c add-david ``` -(新分支的名稱不一定需要有 *add*。然而,在這個新分支的名稱加入 *add* 是一件合理的事情,因為這個分支的目的是將妳/你的名字添加到貢獻者列表中。) +(新分支的名稱不一定需要有 _add_。然而,在這個新分支的名稱加入 _add_ 是一件合理的事情,因為這個分支的目的是將妳/你的名字添加到貢獻者列表中。) ## 對程式碼進行修改,然後提交 (Commit) 修改 -使用妳/你喜歡的文字編輯器打開 `Contributors.md` 這個文件,更新文件內容,將自己的名字加上去,然後存檔。在命令窗口執行 `git status`,這會列出被更動的文件。接著 `git add` 這命令則可以添加更動項目到分支裡,就像以下這條命令。 +使用妳/你喜歡的編輯器打開 `Contributors.md` 這個文件,將自己的名字加在檔案最下面,然後存檔。在命令窗口執行 `git status`,這會列出被更動的文件。接著 `git add` 這命令則可以添加更動項目到分支裡,就像以下這條命令。 git status @@ -72,23 +77,27 @@ git add Contributors.md ``` 現在就可以使用 `git commit` 命令 commit(提交)你/妳的修改了。 + ```bash git commit -m "Add to Contributors list" ``` + 將 `` 替換為自己的名字 ## 將更動發佈(Push)到 GitHub 使用 `git push` 命令發佈代碼 + ```bash git push origin ``` + 將 `` 替換為之前新建的分支名稱。
- 如果在 push(發佈)過程中出 error(錯誤),點擊這裡 + 如果在發佈(push)過程中出錯誤(error),點擊這裡 -- ### Authentication Error +- ### 身份驗證錯誤(Authentication Error)
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/'
@@ -109,7 +118,7 @@ git push origin 不久之後,如果妳/你更改的文件與原本沒有衝突,我們會把所有的變化合併到這個項目的主分支。 變更合併後,妳/你會收到通知 email。 -## 接下來做什麼呢? +## 下一步? 在[這個網站](https://firstcontributions.github.io/#social-share)慶祝妳/你的成就並跟朋友及追隨者分享。 @@ -122,8 +131,8 @@ 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) |

項目支持者:

From 4d94dcb3c03036e9814b81bd782bc7d2ada6da39 Mon Sep 17 00:00:00 2001 From: Rahul Shaw Date: Sat, 21 Jun 2025 15:30:17 +0530 Subject: [PATCH 012/942] 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 013/942] 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 014/942] 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 015/942] 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 016/942] 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 017/942] =?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 018/942] 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 019/942] 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 020/942] 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 57535bb34ac9e2caa274a63edd69417c8f6e492c Mon Sep 17 00:00:00 2001 From: nemdull Date: Wed, 13 Aug 2025 18:55:07 +0900 Subject: [PATCH 021/942] Translate [Things a non Programmer can do] into japanesse & Add Contributorslist nemdull --- Contributors.md | 1 + .../Things a non Programmer can do.ja.md | 134 ++++++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 docs/additional-material/Things a non Programmer can do.ja.md diff --git a/Contributors.md b/Contributors.md index 4c69ae27..4b2c044e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1656,3 +1656,4 @@ jack - first contribution practice - [Alokananda Y](https://github.com/alok-38) - [Rishabh Pathak](https://github.com/RishabhPathak93) - [Shivang](https://github.com/shivang-jnv) +- [nemdull](https://github.com/nemdull) 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..5ad53974 --- /dev/null +++ b/docs/additional-material/Things a non Programmer can do.ja.md @@ -0,0 +1,134 @@ +# プログラマーでない人ができること +## 聞くことから始める + +オープンソースに関わる全てのことは、他の人との関わりを伴います。 +あなたはチームに参加しようとしているわけで、それはコミュニティやその仕組みを理解することを意味します。 +プロジェクトに入って「こんにちは、このプロジェクトはこうあるべきだと思います」といきなり言うのは、通常あまり歓迎されません。 +もちろん、そういうアプローチを歓迎するプロジェクトもありますが、プロジェクトがある程度運営されている場合、その態度が受け入れられる可能性は低いです。 +**聞くことこそ、プロジェクトが本当に必要としていることを知る最良の方法です。** + +1. **メーリングリストに参加する**: 多くのプロジェクトでは、メーリングリストがプロジェクト開発に関する主なコミュニケーション手段です。 +大規模なプロジェクトでは、選択できるメーリングリストが複数あります。 +例えば、PostgreSQLプロジェクトでは、ユーザー向けリストが12件以上、開発者向けリストが6件も存在します。 +まずはメインのユーザー向けリストとコア開発者向けリストをフォローして、内容を追ってみることから始めることをお勧めします。 + +2. **ブログをフォローする**: コア開発者が運営するブログは、今後のリリースで何が起こるのか、そしてそこに至るまでに何が必要だったかを教えてくれます。 +「Planetサイト」は、プロジェクトに関連する様々なニュースやブログ記事を集約しています。 +もし planet.gnome.org や planet.mysql.com のような Planet サイトがあれば、まずそこから始めましょう。 +Googleで「planet 」と検索するだけでも見つかります。 + +3. **IRCチャンネルに参加する**: 多くのオープンソースプロジェクトには、開発者やユーザーが集まって問題や開発について話し合う専用のIRCチャンネルがあります。 +プロジェクトのウェブサイトで、チャンネル名やどのIRCネットワークにあるかを確認してください。 + +## チケットを扱う +コードはオープンソースプロジェクトの中心ですが、コードを書くことだけが貢献方法ではありません。 +コードやコード周辺のシステムのメンテナンスは、新機能の作成やバグ修正の急ぎでおろそかにされがちです。 +こうした領域は、プロジェクトに足を踏み入れる簡単な方法となります。 +ほとんどのプロジェクトには、プロジェクトのウェブサイトのトップページやドキュメントにリンクされた公開チケットシステムがあります。 +それはユーザーと開発者の間の主要なコミュニケーション手段です。最新の状態を維持することは、プロジェクトを助ける優れた方法です。 +チケットシステムで特別な権限が必要になる場合がありますが、ほとんどのプロジェクトリーダーは「チケットを整理して手伝いたい」と言えば喜んで権限を与えてくれます。 + +4. **バグを診断する**: バグ報告はしばしば不十分です。 +バグを診断し、優先順位を付けることで、開発者が問題の詳細を把握する手間を省くことができます。ユーザーが「Xをしたらソフトが動かない」と報告した場合、その問題を引き起こす具体的な条件を時間をかけて特定してみましょう。再現性はあるか?問題を繰り返し起こる手順を作れるか?特定のブラウザでのみ発生する、あるいは特定のディストリビューションでのみ起こるなど、問題を絞り込めるか?原因が分からなくても、条件を絞り込む努力は、誰かが修正する際に役立ちます。 +発見したことはすべてチケットに記録して、他の人も参照できるようにしましょう。 + +5. **修正済みバグを閉じる**: バグはコード上で修正されても、チケットシステムで更新されないことがあります。こうした未整理のチケットを整理するのは時間がかかりますが、プロジェクト全体にとって価値があります。まずはチケットシステムで1年以上前のチケットを検索し、そのバグがまだ存在するか確認します。プロジェクトのリリース変更ログをチェックして、バグが修正され閉じられるべきか確認します。修正済みであれば、チケットにバージョン番号を記載して閉じます。 最新バージョンのソフトウェアでバグを再現できるか試してください。再現できなければ、チケットにその旨を記録して閉じます。まだ存在する場合は、そのこともチケットに記録して、開いたままにします。 + +## コードに取り組む + +あらゆる経験レベルのプログラマーは、プロジェクトのコードに貢献できます。 +自分が好きなプロジェクトに本当に貢献するために、コーディングの天才である必要はありません。 + +コードを修正する場合、プロジェクトが採用している、コントリビューターからコードを取得する方法を調べましょう。 +各プロジェクトには独自のワークフローがあるため、コードを提出する前に確認することが重要です。 + +例えば、PostgreSQLプロジェクトでは非常に厳密なプロセスがあり、コード修正はパッチ形式でメーリングリストに送られ、コア開発者が変更のすべてを精査します。 +一方、Parrotのようにコードベースへのコミット権限を簡単に得られるプロジェクトもあります。 +プロジェクトがGitHubを使っている場合、GitHubのプルリクエスト機能を使ったワークフローがあるかもしれません。 プロジェクトごとに方法は異なります。 + +コードを修正するときは、コミュニティの責任あるメンバーとして行動し、コードスタイルを既存のコードベースに合わせましょう。 +追加・修正するコードは既存コードと同じように見えるべきです。 +中括弧のスタイルやインデントのスペースの扱いが好みでなくても、既存の標準に合わないコード変更を提出するのは失礼です。 +「自分のスタイルが正しい」と押し付けることと同じです。 + +6. **ベータ版やリリース候補をテストする**: 複数のプラットフォームで動作するプロジェクトは、移植性に関する様々な問題を抱える可能性があります。 +リリースが近づき、ベータ版やリリース候補が公開されたら、多くの人にテストしてもらうことがプロジェクトリーダーの望みです。 +あなたもその一人として、自分の環境で動作を確認し、貢献できます。通常はソフトウェアをダウンロードしてビルドし、テストするだけで十分ですが、珍しいディストリビューションやハードウェアでのテスト結果は非常に価値があります。 +ビルドやテストが成功したことを報告するだけでも、リリースが安定しているかどうかの判断材料になります。 + +7. **バグを修正する**: コードに取り組みたい貢献者は通常ここから始めます。 +やることはシンプルです: チケットシステムで興味のあるバグを見つけ、コードで修正を試みます。 +修正内容は適宜コード内に文書化しましょう。 +修正箇所をテストスイートに追加してテストするのも良い考えです。 +プロジェクトによっては、バグ修正にはテスト追加が必須の場合があります。 +初めて触れるコードベースを調べながらメモを取りましょう。 +バグを修正できなくても、修正試行の過程で分かったことをチケットに記録すれば、後から来る人に役立ちます。 + +8. **テストを書く**: ほとんどのプロジェクトにはコードをテストするテストスイートがありますが、さらにテストを追加できる箇所は常に存在します。 +Cならgcov、PerlならDevel::Coverなどのカバレッジツールを使って、テストスイートでカバーされていない箇所を特定し、テストを追加します。 + +9. **コンパイラ警告を消す**: 多くのCベースのプロジェクトでは、ビルド時に奇妙なコンパイラ警告が表示されます。 +これらの警告は通常問題の兆候ではありませんが、そう見えることがあります。。 +警告が多すぎると、コンパイラが「狼が来た」と叫んでいるように見えます。 +コードが本当にバグを隠していないか確認し、問題がなければ警告を消す修正を加えることで、誤検知を減らせます。 + +10. **コメントを追加する**: コードを調べていると、理解しづらい箇所が見つかることがあります。 +もしあなたが混乱したなら、他の人も混乱する可能性が高いです。 +コードにコメントを追加して、パッチとして提出しましょう。 + +## ドキュメントに取り組む +コードを調べていると、分かりにくい部分を見つけることがあります。 +あなたが混乱したなら、他の人も同様に混乱する可能性が高いです。コードにドキュメントを追加し、パッチを提出してください。 +ドキュメントとの連携 +ドキュメントは、プロジェクトの要素の中でも最も軽視されがちな部分です。 +また、プロジェクトに精通した人の視点から書かれたため、初めて触れる人の視点から見た場合、理解しにくい場合があります。 +「このマニュアルは、私がすでにパッケージの使い方を理解していることを前提にしているようだ」と感じたことがあるなら、私の言っていることがわかるでしょう。 +プロジェクトに深く関わっている人々が気づかないドキュメントの欠点を、新鮮な視点を持つ人が指摘できることがあります。 + +11. **サンプルを作る**: どのプロジェクトも、使い方の具体例は多いに越したことはありません。 +ウェブAPI、ライブラリ、GUIアプリ(Gimpなど)、コマンドラインツール、いずれでも、適切な使い方の例は長いドキュメントよりもわかりやすく説明できます。 +APIやライブラリなら、ツールを使ったサンプルプログラムを作成します。 +既存のコードから必要最低限に切り出すだけでも構いません。 +ツールなら、日常生活でどのように使っているかを実例として示します。 +視覚的に理解したい場合は、重要なプロセス(アプリのインストール手順など)のスクリーンキャプチャも有効です。 + +## コミュニティに取り組む + +オープンソースはコードだけでなく、コミュニティがあって初めて機能します。 +コミュニティを育てる方法はいくつもあります。 + +12. **質問に答える**: コミュニティを育てる最良の方法は、他の人を助けることです。 +特に初めての人の質問に答えることは、プロジェクトの成長と活性化に重要です。 +初心者を助ける時間は、将来的に活発なコミュニティメンバーを生む投資です。 +誰もがどこかから始める必要があり、プロジェクトは常に新しい人材の流入を必要としています。 + +13. **ブログ記事を書く**: 自分のブログがあるなら、プロジェクトの使用体験について書きましょう。 +ソフトウェア使用中に直面した問題とその解決方法について書きます。 +これにより、他の人にもプロジェクトを意識させ、同じ問題に直面した人が将来検索した際に役立つ情報を提供できます。 +(技術的冒険のブログは、次に仕事で同じソフトウェアを使うときの実務経験を示すのにも役立ちます) + +14. **ウェブサイトを改善する**: ウェブデザインのスキルがある場合、プロジェクトのウェブサイトや公開イメージの改善に貢献できます。 +プロジェクトのグラフィックを刷新したり、ロゴを作成したりすることも価値があります。 +コミュニティ内でこうしたスキルを持つ人は少ないことが多く、非常に歓迎されます。 + +15. **技術ドキュメントを書く**: アプリケーションやソフトウェアの動作について書けるなら、技術ドキュメントを作成できます。 +特にオープンソースで、一般向けに更新・拡張・作成が必要なドキュメントに最適です。 +平易な英語で書けば書くほど良いです。プログラマーでなくても技術ドキュメントは書けます。 + +最も重要なのは、周囲の人々が何を話しているかに耳を傾けることです。 +差し迫ったニーズに気づけるかどうかを探してみましょう。 + +例えば、最近Parrotの開発者向けメールリストでは、古いTracシステムを廃止して、GitHubをトラブルチケット管理システムとして使用することが決まりました。 +一部の人は反対でした。というのも、既存のチケットをGitHubに移行する方法がなかったからです。 +1日の議論のやり取りの後、私は「コンバータを作ってみたらどうですか?」と提案しました。 +人々はそのアイデアに大喜び。私は450件以上のチケットを変換するプログラムを作成し、チケット履歴を一切失うことなく移行に成功しました。 +これは大きな成功でした。私も貢献でき、コア開発者たちはParrotの開発業務に集中できたのです。 + +16. **教え、他者を助ける**: +あるトピックについてより深く学ぶ最良の方法は、それを教えてみることです。 +最高の教師は、複雑なことをシンプルな例で説明できる人です。 +そのため、最高の学習者であり、プログラミングの世界で最高であるためには、まず最高の教師になろうとする必要があります。 +他者に教えることで、自分自身の理解も深まり、スキルや知識も向上します。 +誰かから助けを得たとき、それを自分だけに留めず、他の人と共有してください。 +そうすることで、世界はより良い場所になります。 + From f844d4c91becaeab5004d36828308730a799d4ba Mon Sep 17 00:00:00 2001 From: tiagocastilho Date: Thu, 14 Aug 2025 15:14:07 +0200 Subject: [PATCH 022/942] add missing line translate do pt-pt --- docs/translations/README.pt-pt.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/translations/README.pt-pt.md b/docs/translations/README.pt-pt.md index 04145cd4..0c60b405 100644 --- a/docs/translations/README.pt-pt.md +++ b/docs/translations/README.pt-pt.md @@ -9,6 +9,8 @@ Ler artigos e ver tutoriais pode ajudar, mas nada melhor do que realmente "pôr a mão na massa" sem estragar nada. Este projecto visa simplificar a forma com que os novatos fazem a sua primeira contribuição. Lembre-se: quanto mais relaxado(a) estiveres, melhor aprenderás. Se quiseres fazer a tua primeira contribuição, siga os passos abaixo. Nós prometemos, será divertido. +Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutorials-using-other-tools) + Se ainda não tens o git na tua máquina, [instala-o aqui]( https://help.github.com/articles/set-up-git/ ). ## Faz Fork deste repositório From 0c34c9f9c36920a7da9e727ba9e926fd0fe5d6d3 Mon Sep 17 00:00:00 2001 From: tiagocastilho Date: Thu, 14 Aug 2025 15:18:39 +0200 Subject: [PATCH 023/942] forgot to add the period at the end --- docs/translations/README.pt-pt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.pt-pt.md b/docs/translations/README.pt-pt.md index 0c60b405..f4d90f31 100644 --- a/docs/translations/README.pt-pt.md +++ b/docs/translations/README.pt-pt.md @@ -9,7 +9,7 @@ Ler artigos e ver tutoriais pode ajudar, mas nada melhor do que realmente "pôr a mão na massa" sem estragar nada. Este projecto visa simplificar a forma com que os novatos fazem a sua primeira contribuição. Lembre-se: quanto mais relaxado(a) estiveres, melhor aprenderás. Se quiseres fazer a tua primeira contribuição, siga os passos abaixo. Nós prometemos, será divertido. -Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutorials-using-other-tools) +Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutorials-using-other-tools). Se ainda não tens o git na tua máquina, [instala-o aqui]( https://help.github.com/articles/set-up-git/ ). From 8101fae61e45a2adeadcbe7c730ef726c985a6c0 Mon Sep 17 00:00:00 2001 From: tiagocastilho Date: Thu, 14 Aug 2025 15:27:43 +0200 Subject: [PATCH 024/942] link problem solved --- docs/translations/README.pt-pt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.pt-pt.md b/docs/translations/README.pt-pt.md index f4d90f31..ce1cce8f 100644 --- a/docs/translations/README.pt-pt.md +++ b/docs/translations/README.pt-pt.md @@ -9,7 +9,7 @@ Ler artigos e ver tutoriais pode ajudar, mas nada melhor do que realmente "pôr a mão na massa" sem estragar nada. Este projecto visa simplificar a forma com que os novatos fazem a sua primeira contribuição. Lembre-se: quanto mais relaxado(a) estiveres, melhor aprenderás. Se quiseres fazer a tua primeira contribuição, siga os passos abaixo. Nós prometemos, será divertido. -Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutorials-using-other-tools). +*Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutoriais-com-outras-ferramentas). Se ainda não tens o git na tua máquina, [instala-o aqui]( https://help.github.com/articles/set-up-git/ ). From ad6f2b1dc2ad2c84597abb95c31eab67394b6095 Mon Sep 17 00:00:00 2001 From: tiagocastilho Date: Thu, 14 Aug 2025 15:36:46 +0200 Subject: [PATCH 025/942] final commit - all done --- docs/translations/README.pt-pt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.pt-pt.md b/docs/translations/README.pt-pt.md index ce1cce8f..65acd88a 100644 --- a/docs/translations/README.pt-pt.md +++ b/docs/translations/README.pt-pt.md @@ -9,7 +9,7 @@ Ler artigos e ver tutoriais pode ajudar, mas nada melhor do que realmente "pôr a mão na massa" sem estragar nada. Este projecto visa simplificar a forma com que os novatos fazem a sua primeira contribuição. Lembre-se: quanto mais relaxado(a) estiveres, melhor aprenderás. Se quiseres fazer a tua primeira contribuição, siga os passos abaixo. Nós prometemos, será divertido. -*Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutoriais-com-outras-ferramentas). +Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutoriais-com-outras-ferramentas). Se ainda não tens o git na tua máquina, [instala-o aqui]( https://help.github.com/articles/set-up-git/ ). From 3d2968836f5c6d68d14c678e6976bd0095730493 Mon Sep 17 00:00:00 2001 From: PRAJAL KUMAR SHUKLA Date: Fri, 15 Aug 2025 22:16:22 +0530 Subject: [PATCH 026/942] Create sublime-merge-tutorial.hi.md --- .../Hindi/sublime-merge-tutorial.hi.md | 117 ++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 docs/gui-tool-tutorials/translations/Hindi/sublime-merge-tutorial.hi.md diff --git a/docs/gui-tool-tutorials/translations/Hindi/sublime-merge-tutorial.hi.md b/docs/gui-tool-tutorials/translations/Hindi/sublime-merge-tutorial.hi.md new file mode 100644 index 00000000..9cff9ecb --- /dev/null +++ b/docs/gui-tool-tutorials/translations/Hindi/sublime-merge-tutorial.hi.md @@ -0,0 +1,117 @@ +[![ओपन सोर्स को प्यार](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) +[![ओपन सोर्स हेल्पर्स](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) + +# First Contributions + +|Sublime Merge|Sublime Merge Git क्लाइंट| +|---|---| + +यह मुश्किल है। पहली बार कुछ करते समय यह हमेशा मुश्किल होता है। खासकर जब आप सहयोग कर रहे हों या कुछ नया आजमा रहे हों, गलतियाँ करना आसान नहीं होता। लेकिन ओपन सोर्स सहयोग और टीमवर्क के बारे में है। हमने नए ओपन सोर्स योगदानकर्ताओं के लिए पहली बार सीखने और योगदान करने की प्रक्रिया को आसान बनाना चाहा। + +लेख पढ़ने और ट्यूटोरियल देखने से मदद मिल सकती है, लेकिन बिना कुछ गड़बड़ किए वास्तव में चीजें करने से बेहतर और क्या हो सकता है? यह प्रोजेक्ट मार्गदर्शन प्रदान करने और नए योगदानकर्ताओं की पहली योगदान प्रक्रिया को सरल बनाने का लक्ष्य रखता है। याद रखें, जितने अधिक रिलैक्स्ड आप होंगे, उतना ही बेहतर आप सीखेंगे। यदि आप अपना पहला योगदान देना चाहते हैं, तो बस नीचे दिए गए सरल चरणों का पालन करें। हम वादा करते हैं, यह मजेदार होगा। + +## Sublime Merge + +[Sublime Merge](https://www.sublimemerge.com/) डाउनलोड करें, इंस्टॉल करें और खोलें। + +## इस रिपॉजिटरी को फोर्क करें + +इस पेज के ऊपर दिए गए फोर्क बटन पर क्लिक करके इस रिपॉजिटरी को फोर्क करें। +fork this repository +यह आपके अकाउंट में इस रिपॉजिटरी की एक कॉपी बना देगा। + +
+
+
+
+ +## रिपॉजिटरी को क्लोन करें + +clone this repository + +Sublime Merge में, फाइल -> क्लोन रिपॉजिटरी पर जाएं। + +clone this repository + +अगला चरण आपकी रिपॉजिटरी को अपने कंप्यूटर पर क्लोन करना है ताकि आप बदलाव करना शुरू कर सकें। Sublime Merge को आपकी रिपॉजिटरी का URL चाहिए, इसलिए "क्लोन" बटन पर क्लिक करें और फिर "क्लिपबोर्ड पर कॉपी" आइकन पर क्लिक करें। + +**ध्यान दें:** नए योगदानकर्ता अक्सर गलती से मूल रिपॉजिटरी को क्लोन कर लेते हैं _बजाय अपनी खुद की फोर्क की गई रिपॉजिटरी के_। अपने ब्राउज़र की एड्रेस बार चेक करें और सुनिश्चित करें कि आप अपनी खुद की रिपॉजिटरी क्लोन कर रहे हैं। + +Sublime Merge में रिपॉजिटरी का URL पेस्ट करें, उसे एक रिपॉजिटरी नाम दें (या खाली छोड़ दें) और वह डायरेक्टरी सेट करें जहां रिपॉजिटरी सेव होगी। + +पाथ से संतुष्ट होने के बाद, "क्लोन" पर क्लिक करें। + +## ब्रांच बनाएं + +Branches पर राइट-क्लिक करें -> नई ब्रांच बनाएं +या +रिपॉजिटरी -> नई ब्रांच पर जाएं + +अपनी ब्रांच को "add-your-name" जैसा नाम दें, उदाहरण के लिए: "add-अन्ना-सोफिया" + +name your branch + +## आवश्यक बदलाव करें और उन्हें कमिट करें + +अब `Contributors.md` फाइल को टेक्स्ट एडिटर में खोलें और अपना नाम जोड़ें, फिर फाइल सेव करें। + +अगर आपकी रिपॉजिटरी Sublime Merge में खुली है, तो आप देखेंगे कि कुछ बदलाव हुए हैं। +सबसे ऊपर "x unstaged files" नाम की लेटेस्ट कमिट को चुनें +जिन फाइल्स में बदलाव हुए हैं उन्हें चेक करें और तय करें कि किन्हें स्टेज करना है। +कमिट को एक मैसेज दें ("योगदानकर्ताओं की सूची में <आपका-नाम> जोड़ें" अच्छा और डिस्क्रिप्टिव लगता है)। +जब आप अपने बदलावों से संतुष्ट हों, तो फाइल-बाय-फाइल या "stage all" चुनकर इन बदलावों को स्टेज करके कमिट करें। स्टेजिंग महत्वपूर्ण है ताकि git को पता चले कि इस कमिट से किन फाइल बदलावों को जोड़ना है। + +stage your changes + +अगर आप अपना मन बदलते हैं, तो आप इन बदलावों को अनस्टेज कर सकते हैं, या पूरी तरह से डिस्कार्ड भी कर सकते हैं। +चेतावनी: जैसा कि "डिस्कार्ड" शब्द से पता चलता है, यह एक डिस्ट्रक्टिव ऑपरेशन है। ऐसा केवल तब करें जब आप वर्तमान रिपॉजिटरी से कोई भी बदलाव नहीं रखना चाहते। + +ऊपर बाईं ओर दिए गए "कमिट" बटन पर क्लिक करें। यह आपको आपके स्टेज्ड एरिया को दिखाएगा। + +*चेकबॉक्स* पर क्लिक करके फाइल को **स्टेज** करें। फिर एक कमिट मैसेज दर्ज करें। + +*नोट: आप स्टेज्ड और अनस्टेज्ड दोनों एरिया से फाइल्स (और हंक्स) चुन सकते हैं और स्पेस बार का उपयोग करके उन्हें संबंधित एरिया में एड/रिमूव कर सकते हैं।* + +एक बार जब आप अपने बदलावों को स्टेज कर लेते हैं और कमिट मैसेज जोड़ देते हैं, तो आप फाइनल कमिट करने के लिए "कमिट" बटन दबा सकते हैं। + +बधाई हो, आपने अपने फोर्क किए गए रिपॉजिटरी के अपनी ब्रांच के लोकल कॉपी में सभी बदलावों को कमिट कर दिया है। चलिए आगे बढ़ते हैं! + +## GitHub पर बदलाव पुश करें + +अब आप अपने बदलावों को GitHub पर पुश करने के लिए तैयार हैं। यह आपके फोर्क किए गए प्रोजेक्ट कॉपी में बदलाव भेजेगा। + +रिपॉजिटरी -> पुश पर जाएं +या ऊपर दाईं ओर छोटे अप ऐरो पर क्लिक करें। + +login + +अपने Github अकाउंट में यूजरनेम और पासवर्ड से लॉगिन करें। + +अगर आप चाहते हैं कि बदलाव सीधे मास्टर ब्रांच पर दिखें तो origin ब्रांच में बदलाव पुश करें, अन्यथा उस ब्रांच को चुनें जिसमें आप पुश करना चाहते हैं। + +## समीक्षा के लिए अपने बदलाव सबमिट करें + +अगर आप GitHub पर अपनी रिपॉजिटरी पर जाएंगे, तो आपको `तुलना करें और पुल रिक्वेस्ट करें` बटन दिखेगा। इस बटन पर क्लिक करें। + +create a pull request + +अब पुल रिक्वेस्ट सबमिट करें। + +`पुल रिक्वेस्ट सबमिट करें` बटन पर क्लिक करें। + +जल्द ही मैं इस प्रोजेक्ट की मास्टर ब्रांच में आपके सभी बदलावों को मर्ज कर दूंगा। एक बार बदलाव मर्ज हो जाने पर आपको एक ईमेल नोटिफिकेशन मिलेगा। + +## आगे क्या करें? + +बधाई हो! आपने अभी-अभी स्टैंडर्ड _फोर्क -> क्लोन -> एडिट -> PR_ वर्कफ्लो पूरा किया है जो आपको अक्सर योगदानकर्ता के रूप में देखने को मिलेगा! + +अपने योगदान का जश्न मनाएं और इसे अपने दोस्तों और फॉलोअर्स के साथ [वेब ऐप](https://firstcontributions.github.io#social-share) पर शेयर करें। + +अगर आपको मदद चाहिए या कोई सवाल है तो आप हमारी स्लैक टीम में जॉइन कर सकते हैं। [स्लैक टीम में जॉइन करें](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)। + +### [अतिरिक्त सामग्री](../additional-material/git_workflow_senarios/additional-material.md) + +## अन्य टूल्स के लिए ट्यूटोरियल +[मुख्य पेज पर वापस जाएं](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) From 302b0124c6805aafb39aa21c52806c64bcece231 Mon Sep 17 00:00:00 2001 From: contacts11save-tech Date: Mon, 18 Aug 2025 20:43:50 +0530 Subject: [PATCH 027/942] Add Hindi translation for Sublime Merge tutorial --- .../sublime-merge-tutorial.hi.md | 111 ++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 docs/gui-tool-tutorials/sublime-merge-tutorial.hi.md diff --git a/docs/gui-tool-tutorials/sublime-merge-tutorial.hi.md b/docs/gui-tool-tutorials/sublime-merge-tutorial.hi.md new file mode 100644 index 00000000..e51f5d43 --- /dev/null +++ b/docs/gui-tool-tutorials/sublime-merge-tutorial.hi.md @@ -0,0 +1,111 @@ +[![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) + +# First Contributions — हिंदी + +|Sublime Merge|Sublime Merge Git क्लाइंट| +|---|---| + +पहली बार कुछ करना हमेशा थोड़ा कठिन लगता है। खासकर जब आप सहयोग (collaboration) कर रहे हों या कुछ नया आज़मा रहे हों — गलतियाँ करना सहज नहीं लगता। लेकिन ओपन सोर्स का मूल ही सहयोग और मिलकर काम करना है। हम चाहते हैं कि नए ओपन-सोर्स योगदानकर्ता पहली बार योगदान देना आसानी से सीखें और कर पाएं। + +लेख पढ़ना और ट्यूटोरियल देखना मदद करता है, लेकिन बिना कुछ बिगाड़े **खुद करके सीखना** सबसे अच्छा होता है। यह प्रोजेक्ट नए योगदानकर्ताओं को मार्गदर्शन देने और उनका पहला योगदान सरल बनाने के लिए बनाया गया है। याद रखें: जितना सहज महसूस करेंगे, उतना बेहतर सीखेंगे। अगर आप अपना पहला योगदान देना चाहते हैं, तो नीचे दिए गए आसान चरणों का पालन करें — यह मज़ेदार होगा! + +## Sublime Merge + +[Sublime Merge](https://www.sublimemerge.com/) डाउनलोड करें, इंस्टॉल करें और ओपन करें। + +## इस रिपॉज़िटरी को फोर्क करें + +इस पेज के ऊपर दिए गए **Fork** बटन पर क्लिक करके इस रिपॉज़िटरी को फोर्क करें। +fork this repository +यह आपकी अकाउंट में इस रिपॉज़िटरी की एक कॉपी बना देगा। + +
+
+
+
+ +## रिपॉज़िटरी को क्लोन करें + +clone this repository + +Sublime Merge में **File -> Clone Repository** पर जाएँ। + +clone this repository + +अगला चरण है अपनी रिपॉज़िटरी को अपनी मशीन पर क्लोन करना ताकि आप बदलाव करना शुरू कर सकें। Sublime Merge को आपकी रिपॉज़िटरी का URL चाहिए, इसलिए **“clone”** बटन दबाएँ और फिर **“copy to clipboard”** आइकन पर क्लिक करें। + +**सावधान:** नए योगदानकर्ता अक्सर गलती से उस रिपॉज़िटरी को क्लोन कर लेते हैं जिससे आपने फोर्क किया है, बजाय अपने फोर्क को क्लोन करने के। अपने ब्राउज़र की address bar देखकर सुनिश्चित करें कि आप **अपने फोर्क** को ही क्लोन कर रहे हैं। + +Sublime Merge में रिपॉज़िटरी का URL दर्ज करें, चाहें तो कोई नाम दें (या खाली छोड़ दें) और वह डायरेक्टरी चुनें जहाँ आप रिपॉज़िटरी सेव करना चाहते हैं। + +जब पथ सही लगे, **“Clone”** पर क्लिक करें। + +## एक ब्रांच बनाएँ + +Right click **Branches -> Create Branch** +या +**Repository -> Create Branch** पर जाएँ। + +अपनी ब्रांच का नाम `"add-your-name"` जैसा रखें, उदाहरण: `"add-william-sutton"`। + +name your branch + +## ज़रूरी बदलाव करें और उन्हें कमिट करें + +अब `Contributors.md` फ़ाइल को किसी टेक्स्ट एडिटर में खोलें और अपना नाम जोड़ें, फिर फ़ाइल सेव करें। + +यदि रिपॉज़िटरी Sublime Merge में खुली है, तो आप बदलाव देख पाएँगे। +ऊपर सबसे नए सेक्शन **"x unstaged files"** को चुनें। +जिन फ़ाइलों में बदलाव हुआ है उन्हें देखें और तय करें कि क्या स्टेज करना है। +कमिट संदेश दें (उदाहरण: `"Add to Contributors list"` — यह स्पष्ट और अच्छा है)। +जब आप बदलावों से संतुष्ट हों, तो फ़ाइल-दर-फ़ाइल स्टेज करें या **"stage all"** चुनें। स्टेज करना ज़रूरी है ताकि Git जान सके कि इस कमिट में कौन-से बदलाव शामिल करने हैं। + +stage your changes + +यदि मन बदल जाए, तो बदलावों को **unstage** कर सकते हैं या पूरी तरह **discard** भी कर सकते हैं। +**चेतावनी:** Discard का मतलब बदलावों को स्थायी रूप से हटाना है। इसे तभी करें जब आपको वे बदलाव बिल्कुल नहीं चाहिएँ। + +**Commit** पर क्लिक करें, अपना यूज़रनेम और ईमेल दर्ज करें और **Update** दबाएँ। + +फिर से **Commit** पर क्लिक करें। + +बधाई! आपने अपनी फोर्क की हुई रिपॉज़िटरी की अपनी ब्रांच पर स्थानीय रूप से सारे बदलाव कमिट कर दिए हैं। आगे बढ़ते हैं! + +## बदलाव GitHub पर पुश करें + +**Repository -> Push** पर जाएँ +या ऊपर दाएँ कोने में ऊपर की ओर तीर वाले छोटे आइकन पर क्लिक करें। + +login + +अपने GitHub अकाउंट में यूज़रनेम और पासवर्ड से लॉगिन करें। + +यदि आप चाहते हैं कि बदलाव सीधे master (या default) ब्रांच में दिखें, तो **origin** की वही ब्रांच चुनकर पुश करें; अन्यथा जिस उपयुक्त ब्रांच पर पुश करना है उसे चुनें। + +## अपने बदलाव समीक्षा के लिए सबमिट करें + +GitHub पर अपनी रिपॉज़िटरी में जाएँ — आपको **`Compare & pull request`** बटन दिखेगा। उस पर क्लिक करें। + +create a pull request + +अब पुल रिक्वेस्ट सबमिट करें। + +submit pull request + +जल्द ही आपके बदलाव इस प्रोजेक्ट की master ब्रांच में मर्ज कर दिए जाएँगे। मर्ज होने पर आपको ईमेल नोटिफ़िकेशन मिल जाएगा। + +## आगे क्या? + +शाबाश! आपने एक योगदानकर्ता के रूप में अक्सर मिलने वाले मानक वर्कफ़्लो — _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_senarios/additional-material.md) + +## अन्य टूल्स के साथ ट्यूटोरियल्स +[मुख्य पृष्ठ पर वापस जाएँ](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) From 8aae4dfc1d999030b3c50bd6b74fe712590307eb Mon Sep 17 00:00:00 2001 From: lelemita Date: Fri, 22 Aug 2025 15:57:59 +0900 Subject: [PATCH 028/942] 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 029/942] 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 51266566619e3d73bba7a00759c3e36b3620cace Mon Sep 17 00:00:00 2001 From: Harsha Nannapaneni Date: Sun, 24 Aug 2025 05:04:46 +0530 Subject: [PATCH 030/942] Add Hindi translation for sublime-merge tutorial to improve accessibility --- .../sublime-merge-tutorial.hi.md | 113 ++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 docs/gui-tool-tutorials/sublime-merge-tutorial.hi.md diff --git a/docs/gui-tool-tutorials/sublime-merge-tutorial.hi.md b/docs/gui-tool-tutorials/sublime-merge-tutorial.hi.md new file mode 100644 index 00000000..c24f0db6 --- /dev/null +++ b/docs/gui-tool-tutorials/sublime-merge-tutorial.hi.md @@ -0,0 +1,113 @@ +[![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) + + +# पहली योगदान + +|Sublime Merge| सब्लाइम मर्ज गिट क्लाइंट (Sublime Merge Git Client)| +|---|---| + +यह आसान नहीं है। जब आप पहली बार कुछ करते हैं तो यह हमेशा कठिन होता है। खासकर जब आप सहयोग कर रहे हों या कुछ नया आज़मा रहे हों, तो गलती करना सहज महसूस नहीं होता। लेकिन ओपन सोर्स का मतलब है सहयोग और साथ मिलकर काम करना। हम चाहते थे कि नए ओपन-सोर्स योगदानकर्ताओं के लिए सीखना और योगदान देना आसान हो। + +लेख पढ़ना और ट्यूटोरियल देखना मददगार हो सकता है, लेकिन असली फायदा तब होता है जब आप बिना कुछ गड़बड़ाए खुद काम करते हैं। यह प्रोजेक्ट यह सुनिश्चित करता है कि नौसिखिए आसानी से अपना पहला योगदान दे सकें। याद रखें, जितना आप आरामदायक होंगे, उतना बेहतर सीखेंगे। यदि आप अपना पहला योगदान देना चाहते हैं तो नीचे दिए सरल चरणों का पालन करें। हम वादा करते हैं, यह मज़ेदार होगा। + + +## सब्लाइम मर्ज (Sublime Merge) + +[सब्लाइम मर्ज](https://www.sublimemerge.com/) डाउनलोड करें, इसे इंस्टॉल करें और खोलें। + +## इस रिपॉजिटरी को फोर्क करें + +इस पेज के ऊपर फोर्क बटन पर क्लिक करके इस रिपॉजिटरी को फोर्क करें। +fork this repository +यह आपके अकाउंट में इस रिपॉजिटरी की एक कॉपी बना देगा। + +
+
+
+
+ +## रिपॉजिटरी क्लोन करें + +clone this repository + +सब्लाइम मर्ज में जाएं, File -> Clone Repository चुनें। + + +clone this repository + +अगला कदम है अपने रिपॉजिटरी को अपनी मशीन पर क्लोन करना ताकि आप बदलाव करना शुरू कर सकें। सब्लाइम मर्ज को आपके रिपॉजिटरी का URL चाहिए, तो "clone" बटन दबाएं और फिर "copy to clipboard" आइकन पर क्लिक करें। + +**सावधान:** नए योगदानकर्ताओं से अक्सर गलती होती है कि वे जिस रिपॉजिटरी को फोर्क किया है, उसकी जगह मूल रिपॉजिटरी को क्लोन कर लेते हैं। अपने ब्राउज़र के एड्रेस बार में चेक करें कि आप सही रिपॉजिटरी क्लोन कर रहे हैं। + +सब्लाइम मर्ज में रिपॉजिटरी का URL डालें, रिपॉजिटरी का नाम दें (या खाली छोड़ दें) और वह डायरेक्टरी चुनें जहाँ आप इसे सेव करना चाहते हैं। + +रास्ते से संतुष्ट होने पर "Clone" पर क्लिक करें। + +## एक शाखा बनाएं + +Branches पर राइट-क्लिक करें -> Create Branch +या +Repository -> Create Branch पर जाएं। + +अपनी शाखा का नाम रखें "add-your-name", जैसे: "add-william-sutton" + +name your branch + +## आवश्यक बदलाव करें और बदलावों को कमिट करें + +अब `Contributors.md` फ़ाइल किसी टेक्स्ट एडिटर में खोलें और अपना नाम इसमें जोड़ें, फिर फ़ाइल को सेव करें। + +अगर आपकी रिपॉजिटरी सब्लाइम मर्ज में खुली है तो आपको बदलाव दिखाई देंगे। +सबसे ऊपर नया कमिट चुनें, जिसका नाम "x unstaged files" होगा। +बदले गए फ़ाइलों की समीक्षा करें और तय करें कि कौन से बदलाव को स्टेज करना है। +कमिट संदेश दें ("Add to Contributors list" अच्छा और स्पष्ट लगता है)। +जब आप अपने बदलावों से संतुष्ट हों तो उन फ़ाइलों को स्टेज करें। आप एक-एक फाइल को स्टेज कर सकते हैं या "stage all" चुन सकते हैं। स्टेजिंग गिट को बताने के लिए ज़रूरी है कि किस फाइल के बदलाव कमिट में शामिल होने हैं। + +stage your changes + +अगर आपने मन बदला तो आप स्टेजिंग हटा सकते हैं या सारे बदलावों को छोड़ भी सकते हैं। +चेतावनी: डिस्कार्ड करना एक विनाशकारी ऑपरेशन है। इसे तभी करें जब आप बदलाव नहीं रखना चाहते। + +कमिट करें, अपना यूजरनेम और ईमेल डालें और अपडेट पर क्लिक करें। +फिर से कमिट करें। + +बधाई हो, आपने अपने लोकल कॉपी पर सारे बदलाव कमिट कर दिए हैं। + +## गिटहब पर बदलाव पुश करें + +Repository -> Push पर जाएं +या ऊपर दाईं तरफ की छोटी तीर पर क्लिक करें। + +login + +गिटहब अकाउंट में यूजरनेम और पासवर्ड से लॉगिन करें। + +अगर आपने मास्टर ब्रांच में सीधे बदलाव करना है तो origin ब्रांच पर बदलाव सबमिट करें, या फिर अपनी शाखा चुन कर पुश करें। + +## बदलाव समीक्षा के लिए सबमिट करें + +गिटहब पे अपनी रिपॉजिटरी पर जाएं, आपको 'Compare & pull request' बटन दिखेगा। उस पर क्लिक करें। + +create a pull request + +अब पुल रिक्वेस्ट सबमिट करें। + +submit pull request + +जल्द ही मैं सभी बदलावों को मास्टर ब्रांच में मर्ज कर दूंगा। मर्ज हो जाने के बाद आपको ईमेल नोटिफिकेशन मिलेगा। + +## अब आगे कहाँ जाएं? + +बधाई हो! आपने standard _fork -> clone -> edit -> PR_ वर्कफ़्लो पूरा कर लिया है, जिसे आप अक्सर योगदान के दौरान देखेंगे! + +अपने योगदान का जश्न मनाएं और इसे अपने दोस्तों और फॉलोअर्स के साथ [वेब ऐप](https://firstcontributions.github.io#social-share) पर शेयर करें। + +अगर आपको मदद चाहिए या कोई सवाल है तो आप हमारे स्लैक टीम में शामिल हो सकते हैं। [Join slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +### [अतिरिक्त सामग्री](../additional-material/git_workflow_senarios/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 031/942] 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 032/942] 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 033/942] 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 193d13e9a3e40575797ae2eba1200dfeb1a43b4c Mon Sep 17 00:00:00 2001 From: Khadija Zouhair Date: Tue, 26 Aug 2025 18:04:58 +0100 Subject: [PATCH 034/942] Add name to Contributors list and Add README in Arabic for non-programmer contributors --- Contributors.md | 3 ++- .../Things a non Programmer can do.ar.md | 27 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 docs/additional-material/Things a non Programmer can do.ar.md diff --git a/Contributors.md b/Contributors.md index 9ce6f2ee..9f454289 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2221,4 +2221,5 @@ sh0uka - [Calvin John Machado](https://github.com/calvinmachado20) - [Muhammad Qasim](https://github.com/muhammadqasim-10xe) - [AlphaCode](https://github.com/alphacode-2325) -- [Amer](https://github.com/iamAmer) \ No newline at end of file +- [Amer](https://github.com/iamAmer) +- [Khadija](https://github.com/khzouhair) \ No newline at end of file diff --git a/docs/additional-material/Things a non Programmer can do.ar.md b/docs/additional-material/Things a non Programmer can do.ar.md new file mode 100644 index 00000000..9c6769b0 --- /dev/null +++ b/docs/additional-material/Things a non Programmer can do.ar.md @@ -0,0 +1,27 @@ +# ما يمكن لغير المبرمج القيام به + +## كن متأنيًا + +في مجال البرمجيات مفتوحة المصدر، كل خطوة، سواء كانت برمجة أو جوانب أخرى، تتطلب مساهمة وتفاعل من الآخرين. +الانضمام إلى فريق مفتوح المصدر يعني فهم ديناميكيات المجتمع وطريقة عمله. بدلاً من الوصول إلى مشروع والقول فورًا "هذا ما أعتقد أن المشروع يجب أن يفعله"، من الأفضل غالبًا اتباع نهج أكثر انتباهًا. + +بعض المشاريع قد ترحب بهذا النهج، لكن إذا كان المشروع قائمًا منذ فترة، فإن احتمالية قبول هذا السلوك تكون منخفضة. الاستماع هو أفضل طريقة لمعرفة ما يحتاجه المشروع. + +1. **الاشتراك في قائمة بريدية**: بالنسبة للعديد من المشاريع، تكون القائمة البريدية هي الوسيلة الرئيسية للتواصل حول تطوير المشروع. في المشاريع الكبيرة، توجد قوائم بريدية متعددة. على سبيل المثال، يحتوي مشروع PostgreSQL على 12 قائمة موجهة للمستخدمين و6 قوائم للمطورين. يُنصح بالبدء بالاشتراك في القائمة الرئيسية للمستخدمين والقائمة الرئيسية للمطورين للاستماع أولًا. +2. **متابعة مدونة**: المدونات التي يديرها المطورون الرئيسيون غالبًا ما توفر معلومات عن الإصدارات القادمة والخطوات اللازمة. مواقع مثل "planet" تجمع أخبارًا ومقالات من مصادر متعددة متعلقة بالمشروع، مثل planet.gnome.org أو planet.mysql.com. +3. **الانضمام إلى قناة IRC**: العديد من المشاريع لديها قنوات IRC (الدردشة عبر الإنترنت) حيث يجتمع المطورون والمستخدمون لمناقشة المشاكل والتطوير. تحقق من موقع المشروع لمعرفة اسم القناة والشبكة. +4. **العمل مع التذاكر (tickets)**: البرمجة ليست الطريقة الوحيدة للمساهمة. صيانة الشيفرة والأنظمة المحيطة بها غالبًا ما تكون مهملة، وهذه فرصة سهلة للمشاركة. معظم المشاريع لديها نظام تذاكر يمكن الوصول إليه من الجميع. الحفاظ على تحديث التذاكر طريقة ممتازة للمساعدة. +5. **تشخيص الأخطاء**: في كثير من الأحيان يتم الإبلاغ عن الأخطاء بشكل غير واضح. تشخيص الأخطاء ومراجعتها يساعد المطورين على فهم المشكلة بسرعة. حتى لو لم تعرف سبب المشكلة، فإن جهودك لتقليل الظروف تساعد الآخرين على حلها بسهولة. +6. **إغلاق الأخطاء المصححة**: أحيانًا يتم تصحيح الأخطاء في الشيفرة لكن التذاكر المتعلقة بها لا تُغلق. مراجعة هذه التذاكر مهمة جدًا. ابدأ بالتأكد من التذاكر القديمة وقم بإغلاق ما تم حله. +7. **اختبار إصدار تجريبي أو مرشح للإصدار**: يمكن أن تواجه المشاريع مشاكل توافق على منصات مختلفة. اختبار الإصدارات التجريبية يساعد المشروع على التأكد من جودة الإصدار النهائي. +8. **تصحيح خطأ**: عادة ما يبدأ المساهمون بحل الأخطاء. حدد خطأً وحاول تصحيحه، وأضف اختبارات إذا لزم الأمر. +9. **كتابة اختبار (Test)**: معظم المشاريع لديها اختبارات، لكن هناك دائمًا مجال لإضافة اختبارات جديدة لتغطية أجزاء لم تُختبر بعد. +10. **إخفاء تحذيرات المترجم (compiler warnings)**: في المشاريع بلغة C أو غيرها، قد تظهر تحذيرات لا تشير إلى خطأ حقيقي. إزالة هذه التحذيرات يحسن وضوح عملية البناء. +11. **إضافة تعليق (Comment)**: عند قراءة الشيفرة، إذا وجدت جزءًا مربكًا، أضف تعليقًا لتوضيحه للآخرين. +12. **إنشاء مثال**: لا يوجد مشروع يمكن أن يحتوي على أمثلة كثيرة جدًا. إنشاء مثال عملي يوضح طريقة استخدام البرنامج يساعد المستخدمين الجدد. +13. **التفاعل مع المجتمع**: الرد على أسئلة الآخرين، خاصة المبتدئين، يساعد المشروع على النمو ويجعل المجتمع نشطًا. +14. **كتابة تدوينة (Blog Post)**: مشاركة تجاربك مع المشروع تساعد الآخرين وتوثق خبرتك. +15. **تحسين موقع الويب**: إذا كانت لديك مهارات تصميم، يمكنك تحسين موقع المشروع أو الشعارات، مما يعزز صورة المشروع. +16. **كتابة وثائق تقنية**: كتابة توثيق عن المشروع مفيد، حتى لو لم تكن مبرمجًا، لتسهيل استخدام المشروع على الآخرين. +17. **التعليم ومساعدة الآخرين**: أفضل طريقة لتعلم شيء جديد هي محاولة تعليمه للآخرين، فالتدريس يعزز فهمك ومهاراتك. + From 1c02b576b53579085cec12273952030c22be057b Mon Sep 17 00:00:00 2001 From: Khadija Zouhair <147002128+khzouhair@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:07:11 +0100 Subject: [PATCH 035/942] Update Contributors.md --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9ce6f2ee..e559165f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2221,4 +2221,5 @@ sh0uka - [Calvin John Machado](https://github.com/calvinmachado20) - [Muhammad Qasim](https://github.com/muhammadqasim-10xe) - [AlphaCode](https://github.com/alphacode-2325) -- [Amer](https://github.com/iamAmer) \ No newline at end of file +- [Amer](https://github.com/iamAmer) +- [Khadija](https://github.com/khzouhair) From 482bc00a7744f235bf2a1d410105921760114020 Mon Sep 17 00:00:00 2001 From: Khadija Zouhair <147002128+khzouhair@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:14:00 +0100 Subject: [PATCH 036/942] Create Things a non Programmer can do.ar.md --- .../Things a non Programmer can do.ar.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/additional-material/translations/Things a non Programmer can do.ar.md diff --git a/docs/additional-material/translations/Things a non Programmer can do.ar.md b/docs/additional-material/translations/Things a non Programmer can do.ar.md new file mode 100644 index 00000000..f92e6d8e --- /dev/null +++ b/docs/additional-material/translations/Things a non Programmer can do.ar.md @@ -0,0 +1,25 @@ +# ما يمكن لغير المبرمج القيام به + +## كن متأنيًا +في مجال البرمجيات مفتوحة المصدر، كل خطوة، سواء كانت برمجة أو جوانب أخرى، تتطلب مساهمة وتفاعل من الآخرين. +الانضمام إلى فريق مفتوح المصدر يعني فهم ديناميكيات المجتمع وطريقة عمله. بدلاً من الوصول إلى مشروع والقول فورًا "هذا ما أعتقد أن المشروع يجب أن يفعله"، من الأفضل غالبًا اتباع نهج أكثر انتباهًا. + +بعض المشاريع قد ترحب بهذا النهج، لكن إذا كان المشروع قائمًا منذ فترة، فإن احتمالية قبول هذا السلوك تكون منخفضة. الاستماع هو أفضل طريقة لمعرفة ما يحتاجه المشروع. + +1. **الاشتراك في قائمة بريدية**: بالنسبة للعديد من المشاريع، تكون القائمة البريدية هي الوسيلة الرئيسية للتواصل حول تطوير المشروع. في المشاريع الكبيرة، توجد قوائم بريدية متعددة. على سبيل المثال، يحتوي مشروع PostgreSQL على 12 قائمة موجهة للمستخدمين و6 قوائم للمطورين. يُنصح بالبدء بالاشتراك في القائمة الرئيسية للمستخدمين والقائمة الرئيسية للمطورين للاستماع أولًا. +2. **متابعة مدونة**: المدونات التي يديرها المطورون الرئيسيون غالبًا ما توفر معلومات عن الإصدارات القادمة والخطوات اللازمة. مواقع مثل "planet" تجمع أخبارًا ومقالات من مصادر متعددة متعلقة بالمشروع، مثل planet.gnome.org أو planet.mysql.com. +3. **الانضمام إلى قناة IRC**: العديد من المشاريع لديها قنوات IRC (الدردشة عبر الإنترنت) حيث يجتمع المطورون والمستخدمون لمناقشة المشاكل والتطوير. تحقق من موقع المشروع لمعرفة اسم القناة والشبكة. +4. **العمل مع التذاكر (tickets)**: البرمجة ليست الطريقة الوحيدة للمساهمة. صيانة الشيفرة والأنظمة المحيطة بها غالبًا ما تكون مهملة، وهذه فرصة سهلة للمشاركة. معظم المشاريع لديها نظام تذاكر يمكن الوصول إليه من الجميع. الحفاظ على تحديث التذاكر طريقة ممتازة للمساعدة. +5. **تشخيص الأخطاء**: في كثير من الأحيان يتم الإبلاغ عن الأخطاء بشكل غير واضح. تشخيص الأخطاء ومراجعتها يساعد المطورين على فهم المشكلة بسرعة. حتى لو لم تعرف سبب المشكلة، فإن جهودك لتقليل الظروف تساعد الآخرين على حلها بسهولة. +6. **إغلاق الأخطاء المصححة**: أحيانًا يتم تصحيح الأخطاء في الشيفرة لكن التذاكر المتعلقة بها لا تُغلق. مراجعة هذه التذاكر مهمة جدًا. ابدأ بالتأكد من التذاكر القديمة وقم بإغلاق ما تم حله. +7. **اختبار إصدار تجريبي أو مرشح للإصدار**: يمكن أن تواجه المشاريع مشاكل توافق على منصات مختلفة. اختبار الإصدارات التجريبية يساعد المشروع على التأكد من جودة الإصدار النهائي. +8. **تصحيح خطأ**: عادة ما يبدأ المساهمون بحل الأخطاء. حدد خطأً وحاول تصحيحه، وأضف اختبارات إذا لزم الأمر. +9. **كتابة اختبار (Test)**: معظم المشاريع لديها اختبارات، لكن هناك دائمًا مجال لإضافة اختبارات جديدة لتغطية أجزاء لم تُختبر بعد. +10. **إخفاء تحذيرات المترجم (compiler warnings)**: في المشاريع بلغة C أو غيرها، قد تظهر تحذيرات لا تشير إلى خطأ حقيقي. إزالة هذه التحذيرات يحسن وضوح عملية البناء. +11. **إضافة تعليق (Comment)**: عند قراءة الشيفرة، إذا وجدت جزءًا مربكًا، أضف تعليقًا لتوضيحه للآخرين. +12. **إنشاء مثال**: لا يوجد مشروع يمكن أن يحتوي على أمثلة كثيرة جدًا. إنشاء مثال عملي يوضح طريقة استخدام البرنامج يساعد المستخدمين الجدد. +13. **التفاعل مع المجتمع**: الرد على أسئلة الآخرين، خاصة المبتدئين، يساعد المشروع على النمو ويجعل المجتمع نشطًا. +14. **كتابة تدوينة (Blog Post)**: مشاركة تجاربك مع المشروع تساعد الآخرين وتوثق خبرتك. +15. **تحسين موقع الويب**: إذا كانت لديك مهارات تصميم، يمكنك تحسين موقع المشروع أو الشعارات، مما يعزز صورة المشروع. +16. **كتابة وثائق تقنية**: كتابة توثيق عن المشروع مفيد، حتى لو لم تكن مبرمجًا، لتسهيل استخدام المشروع على الآخرين. +17. **التعليم ومساعدة الآخرين**: أفضل طريقة لتعلم شيء جديد هي محاولة تعليمه للآخرين، فالتدريس يعزز فهمك ومهاراتك. From bbce5b3bb09593386d01a0ba70cd14eeccf4bb42 Mon Sep 17 00:00:00 2001 From: "123rafiuolajumoke@gmail.com" <123rafiuolajumoke@gmail.com> Date: Sun, 14 Sep 2025 13:37:01 -0700 Subject: [PATCH 037/942] Add Jummy to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 74b5f0d7..8fde4763 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2763,3 +2763,5 @@ DanyLeeCS - [monika yadav](https://www.linkedin.com/in/monika-y-529713350/) - [Ali Mohamed](https://github.com/alimo88) - [Krithika V] (https://github.com/Krithika1627) +- [Jummy](https://github.com/Rafiu-Olajumoke01) + From 13ad484c69b152da717eb890e0ca5848115a1976 Mon Sep 17 00:00:00 2001 From: Sithananthan Date: Mon, 15 Sep 2025 08:11:42 +0530 Subject: [PATCH 038/942] Add sithananthan to Contributors list --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 74a5680c..4d384728 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ sdumini - [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] @@ -105,8 +106,7 @@ sdumini - [Ahmed Sabbak] - [Blipie] - [bugOpsX] (https://github.com/bugOpsX) -- [sithananthan](https://github.com/sithananthan) --[Shivanna] (https://github.com/shivannadm) +- [Shivanna] (https://github.com/shivannadm) - [Stephanie] (https://github.com/stevwya77) - [Harsh Kumbhani] (https://github.com/harshkumbhani) - [Hassan Shahid] (https://github.com/hassan-software-dev) From f509f9de1ef433b4746769bdb12d656f667eb417 Mon Sep 17 00:00:00 2001 From: kodejeet Date: Mon, 15 Sep 2025 15:11:38 +0530 Subject: [PATCH 039/942] changes made in new branch --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 364e0177..910742e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,7 @@ - [zainibinov](https://github.com/zainibinov) +- [kodejeet] https://github.com/kodejeet + -[Layla](httplaylaSwifts://github.com/) BinhTran2k4 # Contributors From ef51e8b175f318f8da12a8bd34673eb1cf114f1b Mon Sep 17 00:00:00 2001 From: Bhargov Jyoti Das Date: Mon, 15 Sep 2025 15:33:35 +0530 Subject: [PATCH 040/942] 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 eb2c2d2769f1a0a957cd04b900da5eba757a76a4 Mon Sep 17 00:00:00 2001 From: yasharthdixit0107 Date: Tue, 16 Sep 2025 00:06:56 +0530 Subject: [PATCH 041/942] Add Yasharth Dixit to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ec3c8814..4c7e6dd7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2794,4 +2794,5 @@ DanyLeeCS -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) -[Monu Kumari](https://github.com/monukri4548) - [Shashank Padmasali](https://github.com/shashank3115) --[Vikas Shirsath](https://github.com/vikas-shirsath) \ No newline at end of file +-[Vikas Shirsath](https://github.com/vikas-shirsath) +- [Yasharth Dixit](https://github.com/yasharthdixit0107) From bdff11f8995c1122f027a7c50e94710c42be787a Mon Sep 17 00:00:00 2001 From: yasharthdixit0107 Date: Tue, 16 Sep 2025 01:52:42 +0530 Subject: [PATCH 042/942] resolve merge From 631a17da443195fdf5b93eaf34b69f99a49dbc7b Mon Sep 17 00:00:00 2001 From: sohanrajgowda Date: Mon, 15 Sep 2025 21:04:23 -0500 Subject: [PATCH 043/942] my first contribution commit, I have added the kannada translation of README.MD --- ...contribute-open-source-projects-kannada.md | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 docs/how-to-contribute-open-source-projects-kannada.md diff --git a/docs/how-to-contribute-open-source-projects-kannada.md b/docs/how-to-contribute-open-source-projects-kannada.md new file mode 100644 index 00000000..0962fe66 --- /dev/null +++ b/docs/how-to-contribute-open-source-projects-kannada.md @@ -0,0 +1,64 @@ + +# ಓಪನ್ ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳಿಗೆ ಹೇಗೆ ಕೊಡುಗೆ ನೀಡುವುದು: ಆರಂಭಿಕರಿಗಾಗಿ ಸಂಪೂರ್ಣ ಮಾರ್ಗದರ್ಶಿ + +**ಸಂಕ್ಷಿಪ್ತವಾಗಿ:** ನೀವು ನಿಮ್ಮ ಮೊದಲ Pull Request ಅನ್ನು ಒಂದು ಓಪನ್‌ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗೆ ಸಲ್ಲಿಸಲು ಕಾತರರಾಗಿದ್ದರೆ, ಈ ಸೂಚನೆಗಳನ್ನು ಅನುಸರಿಸಿ: [Readme](https://github.com/firstcontributions/first-contributions) + +ಓಪನ್‌ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳಿಗೆ ಕೊಡುಗೆ ನೀಡುವುದು ಒಬ್ಬ ಪ್ರೋಗ್ರಾಮರ್ ಆಗಿ ಬೆಳೆಯಲು, ನಿಮ್ಮ ಪೋರ್ಟ್‌ಫೋಲಿಯೋವನ್ನು ನಿರ್ಮಿಸಲು ಮತ್ತು ಸಮುದಾಯಕ್ಕೆ ಹಿಂದಿರುಗಿಸಲು ಅತ್ಯುತ್ತಮ ಮಾರ್ಗಗಳಲ್ಲಿ ಒಂದು. ನೀವು ಅನುಭವಸಂಪನ್ನ ಪ್ರೋಗ್ರಾಮರ್ ಆಗಿರಲಿ ಅಥವಾ ಪ್ರಾರಂಭದಲ್ಲೇ ಇರಲಿ, ಓಪನ್‌ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳು ಕಲಿಯಲು, ಸಹಕರಿಸಲು ಮತ್ತು ಸಕಾರಾತ್ಮಕ ಪರಿಣಾಮವನ್ನುಂಟುಮಾಡಲು ಹಲವಾರು ಅವಕಾಶಗಳನ್ನು ಒದಗಿಸುತ್ತವೆ. ಈ ಮಾರ್ಗದರ್ಶಿಯಲ್ಲಿ, ಸರಿಯಾದ ಪ್ರಾಜೆಕ್ಟ್‌ನ್ನು ಹುಡುಕುವುದರಿಂದ ಹಿಡಿದು ನಿಮ್ಮ ಮೊದಲ ಕೊಡುಗೆಯನ್ನು ನೀಡುವವರೆಗಿನ ಎಲ್ಲಾ ಹಂತಗಳನ್ನು ನೋಡೋಣ. + +## ಏಕೆ ಓಪನ್‌ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳಿಗೆ ಕೊಡುಗೆ ನೀಡಬೇಕು? + +"ಹೇಗೆ" ಎಂಬುದರ ಮೊದಲು, "ಏಕೆ" ಎಂಬುದನ್ನು ತಿಳಿಯೋಣ: + +* **ಕೌಶಲ್ಯ ಅಭಿವೃದ್ಧಿ:** ನೈಜ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳ ಕೋಡ್‌ಗಳನ್ನು ನೋಡಿ ಕಲಿಯುವ ಮೂಲಕ ನಿಮ್ಮ ಪ್ರೋಗ್ರಾಮಿಂಗ್, ಡಿಬಗ್ಗಿಂಗ್ ಮತ್ತು ಸಹಕಾರದ ಕೌಶಲ್ಯಗಳು ಬೆಳೆಯುತ್ತವೆ. +* **ಪೋರ್ಟ್‌ಫೋಲಿಯೋ ನಿರ್ಮಾಣ:** ಪ್ರಸಿದ್ಧ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳಲ್ಲಿ ಕೊಡುಗೆ ನೀಡುವುದು ನಿಮ್ಮ CV ಮತ್ತು GitHub ಪ್ರೊಫೈಲ್ ಅನ್ನು ಬಲಪಡಿಸುತ್ತದೆ. +* **ನೆಟ್ವರ್ಕಿಂಗ್:** ಜಗತ್ತಿನಾದ್ಯಂತದ ಡೆವಲಪರ್‌ಗಳ ಜೊತೆ ಸಂಪರ್ಕ ಬೆಳೆಸಿ, ತಜ್ಞರಿಂದ ಕಲಿಯಿರಿ ಮತ್ತು ಸಮುದಾಯದ ಭಾಗವಾಗಿರಿ. +* **ಹಿಂದಿರುಗಿಸುವುದು:** ನಾವು ಪ್ರತಿದಿನ ಬಳಸುವ ಅನೇಕ ಸಾಫ್ಟ್‌ವೇರ್‌ಗಳ ಆಧಾರ ಓಪನ್‌ಸೋರ್ಸ್ ಆಗಿದೆ. ಕೊಡುಗೆ ನೀಡುವುದು ಧನ್ಯವಾದ ಹೇಳುವ ಮಾರ್ಗ. +* **ವೃತ್ತಿ ಅವಕಾಶಗಳು:** ಅನೇಕ ಕಂಪನಿಗಳು ಓಪನ್‌ಸೋರ್ಸ್ ಅನುಭವ ಹೊಂದಿರುವ ಡೆವಲಪರ್‌ಗಳನ್ನು ಹುಡುಕುತ್ತವೆ ಏಕೆಂದರೆ ಇದು ಪ್ರೊಆಕ್ಟಿವಿಟಿ ಮತ್ತು ತಂಡದ ಕೆಲಸವನ್ನು ತೋರಿಸುತ್ತದೆ. + +## ಹೇಗೆ ಪ್ರಾರಂಭಿಸಬೇಕು? + +### 1. ಸರಿಯಾದ ಪ್ರಾಜೆಕ್ಟ್ ಆಯ್ಕೆಮಾಡಿ + +ನಿಮ್ಮ ಆಸಕ್ತಿಗಳು ಮತ್ತು ಕೌಶಲ್ಯಗಳಿಗೆ ಹೊಂದಿಕೊಳ್ಳುವ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳನ್ನು ಆರಿಸಿ: + +* **GitHub ಅನ್ವೇಷಿಸಿ:** `good-first-issue`, `help-wanted` ಮುಂತಾದ ಲೇಬಲ್‌ಗಳಿರುವ ಟಾಸ್ಕ್‌ಗಳನ್ನು ಹುಡುಕಿ. +* **ಪ್ರೋಗ್ರಾಂಗಳಲ್ಲಿ ಭಾಗವಹಿಸಿ:** Google Summer of Code, Hacktoberfest ಮುಂತಾದವು ಉತ್ತಮ ಅವಕಾಶಗಳು. +* **ನೀವು ಬಳಸುವ ಉಪಕರಣಗಳು:** ನೀವು ಬಳಸುವ ಲೈಬ್ರರಿ ಅಥವಾ ಫ್ರೇಮ್‌ವರ್ಕ್‌ಗಳಲ್ಲಿ ಕೊಡುಗೆ ನೀಡಿ. + +### 2. ಪ್ರಾಜೆಕ್ಟ್‌ನ್ನು ಅರ್ಥಮಾಡಿಕೊಳ್ಳಿ + +* **ಡಾಕ್ಯುಮೆಂಟೇಶನ್ ಓದಿ:** README ಮತ್ತು ಕೊಡುಗೆ ಮಾರ್ಗಸೂಚಿಗಳನ್ನು ಗಮನಿಸಿ. +* **ಕೋಡ್‌ನ್ನು ಅಧ್ಯಯನ ಮಾಡಿ:** ಪ್ರಾಜೆಕ್ಟ್‌ನ ರಚನೆ ಮತ್ತು ಕೋಡಿಂಗ್ ಶೈಲಿಯನ್ನು ತಿಳಿದುಕೊಳ್ಳಿ. +* **ಸಮುದಾಯಕ್ಕೆ ಸೇರಿ:** Slack, Discord ಅಥವಾ ಫೋರಮ್‌ಗಳಲ್ಲಿ ಚರ್ಚೆಗಳಲ್ಲಿ ಭಾಗವಹಿಸಿ. + +### 3. ಚಿಕ್ಕ ಹಂತಗಳಿಂದ ಪ್ರಾರಂಭಿಸಿ + +* **ಬಗ್‌ಗಳನ್ನು ಸರಿಪಡಿಸಿ:** ಆರಂಭಿಕರಿಗೆ ಅನುಕೂಲಕರವಾದ issues ಹುಡುಕಿ. +* **ಡಾಕ್ಯುಮೆಂಟೇಶನ್ ಸುಧಾರಿಸಿ:** ಬಹಳ ಉಪಯುಕ್ತವಾದರೂ ಹೆಚ್ಚಾಗಿ ಗಮನಿಸದೆ ಬಿಡಲಾಗುತ್ತದೆ. +* **ಟೆಸ್ಟ್‌ಗಳನ್ನು ಬರೆಯಿರಿ:** ಕೋಡ್ ತಿಳಿಯಲು ಉತ್ತಮ ವಿಧಾನ. + +### 4. ಉತ್ತಮ ಅಭ್ಯಾಸಗಳನ್ನು ಅನುಸರಿಸಿ + +* **Fork ಮತ್ತು Clone ಮಾಡಿ** +* **ಪ್ರತ್ಯೇಕ branch ನಲ್ಲಿ ಕೆಲಸ ಮಾಡಿ** +* **ಸ್ವಚ್ಛ ಕೋಡ್ ಬರೆಯಿರಿ** +* **ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ಪರೀಕ್ಷಿಸಿ** +* **Pull Request ಕಳುಹಿಸಿ:** ಸ್ಪಷ್ಟ ವಿವರಣೆ ನೀಡಿ, ಸಂಬಂಧಿತ issue‌ಗಳನ್ನು ಉಲ್ಲೇಖಿಸಿ ಮತ್ತು feedback ಸ್ವೀಕರಿಸಲು ತೆರೆದಿರಲಿ. + +## ಯಶಸ್ಸಿಗೆ ಸಲಹೆಗಳು + +* **ಸಮರ್ಪಕ ಸಂವಹನ ಮಾಡಿ:** ಗೌರವಪೂರ್ವಕವಾಗಿ ವರ್ತಿಸಿ ಮತ್ತು ಸ್ಪಷ್ಟವಾಗಿ ಪ್ರಶ್ನೆ ಮಾಡಿ. +* **ಸ್ಥಿರತೆಯಿಂದಿರಿ:** ಸಣ್ಣ ಕೊಡುಗೆಗಳೂ ಸಮಯದೊಂದಿಗೆ ದೊಡ್ಡ ಪರಿಣಾಮ ಬೀರುತ್ತವೆ. +* **ಫೀಡ್ಬ್ಯಾಕ್‌ನಿಂದ ಕಲಿಯಿರಿ:** ಕೋಡ್ ರಿವ್ಯೂ ಒಳ್ಳೆಯ ಕಲಿಕೆಯ ಅವಕಾಶ. +* **ಇತರರಿಗೆ ಸಹಾಯ ಮಾಡಿ:** ನೀವು ಅನುಭವ ಹೊಂದಿದ ಮೇಲೆ ಹೊಸಬರಿಗೆ ಮಾರ್ಗದರ್ಶನ ನೀಡಿ. + +## ಸಾಮಾನ್ಯ ಸವಾಲುಗಳು ಮತ್ತು ಪರಿಹಾರಗಳು + +* **Impostor Syndrome:** ಚಿಕ್ಕ ಕೊಡುಗೆಗಳೂ ಮುಖ್ಯ. ಎಲ್ಲರೂ ಎಲ್ಲಿಂದೋ ಆರಂಭಿಸಿದ್ದಾರೆ. +* **ಸಮಯದ ಕೊರತೆ:** ಸಣ್ಣ ಟಾಸ್ಕ್‌ಗಳಿಂದ ಪ್ರಾರಂಭಿಸಿ. ವಾರಕ್ಕೆ 30 ನಿಮಿಷ ಕೂಡ ಸಾಕು. +* **ದೊಡ್ಡ ಕೋಡ್‌ಬೇಸ್‌ ಅನ್ನು ನಾವಿಗೇಟ್ ಮಾಡುವುದು:** ಒಂದೊಂದೇ ಘಟಕ concentrate ಮಾಡಿ, documentation ಓದಿ, ಪ್ರಶ್ನೆಗಳನ್ನು ಕೇಳಿ. + +## ಸಮಾರೋಪ + +ಓಪನ್‌ಸೋರ್ಸ್‌ಗೆ ಕೊಡುಗೆ ನೀಡುವುದು ವೈಯಕ್ತಿಕ ಮತ್ತು ವೃತ್ತಿಪರ ಬೆಳವಣಿಗೆಗೆ ದೊಡ್ಡ ಅವಕಾಶ. ಸಣ್ಣ ಹಂತಗಳಿಂದ ಆರಂಭಿಸಿ, ನಿಯಮಿತವಾಗಿರಿ, ಸಮುದಾಯದೊಂದಿಗೆ ಸಂವಹನ ಮಾಡಿ — ಹೀಗೆ ನಿಮ್ಮ ಕೌಶಲ್ಯಗಳನ್ನು ಬೆಳೆಸುತ್ತಾ ಪರಿಣಾಮಕಾರಿ ಕೊಡುಗೆಗಳನ್ನು ನೀಡಬಹುದು. ಪ್ರತಿಯೊಂದು ಕೊಡುಗೆಯೂ ಮಹತ್ವದ್ದೇ. ಇಂದೇ ಪ್ರಾರಂಭಿಸಿ — ನಿಮಗೆ ಇಷ್ಟವಾದ ಪ್ರಾಜೆಕ್ಟ್ ಹುಡುಕಿ, ಮೊದಲ ಕೊಡುಗೆ ನೀಡಿ ಮತ್ತು ಜಾಗತಿಕ ಓಪನ್‌ಸೋರ್ಸ್ ಚಳುವಳಿಯ ಭಾಗವಾಗಿರಿ! + From 35037d730c27a42446b9df9dcbb6778dd272f20e Mon Sep 17 00:00:00 2001 From: RodrigoNunes2004 Date: Tue, 16 Sep 2025 15:26:53 +1200 Subject: [PATCH 044/942] Add Rodrigo De Fraga Nunes to the Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c4ea793d..ac020048 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2783,4 +2783,5 @@ DanyLeeCS - [Jy](https://github.com/jy1534) - [ompug](https://github.com/ompug) -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) --[Monu Kumari](https://github.com/monukri4548) \ No newline at end of file +-[Monu Kumari](https://github.com/monukri4548) +[RodrigoDeFragaNunes](https://github.com/RodrigoNunes2004) \ No newline at end of file From f6667f61b8535630bfaaa3d1acb518fd952c644a Mon Sep 17 00:00:00 2001 From: kanish13 Date: Tue, 16 Sep 2025 10:25:02 +0530 Subject: [PATCH 045/942] kanish added --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e7acfc33..84559468 100644 --- a/Contributors.md +++ b/Contributors.md @@ -30,6 +30,7 @@ -[Sailaja](https://github.com/Sailu5) - [Sim Hyeonmin](https://github.com/simhyunmin) - [Sanjay Senthilkumar](https://github.com/Sanj84-co) +-[KANISH](hello) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) - [Gbede Daniel] (https://github.com/dani12e) From 296efcddf8ae9c558762da1953703fa9d1d59648 Mon Sep 17 00:00:00 2001 From: kanish13 Date: Tue, 16 Sep 2025 10:28:47 +0530 Subject: [PATCH 046/942] kanish 2 added --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 84559468..41de9f05 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [KANISH](hello) - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! @@ -30,7 +31,7 @@ -[Sailaja](https://github.com/Sailu5) - [Sim Hyeonmin](https://github.com/simhyunmin) - [Sanjay Senthilkumar](https://github.com/Sanj84-co) --[KANISH](hello) +- [KANISH](hello) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) - [Gbede Daniel] (https://github.com/dani12e) From 3c70484b2b863258c97d0d3ffbbc6b1712ed3036 Mon Sep 17 00:00:00 2001 From: CodeWithkrish Date: Tue, 16 Sep 2025 17:23:32 +0530 Subject: [PATCH 047/942] added the first contribution --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 81805b45..35f28732 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[Krish] (Hello i am from India , I started learning Open source contribution ) - [Mayen Akech](https://github.com/Mayen007) - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) From e055e82a4a0f6a4c2d72a6876182a41e9b216e57 Mon Sep 17 00:00:00 2001 From: SOMYA S Date: Tue, 16 Sep 2025 22:32:21 +0530 Subject: [PATCH 048/942] Adding Somya as Contributors --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5bc87e87..c9537393 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2830,3 +2830,4 @@ DanyLeeCS - Interster -[Yash Singhal](https://github.com/VITianYash42) -[Wiktor Kostecki](https://github.com/JohnnyCage1337) +- [Somya Swami ]( https://github.com/somyaswami) From 26db384b0ad6f924b0b8376c4ca13eac56dcda4d Mon Sep 17 00:00:00 2001 From: telepus Date: Wed, 17 Sep 2025 12:45:24 +0500 Subject: [PATCH 049/942] com --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index be25624f..c3095f9e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,3 +1,5 @@ +😀😀 + -[Polash MSH](https://github.com/polashds)- My first open source contributions, Hello world! nano! -[Ashar-Khalid](https://github.com/Ashar-Khalid) - This is my first contribution but its not going to be my last. My contributions will make an impact one day (July 25, 2025). - Abdugofurov Behruzbek From 70e9d73fc1c19d5d657d0e1e8fa5ba3c43ea2143 Mon Sep 17 00:00:00 2001 From: morysk Date: Wed, 17 Sep 2025 11:56:05 +0000 Subject: [PATCH 050/942] Add Mory --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 69dbfd83..e4f4972d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2783,4 +2783,6 @@ DanyLeeCS - Benjamin Jones - Munendra Choudhary -[Vedant Raj Singh Parmar](github.com/VVR6) --[Usama Ayoub](github.com/sam3690) \ No newline at end of file +-[Usama Ayoub](github.com/sam3690) +-[Mory Koulibaly] (https://github.com/morysk) + From c267a43c514cbb926486c1aeb010f95d73c2e0c5 Mon Sep 17 00:00:00 2001 From: babisha04 Date: Wed, 17 Sep 2025 22:09:55 +0530 Subject: [PATCH 051/942] add: Babisha04 to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 70605c4d..b16d615f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,6 @@ # Contributors +- [Babisha04](https://github.com/babisha04) + - [Omveer](https://github.com/narukaz/) - [GENJI J](https://github.com/anya-minamoto) - [smdekate-cs](https://github.com/smdekate-cs) From 3f2968ca7bb027ac8255a8ac53f336a1f90bb751 Mon Sep 17 00:00:00 2001 From: SOHOM BHADURI Date: Wed, 17 Sep 2025 22:24:42 +0530 Subject: [PATCH 052/942] fix/issue #103516 'Fix duplicate/mismatched Bosnian translation flag #103516' change Bosanski -> Ethiopia --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cdb5d55..9840ee9e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ [Српски](docs/translations/README.sr.md) [Қазақша](docs/translations/README.kz.md) [Bosanski](docs/translations/README.bih.md) -[Bosanski](docs/translations/README.bih.md) +[Ethiopia](docs/translations/README.bih.md) [Hrvatski](docs/translations/README.hr.md) [پښتو](docs/translations/README.ps.md) [Somalia](docs/translations/README.so.md) From c38c105323a4a7350fe877f5ed2d23c1f3ba4ccb Mon Sep 17 00:00:00 2001 From: akhileshkotwal2547 Date: Thu, 18 Sep 2025 02:09:05 +0530 Subject: [PATCH 053/942] Kannada translations enhanced for reading --- docs/translations/README.ka.md | 57 +++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 25 deletions(-) diff --git a/docs/translations/README.ka.md b/docs/translations/README.ka.md index 2c3ae195..a7f0944d 100644 --- a/docs/translations/README.ka.md +++ b/docs/translations/README.ka.md @@ -8,29 +8,29 @@ ಈ ಯೋಜನೆಯು ಆರಂಭಿಕರು ತಮ್ಮ ಮೊದಲ ಕೊಡುಗೆಯನ್ನು ನೀಡುವ ವಿಧಾನವನ್ನು ಸರಳಗೊಳಿಸುವ ಮತ್ತು ಮಾರ್ಗದರ್ಶನ ಮಾಡುವ ಗುರಿಯನ್ನು ಹೊಂದಿದೆ. ನಿಮ್ಮ ಮೊದಲ ಕೊಡುಗೆಯನ್ನು ನೀಡಲು ನೀವು ಬಯಸಿದರೆ, ಕೆಳಗಿನ ಹಂತಗಳನ್ನು ಅನುಸರಿಸಿ. -_ನೀವು ಆಜ್ಞಾ ಸಾಲಿನೊಂದಿಗೆ ಆರಾಮದಾಯಕವಲ್ಲದಿದ್ದರೆ,[GUI ಉಪಕರಣಗಳನ್ನು ಬಳಸುವ ಟ್ಯುಟೋರಿಯಲ್‌ಗಳು ಇಲ್ಲಿವೆ.](#tutorials-using-other-tools)_ +ನೀವು ಆಜ್ಞಾ ಸಾಲಿನೊಂದಿಗೆ ಆರಾಮದಾಯಕವಲ್ಲದಿದ್ದರೆ,[GUI ಉಪಕರಣಗಳನ್ನು ಬಳಸುವ ಟ್ಯುಟೋರಿಯಲ್‌ಗಳು ಇಲ್ಲಿವೆ.](#tutorials-using-other-tools)_ fork this repository -ನಿಮ್ಮ ಯಂತ್ರದಲ್ಲಿ ನೀವು ಜಿಟ್ ಹೊಂದಿಲ್ಲದಿದ್ದರೆ,[ಅದನ್ನು ಸ್ಥಾಪಿಸಿ](https://help.github.com/articles/set-up-git/) +ನಿಮ್ಮ ಯಂತ್ರದಲ್ಲಿ ನೀವು ಗಿಟ್ ಹೊಂದಿಲ್ಲದಿದ್ದರೆ,[ಅದನ್ನು ಸ್ಥಾಪಿಸಿ](https://help.github.com/articles/set-up-git/) -## ಈ ರೀಪಾಜ಼ಟೊರೀ ಫೋರ್ಕ್ ಮಾಡಿ +## ಈ ರಿಪಾಸಿಟರಿ ಫೋರ್ಕ್ ಮಾಡಿ -ಈ ಪುಟದ ಮೇಲ್ಭಾಗದಲ್ಲಿರುವ ಫೋರ್ಕ್ ಬಟನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡುವ ಮೂಲಕ ಈ ರೆಪೊಸಿಟರಿಯನ್ನು ಫೋರ್ಕ್ ಮಾಡಿ. -ಇದು ನಿಮ್ಮ ಖಾತೆಯಲ್ಲಿ ಈ ರೆಪೊಸಿಟರಿಯ ನಕಲನ್ನು ರಚಿಸುತ್ತದೆ. +ಈ ಪುಟದ ಮೇಲ್ಭಾಗದಲ್ಲಿರುವ ಫೋರ್ಕ್ ಬಟನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡುವ ಮೂಲಕ ಈ ರಿಪಾಸಿಟರಿಯನ್ನು ಫೋರ್ಕ್ ಮಾಡಿ. +ಇದು ನಿಮ್ಮ ಖಾತೆಯಲ್ಲಿ ಈ ರಿಪಾಸಿಟರಿಯ ನಕಲನ್ನು ರಚಿಸುತ್ತದೆ. -## ರೆಪೊಸಿಟರಿ ಕ್ಲೋನ್ +## ರಿಪಾಸಿಟರಿ ಕ್ಲೋನ್ clone this repository -ಈಗ ನಿಮ್ಮ ಯಂತ್ರಕ್ಕೆ ಫೋರ್ಕ್ಡ್ ರೆಪೊಸಿಟರಿಯನ್ನು ಕ್ಲೋನ್ ಮಾಡಿ. ನಿಮ್ಮ GitHub ಖಾತೆಗೆ ಹೋಗಿ, ಫೋರ್ಕ್ ಮಾಡಿದ ರೆಪೊಸಿಟರಿಯನ್ನು ತೆರೆಯಿರಿ, ಕೋಡ್ ಬಟನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ ಮತ್ತು ನಂತರ _copy to clipboard_ ಐಕಾನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ. +ಈಗ ನಿಮ್ಮ ಯಂತ್ರಕ್ಕೆ ಫೋರ್ಕ್ಡ್ ರಿಪಾಸಿಟರಿಯನ್ನು ಕ್ಲೋನ್ ಮಾಡಿ. ನಿಮ್ಮ ಗಿಟ್-ಹಬ್ ಖಾತೆಗೆ ಹೋಗಿ, ಫೋರ್ಕ್ ಮಾಡಿದ ರಿಪಾಸಿಟರಿಯನ್ನು ತೆರೆಯಿರಿ, "Code" ಬಟನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ ಮತ್ತು ನಂತರ "copy to clipboard" ಐಕಾನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ - ಇದು URL(ವೆಬ್‌ ವಿಳಾಸ) ಅನ್ನು ನಕಲಿಸುತ್ತದೆ[ಕಾಪಿ ಮಾಡುತ್ತದೆ]. -ಟರ್ಮಿನಲ್ ತೆರೆಯಿರಿ ಮತ್ತು ಕೆಳಗಿನ git ಆಜ್ಞೆಯನ್ನು ಚಲಾಯಿಸಿ: +ಟರ್ಮಿನಲ್ ತೆಗೆದು ಈ ಕೆಳಗಿನ ಗಿಟ್ ಆಜ್ಞೆಯನ್ನು ಚಲಾಯಿಸಿ: ``` -git clone "url ನೀವು ಇದೀಗ ನಕಲಿಸಿದ್ದೀರಿ" +git clone "copied URL" ``` -ಎಲ್ಲಿ "url ನೀವು ಇದೀಗ ನಕಲಿಸಿದ್ದೀರಿ" (ಉದ್ಧರಣ ಚಿಹ್ನೆಗಳಿಲ್ಲದೆ) ಈ ಭಂಡಾರಕ್ಕೆ url ಆಗಿದೆ (ಈ ಯೋಜನೆಯ ನಿಮ್ಮ ಫೋರ್ಕ್). Url ಪಡೆಯಲು ಹಿಂದಿನ ಹಂತಗಳನ್ನು ನೋಡಿ. +ಇಲ್ಲಿ "copied URL" - ನೀವು ಈಗಷ್ಟೇ ನಕಲಿಸಿದ URL(ನೀವು ಫೋಕ೯ ಮಾಡಿದ ಪ್ರಾಜೆಕ್ಟ ಲಿಂಕ್) ಅನ್ನು ಉದ್ಧರಣ[""] ಚಿಹ್ನೆಗಳಿಲ್ಲದೆ ಈ ಸ್ಥಳಕ್ಕೆ ಸೇರಿಸಿ. copy URL to clipboard @@ -38,9 +38,11 @@ git clone "url ನೀವು ಇದೀಗ ನಕಲಿಸಿದ್ದೀರಿ" ``` git clone https://github.com/this-is-you/first-contributions.git ``` -ಅಲ್ಲಿ `ಇದು-ನೀವು 'ನಿಮ್ಮ ಗಿಟ್‌ಹಬ್ ಬಳಕೆದಾರಹೆಸರು. ಇಲ್ಲಿ ನೀವು ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ಗೆ ಗಿಟ್‌ಹಬ್‌ನಲ್ಲಿನ ಮೊದಲ ಕೊಡುಗೆಗಳ ಭಂಡಾರದ ವಿಷಯಗಳನ್ನು ನಕಲಿಸುತ್ತಿದ್ದೀರಿ. +`this-is-you' ಅಂದ್ರೆ ನಿಮ್ಮ ಗಿಟ್‌ಹಬ್ ಖಾತೆಯ ಹೆಸರು. +ಇಲ್ಲಿ ನೀವು ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ಗೆ ಗಿಟ್‌ಹಬ್‌ನಲ್ಲಿನ first-contributions ಯೋಜನೆಯನ್ನು ನಕಲಿಸುತ್ತಿದ್ದೀರಿ. + ## ಒಂದು ಶಾಖೆಯನ್ನು ರಚಿಸಿ -ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನಲ್ಲಿ ರೆಪೊಸಿಟರಿ ಡೈರೆಕ್ಟರಿಗೆ ಬದಲಾಯಿಸಿ (ನೀವು ಈಗಾಗಲೇ ಇಲ್ಲದಿದ್ದರೆ): +ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನಲ್ಲಿ first-contributions ರಿಪಾಸಿಟರಿ ಕಡತಕ್ಕೆ ಬದಲಾಯಿಸಿ (ನೀವು ಈಗಾಗಲೇ ಇಲ್ಲದಿದ್ದರೆ): ``` cd first-contributions ``` @@ -53,34 +55,39 @@ git checkout -b <ನಿಮ್ಮ ಹೊಸ-ಶಾಖೆ-ಹೆಸರನ್ನು git checkout -b add-alonzo-church ``` (ಶಾಖೆಯ ಹೆಸರಿನಲ್ಲಿ `add` ಎಂಬ ಪದವನ್ನು ಹೊಂದುವ ಅಗತ್ಯವಿಲ್ಲ, ಆದರೆ ಇದನ್ನು ಸೇರಿಸುವುದು ಸಮಂಜಸವಾದ ವಿಷಯ ಏಕೆಂದರೆ ಈ ಶಾಖೆಯ ಉದ್ದೇಶವು ನಿಮ್ಮ ಹೆಸರನ್ನು ಪಟ್ಟಿಗೆ ಸೇರಿಸುವುದು.) -## ಅಗತ್ಯ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ ಮತ್ತು ಆ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ -ಈಗ ಪಠ್ಯ ಸಂಪಾದಕದಲ್ಲಿ `Contributor.md` ಫೈಲ್ ಅನ್ನು ತೆರೆಯಿರಿ, ಅದಕ್ಕೆ ನಿಮ್ಮ ಹೆಸರನ್ನು ಸೇರಿಸಿ. ಅದನ್ನು ಫೈಲ್‌ನ ಪ್ರಾರಂಭ ಅಥವಾ ಕೊನೆಯಲ್ಲಿ ಸೇರಿಸಬೇಡಿ. ನಡುವೆ ಎಲ್ಲಿಯಾದರೂ ಇರಿಸಿ. ಈಗ, ಫೈಲ್ ಅನ್ನು ಉಳಿಸಿ. + +## ಅಗತ್ಯ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ -‌ ಕಮಿಟ್ ಮಾಡಿ +ಈಗ ಪಠ್ಯ ಸಂಪಾದಕದಲ್ಲಿ `Contributor.md` ಫೈಲ್ ಅನ್ನು ತೆರೆಯಿರಿ, ಅದಕ್ಕೆ ನಿಮ್ಮ ಹೆಸರನ್ನು ಸೇರಿಸಿ. ಅದನ್ನು ಫೈಲ್‌ನ ಪ್ರಾರಂಭ ಅಥವಾ ಕೊನೆಯಲ್ಲಿ ಸೇರಿಸಬೇಡಿ. ನಡುವೆ ಎಲ್ಲಿಯಾದರೂ ಸೇರಿಸಿ. +ಈಗ, ಫೈಲ್ ಅನ್ನು ಸೇವ್‌ ಮಾಡಿ. git status -ನೀವು ಪ್ರಾಜೆಕ್ಟ್ ಡೈರೆಕ್ಟರಿಗೆ ಹೋಗಿ `git status` ಆಜ್ಞೆಯನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸಿದರೆ, ಬದಲಾವಣೆಗಳಿವೆ ಎಂದು ನೀವು ನೋಡುತ್ತೀರಿ. -Add those changes to the branch you just created using the `git add` command: +ನೀವು ಪ್ರಾಜೆಕ್ಟ್ ಡೈರೆಕ್ಟರಿಗೆ ಹೋಗಿ `git status` ಆಜ್ಞೆಯನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸಿದರೆ, ನೀವು ಮಾಡಿದ ಬದಲಾವಣೆ ಕಾಣಿಸುತ್ತವೆ. + +`git add` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿ, ಬದಲಾಯಿಸಿದ ಫೈಲ್‌ನ್ನು ಸ್ಟೇಜ ಮಾಡಿ. ``` git add Contributors.md ``` -ಈಗ `git commit` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ಆ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ: +ಈಗ `git commit` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ಆ ಬದಲಾವಣೆಗಳನ್ನು ಕಮಿಟ್ ಮಾಡಿ: ``` -git commit -m "ಕೊಡುಗೆದಾರರ ಪಟ್ಟಿಗೆ <ನಿಮ್ಮ- ಹೆಸರು> ಸೇರಿಸಿ" +git commit -m "add name to contributors" ``` -ನಿಮ್ಮ ಹೆಸರಿನೊಂದಿಗೆ `<ನಿಮ್ಮ- ಹೆಸರು>` ಅನ್ನು ಬದಲಾಯಿಸುತ್ತದೆ. +"add name to contributors" ಇದು ಕಮಿಟ್‌ ಸಂದೇಶ. ನೀವು ಮಾಡಿದ ಬದಲಾವಣೆಗೆ ತಕ್ಕಂತೆ ಸಂದೇಶವು ಅಥ೯ಪೂಣ೯ವಾಗಿರಬೇಕು ## ಬದಲಾವಣೆಗಳನ್ನು ಗಿಟ್‌ಹಬ್‌ಗೆ ಪುಶ್ ಮಾಡಿ -`Git push` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ಒತ್ತಿರಿ: +`Git push` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ಗಿಟ್‌ಹಬ್‌ಗೆ ಕಳುಹಿಸಿರಿ: ``` -git push origin <ನಿಮ್ಮ ಶಾಖೆಯ ಹೆಸರನ್ನು ಸೇರಿಸಿ> +git push origin ``` -`` ಅನ್ನು ನೀವು ಮೊದಲು ರಚಿಸಿದ ಶಾಖೆಯ ಹೆಸರಿನೊಂದಿಗೆ ಬದಲಾಯಿಸುತ್ತದೆ. +`` ಈ ಸ್ಥಳದಲ್ಲಿ ನೀವು ರಚಿಸಿದ ಬ್ರ್ಯಾಂಚ್‌ ಹೆಸರನ್ನು ಬರೆಯಿರಿ. ## ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ವಿಮರ್ಶೆಗಾಗಿ ಸಲ್ಲಿಸಿ -ನೀವು ಗಿಟ್‌ಹಬ್‌ನಲ್ಲಿರುವ ನಿಮ್ಮ ಭಂಡಾರಕ್ಕೆ ಹೋದರೆ, ನೀವು `Compare & pull request` ಬಟನ್ ನೋಡುತ್ತೀರಿ. ಆ ಗುಂಡಿಯನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ. +ನೀವು ಗಿಟ್‌ಹಬ್‌ನಲ್ಲಿರುವ ನಿಮ್ಮ ಕಡತಕ್ಕೆ ಹೋದರೆ, ನೀವು `Compare & pull request` ಬಟನ್ ನೋಡುತ್ತೀರಿ. ಆ ಬಟನ್ನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ. create a pull request -ಈಗ ಪುಲ್ ವಿನಂತಿಯನ್ನು ಸಲ್ಲಿಸಿ. +ಈಗ ಗಿಟ್‌ಹಬ್‌ ಪುಲ್ ವಿನಂತಿಯನ್ನು ಸಲ್ಲಿಸಿ. submit pull request + ಶೀಘ್ರದಲ್ಲೇ ನಾನು ನಿಮ್ಮ ಎಲ್ಲಾ ಬದಲಾವಣೆಗಳನ್ನು ಈ ಯೋಜನೆಯ ಮಾಸ್ಟರ್ ಶಾಖೆಯಲ್ಲಿ ವಿಲೀನಗೊಳಿಸುತ್ತೇನೆ. ಬದಲಾವಣೆಗಳನ್ನು ವಿಲೀನಗೊಳಿಸಿದ ನಂತರ ನೀವು ಅಧಿಸೂಚನೆ ಇಮೇಲ್ ಅನ್ನು ಪಡೆಯುತ್ತೀರಿ. + ## ಇಂದಿನಿಂದ ಏನು? ಅಭಿನಂದನೆಗಳು! ನೀವು ಕೊಡುಗೆದಾರರಾಗಿ ಆಗಾಗ್ಗೆ ಎದುರಾಗುವ ಪ್ರಮಾಣಿತ _fork -> clone -> edit -> PR_ ವರ್ಕ್‌ಫ್ಲೋ ಅನ್ನು ನೀವು ಇದೀಗ ಪೂರ್ಣಗೊಳಿಸಿದ್ದೀರಿ! -ನಿಮ್ಮ ಕೊಡುಗೆಯನ್ನು ಆಚರಿಸಿ ಮತ್ತು ಅದನ್ನು ನಿಮ್ಮ ಸ್ನೇಹಿತರು ಮತ್ತು ಅನುಯಾಯಿಗಳೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ [ವೆಬ್ ಅಪ್ಲಿಕೇಶನ್](https://firstcontributions.github.io/#social-share). +ನಿಮ್ಮ ಕೊಡುಗೆಯನ್ನು ಸಂಭ್ರಮಿಸಿ ಮತ್ತು ಅದನ್ನು ನಿಮ್ಮ ಸ್ನೇಹಿತರು ಹಾಗು ಅನುಯಾಯಿಗಳೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ [ವೆಬ್ ಅಪ್ಲಿಕೇಶನ್](https://firstcontributions.github.io/#social-share). ನೀವು ಹೆಚ್ಚಿನ ಅಭ್ಯಾಸವನ್ನು ಬಯಸಿದರೆ, ಪರಿಶೀಲಿಸಿ [ಕೋಡ್ ಕೊಡುಗೆಗಳು](https://github.com/roshanjossey/code-contributions). ಈಗ ನೀವು ಹೆಚ್ಚಿನ ಯೋಜನೆಗಳಿಗೆ ಕೊಡುಗೆ ನೀಡಲು ಪ್ರಾರಂಭಿಸಬಹುದು. ನಾವು ನಿಮಗಾಗಿ ಒಂದು ಪಟ್ಟಿಯನ್ನು ತಯಾರಿಸಿದ್ದೇವೆ ಅದು ಬಹಳ ಸುಲಭವಾದ ಸಮಸ್ಯೆಗಳು. [ಯೋಜನೆಗಳ ಪಟ್ಟಿ](https://firstcontributions.github.io/#project-list) ## ಇತರ ಪರಿಕರಗಳನ್ನು ಬಳಸುವ ಟ್ಯುಟೋರಿಯಲ್ From b219f7b8419f796545ac8ed8ac3fad858ec87cec Mon Sep 17 00:00:00 2001 From: Kamal Agrahari <133527690+ikamalagrahari@users.noreply.github.com> Date: Thu, 18 Sep 2025 02:34:06 +0530 Subject: [PATCH 054/942] Add Kamal Agrahari to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 7d0134b6..20d85459 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [GENJI J](https://github.com/anya-minamoto) - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) +- [Kamal Agrahari](https://github.com/ikamalagrahari/) - [Mahanthesh S](https://github.com/Mahi2708) - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) - [Ali Nasser](https://github.com/AliNasser05) @@ -46,6 +47,7 @@ - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) - [David devmanki](https://github.com/davamanki) + - [Kailash](https://github.com/TSKailash) - [Priyanshu Saxena] (https://github.com/Priyanshuxddd) - [Sumit Pandey](https://github.com/5umitpandey) From 93375e2ea553347bddba0af4fa235a409de89f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20De=20Santiago?= <104804072+benja0210@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:43:45 -0300 Subject: [PATCH 055/942] Add Benja to Contributors list (#103745) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7d0134b6..67a9497d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Mayen Akech](https://github.com/Mayen007) - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) +- [Benja] - Hello! - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! - [Raj Gajjar](https://github.com/RajGajjar-01) - [Jacopo Belli](https://github.com/Jacopobelli5) From ab2a10e83107605b993a9b61a55423e138d8ab2a Mon Sep 17 00:00:00 2001 From: Eric G Butler Jr <144960421+Ericbutler1209@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:07:17 -0500 Subject: [PATCH 056/942] Add Eric G Butler Jr to Contributors list (#103746) Co-authored-by: Eric Butler --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 67a9497d..825655e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ - [Priyanshujindal](https://github.com/Priyanshujindal) - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! - [Watson](https://github.com/tanso0126) +- [Eric G Butler Jr](https://github.com/ericbutler1209) - [Krrishray](https://github.com/krrishray) - [Jacob](https://github.com/mj4863) - Jesus Christ! - [Abhishek Rawat][https://github.com/Abhishek2rawat] From a93940ac04f3ae36fe4727845388bbbcc111ce4a Mon Sep 17 00:00:00 2001 From: Ujwal Suresh Vanjare <51437409+usv240@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:38:15 -0400 Subject: [PATCH 057/942] Add Ujwal Suresh Vanjare to Contributors list (#103747) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 825655e9..4dd37462 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1552,6 +1552,7 @@ Eoin O'B - [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) From eea16f17c537d712c2f6ea3e290aa806ad8c363e Mon Sep 17 00:00:00 2001 From: Alan Bao Nguyen Date: Wed, 17 Sep 2025 15:45:15 -0700 Subject: [PATCH 058/942] Add Alan Bao Nguyen to Contributors list (#103747) (#103748) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4dd37462..a844d8cd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1329,6 +1329,7 @@ Ben - [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) - [Ravi](https://github.com/raviprakash7367) - [Druva Kumar](https://github.com/Dru-blip) From 64dd7828bdfc5287713352ded0bdfdde7216d323 Mon Sep 17 00:00:00 2001 From: Sai Chandra Tallam <105410954+saichandra84@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:12:37 -0500 Subject: [PATCH 059/942] Sai to Contributors list (#103749) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a844d8cd..41159dc6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ - [Amit Mavinakatti] (https://github.com/Amit-Mavinakatti) - [Abdul Rafique](https://github.com/abdul-rafique) - [Priyanshujindal](https://github.com/Priyanshujindal) +- sai - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! - [Watson](https://github.com/tanso0126) - [Eric G Butler Jr](https://github.com/ericbutler1209) @@ -2887,4 +2888,4 @@ DanyLeeCS - [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! \ No newline at end of file + [ARendall](https://github.com/18arendall) Hi everyone! From 8bc847ddeb8f88e9276e3f9f36455ddbccc2c06c Mon Sep 17 00:00:00 2001 From: Eric G Butler Jr <144960421+Ericbutler1209@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:10:49 -0500 Subject: [PATCH 060/942] Add Eric G Butler Jr to Contributors list (#103750) From 62cf69f928082b3de84ec06a873cd071bd43ab03 Mon Sep 17 00:00:00 2001 From: dobbs024 <86839150+dobbs024@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:11:52 -0500 Subject: [PATCH 061/942] Added my name and short message. (#103751) * Added my name and profile link * Added message to original post --------- Co-authored-by: Sam Dobbs <300085086@fvtc.edu> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 41159dc6..91553868 100644 --- a/Contributors.md +++ b/Contributors.md @@ -177,6 +177,7 @@ sdumini - [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) From b957f1bd97010b2e557d6887cfdf55bec1adc0bd Mon Sep 17 00:00:00 2001 From: Frank-128 <107749616+Frank-128@users.noreply.github.com> Date: Thu, 18 Sep 2025 07:53:52 +0530 Subject: [PATCH 062/942] add john jacob to the list of contributors (#103753) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91553868..4387ab63 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ - [b1tranger](https://github.com/b1tranger) - [NANAN](#####) - [Josh Mossman] +- [John JAcob] - [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) - [Tanishk Singhal](https://github.com/Tanishkcodes) -[Rajeev Shivah](https://github.com/rajeevshivah) From 455c287f1629f59f1cb3cbce6bac35fa774336bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=9E=AC?= Date: Thu, 18 Sep 2025 11:36:26 +0900 Subject: [PATCH 063/942] feat: add contribute --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4387ab63..725c14bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2891,3 +2891,4 @@ DanyLeeCS - [Ella](https://github.com/Ellasimms1) hey! - [Leon](https://github.com/Lvang05) Hello. [ARendall](https://github.com/18arendall) Hi everyone! + [kmj8843](https://github.com/kmj8843) From 53eec61ea904d78b301c31f571c11ee923dbda81 Mon Sep 17 00:00:00 2001 From: kmj8843 <47032060+kmj8843@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:42:21 +0900 Subject: [PATCH 064/942] feat: add contribute (#103754) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4387ab63..725c14bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2891,3 +2891,4 @@ DanyLeeCS - [Ella](https://github.com/Ellasimms1) hey! - [Leon](https://github.com/Lvang05) Hello. [ARendall](https://github.com/18arendall) Hi everyone! + [kmj8843](https://github.com/kmj8843) From b3b0c47a3a9ef6c6ffad95aeb47d73376c26861d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=9E=AC?= Date: Thu, 18 Sep 2025 11:46:34 +0900 Subject: [PATCH 065/942] fix: add - --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 725c14bc..e8a1b5d5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2891,4 +2891,4 @@ DanyLeeCS - [Ella](https://github.com/Ellasimms1) hey! - [Leon](https://github.com/Lvang05) Hello. [ARendall](https://github.com/18arendall) Hi everyone! - [kmj8843](https://github.com/kmj8843) +- [kmj8843](https://github.com/kmj8843) From 1553e41aaef1062f49a03371b97de4874b2c63e1 Mon Sep 17 00:00:00 2001 From: DB Date: Wed, 17 Sep 2025 22:32:14 -0600 Subject: [PATCH 066/942] Add FreshMess to Contributors list (#103757) Co-authored-by: FreshMess --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 725c14bc..4598ba25 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) - [Benja] - Hello! +- [freshmess](https://github.com/freshmess) - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! - [Raj Gajjar](https://github.com/RajGajjar-01) - [Jacopo Belli](https://github.com/Jacopobelli5) From 6abcba2e38b360f25f635d7fbccfe9077854c6ec Mon Sep 17 00:00:00 2001 From: SAIMANIKANTA TIPPANA Date: Thu, 18 Sep 2025 10:26:52 +0530 Subject: [PATCH 067/942] Added saimanikanta to the contributors list (#103758) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4598ba25..e6a51b0a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) - [Mahanthesh S](https://github.com/Mahi2708) +- [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) - [Ali Nasser](https://github.com/AliNasser05) - [Bug9519](https://github.com/Bug9519) From ca50022b61b56b2271c4ceb9c99c4ed2112701dc Mon Sep 17 00:00:00 2001 From: Ricardo Ibarra Garcia <116777631+MiadosC1@users.noreply.github.com> Date: Wed, 17 Sep 2025 23:40:54 -0700 Subject: [PATCH 068/942] Add MiadosC1 to COntributors list (#103759) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e6a51b0a..f0516a6c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1279,6 +1279,7 @@ Ben - [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) From d5e56870c204146ffe67b1f484bd7f1369225ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Firas=20Abbas=20=28Kairos=20S=C3=AEn=29?= Date: Thu, 18 Sep 2025 09:46:18 +0300 Subject: [PATCH 069/942] Add voiceinthedark to Contributors list (#103760) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f0516a6c..0e4192f6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -98,6 +98,7 @@ - [Agus](https://github.com/agusfdzm) - [Diogo Ferreira](https://github.com/fdiogo1) - [Hakimo abdikadir](https://github.com/hikmaladan) +- [voiceinthedark](https://github.com/voiceinthedark) - Anushka - [Mohammed Ibrahim] - [Jason Wiggs](https://github.com/wiggs30) From 13a0480e5a894cceb90c87a206b0e4c791be4131 Mon Sep 17 00:00:00 2001 From: Itika goel <147130718+itikaa@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:27:46 +0530 Subject: [PATCH 070/942] Add Itika Goel to Contributors list (#103761) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0e4192f6..8946554e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [Abdul Rafique](https://github.com/abdul-rafique) - [Priyanshujindal](https://github.com/Priyanshujindal) - sai + [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! - [Watson](https://github.com/tanso0126) - [Eric G Butler Jr](https://github.com/ericbutler1209) From 8219485310aabaec69c2e91a65a87825b93a40c5 Mon Sep 17 00:00:00 2001 From: Potuganti Ajay Kumar <143871370+ajay0120@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:12:50 +0530 Subject: [PATCH 071/942] Add ajay to Contributors list (#103762) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8946554e..bae21499 100644 --- a/Contributors.md +++ b/Contributors.md @@ -53,6 +53,7 @@ - [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) From 5291575edba3086def037a1e68746cb7f9dfac0f Mon Sep 17 00:00:00 2001 From: Mary Ivshenko <92757199+ivmary@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:29:26 +0300 Subject: [PATCH 072/942] Add ivmary to Contributors list (#103765) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bae21499..ef61937d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2869,6 +2869,7 @@ DanyLeeCS - [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! - [Jy](https://github.com/jy1534) - [ompug](https://github.com/ompug) -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) From 35fbdbd976bcdf15040aefbfdf1e8ada66befa25 Mon Sep 17 00:00:00 2001 From: Abdurrab Khan <67190463+AbdurrabKhan198@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:25:40 +0530 Subject: [PATCH 073/942] Name added (#103766) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ef61937d..b6566b7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2899,3 +2899,4 @@ DanyLeeCS - [Leon](https://github.com/Lvang05) Hello. [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) +- [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! \ No newline at end of file From 888c0fb5b84a9a57ba6a40616d8cd9627e817224 Mon Sep 17 00:00:00 2001 From: Asim Date: Thu, 18 Sep 2025 16:33:27 +0530 Subject: [PATCH 074/942] Add Mir Asim Ali to Contributors list (#103768) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b6566b7d..1db056b3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Omveer](https://github.com/narukaz/) +- [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) From 9f59465c0625c6d0135e7ecc3e1738e6a570d9bb Mon Sep 17 00:00:00 2001 From: huncholane <113503551+huncholane@users.noreply.github.com> Date: Thu, 18 Sep 2025 04:12:49 -0700 Subject: [PATCH 075/942] Add Lane Henslee to contributors list (#103769) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1db056b3..b3313156 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - sai [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! +- [Lane Henslee](https://github.com/huncholane) - Go Vols - [Watson](https://github.com/tanso0126) - [Eric G Butler Jr](https://github.com/ericbutler1209) - [Krrishray](https://github.com/krrishray) @@ -2900,4 +2901,4 @@ DanyLeeCS - [Leon](https://github.com/Lvang05) Hello. [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) -- [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! \ No newline at end of file +- [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! From 2983193b23b3e2845daec98fba69e5714e006eef Mon Sep 17 00:00:00 2001 From: Debanjan009 <107977647+Debanjan009@users.noreply.github.com> Date: Thu, 18 Sep 2025 16:54:00 +0530 Subject: [PATCH 076/942] added my name (#103770) Co-authored-by: Debanjan Kshetry --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b3313156..eb3eb9ba 100644 --- a/Contributors.md +++ b/Contributors.md @@ -51,6 +51,7 @@ - Vo Huy - Shreyaa - Swedel Lasrado +- Debanjan Kshetry - [Sergio Frastalis](https://github.com/SergioFrastalis) - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) @@ -139,7 +140,7 @@ - [RUDRA TAILOR](https://github.com/RudraTailor) - santiago robles - adasrh yadav -- Debanjan Kshetry +- 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. From 09c1b4da42fa9c1bc71aedc2d3982dea65aa668d Mon Sep 17 00:00:00 2001 From: NK <34739701+numenk@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:33:57 +0300 Subject: [PATCH 077/942] Add numenk to Contributors list (#103772) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Numan Kurşun --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eb3eb9ba..7d9222c3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -206,6 +206,7 @@ sdumini - [Christian Petrucci] - [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) From 4253638ac5282063d8f20c8565dca78ea0292e21 Mon Sep 17 00:00:00 2001 From: Nishantt81 Date: Thu, 18 Sep 2025 17:19:38 +0530 Subject: [PATCH 078/942] Added Nishant to contribution list (#103773) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7d9222c3..fdd1a4b3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1394,6 +1394,7 @@ Eoin O'B - [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) From c74afe21e25ef62eb49865285ce13b0722e4d1f5 Mon Sep 17 00:00:00 2001 From: Christo Thomas <136918378+crist-0@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:05:14 +0530 Subject: [PATCH 079/942] Add Cristo to Contributors list (#103775) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fdd1a4b3..3b14e4b9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2291,6 +2291,7 @@ Cloudman - [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) From ef9157237bf4636473371bdee30a355264dd1230 Mon Sep 17 00:00:00 2001 From: Pavan-000 Date: Thu, 18 Sep 2025 18:06:24 +0530 Subject: [PATCH 080/942] thanks for teaching how to contribute to the opensource --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fdd1a4b3..36dff3fa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2905,3 +2905,4 @@ DanyLeeCS [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! +[Eluri Pavan Kumar] (https://github.com/Pavan-000) Hello thanks for the Guidance From 6bfc368f4664bcd2d0100dbb1e36f54bc5b4402c Mon Sep 17 00:00:00 2001 From: corvac <54817207+corvac@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:44:38 +0100 Subject: [PATCH 081/942] Add corvac to contributors list (#103776) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3b14e4b9..d9b6bf6f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -262,6 +262,7 @@ sdumini - [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) From aadd90a213dcac47b910fbb83cd818408a094523 Mon Sep 17 00:00:00 2001 From: Lakshay Singh Rathore <138967006+L-S-R@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:21:39 +0530 Subject: [PATCH 082/942] Added Lakshay Singh Rathore to Contributors list (#103777) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d9b6bf6f..99593d1e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2895,7 +2895,7 @@ DanyLeeCS - [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) WHAT'S GOOD GITHUB NATION +- [Jed Engel](https://github.com/Jed-From-Wisconsin) HAT'S GOOD GITHUB NATION - [JAFitch](https://github.com/jafitch) glad to be here! - [otocolobus12](https://github.com/otocolobus12) - [ritik](https://github.com/ritik-python) @@ -2907,3 +2907,4 @@ DanyLeeCS [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! +-[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! From 33b83e972a2ad7634d295951d811e7ab18742528 Mon Sep 17 00:00:00 2001 From: Nikhil Chenna Date: Thu, 18 Sep 2025 18:24:48 +0530 Subject: [PATCH 083/942] Add NikhilChenna to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 1d81e9cc..a8be6374 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2856,6 +2856,7 @@ DanyLeeCS - [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 @@ -2870,3 +2871,4 @@ DanyLeeCS - [JAFitch](https://github.com/jafitch) glad to be here! - [otocolobus12](https://github.com/otocolobus12) - [ritik](https://github.com/ritik-python) + From 4afdae151cf418760c24ee0f56aae9acadd7bb23 Mon Sep 17 00:00:00 2001 From: Pavan-000 Date: Thu, 18 Sep 2025 18:28:31 +0530 Subject: [PATCH 084/942] resolved --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 36dff3fa..4d517e38 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2904,5 +2904,5 @@ DanyLeeCS - [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! -[Eluri Pavan Kumar] (https://github.com/Pavan-000) Hello thanks for the Guidance From 81e961823e4c1af9cc843676da71f144a6153f4b Mon Sep 17 00:00:00 2001 From: Pavan Kumar Eluri <85089171+Pavan-000@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:29:29 +0530 Subject: [PATCH 085/942] Learned how to contribute to the opensource (#103778) * thanks for teaching how to contribute to the opensource * resolved --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 99593d1e..3169c1d9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2906,5 +2906,6 @@ DanyLeeCS - [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! -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! From a0f9a750e38050b837b8dd121b9246ee87cc8cb6 Mon Sep 17 00:00:00 2001 From: VRUSHA <91264909+vrushaaa@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:33:43 +0530 Subject: [PATCH 086/942] ADD Vrusha to contributors list (#103780) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3169c1d9..46e4ba96 100644 --- a/Contributors.md +++ b/Contributors.md @@ -198,6 +198,7 @@ sdumini - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) - [Vedhashree Sampath] (https://github.com/vedhashrees) +- [Vrusha] (https://github.com/vrushaaa) - [Mohith Butta] (https:/github.com/loicmohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) From a216797bc174f16a54c49457870f5b4ec9c880ad Mon Sep 17 00:00:00 2001 From: Debanjan009 <107977647+Debanjan009@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:39:13 +0530 Subject: [PATCH 087/942] Added my name to contributors (#103782) Co-authored-by: Debanjan Kshetry --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 46e4ba96..fedb40c9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -40,6 +40,7 @@ - [NANAN](#####) - [Josh Mossman] - [John JAcob] +- [Debanjan Floydee] - [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) - [Tanishk Singhal](https://github.com/Tanishkcodes) -[Rajeev Shivah](https://github.com/rajeevshivah) From ddf237082e8958efe5b901942af6869932f61869 Mon Sep 17 00:00:00 2001 From: Lakshay Singh Rathore <138967006+L-S-R@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:51:17 +0530 Subject: [PATCH 088/942] Update Contributors.md From 1f3b355d98bd67edeba508e617fb6cc7a0435c4d Mon Sep 17 00:00:00 2001 From: Rishi Raj <146685486+rishiraj1209@users.noreply.github.com> Date: Thu, 18 Sep 2025 19:10:48 +0530 Subject: [PATCH 089/942] Add Rishi Raj to contributors list (#103784) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fedb40c9..d79269ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1272,6 +1272,7 @@ Ben - [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) From 3885931955f190d5f8d58729837badeeeafb8a3b Mon Sep 17 00:00:00 2001 From: Algacyr Melo <59575878+algacyr-melo@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:44:38 -0300 Subject: [PATCH 090/942] Add Algacyr Melo to Contributors list (#103785) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d79269ee..97fcb937 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Omveer](https://github.com/narukaz/) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) +- [Algacyr Melo](https://github.com/algacyr-melo) - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) - [Mahanthesh S](https://github.com/Mahi2708) From 43d6f65995dd8147b6339cb6fe7b8741507e4b09 Mon Sep 17 00:00:00 2001 From: Geetr695 Date: Thu, 18 Sep 2025 18:24:31 +0300 Subject: [PATCH 091/942] Added my name to Contributors list! (#103786) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 97fcb937..a8a3ed67 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2913,3 +2913,4 @@ DanyLeeCS [Eluri Pavan Kumar] (https://github.com/Pavan-000) Hello thanks for the Guidance - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! +- [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! \ No newline at end of file From 295999079fefc3a1e31c9b04e93ecf0fe8195244 Mon Sep 17 00:00:00 2001 From: Aditya Yadav <105319818+adityay72@users.noreply.github.com> Date: Thu, 18 Sep 2025 21:14:14 +0530 Subject: [PATCH 092/942] Add my name to the list (#103788) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a8a3ed67..d16d3bbc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2913,4 +2913,5 @@ DanyLeeCS [Eluri Pavan Kumar] (https://github.com/Pavan-000) Hello thanks for the Guidance - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! -- [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! \ No newline at end of file +- [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! +- [adityay72](https://github.com/adityay72) This is a very good initiative! \ No newline at end of file From a1effb8704da1f9c1fcf6f2944befd29e4874cc6 Mon Sep 17 00:00:00 2001 From: Mihir Mainkar <60776784+mihirm3hub@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:00:36 +0100 Subject: [PATCH 093/942] Add Mihir M to Contributors list (#103789) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d16d3bbc..3ef327d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Omveer](https://github.com/narukaz/) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [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) From b297fac8f78cfefa2238d6641dcba17c5a2dd0cf Mon Sep 17 00:00:00 2001 From: Kaegan M <800063157@fvtc.edu> Date: Thu, 18 Sep 2025 11:01:28 -0500 Subject: [PATCH 094/942] My first Contribution (#103791) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3ef327d1..3803c32c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2915,4 +2915,5 @@ DanyLeeCS - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! - [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! -- [adityay72](https://github.com/adityay72) This is a very good initiative! \ No newline at end of file +- [adityay72](https://github.com/adityay72) This is a very good initiative! +- [KaeganM](https://github.com/KaeganM) My first Contribution \ No newline at end of file From 34d11caeec15b8645f91e073b7eb1483f5c21107 Mon Sep 17 00:00:00 2001 From: Bob200409 Date: Fri, 19 Sep 2025 00:17:34 +0800 Subject: [PATCH 095/942] Add Bob200409 to Contributors.md (#103792) Co-authored-by: qinbo <2169194393@qq.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3803c32c..39125658 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Omveer](https://github.com/narukaz/) +- [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) - [Mihir M](https://github.com/mihirm3hub) From 21668b19649cdd17c66c5e6162b115109893b8ec Mon Sep 17 00:00:00 2001 From: Gigitor <167377719+Gigitor@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:56:16 +0200 Subject: [PATCH 096/942] Add Gigitor to Contributors list (#103793) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 39125658..033d5b24 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2917,4 +2917,5 @@ DanyLeeCS -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! - [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! - [adityay72](https://github.com/adityay72) This is a very good initiative! -- [KaeganM](https://github.com/KaeganM) My first Contribution \ No newline at end of file +- [KaeganM](https://github.com/KaeganM) My first Contribution +- [Gigitor](https://github.com/Gigitor) Hello developer friends ;^D \ No newline at end of file From 4e8603491f6acb459c0902a59ab3111854268c61 Mon Sep 17 00:00:00 2001 From: Prason Kc <118915808+prasonkc@users.noreply.github.com> Date: Thu, 18 Sep 2025 22:46:12 +0545 Subject: [PATCH 097/942] Added name to contributors (#103794) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 033d5b24..850fad16 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1667,6 +1667,7 @@ Eoin O'B - [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) From d304c85111515205320acb818d8bbe4bc7be79be Mon Sep 17 00:00:00 2001 From: bhavanamb <54509498+bhavanamb@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:16:54 -0500 Subject: [PATCH 098/942] add Bhavana to contributors list (#103795) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 850fad16..2bec819b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) - [Benja] - Hello! +- [Bhavana] - [freshmess](https://github.com/freshmess) - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! - [Raj Gajjar](https://github.com/RajGajjar-01) From e23360d50037f2ec5c87dfc181c91182e64b7306 Mon Sep 17 00:00:00 2001 From: Varnika Vysyaraju Date: Thu, 18 Sep 2025 23:05:04 +0530 Subject: [PATCH 099/942] Add Varnika to the Contributors list (#103796) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2bec819b..51cb2094 100644 --- a/Contributors.md +++ b/Contributors.md @@ -204,6 +204,7 @@ sdumini - [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) From 78083f2e06434f6af8e1bfdd0af654e61fcb8b8d Mon Sep 17 00:00:00 2001 From: Manoj Metgud <69072494+manojm01@users.noreply.github.com> Date: Thu, 18 Sep 2025 23:19:41 +0530 Subject: [PATCH 100/942] Add Manoj to Contributors list (#103797) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 51cb2094..c27ad9d3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2861,6 +2861,7 @@ DanyLeeCS - [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) From f40e36015bd11be826aa04d68cdcbd822ec814a1 Mon Sep 17 00:00:00 2001 From: Nihal0690 <132367724+Nihal0690@users.noreply.github.com> Date: Thu, 18 Sep 2025 23:40:26 +0530 Subject: [PATCH 101/942] Add my-name to Contributors list (#103798) Co-authored-by: Nihal Gupta --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c27ad9d3..607c574d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1386,6 +1386,7 @@ Ben - [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) From bfd2882bbc447d800f17fe3c2ccb5b64312ee00e Mon Sep 17 00:00:00 2001 From: kungfoopanda-0 Date: Thu, 18 Sep 2025 11:48:19 -0700 Subject: [PATCH 102/942] Add Kungfoopanda to Contributors list (#103799) Co-authored-by: rahulsanjay009 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 607c574d..ddc05f6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -57,6 +57,7 @@ - Shreyaa - Swedel Lasrado - Debanjan Kshetry +- Kungfoo Panda - [Sergio Frastalis](https://github.com/SergioFrastalis) - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) From bc099fed2dbd09d7717d8a69883bf45a51daecde Mon Sep 17 00:00:00 2001 From: TheReactiveMice <115097517+TheReactiveMice@users.noreply.github.com> Date: Thu, 18 Sep 2025 23:53:46 +0500 Subject: [PATCH 103/942] Add TheReactiveMice to Contributors list (#103800) Co-authored-by: TheReactiveMice --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ddc05f6d..ad30eece 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2924,4 +2924,5 @@ DanyLeeCS - [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! - [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 ;^D \ No newline at end of file +- [Gigitor](https://github.com/Gigitor) Hello developer friends ; +- [TheReactiveMice](https://github.com/TheReactiveMice) That's where everything is beginning? From 64f3a05a7b68ab9d55746b5671299f8788439722 Mon Sep 17 00:00:00 2001 From: ARYAN BHATT Date: Fri, 19 Sep 2025 00:31:08 +0530 Subject: [PATCH 104/942] Added Aryan Bhatt to Contributors list (#103801) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ad30eece..b05ec174 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Omveer](https://github.com/narukaz/) +- [ARYAN BHATT](https://github.com/aryanbhatt767) - [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) From ee4e9aed3cbd694fa6827e742205bb606d0d59f5 Mon Sep 17 00:00:00 2001 From: aleks_bg44 <800077413@fvtc.edu> Date: Thu, 18 Sep 2025 15:17:02 -0500 Subject: [PATCH 105/942] added AleksBG44 to contributors.md (#103802) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b05ec174..13221a22 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2927,3 +2927,4 @@ DanyLeeCS - [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! \ No newline at end of file From 741416b9318adaa5dd670e91175d92696afb683c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rub=C3=A9n=20L=C3=B3pez=20Valdez?= <60888390+victorLvaldez@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:59:31 -0600 Subject: [PATCH 106/942] Add victorLvaldez to Contributors list (#103803) Co-authored-by: Victor Valdez --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 13221a22..ea56eb5a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2890,6 +2890,7 @@ DanyLeeCS - [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) From 4adee523f501de20c912a95595b491c9680baf01 Mon Sep 17 00:00:00 2001 From: AdewaleOpeloyeru Date: Thu, 18 Sep 2025 22:00:57 +0100 Subject: [PATCH 107/942] Add adewale-opeloyeru to Contributors list (#103804) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ea56eb5a..cd18a5a6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1896,6 +1896,7 @@ Eoin O'B - [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) From 7fc34135de709a37335aafa06e069b37f0dd1882 Mon Sep 17 00:00:00 2001 From: S Date: Fri, 19 Sep 2025 02:52:26 +0530 Subject: [PATCH 108/942] Add Sanket to Contributor list (#103805) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cd18a5a6..613c9146 100644 --- a/Contributors.md +++ b/Contributors.md @@ -278,6 +278,7 @@ sdumini - [Arezoo] - [1983730774] - [원세영](https://github.com/seyoung5744) +- [संकेत](https://github.com/Hercules-078) - [Akash Goyal](https://github.com/1223akash) - [Jacques Antoine] - [Mohd Ayan](https://github.com/codistan-commit) From a2804f12cef09ba820b860e6bb74fc08e7f2f5b2 Mon Sep 17 00:00:00 2001 From: Spidun Date: Thu, 18 Sep 2025 16:51:50 -0500 Subject: [PATCH 109/942] Added spidun to cons (#103806) Co-authored-by: Brady pennings --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 613c9146..4199044e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2930,4 +2930,5 @@ DanyLeeCS - [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! \ No newline at end of file +[AleksBG44](https://github.com/AleksBG44) Good luck to everyone in your projects! +[Spidun](https://github.com/Spidun) Hello Welcome to you new life. \ No newline at end of file From f1c46654146ab439daa46a91701f93948a6986f6 Mon Sep 17 00:00:00 2001 From: Bensolve <137656016+Bensolve@users.noreply.github.com> Date: Thu, 18 Sep 2025 22:05:15 +0000 Subject: [PATCH 110/942] Add Benjamin-Boateng to Contributors list (#103807) Co-authored-by: Bensolve <54053468+Benjamin569@users.noreply.github.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4199044e..11882e1a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -813,6 +813,7 @@ P Venkata Rami Reddy - 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) From cdd206c62fb7f52ebc9c08d112db689f564e7def Mon Sep 17 00:00:00 2001 From: davidepichardo Date: Thu, 18 Sep 2025 16:19:32 -0700 Subject: [PATCH 111/942] Add david (#103808) Co-authored-by: Xaiphon --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 11882e1a..87f019d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2927,6 +2927,7 @@ DanyLeeCS - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! - [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! +- 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 ; From 480f38392cf23ea2380423cba3d179f5102733a4 Mon Sep 17 00:00:00 2001 From: Bensolve <137656016+Bensolve@users.noreply.github.com> Date: Thu, 18 Sep 2025 23:30:52 +0000 Subject: [PATCH 112/942] Add Benjamin-Boateng to Contributors list (#103809) Co-authored-by: Bensolve <54053468+Benjamin569@users.noreply.github.com> From d1a5a540487210a60de4aa20eb75ac07bbbe6e99 Mon Sep 17 00:00:00 2001 From: Kaiden Her Date: Thu, 18 Sep 2025 18:31:52 -0500 Subject: [PATCH 113/942] Contributer-list (#103810) * Kaiden Her Contributer list * Added my name and link and descriptions --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 87f019d8..89000afd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1064,6 +1064,7 @@ Ben - [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) @@ -2933,4 +2934,4 @@ DanyLeeCS - [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. \ No newline at end of file +[Spidun](https://github.com/Spidun) Hello Welcome to you new life. From a878648795f839303824638958e4830dcc6b5e07 Mon Sep 17 00:00:00 2001 From: Daniel Arrieta Date: Thu, 18 Sep 2025 17:35:50 -0600 Subject: [PATCH 114/942] Add Daniel-Arrieta to Contributors list (#103811) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 89000afd..a43afc7b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -144,6 +144,7 @@ - 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) - santiago robles - adasrh yadav From 5d7fdd6dfbeb256a01d901b1347b2c822e5e836c Mon Sep 17 00:00:00 2001 From: Kaiden Her Date: Thu, 18 Sep 2025 18:36:35 -0500 Subject: [PATCH 115/942] Kaiden Contributer list (#103812) * Kaiden Her Contributer list * Added my name and link and descriptions From 281ad987510fddb823666ba1d927a97befffec8b Mon Sep 17 00:00:00 2001 From: stijee Date: Thu, 18 Sep 2025 18:38:52 -0500 Subject: [PATCH 116/942] Add stijee to Contributors list (#103813) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a43afc7b..fd6f3ac7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ - [LayorX](https://github.com/LayorX) - [Benja] - Hello! - [Bhavana] +- [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! - [Raj Gajjar](https://github.com/RajGajjar-01) From d54e4153a7df67c9da1db907840a1563dcf2180b Mon Sep 17 00:00:00 2001 From: Shyynek Date: Fri, 19 Sep 2025 01:39:39 +0200 Subject: [PATCH 117/942] Add Shyynek to Contributors list (#103814) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd6f3ac7..3cb7991f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ - Swedel Lasrado - Debanjan Kshetry - Kungfoo Panda +- Shyynek - [Sergio Frastalis](https://github.com/SergioFrastalis) - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) From 841403350d9ec721317bf29db76a8976979b1b5f Mon Sep 17 00:00:00 2001 From: SJOlson7 Date: Thu, 18 Sep 2025 20:10:56 -0500 Subject: [PATCH 118/942] Added name (#103815) Co-authored-by: Sam Olson --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3cb7991f..e1d90a51 100644 --- a/Contributors.md +++ b/Contributors.md @@ -774,6 +774,7 @@ Shruti Tiwari - 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) From 8b4838754f1279c778b5c5158e73dd7b49d0ae55 Mon Sep 17 00:00:00 2001 From: Miguel Cardoso Date: Thu, 18 Sep 2025 22:18:52 -0300 Subject: [PATCH 119/942] Add Miguel Cardoso to Contributors list (#103816) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e1d90a51..19196fbf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2853,6 +2853,7 @@ DanyLeeCS [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) From 5740abd1283f8ac56033fb23f7cc80cfb5f070d0 Mon Sep 17 00:00:00 2001 From: Taylor McDile Date: Thu, 18 Sep 2025 20:51:24 -0500 Subject: [PATCH 120/942] Add name to contributors file (#103817) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 19196fbf..48f65358 100644 --- a/Contributors.md +++ b/Contributors.md @@ -150,6 +150,7 @@ - [RUDRA TAILOR](https://github.com/RudraTailor) - santiago robles - adasrh yadav +- [Taylor McDile] - Debanjan Kshetry2 - Manthan Maidawat - A Bhargavi (https://github.com/bunnybhargavi) From 416274bcefe94109c7c44011b840bb10c1460a71 Mon Sep 17 00:00:00 2001 From: Jonn3 Date: Thu, 18 Sep 2025 20:53:12 -0500 Subject: [PATCH 121/942] New branch (#103818) * Put name in contributors.md * Fix name Jon Johnson Contributors.md --------- Co-authored-by: Jon Johnson --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 48f65358..f8494415 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ - [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) From 36ead7ebcad1ecb1b5ccedc6945fc67d70011bff Mon Sep 17 00:00:00 2001 From: Briiiiiii Date: Thu, 18 Sep 2025 20:57:47 -0500 Subject: [PATCH 122/942] Added name (#103819) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f8494415..53556b41 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2942,3 +2942,4 @@ DanyLeeCS - [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! \ No newline at end of file From ca417ac80647d634ce9b8d87e0f174daaccaaa98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C4=83n=20Qu=C3=A2n?= Date: Fri, 19 Sep 2025 09:57:12 +0700 Subject: [PATCH 123/942] Add Quan Dinh to Contributors list (#103820) Co-authored-by: Quan Dinh (Ominext) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 53556b41..a5463c9a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2259,6 +2259,7 @@ Cloudman - [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) From da74e82683773989b4c5f6ad614510e52cf30ff4 Mon Sep 17 00:00:00 2001 From: Ka Zoua Vang Date: Thu, 18 Sep 2025 22:31:06 -0500 Subject: [PATCH 124/942] updated first contribution (#103821) Co-authored-by: Ka Zoua Vang <200164035@fvtc.edu> --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a5463c9a..7e599ace 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2943,4 +2943,5 @@ DanyLeeCS - [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! \ No newline at end of file +[Brianna Durrant](https://github.com/BriN3r) Heyyy! +[kzvang](https://github.com/kzvang) My first contribution! \ No newline at end of file From 56c6207821447295bb74ea0854364c2f0eafef66 Mon Sep 17 00:00:00 2001 From: Suhaib S <147570772+Suhaib536@users.noreply.github.com> Date: Fri, 19 Sep 2025 10:34:22 +0530 Subject: [PATCH 125/942] Add Suhaib to Contributors list (#103822) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7e599ace..8d353ad9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) - [Benja] - Hello! +- [Suhaib] - (https://github.com/Suhaib536) - [Bhavana] - [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) From bcb86a7e7f64fcdfa05664fa91f20c140babaa8a Mon Sep 17 00:00:00 2001 From: karanhb-pixel Date: Fri, 19 Sep 2025 11:11:51 +0530 Subject: [PATCH 126/942] Add karan to Contributors list (#103823) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8d353ad9..b18cfa81 100644 --- a/Contributors.md +++ b/Contributors.md @@ -45,6 +45,7 @@ - [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) - [b1tranger](https://github.com/b1tranger) +- [karan](https://github.com/karanhb-pixel) - [NANAN](#####) - [Josh Mossman] - [John JAcob] From b499f6e68ae458c1325757662d9b785eab9c624c Mon Sep 17 00:00:00 2001 From: Digvijay Kumar Singh Date: Fri, 19 Sep 2025 12:03:43 +0530 Subject: [PATCH 127/942] Add Digvijay Singh to contributors list (#103824) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b18cfa81..6a20ed50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ - [b1tranger](https://github.com/b1tranger) - [karan](https://github.com/karanhb-pixel) - [NANAN](#####) +- [Digvijay Chauhan](https://github.com/chauhandigvijay1) - [Josh Mossman] - [John JAcob] - [Debanjan Floydee] From 3749e20149a05e97bbae953dbb29930af39fef45 Mon Sep 17 00:00:00 2001 From: nitinbharathy Date: Fri, 19 Sep 2025 15:36:51 +0800 Subject: [PATCH 128/942] Update Contributors.md (#103825) Getting familiar with GitHub --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6a20ed50..8e65c97e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2939,6 +2939,7 @@ DanyLeeCS - [Abdurrab Khan](https://github.com/AbdurrabKhan198) 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 @@ -2947,4 +2948,4 @@ DanyLeeCS [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! \ No newline at end of file +[kzvang](https://github.com/kzvang) My first contribution! From 9a2bd58e55677f0f1844d77919b083a002912d91 Mon Sep 17 00:00:00 2001 From: tharun reddy <159301909+Tharun-0408@users.noreply.github.com> Date: Fri, 19 Sep 2025 13:09:18 +0530 Subject: [PATCH 129/942] Add Tharun Reddy to Contributors list (#103826) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8e65c97e..05c054a7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2873,6 +2873,7 @@ DanyLeeCS - [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) From 69d75fb985bb069c0ca5c7d229430c793f689ccf Mon Sep 17 00:00:00 2001 From: Aarush2905 Date: Fri, 19 Sep 2025 14:07:48 +0530 Subject: [PATCH 130/942] add Aarush Sanghi to Contributors list (#103827) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 05c054a7..d24e538c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2950,3 +2950,4 @@ DanyLeeCS [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 From 1aa4366a30dc866973d9efcf29e80ab173cb5490 Mon Sep 17 00:00:00 2001 From: Aryan Jadhav Date: Fri, 19 Sep 2025 14:27:38 +0530 Subject: [PATCH 131/942] Add Aryan Jadhav to Contributors list (#103828) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d24e538c..b0bfe908 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) - [Ali Nasser](https://github.com/AliNasser05) +- [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) From a4f154f373449616c52ef66823546b00607776fb Mon Sep 17 00:00:00 2001 From: Pavitharan Varunanantharasa <105290151+Pavitharan02@users.noreply.github.com> Date: Fri, 19 Sep 2025 14:37:26 +0530 Subject: [PATCH 132/942] Add pavitharan to Contributors list (#103829) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b0bfe908..67564413 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1987,6 +1987,7 @@ Cloudman - [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) From d8d9eb331201c55fa9d05a2c87f63b5c6c6faf2c Mon Sep 17 00:00:00 2001 From: shivanjali Date: Fri, 19 Sep 2025 14:40:23 +0530 Subject: [PATCH 133/942] shivanjali desai --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index a5463c9a..baa664d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -61,8 +61,10 @@ - Swedel Lasrado - Debanjan Kshetry - Kungfoo Panda + - Shyynek - [Sergio Frastalis](https://github.com/SergioFrastalis) +- [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) From dbb1d035bb8309ad5697e38eb1d34256e9e8d56f Mon Sep 17 00:00:00 2001 From: Amit Kumar <141754608+AK-Amit-Kumar@users.noreply.github.com> Date: Fri, 19 Sep 2025 16:56:21 +0530 Subject: [PATCH 134/942] Add Amit Kumar in Contributers List (#103831) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 67564413..9c2c2126 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [Bug9519](https://github.com/Bug9519) - [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) - [LayorX](https://github.com/LayorX) - [Benja] - Hello! From 46edd873ef16d001773159e900c600433d807bdc Mon Sep 17 00:00:00 2001 From: Soybean501 <95052512+Soybean501@users.noreply.github.com> Date: Fri, 19 Sep 2025 12:41:51 +0100 Subject: [PATCH 135/942] added soybean501 to contributors (#103832) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9c2c2126..91f88c36 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1466,6 +1466,7 @@ Eoin O'B - [Zemenu Mekuria](https://github.com/Teklez) - [Kimjunseoo](https://github.com/kimjunseoo) - [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) From bf386b7497e1251ef8f63cd352539b6fb503103b Mon Sep 17 00:00:00 2001 From: maxincamer <82383858+madmax5490@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:11:26 +0300 Subject: [PATCH 136/942] Add Maksim to Contributors list (#103833) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91f88c36..a242ec12 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2112,6 +2112,7 @@ Cloudman - [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) From 9ff47b0ccfd284ec4465e6ba71e611f976089bcc Mon Sep 17 00:00:00 2001 From: Enes Demir Date: Fri, 19 Sep 2025 16:03:50 +0300 Subject: [PATCH 137/942] Update Contributors.md (#103834) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a242ec12..68a2f300 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2956,3 +2956,4 @@ DanyLeeCS [Brianna Durrant](https://github.com/BriN3r) Heyyy! [kzvang](https://github.com/kzvang) My first contribution! - Aarush Sanghi +[Enes Demir](https://github.com/GadgetXl) \ No newline at end of file From f110a880ff027817a7560efa8c052f7bd1b6bf3c Mon Sep 17 00:00:00 2001 From: Emilio Date: Fri, 19 Sep 2025 08:04:36 -0500 Subject: [PATCH 138/942] Add Emilio to list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a242ec12..4d1c89e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Omveer](https://github.com/narukaz/) +- [Emilio](https://github.com/epeguero8311) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) From b5531d853464dcd753a58fbf2fc263e4a1384d28 Mon Sep 17 00:00:00 2001 From: Sushean Sharma <121373693+sushean@users.noreply.github.com> Date: Fri, 19 Sep 2025 19:06:41 +0530 Subject: [PATCH 139/942] first contribution (#103835) Co-authored-by: Sushean Sharma --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 68a2f300..913593fc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2956,4 +2956,5 @@ DanyLeeCS [Brianna Durrant](https://github.com/BriN3r) Heyyy! [kzvang](https://github.com/kzvang) My first contribution! - Aarush Sanghi -[Enes Demir](https://github.com/GadgetXl) \ No newline at end of file +[Enes Demir](https://github.com/GadgetXl) +[Sushean Sharma](https://github.com/sushean) \ No newline at end of file From 79d0f597d63d62e33ecff3d2dcd66718c8cfedfc Mon Sep 17 00:00:00 2001 From: Amaan214 <148791869+Amaan214@users.noreply.github.com> Date: Fri, 19 Sep 2025 19:36:12 +0530 Subject: [PATCH 140/942] Added Amaan214 to the contributor list (#103836) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 913593fc..3dcf14c0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -290,6 +290,7 @@ sdumini - [원세영](https://github.com/seyoung5744) - [संकेत](https://github.com/Hercules-078) - [Akash Goyal](https://github.com/1223akash) +- [Amaan214](https://github.com/Amaan214) - [Jacques Antoine] - [Mohd Ayan](https://github.com/codistan-commit) - [SQDEL] From fef2d242b142c20cec764def6900748f9ceb9061 Mon Sep 17 00:00:00 2001 From: shushank005 Date: Fri, 19 Sep 2025 20:06:31 +0530 Subject: [PATCH 141/942] feat: Add Shushank to contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6a20ed50..bb93df27 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2947,4 +2947,5 @@ DanyLeeCS [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! \ No newline at end of file +[kzvang](https://github.com/kzvang) My first contribution! +- [Shushank](https://github.com/shushank005) \ No newline at end of file From ab23ab041f8c4553258a6e41ad6f85f2f6a55919 Mon Sep 17 00:00:00 2001 From: nmani28 <2568636+nmani28@users.noreply.github.com> Date: Fri, 19 Sep 2025 20:40:24 +0530 Subject: [PATCH 142/942] Add Mani to contributors list (#103839) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3dcf14c0..e17d9789 100644 --- a/Contributors.md +++ b/Contributors.md @@ -850,6 +850,7 @@ P Venkata Rami Reddy - [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) From 6aaec278ba64361048193f217da68351fe636fda Mon Sep 17 00:00:00 2001 From: Kunal Mishra <90129169+kunalmishraa@users.noreply.github.com> Date: Fri, 19 Sep 2025 21:50:14 +0530 Subject: [PATCH 143/942] added name in the contribution (#103840) Co-authored-by: Kunal Mishra --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e17d9789..7c05f985 100644 --- a/Contributors.md +++ b/Contributors.md @@ -181,6 +181,7 @@ sdumini - [DEVANSH SHUKLA] (https://github.com/devansh391k) - [Kartik Mishra] (https://github.com/kartikmishra210) - [Kunal Sable] (https://github.com/Kunals990) +- [Kunal Mishra] (https://github.com/kunalmishraa) - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Samidu Kaushalaya] (https://github.com/samidukushalaya) - [Shivam Verma] (https://github.com/shivamxverma) From 95ab04e6ed8b33ab95a6182f84d56fce44811d4f Mon Sep 17 00:00:00 2001 From: Rover <104219463+BubbleCoding@users.noreply.github.com> Date: Fri, 19 Sep 2025 18:49:48 +0200 Subject: [PATCH 144/942] Add Bubs to COntributors list (#103841) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7c05f985..e39da891 100644 --- a/Contributors.md +++ b/Contributors.md @@ -895,6 +895,7 @@ P Venkata Rami Reddy =[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) @@ -2960,4 +2961,4 @@ DanyLeeCS [kzvang](https://github.com/kzvang) My first contribution! - Aarush Sanghi [Enes Demir](https://github.com/GadgetXl) -[Sushean Sharma](https://github.com/sushean) \ No newline at end of file +[Sushean Sharma](https://github.com/sushean) From c78285ecaef5451fc098cd52bb0858ee2587e9c3 Mon Sep 17 00:00:00 2001 From: jorge sierra Date: Fri, 19 Sep 2025 12:12:01 -0500 Subject: [PATCH 145/942] Add Jorge Sierra to Contributors list (#103842) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e39da891..70c4b54b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2962,3 +2962,4 @@ DanyLeeCS - Aarush Sanghi [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) +[Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. From ff77b77f4dcfb28f683606b9e63f8998e54c48ed Mon Sep 17 00:00:00 2001 From: Wasiq Date: Fri, 19 Sep 2025 22:25:46 +0500 Subject: [PATCH 146/942] Add wasiq to contributors (#103843) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 70c4b54b..83568b16 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ - [Bhavana] - [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) From ea8e8db073bede73c4ba9b34a795fd0455ca1eda Mon Sep 17 00:00:00 2001 From: Cesar Rebolledo <104473118+cesrebol@users.noreply.github.com> Date: Fri, 19 Sep 2025 13:32:05 -0400 Subject: [PATCH 147/942] Add cesrebol branch to contributors.md (#103845) Co-authored-by: Cesar Rebolledo --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 83568b16..e5fe9d4c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2643,6 +2643,7 @@ jack - first contribution practice - [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 From 2eb67135a8f6aad45578d30f4f4fe2ce11068d88 Mon Sep 17 00:00:00 2001 From: ProdAyesian Date: Fri, 19 Sep 2025 12:36:22 -0500 Subject: [PATCH 148/942] add my name and a funny lil message (#103846) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e5fe9d4c..ea829d23 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Omveer](https://github.com/narukaz/) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Bob Qin](https://github.com/Bob200409) From 280c99f3b3dbb7882a45927e22588fd2fd135455 Mon Sep 17 00:00:00 2001 From: Darion Dawson <37601600+Darion17@users.noreply.github.com> Date: Fri, 19 Sep 2025 12:40:37 -0500 Subject: [PATCH 149/942] add name to contributors list (#103847) Co-authored-by: Darion Dawson --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ea829d23..8521deef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -21,6 +21,7 @@ - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) - [Benja] - Hello! +- [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Bhavana] - [stijee] - This is my first github commit. From 730ae8ba3fd988a6b39ff8db32cad718391d6666 Mon Sep 17 00:00:00 2001 From: Blorbertfox42 Date: Fri, 19 Sep 2025 13:20:35 -0500 Subject: [PATCH 150/942] Added my name to the list (#103848) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8521deef..21c95254 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2967,3 +2967,4 @@ DanyLeeCS [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. +[Robert Blank](https://github.com/Blorbertfox42) Hello people \ No newline at end of file From 6d76391e993bdd32ea002d6451186cd577f01d5c Mon Sep 17 00:00:00 2001 From: Chathurya <112904930+ct0571@users.noreply.github.com> Date: Fri, 19 Sep 2025 11:49:45 -0700 Subject: [PATCH 151/942] Update Contributors.md (#103849) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 21c95254..a7d89c40 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2967,4 +2967,5 @@ DanyLeeCS [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. -[Robert Blank](https://github.com/Blorbertfox42) Hello people \ No newline at end of file +[Robert Blank](https://github.com/Blorbertfox42) Hello people +[Cherry] From ca8a512ee95e9d4a8372f3930786a7e7bf750507 Mon Sep 17 00:00:00 2001 From: Furkan Sianko Date: Fri, 19 Sep 2025 22:10:43 +0300 Subject: [PATCH 152/942] Add Furkan Sianko to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8521deef..e7025d9b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2967,3 +2967,4 @@ DanyLeeCS [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. +- [Furkan Sianko](https://github.com/Furkansianko) My first contribution! From 7cc0b431bafa5e4e9be2ab5ba715701ad490b5b7 Mon Sep 17 00:00:00 2001 From: Rgoode Date: Fri, 19 Sep 2025 15:09:35 -0500 Subject: [PATCH 153/942] :sparkles:added contributor information. Ln 2972. (#103851) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a7d89c40..5e891ec9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2969,3 +2969,4 @@ DanyLeeCS [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] +[Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. \ No newline at end of file From d4d529d213cffa8d8c9d79e949cf0f09534afff0 Mon Sep 17 00:00:00 2001 From: 0x7 <115097912+7inhex@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:13:43 -0500 Subject: [PATCH 154/942] add 7inhex to Contributors list (#103852) Co-authored-by: zero --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 5e891ec9..1922062e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2969,4 +2969,5 @@ DanyLeeCS [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] -[Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. \ No newline at end of file +- [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o +[Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. From 7e0b94c25d68b1764c3ecf46b0e02195dd13a391 Mon Sep 17 00:00:00 2001 From: Furkan Sianko Date: Fri, 19 Sep 2025 23:54:45 +0300 Subject: [PATCH 155/942] Resolve merge conflict and add Furkan Sianko to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e7025d9b..bfe4291a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2968,3 +2968,4 @@ DanyLeeCS [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. - [Furkan Sianko](https://github.com/Furkansianko) My first contribution! + From d8924dd7703394170c27b47278028ea18909763d Mon Sep 17 00:00:00 2001 From: Kylan Smith Date: Fri, 19 Sep 2025 16:07:37 -0500 Subject: [PATCH 156/942] Add Kylan to Contributors lisr (#103854) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1922062e..11a1093a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -104,6 +104,7 @@ - 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) From 135a45886eff2608359a555d6237c447bc2233ca Mon Sep 17 00:00:00 2001 From: "Yohann A. Moraes" <146383705+YMoraes092004@users.noreply.github.com> Date: Fri, 19 Sep 2025 18:01:23 -0700 Subject: [PATCH 157/942] Add Yohann Moraes to Contributors list (#103855) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 11a1093a..c93a776f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2972,3 +2972,4 @@ DanyLeeCS [Cherry] - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. +- [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! \ No newline at end of file From 03bde5c59a095b8c89047b6cb83ec721c1c2267f Mon Sep 17 00:00:00 2001 From: YawH <42206770+Solarsolo123@users.noreply.github.com> Date: Fri, 19 Sep 2025 21:30:42 -0400 Subject: [PATCH 158/942] Add Yawen to Contributors list (#103856) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c93a776f..827e83f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1011,6 +1011,7 @@ The-Yash-is-Joined - [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) From 8f8f479bd7189cb6a0d698425c7d4c502773a0bc Mon Sep 17 00:00:00 2001 From: Ifham-Hashir Date: Sat, 20 Sep 2025 07:27:05 +0530 Subject: [PATCH 159/942] Add Ifham Hashir to Contributors list (#103857) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 827e83f0..75e86a0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( +- [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Omveer](https://github.com/narukaz/) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Bob Qin](https://github.com/Bob200409) From 1db70acd92bc9ec4773493f83bcbd0ae59c7f5d6 Mon Sep 17 00:00:00 2001 From: x2infinity <90297983+Jon-Goodwin@users.noreply.github.com> Date: Fri, 19 Sep 2025 20:39:40 -0600 Subject: [PATCH 160/942] Add jon goodwin to Contributions list (#103859) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 75e86a0e..fdceff61 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Omveer](https://github.com/narukaz/) - [ARYAN BHATT](https://github.com/aryanbhatt767) +- [Jon Goodwin](https://github.com/Jon-Goodwin) - [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) From a4fb10fe74fc8beefe6e80d7375fd4ecc526f96b Mon Sep 17 00:00:00 2001 From: Minh Nguyen <94126872+yulw22@users.noreply.github.com> Date: Sat, 20 Sep 2025 09:52:43 +0700 Subject: [PATCH 161/942] add yulw-22 to Contributors list (#103860) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fdceff61..8ee4686f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1380,6 +1380,7 @@ Ben - [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) From 127bd034b62276539b6a0085e900416b9e9fb20a Mon Sep 17 00:00:00 2001 From: Oluwaseyi Popoola Date: Fri, 19 Sep 2025 22:22:06 -0500 Subject: [PATCH 162/942] Add Oluwaseyi Popoola to Contributors list (#103861) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8ee4686f..309ab824 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Omveer](https://github.com/narukaz/) +- [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Bob Qin](https://github.com/Bob200409) From bbe6864c4eb5c3914b49dd7633f81235175bec85 Mon Sep 17 00:00:00 2001 From: SAKETH REDDY KONDAMPALLY <113581247+sakith1729@users.noreply.github.com> Date: Fri, 19 Sep 2025 22:45:51 -0500 Subject: [PATCH 163/942] Add sakith to Contributors list (#103862) Co-authored-by: srihitha0206 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 309ab824..ba2f3055 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1549,6 +1549,7 @@ Eoin O'B - [Jonas Mikosch](https://github.com/jomik101) - [Ver Argulla](https://github.com/verargulla) - [Ankith](https://github.com/ankithtn) +- [sakith](https://github.com/sakith1729) - [cacawate](https://github.com/MoyyyL) - [Mr. Jakkula](https://github.com/Mr.Jakkula) - [Ravi singh](https://github.com/ravir0ushan) From 5b422eb5c9b61e667f6eedffffe3b555eeb57c66 Mon Sep 17 00:00:00 2001 From: BryAllison Date: Fri, 19 Sep 2025 23:13:28 -0500 Subject: [PATCH 164/942] Added Bryan to Contributors.md (#103863) Co-authored-by: Bryan --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ba2f3055..cc87ef62 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2978,4 +2978,5 @@ DanyLeeCS [Cherry] - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. -- [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! \ No newline at end of file +- [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! \ No newline at end of file From 5e1e0634cba2e5680080d3b8561c0b936a271ed5 Mon Sep 17 00:00:00 2001 From: sk-tech Date: Sat, 20 Sep 2025 09:57:29 +0530 Subject: [PATCH 165/942] Add Sham to Contributors list (#103864) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cc87ef62..2f1a692d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1051,6 +1051,7 @@ The-Yash-is-Joined - [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) From 93836d5b50f123143c483ebdc2768e58de72c37c Mon Sep 17 00:00:00 2001 From: Parth Kulkarni <145702895+kparth274@users.noreply.github.com> Date: Sat, 20 Sep 2025 11:50:02 +0530 Subject: [PATCH 166/942] Add your-name to Contributors list (#103867) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2f1a692d..593d2675 100644 --- a/Contributors.md +++ b/Contributors.md @@ -83,6 +83,7 @@ - [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) From b21455197384f564aa8259be1143c0b33fb83af4 Mon Sep 17 00:00:00 2001 From: maddy-aleti Date: Sat, 20 Sep 2025 12:22:10 +0530 Subject: [PATCH 167/942] Add Madan to Contributors list (#103868) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 593d2675..7b7dcb16 100644 --- a/Contributors.md +++ b/Contributors.md @@ -238,6 +238,7 @@ sdumini - [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) From b998b53ee8c85139da32aff75d7414905f3dc547 Mon Sep 17 00:00:00 2001 From: bjrnstph Date: Sat, 20 Sep 2025 09:02:53 +0200 Subject: [PATCH 168/942] Add bjorn-stephany to Contributions list (#103869) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7b7dcb16..32961465 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) +- [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) From 108508afaf36d8e086d61762518edb238f4af05a Mon Sep 17 00:00:00 2001 From: Chanchal Patel Date: Sat, 20 Sep 2025 13:17:43 +0530 Subject: [PATCH 169/942] added my name (#103870) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 32961465..dfb72065 100644 --- a/Contributors.md +++ b/Contributors.md @@ -685,6 +685,7 @@ LIUYY到此一游 - [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) From 4320b5ca5c68c93e8a587ac7e2c168cc580f69db Mon Sep 17 00:00:00 2001 From: Shivajiraj Date: Sat, 20 Sep 2025 15:02:22 +0530 Subject: [PATCH 170/942] Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e9df9261..4d2fc28d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -30,6 +30,7 @@ Anshi -[Deepak Sharma](https://github.com/DeepakSharma46) -[Phanindra Naralasetty] (https://github.com/naralasetty99) -[Anne-Okingo](https://github.com/Anne-Okingo) + -[Shivaji Raj](https://github.com/Shivajiraj) - [Resu19680](https://github.com/Resu19680) - [Manju Vasanth](https://github.com/ManjuVasanth) -[VincentChiang621](https://github.com/VincentChiang621) From e9321a925477fb29a298d7422522fef3af3ad2d2 Mon Sep 17 00:00:00 2001 From: "Yidnekachew S." Date: Sat, 20 Sep 2025 12:45:36 +0300 Subject: [PATCH 171/942] Add Yidnekachew-Sitotaw to Contributors list (#103872) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index dfb72065..278ee947 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2984,4 +2984,5 @@ DanyLeeCS - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. - [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! -[Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! \ No newline at end of file +[Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! +[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) \ No newline at end of file From 2f5d54d966b06f8a089ca942ce4ae7a67440aa2c Mon Sep 17 00:00:00 2001 From: Diya Date: Sat, 20 Sep 2025 15:28:47 +0530 Subject: [PATCH 172/942] added my name Diya (#103873) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 278ee947..313ab7dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + [Diya](https://github.com/123diya-coder) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From 97fd6e64264e8264fd32142172f10224f8c930fe Mon Sep 17 00:00:00 2001 From: Pranav Induchudan <74505671+thePrnvBot@users.noreply.github.com> Date: Sat, 20 Sep 2025 15:19:21 +0400 Subject: [PATCH 173/942] Add thePrnvBot to Contributors list (#103876) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3061bc4b..7729599e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -45,6 +45,7 @@ - sai [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! +- [thePrnvBot](https://github.com/thePrnvBot) - Sup Doods! - [Lane Henslee](https://github.com/huncholane) - Go Vols - [Watson](https://github.com/tanso0126) - [Eric G Butler Jr](https://github.com/ericbutler1209) From a1e57ad6ac14318fbbb551b2b8a067561f9218b1 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sat, 20 Sep 2025 13:52:15 +0200 Subject: [PATCH 174/942] Delete docs/translations/gujarati directory --- docs/translations/gujarati/gujarati.md | 63 -------------------------- 1 file changed, 63 deletions(-) delete mode 100644 docs/translations/gujarati/gujarati.md diff --git a/docs/translations/gujarati/gujarati.md b/docs/translations/gujarati/gujarati.md deleted file mode 100644 index 02a9a763..00000000 --- a/docs/translations/gujarati/gujarati.md +++ /dev/null @@ -1,63 +0,0 @@ -Here’s a normalized version of the text without GitHub command examples: - ---- - -# પ્રથમ યોગદાન - -આ પ્રોજેક્ટનો ઉદ્દેશ નવા સ્રોતકર્તાઓને તેમની પ્રથમ યોગદાન આપવાની પદ્ધતિને સરળ બનાવવાનો અને માર્ગદર્શન આપવાનો છે. જો તમે તમારી પ્રથમ યોગદાન આપવા માગો છો, તો નીચેના પગલાંઓને અનુસરો. - -#### *જો તમે કમાન્ડ લાઈન સાથે નવા છો, તો અન્ય સાધનોના ઉપયોગ માટે ટ્યુટોરીયલ પર જાઓ.* - -જો તમારા કમ્પ્યુટરમાં Git સ્થાપિત ન હોય, તો તેને સ્થાપિત કરવા માટેની માર્ગદર્શિકા જોવા માટે લિંક્પ્રदान કરો. - -## આ રિપોઝિટરીનો "ફોર્ક" કરો - -પૃષ્ઠના જમણાંમાં "ફોર્ક" બટન પર ક્લિક કરો. તે કરવાથી, આ રિપોઝિટરીની એક નકલ તમારા GitHub એકાઉન્ટમાં બનાવાઈ છે. - -## કોપી કરેલા રિપોઝિટરીનો "ક્લોન" કરો - -હવે, તમે જે રિપોઝિટરીનો ફોર્ક કર્યો છે, તે ક્લોન બનાવો. - -તમારા ટર્મિનલને ખોલો અને આડેધોરને અનુસરો. - -## એક શાખા બનાવો - -તમારા કમ્પ્યુટરમાં રિપોઝિટરીના ડિરેક્ટરીમાં જાઓ. હવે શાખા બનાવો. - -## જરૂરી ફેરફાર કરો અને તે ફેરફારોનો "કમિટ" કરો - -ફાઇલને ટેક્સ્ટ એડિટરમાં ખોલો અને તમારું નામ ઉમેરો. ફાઇલને સાચવો. - -જો તમે પ્રોજેક્ટના ડિરેક્ટરીમાં જાઓ, તો તમે ફેરફારો જોઈ શકશો. ફાઇલને તેમાં ઉમેરો. - -હવે આ ફેરફારોને કમિટ કરો. - -## GitHub પર તમારાં ફેરફારોનો "પુષ" કરો - -તમારા ફેરફારોને મોકલવા માટેનું પગલું પૂર્ણ કરો. - -## તમારા ફેરફારોને સમીક્ષ માટે મોકલો - -જો તમે તમારા GitHub પરના રિપોઝિટરીમાં જાઓ, તો તમને બટન દેખાશે. આ બટન પર ક્લિક કરો. - -હવે *પુલ રિક્વેસ્ટ* મોકલો. - -જલદી જ હું તમારા ફેરફારોને આ પ્રોજેક્ટની માસ્ટર શાખામાં જોડવા જઇ રહ્યો છું. જ્યારે ફેરફારો જોડાશે ત્યારે તમને સૂચના મળશે. - -## આગામી પગલાં શું છે? - -અભિનંદન! તમે યોગદાન આપવાની પ્રક્રિયા પૂરી કરી છે. - -તમારા યોગદાનનો ઉત્સવ મનાવો અને તેને શેર કરો. - -જો તમને મદદની જરૂર હોય કે તમારી પાસે કોઈ પ્રશ્ન હોય, તો તમારે જોડાવા માટેનાં વિકલ્પો ઉપલબ્ધ છે. - -હવે બીજા પ્રોજેક્ટમાં યોગદાન આપવાનું શરૂ કરો. અમે સરળ *ઇશ્યુઝ* સાથેના પ્રોજેક્ટોની યાદી એકત્રિત કરી છે. - -### વધુ સામગ્રી માટે અમારું વેબપેજ જુઓ. - -## અન્ય સાધનોના ઉપયોગ કરતા ટ્યુટોરીયલ - ---- - -Feel free to let me know if you need further modifications! \ No newline at end of file From a211576637bedfd0b3c8dfb7517f3d6db8101eb2 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sat, 20 Sep 2025 14:14:30 +0200 Subject: [PATCH 175/942] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 466b149e..f52d016e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,6 @@ [Српски](docs/translations/README.sr.md) [Қазақша](docs/translations/README.kz.md) [Bosanski](docs/translations/README.bih.md) -[Ethiopia](docs/translations/README.bih.md) [Hrvatski](docs/translations/README.hr.md) [پښتو](docs/translations/README.ps.md) [Somalia](docs/translations/README.so.md) From 6f1ac0752f11d7d92effb4d75b7bd7cb9aa22ffe Mon Sep 17 00:00:00 2001 From: creator_lakshya Date: Sat, 20 Sep 2025 18:36:13 +0530 Subject: [PATCH 176/942] Add your-name to Contributors list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 7729599e..f1a23346 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2984,6 +2984,9 @@ DanyLeeCS [Brianna Durrant](https://github.com/BriN3r) Heyyy! [kzvang](https://github.com/kzvang) My first contribution! - Aarush Sanghi + +Hello guysss.. +I am Lakshya Sharma and making my first open source contribution [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. From 6ff9c8766bf22ffadb70177d63337a4831dd1726 Mon Sep 17 00:00:00 2001 From: Jatin_Mehta <143813065+JatinMehta007@users.noreply.github.com> Date: Sat, 20 Sep 2025 18:37:47 +0530 Subject: [PATCH 177/942] add first contribution (#103877) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7729599e..8ef0e716 100644 --- a/Contributors.md +++ b/Contributors.md @@ -834,6 +834,7 @@ P Venkata Rami 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) From 497e4e3d4574c46767487d77ab7181f380e97176 Mon Sep 17 00:00:00 2001 From: mishafisha Date: Sat, 20 Sep 2025 15:20:40 +0200 Subject: [PATCH 178/942] Add mishafisha to Contributors list (#103878) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8ef0e716..532ad97a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -865,6 +865,7 @@ P Venkata Rami Reddy - [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) From 954634f5e9c93e41a9da077812d2f52a4eefa430 Mon Sep 17 00:00:00 2001 From: azhank391 Date: Sat, 20 Sep 2025 19:45:19 +0500 Subject: [PATCH 179/942] Added my name to the contributors list (#103880) Co-authored-by: azhank391 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 532ad97a..8ebe3a0d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -58,6 +58,7 @@ - [Jessica Thomas](https://github.com/jmt713) - [b1tranger](https://github.com/b1tranger) - [karan](https://github.com/karanhb-pixel) +- [azhank391](https://github.com.azhank391) - [NANAN](#####) - [Digvijay Chauhan](https://github.com/chauhandigvijay1) - [Josh Mossman] From c4598e519e6bb0f38bf506cc5c3e2e9398354a85 Mon Sep 17 00:00:00 2001 From: SAKETH REDDY KONDAMPALLY <113581247+sakith1729@users.noreply.github.com> Date: Sat, 20 Sep 2025 09:56:26 -0500 Subject: [PATCH 180/942] Update Contributors.md --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 8ebe3a0d..8ee6ef3d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1563,7 +1563,7 @@ Eoin O'B - [Jonas Mikosch](https://github.com/jomik101) - [Ver Argulla](https://github.com/verargulla) - [Ankith](https://github.com/ankithtn) -- [sakith](https://github.com/sakith1729) +- [saketh](https://github.com/sakith1729) - [cacawate](https://github.com/MoyyyL) - [Mr. Jakkula](https://github.com/Mr.Jakkula) - [Ravi singh](https://github.com/ravir0ushan) @@ -2996,4 +2996,4 @@ DanyLeeCS [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. - [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! [Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! -[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) \ No newline at end of file +[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) From 4e5e89eb48482e50798d874ced40a940c279fa91 Mon Sep 17 00:00:00 2001 From: alexjriley Date: Sat, 20 Sep 2025 16:31:50 +0100 Subject: [PATCH 181/942] Add Alex-Riley to Contributors List (#103883) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8ebe3a0d..b7f28439 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2702,6 +2702,7 @@ sh0uka -[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) From 9135f7f24b2a1df932119af30662d355183793e8 Mon Sep 17 00:00:00 2001 From: SOHOM BHADURI Date: Sat, 20 Sep 2025 21:35:06 +0530 Subject: [PATCH 182/942] fix/bug-issue103858 'fix/bug-issue103858' --- .github/CONTRIBUTING.md | 146 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ff35351a..7c671cf2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,76 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| Gujarati | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.by.md) | []() | +| Català | [Catalan](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.cs.md) | []() | +| Danish | [Danish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fi.md) | []() | +| Français | [French](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| Gujarati | [Gujarati](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.lv.md) | []() | +| | [me](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pa.md) | []() | +| Polski | [Polish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.te.md) | []() | +| ไทย | [Thai](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From b4821aa456159b00e16e45cbdd3ed80b065789c7 Mon Sep 17 00:00:00 2001 From: SOHOM BHADURI Date: Sat, 20 Sep 2025 21:54:59 +0530 Subject: [PATCH 183/942] fix/bug-issue103858 --- .github/CONTRIBUTING.md | 149 ++++++++++++++++++++-------------------- 1 file changed, 74 insertions(+), 75 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d105105a..029d328a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,6 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -<<<<<<< HEAD | Afrikaans | [Afrikaans](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | | Albanian | [Albanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | | العربية | [Arabic](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | @@ -85,77 +84,77 @@ If you're making changes to a translation, please request a review from our prev | 中文 | [Chinese (Traditional)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | | Zulu | [Zulu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | ======= -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | ->>>>>>> upstream/main +| Afrikaans | [Afrikaans](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.by.md) | []() | +| Català | [Catalan](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.cs.md) | []() | +| Danish | [Danish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fi.md) | []() | +| Français | [French](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.lv.md) | []() | +| | [me](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pa.md) | []() | +| Polski | [Polish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.te.md) | []() | +| ไทย | [Thai](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | + From 759c4a1703d5c77853fd6892772447cf882ad420 Mon Sep 17 00:00:00 2001 From: Sanjana Date: Sat, 20 Sep 2025 22:00:35 +0530 Subject: [PATCH 184/942] add name (#103887) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b7f28439..bced8032 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ - [Abdul Rafique](https://github.com/abdul-rafique) - [Priyanshujindal](https://github.com/Priyanshujindal) - sai +- hello [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! - [thePrnvBot](https://github.com/thePrnvBot) - Sup Doods! From 74674be717b6d72df9bfcbef2aa02d600e60ee7f Mon Sep 17 00:00:00 2001 From: dark wolf Date: Sat, 20 Sep 2025 22:01:01 +0530 Subject: [PATCH 185/942] Fix broken translation links --- .github/CONTRIBUTING.md | 147 ++++++++++++++++++++-------------------- 1 file changed, 74 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 102644f9..7e4d6076 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,77 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](../docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](../docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](../docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](../docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](../docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](../docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](../docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](../docs/translations/README.by.md) | []() | +| Català | [Catalan](../docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](../docs/translations/README.cs.md) | []() | +| Danish | [Danish](../docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](../docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](../docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](../docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](../docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](../docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](../docs/translations/README.fi.md) | []() | +| Français | [French](../docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](../docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](../docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](../docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](../docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](../docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](../docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](../docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](../docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](../docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](../docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](../docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](../docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](../docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](../docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](../docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](../docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](../docs/translations/README.kws.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](../docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](../docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](../docs/translations/README.lv.md) | []() | +| | [me](../docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](../docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](../docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](../docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](../docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](../docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](../docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](../docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](../docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](../docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](../docs/translations/README.pb.md) | []() | +| Polski | [Polish](../docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](../docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](../docs/translations/README.pt_br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](../docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](../docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](../docs/translations/README.se.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](../docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](../docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](../docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](../docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](../docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](../docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](../docs/translations/README.te.md) | []() | +| ไทย | [Thai](../docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](../docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](../docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainia n](../docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](../docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](../docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](../docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](../docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](../docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](../docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](../docs/translations/README.zul.md) | [@zecollokaris](https://github.com/zecollokaris) []() | + From f985f05a536a6fd32c585fe3c99ffcb0fb75855d Mon Sep 17 00:00:00 2001 From: Paul <112503557+ItzPlasmaYT@users.noreply.github.com> Date: Sat, 20 Sep 2025 11:32:13 -0500 Subject: [PATCH 186/942] added my name (#103888) Co-authored-by: Paul Bushen --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bced8032..335d44ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2998,4 +2998,5 @@ DanyLeeCS [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. - [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! [Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! -[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) \ No newline at end of file +[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) +[Paul Bushen](https://github.com/ItzPlasmaYT) Hello fellow gits. Hope you have a nice day :) \ No newline at end of file From cfbb2b49e7811b869c96ccf82a3c8c38c0f7e3a8 Mon Sep 17 00:00:00 2001 From: jaop321 <233466073+jaop321@users.noreply.github.com> Date: Sat, 20 Sep 2025 09:40:21 -0700 Subject: [PATCH 187/942] Add jaop321 to Contributors list (#103891) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 335d44ad..4051f57a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -310,6 +310,7 @@ sdumini - [संकेत](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] @@ -2999,4 +3000,4 @@ DanyLeeCS - [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 :) \ No newline at end of file +[Paul Bushen](https://github.com/ItzPlasmaYT) Hello fellow gits. Hope you have a nice day :) From e6b99d778fcd4de91b48e0210ef74364a98d9efb Mon Sep 17 00:00:00 2001 From: Swapnil Ranadive <128573732+grilled-swampert@users.noreply.github.com> Date: Sat, 20 Sep 2025 22:14:28 +0530 Subject: [PATCH 188/942] Add grilled-swapmert to Contributors list (#103892) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4051f57a..30c502b3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3001,3 +3001,4 @@ DanyLeeCS [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 :) +[Swap Ranadive](https://github.com/grilled-swampert) etching my starting point here \ No newline at end of file From 5fa2f9718dfccfa50088c231fb0a2c877440cf65 Mon Sep 17 00:00:00 2001 From: RileyTemme Date: Sat, 20 Sep 2025 11:51:45 -0500 Subject: [PATCH 189/942] Added Myself (#103893) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 30c502b3..a6fb64b5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3001,4 +3001,5 @@ DanyLeeCS [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 :) -[Swap Ranadive](https://github.com/grilled-swampert) etching my starting point here \ No newline at end of file +- [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 From a933edddc34cf0951ea7037de54d512d780ec804 Mon Sep 17 00:00:00 2001 From: Aditya Alok Date: Sat, 20 Sep 2025 22:32:21 +0530 Subject: [PATCH 190/942] Add Alok-devlops (#103894) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a6fb64b5..1c75fe9e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -775,6 +775,7 @@ LIUYY到此一游 - [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) From a13bf681e68c3a6831c89a1d517818bcaef14f90 Mon Sep 17 00:00:00 2001 From: Govindarajan M <157391064+Govindarajannn@users.noreply.github.com> Date: Sun, 21 Sep 2025 00:32:52 +0530 Subject: [PATCH 191/942] Add Govind to Contributors list (#103895) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1c75fe9e..496ce33b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -101,6 +101,7 @@ - [KANISH](hello) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) +- [M Govindarajan](https://github.com/Govindarajannn) - [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) - [Divyansh Shrivastav](https://github.com/DIVYANSH-SHRIVASTAV) From b7de9055a8a125bf7701799978f59fda32a6c85a Mon Sep 17 00:00:00 2001 From: Cole-Starry Date: Sat, 20 Sep 2025 14:16:51 -0500 Subject: [PATCH 192/942] Added Cole S (#103896) Co-authored-by: Cole Starry <500202429@fvtc.edu> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 496ce33b..ab853611 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3005,3 +3005,4 @@ DanyLeeCS [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. \ No newline at end of file From 6051db787e70c5cbd5cf28eefc6e658f18b10cda Mon Sep 17 00:00:00 2001 From: Kaylee Frank Date: Sat, 20 Sep 2025 14:16:58 -0500 Subject: [PATCH 193/942] :sparkles: new contribution (#103897) Co-authored-by: Kaylee Frank <300013329@fvtc.edu> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ab853611..45d68898 100644 --- a/Contributors.md +++ b/Contributors.md @@ -106,6 +106,7 @@ - [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) From 78d4e44e6e4f4bf3c20789984fb67fef541911a2 Mon Sep 17 00:00:00 2001 From: Mahtab <51961536+Mahtab-Hossain@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:28:40 +0600 Subject: [PATCH 194/942] Add Mahtab-Hossain to contributors list #3010 (#103898) Co-authored-by: Mahtab-Hossain --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 45d68898..b5f04f22 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3006,4 +3006,5 @@ DanyLeeCS [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. \ No newline at end of file +[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 \ No newline at end of file From e13f2231bcb7cb261616e9f19a530d3ad15e0994 Mon Sep 17 00:00:00 2001 From: himanshiyenugupalli Date: Sun, 21 Sep 2025 02:37:54 +0530 Subject: [PATCH 195/942] Add Telugu GitHub CLI tutorial --- .../translations/github-cli-tutorial-te.md | 109 ++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 docs/cli-tool-tutorials/translations/github-cli-tutorial-te.md diff --git a/docs/cli-tool-tutorials/translations/github-cli-tutorial-te.md b/docs/cli-tool-tutorials/translations/github-cli-tutorial-te.md new file mode 100644 index 00000000..ca776a1f --- /dev/null +++ b/docs/cli-tool-tutorials/translations/github-cli-tutorial-te.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 Command Line Interface (CLI) | +| ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | + +ఇది మాకు ఒక గైడ్, టెర్మినల్ నెర్డ్స్, ఎవరైతే టెర్మినల్‌లో ప్రతిదీ చేయాలనుకుంటారు, మరియు [Github-CLI](https://cli.github.com/)కు ధన్యవాదాలు, మేము దీన్ని సాధించగలము, మీ మొదటి సహకారం సరదాగా, బహుమతినిచ్చేది మరియు కొనసాగించడానికి ప్రేరేపకంగా ఉండాలని గుర్తుంచుకోండి! + +ఈ గైడ్ కొంచెం ఎక్కువ సవాలుగా ఉంటుంది ఎందుకంటే మేము ఏదైనా గ్రాఫికల్ ఇంటర్‌ఫేస్‌ను ఉపయోగించడం లేదు, కానీ ఇది ఇప్పటికీ నిజంగా సరదాగా ఉంటుంది మరియు మీరు ఖచ్చితంగా దీన్ని అనుసరించగలరు! + +మొదటి అవసరం: + +- Git ఇన్‌స్టాల్ చేయబడి ఉండాలి ([git](https://git-scm.com/downloads) ఎలా ఇన్‌స్టాల్ చేయాలి) +- Github ఖాతా + +ఇప్పుడు మన సిస్టమ్‌లో `github-cli` టూల్‌ను [అధికారిక డాక్యుమెంటేషన్](https://github.com/cli/cli#installation)ను అనుసరించి ఇన్‌స్టాల్ చేయాలి + +దాని తర్వాత, మనం CLIలో లాగిన్ అవ్వాలి, కాబట్టి ఈ కమాండ్‌ను ఎంటర్ చేయండి: + +```bash +gh auth login +``` + +సూచనలను అనుసరించండి మరియు మేము సిద్ధంగా ఉన్నాము! + +# ఈ రిపోజిటరీని ఫోర్క్ చేయండి + +ఈ కమాండ్‌ను రన్ చేయడం ఎంత సులభమో: + +```bash +gh repo fork firstcontributions/first-contributions +``` + +**ముఖ్యమైనది: మీరు దీన్ని కూడా క్లోన్ చేయాలనుకుంటున్నారా అని అడుగుతుంది, "yes" ఆప్షన్‌ను ఎంచుకోండి** + +# మీ బ్రాంచ్‌ను సృష్టించండి + +మేము ఈ దశను gitతో చేస్తాము, కాబట్టి ఈ కమాండ్‌ను మీ పేరుతో ఎంటర్ చేయండి, ఉదాహరణకు: + +```bash +git switch -c add-రామ-కృష్ణ +``` + +# అవసరమైన మార్పులు చేయండి మరియు ఆ మార్పులను కమిట్ చేయండి + +ఇప్పుడు మీరు `Contributors.md` ఫైల్‌ను టెక్స్ట్ ఎడిటర్‌లో తెరవవచ్చు మరియు దానిలో మీ పేరును జోడించవచ్చు. ప్రారంభం మరియు ముగింపు మధ్య ఎక్కడైనా మీ పేరును ఉంచండి, తర్వాత ఫైల్‌ను సేవ్ చేయండి. + +ప్రాజెక్ట్ డైరెక్టరీలో `git status` ని ఎక్సిక్యూట్ చేయండి మరియు మీరు మార్పులను చూస్తారు. +git status + +`git add` కమాండ్‌ను ఉపయోగించి ఆ మార్పులను మీరు సృష్టించిన బ్రాంచ్‌లో జోడించండి: +`git add Contributors.md` + +ఇప్పుడు `git commit` కమాండ్‌ను ఉపయోగించి ఆ మార్పులను కమిట్ చేయండి: +`git commit -m "Add your-name to Contributors list` +`your-name` ను మీ పేరుతో మార్చండి. + +# GitHubకి మార్పులను పుష్ చేయండి + +`git push` కమాండ్‌ను ఉపయోగించి మీ మార్పులను పుష్ చేయండి: + +``` +git push origin -u your-branch-name +``` + +`your-branch-name` ను మీరు ముందుగా సృష్టించిన బ్రాంచ్‌ పేరుతో మార్చండి. + +
+ మీరు పుష్ చేస్తున్నప్పుడు ఏవైనా లోపాలు వస్తే, ఇక్కడ క్లిక్ చేయండి: + +- ### ప్రమాణీకరణ లోపం +
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) వెళ్లండి. + +
+ +# సమీక్ష కోసం మీ మార్పులను సమర్పించండి + +ఇప్పుడు మా రిపో డైరెక్టరీలో ఈ కమాండ్‌ను రన్ చేయడం ద్వారా మేము సమీక్ష కోసం ఒక పుల్ రిక్వెస్ట్‌ను సృష్టించగలము: + +```bash +gh pr create --repo firstcontributions/first-contributions +``` + +దాని తర్వాత పుల్ రిక్వెస్ట్‌ను సమర్పించండి. + +మీ పేర్కొన్న పుల్ రిక్వెస్ట్‌ను చర్యలో చూడటానికి మీరు `gh status` కమాండ్‌ను ఉపయోగించవచ్చు. + +## ఇక్కడ నుండి ఎక్కడికి వెళ్లాలి? + +అభినందనలు! మీరు స్టాండర్డ్ _fork -> clone -> edit -> pull request_ వర్క్‌ఫ్లోను పూర్తి చేసారు, దీన్ని మీరు తరచుగా ఒక కంట్రిబ్యూటర్‌గా ఎదుర్కొంటారు! + +[వెబ్ యాప్‌కి](https://firstcontributions.github.io/#social-share) వెళ్లడం ద్వారా మీ సహకారాన్ని జరుపుకోండి మరియు మీ స్నేహితులు మరియు అనుచరులతో భాగస్వామ్యం చేయండి. + +మీకు ఏదైనా సహాయం అవసరమైతే లేదా ఏవైనా ప్రశ్నలు ఉంటే మీరు మా స్లాక్ టీమ్‌లో చేరవచ్చు.[స్లాక్ జట్టులో చేరండి](https://join.slack.com/t/firstcontributors/shared_invite/zt-vchl8cde-S0KstI_jyCcGEEj7rSTQiA) + +ఇక, ఇప్పుడు మీరు ఇతర ప్రాజెక్టులకు తోడ్పడటం ప్రారంభించండి. మీరు ప్రారంభించగల సులభమైన సమస్యలతో ప్రాజెక్టుల జాబితాను మేము రెడీ చేసాము. [వెబ్ యాప్‌లోని ప్రాజెక్టుల జాబితాను](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 c663594ad69aab582daa9865192dcd5ef05fbf2c Mon Sep 17 00:00:00 2001 From: dnichols28 Date: Sat, 20 Sep 2025 16:20:48 -0500 Subject: [PATCH 196/942] Add DeAnna Nichols to contributors list (#103901) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b5f04f22..50a5fc52 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors [Diya](https://github.com/123diya-coder) +- [DeAnna_Nichols] - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From 48895c3f078566099ac1304615703368397bc04d Mon Sep 17 00:00:00 2001 From: JanyaW Date: Sat, 20 Sep 2025 16:36:31 -0500 Subject: [PATCH 197/942] Add JaNya Ward to Contributors list (#103903) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 50a5fc52..390464a3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -367,6 +367,7 @@ sdumini 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) From 48b52e76fa3cb64c7794b154ad39822d808807b5 Mon Sep 17 00:00:00 2001 From: Himanshi Yenugupalli <125909199+himanshiyenugupalli@users.noreply.github.com> Date: Sun, 21 Sep 2025 03:23:17 +0530 Subject: [PATCH 198/942] Add Himanshi Yenugupalli to Contributors list (#103905) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 390464a3..1db15f40 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Algacyr Melo](https://github.com/algacyr-melo) - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) +- [Himanshi Rao Yenugupalli](https://github.com/himanshiyenugupalli) - [Kamal Agrahari](https://github.com/ikamalagrahari/) - [Mahanthesh S](https://github.com/Mahi2708) - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! From 1853466a81d381cd053443baefe02c69dd82ba3a Mon Sep 17 00:00:00 2001 From: Sushean Sharma <121373693+sushean@users.noreply.github.com> Date: Sun, 21 Sep 2025 03:30:23 +0530 Subject: [PATCH 199/942] My PR Exp (#103906) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1db15f40..ada257e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3010,4 +3010,5 @@ DanyLeeCS - [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 \ No newline at end of file +- [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh +- [Sushean_Sharma] (https://github.com/sushean) \ No newline at end of file From d32af950b72cfe1f0d2c4b25aa77cd009ce06ca9 Mon Sep 17 00:00:00 2001 From: Dipanjan Ghanti <52769269+dipanjanghanti@users.noreply.github.com> Date: Sat, 20 Sep 2025 18:18:22 -0400 Subject: [PATCH 200/942] Added Toton to Contributors list. (#103907) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ada257e9..70a645c4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors [Diya](https://github.com/123diya-coder) - [DeAnna_Nichols] +- [Toton] - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From 57cb883a20536ea3485a1e4523e312f75bf5af89 Mon Sep 17 00:00:00 2001 From: Elaina L <500190734@fvtc.edu> Date: Sat, 20 Sep 2025 18:43:09 -0500 Subject: [PATCH 201/942] Add Elaina to Contributors list (#103908) Co-authored-by: Elaina L --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 70a645c4..3aa83d21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3012,4 +3012,5 @@ DanyLeeCS [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) \ No newline at end of file +- [Sushean_Sharma] (https://github.com/sushean) +- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue \ No newline at end of file From 74502dab293c70c0b53053445881fd5b6fe9ab0b Mon Sep 17 00:00:00 2001 From: "S.HCodeLv" <144197559+ShotaHayashi0601@users.noreply.github.com> Date: Sun, 21 Sep 2025 09:16:50 +0900 Subject: [PATCH 202/942] Add Shota Hayashi to Contributors list (#103911) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3aa83d21..1a12fc3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1514,6 +1514,7 @@ Eoin O'B - [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) From 471e65662552055ecba74d16205be808abcd8dab Mon Sep 17 00:00:00 2001 From: Kderasadi <102234454+Kderasadi@users.noreply.github.com> Date: Sun, 21 Sep 2025 06:24:44 +0530 Subject: [PATCH 203/942] Add Kriti to Contributors list (#103913) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1a12fc3a..26d060ae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3014,4 +3014,5 @@ DanyLeeCS [Cole Starry](https://github.com/Cole-Starry) Catching up on College work. - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) -- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue \ No newline at end of file +- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue +- [Kriti D](https://github.com/Kderasadi) \ No newline at end of file From 012cc3f6ffd07a61f48c5cb9458361fe7c90fc4a Mon Sep 17 00:00:00 2001 From: Garrett Kloiber <800093101@fvtc.edu> Date: Sat, 20 Sep 2025 19:57:59 -0500 Subject: [PATCH 204/942] Added my name to the Contributors.md File --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1a12fc3a..4c617eba 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3014,4 +3014,5 @@ DanyLeeCS [Cole Starry](https://github.com/Cole-Starry) Catching up on College work. - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) -- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue \ No newline at end of file +- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue +[Garrett Kloiber](https://github.com/clonezittv) - Currently working on school work as I type this! \ No newline at end of file From 542c8d61cd14b4f4e4bb71f3183881e83692d4bc Mon Sep 17 00:00:00 2001 From: DeividiMartin Date: Sat, 20 Sep 2025 21:58:17 -0300 Subject: [PATCH 205/942] =?UTF-8?q?Adicionando=20meu=20nome=20=C3=A0=20lis?= =?UTF-8?q?ta=20de=20contribuintes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1a12fc3a..9dff0f45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3014,4 +3014,5 @@ DanyLeeCS [Cole Starry](https://github.com/Cole-Starry) Catching up on College work. - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) -- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue \ No newline at end of file +- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue +- [Deividi Martin ](https://github.com/DeividiMartin) \ No newline at end of file From a5762766e8b567133f981ae637aabe191a49ebdd Mon Sep 17 00:00:00 2001 From: Garrett Kloiber <800093101@fvtc.edu> Date: Sat, 20 Sep 2025 20:09:52 -0500 Subject: [PATCH 206/942] Fixed merging issue hopefully --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4c617eba..032f3d9b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3015,4 +3015,5 @@ DanyLeeCS - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) - [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue -[Garrett Kloiber](https://github.com/clonezittv) - Currently working on school work as I type this! \ No newline at end of file + +[Garrett Kloiber](https://github.com/clonezittv) - Currently having plenty of fun with git! \ No newline at end of file From 3469ab2189773a088270b4307dc9ad24c79da966 Mon Sep 17 00:00:00 2001 From: Nick Noble <500190593@fvtc.edu> Date: Sat, 20 Sep 2025 21:12:25 -0500 Subject: [PATCH 207/942] open source contribution (#103917) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 26d060ae..1940d10a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -130,6 +130,7 @@ - [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 From 555c914364cd40ed410cd2afb072081e5ea1d4c4 Mon Sep 17 00:00:00 2001 From: Jayce-Stephens <146783068+Jayce-Stephens@users.noreply.github.com> Date: Sat, 20 Sep 2025 21:15:15 -0500 Subject: [PATCH 208/942] Add Jayce Stephens to Contributors list (#103918) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1940d10a..eb8ad274 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Jon Goodwin](https://github.com/Jon-Goodwin) +- [Jayce Stephens] - [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) From 86b2b09ed2e665ff513d0b455b086b3c299b5ed6 Mon Sep 17 00:00:00 2001 From: Stefano <53493415+Stefano-Mazziotta@users.noreply.github.com> Date: Sat, 20 Sep 2025 23:35:34 -0300 Subject: [PATCH 209/942] Add Stefano Mazziotta to Contributors list (#103919) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eb8ad274..0522886f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1908,6 +1908,7 @@ Eoin O'B - [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) From be4752b4bd40f3ab1a940c1a4640798c9c54d918 Mon Sep 17 00:00:00 2001 From: Chandrakant Koneti <80403832+konetichandrakant@users.noreply.github.com> Date: Sat, 20 Sep 2025 22:38:23 -0400 Subject: [PATCH 210/942] Add Chandrakant Koneti to Contributors.md (#103920) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0522886f..c0497846 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1008,6 +1008,7 @@ The-Yash-is-Joined - [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) From 327af170c8040590fe9b33757b2fa85a8e90b270 Mon Sep 17 00:00:00 2001 From: creator_lakshya Date: Sun, 21 Sep 2025 08:33:10 +0530 Subject: [PATCH 211/942] adding my name in the repo --- Contributors.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index f1a23346..60575c78 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2985,13 +2985,15 @@ DanyLeeCS [kzvang](https://github.com/kzvang) My first contribution! - Aarush Sanghi -Hello guysss.. -I am Lakshya Sharma and making my first open source contribution + [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] + +Hello guysss.. +I am Lakshya Sharma and making my first open source contribution - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. - [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! From 10c2925d9f0b03e1848a8246fa32b657ab06b515 Mon Sep 17 00:00:00 2001 From: sparkyboom28 <88705291+sparkyboom28@users.noreply.github.com> Date: Sat, 20 Sep 2025 23:01:03 -0500 Subject: [PATCH 212/942] added name and a description (#103922) Co-authored-by: tyler kamrowski <800075078@fvtc.edu> --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c0497846..80fb4e28 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3019,4 +3019,5 @@ DanyLeeCS - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) - [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue -- [Kriti D](https://github.com/Kderasadi) \ No newline at end of file +- [Kriti D](https://github.com/Kderasadi) +- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code \ No newline at end of file From 59be9e1f34aced609bb7eb4a8fc1488f261ce4ac Mon Sep 17 00:00:00 2001 From: Iheb Hamdoun Date: Sat, 20 Sep 2025 23:29:08 -0500 Subject: [PATCH 213/942] :pushpin: First Contribution. Lets Go!! --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 80fb4e28..f5f162ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3020,4 +3020,5 @@ DanyLeeCS - [Sushean_Sharma] (https://github.com/sushean) - [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue - [Kriti D](https://github.com/Kderasadi) -- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code \ No newline at end of file +- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code +- [Iheb Hamdoun](https://github.com/IhebHamdoun) - This is my first contribution. \ No newline at end of file From e39facf8cdec6fd064d24c1d90286a8d3e7f4656 Mon Sep 17 00:00:00 2001 From: Malak Atitallah Date: Sat, 20 Sep 2025 23:30:41 -0500 Subject: [PATCH 214/942] :tada: My first contribution (#103923) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 80fb4e28..0ead84d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3020,4 +3020,5 @@ DanyLeeCS - [Sushean_Sharma] (https://github.com/sushean) - [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue - [Kriti D](https://github.com/Kderasadi) -- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code \ No newline at end of file +- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code +- [Malak Atitallah](https://github.com/malakatit) - My first contrubition \ No newline at end of file From f69d060b941942bc44af668096b6e472315601ba Mon Sep 17 00:00:00 2001 From: Omar Emara <98235663+Omarf2000@users.noreply.github.com> Date: Sun, 21 Sep 2025 08:17:43 +0300 Subject: [PATCH 215/942] first contribution (#103926) Co-authored-by: omar --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0ead84d8..42351713 100644 --- a/Contributors.md +++ b/Contributors.md @@ -30,6 +30,7 @@ - [Amit Kumar](https://github.com/AK-Amit-Kumar) - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) +- [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! - [Darion] - [Suhaib] - (https://github.com/Suhaib536) @@ -3021,4 +3022,4 @@ DanyLeeCS - [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 \ No newline at end of file +- [Malak Atitallah](https://github.com/malakatit) - My first contrubition From 83acb4935a5b9d3ae4af3518c7cdfe49361d585f Mon Sep 17 00:00:00 2001 From: OSZDAO <78422538+oszdao@users.noreply.github.com> Date: Sun, 21 Sep 2025 11:10:57 +0530 Subject: [PATCH 216/942] Update Contributors.md (#103927) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 42351713..a23a09ec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors [Diya](https://github.com/123diya-coder) +- [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [DeAnna_Nichols] - [Toton] - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From 0b253b59856a001c21628229d5dec89c12b8644b Mon Sep 17 00:00:00 2001 From: Vishal Singh Date: Sun, 21 Sep 2025 12:31:08 +0530 Subject: [PATCH 217/942] Add your-name to Contributors list (#103928) Co-authored-by: Your Name --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a23a09ec..dff203cb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -502,6 +502,7 @@ LIUYY到此一游 - [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) From 3b0ee9b67f2977d654e53b9fe1d44a3c30eeb16e Mon Sep 17 00:00:00 2001 From: YUKTHA Date: Sun, 21 Sep 2025 12:39:53 +0530 Subject: [PATCH 218/942] initial (#103929) Co-authored-by: YUKTHA S --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dff203cb..32e9b372 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3025,3 +3025,4 @@ DanyLeeCS - [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 +- [yuktha](https://github.com/yuktha0505) - My first contrubition \ No newline at end of file From a3de2a355d45f931c30f0b0cb2f34c36519fee59 Mon Sep 17 00:00:00 2001 From: OSZDAO <78422538+oszdao@users.noreply.github.com> Date: Sun, 21 Sep 2025 12:42:57 +0530 Subject: [PATCH 219/942] Update Contributors.md (#103930) From a221143a8e1c92f2975ec20846604a3cc8910232 Mon Sep 17 00:00:00 2001 From: BASIT CHANNA <93848906+basitbc@users.noreply.github.com> Date: Sun, 21 Sep 2025 12:49:29 +0530 Subject: [PATCH 220/942] Add basit-channa to Contributors list (#103931) Co-authored-by: BasitAicerts --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 32e9b372..4cc8f8a8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) +- [Basit Channa](https://github.com/basitbc) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Jon Goodwin](https://github.com/Jon-Goodwin) From 6c49ccb738fcdfc61f344a0c2d990adb40e094aa Mon Sep 17 00:00:00 2001 From: Nandineni Harsha Vardhan Date: Sun, 21 Sep 2025 13:01:32 +0530 Subject: [PATCH 221/942] Add Harsha Vardha N to Contributors List (#103932) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4cc8f8a8..09aed519 100644 --- a/Contributors.md +++ b/Contributors.md @@ -65,6 +65,7 @@ - [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) - [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](#####) From 303b7b1f2c8a11206f8ca5a2cdaca2aecf126b07 Mon Sep 17 00:00:00 2001 From: roychan Date: Sun, 21 Sep 2025 00:48:39 -0700 Subject: [PATCH 222/942] Add roy to Contributors list (#103933) Co-authored-by: Roy Chan --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 09aed519..c0112545 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1572,6 +1572,7 @@ Eoin O'B - [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) From 14666100d58fc86ab53fab85318e4c9f86a2cf14 Mon Sep 17 00:00:00 2001 From: Tharindu Silva <78898203+TharinduSilva2019774@users.noreply.github.com> Date: Sun, 21 Sep 2025 10:51:18 +0100 Subject: [PATCH 223/942] Tharindu Commit (#103934) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c0112545..e55d0f9b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3028,4 +3028,5 @@ DanyLeeCS - [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 \ No newline at end of file From e9e556da0ac6ad27658862cac81fa5a850423ee7 Mon Sep 17 00:00:00 2001 From: Shaan Edroos <141983390+sh66n@users.noreply.github.com> Date: Sun, 21 Sep 2025 15:47:17 +0530 Subject: [PATCH 224/942] add Shaan to contributors (#103935) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e55d0f9b..797770a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Jon Goodwin](https://github.com/Jon-Goodwin) +- [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) From 72cace0b1db1f0b742f424a72db6a227bf7bb0fa Mon Sep 17 00:00:00 2001 From: Nada Ali Nour Eldeen <48387157+NadaAlinour@users.noreply.github.com> Date: Sun, 21 Sep 2025 13:31:55 +0300 Subject: [PATCH 225/942] Add nada to Contributers list (#103936) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 797770a2..192ad0d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -228,6 +228,7 @@ sdumini - [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) From 362dc031b7459b5659f408b5d9a6d279c4157ecc Mon Sep 17 00:00:00 2001 From: lSchmunck <90364951+lSchmunck@users.noreply.github.com> Date: Sun, 21 Sep 2025 06:15:18 -0500 Subject: [PATCH 226/942] Added my name to contribution list (#103937) Co-authored-by: Schmunck <300091701@fvtc.edu> --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 192ad0d1..dcec817a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3031,4 +3031,5 @@ DanyLeeCS - [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 \ No newline at end of file +- [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. \ No newline at end of file From f7124953eb4d872d87f48a6ed6dbccad30c8765d Mon Sep 17 00:00:00 2001 From: Lalith Kumar <142649393+LalithSiramdasu@users.noreply.github.com> Date: Sun, 21 Sep 2025 17:43:24 +0530 Subject: [PATCH 227/942] Update Contributors.md (#103938) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index dcec817a..6caa33fe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +[lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [DeAnna_Nichols] @@ -3032,4 +3033,4 @@ DanyLeeCS - [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. \ No newline at end of file +- [Logan Schmunck](https://github.com/lSchmunck) - A little behind on college work but I'm figuring it out. From bdd2862b9e8cd3dec430fb13e08b46e9d8adf3b0 Mon Sep 17 00:00:00 2001 From: ictinus0222 Date: Sun, 21 Sep 2025 18:20:42 +0530 Subject: [PATCH 228/942] Add Akhil to Contributors List --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 6caa33fe..81379d17 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors -[lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution - [Diya](https://github.com/123diya-coder) +- [Akhil](https://www.github.com/ictinus0222) started contributing to open source! +- [lalith](https://github.com/LalithSiramdasu) this is my first open source contribution +- [Diya](https://github.com/123diya-coder) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [DeAnna_Nichols] - [Toton] From 3e3a813ef8b1a2ddd733a56e667cac1f437115d2 Mon Sep 17 00:00:00 2001 From: Aman Kumar Date: Sun, 21 Sep 2025 18:24:30 +0530 Subject: [PATCH 229/942] First opensourse world (#103941) * Aman Kumar * Add Aman Kumar to Contributors list --------- Co-authored-by: Aman Kumar --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6caa33fe..9468fdea 100644 --- a/Contributors.md +++ b/Contributors.md @@ -441,6 +441,7 @@ sdumini - 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) From b4db35cf9c6478d005fc512ca1804d6b42cc1a59 Mon Sep 17 00:00:00 2001 From: Peiyasamy R <139734359+PERI14@users.noreply.github.com> Date: Sun, 21 Sep 2025 18:36:33 +0530 Subject: [PATCH 230/942] Add Periyasamy to Contributors list (#103942) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9468fdea..dce112e6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3035,3 +3035,4 @@ DanyLeeCS - [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. +- [Periyasamy R](https://github.com/PERI14/) - My first Contributuon game on \ No newline at end of file From b191ead9bb92b0c492eec6e526da7872923eeb44 Mon Sep 17 00:00:00 2001 From: TheWizardKingg Date: Sun, 21 Sep 2025 19:09:51 +0530 Subject: [PATCH 231/942] Add Mohit Sharma to contributors list (#103943) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dce112e6..3ef2fcfe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Bob Qin](https://github.com/Bob200409) +- [Mohit Sharma](https://github.com/TheWizardKingg) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) - [Mihir M](https://github.com/mihirm3hub) From 37756b0fbbbc26c89c1b4e8d4d38d7348d636f5d Mon Sep 17 00:00:00 2001 From: Sandip Maurya <68708436+sandipmaurya2611@users.noreply.github.com> Date: Sun, 21 Sep 2025 19:20:40 +0530 Subject: [PATCH 232/942] Sandip Maurya to Contributors list (#103944) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3ef2fcfe..415fb8b8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -144,6 +144,7 @@ - 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) From 8dc4c46d3123dd5a66748b6c4edbe40724176724 Mon Sep 17 00:00:00 2001 From: Gkbdc01 <142567524+Gkbdc01@users.noreply.github.com> Date: Sun, 21 Sep 2025 19:39:31 +0530 Subject: [PATCH 233/942] i have made changes to the contributors.md (#103946) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 415fb8b8..7388d654 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3037,4 +3037,5 @@ DanyLeeCS - [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. -- [Periyasamy R](https://github.com/PERI14/) - My first Contributuon game on \ No newline at end of file +- [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 \ No newline at end of file From c3559b7b200ea97c677c82854b061e37dd98e04d Mon Sep 17 00:00:00 2001 From: Aditya Kumar <146847363+aditya-23140@users.noreply.github.com> Date: Sun, 21 Sep 2025 20:07:02 +0530 Subject: [PATCH 234/942] Add your-name to Contributors list (#103947) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7388d654..f3670ef5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2713,6 +2713,7 @@ jack - first contribution practice - [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] From 29bfcb0e5b1bd1167e53eb9577b0dbf676f534cb Mon Sep 17 00:00:00 2001 From: Shashank Kempasagara Date: Sun, 21 Sep 2025 20:42:52 +0530 Subject: [PATCH 235/942] Add Shashank Kempasagara to Contributors list (#103948) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f3670ef5..a946a67e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Basit Channa](https://github.com/basitbc) +- [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Jon Goodwin](https://github.com/Jon-Goodwin) From 19e6bfbb0e6dbdf442a693b3bd971945e7d379d4 Mon Sep 17 00:00:00 2001 From: Anna Woodlief <800098649@fvtc.edu> Date: Sun, 21 Sep 2025 12:11:02 -0500 Subject: [PATCH 236/942] Added myself to Contributors Markdown (#103949) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a946a67e..89c39b8d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3040,4 +3040,5 @@ DanyLeeCS - [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. - [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 \ No newline at end of file +-[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!! \ No newline at end of file From 9d9479690bba6bb1e3e6e965640e9f19a0a07171 Mon Sep 17 00:00:00 2001 From: SpicyKiwi <144238608+Sp1cyK1w1@users.noreply.github.com> Date: Sun, 21 Sep 2025 18:46:38 +0100 Subject: [PATCH 237/942] add Sp1cyK1w1 to Contributors markdown (#103950) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 89c39b8d..858021eb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3041,4 +3041,5 @@ DanyLeeCS - [Logan Schmunck](https://github.com/lSchmunck) - A little behind on college work but I'm figuring it out. - [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!! \ No newline at end of file +[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!!! From caec5292d166f8088c9bed20dcf2b84c773f8299 Mon Sep 17 00:00:00 2001 From: Vikas Saini <133516180+vikas-saini-7@users.noreply.github.com> Date: Sun, 21 Sep 2025 23:55:04 +0530 Subject: [PATCH 238/942] Add Vikas Saini to contributors (#103952) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 858021eb..f98bf245 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +[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) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. From f2e1217035d4fd05880ec366fdfb92d4b7e3ed40 Mon Sep 17 00:00:00 2001 From: RANJITH D Date: Mon, 22 Sep 2025 00:11:30 +0530 Subject: [PATCH 239/942] Update Contributors.md (#103953) Added my name to it --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f98bf245..6936b742 100644 --- a/Contributors.md +++ b/Contributors.md @@ -85,6 +85,7 @@ - [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 - Shreyaa From a92f55964c40356f407239a83f9b5c4c64d9e9a5 Mon Sep 17 00:00:00 2001 From: DexoPedia <122404991+bina5461@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:23:50 +0530 Subject: [PATCH 240/942] Update Contributors.md (#103955) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6936b742..36387742 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. +- [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] - [Toton] - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From 4de7d84f46befb6597ffdb2a04ec6cb78d16357b Mon Sep 17 00:00:00 2001 From: waleed ahmed <20061467+Ahmed546@users.noreply.github.com> Date: Sun, 21 Sep 2025 23:56:27 +0500 Subject: [PATCH 241/942] Waleed Ahmed AI-Engineer (#103956) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 36387742..bcf77301 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3046,3 +3046,4 @@ DanyLeeCS -[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo [Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! +[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! \ No newline at end of file From d1854d567273765c34c7f04452eebe8e3c4ff69a Mon Sep 17 00:00:00 2001 From: Sebastian Serban <100536490+Sebastianserban@users.noreply.github.com> Date: Sun, 21 Sep 2025 21:15:27 +0200 Subject: [PATCH 242/942] Add Sebastian-Serban to Contributors list (#103957) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bcf77301..a4ef4ffc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -77,6 +77,7 @@ - [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) @@ -3046,4 +3047,4 @@ DanyLeeCS -[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo [Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! -[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! \ No newline at end of file +[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! From ae822686c52d6232f45527f619089f5882395f10 Mon Sep 17 00:00:00 2001 From: Monu Kumar Date: Mon, 22 Sep 2025 01:38:58 +0530 Subject: [PATCH 243/942] Add My name to Contributors List --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index a4ef4ffc..9c1ae672 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,6 @@ # Contributors +- [Monu Kumar](https://github.com/monukumaar) + [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) From 985ac8699b6ccad26649aa7b60ef193d8fa3b5b8 Mon Sep 17 00:00:00 2001 From: ".Ilo" <39337963+ilomarsk@users.noreply.github.com> Date: Sun, 21 Sep 2025 22:55:57 +0200 Subject: [PATCH 244/942] Add ilomarsk to Contributors list (#103960) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a4ef4ffc..90face04 100644 --- a/Contributors.md +++ b/Contributors.md @@ -40,6 +40,7 @@ - [LayorX](https://github.com/LayorX) - [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! +- [ilomarsk](https://github.com/ilomarsk/) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Bhavana] From c3c63c2e4909345c9b4be09040937d5c09233dd2 Mon Sep 17 00:00:00 2001 From: Hiya Trehan Date: Mon, 22 Sep 2025 02:54:35 +0530 Subject: [PATCH 245/942] Add Hiya Trehan to Contributors List (#103961) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 90face04..336e0915 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3049,3 +3049,4 @@ DanyLeeCS [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!!! +- [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. From 91dce18ca9b535e12c72b21250a6ff3fcb7e12c8 Mon Sep 17 00:00:00 2001 From: Dasango Date: Sun, 21 Sep 2025 16:42:00 -0500 Subject: [PATCH 246/942] Add David to Contributors list (#103962) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 336e0915..cec7556f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3028,6 +3028,7 @@ DanyLeeCS [Cherry] - [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) From c363e47cd154c0b0abf0e66d945a5ff946607e62 Mon Sep 17 00:00:00 2001 From: Emilio Date: Sun, 21 Sep 2025 18:31:29 -0500 Subject: [PATCH 247/942] Add Emilio Peguero to Contributors list (#103964) Co-authored-by: Emilio --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cec7556f..929d3b3e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -753,6 +753,7 @@ LIUYY到此一游 - 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 From 074dd417a35fbc36f09c605727fdda2a11d8edd2 Mon Sep 17 00:00:00 2001 From: AnasheGas Date: Sun, 21 Sep 2025 19:10:10 -0500 Subject: [PATCH 248/942] Add Anashe to Contributors List (#103965) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 929d3b3e..9ffb9588 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) +- [Anashe Gaseller] - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From cabb5502b5cbc0068ef508d58ba6102704a94b07 Mon Sep 17 00:00:00 2001 From: pg4040 <143675619+pg4040@users.noreply.github.com> Date: Sun, 21 Sep 2025 20:18:36 -0400 Subject: [PATCH 249/942] Add pg4040 to Contributors list (#103966) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ffb9588..c894b2ae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -170,6 +170,7 @@ ranjith_dhanasekaran - [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) From c90bee18b3c9b9c76b23b0d5d86ea5a4035d9a97 Mon Sep 17 00:00:00 2001 From: Whitewolfo64 Date: Sun, 21 Sep 2025 20:26:49 -0500 Subject: [PATCH 250/942] Added my name to the ever-growing roster. Had to fix 2 times. (#103967) * Added myself to the evergrowing roster. * Fixed my name added to another's line. * Fixed a second time, my name on same line as other. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c894b2ae..c9f2e09c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3054,3 +3054,4 @@ DanyLeeCS - [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!!! - [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. \ No newline at end of file From e1d14b98816df2eeecc4a9749827bd53b34c4555 Mon Sep 17 00:00:00 2001 From: Alexis Huerta Date: Sun, 21 Sep 2025 21:44:34 -0500 Subject: [PATCH 251/942] first contribution (#103969) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c9f2e09c..25f34b82 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3054,4 +3054,5 @@ DanyLeeCS - [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!!! - [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. \ No newline at end of file +- [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. +-[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... \ No newline at end of file From b73c80669da3847e649f813390fb6590cd79e0ea Mon Sep 17 00:00:00 2001 From: whryjt <148889890+whryjt@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:53:25 +0800 Subject: [PATCH 252/942] Add Aaron to Contributors list (#103970) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 25f34b82..858caa43 100644 --- a/Contributors.md +++ b/Contributors.md @@ -72,6 +72,7 @@ - [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) From fd0abf1a7e16cb4bc1286dd562896a10a1e71aa4 Mon Sep 17 00:00:00 2001 From: AnishKG19 Date: Mon, 22 Sep 2025 09:31:47 +0530 Subject: [PATCH 253/942] add anish to the contributor list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 858caa43..5dfba4a4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,8 @@ - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] + +- [Anish Gupta](https://github.com/AnishKG19) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From 92878ce2ce00603494385522d2ff35919cfacfdf Mon Sep 17 00:00:00 2001 From: Devashish Roy <81722424+roydevashish@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:45:21 +0530 Subject: [PATCH 254/942] Add roydevashish to Contributors list (#103973) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 858caa43..c685725f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1548,6 +1548,7 @@ Eoin O'B - [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) From 1032e455e20883ee56b5c3c450feb976fb52b4b1 Mon Sep 17 00:00:00 2001 From: Saurabh Kokate Date: Mon, 22 Sep 2025 10:10:55 +0530 Subject: [PATCH 255/942] Update Contributors.md (#103974) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c685725f..107f06f7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) @@ -3057,4 +3058,4 @@ DanyLeeCS [Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. --[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... \ No newline at end of file +-[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... From ad85aab37f4c8928c134f4db4566434f71904170 Mon Sep 17 00:00:00 2001 From: AjaySmarc <164642098+AjaySmarc@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:18:25 +0530 Subject: [PATCH 256/942] Add Ajay Mudettula to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c685725f..c8ae8aa5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3057,4 +3057,5 @@ DanyLeeCS [Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. --[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... \ No newline at end of file +-[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... +- [Ajay Mudettula](https://github.com/AjaySmarc) - Lets Connect 😇 ! \ No newline at end of file From f59b48b1f861355d591a5a28aec8e22ddaf117ea Mon Sep 17 00:00:00 2001 From: AjaySmarc <164642098+AjaySmarc@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:39:10 +0530 Subject: [PATCH 257/942] added ajaymudettula to Contributors.md --- Contributors.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Contributors.md b/Contributors.md index 6b6229b6..c8ae8aa5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,4 @@ # Contributors -- Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) @@ -3059,5 +3058,4 @@ DanyLeeCS - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... -- [Ajay Mudettula](https://github.com/AjaySmarc) - Lets Connect 😇 ! - +- [Ajay Mudettula](https://github.com/AjaySmarc) - Lets Connect 😇 ! \ No newline at end of file From 578db15ed0dd3801e7768a52ef653fef912e2a2c Mon Sep 17 00:00:00 2001 From: dhanush kotrike <59303143+dhanushkotrike@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:42:47 +0530 Subject: [PATCH 258/942] Add Dhanush Kotrike to Contributors list (#103977) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 107f06f7..5e6fda63 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [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! - [Abhishek Rawat][https://github.com/Abhishek2rawat] From 77cd37669fa0a7e99dacc11c5e073e80d2ab7511 Mon Sep 17 00:00:00 2001 From: Samruddhi Khade <121228447+khadesamrudhi@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:12:30 +0530 Subject: [PATCH 259/942] Add samruddhi khade to Contributors list (#103978) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5e6fda63..36fc8055 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ - [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) - [Kamal Agrahari](https://github.com/ikamalagrahari/) - [Mahanthesh S](https://github.com/Mahi2708) From 910b5c4d718cd9d678887ef0419de6a537886d87 Mon Sep 17 00:00:00 2001 From: Xuancheng Liu Date: Mon, 22 Sep 2025 14:51:40 +0800 Subject: [PATCH 260/942] gE added to contributors list (#103979) Co-authored-by: gE0650 <2500013036@stu.pku.edu.cn> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 36fc8055..42ba792f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -354,6 +354,7 @@ sdumini - [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) From 6eff26e25a06f056232c9ca4c9fea1d5e95a9260 Mon Sep 17 00:00:00 2001 From: siminpool Date: Mon, 22 Sep 2025 12:27:04 +0530 Subject: [PATCH 261/942] docs: add siminpool to Contributors list (#103980) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 42ba792f..c727664a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3062,3 +3062,4 @@ DanyLeeCS - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... +- [siminpool](https://github.com/siminpool) \ No newline at end of file From 23b54fdd5e9c44dcdf157aba3516e8ea4e34d096 Mon Sep 17 00:00:00 2001 From: Sharvesh3 <140963405+Sharvesh3@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:48:55 +0530 Subject: [PATCH 262/942] Add Sharvesh S to the Contributors list (#103981) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c727664a..062b39e7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -61,6 +61,7 @@ - [Priyanshujindal](https://github.com/Priyanshujindal) - sai - hello +- [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! From 761c692dbca2394345f081f293572eede5fae16d Mon Sep 17 00:00:00 2001 From: Nitesh Kumar <148860110+kumarbaberwal@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:48:39 +0530 Subject: [PATCH 263/942] Nitesh Kumar name added to list (#103982) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 062b39e7..61753153 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) +- [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. - [DeAnna_Nichols] From 61f2cf5c6dc68930e0f105979329dcb1aed048e4 Mon Sep 17 00:00:00 2001 From: Nitesh Kumar <148860110+kumarbaberwal@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:53:08 +0530 Subject: [PATCH 264/942] Nitesh Kumar name added to list (#103983) From 9ae6d6d4148c80c1a21ab89da85f85dd489103b1 Mon Sep 17 00:00:00 2001 From: Thien0912 Date: Mon, 22 Sep 2025 15:30:58 +0700 Subject: [PATCH 265/942] Fix broken translation links by adding docs/ prefix --- .github/CONTRIBUTING.md | 146 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 102644f9..6fed4630 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,76 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](../docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](../docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](../docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](../docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](../docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](../docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](../docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](../docs/translations/README.by.md) | []() | +| Català | [Catalan](../docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](../docs/translations/README.cs.md) | []() | +| Danish | [Danish](../docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](../docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](../docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](../docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](../docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](../docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](../docs/translations/README.fi.md) | []() | +| Français | [French](../docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](../docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](../docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](../docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](../docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](../docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](../docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](../docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](../docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](../docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](../docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](../docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](../docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](../docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](../docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](../docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](../docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](../docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](../docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](../docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](../docs/translations/README.lv.md) | []() | +| | [me](../docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](../docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](../docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](../docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](../docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](../docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](../docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](../docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](../docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](../docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](../docs/translations/README.pa.md) | []() | +| Polski | [Polish](../docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](../docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](../docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](../docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](../docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](../docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](../docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](../docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](../docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](../docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](../docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](../docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](../docs/translations/README.te.md) | []() | +| ไทย | [Thai](../docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](../docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](../docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](../docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](../docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](../docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](../docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](../docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](../docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](../docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](../docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From 24c0da2de87414be61405bf7c6445137237d7c34 Mon Sep 17 00:00:00 2001 From: Jayceon-3 Date: Mon, 22 Sep 2025 19:17:22 +0800 Subject: [PATCH 266/942] Add Jayceon to Contributors list (#103988) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 61753153..ce1c59f9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -125,7 +125,8 @@ ranjith_dhanasekaran - [KANISH](hello) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) -- [M Govindarajan](https://github.com/Govindarajannn) +- [M Govindarajan](https://github.com/Govindarajannn) +- [Jayceon Zhang](https://github.com/Jayceon-3) - [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) - [Divyansh Shrivastav](https://github.com/DIVYANSH-SHRIVASTAV) From bebbd51f60a83bda86a2bf11fbd3dfe723eaf0c2 Mon Sep 17 00:00:00 2001 From: Kurisu <112191282+CodeToCody@users.noreply.github.com> Date: Mon, 22 Sep 2025 19:25:15 +0800 Subject: [PATCH 267/942] Add Cody to Contributors list (#103989) Co-authored-by: Yu-Cheng Wang --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ce1c59f9..14ff4992 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ - [ilomarsk](https://github.com/ilomarsk/) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) +- [Cody] - (https://github.com/CodeToCody) - [Bhavana] - [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) From 0e56b80e29a5e5ff9e5d6545bcef37ed4165ebed Mon Sep 17 00:00:00 2001 From: Nur Huda Bikhoir <35209506+hudabikhoir@users.noreply.github.com> Date: Mon, 22 Sep 2025 19:44:28 +0800 Subject: [PATCH 268/942] add contributor (#103990) Co-authored-by: hudabikhoir --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 14ff4992..fe4c402b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3066,4 +3066,5 @@ DanyLeeCS - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... -- [siminpool](https://github.com/siminpool) \ No newline at end of file +- [siminpool](https://github.com/siminpool) +- [Huda Bikhoir](https://github.com/hudabikhoir) \ No newline at end of file From 4a25fce18df06095232c1de8dd61610c2617b0b4 Mon Sep 17 00:00:00 2001 From: Ramesh Date: Mon, 22 Sep 2025 17:25:13 +0530 Subject: [PATCH 269/942] My first Contribution --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eb3eb9ba..92aaf474 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2903,3 +2903,4 @@ DanyLeeCS [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! +[Ramesh Nair](https://github.com/ramesh-nair-dev) Hello ! From c18d960b22753d19858c7edcb55410d09f6842bd Mon Sep 17 00:00:00 2001 From: Hanju Kim Date: Mon, 22 Sep 2025 14:08:51 +0200 Subject: [PATCH 270/942] Add HanzoK to COntributors list (#103992) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe4c402b..52a91246 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2162,6 +2162,7 @@ Cloudman - [TejoSaiSwaroop](https://github.com/tejosaiswaroop) - [Mayank Pratap Singh](https://github.com/04-mayank) - [AlicepetereoNa](https://github.com/AlicepetereoNa) +- [HanzoK](https://github.com/HanzoK) Hope you have a good day! - [gurlalbhullarz](https://github.com/gurlalbhullarz) - [Siribhargavi](https://github.com/SIRIBHARGAVI1234) - [Squirrelcoding](https://github.com/Squirrelcoding) From 690203b5616dad8aef54cac9600f5e4e64eb8a5a Mon Sep 17 00:00:00 2001 From: cheonkyu Date: Mon, 22 Sep 2025 21:12:27 +0900 Subject: [PATCH 271/942] Add cheonkyu to Contributors list (#103993) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 52a91246..85383c9f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3068,4 +3068,5 @@ DanyLeeCS - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... - [siminpool](https://github.com/siminpool) -- [Huda Bikhoir](https://github.com/hudabikhoir) \ No newline at end of file +- [Huda Bikhoir](https://github.com/hudabikhoir) +- [Cheonkyu](https://github.com/cheonkyu) \ No newline at end of file From 6921124de525f13ab9fcfcd2312779a476125265 Mon Sep 17 00:00:00 2001 From: Ashen Umeda Date: Mon, 22 Sep 2025 17:49:26 +0530 Subject: [PATCH 272/942] Add Ashen Umeda to Contributors list (#103994) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 85383c9f..0506b68b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -37,6 +37,7 @@ - [Ali Nasser](https://github.com/AliNasser05) - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) +- [Ashen Umeda](https://github.com/ashenumeda) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) From 137ef7823041881d3da42bec697209369688ffd9 Mon Sep 17 00:00:00 2001 From: Siyad Savad <73017803+s1999-alt@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:56:07 +0530 Subject: [PATCH 273/942] Add Cypher to the Contributer List (#103996) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0506b68b..3a46b9dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From 936c5f877cca5f8ae8e5220260ce3f8d69dc5c77 Mon Sep 17 00:00:00 2001 From: Rapteon <42870679+Rapteon@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:57:32 +0530 Subject: [PATCH 274/942] Added Rapteon to the contributors list. (#103995) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3a46b9dd..c0df275b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3071,4 +3071,5 @@ DanyLeeCS -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... - [siminpool](https://github.com/siminpool) - [Huda Bikhoir](https://github.com/hudabikhoir) -- [Cheonkyu](https://github.com/cheonkyu) \ No newline at end of file +- [Cheonkyu](https://github.com/cheonkyu) +- [Rapteon](https://github.com/Rapteon) From d2ed03ca8683add2bba90a0e41267516e373eb3d Mon Sep 17 00:00:00 2001 From: Mboira Date: Mon, 22 Sep 2025 15:31:12 +0300 Subject: [PATCH 275/942] add mboira to contributors --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index fe4c402b..c66b6ac0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3067,4 +3067,5 @@ DanyLeeCS - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... - [siminpool](https://github.com/siminpool) -- [Huda Bikhoir](https://github.com/hudabikhoir) \ No newline at end of file +- [Huda Bikhoir](https://github.com/hudabikhoir) +- [Mboira](https://github.com/MBOIRA) \ No newline at end of file From 817219db3077b5d34124015f1b9182314b5663d4 Mon Sep 17 00:00:00 2001 From: PyZenMatt <101363711+PyZenMatt@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:29:03 +0200 Subject: [PATCH 276/942] Add PyZenMatt to Contributors list (#103998) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c0df275b..21e73f45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1535,6 +1535,7 @@ Eoin O'B - [joelinux60](https://github.com/joelinux60) - [Zemenu Mekuria](https://github.com/Teklez) - [Kimjunseoo](https://github.com/kimjunseoo) +- [Matteo Ricci](https://github.com/PyZenMatt) - [utkarsh007007](https://github.com/utkarsh007007) - [soybean501](https://github.com/soybean501) - [smandadhi9](https://github.com/smandadhi9) From 073e79ee0a11448082e37a172b94cdf62cd0c7a2 Mon Sep 17 00:00:00 2001 From: Jordan Pinto Date: Mon, 22 Sep 2025 13:47:16 +0000 Subject: [PATCH 277/942] Add Jordan Pinto to Contributors list (#103999) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 21e73f45..4b98c6e2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] +- [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From 669d4cf7a3066040604028d6c2c8d9d02b4bf11a Mon Sep 17 00:00:00 2001 From: thevoid12 <65019748+thevoid12@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:03:32 +0530 Subject: [PATCH 278/942] Add void to Contributors list (#104000) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4b98c6e2..7b14724d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2832,6 +2832,7 @@ sh0uka - [North](https://github.com/North-M) - [iason-019](https://github.com/iason-019) - [Jason Joannou](https://github.com/Jason-Joannou) +- [void]((https://github.com/thevoid12)) - [treeleaves30760](https://github.com/treeleaves30760) - [Carsoneee](https://github.com/Carsoneee) - [romeopopescu](https://github.com/romeopopescu) From bd6c313df75b28ef491882fd60c1231f1561f560 Mon Sep 17 00:00:00 2001 From: marherr-19 Date: Mon, 22 Sep 2025 12:23:09 -0400 Subject: [PATCH 279/942] Add maria-herrmann to Contributors list (#104001) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7b14724d..335817d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Bob Qin](https://github.com/Bob200409) +- [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) From 5dcc66d54496617533a3b29a54dcc349b3d27f0b Mon Sep 17 00:00:00 2001 From: 051821 Date: Mon, 22 Sep 2025 22:33:13 +0530 Subject: [PATCH 280/942] This is my first open-source --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 335817d8..9b2a215e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) From 01e5c1e888aefb3b72a709ccb2c9b01b081beb45 Mon Sep 17 00:00:00 2001 From: anushka sagar <112419846+051821@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:34:01 +0530 Subject: [PATCH 281/942] This is my first open-source (#104003) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 335817d8..9b2a215e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) From 4d14e296ad46fe43f4d614677a1eb0aff58bcf06 Mon Sep 17 00:00:00 2001 From: Adithyrao1 <121217911+Adithyrao1@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:40:55 +0530 Subject: [PATCH 282/942] Adithya Nanuvala in contributions.md (#104004) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9b2a215e..5a82efec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -370,6 +370,7 @@ sdumini - [Joseph Halloran] (https://github.com/josephfhalloran) - [fatimah](https://github.com/grindstack) - [Jithin](https://github.com/jithin-dotcom) +- Adithya Nanuvala - [Devansh Singh](https://github.com/Devansh-04) - [Mandrukamal](https://github.com/Mandrukamal) - [Gokul](https://github.com/Gokul-S-dev) From b07182f6f4516fe195cf02051baa9654361bb36e Mon Sep 17 00:00:00 2001 From: Victor Brayner Date: Mon, 22 Sep 2025 14:35:35 -0300 Subject: [PATCH 283/942] Add Victor Brayner to Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a82efec..f0c18b55 100644 --- a/Contributors.md +++ b/Contributors.md @@ -189,6 +189,7 @@ ranjith_dhanasekaran - [Sundram Rai](https://github.com/Sundramrai3691) - [Miles Morales] - [DevElevate19](https://github.com/DevElevate19) +- [Victor Brayner](https://github.com/victorbrayner) - [lucas](https://github.com/Luc-as) - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- From 239d5405d3f60ace0ab6c9a13270cb2c08454500 Mon Sep 17 00:00:00 2001 From: lorenaAlbuquerque <62388529+Lorena2802@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:35:37 -0300 Subject: [PATCH 284/942] Add Lorena Albuquerque to Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a82efec..7bf01df9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -426,6 +426,7 @@ sdumini -[ledi1026](https://github.com/ledi1026) -[Michael Rockefeller](https://github.com/rockefelm) -[Syaiful Yudha Platoteles](https://github.com/Platotel3s) +-[Lorena Albuquerque](https://github.com/Lorena2802) -[Karol Budzko](https://github.com/krlkarol) -[hizs12-tpysh](https://github.com/HizS12) -[Ayush23-art](https://github.com/Ayush23-art) From 922196f592e84de7f3a502b5ea4862c84aebf397 Mon Sep 17 00:00:00 2001 From: PEDRO MEDEIROS PRIETTO Date: Mon, 22 Sep 2025 14:36:17 -0300 Subject: [PATCH 285/942] Add Pedro Prietto to Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a82efec..dc0e2052 100644 --- a/Contributors.md +++ b/Contributors.md @@ -597,6 +597,7 @@ LIUYY到此一游 - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [atlas-ian](https://github.com/atlas-ian) - [Sruthi BJ](https://github.com/Bjsruthi) +- [Pedro Prietto](https://github.com/Pedro-Prietto) - [Areen Patil](https://github.com/areen-patil) - [Sunday](https://github.com/Hao-tian) - [Inigo](https://github.com/inigostibbe) From 8692ac8198995d4135869265c4de3b8742aeccbb Mon Sep 17 00:00:00 2001 From: mayondavid <148114601+mayondavid@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:47:18 -0300 Subject: [PATCH 286/942] =?UTF-8?q?Add=20Marlon=20D=C3=AAivide=20to=20Cont?= =?UTF-8?q?ributors.md=20(#104006)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a82efec..f3afd76a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1181,6 +1181,7 @@ Ben -[udhav vinaik](https://github.com/udhavvinaik) - [Raushan](https://github.com/oisitme) - [Tan Loc](https://github.com/htloc98) +- [Marlon Dêivide](https://github.com/mayondavid) - [AvatarG](https://github.com/AvatarG) - [Morley lane](https://github.com/0ni4) - [OWilliams](https://github.com/O-Bots) From a25841e731a84ada960b38fe1a6ad971adc4bcf6 Mon Sep 17 00:00:00 2001 From: joaogabrielsouza-coder Date: Mon, 22 Sep 2025 14:54:04 -0300 Subject: [PATCH 287/942] add joaogalindo to Contributors.md (#104010) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f3afd76a..c3690370 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1168,6 +1168,7 @@ Ben - [LunkadV](https://github.com/LunkadV) - [Elif Ş.](https://github.com/elifsz) - [eszanon](https://github.com/eszanon) +- [joao-galindo](https://github.com/joaogabrielsouza-coder) - [Rey Jao](https://github.com/jao-rey) - [Diego Gutierrez](https://github.com/DiegoGutierrezP) - [Eiheir](https://github.com/ebininin) From 73f0ea85894c2ed0ae2342d701d646c8842d295d Mon Sep 17 00:00:00 2001 From: Mahak Singh Date: Mon, 22 Sep 2025 23:34:38 +0530 Subject: [PATCH 288/942] 1st contribution (#104011) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c3690370..66563ab5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -126,6 +126,7 @@ ranjith_dhanasekaran - [laurent humeau](https://github.com/Laurent-Humeau) -[Sailaja](https://github.com/Sailu5) - [Sim Hyeonmin](https://github.com/simhyunmin) +-[Mahak Singh(https://github.com/Mahak-10)] - [Filippos Angelakos](https://github.com/filipp-os) - Love from Greece!!!! - [Sanjay Senthilkumar](https://github.com/Sanj84-co) - [KANISH](hello) From 912071e2f68c58a31cdeb9f58d554b93f1f903fb Mon Sep 17 00:00:00 2001 From: Nikhil Pachange Date: Tue, 23 Sep 2025 00:16:13 +0530 Subject: [PATCH 289/942] add: Nikhil Pachange to contributors list (#104012) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 66563ab5..fe57211f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3082,3 +3082,4 @@ DanyLeeCS - [Huda Bikhoir](https://github.com/hudabikhoir) - [Cheonkyu](https://github.com/cheonkyu) - [Rapteon](https://github.com/Rapteon) +- [nikhilpachange](https://github.com/cheonkyu) From 3e0a67b388b5da7c61b12d3c5953702d44245602 Mon Sep 17 00:00:00 2001 From: Murtaza Khalid <41028430+Murtazz@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:44:09 -0400 Subject: [PATCH 290/942] Add murtaza to Contributer list (#104013) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe57211f..92f9133b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3083,3 +3083,4 @@ DanyLeeCS - [Cheonkyu](https://github.com/cheonkyu) - [Rapteon](https://github.com/Rapteon) - [nikhilpachange](https://github.com/cheonkyu) +- [murtaza](https://github.com/murtazz) From b004e20ebf16d0ae52ae339991fbe8300c1e1c61 Mon Sep 17 00:00:00 2001 From: Abhinav Singla <142439429+InsaneAbhinav@users.noreply.github.com> Date: Tue, 23 Sep 2025 01:21:42 +0530 Subject: [PATCH 291/942] InsaneAbhinav First Contribution (#104014) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 92f9133b..f48be372 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution From ce5aa02eb9ce4f748c427fb4db1cda2980a34f1c Mon Sep 17 00:00:00 2001 From: Ali-Moros <54844550+Ali-Moros@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:32:15 +0000 Subject: [PATCH 292/942] Added Ali-moros to the contributions list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bcf77301..169029d9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3046,4 +3046,5 @@ DanyLeeCS -[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo [Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! -[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! \ No newline at end of file +[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! +[Ali Moros](https://github.com/Ali-Moros) - Yeaaaaah body, let's code baby \ No newline at end of file From 1f33ae222183479ff71ad9708ea99819bf9126bf Mon Sep 17 00:00:00 2001 From: tony31913 <67110891+tony31913@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:45:50 +0100 Subject: [PATCH 293/942] Add Tony Wong to Contributors list (#104016) Co-authored-by: Tony Wong --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f48be372..ef8d121b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3085,3 +3085,4 @@ DanyLeeCS - [Rapteon](https://github.com/Rapteon) - [nikhilpachange](https://github.com/cheonkyu) - [murtaza](https://github.com/murtazz) +- [Tony Wong](https://github.com/tony31913) From 6f456469e8253e655e328d2b8b3af03af6d33710 Mon Sep 17 00:00:00 2001 From: Kayode Babalola Date: Mon, 22 Sep 2025 21:52:11 +0100 Subject: [PATCH 294/942] Update Contributors.md (#104017) add my name to contibutors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ef8d121b..7b544f39 100644 --- a/Contributors.md +++ b/Contributors.md @@ -54,6 +54,7 @@ - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Cody] - (https://github.com/CodeToCody) +- [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) From eecfff4183962fda8af3909467321d699ae8ace3 Mon Sep 17 00:00:00 2001 From: denizburduroglu Date: Mon, 22 Sep 2025 15:36:05 -0600 Subject: [PATCH 295/942] Add Deniz Burduroglu to Contributors list (#104018) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7b544f39..d5f1f811 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3087,3 +3087,4 @@ DanyLeeCS - [nikhilpachange](https://github.com/cheonkyu) - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) +- [Deniz Burduroglu](https://github.com/denizburduroglu) From 0fd794d2dbab8e5231756cd10a7d5063697c6319 Mon Sep 17 00:00:00 2001 From: principalog Date: Mon, 22 Sep 2025 17:50:47 -0400 Subject: [PATCH 296/942] Add principalog to Contributors list (#104019) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d5f1f811..0b75f078 100644 --- a/Contributors.md +++ b/Contributors.md @@ -21,6 +21,7 @@ - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) +- [principalog](https://github.com/principalog) - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] From 1924aa170aff236380d8c132b90f8e967f76ce31 Mon Sep 17 00:00:00 2001 From: Amethyst_418 Date: Tue, 23 Sep 2025 04:15:04 +0530 Subject: [PATCH 297/942] Add Amethyst to Contributors list (#104021) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0b75f078..91535c83 100644 --- a/Contributors.md +++ b/Contributors.md @@ -52,6 +52,7 @@ - [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! - [ilomarsk](https://github.com/ilomarsk/) +- [amethyst](https://github.com/krishshaw418) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Cody] - (https://github.com/CodeToCody) From c8038eeef1be819a62f9aa0e8f2ae3adffd44f93 Mon Sep 17 00:00:00 2001 From: SachaEmmanuelTorres Date: Mon, 22 Sep 2025 18:53:24 -0400 Subject: [PATCH 298/942] Update Contributors.md Add Sacha Emmanuel Torres github repo --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 0b75f078..ee15c408 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3089,3 +3089,5 @@ DanyLeeCS - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) +- [Sacha Emmanuel Torres](https://github.com/SachaEmmanuelTorres) +- From b5e625276e0ebbe30aa6f175466ee04014d65b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Ordu=C3=B1a?= Date: Mon, 22 Sep 2025 21:54:05 -0300 Subject: [PATCH 299/942] =?UTF-8?q?Add=20Emanuel=20Ordu=C3=B1a=20to=20Cont?= =?UTF-8?q?ributors=20list=20(#104023)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91535c83..47e0f6c0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) - [Rafael Severo](https://github.com/rafaeumesmo) +- [Emanuel Orduña](https://github.com/emaordu) - [LayorX](https://github.com/LayorX) - [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! From dc7600092249299ac85aeb6dbf42c5e199f8e35f Mon Sep 17 00:00:00 2001 From: Mahmoud Hamed Aboelmagd Date: Tue, 23 Sep 2025 04:03:33 +0300 Subject: [PATCH 300/942] Add Mahmoud-Hamed to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91535c83..feab2437 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3090,3 +3090,4 @@ DanyLeeCS - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) +- [Mahmoud Hamed](https://github.com/mahmoudhamed) From 77b6c66f63516d8d44937dcbca00132eeb17b3c7 Mon Sep 17 00:00:00 2001 From: Mahmoud Aboelmagd Date: Tue, 23 Sep 2025 04:08:12 +0300 Subject: [PATCH 301/942] Add Mahmoud-Hamed to Contributors list (#104024) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 47e0f6c0..f5873e8a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3091,3 +3091,4 @@ DanyLeeCS - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) +- [Mahmoud Hamed](https://github.com/mahmoudhamed) From b3e92b2de4c369028d8a56dd5e359911486de3ef Mon Sep 17 00:00:00 2001 From: Mahmoud Hamed Aboelmagd Date: Tue, 23 Sep 2025 04:18:04 +0300 Subject: [PATCH 302/942] add Mahmoud-Aboelmagd to the contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index feab2437..db98d33c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3090,4 +3090,4 @@ DanyLeeCS - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) -- [Mahmoud Hamed](https://github.com/mahmoudhamed) +- [Mahmoud Hamed Aboelmagd](https://github.com/maboelmagd26) From 26d56a00469ac12c7bc425523ea870efa51d5eed Mon Sep 17 00:00:00 2001 From: THEJAS P RAO Date: Tue, 23 Sep 2025 06:51:03 +0530 Subject: [PATCH 303/942] Add Thejas P Rao to Contributors list (#104025) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f5873e8a..3cc7b282 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3092,3 +3092,4 @@ DanyLeeCS - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) - [Mahmoud Hamed](https://github.com/mahmoudhamed) +- [Thejas P Rao](https://github.com/thejasrao262003) \ No newline at end of file From d22e5bf705dab91a2a07229ba9ced284ddd74a18 Mon Sep 17 00:00:00 2001 From: Kevin Ndolo Date: Tue, 23 Sep 2025 06:39:54 +0300 Subject: [PATCH 304/942] Add kevin-ndolo to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b78b4b94..3f4ea17d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1705,6 +1705,7 @@ Matthew Burgos - [toya33](https://github.com/toya33) - [Cez](https://github.com/Cezzzzzz) - [Oluwasemilore Omotade-Michaels](https://github.com/shemigam1) +- [Kevin Ndolo](https://github.com/kevin-ndolo) - [Leonardo Schell](https://github.com/DevSchell) - [ycvy](https://github.com/ycvy) - [Fahim Muntasir](https://github.com/fahim-muntasir) From fe3974b13749fa974efcac1df17f290fcec05b06 Mon Sep 17 00:00:00 2001 From: vishnuvarthan <166686421+Vishnu-Varthan1@users.noreply.github.com> Date: Tue, 23 Sep 2025 09:46:43 +0530 Subject: [PATCH 305/942] Update Contributors.md (#104029) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3cc7b282..6ac3f4d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3092,4 +3092,5 @@ DanyLeeCS - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) - [Mahmoud Hamed](https://github.com/mahmoudhamed) -- [Thejas P Rao](https://github.com/thejasrao262003) \ No newline at end of file +- [Thejas P Rao](https://github.com/thejasrao262003) +- [vishnuVarthan](https://github.com/Vishnu-Varthan1) From 3611fec6c3d2ba74c5785c74ab32e8d508b0da72 Mon Sep 17 00:00:00 2001 From: Andrew Herbst <129715834+babalooski@users.noreply.github.com> Date: Tue, 23 Sep 2025 01:43:57 -0500 Subject: [PATCH 306/942] added name to contributors list (#104031) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6ac3f4d0..d8a626d4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -109,6 +109,7 @@ ranjith_dhanasekaran - [Dennis van Oort] (https://github.com/dvanoort) - Vo Huy +- Looskers - Shreyaa - Swedel Lasrado - Debanjan Kshetry From 741a7b5f481620c6fe0165527b63bb6574b90a91 Mon Sep 17 00:00:00 2001 From: Alexander Zagoruyko Date: Tue, 23 Sep 2025 09:50:15 +0300 Subject: [PATCH 307/942] Add Alexander Zagoruyko to Contributors list (#104032) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d8a626d4..f2fa0d6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1892,6 +1892,7 @@ Eoin O'B - [Sophie Sokol](https://github.com/ippotheboxer) - [rajeshwar](https://github.com/snehasuresh2005) - [Romuald Oluwatobi](https://github.com/Romulad) +- [Alexander Zagoruyko](https://github.com/azagoruyko) - [Miguel Mateo](https://github.com/Mike-2002-mx) - [Sahil Gulunjkar](https://github.com/Sahil4757) - [Lakshya Agrawal](https://github.com/Lakshya182005) From b33ff8e5e1fa5df51c9464f688c1778b4c39ab83 Mon Sep 17 00:00:00 2001 From: Kurisu <112191282+AliasCody@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:53:41 +0800 Subject: [PATCH 308/942] correct my name in list (#104033) Co-authored-by: Yu-Cheng Wang --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f2fa0d6d..5344cdf9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -56,7 +56,7 @@ - [amethyst](https://github.com/krishshaw418) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) -- [Cody] - (https://github.com/CodeToCody) +- [Kurisu] - (https://github.com/AliasCody) - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [stijee] - This is my first github commit. From b272047f6bec6a80fae8bb903d7fafd4159b6857 Mon Sep 17 00:00:00 2001 From: rishii1695 Date: Tue, 23 Sep 2025 14:50:26 +0530 Subject: [PATCH 309/942] my first contribution (#104035) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5344cdf9..026460bb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3096,3 +3096,4 @@ DanyLeeCS - [Mahmoud Hamed](https://github.com/mahmoudhamed) - [Thejas P Rao](https://github.com/thejasrao262003) - [vishnuVarthan](https://github.com/Vishnu-Varthan1) +- [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in From 3f54d845eb67ba5a237b812be4b794c4e6585a9f Mon Sep 17 00:00:00 2001 From: Akashisang <151737560+Akashisang@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:44:50 +0800 Subject: [PATCH 310/942] Add Akashisang to Contributors list (#104037) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 026460bb..8dd28317 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3097,3 +3097,4 @@ DanyLeeCS - [Thejas P Rao](https://github.com/thejasrao262003) - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in +- [akashisang](https://github.com/Akashisang) From 99c4aa61ee7182c4e7573b25a9950ecc4f37538f Mon Sep 17 00:00:00 2001 From: 051821 Date: Tue, 23 Sep 2025 16:16:47 +0530 Subject: [PATCH 311/942] new contribution to first-contribution.git --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9b2a215e..69575bdb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors --[051821](https://github.com/051821) - This is my first open-source contribution +-[051821](https://github.com/051821) - Happy to make my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) From 27e79fcb9bd5c254eba99725dd197ec6d1810ac8 Mon Sep 17 00:00:00 2001 From: shreya150804 <132338964+shreya150804@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:30:27 +0530 Subject: [PATCH 312/942] Add Shreya Wani to Contributors list (#104039) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8dd28317..c095db21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -84,6 +84,7 @@ - [Krrishray](https://github.com/krrishray) - [Jacob](https://github.com/mj4863) - Jesus Christ! - [Abhishek Rawat][https://github.com/Abhishek2rawat] +- [Shreya Wani](https://github.com/shreya150804) - [Surya Prakash Sharma][https://github.com/suryaprkash778-dot] - [Siddharth Chaudhary][https://github.com/SidChaudhary7] - [rryyqn](https://github.com/rryyqn) From 847f337250ce63b8981a6ae890b477600c751e25 Mon Sep 17 00:00:00 2001 From: Shreya Nigam <69717556+shreya-328@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:43:56 +0530 Subject: [PATCH 313/942] Add Shreya to the contributor list. (#104041) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c095db21..2a52e49d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] +- [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Bob Qin](https://github.com/Bob200409) - [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) From ef955528fb74ab7354535936a9972ff9d032a04f Mon Sep 17 00:00:00 2001 From: Thien0912 Date: Tue, 23 Sep 2025 18:29:40 +0700 Subject: [PATCH 314/942] =?UTF-8?q?Th=C3=AAm=20Thi=E1=BB=87n=20v=C3=A0o=20?= =?UTF-8?q?danh=20s=C3=A1ch=20C=E1=BB=99ng=20t=C3=A1c=20vi=C3=AAn?= 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 61753153..46625250 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ - [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 - [Sharvesh S][https://github.com/Sharvesh3]- This is my First FOSS Contribution From 040f70593fee552449a4973abe2c966e30ae0d7c Mon Sep 17 00:00:00 2001 From: Moremore Date: Tue, 23 Sep 2025 19:30:05 +0800 Subject: [PATCH 315/942] Add Duo to Contributors list (#104042) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2a52e49d..50c326f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3100,3 +3100,4 @@ DanyLeeCS - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in - [akashisang](https://github.com/Akashisang) +- [Duo](https://github.com/NamingRacksMyBrain) \ No newline at end of file From bba8f6720e6c0671c3ac0ec3071c42ef25d49f26 Mon Sep 17 00:00:00 2001 From: zacshaikh <131972831+zacshaikh@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:40:09 +0530 Subject: [PATCH 316/942] add name to contributors list (#104044) Co-authored-by: Zahida --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 50c326f2..6f415696 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! +- [Zahida Hussain] - [Bob Qin](https://github.com/Bob200409) - [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) @@ -3100,4 +3101,4 @@ DanyLeeCS - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in - [akashisang](https://github.com/Akashisang) -- [Duo](https://github.com/NamingRacksMyBrain) \ No newline at end of file +- [Duo](https://github.com/NamingRacksMyBrain) From e98219a6e7d7240e0ed64796f3d545da97ac4c9e Mon Sep 17 00:00:00 2001 From: Krish-9-6 <147903287+Krish-9-6@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:38:12 +0530 Subject: [PATCH 317/942] Added krish to Contributors list (#104045) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6f415696..f2e0a6c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) +[Krish](https://github.com/Krish-9-6) - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. From a97b03f6d076c2767267f51b907c1e60891d5343 Mon Sep 17 00:00:00 2001 From: PoojaB24 Date: Tue, 23 Sep 2025 19:02:06 +0530 Subject: [PATCH 318/942] Add Pooja B to Contributors list (#104046) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f2e0a6c2..3c7602e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3103,3 +3103,4 @@ DanyLeeCS - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in - [akashisang](https://github.com/Akashisang) - [Duo](https://github.com/NamingRacksMyBrain) +- [Pooja B](https://github.com/PoojaB24) From cf7afbae565bee23032d73dd88219416fe4ad62a Mon Sep 17 00:00:00 2001 From: Anuraag03 Date: Tue, 23 Sep 2025 19:05:50 +0530 Subject: [PATCH 319/942] Dev (#104047) * Add Anuraag Akella to Contributors list * Add Anuraag Akella to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c7602e9..2670a558 100644 --- a/Contributors.md +++ b/Contributors.md @@ -52,6 +52,7 @@ - [Amit Kumar](https://github.com/AK-Amit-Kumar) - [Rafael Severo](https://github.com/rafaeumesmo) - [Emanuel Orduña](https://github.com/emaordu) +- [Anuraag Akella](https://github.com/Anuraag03) - My First Contribution!! - [LayorX](https://github.com/LayorX) - [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! From 2ead904f3f7da6d463c9fff44031d7e6607036d8 Mon Sep 17 00:00:00 2001 From: Jainav Date: Tue, 23 Sep 2025 19:18:52 +0530 Subject: [PATCH 320/942] Update Contributors.md --- Contributors.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Contributors.md b/Contributors.md index 2670a558..c77f02bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -472,7 +472,7 @@ sdumini - [GiantPrince](https://github.com/GiantPrince) - Zhuocheng Li - Shiv --huzaifa(https://github.com/huzaifaashraf-code) +- huzaifa(https://github.com/huzaifaashraf-code) - [Ibrahim] -[Pavan kumar Bhedam](https://github.com/Pavankumarbhedam) - shreyash patil [https://github.com/Sudeshpatil07] @@ -531,7 +531,7 @@ sdumini - [Prashanth-000](https://github.com/Prashanth-000) - [Aaaappplle](https://github.com/aaaappplle) - vituwc -LIUYY到此一游 + LIUYY到此一游 - [thirtyone-ntotal](https://github.com/thirtyone-ntotal) - [Abhishek Pandey] - [Francis Wanyoike Ng'ang'a](https://github.com/Ranci-18) @@ -613,7 +613,7 @@ LIUYY到此一游 - [Sunday](https://github.com/Hao-tian) - [Inigo](https://github.com/inigostibbe) - [Demetris B.](https://github.com/deyil) -- Ayush +- Ayush - [Manas walia](https://github.com/manaswalia13) - [Archie L.](https://github.com/ArchawinL) - [Priyanshu Tiwari](https://github.com/d3monviking) @@ -687,7 +687,7 @@ LIUYY到此一游 [Anansh] [Evan Mastro](https://github.com/mastroevan) - [Manav Jindal_IMT2023535](https://github.com/Manav9547) --[Yorke Nyakundi](https://github.com/yorkings) +- [Yorke Nyakundi](https://github.com/yorkings) - [Lucas](https://github.com/LucasCSIT) - [Thabeswar](https://github.com/Thabeswar) - [Mithielesh N](https://github.com/mithielesh) From 2993918c3955213ef007d478a1a07d2a1c5db34a Mon Sep 17 00:00:00 2001 From: 2210030019 <161751808+2210030019@users.noreply.github.com> Date: Tue, 23 Sep 2025 19:26:36 +0530 Subject: [PATCH 321/942] Add harshita-kode to Contributors list (#104050) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2670a558..cc92bde5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,6 +39,7 @@ - [HighPoly](https://github.com/HighPolygon) - [Samruddhi Khade](https://github.com/khadesamrudhi) - [Himanshi Rao Yenugupalli](https://github.com/himanshiyenugupalli) +- [Harshita Kode](https://github.com/2210030019) - [Kamal Agrahari](https://github.com/ikamalagrahari/) - [Mahanthesh S](https://github.com/Mahi2708) - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! From 7cb6c58fef6a71ba108b916e6bf59f027eba1f66 Mon Sep 17 00:00:00 2001 From: Sindhu Date: Tue, 23 Sep 2025 07:15:57 -0700 Subject: [PATCH 322/942] Update Contributors.md (#104051) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cc92bde5..433e2526 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3105,4 +3105,5 @@ DanyLeeCS - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in - [akashisang](https://github.com/Akashisang) - [Duo](https://github.com/NamingRacksMyBrain) +- [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) From 8c3ffa0488d5a04d7c3219f4f3dd8ca2a64ccf39 Mon Sep 17 00:00:00 2001 From: Piduru Sridattu Reddy Date: Tue, 23 Sep 2025 19:54:31 +0530 Subject: [PATCH 323/942] Sridattu Piduru (#104052) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 433e2526..a6e4a951 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] - [Toton] +-[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From a0f558eb0188c543061d00e1789e7b30f92cb8ed Mon Sep 17 00:00:00 2001 From: Vishnu K M <40417939+jztchl@users.noreply.github.com> Date: Tue, 23 Sep 2025 20:27:29 +0530 Subject: [PATCH 324/942] let's roll (#104053) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a6e4a951..b4ec8a5e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3104,6 +3104,7 @@ DanyLeeCS - [Thejas P Rao](https://github.com/thejasrao262003) - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in +- [Jztchl](https://github.com/jztchl) - Here to learn, contribute, and leave some footprints in Git. - [akashisang](https://github.com/Akashisang) - [Duo](https://github.com/NamingRacksMyBrain) - [SindhuPriy](https://github.com/SindhuPriya1842007) From d016130b6a069f85bb722b76a14f29d0172a6bba Mon Sep 17 00:00:00 2001 From: Edward J Tan <112980365+EdwardJiazhenTan@users.noreply.github.com> Date: Tue, 23 Sep 2025 10:58:34 -0400 Subject: [PATCH 325/942] Add Edward Tan to list (#104054) * hello world i guess * add Edward Tan to contribution list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b4ec8a5e..3ca42be7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3109,3 +3109,4 @@ DanyLeeCS - [Duo](https://github.com/NamingRacksMyBrain) - [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) +- [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! From 56aa8cf9c7f4b5a9dc57d82e4c64663208cc7a16 Mon Sep 17 00:00:00 2001 From: Fabio Eugenio <61190003+FaFa-02@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:00:58 +0100 Subject: [PATCH 326/942] Add fa fa 02 (#104056) * Add FaFa-02 to contributors list * removed accidental duplicate of other name in previous commit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3ca42be7..607c60a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] +- [FaFa-02] - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From a793a25b5ac1f6f5729984d10b1c139c4ce10133 Mon Sep 17 00:00:00 2001 From: Nur Huda Bikhoir <35209506+hudabikhoir@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:07:29 +0800 Subject: [PATCH 327/942] feat: add hudabikhoir contributor (#104055) * feat: add hudabikhoir contributor * feat:hudabihoir --------- Co-authored-by: hudabikhoir --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 607c60a2..25b0bbad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2668,6 +2668,7 @@ jack - first contribution practice - [Varsha Ghodase](https://github.com/Varsha1202) - [Sepi](https://github.com/IsepantaI) - [Tiago Castilho](https://github.com/tcastilho10) +- [hudabikhoir](https://github.com/hudabikhoir) - [Muhammed safvan p](https://github.com/M-Safvan-p) - [Mohammed Maaz M](https://github.com/MaazMohammedM) -[Priscila Fry](https://github.com/prifry) From fd67588facb2b7033d7ae8f09e3beeb85f430a8a Mon Sep 17 00:00:00 2001 From: Khalid Hasan <97780370+khalidx3@users.noreply.github.com> Date: Tue, 23 Sep 2025 21:08:22 +0530 Subject: [PATCH 328/942] Update Contributors.md (#104057) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 25b0bbad..43d60d0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] - [FaFa-02] +- [Khalid](https://github.com/khalidx3) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From 2378ee345692bc469e8634d4764f8be97d1004cd Mon Sep 17 00:00:00 2001 From: Madeinhewin Date: Tue, 23 Sep 2025 21:41:46 +0530 Subject: [PATCH 329/942] add hewin31 to contributors list (#104058) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 43d60d0e..c7c62b92 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Khalid](https://github.com/khalidx3) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. +-[hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From c4c775a43a40a4da27044340deb85ea9c724b6f2 Mon Sep 17 00:00:00 2001 From: ranaprav <79443635+ranaprav@users.noreply.github.com> Date: Tue, 23 Sep 2025 21:47:03 +0530 Subject: [PATCH 330/942] Add to contributors list (#104059) Co-authored-by: Parveen Raj --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7c62b92..6e1da793 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3114,3 +3114,4 @@ DanyLeeCS - [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! +- Parveen Rana \ No newline at end of file From 4aebf526e54325344b84d0986a5333ac7caf382c Mon Sep 17 00:00:00 2001 From: shashwatsuman28 <115811766+shashwatsuman28@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:39:55 +0530 Subject: [PATCH 331/942] Add Shashwat suman to contributor list (#104061) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6e1da793..52988eb1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -410,6 +410,7 @@ sdumini - [Hamza Khan](https://github.com/giacomo-folli) - [Ananya G Bharadwaj] - [Ravi Kumar Jha](https://github.com/ravijha9546) +- [Shashwat suman](https://github.com/shashwatsuman28) - [Dhairya Dev](https://github.com/hamzak51) - [Ayomide Saheed](https://github.com/luc-ay) - [Muhammad Bilal Saleem](https://github.com/Muhammad-Bilal-Saleem) From 06ae404a0e24db0242b30d6d67d33965da4109ff Mon Sep 17 00:00:00 2001 From: Anushka Churi Date: Tue, 23 Sep 2025 14:17:41 -0400 Subject: [PATCH 332/942] Add Anushka C to Contributors list (#104062) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 52988eb1..ac38a1f9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3115,4 +3115,5 @@ DanyLeeCS - [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! -- Parveen Rana \ No newline at end of file +- Parveen Rana +- [Anushka] (https://github.com/Anushka8) \ No newline at end of file From 6307cef599728fcbef02198d4d0e3331fd39eaa3 Mon Sep 17 00:00:00 2001 From: ADNAN ANSARI Date: Wed, 24 Sep 2025 00:33:06 +0530 Subject: [PATCH 333/942] Update Contributors.md (#104063) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ac38a1f9..48721ac5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [DeAnna_Nichols] - [FaFa-02] - [Khalid](https://github.com/khalidx3) +- [Adnan](https://github.com/adnan-2504) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) @@ -3116,4 +3117,4 @@ DanyLeeCS - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - Parveen Rana -- [Anushka] (https://github.com/Anushka8) \ No newline at end of file +- [Anushka] (https://github.com/Anushka8) From 78d86b438cf497f2e6fc1fef970f9217b70e9c31 Mon Sep 17 00:00:00 2001 From: Lawrence Ahaneku Date: Tue, 23 Sep 2025 20:19:47 +0100 Subject: [PATCH 334/942] add Lawrence Ahaneku to Contributors.md (#104064) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 48721ac5..03865ab5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1509,6 +1509,7 @@ Ben - [krit22](https://github.com/krit22) Eoin O'B - [Alexandru Paraschiv](https://github.com/alex-p-git) +Lawrence Ahaneku - [Halil İbrahim Kutmur](https://github.com/kutmur) - [Adnan Zaib](https://github.com/AadiZee) - [Mariusz Sobczak](https://github.com/SmoQ) From e1e0de18e609b3a61c2e674c7422eacf945a759e Mon Sep 17 00:00:00 2001 From: isholl Date: Wed, 24 Sep 2025 03:21:57 +0800 Subject: [PATCH 335/942] Add Isholl to Contributors list (#104065) Co-authored-by: Hafif Rahman --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 03865ab5..054e60f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] - [Jordan Pinto](https://github.com/KwakuYostOfficial) +- [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From b31e42a2d99f8d531a5d310aaff7cdf1fb9ab492 Mon Sep 17 00:00:00 2001 From: Azhar <61820872+kkyufkrz@users.noreply.github.com> Date: Wed, 24 Sep 2025 03:38:50 +0700 Subject: [PATCH 336/942] Add Azhar to Contributors list (#104066) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 054e60f0..0d0afde2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. From 4a3802a05d1a246ea1c9a58232bee8e4c61c9f01 Mon Sep 17 00:00:00 2001 From: Aakash Singh <138434487+aakashsingh04@users.noreply.github.com> Date: Wed, 24 Sep 2025 03:59:14 +0530 Subject: [PATCH 337/942] first commit of this repo (#104067) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0d0afde2..bb6e9617 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! +- [Aakash Singh](https://github.com/aakashsingh04) - [Zahida Hussain] - [Bob Qin](https://github.com/Bob200409) - [Maria Herrmann] (https://github.com/marherr-19) From 5c5e89af0bd322ea963a2cb289e5b99cbb0ae63c Mon Sep 17 00:00:00 2001 From: BelenSuarez477 Date: Tue, 23 Sep 2025 21:06:55 -0300 Subject: [PATCH 338/942] Add Belen to Contributors list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index bb6e9617..6bc101be 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3114,6 +3114,7 @@ DanyLeeCS - [Thejas P Rao](https://github.com/thejasrao262003) - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in +- [BelenS] (https://github.com/belensuarez477) - [Jztchl](https://github.com/jztchl) - Here to learn, contribute, and leave some footprints in Git. - [akashisang](https://github.com/Akashisang) - [Duo](https://github.com/NamingRacksMyBrain) @@ -3122,3 +3123,5 @@ DanyLeeCS - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - Parveen Rana - [Anushka] (https://github.com/Anushka8) + + From fad25d9187c45de87c3285a09622ef3bd05a8dc2 Mon Sep 17 00:00:00 2001 From: TDHDJV <118543023+tdhdjv@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:21:00 +0900 Subject: [PATCH 339/942] Added tdhdjv to Contributors list (#104069) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bb6e9617..3a0053e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -70,6 +70,7 @@ - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Kurisu] - (https://github.com/AliasCody) +- [tdhdjv](https://github.com/tdhdjv) - Hello! - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [stijee] - This is my first github commit. From 36f1244cae7469d085d0de0a9208b2575afdf400 Mon Sep 17 00:00:00 2001 From: Anwesh-18 Date: Wed, 24 Sep 2025 07:18:16 +0530 Subject: [PATCH 340/942] Added Anwesh to contributors list (#104070) Co-authored-by: Anwesh-18 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3a0053e1..6e24aef0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -73,6 +73,7 @@ - [tdhdjv](https://github.com/tdhdjv) - Hello! - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] +- [Anwesh] - (https://github.com/Anwesh-18) - My first open source contribution - [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) - [wasiq345](https://github.com/wasiq345) -Greetings from Pakistan From f8dc940b31a720d1b0e544466e852735b573de0f Mon Sep 17 00:00:00 2001 From: Gustiana <55304067+Gustiana882@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:17:54 +0700 Subject: [PATCH 341/942] add gustiana to Contributors list (#104071) Co-authored-by: 70002307 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6e24aef0..36bfe517 100644 --- a/Contributors.md +++ b/Contributors.md @@ -997,6 +997,7 @@ P Venkata Rami Reddy - [Brendan Murphy](https://github.com/brendanM5216) - [Valentin Tissera](https://github.com/ValenTiss) - [Ukashatu Abdullahi](https://github.com/Ukashatu40) +- [Gustiana](https://github.com/Gustiana882) - [Sachin Kumar](https://github.com/Itsmesachin98) - [Tejas Raj](https://https://github.com/DRAKKKkk) Ukashatu Abdullahi From 97f4a6949a12e733481cecb12cdbbb2767e79468 Mon Sep 17 00:00:00 2001 From: wpreece <153790495+wpreece@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:09:08 -0400 Subject: [PATCH 342/942] Add Will Preece to Contributors list (#104072) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 36bfe517..c91f4791 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1689,6 +1689,7 @@ Lawrence Ahaneku - [Stelios Gee](https://github.com/SteliosGee) - [Charalampos M.](https://github.com/CharioMich) - [Sabrina Ira](https://github.com/sabrinaira) +- [Will Preece](https://github.com/wpreece) - [Jon Compton](https://github.com/joncompton) -[Blaine Weiss](https://github.com/BlaineWeiss) - [ColorCode](https://github.com/benjaAguilar) From 37030927d239f5b4f8c4fb1813e0323a066e15e9 Mon Sep 17 00:00:00 2001 From: Pankaj Manmode Date: Wed, 24 Sep 2025 10:42:27 +0530 Subject: [PATCH 343/942] Added my name in contributors file (#104073) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c91f4791..3f1906de 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2976,6 +2976,7 @@ DanyLeeCS -[Miguel Angel](https://github.com/first-contributions) -[Afnan Tariq](https://github.com/SpitFiyah) - [Demagalawrence](https://github.com/Demagalawrence) +- [Pankaj Manmode](https://github.com/pankajmanmode) - [Notam456](https://github.com/Notam456) [Jhoan Montes](https://github.com/JhoanMontes) - [Eldred16](https://github.com/Eldred16) From 0f2cd23be02bd80e0aea6c4a6e8c3808d0d31881 Mon Sep 17 00:00:00 2001 From: "S.J." Date: Tue, 23 Sep 2025 22:37:04 -0700 Subject: [PATCH 344/942] Add SJS to Contributors list (#104074) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3f1906de..4eedbcfd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1538,6 +1538,7 @@ Lawrence Ahaneku - [Gopal](https://github.com/gopallchoudhary) - [Shinbatsu F](https://github.com/Shinbatsu) - [Borzoi Lover](https://github.com/mmitros1) +- [S.J.S.](https://github.com/sjsurace) - [eobrien673](https://github.com/eobrien673) - [Beetlesliu](https://github.com/Beetlesliu) - [Ametoj Singh](https://github.com/singamet) From 0db5eb751640f186bd30e9f851c4ff6d0a605b11 Mon Sep 17 00:00:00 2001 From: Abhishek Sharma <93138322+AbhishekSharma9161@users.noreply.github.com> Date: Wed, 24 Sep 2025 11:27:39 +0530 Subject: [PATCH 345/942] Added Abhishek Sharma to Contributors list (#104075) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4eedbcfd..93681a50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. +- [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From 0ba93a3c2985be178fd1d414b20b8e98a82a1073 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:10:57 +0300 Subject: [PATCH 346/942] Added my name to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 93681a50..e027455e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) +- [Mohamed] (https://github.com/MohamedMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) From 8c31f6cbfd46e9a681afd937d5a6e7ff1364ee87 Mon Sep 17 00:00:00 2001 From: Roberto RW <67528476+roberto-rw@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:17:05 -0700 Subject: [PATCH 347/942] Add Roberto RW to Contributors list (#104076) Co-authored-by: Roberto Rojas Wilson --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 93681a50..0a13f3d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3129,3 +3129,4 @@ DanyLeeCS - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - Parveen Rana - [Anushka] (https://github.com/Anushka8) +- [Roberto RW] (https://github.com/roberto-rw) From cc0b389368cca718c987178736e5c3c176a622bf Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:20:41 +0300 Subject: [PATCH 348/942] Added my name to Contributors list (#104077) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0a13f3d8..69c51ed4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) +- [Mohamed] (https://github.com/MohamedMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) From 86d44d95e3fd1925395dac3cde8d0cc50c91e187 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:25:32 +0300 Subject: [PATCH 349/942] Corrected the URL --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e027455e..f0a96c71 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,7 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) -- [Mohamed] (https://github.com/MohamedMemar) +- [Mohamed] (https://github.com/MohdMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) From ba62596b97fc18f2fa84696cdc041decb4d95c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ti=E1=BA=BFn-=C4=90=E1=BA=A1t?= Date: Wed, 24 Sep 2025 14:44:38 +0700 Subject: [PATCH 350/942] Add tdx2 to contributors list (#104079) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 69c51ed4..ff42211f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3131,3 +3131,4 @@ DanyLeeCS - Parveen Rana - [Anushka] (https://github.com/Anushka8) - [Roberto RW] (https://github.com/roberto-rw) +- [tdx2] - a software developer \ No newline at end of file From 8ad779aed30efc7ad1fff5d1a487e88725ffbee6 Mon Sep 17 00:00:00 2001 From: dracu-lah <110589548+dracu-lah@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:19:25 +0530 Subject: [PATCH 351/942] feat:added Nevil Krishna K to Contributors.md (#104080) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ff42211f..33f52e36 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) +- [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Mohamed] (https://github.com/MohamedMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. From b8465c5b8961875dc9773753915fa1e9ca1137d6 Mon Sep 17 00:00:00 2001 From: jimmy <71679088+wjdtjq6@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:20:28 +0900 Subject: [PATCH 352/942] Add jimmy to Contributors list (#104081) Co-authored-by: jimmy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 33f52e36..ac29834a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3132,4 +3132,5 @@ DanyLeeCS - Parveen Rana - [Anushka] (https://github.com/Anushka8) - [Roberto RW] (https://github.com/roberto-rw) +- [Jimmy So] this is 250924. I wanna free~ - [tdx2] - a software developer \ No newline at end of file From 84842f6da855a863e4b150aa36943fa6fe569f06 Mon Sep 17 00:00:00 2001 From: dracu-lah Date: Wed, 24 Sep 2025 13:40:11 +0530 Subject: [PATCH 353/942] fix:changed ../translations to docs/translations to fix broken links in CONTRIBUTING.md --- .github/CONTRIBUTING.md | 146 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 102644f9..3b885145 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,76 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](docs/translations/README.by.md) | []() | +| Català | [Catalan](docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](docs/translations/README.cs.md) | []() | +| Danish | [Danish](docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](docs/translations/README.fi.md) | []() | +| Français | [French](docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](docs/translations/README.lv.md) | []() | +| | [me](docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](docs/translations/README.pa.md) | []() | +| Polski | [Polish](docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](docs/translations/README.te.md) | []() | +| ไทย | [Thai](docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From 2daf92d28e1c98822d351ab054ae763bdc364b03 Mon Sep 17 00:00:00 2001 From: dracu-lah Date: Wed, 24 Sep 2025 13:51:19 +0530 Subject: [PATCH 354/942] fix:renamed some md files in CONTRIBUTING.md since thier filenames were changed already --- .github/CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3b885145..fe6abb76 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -44,7 +44,7 @@ If you're making changes to a translation, please request a review from our prev | 日本語 | [Japanese](docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | | ಕನ್ನಡ | [Kannada](docs/translations/README.ka.md) | []() | | 한국어 | [Korean](docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kiswahili | [Kiswahili](docs/translations/README.sw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | | Kazakh | [Kazakh](docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | | Lietuvių kalba | [Lithuanian](docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | | Latviešu valoda | [Latvian](docs/translations/README.lv.md) | []() | @@ -58,13 +58,13 @@ If you're making changes to a translation, please request a review from our prev | Nederlandse | [Dutch](docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | | Norsk | [Norwegian](docs/translations/README.no.md) | []() | | नेपाली | [Nepali](docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](docs/translations/README.pa.md) | []() | +| ਪੰਜਾਬੀ | [Punjabi](docs/translations/README.pb.md) | []() | | Polski | [Polish](docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | | Português | [Portugues (Portugal)](docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Português do Brasil | [Portugues (Brazil)](docs/translations/README.pt_br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| | Română | [Romanian](docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | | Русский | [Russian](docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Svenska | [Swedish](docs/translations/README.se.md) | [@jcer](https://github.com/jcer) | | Sinhala | [Sinhala](docs/translations/README.si.md) | []() | | Sindhi | [Sindhi](docs/translations/README.sindhi.md) | []() | | Slovenčina | [Slovak](docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | @@ -82,4 +82,4 @@ If you're making changes to a translation, please request a review from our prev | Yorùbá | [Yorùbá](docs/translations/README.yor.md) | []() | | 中文 | [Chinese (Simplified)](docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | | 中文 | [Chinese (Traditional)](docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Zule | [Zulu](docs/translations/README.zul.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From 37d945cb308c3581de0b0b1faadda98112799155 Mon Sep 17 00:00:00 2001 From: Abdul Basit <55702302+abdulawr@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:24:03 +0200 Subject: [PATCH 355/942] Add Abdul-Basit to Contributors list (#104082) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ac29834a..8f687c55 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] - [Jordan Pinto](https://github.com/KwakuYostOfficial) +- [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) From 265a74f72e994cb0092e963c7d78a21096cff15f Mon Sep 17 00:00:00 2001 From: GOWTHAM Date: Wed, 24 Sep 2025 13:59:24 +0530 Subject: [PATCH 356/942] add name in contributors (#104084) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8f687c55..e4947659 100644 --- a/Contributors.md +++ b/Contributors.md @@ -228,6 +228,7 @@ ranjith_dhanasekaran - [Aaliyah Raheem](https://github.com/aaliot) - [Md. Apu](https://github.com/Apu-mirza) - [mgalore](https://github.com/mgalore) +- GOWTHAM - Bhuvana Madiraju - Aditya Singh Kushwah - [Kerem Balci](https://github.com/kerembalci90) From bc3d31a7c1dc511a231463b29c73cd27728447b4 Mon Sep 17 00:00:00 2001 From: Axel Niklasson Date: Wed, 24 Sep 2025 09:35:37 +0100 Subject: [PATCH 357/942] Add Axel N to Contributors list (#104085) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e4947659..aec252c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3135,4 +3135,5 @@ DanyLeeCS - [Anushka] (https://github.com/Anushka8) - [Roberto RW] (https://github.com/roberto-rw) - [Jimmy So] this is 250924. I wanna free~ -- [tdx2] - a software developer \ No newline at end of file +- [tdx2] - a software developer +- [axniks](https://github.com/axniks) From 6909e55baa99b88e54f6343af34c69d6601b969d Mon Sep 17 00:00:00 2001 From: Thien0912 Date: Tue, 23 Sep 2025 18:29:40 +0700 Subject: [PATCH 358/942] Renamed all ../translations to /main/docs/translations --- .github/CONTRIBUTING.md | 146 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6fed4630..94219730 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,76 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../docs/translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../docs/translations/README.bih.md) | []() | -| বাংলা | [Bengali](../docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../docs/translations/README.by.md) | []() | -| Català | [Catalan](../docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../docs/translations/README.cs.md) | []() | -| Danish | [Danish](../docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../docs/translations/README.fi.md) | []() | -| Français | [French](../docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../docs/translations/README.hau.md) | []() | -| עברית | [Hebrew](../docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../docs/translations/README.hu.md) | []() | -| Armenian | [Armenian](../docs/translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../docs/translations/README.ka.md) | []() | -| 한국어 | [Korean](../docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../docs/translations/README.lv.md) | []() | -| | [me](../docs/translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../docs/translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../docs/translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../docs/translations/README.my.md) | []() | -| Nederlandse | [Dutch](../docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../docs/translations/README.no.md) | []() | -| नेपाली | [Nepali](../docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../docs/translations/README.pa.md) | []() | -| Polski | [Polish](../docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../docs/translations/README.si.md) | []() | -| Sindhi | [Sindhi](../docs/translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../docs/translations/README.te.md) | []() | -| ไทย | [Thai](../docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../docs/translations/README.tl.md) | []() | -| Türkçe | [Turkish](../docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../docs/translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../docs/translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../docs/translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](../main/docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](../main/docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](../main/docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](../main/docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](../main/docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](../main/docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](../main/docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](../main/docs/translations/README.by.md) | []() | +| Català | [Catalan](../main/docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](../main/docs/translations/README.cs.md) | []() | +| Danish | [Danish](../main/docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](../main/docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](../main/docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](../main/docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](../main/docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](../main/docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](../main/docs/translations/README.fi.md) | []() | +| Français | [French](../main/docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](../main/docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](../main/docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](../main/docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](../main/docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](../main/docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](../main/docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](../main/docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](../main/docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](../main/docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](../main/docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](../main/docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](../main/docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](../main/docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](../main/docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](../main/docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](../main/docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](../main/docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](../main/docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](../main/docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](../main/docs/translations/README.lv.md) | []() | +| | [me](../main/docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](../main/docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](../main/docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](../main/docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](../main/docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](../main/docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](../main/docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](../main/docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](../main/docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](../main/docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](../main/docs/translations/README.pa.md) | []() | +| Polski | [Polish](../main/docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](../main/docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](../main/docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](../main/docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](../main/docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](../main/docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](../main/docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](../main/docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](../main/docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](../main/docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](../main/docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](../main/docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](../main/docs/translations/README.te.md) | []() | +| ไทย | [Thai](../main/docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](../main/docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](../main/docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](../main/docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](../main/docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](../main/docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](../main/docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](../main/docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](../main/docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](../main/docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](../main/docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From f990f0a4e789426c0906df96411fdbda462dc1b8 Mon Sep 17 00:00:00 2001 From: Charles Tran Date: Wed, 24 Sep 2025 05:38:17 -0400 Subject: [PATCH 359/942] Add Charles Tran to Contributors list (#104086) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aec252c2..9c07ccef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3137,3 +3137,4 @@ DanyLeeCS - [Jimmy So] this is 250924. I wanna free~ - [tdx2] - a software developer - [axniks](https://github.com/axniks) +- [charles] - (https://github.com/charlestran2006) - first contribution! From 2dbd7c204e2dda0eb3e81271ea049d0d7807b40e Mon Sep 17 00:00:00 2001 From: sahithi Date: Wed, 24 Sep 2025 15:12:38 +0530 Subject: [PATCH 360/942] Add Varsha Sahithi to Contributors list (#104088) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9c07ccef..0e34b3d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! +- [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. From 229634122483dac2102e1f02190823b728779dc6 Mon Sep 17 00:00:00 2001 From: pv4782613 <126809790+pv4782613@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:30:10 +0530 Subject: [PATCH 361/942] Add Pooja Vishwakarma to the Contributors list. (#104089) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0e34b3d1..2e368669 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. +- [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From 9b41402ad9f22d9c49f86bcad8dd63c9bedc9528 Mon Sep 17 00:00:00 2001 From: Aung Kyaw Thet Date: Wed, 24 Sep 2025 16:48:51 +0630 Subject: [PATCH 362/942] Add aung-kyaw-thet to Contribuors list (#104091) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2e368669..fe7b5a47 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] +- [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) From d30ee978d8d048ddd9a63f2a1ca0c6216a64afbd Mon Sep 17 00:00:00 2001 From: Toji <131993607+Tojan-Naiem@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:26:41 +0300 Subject: [PATCH 363/942] Add Tojan Naiem to Contributors list (#104092) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe7b5a47..20759ec0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -29,6 +29,7 @@ - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] +- [Tojan Naiem](https://github.com/Tojan-Naiem) - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) From 9f977b352b442d227f18755e63cf82a792348451 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Wed, 24 Sep 2025 16:14:52 +0530 Subject: [PATCH 364/942] Add AbhishekRouth to Contributors list (#104093) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 20759ec0..30e4957e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] - [Khalid](https://github.com/khalidx3) +- [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Mohamed] (https://github.com/MohamedMemar) From 98d77897593a40909f20dbbe55985951972bbfe3 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:38:44 +0300 Subject: [PATCH 365/942] Corrected my name --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f0a96c71..a302e9c7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,7 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) -- [Mohamed] (https://github.com/MohdMemar) +- [Mohammed] (https://github.com/MohdMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) From b9c91cf2170f3ef6a70a4d81df1edd6133009bc0 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:53:20 +0300 Subject: [PATCH 366/942] changes made --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e1223162..2b3dff2b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,7 +20,7 @@ - [Khalid](https://github.com/khalidx3) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) -- [Mohammed] (https://github.com/MohdMemar) +- [Mohammed Hasan] (https://github.com/MohdMemar) - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. From 282c4761c990b4847dec1de8ce3cdbbd67b7d0a7 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:22:58 +0300 Subject: [PATCH 367/942] Changes made --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 2b3dff2b..6760af6b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,7 +20,7 @@ - [Khalid](https://github.com/khalidx3) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) -- [Mohammed Hasan] (https://github.com/MohdMemar) +- [Mohammed Hasan M] (https://github.com/MohdMemar) - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. From ffbc66a976bdc3ad3cd4fe2186ef688a27c829d7 Mon Sep 17 00:00:00 2001 From: mahdi-re-dev Date: Wed, 24 Sep 2025 15:23:17 +0200 Subject: [PATCH 368/942] Add mahdi to Contributors list (#104099) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 30e4957e..f5e600fc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -31,6 +31,7 @@ - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) + [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) From e64e3146805cc7b45b5fccb5deab67a89529b140 Mon Sep 17 00:00:00 2001 From: xiaozhu-xilihulu <3291099362@qq.com> Date: Wed, 24 Sep 2025 21:23:27 +0800 Subject: [PATCH 369/942] zxq to Contributors list (#104100) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f5e600fc..8192c20b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] +- [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Aakash Singh](https://github.com/aakashsingh04) - [Zahida Hussain] From 7379b737bcfa47a9c0632b0dd402f2bc1e4d5099 Mon Sep 17 00:00:00 2001 From: htyffn Date: Wed, 24 Sep 2025 15:28:01 +0200 Subject: [PATCH 370/942] add htyffn to Contributors list (#104101) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8192c20b..9fe0f1ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3145,3 +3145,4 @@ DanyLeeCS - [tdx2] - a software developer - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! +- [htyffn] - (https://github.com/htyffn) \ No newline at end of file From f92613b16f8e89aff08daaba30a64744dccb280c Mon Sep 17 00:00:00 2001 From: ccppurcell <30671108+ccppurcell@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:32:37 +0200 Subject: [PATCH 371/942] Add ccppurcell to Contributors list (#104106) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9fe0f1ee..e6330c3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3121,6 +3121,7 @@ DanyLeeCS - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... - [siminpool](https://github.com/siminpool) +- [ccppurcell](https://github.com/ccppurcell) - [Huda Bikhoir](https://github.com/hudabikhoir) - [Cheonkyu](https://github.com/cheonkyu) - [Rapteon](https://github.com/Rapteon) @@ -3145,4 +3146,4 @@ DanyLeeCS - [tdx2] - a software developer - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! -- [htyffn] - (https://github.com/htyffn) \ No newline at end of file +- [htyffn] - (https://github.com/htyffn) From 23b8a22672e0d8f5872cf74f4186fa8d854aeb58 Mon Sep 17 00:00:00 2001 From: KianZahrai <68393093+Kianzahrai@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:43:48 -0400 Subject: [PATCH 372/942] =?UTF-8?q?=F0=9F=91=A5=20Add=20kian-zahrai=20to?= =?UTF-8?q?=20Contributors=20list=20(#104105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :busts_in_silhouette: Add kian-zahrai to Contributors list * :memo: Fixing contribution message * Re-attempting wokflow job --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e6330c3a..dae8ba8a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. +- [Kian Zahrai](https://github.com/KianZahrai) - Excited to contribute to this open source project :ok_hand: - [DeAnna_Nichols] - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] From 46eacf1b7987a52ff2da0d34b87ae81b3634fab5 Mon Sep 17 00:00:00 2001 From: ADITYA RADHESHYAM DUBEY <2022.aditya.dubey@ves.ac.in> Date: Wed, 24 Sep 2025 20:21:38 +0530 Subject: [PATCH 373/942] Add Aditya Dubey to Contributors list (#104107) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dae8ba8a..9ff752ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -243,6 +243,7 @@ ranjith_dhanasekaran - [Kat R.](https://github.com/KxttyKxt) - [Daniel Arrieta](https://github.com/Darrieta05) - [RUDRA TAILOR](https://github.com/RudraTailor) +- [Aditya Dubey](https://github.com/Aditya149202) - santiago robles - adasrh yadav - [Taylor McDile] From cb0d52fc91f0ed84bb389f1579576160e084fbf5 Mon Sep 17 00:00:00 2001 From: Faiz Modi <78896367+faizmodisweng@users.noreply.github.com> Date: Wed, 24 Sep 2025 20:59:02 +0530 Subject: [PATCH 374/942] Add Faiz Modi to Contributors list (#104108) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ff752ee..e4a1cf66 100644 --- a/Contributors.md +++ b/Contributors.md @@ -245,6 +245,7 @@ ranjith_dhanasekaran - [RUDRA TAILOR](https://github.com/RudraTailor) - [Aditya Dubey](https://github.com/Aditya149202) - santiago robles +- Faiz Modi - adasrh yadav - [Taylor McDile] - Debanjan Kshetry2 From 81d1d6fc32583c4dac36c078250c969118437d10 Mon Sep 17 00:00:00 2001 From: SHIKHAR SINGH Date: Wed, 24 Sep 2025 21:20:00 +0530 Subject: [PATCH 375/942] Adding my name to Contributors list (#104109) * Add Shikhar Singh to Contributors list * Add Shikhar Singh to Contributors list * Add Shikhar Singh to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e4a1cf66..fa77f6f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3150,3 +3150,4 @@ DanyLeeCS - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! - [htyffn] - (https://github.com/htyffn) +- [Shikhar Singh] -(https://github.com/shikhar3dev) From c6b413e2fbe9503e0b83b46c76cfabda4567c846 Mon Sep 17 00:00:00 2001 From: Tinodiwanashe Nguruve Date: Wed, 24 Sep 2025 12:03:57 -0400 Subject: [PATCH 376/942] Add Tinodiwanashe Nguruve to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e4a1cf66..d7726c5a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3150,3 +3150,4 @@ DanyLeeCS - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! - [htyffn] - (https://github.com/htyffn) +- [tnguruve] - (https://github.com/tnguruve/). - first contribution From 59353e3156fbdb06b3e31eedb59bae6f26a3c0b3 Mon Sep 17 00:00:00 2001 From: Jacob Blockley <77779000+Jabloc@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:08:15 +0100 Subject: [PATCH 377/942] Add A Different Jacob to contributors list (#104110) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fa77f6f0..25d5c260 100644 --- a/Contributors.md +++ b/Contributors.md @@ -110,6 +110,7 @@ - [Dhanush Kotrike] (https://github.com/dhanushkotrike) - Starting my open source journey - [Krrishray](https://github.com/krrishray) - [Jacob](https://github.com/mj4863) - Jesus Christ! +- [A Different Jacob] - [Abhishek Rawat][https://github.com/Abhishek2rawat] - [Shreya Wani](https://github.com/shreya150804) - [Surya Prakash Sharma][https://github.com/suryaprkash778-dot] From d2803f9a1b958cbf57e92107bed325b245a458a6 Mon Sep 17 00:00:00 2001 From: Kyaw Phyo Win Date: Thu, 25 Sep 2025 00:15:09 +0700 Subject: [PATCH 378/942] Add Kyaw Phyo Win to Contributors list (#104113) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 25d5c260..9ed1d7d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -38,6 +38,7 @@ - [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) +- [Kyaw Phyo Win](https://github.com/KyawPhyo-hub) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [principalog](https://github.com/principalog) From 5ed69b383df0d6f6a5032e2bf50e433aedf8eb8f Mon Sep 17 00:00:00 2001 From: Johaib Ansari <142145170+zohai-ibb@users.noreply.github.com> Date: Wed, 24 Sep 2025 22:59:18 +0530 Subject: [PATCH 379/942] Added Contributor name (#104114) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ed1d7d0..68d9df1e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -147,6 +147,7 @@ ranjith_dhanasekaran - Shyynek - [Sergio Frastalis](https://github.com/SergioFrastalis) +- [Sergio Frastalis](https://github.com/zohai-ibb) - [shivanjali desai](https://github.com/shivanjali0108) - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) From 585147427cc479e469717ee1ec97baffc81101b3 Mon Sep 17 00:00:00 2001 From: Anurag <149858984+Yeerapanenianurag@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:12:22 +0530 Subject: [PATCH 380/942] Update Contributors.md (#104115) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 68d9df1e..5df8f293 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -[051821](https://github.com/051821) - This is my first open-source contribution +- [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding From b520e4fcfcaa6ea17fe78bf88fa2b17b0a449a11 Mon Sep 17 00:00:00 2001 From: Kevin Rodriguez Date: Wed, 24 Sep 2025 12:49:30 -0500 Subject: [PATCH 381/942] Update Contributors.md (#104116) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5df8f293..49fb1df8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -70,6 +70,7 @@ - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) - [Ashen Umeda](https://github.com/ashenumeda) +- [Santiago Gomez](https://github.com/Santiago13dev) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) From 673aba1bc30542f5f20e938d27f918de5b81cc2f Mon Sep 17 00:00:00 2001 From: Ripudaman Singh <82333889+rdsingh120@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:24:31 +0530 Subject: [PATCH 382/942] Add ripudaman-singh to Contributors list (#104118) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 49fb1df8..669da099 100644 --- a/Contributors.md +++ b/Contributors.md @@ -45,6 +45,7 @@ - [principalog](https://github.com/principalog) - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) +- [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From 445d056ddde04db43f8340f001d6a82eb12a4a67 Mon Sep 17 00:00:00 2001 From: John Shelly <41928647+LuckyCharmander@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:14:13 -0400 Subject: [PATCH 383/942] Add John S to Contributors List (#104119) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 669da099..980d5f5a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2680,6 +2680,7 @@ jack - first contribution practice - [deadman] - [imdo] - [will007] +- [John S] - [Mark Wilkening](https://github.com/markwilkening21) - [Shivang](https://github.com/shivang-jnv) - [playerblair](https://github.com/playerblair) From ba98f79e039209298c4ed1b7207fea386b72f768 Mon Sep 17 00:00:00 2001 From: lucasmudo <73235505+lucasmudo@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:43:55 -0300 Subject: [PATCH 384/942] Add Lucas de Assis to Contributors list (#104120) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 980d5f5a..056951ff 100644 --- a/Contributors.md +++ b/Contributors.md @@ -116,6 +116,7 @@ - [Jacob](https://github.com/mj4863) - Jesus Christ! - [A Different Jacob] - [Abhishek Rawat][https://github.com/Abhishek2rawat] +- [Lucas de Assis][https://github.com/lucasmudo] - Getting some hands-on practice - [Shreya Wani](https://github.com/shreya150804) - [Surya Prakash Sharma][https://github.com/suryaprkash778-dot] - [Siddharth Chaudhary][https://github.com/SidChaudhary7] From 0346e75d356ac5dd5e1e23812358d1a2c5561a75 Mon Sep 17 00:00:00 2001 From: Erjon Hashani Date: Wed, 24 Sep 2025 20:55:52 +0200 Subject: [PATCH 385/942] Update Contributors.md (#104122) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 056951ff..c56b8040 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3159,3 +3159,4 @@ DanyLeeCS - [charles] - (https://github.com/charlestran2006) - first contribution! - [htyffn] - (https://github.com/htyffn) - [Shikhar Singh] -(https://github.com/shikhar3dev) +- [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost From 9b94fbe1863258c709c9bb92ec84f8c574a2e43c Mon Sep 17 00:00:00 2001 From: Sairam-Vk-sudo Date: Thu, 25 Sep 2025 00:48:37 +0530 Subject: [PATCH 386/942] Added Sairam to contributors list (#104124) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c56b8040..8dd20416 100644 --- a/Contributors.md +++ b/Contributors.md @@ -46,6 +46,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution +- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From d5a8c8681f3c6c464afcb9173842b5b8e0a96c9d Mon Sep 17 00:00:00 2001 From: Jhoe-lab Date: Wed, 24 Sep 2025 15:20:00 -0400 Subject: [PATCH 387/942] Jhoe labs (#104125) * jhoe-labs commit * jhoe labs commit --------- Co-authored-by: Jhoe-Lab --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8dd20416..9ecc19bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding +- [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From f5e4afc78f302b804cb7fcd4355ab225c8f11e07 Mon Sep 17 00:00:00 2001 From: Krish Sharma Date: Wed, 24 Sep 2025 22:49:43 +0300 Subject: [PATCH 388/942] Add Krish-Sharma to Contributors list (#104127) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ecc19bd..b471d23a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [Himanshi Rao Yenugupalli](https://github.com/himanshiyenugupalli) - [Harshita Kode](https://github.com/2210030019) - [Kamal Agrahari](https://github.com/ikamalagrahari/) +- [Krish Sharma](https://github.com/krisharmaa) - [Mahanthesh S](https://github.com/Mahi2708) - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) From b92e8aa321ef098448eee26b8b597d83b0de4474 Mon Sep 17 00:00:00 2001 From: Mateus Lima <129462204+mts-ml@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:01:44 -0300 Subject: [PATCH 389/942] Add Mateus Lima to Contributors list (#104128) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b471d23a..7c8fdb42 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1513,6 +1513,7 @@ Ben - [Omkar Guha](https://github.com/omkarguha) - [Joel Singh](https:/github.com/Joel-Singh) - [Sanika Nair](https://github.com/sanika-n) +- [Mateus Lima](https://github.com/mts-ml) - [Zach Garza](https://github.com/ZachG1235) - [Eddgar Rojas](https://github.com/Eddgar0) - [YudisSutisna](https://github.com/Hanep77) From 8b9bc92cc3a031a475f973a5944bd348a79b6e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Cem=20T=C3=BCz=C3=BCn?= <77941098+cemtzn@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:10:38 +0300 Subject: [PATCH 390/942] I added my contribution to Contributors file (#104129) Co-authored-by: cemtzn --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7c8fdb42..7d671147 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! +-[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY -[051821](https://github.com/051821) - This is my first open-source contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. From 92ed28589284a100d46cf07c0d86e8840e053271 Mon Sep 17 00:00:00 2001 From: Asublime01 <99103839+Asublime01@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:42:47 -0600 Subject: [PATCH 391/942] Add username to Contributors list (#104130) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7d671147..fbd2561e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3165,3 +3165,4 @@ DanyLeeCS - [htyffn] - (https://github.com/htyffn) - [Shikhar Singh] -(https://github.com/shikhar3dev) - [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost +- [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< From 572b315229221e9630f6c687fb64ba814395eaf1 Mon Sep 17 00:00:00 2001 From: aoy9 <143554727+aoy9@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:43:28 -0600 Subject: [PATCH 392/942] Add Eric Y. to Contributors list (#104131) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fbd2561e..a9c9e721 100644 --- a/Contributors.md +++ b/Contributors.md @@ -327,6 +327,7 @@ sdumini - [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) - [Christian Petrucci] +- [Eric Y.](https://github.com/aoy9) Hello World! - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Kunal Jindal](https://github.com/imkunaljindal) - [numenk](https://github.com/numenk) From 02c07dc485d36b9fc9a421c1edfbf7c153705dab Mon Sep 17 00:00:00 2001 From: Johanna <139395235+J-Huster@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:56:35 -0600 Subject: [PATCH 393/942] Add Johaha to Contributors list (#104132) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a9c9e721..df978f30 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2964,6 +2964,7 @@ DanyLeeCS - [swjjeong](https://github.com/swjjeong) - [vietan0](https://github.com/vietan0) - [RockStar] +- [johaha](https://github.com/J-Huster) - [Tjark Wichmann](https://github.com/tjarkwichmann) - [Lucy] - [enguy-hub](https://github.com/enguy-hub) From aad25b86ecd04c518c3966694dbcae36a295070b Mon Sep 17 00:00:00 2001 From: aroset919 <59242064+aroset919@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:13:29 -0400 Subject: [PATCH 394/942] Add Aleena to Contributors List (#104133) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index df978f30..28e7fc4b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3168,3 +3168,4 @@ DanyLeeCS - [Shikhar Singh] -(https://github.com/shikhar3dev) - [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< +- [Aleena](https://github.com/aroset919/) - First Git Contribution! From 12a966ec275b6b82eb86ad80045e369e3712d5ad Mon Sep 17 00:00:00 2001 From: Abu Fati Date: Wed, 24 Sep 2025 21:57:29 +0000 Subject: [PATCH 395/942] Add Fati to Contributors list (#104134) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 28e7fc4b..d874b5af 100644 --- a/Contributors.md +++ b/Contributors.md @@ -54,6 +54,7 @@ - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Aakash Singh](https://github.com/aakashsingh04) - [Zahida Hussain] +- [Abu Fati](https://github.com/mamafati) My first open source commit!!!! - [Bob Qin](https://github.com/Bob200409) - [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) From aee0fad12a654d8da9a757d5d5535dce2b7d5a7c Mon Sep 17 00:00:00 2001 From: Allen <126265123+its-allen@users.noreply.github.com> Date: Thu, 25 Sep 2025 03:05:38 +0330 Subject: [PATCH 396/942] Added Allen to Contributors list (#104137) * Update Contributors.md * Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d874b5af..54064870 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3170,3 +3170,4 @@ DanyLeeCS - [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< - [Aleena](https://github.com/aroset919/) - First Git Contribution! +- [Allen](https://github.com/its-allen) -Allen Here... From 4b698b9be2a1ee9225d008cb5c9b822f6150c16c Mon Sep 17 00:00:00 2001 From: KingsleyND <72080248+KingsleyND@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:48:10 -0400 Subject: [PATCH 397/942] Add kingsley to Contributors List (#104138) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 54064870..5facea30 100644 --- a/Contributors.md +++ b/Contributors.md @@ -216,6 +216,7 @@ ranjith_dhanasekaran - [Vedanth](https://github.com/Vedanth81106) - [Agus](https://github.com/agusfdzm) - [Diogo Ferreira](https://github.com/fdiogo1) +- [Kingsley] - [Hakimo abdikadir](https://github.com/hikmaladan) - [voiceinthedark](https://github.com/voiceinthedark) - Anushka From 52c8cf505c4d8e3e341195d81d86dd04c242922c Mon Sep 17 00:00:00 2001 From: Joseph Fujimoto <83256590+jsfmu@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:58:47 -0700 Subject: [PATCH 398/942] Add Joseph Fujimoto to contributors list (#104139) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5facea30..96513792 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! From 5fb0f92fcf277e97044969049e8706cca0d2bc25 Mon Sep 17 00:00:00 2001 From: Allen Date: Thu, 25 Sep 2025 03:28:57 +0330 Subject: [PATCH 399/942] Add Allen to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index d874b5af..70f68518 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3170,3 +3170,5 @@ DanyLeeCS - [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< - [Aleena](https://github.com/aroset919/) - First Git Contribution! +- [Allen](https://github.com/its-allen/) - Allen is here guys, relax <3 + From 7b1179b883b5c9cba647841d5d3d8fc4b7ab95b0 Mon Sep 17 00:00:00 2001 From: HugoDavidCortinas Date: Wed, 24 Sep 2025 18:10:24 -0600 Subject: [PATCH 400/942] add: Hugo Cortinas to Contributors list (#104136) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 96513792..7f4d2f1d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3162,6 +3162,7 @@ DanyLeeCS - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - Parveen Rana - [Anushka] (https://github.com/Anushka8) +- [Hugo David Cortinas González](https://github.com/Hcortinas) - [Roberto RW] (https://github.com/roberto-rw) - [Jimmy So] this is 250924. I wanna free~ - [tdx2] - a software developer From 57a3718f14b887fd312433e8bce0be1fb8df7e78 Mon Sep 17 00:00:00 2001 From: Melvin Mathew <44475208+melvinmsm@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:36:53 -0500 Subject: [PATCH 401/942] Add Melvin to Contributors list (#104141) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7f4d2f1d..04c8e52b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3149,6 +3149,7 @@ DanyLeeCS - [nikhilpachange](https://github.com/cheonkyu) - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) +- [Melvin](https://github.com/melvinmsm) - [Deniz Burduroglu](https://github.com/denizburduroglu) - [Mahmoud Hamed](https://github.com/mahmoudhamed) - [Thejas P Rao](https://github.com/thejasrao262003) From fbce41a4fae1d099f39e79786fb4f761d37b3e83 Mon Sep 17 00:00:00 2001 From: Dylan Kwok Date: Thu, 25 Sep 2025 10:17:32 +0800 Subject: [PATCH 402/942] Add kwokbyte to Contributors list (#104143) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 04c8e52b..2bfd2e2f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1997,6 +1997,7 @@ Lawrence Ahaneku - [Lokitha Muni](https://github.com/lokitha-muni) - [Manish Ambarwar](https://github.com/manish3299) - [Abdullah Asim](https://github.com/Abdulla-asim) +- [kwokbyte](https://github.com/kwokbyte) - [Arjun Manjunath](https://github.com/arjunmnath) - [Samson Ajakaye](https://github.com/nacosseruib) - [Mason Breece](https://github.com/MBreece89) From e845d470f90d8ddb41645676dd5b65b75595957c Mon Sep 17 00:00:00 2001 From: masumraza Date: Thu, 25 Sep 2025 08:39:19 +0530 Subject: [PATCH 403/942] Add Masum Raza to Contributors list (#104144) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2bfd2e2f..49f456e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ - [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) - [Mir-Asim-Ali](https://mirasim.netlify.app/) +-[Masum Raza](https://github.com/khanmasumraza) - [GENJI J](https://github.com/anya-minamoto) - [Mihir M](https://github.com/mihirm3hub) - [Algacyr Melo](https://github.com/algacyr-melo) From 1744f8a65c555574ad2624b1ef89bc0bba035a48 Mon Sep 17 00:00:00 2001 From: Duc Tran Date: Thu, 25 Sep 2025 10:57:57 +0700 Subject: [PATCH 404/942] Add Duc Tran to Contributors List (#104145) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 49f456e3..d764dfa2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3177,3 +3177,4 @@ DanyLeeCS - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< - [Aleena](https://github.com/aroset919/) - First Git Contribution! - [Allen](https://github.com/its-allen) -Allen Here... +[Duc Tran](https://github.com/doitsu2014) - Hi everyone From a3e94bff59aa91e881a51d8cd7b7802f7c58bec5 Mon Sep 17 00:00:00 2001 From: Duc Date: Thu, 25 Sep 2025 11:08:14 +0700 Subject: [PATCH 405/942] Add Duc Tran to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d764dfa2..3ff114bf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3177,4 +3177,4 @@ DanyLeeCS - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< - [Aleena](https://github.com/aroset919/) - First Git Contribution! - [Allen](https://github.com/its-allen) -Allen Here... -[Duc Tran](https://github.com/doitsu2014) - Hi everyone +- [Duc Tran](https://github.com/doitsu2014) - Hi everyone From 161cabae2c167458623214b419e6d1ef6fee3f33 Mon Sep 17 00:00:00 2001 From: June An Date: Wed, 24 Sep 2025 22:05:54 -0700 Subject: [PATCH 406/942] Add June to Contributors list (#104147) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d764dfa2..4be7dc0f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ - [DeAnna_Nichols] - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] +- [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) From f47c596963da7c51b005da148e613b2fea7b44a0 Mon Sep 17 00:00:00 2001 From: BKCODE2003 Date: Thu, 25 Sep 2025 10:41:59 +0530 Subject: [PATCH 407/942] Add Bhushan Kor to Contributors list (#104148) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4be7dc0f..2b2f1ce4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! From 408fea516115d031111e8f52760e203660ce6df0 Mon Sep 17 00:00:00 2001 From: "Gangaparameshwari.D" Date: Thu, 25 Sep 2025 11:52:01 +0530 Subject: [PATCH 408/942] Add Gangaparameshwari to Contributors list (#104149) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2b2f1ce4..2de72a3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -76,6 +76,7 @@ - [Mahanthesh S](https://github.com/Mahi2708) - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) +-[Gangparameshwari D](https://github.com/Gangaparameshwari07) - [Ali Nasser](https://github.com/AliNasser05) - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) From c2f1532beea119a665fd290ce3b6d48465caedfe Mon Sep 17 00:00:00 2001 From: AyushMaurya3114 <144930232+AyushMaurya3114@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:20:52 +0530 Subject: [PATCH 409/942] Added ayush's contri (#104150) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2de72a3a..29974af4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ - [FaFa-02] - [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) +- [Ayush](https://github.com/AyushMaurya3114) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India From d8dd591a622ce186c7d53f897cb744a9382a3db4 Mon Sep 17 00:00:00 2001 From: Naumaan Ghafoor <150515638+nmnghaf@users.noreply.github.com> Date: Thu, 25 Sep 2025 10:10:26 +0300 Subject: [PATCH 410/942] Add Naumaan Ghafoor to Contributors list (#104151) Co-authored-by: Naumaan Ghafoor --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 29974af4..686f516f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3182,3 +3182,4 @@ DanyLeeCS - [Aleena](https://github.com/aroset919/) - First Git Contribution! - [Allen](https://github.com/its-allen) -Allen Here... [Duc Tran](https://github.com/doitsu2014) - Hi everyone +- [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! From 60238491522704abb93d3cfa16aae85382a4e53c Mon Sep 17 00:00:00 2001 From: Al Amin Jewel <168659980+programmerjewel@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:20:37 +0600 Subject: [PATCH 411/942] Add Jewel to the contributor's list (#104152) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 686f516f..577ac5ab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) + [Jewel](https://github.com/programmerjewel) [Krish](https://github.com/Krish-9-6) - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. From bf2671c1f68c7c114b7374290ed2286e29a916a2 Mon Sep 17 00:00:00 2001 From: Mark Abdilla Mifsud <60700422+MarkAbdillaMifsud@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:22:33 +0200 Subject: [PATCH 412/942] Add Mark Abdilla Mifsud to the Contributors list (#104153) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 577ac5ab..c1004ce1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3184,3 +3184,4 @@ DanyLeeCS - [Allen](https://github.com/its-allen) -Allen Here... [Duc Tran](https://github.com/doitsu2014) - Hi everyone - [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! +- [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! From decd84682503bfd8b8e244776c371f9d73a4d3dd Mon Sep 17 00:00:00 2001 From: chiragsZeusint Date: Thu, 25 Sep 2025 15:55:46 +0530 Subject: [PATCH 413/942] Add chirag solanki in list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 577ac5ab..3b65e643 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3184,3 +3184,4 @@ DanyLeeCS - [Allen](https://github.com/its-allen) -Allen Here... [Duc Tran](https://github.com/doitsu2014) - Hi everyone - [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! +- [Chirag Solanki](https://github.com/chiragsdev) - Long Way to Go! From 7074dcfde6ecbec2f3c6ac1a412d5146af643be5 Mon Sep 17 00:00:00 2001 From: Murphy Mo <635071732@qq.com> Date: Thu, 25 Sep 2025 18:32:01 +0800 Subject: [PATCH 414/942] add murphy's name to Contributors list (#104155) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c1004ce1..2caeaf2f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2995,6 +2995,7 @@ DanyLeeCS - [Ivan Lee]() - [kasap] - [Lyra](https://github.com/why) +- [SZMOFEI](https://github.com/SZMOFEI) - [Maksat Annageldiyev](https://github.com/M4x4T) - [Radhakrishan](https://github.com/rkdevx) - [Benjamin Robert](https://github.com/BenjaminRobert0702) From dff74c9913135f99f5a8cb53bc6bedb84eda3bdb Mon Sep 17 00:00:00 2001 From: SpicyKiwi <144238608+Sp1cyK1w1@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:46:02 +0100 Subject: [PATCH 415/942] Add ZhiYao Jin to contributors list (#104156) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2caeaf2f..3c6f7b50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3185,4 +3185,5 @@ DanyLeeCS - [Allen](https://github.com/its-allen) -Allen Here... [Duc Tran](https://github.com/doitsu2014) - Hi everyone - [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! +- [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! I'm working on it!!! - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! From 3e4506697b2b91a155672cd7b2df3ab6e89ec36c Mon Sep 17 00:00:00 2001 From: Kavita Akhade <71923475+kvi-20@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:17:48 +0530 Subject: [PATCH 416/942] add kavita to contributor list (#104158) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c6f7b50..7bb035ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -183,6 +183,7 @@ ranjith_dhanasekaran - [Filippos Angelakos](https://github.com/filipp-os) - Love from Greece!!!! - [Sanjay Senthilkumar](https://github.com/Sanj84-co) - [KANISH](hello) +- [Kavita](https://github.com/kvi-20) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) - [M Govindarajan](https://github.com/Govindarajannn) From 6c576e844f1ce394332f8d5711a47c8b55778d4b Mon Sep 17 00:00:00 2001 From: J4kubR <145209790+J4kubR@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:05:11 +0200 Subject: [PATCH 417/942] Add Jakub Rudowski to the list (#104159) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7bb035ad..bc796f15 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3120,7 +3120,8 @@ DanyLeeCS - Aarush Sanghi [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) -[Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. +[Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life.' +[Jakub Rudowski](https://github.com/J4kubR) Open source here I come :) Happy to be a part of a big community. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o From 1971d3b59c4b69252ab243e6d78771bc3cfac4d8 Mon Sep 17 00:00:00 2001 From: DE SILVA T R R Date: Thu, 25 Sep 2025 17:50:37 +0530 Subject: [PATCH 418/942] Add Ranjuna to Contributors list - Hacktoberfest 2024 (#104160) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bc796f15..d3fa3bc9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3189,3 +3189,4 @@ DanyLeeCS - [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! I'm working on it!!! - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! +- [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 From 494da560c7dc5290ddecd26469d7520de2bfed17 Mon Sep 17 00:00:00 2001 From: MUHAMMAD SHEIK NAUMAN Date: Thu, 25 Sep 2025 18:11:56 +0530 Subject: [PATCH 419/942] added Muhammad Sheik Nauman to contributers list (#104162) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d3fa3bc9..461e542e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -120,6 +120,7 @@ [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! - [thePrnvBot](https://github.com/thePrnvBot) - Sup Doods! +- [Muhammad Sheik Nauman](https://github.com/Muhammad-Sheik-Nauman)-wassssupppp!! - [Lane Henslee](https://github.com/huncholane) - Go Vols - [Watson](https://github.com/tanso0126) - [Eric G Butler Jr](https://github.com/ericbutler1209) From 82ee3629dd58fe8701b5fe25e5bf0c4bb1bbbc52 Mon Sep 17 00:00:00 2001 From: Saikishor Rasala Date: Thu, 25 Sep 2025 18:22:05 +0530 Subject: [PATCH 420/942] add Saikishor Rasala to Contributors List (#104163) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 461e542e..3d621dbd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3191,3 +3191,4 @@ DanyLeeCS - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! I'm working on it!!! - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 +- [Saikishor-Rasala](https://github.com/saikishorr) From 94a8df78e9c457fd958f2486c3da1a55108c8ee2 Mon Sep 17 00:00:00 2001 From: 666f78 Date: Thu, 25 Sep 2025 17:21:56 +0300 Subject: [PATCH 421/942] Fix typo in Ukrainian language strings --- docs/translations/README.ua.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/translations/README.ua.md b/docs/translations/README.ua.md index 4011a3ad..b1799f4a 100644 --- a/docs/translations/README.ua.md +++ b/docs/translations/README.ua.md @@ -4,7 +4,7 @@ # Перший внесок -Цей проект спрямований на те, щоб спростити та спрямувати шлях новачків, які роблять свій перший внесок. Якщо ви хочете зробити свій перший внесок, виконайте наведені нижче дії. +Цей проєкт спрямований на те, щоб спростити та спрямувати шлях новачків, які роблять свій перший внесок. Якщо ви хочете зробити свій перший внесок, виконайте наведені нижче дії. _Якщо ви не вмієте працювати з командним рядком, [ось навчальні посібники з використанням інструментів GUI.](#tutorials-using-other-tools)_ @@ -117,7 +117,7 @@ git push -г origin Відзначте свій внесок і поділіться ним із друзями та читачами, перейшовши до [веб-програми](https://firstcontributions.github.io/#social-share). -Тепер давайте почнемо робити внески в інші проекти. Ми склали список проектів із простими проблемами, з яких ви можете почати. Перегляньте [список проектів у веб-додатку](https://firstcontributions.github.io/#project-list). +Тепер почнімо робити внески в інші проєкти. Ми склали список проєктів із простими проблемами, з яких ви можете почати. Перегляньте [список проєктів у веб-додатку](https://firstcontributions.github.io/#project-list). ### [Додаткові матеріали](additional-material/git_workflow_scenarios/additional-material.md) @@ -127,7 +127,7 @@ git push -г origin | --- | --- | --- | --- | --- | --- | | [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 c82035308b92f67eada918df82a647635dbeb2c9 Mon Sep 17 00:00:00 2001 From: Anns Abbasi Date: Thu, 25 Sep 2025 19:22:22 +0500 Subject: [PATCH 422/942] Add Anns Abbasi to Contributors list (#104167) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3d621dbd..0848ba5b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -58,6 +58,7 @@ - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Aakash Singh](https://github.com/aakashsingh04) +- [Anns Abbasi](https://github.com/annsabbasi) - first open source contribution - [Zahida Hussain] - [Abu Fati](https://github.com/mamafati) My first open source commit!!!! - [Bob Qin](https://github.com/Bob200409) From ee9954c59e91e398e5d484769f6e3630982c51a2 Mon Sep 17 00:00:00 2001 From: Rachit Tanwar Date: Thu, 25 Sep 2025 21:11:35 +0530 Subject: [PATCH 423/942] added rachit to contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c4ea793d..772e58e2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [Umut Hasanoglu](https://github.com/UmutHasanoglu) - [Ekak Basu](https://github.com/ebro125) - [Erfan Ahmadi](https://github.com/erfan-web) +- [Rachit Tanwar](https://github.com/rachit-tanwar) - [Aaliyah Raheem](https://github.com/aaliot) - [Md. Apu](https://github.com/Apu-mirza) - [mgalore](https://github.com/mgalore) @@ -2783,4 +2784,4 @@ DanyLeeCS - [Jy](https://github.com/jy1534) - [ompug](https://github.com/ompug) -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) --[Monu Kumari](https://github.com/monukri4548) \ No newline at end of file +-[Monu Kumari](https://github.com/monukri4548) From ddb104ea8bcf26630d9741b55f3e29dedc5b7916 Mon Sep 17 00:00:00 2001 From: Atharv-24-11 Date: Thu, 25 Sep 2025 21:20:03 +0530 Subject: [PATCH 424/942] Add Anns Abbasi to Contributors list (#104167) (#104170) Author: Atharv Dhande Co-authored-by: Atharv Dhande From 676869adcff96507c0c3c194e6af462b670bdd3c Mon Sep 17 00:00:00 2001 From: yydrowz3 Date: Fri, 26 Sep 2025 00:52:01 +0900 Subject: [PATCH 425/942] update readme_zh-cn to sync with readme --- docs/translations/README.zh-cn.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/translations/README.zh-cn.md b/docs/translations/README.zh-cn.md index 56f271bb..2aad75f3 100644 --- a/docs/translations/README.zh-cn.md +++ b/docs/translations/README.zh-cn.md @@ -112,10 +112,14 @@ git push origin <分支的名称> ## 接下来该做什么呢? +祝贺!你刚刚完成了作为贡献者经常会使用到的标准流程:_fork -> clone -> edit -> pull request_ ! + 为你的第一次贡献庆祝吧,不要忘记和你的朋友以及你的小迷弟小迷妹们分享我们的[网站](https://roshanjossey.github.io/first-contributions/#social-share)哟! 如果您想更多练习,请查看 [code contributions](https://github.com/roshanjossey/code-contributions)。 +接下来,让我们带你开始参与到其他项目中来。我们整理了一份包含一些简单入门问题的项目清单,方便你快速上手。请查看这个[项目清单](https://firstcontributions.github.io/#project-list)。 + ### [附加材料](additional-material/git_workflow_scenarios/additional-material.md) ## 使用其他工具的教程 From fa6e18db3a2d7d546c02be9d8f8f94f7fd76abe8 Mon Sep 17 00:00:00 2001 From: steeven972 <125614466+steeven972@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:34:32 +0200 Subject: [PATCH 426/942] Add steeven972 to Contributors list (#104173) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0848ba5b..481eb922 100644 --- a/Contributors.md +++ b/Contributors.md @@ -33,6 +33,7 @@ - [Mohamed] (https://github.com/MohamedMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. +-[Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! -[hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) From 8d1d291f6051fc956d87fedbd06de845940cce3a Mon Sep 17 00:00:00 2001 From: Praveen-Palanivel Date: Thu, 25 Sep 2025 22:32:18 +0530 Subject: [PATCH 427/942] Add Praveen-Palanivel to Contributors list (#104174) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 481eb922..735e3f85 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3194,3 +3194,4 @@ DanyLeeCS - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 - [Saikishor-Rasala](https://github.com/saikishorr) +- [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! From f59a84b69d59cd0b88d864470ef327ae9586fcfe Mon Sep 17 00:00:00 2001 From: Sidra Date: Thu, 25 Sep 2025 22:08:46 +0500 Subject: [PATCH 428/942] Contribute --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 481eb922..15d6d0ca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3194,3 +3194,4 @@ DanyLeeCS - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 - [Saikishor-Rasala](https://github.com/saikishorr) +- [Sidra-Yasmeen](https://github.com/Sidra-Yasmeen) - Hello!!!! Its my first contribution. From f60174c85c7897b2aa92e68a5a9786900901e714 Mon Sep 17 00:00:00 2001 From: Sidra Date: Thu, 25 Sep 2025 22:14:00 +0500 Subject: [PATCH 429/942] commit --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 15d6d0ca..d0f8902a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3194,4 +3194,4 @@ DanyLeeCS - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 - [Saikishor-Rasala](https://github.com/saikishorr) -- [Sidra-Yasmeen](https://github.com/Sidra-Yasmeen) - Hello!!!! Its my first contribution. +- [Sidra-Yasmeen](https://github.com/Sidra-Yasmeen) - Hello!!!! Its my first contribution.Thank you all !!! From 179f1f2117469a5be14f005b66148e8c4095d967 Mon Sep 17 00:00:00 2001 From: 200MB Date: Thu, 25 Sep 2025 21:14:32 +0400 Subject: [PATCH 430/942] Add 200MB to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 735e3f85..5d1bb4ce 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Mohamed] (https://github.com/MohamedMemar) - [Toton] +- [200MB] - Yo -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! -[hewin31](https://github.com/hewin31) From 8b24e919c9291281bbdddd2e63a3525248d250e0 Mon Sep 17 00:00:00 2001 From: 200MB Date: Thu, 25 Sep 2025 21:18:35 +0400 Subject: [PATCH 431/942] Add 200MB to Contributors list --- Contributors.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Contributors.md b/Contributors.md index 5d1bb4ce..cf180b81 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,10 +32,10 @@ - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Mohamed] (https://github.com/MohamedMemar) - [Toton] -- [200MB] - Yo --[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. --[Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! --[hewin31](https://github.com/hewin31) +- [200MB] - Mada Mada +- [Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. +- [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! +- [hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From b1c767a9bbd04c1a804f70706815ee90ca82f14c Mon Sep 17 00:00:00 2001 From: Shivani samant Date: Thu, 25 Sep 2025 22:53:49 +0530 Subject: [PATCH 432/942] Shivani Samant (#104177) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 735e3f85..e38f4528 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ [Diya](https://github.com/123diya-coder) [Jewel](https://github.com/programmerjewel) [Krish](https://github.com/Krish-9-6) +- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. From b0bae0d49d7f9b72d761e66d1f83b6ebd525aa30 Mon Sep 17 00:00:00 2001 From: fertileverve Date: Thu, 25 Sep 2025 13:21:55 -0500 Subject: [PATCH 433/942] Update Contributors.md (#104178) Added link to FertileVerve per Microsoft Learn instructions. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e38f4528..6cfcea80 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ - [FaFa-02] - [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) +- [FertileVerve](https://github.com/fertileverve) - [Ayush](https://github.com/AyushMaurya3114) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) From 93d59bc9fb56aaca8950727b441acd68b6df84aa Mon Sep 17 00:00:00 2001 From: Shruti Hiraman Kotgire Date: Fri, 26 Sep 2025 00:06:37 +0530 Subject: [PATCH 434/942] Added Shruti's name to contributors list (#104179) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6cfcea80..e49b8c7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3197,3 +3197,4 @@ DanyLeeCS - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 - [Saikishor-Rasala](https://github.com/saikishorr) - [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! +- [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) \ No newline at end of file From f9f1ca6d28ccbbda37e48c579746df0d57615b8c Mon Sep 17 00:00:00 2001 From: Muhammet <116195278+MuhammetSec-Exilex@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:39:47 +0300 Subject: [PATCH 435/942] =?UTF-8?q?Add=20Muhammet=20Alperen=20=C5=9E=C4=B1?= =?UTF-8?q?vg=C4=B1n=20to=20Contributors=20list=20(#104180)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e49b8c7d..1044950c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors -[Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment +- [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! From 0885f0187cac1585ae0d146cc2b003709fc46314 Mon Sep 17 00:00:00 2001 From: Avinash Ganore Date: Fri, 26 Sep 2025 01:02:46 +0530 Subject: [PATCH 436/942] Add my name to readme (#104181) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a2d44509..d0347131 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [DeAnna_Nichols] - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] +- [Avinash Ganore](https://github.com/Xzy-Vron) - [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) - [FertileVerve](https://github.com/fertileverve) From a666f49ef90363134a062be4ecaa9da206fb5d42 Mon Sep 17 00:00:00 2001 From: huhjinhyo <43099256+huhjinhyo@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:42:40 -0400 Subject: [PATCH 437/942] Add Jinhyo (#104182) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d0347131..9f3a1c0d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2450,6 +2450,7 @@ Cloudman - [Kamil Brzezinski](https://github.com/git-od-podstaw-piotr) - [Punnapareddy Bhaskar Rao](https://github.com/P-Bhaskar-Rao) - [Sheikh Mujtaba](https://github.com/Sheikh-Muhammad-Mujtaba) +- [Jinhyo Huh](https://github.com/huhjinhyo) With a heart that sings of stars, love all things dying. - [gpalacios26](https://github.com/gpalacios26/curso-git-fork) - [Steve Armstrong](https://github.com/W0474997SteveArmstrong) - [Ben Tootill](https://github.com/TriedDevotee) From 090b0fd21e9f8a58c51e3d7faa72138b433a6f2e Mon Sep 17 00:00:00 2001 From: Sourabh Mukherjee <112678696+sourabhO7@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:16:24 +0530 Subject: [PATCH 438/942] Sourabh Mukherjee is added to the contributor list (#104183) Co-authored-by: sourabh.mukherjee --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9f3a1c0d..994ab709 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - Saurebh Kokate - THis is my 1st contribution +- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) From 60666bc87b18cd19aa37d20550b53352c3378265 Mon Sep 17 00:00:00 2001 From: Holly Dahlstrom Date: Thu, 25 Sep 2025 14:47:35 -0500 Subject: [PATCH 439/942] Add Holly Dahlstrom to Contributors list (#104135) * Add Holly Dahlstrom to Contributors list * Update .gitignore --------- Co-authored-by: Holly Dahlstrom Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 994ab709..f44dfbad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ -[051821](https://github.com/051821) - This is my first open-source contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. +- [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm From 331870da6d247c8ce903980a27a94a629647bec5 Mon Sep 17 00:00:00 2001 From: Caroline Park <38379431+parkcarol@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:16:13 -0400 Subject: [PATCH 440/942] Add Caroline Park to Contributors list (#104185) Co-authored-by: Caroline Park --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f44dfbad..2966dcaa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -53,6 +53,7 @@ - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) +- [Caroline Park](https://github.com/parkcarol/) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Kyaw Phyo Win](https://github.com/KyawPhyo-hub) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From 63a07fd1ab465acf4ce7924b48735a3515747e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AF=E3=82=B7=E3=83=B3=E3=83=88=E3=83=B3=E3=83=81?= =?UTF-8?q?=E3=83=BC=E3=82=BA=E3=82=B1=E3=83=BC=E3=82=AD?= Date: Fri, 26 Sep 2025 06:18:24 +0900 Subject: [PATCH 441/942] Add Arachnesan to Contributors list (#104186) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2966dcaa..d302a83f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3192,6 +3192,7 @@ I am Lakshya Sharma and making my first open source contribution - [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! +- [Arachnesan] - Parveen Rana - [Anushka] (https://github.com/Anushka8) - [Hugo David Cortinas González](https://github.com/Hcortinas) From 0e698a30cce28f88d9a5bdf3f1e3e6bf8992a5fe Mon Sep 17 00:00:00 2001 From: Richie de la Rosa <162278075+richiedlrsa@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:30:45 -0400 Subject: [PATCH 442/942] Add Richie de la Rosa to Contributors list (#104187) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d302a83f..09aa81b1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3072,6 +3072,7 @@ DanyLeeCS - [zhoushuo](https://github.com/zshs000) - [Suriti Joshi] (https://github.com/srj-145) - CyberJoke +- [Richie de la Rosa] (https://github.com/richiedlrsa) - [James Whatcott](https://github.com/jameswhatcott) - [Dudley Orestil] (https://github.com/dee276) - [Syink](https://github.com/syinkboy) From f0deef8cb223be3a9db11092eb8775ef0465bad6 Mon Sep 17 00:00:00 2001 From: Qadir Abdulahad Date: Thu, 25 Sep 2025 21:27:11 -0500 Subject: [PATCH 443/942] Add Qadir Abdulahad to Contributors list (#104188) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 09aa81b1..ee00c26c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3142,6 +3142,7 @@ DanyLeeCS [Jakub Rudowski](https://github.com/J4kubR) Open source here I come :) Happy to be a part of a big community. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] +Qadir Abdulahad I am Lakshya Sharma and making my first open source contribution - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. From b81ee0353bb628f16bc1399b5753129473bbf8cc Mon Sep 17 00:00:00 2001 From: JhuoerYen <57058192+yydrowz3@users.noreply.github.com> Date: Thu, 25 Sep 2025 23:26:02 -0400 Subject: [PATCH 444/942] Add ydrz3 to Contributors list (#104190) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ee00c26c..5909be05 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3218,3 +3218,4 @@ I am Lakshya Sharma and making my first open source contribution - [Saikishor-Rasala](https://github.com/saikishorr) - [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! - [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) +- [ydrz3](https://github.com/yydrowz3) - hello world From ffa1c5d2327a7e8b582fe38437aaae5811f538bc Mon Sep 17 00:00:00 2001 From: Deepak Baghel <146962409+Deepak-SBaghel@users.noreply.github.com> Date: Fri, 26 Sep 2025 09:08:53 +0530 Subject: [PATCH 445/942] Add Deepak-Baghel to Contributors list (#104191) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5909be05..b009a56f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -195,6 +195,7 @@ ranjith_dhanasekaran - [Filippos Angelakos](https://github.com/filipp-os) - Love from Greece!!!! - [Sanjay Senthilkumar](https://github.com/Sanj84-co) - [KANISH](hello) +- [Deepak Baghel](https://github.com/Deepak-SBaghel) - after prostacinatng for 2 years finally starting contibution - [Kavita](https://github.com/kvi-20) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) From 7305d0091ee3b29c3250ecba9098c9c63bd31e42 Mon Sep 17 00:00:00 2001 From: Anand-0037 Date: Fri, 26 Sep 2025 03:42:49 +0000 Subject: [PATCH 446/942] Anand Vashishtha --- Contributors.md | 63 +++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/Contributors.md b/Contributors.md index 5909be05..3563a360 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,13 +14,13 @@ - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - Saurebh Kokate - THis is my 1st contribution -- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution +- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) [Jewel](https://github.com/programmerjewel) [Krish](https://github.com/Krish-9-6) -- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. +- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. @@ -46,9 +46,9 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) -- [Anashe Gaseller] +- [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) - [Mahdi](https://github.com/mahdi-re-dev) - thanks + [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) @@ -62,7 +62,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution -- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! @@ -86,6 +86,7 @@ - [Kamal Agrahari](https://github.com/ikamalagrahari/) - [Krish Sharma](https://github.com/krisharmaa) - [Mahanthesh S](https://github.com/Mahi2708) +- [Anand Vashishtha](https://github.com/Anand-0037) - Python developer from INDIA - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) -[Gangparameshwari D](https://github.com/Gangaparameshwari07) @@ -97,7 +98,7 @@ - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) -- [Rafael Severo](https://github.com/rafaeumesmo) +- [Rafael Severo](https://github.com/rafaeumesmo) - [Emanuel Orduña](https://github.com/emaordu) - [Anuraag Akella](https://github.com/Anuraag03) - My First Contribution!! - [LayorX](https://github.com/LayorX) @@ -112,7 +113,7 @@ - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [Anwesh] - (https://github.com/Anwesh-18) - My first open source contribution -- [stijee] - This is my first github commit. +- [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) - [wasiq345](https://github.com/wasiq345) -Greetings from Pakistan - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! @@ -222,7 +223,7 @@ ranjith_dhanasekaran - [Ahmed Abdellatif](https://github.com/abdellatif72) - [Alex Ivaschenko] (https://github.com/ivaschenkoalex) - [Cameron Scott](https://github.com/cdscott37) -- [Harsh Sahu](https://github.com/harshsahu383) +- [Harsh Sahu](https://github.com/harshsahu383) - [Dayangku Fatin Masyitah] (https://github.com/aktnlxk) - Patty [Nick](https://github.com/nick-noble) First open source contribution @@ -255,7 +256,7 @@ ranjith_dhanasekaran - [Caíque Oliveira](https://github.com/os-caique) - [Gabriel Eyo] (https://github.com/eyogabriel529-sen) - [Sundram Rai](https://github.com/Sundramrai3691) -- [Miles Morales] +- [Miles Morales] - [DevElevate19](https://github.com/DevElevate19) - [Victor Brayner](https://github.com/victorbrayner) - [lucas](https://github.com/Luc-as) @@ -277,7 +278,7 @@ ranjith_dhanasekaran - [Kat R.](https://github.com/KxttyKxt) - [Daniel Arrieta](https://github.com/Darrieta05) - [RUDRA TAILOR](https://github.com/RudraTailor) -- [Aditya Dubey](https://github.com/Aditya149202) +- [Aditya Dubey](https://github.com/Aditya149202) - santiago robles - Faiz Modi - adasrh yadav @@ -302,7 +303,7 @@ ranjith_dhanasekaran - [CJ Nwogu] (https://github.com/cjnw) - [Sneha Bichkunde] (https://github.com/snehabichkunde) sdumini -- [Siddharth Sahu] (https://github.com/sidhacks) +- [Siddharth Sahu] (https://github.com/sidhacks) - [DEVANSH SHUKLA] (https://github.com/devansh391k) - [Kartik Mishra] (https://github.com/kartikmishra210) - [Kunal Sable] (https://github.com/Kunals990) @@ -326,7 +327,7 @@ sdumini - [Akinori Sugimura](https://github.com/sugisaku37) - [Nada Alinour](https://github.com/nadaalinour) - [Swapnil] (https://github.com/swapnil282K) -- [Vaibhav Jadhav] (https://github.com/vaibhav2141) +- [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Sandy052005](https://github.com/sandy052005) - [Nikita Maurya](https://github.com/sun-andsky) - [Shreyas](https://github.com/skdoosh) @@ -347,9 +348,9 @@ sdumini - [Mohith Butta] (https:/github.com/loicmohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) -- [Mauricio Pereira] (https://github.com/gitreece) +- [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) -- [Christian Petrucci] +- [Christian Petrucci] - [Eric Y.](https://github.com/aoy9) Hello World! - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Kunal Jindal](https://github.com/imkunaljindal) @@ -431,7 +432,7 @@ sdumini - [mfg5160] - [Hayato Katagiri](https://github.com/hayatokatagiri) - [PandaDev0069](https://github.com/PandaDev0069) -- [snowmandidi](https://github.com/snowmandidi) +- [snowmandidi](https://github.com/snowmandidi) - [Jayasree G Kalkura](https://github.com/jayasree1805) - [Carlota Castelltort Pinto](https://github.com/CCastelltort) - [Tony J.](https://github.com/t0nebone) @@ -456,7 +457,7 @@ sdumini - [ajit](https://github.com/ajitprachande) - [Pankaj] (https://github.com/ppankaj321) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) -- [Ashish Bairwa](https://github.com/ashishb20) +- [Ashish Bairwa](https://github.com/ashishb20) - [Jason](https://github.com/dev-jason-lu) - [David Anane](https://github.com/plaestore) - [Karan Dhiman](https://github.com/karandhiman12) @@ -472,12 +473,12 @@ sdumini - [Muhammad Bilal Saleem](https://github.com/Muhammad-Bilal-Saleem) -[lavi](https://github.com/lavihere1) -[Daniel Velez](https://github.com/Daniel1000c) -- [Martin-Perfumo] (https://github.com/MartinPerfumo) +- [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution NMAKHIJA- Test Contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) -- Ja'Nya Ward +- Ja'Nya Ward [Devansh Kapoor](https://github.com/Devansh2208) - [Kashif Kawsar Qadri](https://github.com/KashifQadri90) -[Kavya Krishna](https://github.com/Cx-rrupt) @@ -485,7 +486,7 @@ sdumini - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() -[Bikash Barua](https://github.com/bikashbarua) -- [Varshith Adithya](https://github.com/kv-adithya) +- [Varshith Adithya](https://github.com/kv-adithya) - [Brandon McHugh](https://github.com/brandmch) - [Carlos FH](https://github.com/carlosfhz13) - [Holmes M](https://github.com/Sher69-mycroft) @@ -541,10 +542,10 @@ sdumini - shreyash patil [https://github.com/Sudeshpatil07] - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) -- [Aman Kumar](https://github.com/YukiCodepth) +- [Aman Kumar](https://github.com/YukiCodepth) - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) -- [Noor Jellani](https://github.com/nurulain0) +- [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.cBreakerom/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) - [Ravishankar saini](https://github.com/Cyrus253) @@ -714,7 +715,7 @@ sdumini - [Rakesh Vanam](https://github.com/rakeshvanam6868) - [KamalKant](https://github.com/kamal2730) - [HarshYadav152](https://github.com/HarshYadav152) -- [gg_dever] (https://github.com/gg-dever) +- [gg_dever] (https://github.com/gg-dever) - [Paritosh Tiwari] - [Arsh Kumar Mandal](https://github.com/arshmandal0725) - [Gods-ghost](https://github.com/dist34) @@ -881,15 +882,15 @@ sdumini - [Daniyal duddu Subhani](https://github.com/https://github.com/daniyal-subhani) - [Sheikh Abdullah Bin Zahid](https://github.com/Abdullah2240) - [square-story](https://github.com/square-story) -- [Prem Kumar T G](https://github.com/prem7129) +- [Prem Kumar T G](https://github.com/prem7129) - [Artur Chagas](https://github.com/Artur-chagas-shu) - [darkiss7](https://github.com/darkiss7) - [FAI8h](https://github.com/FAI8h) - [Zaid Rasul](https://github.com/ZaidRasul) - [Ankith Kini](https://github.com/ANKITH33) - [Chamesh Dinuka](https://github.com/chamesh2019) -- [Shivam Pandya] -" DEBBIE !)" +- [Shivam Pandya] +" DEBBIE !)" - [Syed Naveeed Mohammed](https://github.com/SyedNaveedM) - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). @@ -993,7 +994,7 @@ P Venkata Rami Reddy - [Keya Shah] (https://github.com/keysh123) - [yeisondev001 💎](https://github.com/yeisondev001) - [ZMM-zhangmanman] -- [Mani] +- [Mani] - [Bohdan Shtelmakh](https://github.com/BohdanShtelmakh) - [Andrea Moguel](https://github.com/amoguelk) - [Akshat Jain](https://github.com/akshat2604) @@ -2667,13 +2668,13 @@ Cloudman - [Rahul Dutta](https://github.com/RahulDutta7) - [Mohamed Laraiche](https://github.com/molaraiche) - [Janaki Ram K](https://github.com/JKR0805) -- [Akshit Garg](https://github.com/AkshitGarg054) +- [Akshit Garg](https://github.com/AkshitGarg054) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Blhassen Sehli](https://github.com/Blhasn-Sehli) - [Saiprasad Rao] (https://github.com/thesaiprasadrao) - [Shrivarsha Pooajry] (https://github.com/shrivarshapoojari) -- [spacescribe](https://github.com/spacescribe) +- [spacescribe](https://github.com/spacescribe) -[sammydonovan](https://github.com/sammydono) - [Sean Tilson](hhtps://github.com/smtilson) - [Firewooood](https://github.com/Firewooood) @@ -2770,7 +2771,7 @@ jack - first contribution practice -[Ameya19](https://github.com/Ameya19) -[jeterrrrrrr](https://github.com/jeterrrrrrr) -[Amritendu Bhattacharjee](https://github.com/xeonray-origin) --[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) +-[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) - [Jafar Hussein](https://github.com/Jafar-Hussein) -[Arjun V S](https://github.com/Arjunvs7) - [Aditya Jadhav](https://github.com/Aditya-Jadhav-9471) @@ -2824,7 +2825,7 @@ jack - first contribution practice - [Paramjit Singh](https://github.com/param20h) - [Darshil Vasoya](https://github.com/darshilvasoya) - [Paofan25](https://github.com/paofan25) -- [Dheeraj](https://github.com/Dheeraj1333) +- [Dheeraj](https://github.com/Dheeraj1333) - [Josh](https://github.com/joshrtust) -[CHHAVI GAUTAM](https://github.com/Chhavi001) -[Rodrigo Lima][https://github.com/Kosm9] @@ -2895,7 +2896,7 @@ sh0uka - [Amer](https://github.com/iamAmer) - [Rachel Stern](https://github.com/RachelStern20) - [Mukeshwaran K](https://github.com/mukesh-m01) -- [Dede Sangmortey](https://github.com/Ladydede) +- [Dede Sangmortey](https://github.com/Ladydede) - [Anastasia Tumanov](https://github.com/anastasiatumanov) - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) From 892f5a596c762bf378f7d2af714a91d709462a0e Mon Sep 17 00:00:00 2001 From: Bishal-Baral07 <800074926@fvtc.edu> Date: Fri, 26 Sep 2025 00:54:38 -0500 Subject: [PATCH 447/942] Update Contributors.md (#104193) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b009a56f..2f5dae8d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3220,3 +3220,4 @@ I am Lakshya Sharma and making my first open source contribution - [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! - [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) - [ydrz3](https://github.com/yydrowz3) - hello world + [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome From cf054595de6a14bf0de37ed7604abc9768f4b738 Mon Sep 17 00:00:00 2001 From: Justin Thomas <88386811+Justinvelliyath0@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:51:55 +0530 Subject: [PATCH 448/942] Add Justin Velliyath to Contributors list (#104194) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2f5dae8d..7d6d11c5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3221,3 +3221,4 @@ I am Lakshya Sharma and making my first open source contribution - [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) - [ydrz3](https://github.com/yydrowz3) - hello world [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome +- [Justin Velliyath](https://github.com/justinvelliyath0) \ No newline at end of file From 90a088d1a6e3e6dbeeafe5ebe7e6b07b635a41e1 Mon Sep 17 00:00:00 2001 From: Himanshu Firke <139757653+himanshu-firke@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:12:45 +0530 Subject: [PATCH 449/942] Add Himanshu-Firke (#104195) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7d6d11c5..d53ed64d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3221,4 +3221,5 @@ I am Lakshya Sharma and making my first open source contribution - [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) - [ydrz3](https://github.com/yydrowz3) - hello world [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome -- [Justin Velliyath](https://github.com/justinvelliyath0) \ No newline at end of file +- [Justin Velliyath](https://github.com/justinvelliyath0) +- [Himanshu Firke](https://github.com/himanshu-firke/) \ No newline at end of file From 38bcec9196f8b03d67ab6e7de0524ee727c9935b Mon Sep 17 00:00:00 2001 From: sohyeon412 <162390471+sohyeon412@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:57:53 +0900 Subject: [PATCH 450/942] Add sohyeon412 to Contributors list (#104196) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d53ed64d..3d697048 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3222,4 +3222,5 @@ I am Lakshya Sharma and making my first open source contribution - [ydrz3](https://github.com/yydrowz3) - hello world [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome - [Justin Velliyath](https://github.com/justinvelliyath0) -- [Himanshu Firke](https://github.com/himanshu-firke/) \ No newline at end of file +- [Himanshu Firke](https://github.com/himanshu-firke/) +- [Sohyeon412](https://github.com/sohyeon412) From 58a7f881347aa300bec7210d2c4f668b57c7a7a8 Mon Sep 17 00:00:00 2001 From: Shivani Kshirsagar <108947015+Shivanii30@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:57:10 +0530 Subject: [PATCH 451/942] Add Shivaniii30 to Contributors.md list (#104197) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3d697048..3b7d0721 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3224,3 +3224,4 @@ I am Lakshya Sharma and making my first open source contribution - [Justin Velliyath](https://github.com/justinvelliyath0) - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) +- [Shivanii30](https://github.com/Shivanii30) From dab90baa9670495a736a7e4d1d242b95582c6a73 Mon Sep 17 00:00:00 2001 From: vinay Date: Fri, 26 Sep 2025 15:12:46 +0530 Subject: [PATCH 452/942] Add vinay10000 to Contributors list --- Contributors.md | 66 ++++++++++++++++++++++++------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/Contributors.md b/Contributors.md index 3b7d0721..5b309f71 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,13 +14,13 @@ - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - Saurebh Kokate - THis is my 1st contribution -- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution +- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) [Jewel](https://github.com/programmerjewel) [Krish](https://github.com/Krish-9-6) -- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. +- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. @@ -46,9 +46,9 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) -- [Anashe Gaseller] +- [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) - [Mahdi](https://github.com/mahdi-re-dev) - thanks + [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) @@ -62,7 +62,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution -- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! @@ -97,7 +97,7 @@ - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) -- [Rafael Severo](https://github.com/rafaeumesmo) +- [Rafael Severo](https://github.com/rafaeumesmo) - [Emanuel Orduña](https://github.com/emaordu) - [Anuraag Akella](https://github.com/Anuraag03) - My First Contribution!! - [LayorX](https://github.com/LayorX) @@ -112,7 +112,7 @@ - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [Anwesh] - (https://github.com/Anwesh-18) - My first open source contribution -- [stijee] - This is my first github commit. +- [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) - [wasiq345](https://github.com/wasiq345) -Greetings from Pakistan - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! @@ -172,7 +172,7 @@ ranjith_dhanasekaran - Swedel Lasrado - Debanjan Kshetry - Kungfoo Panda - +- [M H VINAY](https://github.com/vinay10000) Hello World! :) - Shyynek - [Sergio Frastalis](https://github.com/SergioFrastalis) - [Sergio Frastalis](https://github.com/zohai-ibb) @@ -223,7 +223,7 @@ ranjith_dhanasekaran - [Ahmed Abdellatif](https://github.com/abdellatif72) - [Alex Ivaschenko] (https://github.com/ivaschenkoalex) - [Cameron Scott](https://github.com/cdscott37) -- [Harsh Sahu](https://github.com/harshsahu383) +- [Harsh Sahu](https://github.com/harshsahu383) - [Dayangku Fatin Masyitah] (https://github.com/aktnlxk) - Patty [Nick](https://github.com/nick-noble) First open source contribution @@ -256,7 +256,7 @@ ranjith_dhanasekaran - [Caíque Oliveira](https://github.com/os-caique) - [Gabriel Eyo] (https://github.com/eyogabriel529-sen) - [Sundram Rai](https://github.com/Sundramrai3691) -- [Miles Morales] +- [Miles Morales] - [DevElevate19](https://github.com/DevElevate19) - [Victor Brayner](https://github.com/victorbrayner) - [lucas](https://github.com/Luc-as) @@ -278,7 +278,7 @@ ranjith_dhanasekaran - [Kat R.](https://github.com/KxttyKxt) - [Daniel Arrieta](https://github.com/Darrieta05) - [RUDRA TAILOR](https://github.com/RudraTailor) -- [Aditya Dubey](https://github.com/Aditya149202) +- [Aditya Dubey](https://github.com/Aditya149202) - santiago robles - Faiz Modi - adasrh yadav @@ -303,7 +303,7 @@ ranjith_dhanasekaran - [CJ Nwogu] (https://github.com/cjnw) - [Sneha Bichkunde] (https://github.com/snehabichkunde) sdumini -- [Siddharth Sahu] (https://github.com/sidhacks) +- [Siddharth Sahu] (https://github.com/sidhacks) - [DEVANSH SHUKLA] (https://github.com/devansh391k) - [Kartik Mishra] (https://github.com/kartikmishra210) - [Kunal Sable] (https://github.com/Kunals990) @@ -327,7 +327,7 @@ sdumini - [Akinori Sugimura](https://github.com/sugisaku37) - [Nada Alinour](https://github.com/nadaalinour) - [Swapnil] (https://github.com/swapnil282K) -- [Vaibhav Jadhav] (https://github.com/vaibhav2141) +- [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Sandy052005](https://github.com/sandy052005) - [Nikita Maurya](https://github.com/sun-andsky) - [Shreyas](https://github.com/skdoosh) @@ -348,9 +348,9 @@ sdumini - [Mohith Butta] (https:/github.com/loicmohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) -- [Mauricio Pereira] (https://github.com/gitreece) +- [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) -- [Christian Petrucci] +- [Christian Petrucci] - [Eric Y.](https://github.com/aoy9) Hello World! - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Kunal Jindal](https://github.com/imkunaljindal) @@ -432,7 +432,7 @@ sdumini - [mfg5160] - [Hayato Katagiri](https://github.com/hayatokatagiri) - [PandaDev0069](https://github.com/PandaDev0069) -- [snowmandidi](https://github.com/snowmandidi) +- [snowmandidi](https://github.com/snowmandidi) - [Jayasree G Kalkura](https://github.com/jayasree1805) - [Carlota Castelltort Pinto](https://github.com/CCastelltort) - [Tony J.](https://github.com/t0nebone) @@ -457,7 +457,7 @@ sdumini - [ajit](https://github.com/ajitprachande) - [Pankaj] (https://github.com/ppankaj321) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) -- [Ashish Bairwa](https://github.com/ashishb20) +- [Ashish Bairwa](https://github.com/ashishb20) - [Jason](https://github.com/dev-jason-lu) - [David Anane](https://github.com/plaestore) - [Karan Dhiman](https://github.com/karandhiman12) @@ -473,12 +473,12 @@ sdumini - [Muhammad Bilal Saleem](https://github.com/Muhammad-Bilal-Saleem) -[lavi](https://github.com/lavihere1) -[Daniel Velez](https://github.com/Daniel1000c) -- [Martin-Perfumo] (https://github.com/MartinPerfumo) +- [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution NMAKHIJA- Test Contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) -- Ja'Nya Ward +- Ja'Nya Ward [Devansh Kapoor](https://github.com/Devansh2208) - [Kashif Kawsar Qadri](https://github.com/KashifQadri90) -[Kavya Krishna](https://github.com/Cx-rrupt) @@ -486,7 +486,7 @@ sdumini - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() -[Bikash Barua](https://github.com/bikashbarua) -- [Varshith Adithya](https://github.com/kv-adithya) +- [Varshith Adithya](https://github.com/kv-adithya) - [Brandon McHugh](https://github.com/brandmch) - [Carlos FH](https://github.com/carlosfhz13) - [Holmes M](https://github.com/Sher69-mycroft) @@ -542,10 +542,10 @@ sdumini - shreyash patil [https://github.com/Sudeshpatil07] - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) -- [Aman Kumar](https://github.com/YukiCodepth) +- [Aman Kumar](https://github.com/YukiCodepth) - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) -- [Noor Jellani](https://github.com/nurulain0) +- [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.cBreakerom/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) - [Ravishankar saini](https://github.com/Cyrus253) @@ -715,7 +715,7 @@ sdumini - [Rakesh Vanam](https://github.com/rakeshvanam6868) - [KamalKant](https://github.com/kamal2730) - [HarshYadav152](https://github.com/HarshYadav152) -- [gg_dever] (https://github.com/gg-dever) +- [gg_dever] (https://github.com/gg-dever) - [Paritosh Tiwari] - [Arsh Kumar Mandal](https://github.com/arshmandal0725) - [Gods-ghost](https://github.com/dist34) @@ -882,15 +882,15 @@ sdumini - [Daniyal duddu Subhani](https://github.com/https://github.com/daniyal-subhani) - [Sheikh Abdullah Bin Zahid](https://github.com/Abdullah2240) - [square-story](https://github.com/square-story) -- [Prem Kumar T G](https://github.com/prem7129) +- [Prem Kumar T G](https://github.com/prem7129) - [Artur Chagas](https://github.com/Artur-chagas-shu) - [darkiss7](https://github.com/darkiss7) - [FAI8h](https://github.com/FAI8h) - [Zaid Rasul](https://github.com/ZaidRasul) - [Ankith Kini](https://github.com/ANKITH33) - [Chamesh Dinuka](https://github.com/chamesh2019) -- [Shivam Pandya] -" DEBBIE !)" +- [Shivam Pandya] +" DEBBIE !)" - [Syed Naveeed Mohammed](https://github.com/SyedNaveedM) - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). @@ -994,7 +994,7 @@ P Venkata Rami Reddy - [Keya Shah] (https://github.com/keysh123) - [yeisondev001 💎](https://github.com/yeisondev001) - [ZMM-zhangmanman] -- [Mani] +- [Mani] - [Bohdan Shtelmakh](https://github.com/BohdanShtelmakh) - [Andrea Moguel](https://github.com/amoguelk) - [Akshat Jain](https://github.com/akshat2604) @@ -2668,13 +2668,13 @@ Cloudman - [Rahul Dutta](https://github.com/RahulDutta7) - [Mohamed Laraiche](https://github.com/molaraiche) - [Janaki Ram K](https://github.com/JKR0805) -- [Akshit Garg](https://github.com/AkshitGarg054) +- [Akshit Garg](https://github.com/AkshitGarg054) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Blhassen Sehli](https://github.com/Blhasn-Sehli) - [Saiprasad Rao] (https://github.com/thesaiprasadrao) - [Shrivarsha Pooajry] (https://github.com/shrivarshapoojari) -- [spacescribe](https://github.com/spacescribe) +- [spacescribe](https://github.com/spacescribe) -[sammydonovan](https://github.com/sammydono) - [Sean Tilson](hhtps://github.com/smtilson) - [Firewooood](https://github.com/Firewooood) @@ -2771,7 +2771,7 @@ jack - first contribution practice -[Ameya19](https://github.com/Ameya19) -[jeterrrrrrr](https://github.com/jeterrrrrrr) -[Amritendu Bhattacharjee](https://github.com/xeonray-origin) --[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) +-[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) - [Jafar Hussein](https://github.com/Jafar-Hussein) -[Arjun V S](https://github.com/Arjunvs7) - [Aditya Jadhav](https://github.com/Aditya-Jadhav-9471) @@ -2825,7 +2825,7 @@ jack - first contribution practice - [Paramjit Singh](https://github.com/param20h) - [Darshil Vasoya](https://github.com/darshilvasoya) - [Paofan25](https://github.com/paofan25) -- [Dheeraj](https://github.com/Dheeraj1333) +- [Dheeraj](https://github.com/Dheeraj1333) - [Josh](https://github.com/joshrtust) -[CHHAVI GAUTAM](https://github.com/Chhavi001) -[Rodrigo Lima][https://github.com/Kosm9] @@ -2896,7 +2896,7 @@ sh0uka - [Amer](https://github.com/iamAmer) - [Rachel Stern](https://github.com/RachelStern20) - [Mukeshwaran K](https://github.com/mukesh-m01) -- [Dede Sangmortey](https://github.com/Ladydede) +- [Dede Sangmortey](https://github.com/Ladydede) - [Anastasia Tumanov](https://github.com/anastasiatumanov) - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) @@ -3224,4 +3224,4 @@ I am Lakshya Sharma and making my first open source contribution - [Justin Velliyath](https://github.com/justinvelliyath0) - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) -- [Shivanii30](https://github.com/Shivanii30) +- [Shivanii30](https://github.com/Shivanii30) From 7587ddd011c55a23af4506cec2698afcf3680bbb Mon Sep 17 00:00:00 2001 From: Hypercat <62680871+Hypercat311@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:04:21 +1000 Subject: [PATCH 453/942] Add Hypercat to Contributors list (#104200) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3b7d0721..44ef7d2e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2664,6 +2664,7 @@ Cloudman - [Georgios Karampelos](https://github.com/gkarabelos) - [Cristian Nustes](https://github.com/cristiaaann27) - [Dev Chagas](https://github.com/devchagas) +- [Hypercat](https://github.com/Hypercat311) We out here - [Shreya Kumari](https://github.com/shreya-create-glitch) - [Rahul Dutta](https://github.com/RahulDutta7) - [Mohamed Laraiche](https://github.com/molaraiche) From f881fa8c4cbeeacb9e1720e6f86a10d89a778b40 Mon Sep 17 00:00:00 2001 From: fant205 <92781859+fant205@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:34:53 +0300 Subject: [PATCH 454/942] add fant205 to Contributors list (#104201) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 44ef7d2e..0ba7ec0a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3225,4 +3225,5 @@ I am Lakshya Sharma and making my first open source contribution - [Justin Velliyath](https://github.com/justinvelliyath0) - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) -- [Shivanii30](https://github.com/Shivanii30) +- [Shivanii30](https://github.com/Shivanii30) +- [fant205](https://github.com/fant205) - Give me fuel, give me fire ... From 8e1725365dbee570c65b80b07d31b2ca2b232465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Rodr=C3=ADguez=20Jurado?= <114099800+mariorj11@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:01:05 +0200 Subject: [PATCH 455/942] Add mario-rodriguez to Contributors list (#104203) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0ba7ec0a..2d41acb5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -533,6 +533,7 @@ sdumini - [Siyabonga Dlikilili](https://github.com/Multimabo) - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) +- [Mario Rodríguez](https://github.com/mariorj11) - [GiantPrince](https://github.com/GiantPrince) - Zhuocheng Li - Shiv From 191ece23fcf7139919b8740371d5a963d9e75e92 Mon Sep 17 00:00:00 2001 From: Rahul Date: Fri, 26 Sep 2025 17:38:44 +0530 Subject: [PATCH 456/942] Add rahul to Contributors list (#104204) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2d41acb5..abb07f78 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3199,6 +3199,7 @@ I am Lakshya Sharma and making my first open source contribution - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - [Arachnesan] - Parveen Rana +- [Rahul] (https://github.com/rahul15-manch) - [Anushka] (https://github.com/Anushka8) - [Hugo David Cortinas González](https://github.com/Hcortinas) - [Roberto RW] (https://github.com/roberto-rw) From c79abed72c1b14e79ba11601fc852f77013f625f Mon Sep 17 00:00:00 2001 From: Ghaith Bouabda Date: Fri, 26 Sep 2025 13:42:47 +0100 Subject: [PATCH 457/942] Add Ghaith Bouabda to Contributors list (#104205) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index abb07f78..a4773364 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3228,4 +3228,5 @@ I am Lakshya Sharma and making my first open source contribution - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) - [Shivanii30](https://github.com/Shivanii30) +- [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... From df1d1aa8065a538f994f7666a8261faf24f78d12 Mon Sep 17 00:00:00 2001 From: DimGeo Date: Fri, 26 Sep 2025 15:49:59 +0300 Subject: [PATCH 458/942] Add DimGeo5 to Contributors list (#104206) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a4773364..54209a9e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! +- [Dim Geo] (https://github.com/DimGeo5) - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm From ad5491f8a3677d84537f823871bb21cc69213685 Mon Sep 17 00:00:00 2001 From: CevikKubat <144237538+CevikKubat@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:56:00 +0200 Subject: [PATCH 459/942] Add Cevik Kubat to Contributors List (#104207) Co-authored-by: Cevik --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 54209a9e..ad1eeb4a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors --[Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment +- [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! @@ -41,6 +41,7 @@ - [Toton] - [200MB] - Mada Mada - [Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. +- [Cevik Kubat](https://github.com/CevikKubat) - to see this message means you are awesome - [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! - [hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From 8e6dfcdcc7cbba248a1b20006a436f70b2e49008 Mon Sep 17 00:00:00 2001 From: Hani Gannam <75663563+HaniGannam@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:05:17 +0400 Subject: [PATCH 460/942] Hani gannam to Contributors list (#104208) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ad1eeb4a..4e3f61a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! From 54a0dacb509309e7bcb37edb76cac0d91412fc98 Mon Sep 17 00:00:00 2001 From: Arthur Lettermann Date: Fri, 26 Sep 2025 15:07:17 +0200 Subject: [PATCH 461/942] Add Arthur Lettermann to Contributors list (#104209) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4e3f61a2..8960422e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1296,6 +1296,7 @@ Ben -[pouriya](https://github.com/thepouriyahmn) - [Stephen Ng](https://github.com/snust) - [MayLeaf](https://github.com/may-leaf) +-[Arthur Lettermann](https://github.com/aletterm) - [Muhammad Ayyub](https://github.com/devmab24) - [foxdefalt](https://github.com/D-f4lt) - [mohana0304](https://github.com/mohana0304) From 1dcf1192c749f31dc3f32e8292137a1bda15ca19 Mon Sep 17 00:00:00 2001 From: Priyanshu Bhati <140302616+priyanshu1713@users.noreply.github.com> Date: Fri, 26 Sep 2025 18:59:58 +0530 Subject: [PATCH 462/942] Add Priyanshu Bhati to Contributors list (#104210) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8960422e..be8a0dad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2010,6 +2010,7 @@ Lawrence Ahaneku - Amine - [Wessel Steenkamp](https://github.com/wesse206) - [Maria Carrera](https://github.com/MarieCourse) +- Priyanshu Bhati - [Samaksh Sethiya](https://github.com/Samaksh22) - [Anirudh Pandey](https://github.com/anirudh241) - [Alan Tai](https://github.com/at350) From 3769a7def1d63c27325dd58a9f4dd7ef0d4d6cce Mon Sep 17 00:00:00 2001 From: Kanishka Udayanga Date: Fri, 26 Sep 2025 19:14:03 +0530 Subject: [PATCH 463/942] Add kanishka to Contributors list (#104211) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index be8a0dad..1b013543 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 +- [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. - [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! From 8ae0ed568492428a01905e2e5524762367593b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Buena=C3=B1o?= Date: Fri, 26 Sep 2025 09:02:27 -0500 Subject: [PATCH 464/942] Add jucabuen to Contributors list (#104212) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1b013543..5784877f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1009,6 +1009,7 @@ P Venkata Rami Reddy - [Chanda Karamchandani](https://github.com/ChandaKaramchandani) - [Edson Petry](https://github.com/edsonpetry) - [Rohan-Lalchandani](https://github.com/Rohan-Lalchandani08) +- [jucabuen](https://github.com/jucabuen) - [Damian](https://google.com) - [Muskan Agarwal](https://github.com/MuskanAgarwal7) - [David Stark](https://github.com/GamingPions) From dafaa5b2aa0236c27611d37cd3a72e5c39718325 Mon Sep 17 00:00:00 2001 From: AdeibArief Date: Fri, 26 Sep 2025 19:42:44 +0530 Subject: [PATCH 465/942] First-Contribution --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index abb07f78..0f447c65 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,6 +63,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +[Adeib Arief](https://github.com/AdeibArief/) - First try - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From a4c0b8fdf98965eed4b0f72804092570d7ed1878 Mon Sep 17 00:00:00 2001 From: Omar Date: Fri, 26 Sep 2025 09:20:40 -0500 Subject: [PATCH 466/942] Add Omisan88 to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index d302a83f..007da96e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1066,6 +1066,8 @@ Ukashatu Abdullahi - [Dwaine](https://github.com/DwaineBrannon) - [zzb](https://github.com/zbrun) - [Hazel] (https://github.com/hzy-hk) +- [OmiSan77] (https://github.com/adonayomar) +- [OmiSan88] (https://github.com/adonayomar) - [Farzaneh Shams](https://github.com/trajectory100) - [Abhijit](https://github.com/erakin027) - [tr33k](https://github.com/tr33k) From fe0811107d8512f2bba790c8c3aa3088374e91a8 Mon Sep 17 00:00:00 2001 From: AdeibArief <106301847+AdeibArief@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:53:33 +0530 Subject: [PATCH 467/942] First-Contribution (#104213) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5784877f..d78ae987 100644 --- a/Contributors.md +++ b/Contributors.md @@ -67,6 +67,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +[Adeib Arief](https://github.com/AdeibArief/) - First try - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From cc22a01c5f4088d8aa8f9e5579cd28fe637b1b1a Mon Sep 17 00:00:00 2001 From: AdeibArief Date: Fri, 26 Sep 2025 19:56:39 +0530 Subject: [PATCH 468/942] First-Contribution --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0f447c65..1f3cba17 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,7 +63,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution -[Adeib Arief](https://github.com/AdeibArief/) - First try +- [Adeib Arief](https://github.com/AdeibArief/) - First try - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From 5d1cef83ac1dbd45c8f55957937f6ea3759735ef Mon Sep 17 00:00:00 2001 From: Rupesh Saini Date: Fri, 26 Sep 2025 20:34:34 +0530 Subject: [PATCH 469/942] Added rupesh to Contributors list (#104216) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d78ae987..f25672e0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! +- [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. - [Dim Geo] (https://github.com/DimGeo5) - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding From 4a65faa6dc8179f21738032795721f08d5464d39 Mon Sep 17 00:00:00 2001 From: Lucas Cloes <91793355+cccLUCASccc@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:59:05 +0200 Subject: [PATCH 470/942] first contribution CL (#104218) Co-authored-by: Cloes Lucas --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f25672e0..401d0966 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3239,3 +3239,4 @@ I am Lakshya Sharma and making my first open source contribution - [Shivanii30](https://github.com/Shivanii30) - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... +- [Lucas Cloes](https://github.com/cccLUCASccc) - Yo \ No newline at end of file From a6e1e0ac5a0a70f3d33949adab7b7fe96e06b927 Mon Sep 17 00:00:00 2001 From: Partha <168160706+Leoneix@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:58:38 +0530 Subject: [PATCH 471/942] Update Contributors.md (#104219) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 401d0966..62fd35fb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY +- [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. @@ -3239,4 +3240,4 @@ I am Lakshya Sharma and making my first open source contribution - [Shivanii30](https://github.com/Shivanii30) - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... -- [Lucas Cloes](https://github.com/cccLUCASccc) - Yo \ No newline at end of file +- [Lucas Cloes](https://github.com/cccLUCASccc) - Yo From 3eca8e06e5c6aec3c90fcef772dea49d4d280857 Mon Sep 17 00:00:00 2001 From: Jomari Tenorio <133891193+jtenorio-dev@users.noreply.github.com> Date: Sat, 27 Sep 2025 00:41:26 +0800 Subject: [PATCH 472/942] Add Jomari Tenorio to Contributors list (#104220) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 62fd35fb..d791586c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3241,3 +3241,4 @@ I am Lakshya Sharma and making my first open source contribution - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo +- [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami From 96abebace1afedcacb7959f7ab4810b6d9432121 Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 27 Sep 2025 00:43:50 +0800 Subject: [PATCH 473/942] Added my name (#104221) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d791586c..4633d975 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1924,6 +1924,7 @@ Lawrence Ahaneku - [Alex Thompson](https://github.com/Alex-Inems) - [Anand Shende](https://github.com/anandshende) - [Daniel Cursi](https://github.com/danielcursi) +- [Ben Difuntorum] - [Ashish Jadhav](https://github.com/Ashish1022) - [Vaishnavi](https://github.com/vaishnavi20git) - [Carlos Zukov](https://github.com/zukovCarlos) From 54c06a9172483fc30f34751d4c911684ba6d86b9 Mon Sep 17 00:00:00 2001 From: Ashmit Prasad Date: Fri, 26 Sep 2025 22:34:00 +0530 Subject: [PATCH 474/942] Add Ashmit Prasad to Contributors List. (#104222) * First commit * Add Ashmit Prasad to Contributors list. * Ashmit Prasad's first commit. * Ad Ashmit Prasad to contributors list. * Add Ashmit Prasad to Contributors lIst. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4633d975..05e1027c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -52,6 +52,7 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) +[Ashmit Prasad :)](https://github.com/ashmitprasad183-netizen) - [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) [Mahdi](https://github.com/mahdi-re-dev) - thanks From cd7a855cbedb0ab1f56993c31d6338a5762f23af Mon Sep 17 00:00:00 2001 From: Harshit Kumar Date: Fri, 26 Sep 2025 22:48:00 +0530 Subject: [PATCH 475/942] Add Harshit Kumar to Contributors list (#104223) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 05e1027c..6cd84e34 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! +- [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source Contribution -[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution From d08098dc743806b40f8701a617aa0298d55ee7a6 Mon Sep 17 00:00:00 2001 From: Osvaldo Alves <124069644+osvaldo-alves-de-brito@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:36:13 -0300 Subject: [PATCH 476/942] Add osvaldo-alves-de-brito to the Contributors list (#104224) Co-authored-by: Osvaldo Alves --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6cd84e34..27fed4e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -256,6 +256,7 @@ ranjith_dhanasekaran - [DMS Menula](https://github.com/DMS-Menula/) - [Ernesto Donado](https://github.com/edonado2) - [Preetham Noel P] +- [Osvaldo Alves](https://github.com/osvaldo-alves-de-brito) - [Harshit Kant](https://github.com/Harshitkant21/) - [Leonardo Queirolo](https://github.com/queiroll) - [Jack Crampton] (https://github.com/Gamesscow) From cc191aeb79a70375324ec705bd2b2511f002b45e Mon Sep 17 00:00:00 2001 From: Sahith Date: Fri, 26 Sep 2025 23:17:31 +0530 Subject: [PATCH 477/942] Add Sahith to Contributors list (#104225) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 27fed4e8..d3f95a8c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ - [DeAnna_Nichols] - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] +--sahith bunny new user - [Avinash Ganore](https://github.com/Xzy-Vron) - [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) From 771796b8f8ab2a4d21359cdb0164c8ec22330d8c Mon Sep 17 00:00:00 2001 From: AhmedAbass2004 <147076823+AhmedAbass2004@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:50:08 +0300 Subject: [PATCH 478/942] Add Ahmed Abass to Contributors list (#104227) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d3f95a8c..5e51ff4b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3247,3 +3247,4 @@ I am Lakshya Sharma and making my first open source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami +- [Ahmed Abass](https://github.com/AhmedAbass2004) \ No newline at end of file From 2c5eb52e1b08dd8847a2e83d040de8bb794583e6 Mon Sep 17 00:00:00 2001 From: Maran Date: Fri, 26 Sep 2025 20:04:08 +0100 Subject: [PATCH 479/942] Add 'Ilamaran Magesh' to Contributors.md (#104228) Co-authored-by: Ilamaran Magesh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5e51ff4b..52d6ee19 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [Kian Zahrai](https://github.com/KianZahrai) - Excited to contribute to this open source project :ok_hand: - [DeAnna_Nichols] +- Ilamaran Magesh - Cheers! - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] --sahith bunny new user From e6c4cb9b99030e424b2167785e9add14a1cef7da Mon Sep 17 00:00:00 2001 From: George Spesivtsev Date: Fri, 26 Sep 2025 23:00:09 +0300 Subject: [PATCH 480/942] Add gorop51-2 to Contributors list (#104229) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 52d6ee19..4aaec66f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3214,6 +3214,7 @@ I am Lakshya Sharma and making my first open source contribution - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - [Arachnesan] +- [George Spesivtsev](https://github.com/gorop51-2) - Parveen Rana - [Rahul] (https://github.com/rahul15-manch) - [Anushka] (https://github.com/Anushka8) @@ -3248,4 +3249,4 @@ I am Lakshya Sharma and making my first open source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami -- [Ahmed Abass](https://github.com/AhmedAbass2004) \ No newline at end of file +- [Ahmed Abass](https://github.com/AhmedAbass2004) From 100ecfcb491ab9de2075123a9bbc2618ce61b5ff Mon Sep 17 00:00:00 2001 From: Avinash Niyas Date: Sat, 27 Sep 2025 02:05:57 +0530 Subject: [PATCH 481/942] added my name to contributors list (#104230) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4aaec66f..c953c5f4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -103,6 +103,7 @@ - [Ali Nasser](https://github.com/AliNasser05) - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) +- [Avinash](https://github.com/Avinash1423)-Hello - [Ashen Umeda](https://github.com/ashenumeda) - [Santiago Gomez](https://github.com/Santiago13dev) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) From 74468d521efcaf0aee3ff60f038e45959ef06cc5 Mon Sep 17 00:00:00 2001 From: MITHUN GUPTA <91526970+Mithunmkks@users.noreply.github.com> Date: Sat, 27 Sep 2025 02:33:17 +0530 Subject: [PATCH 482/942] Add Mithun Gupta to Contributors list (#104231) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c953c5f4..59101c02 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3251,3 +3251,4 @@ I am Lakshya Sharma and making my first open source contribution - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami - [Ahmed Abass](https://github.com/AhmedAbass2004) +- [Mithun Gupta](https://github.com/Mithunmkks) From 4dc593576601bf33c5842c02befcfdee9ba78fdc Mon Sep 17 00:00:00 2001 From: AleksandraSieg <32368349+AleksandraSieg@users.noreply.github.com> Date: Fri, 26 Sep 2025 23:18:35 +0200 Subject: [PATCH 483/942] Add Aleksandra Sieg to Contributors list (#104232) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 59101c02..a605048e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -61,6 +61,7 @@ [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) +- [Aleksandra Sieg](https://github.com/AleksandraSieg) Hi Everyone! I'm from Poland and this is my first contribution, I'm so happy. Wish you all the best! - [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) - [Caroline Park](https://github.com/parkcarol/) From 2d4753cac21f62d11bf92053be29081c79ccf8d2 Mon Sep 17 00:00:00 2001 From: AGrigglyGuy Date: Sat, 27 Sep 2025 08:14:09 +0930 Subject: [PATCH 484/942] Add AGrigglyGuy to Contributors List (#104234) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a605048e..8f861dbe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3093,6 +3093,7 @@ DanyLeeCS - [zhoushuo](https://github.com/zshs000) - [Suriti Joshi] (https://github.com/srj-145) - CyberJoke +- [AGrigglyGuy](https://github.com/AGrigglyGuy) Wow! This is my first fork where I actually did something... - [Richie de la Rosa] (https://github.com/richiedlrsa) - [James Whatcott](https://github.com/jameswhatcott) - [Dudley Orestil] (https://github.com/dee276) From ddb9be048817b7c7f5d8964dafb89788978f8b3b Mon Sep 17 00:00:00 2001 From: vscortez <143911596+vscortez@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:23 -0500 Subject: [PATCH 485/942] Add Vanessa C. (#104235) to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8f861dbe..73b9b10d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! +- [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! - [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source Contribution From fa6bd68b679eba249167a6eb0ada6dcd53fcb2a2 Mon Sep 17 00:00:00 2001 From: Maria Sebastian <39611113+LadyGMaria@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:44:02 -0500 Subject: [PATCH 486/942] Add Maria Sebastian to Contributors list. (#104237) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 73b9b10d..e6957261 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,6 +39,7 @@ --sahith bunny new user - [Avinash Ganore](https://github.com/Xzy-Vron) - [June](https://github.com/onjoon) +- [Maria Sebastian] - [Khalid](https://github.com/khalidx3) - [FertileVerve](https://github.com/fertileverve) - [Ayush](https://github.com/AyushMaurya3114) From eed24ea7c5acd42fe60a4f2596a142b3a9d8f4fc Mon Sep 17 00:00:00 2001 From: Umarpython001 Date: Sat, 27 Sep 2025 02:21:08 +0100 Subject: [PATCH 487/942] I ADDED MY NAME TO THE CONTRIBUTORS LISTgit diff! WOWWW (#104233) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e6957261..6f9b9b0f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -772,6 +772,7 @@ sdumini - [Yorke Nyakundi](https://github.com/yorkings) - [Lucas](https://github.com/LucasCSIT) - [Thabeswar](https://github.com/Thabeswar) +- [Olowonyo Umar Ololade](https://github.com/Umarpython001) - [Mithielesh N](https://github.com/mithielesh) - [Yash](https://github.com/yuishigam1) - [Abhi][https://github.com/Abhi-AIX] From cecfc1eae415b68aec20f14c86b9c23343c55edc Mon Sep 17 00:00:00 2001 From: Krishna Yadav <140491069+yadav-krish@users.noreply.github.com> Date: Sat, 27 Sep 2025 06:55:52 +0530 Subject: [PATCH 488/942] Add Krishna Yadav to the Contributors list (#104202) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 40932e7f..c12e43c1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3256,6 +3256,7 @@ I am Lakshya Sharma and making my first open source contribution - [Shivanii30](https://github.com/Shivanii30) - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... +- [Krishna Yadav](https://github.com/yadav-krish) - Entering into the realm of Open Source :) - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami - [Ahmed Abass](https://github.com/AhmedAbass2004) From 731ba878020136995999275325d99ee847f43cad Mon Sep 17 00:00:00 2001 From: Gopi Lakke <106574401+gopilakke@users.noreply.github.com> Date: Sat, 27 Sep 2025 06:58:11 +0530 Subject: [PATCH 489/942] Add Gopi Lakke to contributors list (#104217) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 17177852..00ef6d75 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3258,6 +3258,7 @@ I am Lakshya Sharma and making my first open source contribution - [Shivanii30](https://github.com/Shivanii30) - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... +- [Gopi Lakke](https://github.com/gopilakke) - my first-contribution - [Krishna Yadav](https://github.com/yadav-krish) - Entering into the realm of Open Source :) - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami From e1bf4c759134310e8112bd587e34907772dc50c2 Mon Sep 17 00:00:00 2001 From: Zephyr Date: Fri, 26 Sep 2025 22:28:09 -0500 Subject: [PATCH 490/942] Add Zephyr to Contributors list (#104272) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2cb914b9..209a4a5f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1025,6 +1025,7 @@ P Venkata Rami Reddy - [Edson Petry](https://github.com/edsonpetry) - [Rohan-Lalchandani](https://github.com/Rohan-Lalchandani08) - [jucabuen](https://github.com/jucabuen) +- [Zephyr](https://github.com/zephyr-pixilated) - [Damian](https://google.com) - [Muskan Agarwal](https://github.com/MuskanAgarwal7) - [David Stark](https://github.com/GamingPions) From e67814707453556382520e5fb1e7a7e776b974ec Mon Sep 17 00:00:00 2001 From: HARI NIVEDHAN P <98148551+hari7niv@users.noreply.github.com> Date: Sat, 27 Sep 2025 10:05:17 +0530 Subject: [PATCH 491/942] Add hari-nivedhan to Contributors list (#104273) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 209a4a5f..60acdf30 100644 --- a/Contributors.md +++ b/Contributors.md @@ -143,6 +143,7 @@ - [Thien](https://github.com/Thien0912) - sai - hello +- [Hari Nivedhan](https://github.com/hari7niv) - [Sharvesh S][https://github.com/Sharvesh3]- This is my First FOSS Contribution [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! From cff7aadd81e5c25b4822b4fa8ba0876cf889ab21 Mon Sep 17 00:00:00 2001 From: Jacques <87280414+JacquesJ44@users.noreply.github.com> Date: Sat, 27 Sep 2025 06:47:15 +0200 Subject: [PATCH 492/942] Add JJ to Contributors List (#104274) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 60acdf30..b49cefa8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . +- [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! - [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. From c806a4dfb1e2abd714643c8c176811c6aa44bff8 Mon Sep 17 00:00:00 2001 From: Raymond <53356384+POWERTRICEPS@users.noreply.github.com> Date: Sat, 27 Sep 2025 00:07:34 -0700 Subject: [PATCH 493/942] Added jacky james to contributors (#104277) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b49cefa8..179dfd5e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ -[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution +- [Jacky James] - My first contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. From a502425b7712554f9cf973611e5534c658427745 Mon Sep 17 00:00:00 2001 From: William Ong <45505811+William9923@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:12:54 +0700 Subject: [PATCH 494/942] add personal contributions (#104278) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 179dfd5e..3fca6b7a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3268,3 +3268,4 @@ I am Lakshya Sharma and making my first open source contribution - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami - [Ahmed Abass](https://github.com/AhmedAbass2004) - [Mithun Gupta](https://github.com/Mithunmkks) +- [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! From ed57729146f5f7c259448195a065c25cf46f6bd3 Mon Sep 17 00:00:00 2001 From: soffwolf Date: Sat, 27 Sep 2025 10:33:18 +0300 Subject: [PATCH 495/942] Add Tung Nguyen to contributors list (#104279) Co-authored-by: Tung Nguyen --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3fca6b7a..5c51d564 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3268,4 +3268,5 @@ I am Lakshya Sharma and making my first open source contribution - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami - [Ahmed Abass](https://github.com/AhmedAbass2004) - [Mithun Gupta](https://github.com/Mithunmkks) +- [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! From 72161e270116d453fa177ed4d64a7124030050ff Mon Sep 17 00:00:00 2001 From: rizespbya Date: Sat, 27 Sep 2025 12:15:28 +0300 Subject: [PATCH 496/942] Add @rizespb to Contributors list (#104280) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c51d564..3c55e3a3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3270,3 +3270,4 @@ I am Lakshya Sharma and making my first open source contribution - [Mithun Gupta](https://github.com/Mithunmkks) - [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! +- [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! From ab21154515af5ad12ee4f577ae85c01bfbcd222c Mon Sep 17 00:00:00 2001 From: Raj Gupta <150777419+Raj-G07@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:55:49 +0530 Subject: [PATCH 497/942] Update README.gr.md --- docs/translations/README.gr.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/translations/README.gr.md b/docs/translations/README.gr.md index 8feee52c..86bd2774 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) 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 498/942] 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 f57433a3d1aab98ee9cd55a96d4c5d34cf332a2b Mon Sep 17 00:00:00 2001 From: vishwas-615 Date: Sat, 27 Sep 2025 15:04:35 +0530 Subject: [PATCH 499/942] Add your-name to Contributors list (#104283) Co-authored-by: vishwas-615 --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3c55e3a3..35e57e4a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,7 +8,8 @@ - [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -- [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source Contribution +- [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source +- [Vishwas Hibare] (https://github.com/vishwas-615) - Full Stack Developer | Crazy...! -[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution From 9393790e7d45be8b008bd0e76b92d5074286f2a2 Mon Sep 17 00:00:00 2001 From: Kamel Rmeda <143252612+Young-Xster@users.noreply.github.com> Date: Sat, 27 Sep 2025 11:16:21 +0100 Subject: [PATCH 500/942] add Kamel Rmeda to Contributors list (#104285) Co-authored-by: Young-Xster --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 35e57e4a..35a0b846 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 +- [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. - [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start From 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 501/942] 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 de35acb8c00036be4e46dd4a69baeff039523d06 Mon Sep 17 00:00:00 2001 From: Zackwanhakimi <94884140+Zackwanhakimi@users.noreply.github.com> Date: Sat, 27 Sep 2025 20:03:12 +0800 Subject: [PATCH 502/942] Add Zackwan Hakimi to Contributors list (#104288) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 35a0b846..966cd1d5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm +- [Zackwan Hakimi](https://github.com/Zackwanhakimi) - Hey there boys, is this correct way to contribute? - Saurebh Kokate - THis is my 1st contribution - [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) From 92aa599a37232ff75221c54512fb3ab20e3f3613 Mon Sep 17 00:00:00 2001 From: byt3Buster Date: Sat, 27 Sep 2025 13:39:21 +0100 Subject: [PATCH 503/942] Add byt3buster (#104289) * Add my name to Contibutors list * Add NGASSAM NANA ~byt3buster to Contibutors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 966cd1d5..e1edcd15 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ -[051821](https://github.com/051821) - This is my first open-source contribution - [Jacky James] - My first contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . +- [NGASSAM NANA ~byt3buster](https://github.com/byt3Buster/) - Glad to meet you (-: - [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! From bfcde0058b1ae9f944b5576a677745b0a6599217 Mon Sep 17 00:00:00 2001 From: Khushi Vishwakarma <159608554+khushi-vishwakarma07@users.noreply.github.com> Date: Sat, 27 Sep 2025 18:10:49 +0530 Subject: [PATCH 504/942] Add Khushi to Contributors list with a greeting (#104290) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e1edcd15..f1b2a36f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -114,6 +114,7 @@ - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) - [Avinash](https://github.com/Avinash1423)-Hello +-[Khushi](https://github.com/khushi-vishwakarma07) - Hello open-source world! - [Ashen Umeda](https://github.com/ashenumeda) - [Santiago Gomez](https://github.com/Santiago13dev) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) From 9f6b4446f6258d4380caf6e3dbba31fd27638821 Mon Sep 17 00:00:00 2001 From: mmohamedmmamdouh6 Date: Sat, 27 Sep 2025 16:07:21 +0300 Subject: [PATCH 505/942] Add Mohamed Mahmoud to Contributors list (#104292) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f1b2a36f..48e267e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ - [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! +- [Mohamed Mahmoud] (https://github.com/mmohamedmmamdouh6) - It is just the beginning. - [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. - [Dim Geo] (https://github.com/DimGeo5) - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. From 12da165cfa0170f90b064057177533b985e84be2 Mon Sep 17 00:00:00 2001 From: Hardik Basu Date: Sat, 27 Sep 2025 18:38:01 +0530 Subject: [PATCH 506/942] Add Hardik to contributors list (#104293) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 48e267e9..d969e50f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3277,3 +3277,4 @@ I am Lakshya Sharma and making my first open source contribution - [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! - [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! +- [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. \ No newline at end of file From e023c82a302d8eb9c4c835c246fffdc901e0b2ba Mon Sep 17 00:00:00 2001 From: Hardik Basu Date: Sat, 27 Sep 2025 18:53:44 +0530 Subject: [PATCH 507/942] Add Hardik to contributors list (#104294) From ca9cf41670e08768866f6de9f73bf403da7d9787 Mon Sep 17 00:00:00 2001 From: Francis David Date: Sat, 27 Sep 2025 19:01:07 +0530 Subject: [PATCH 508/942] Update Contributors.md (#104295) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d969e50f..b56d6a72 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Francis](francisvfx.carrd.co) (https://github.com/francisdav1d) - - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. From 5331d16207e784665db425b5ba7b25858fa8c2f2 Mon Sep 17 00:00:00 2001 From: Rahul <139740024+Itzzmerahul@users.noreply.github.com> Date: Sat, 27 Sep 2025 19:34:59 +0530 Subject: [PATCH 509/942] First pr (#104296) * first os contribution * Add Rahul Krishna T to your Contributions list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b56d6a72..10ce9985 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! +- [Rahul Krishna T](https://github.com/Itzzmerahul) - My first Open Source contribution Ikou!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! - [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source - [Vishwas Hibare] (https://github.com/vishwas-615) - Full Stack Developer | Crazy...! From fa9563db7ebdc09db618998e629f713e749b0f38 Mon Sep 17 00:00:00 2001 From: Jan Kristoffer Manes Date: Sat, 27 Sep 2025 23:05:31 +0800 Subject: [PATCH 510/942] Add Jan Kristoffer Manes to Contributors list (#104299) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 10ce9985..b9e71cf2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,6 +63,7 @@ - [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! - [hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( +- [Jan Kristoffer Manes](https://github.com/KrisSelvarin) - My first contribution! Yey! This is just for hobbies but I want to explore both AI and Data Science and even just doing fun stuff (Day-52 in Learning Programming|Coding) - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) From 2e94a7acb646368c239fe39d118fb69666322b76 Mon Sep 17 00:00:00 2001 From: Svector <161027709+Svector-anu@users.noreply.github.com> Date: Sat, 27 Sep 2025 16:09:55 +0100 Subject: [PATCH 511/942] Add svector to Contributors list (#104300) Co-authored-by: svector-anu --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b9e71cf2..de9a17b9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3280,4 +3280,5 @@ I am Lakshya Sharma and making my first open source contribution - [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! - [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! -- [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. \ No newline at end of file +- [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. +- [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. From 4d54f83ab805c8736d035b40eadc7fd9ce974f7d Mon Sep 17 00:00:00 2001 From: Mohamad Abdelnaby <93231355+Yamo406@users.noreply.github.com> Date: Sat, 27 Sep 2025 19:07:58 +0300 Subject: [PATCH 512/942] Add Yamo406 name and Github Page to Contributers.md (#104301) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index de9a17b9..e3569121 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3282,3 +3282,4 @@ I am Lakshya Sharma and making my first open source contribution - [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. +- [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 From b036e31bae55ac4197d1c0958c04c6a606a60866 Mon Sep 17 00:00:00 2001 From: KillianDlds <130392622+KillianDlds@users.noreply.github.com> Date: Sat, 27 Sep 2025 18:40:40 +0200 Subject: [PATCH 513/942] =?UTF-8?q?Ajout=20de=20mon=20nom=20=C3=A0=20la=20?= =?UTF-8?q?fin=20du=20fichier=20Contributors.md=20(#104302)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e3569121..1ad6ad0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3283,3 +3283,4 @@ I am Lakshya Sharma and making my first open source contribution - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 +- [KillianDlds](https://github.com/KillianDlds) -Yo everyone From 9493b03682be4639e9b045677d89b946833676bf Mon Sep 17 00:00:00 2001 From: Vanya Arikutharam Date: Sat, 27 Sep 2025 22:11:47 +0530 Subject: [PATCH 514/942] Added vanya-36 to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e3569121..e980fcb6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3283,3 +3283,4 @@ I am Lakshya Sharma and making my first open source contribution - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 +- [vanya-36](https://github.com/vanya-36) - Starting my journey in open source! From 0fa90f0e7baf85891e3abeb7a802f0b4c7d1040c Mon Sep 17 00:00:00 2001 From: ROHITH <147255717+uec203@users.noreply.github.com> Date: Sat, 27 Sep 2025 22:30:14 +0530 Subject: [PATCH 515/942] Add uec203 to Contributors list (#104305) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1ad6ad0e..79831fc3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3283,4 +3283,5 @@ I am Lakshya Sharma and making my first open source contribution - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 +- [uec203](https://github.com/uec203) - My first contrubition - [KillianDlds](https://github.com/KillianDlds) -Yo everyone From f81e5b5fd1c40c2917fe9665cb72920103dc8011 Mon Sep 17 00:00:00 2001 From: Jef Peeters <59807912+Peeters-Jef@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:49:14 +0000 Subject: [PATCH 516/942] add: my name to the Contributors list (#104306) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 79831fc3..38c8bad7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -88,6 +88,7 @@ - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Adeib Arief](https://github.com/AdeibArief/) - First try - [Jayce Stephens] +- [Jef P.](https://github.com/Peeters-Jef) Hello! - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Aakash Singh](https://github.com/aakashsingh04) From 6a8cf45aac8155a7bb0ed79070202af3ce12dba4 Mon Sep 17 00:00:00 2001 From: BeauBremer <6852572+KnowOneActual@users.noreply.github.com> Date: Sat, 27 Sep 2025 13:43:53 -0500 Subject: [PATCH 517/942] added: add KnowOne to Contributors.md (#104307) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 38c8bad7..f8c1c875 100644 --- a/Contributors.md +++ b/Contributors.md @@ -526,6 +526,7 @@ sdumini [TML](https://github.com/TinMoeLwin007) - [Tonny Nyauke] - [gcgc] +- [Beau Bremer](https://github.com/KnowOneActual) -[Shaswata Panda] - [Michael Koo](https://github.com/Michael-Koo-21) - [Jay](https://github.com/ledi1026) From 5a2228852c534d0c8d4d16f4aeaeea5fbeecbf63 Mon Sep 17 00:00:00 2001 From: Rishabh Raj Pathak <93254042+Rishabh-Raj-Pathak@users.noreply.github.com> Date: Sun, 28 Sep 2025 00:24:53 +0530 Subject: [PATCH 518/942] Add Rishabh Raj Pathak to Contributors list (#104308) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f8c1c875..0955a57c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -51,6 +51,7 @@ - [Maria Sebastian] - [Khalid](https://github.com/khalidx3) - [FertileVerve](https://github.com/fertileverve) +- [Rishabh Raj Pathak](https://github.com/Rishabh-Raj-Pathak) - This is my first open source contribution, huge thanks to the community for building such an awesome project. I'm keen to get involved in the open source space and hopefully make a meaningful impact! - [Ayush](https://github.com/AyushMaurya3114) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) From 8e7fdcfd59f4286eb9558e00b3d54fa237c22c24 Mon Sep 17 00:00:00 2001 From: Abhi Date: Sun, 28 Sep 2025 00:32:44 +0530 Subject: [PATCH 519/942] I have added My Name in contributors.md (#104309) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0955a57c..edf10bc2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -88,6 +88,7 @@ - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Adeib Arief](https://github.com/AdeibArief/) - First try +- [Abhishek Raj](https://github.com/Abhi-4825) - I am starting my contribution from here - [Jayce Stephens] - [Jef P.](https://github.com/Peeters-Jef) Hello! - [Zhou Xiaoqian] From a2ded4037bf5a0476937a930f07bd95a1d2481cd Mon Sep 17 00:00:00 2001 From: Scott Lundgren Date: Sat, 27 Sep 2025 15:40:43 -0400 Subject: [PATCH 520/942] Add Scott Lundgren to Contributors list (#104311) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index edf10bc2..fe219851 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3288,4 +3288,5 @@ I am Lakshya Sharma and making my first open source contribution - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 - [uec203](https://github.com/uec203) - My first contrubition +- [Scott Lundgren](https://github.com/scottelundgren) - Not my first contribution, but fun to add - [KillianDlds](https://github.com/KillianDlds) -Yo everyone From 661ee6cadfc967c80d18c25cf2f16ed6adfd9f5b Mon Sep 17 00:00:00 2001 From: Ahmad Alshobaiki <79412662+ahmadalshobaiki@users.noreply.github.com> Date: Sat, 27 Sep 2025 23:12:45 +0300 Subject: [PATCH 521/942] Added Ahmad to Contributors list (#104312) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe219851..e5bef91f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -44,6 +44,7 @@ - [DeAnna_Nichols] - Ilamaran Magesh - Cheers! - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution +- [Ahmad] - hi all this is my first contribution :) - [FaFa-02] --sahith bunny new user - [Avinash Ganore](https://github.com/Xzy-Vron) From ac918cfc67d15d86b84e128b597fa8a29700614f Mon Sep 17 00:00:00 2001 From: Mrshelby0 <164217015+Mrshelby0@users.noreply.github.com> Date: Sun, 28 Sep 2025 02:59:34 +0530 Subject: [PATCH 522/942] Remove Slack link from Greek translation --- 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 b3805ad1fd80050cc9f3a2b41fdb400a0aa01923 Mon Sep 17 00:00:00 2001 From: Arnav Gautam Date: Sun, 28 Sep 2025 03:51:49 +0530 Subject: [PATCH 523/942] Add Arnav Gautam to Contributors list (#104310) * Add Arnav Gautam to Contributors list * Fix duplicate contributor entry and formatting Removed duplicate entry for Arnav Gautam and fixed formatting issues. --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e5bef91f..1ccf66ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors -- [Francis](francisvfx.carrd.co) (https://github.com/francisdav1d) - +- [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. @@ -7,6 +7,7 @@ - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! +- [Arnav Gautam](https://github.com/arnavgautam0209) - Let's Go!!! - [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [Rahul Krishna T](https://github.com/Itzzmerahul) - My first Open Source contribution Ikou!!! From 1c3cd3e7f710a8360355793786b4735cafca23fc Mon Sep 17 00:00:00 2001 From: Aditya Telsinge <101270144+AdityaTel89@users.noreply.github.com> Date: Sun, 28 Sep 2025 03:53:49 +0530 Subject: [PATCH 524/942] Add Aditya Telsinge to Contributors list (#104303) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6ae24d33..17aa08a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3289,6 +3289,7 @@ I am Lakshya Sharma and making my first open source contribution - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 +- [Aditya Telsinge](https://github.com/AdityaTel89) - Hi, My first contribution... - [uec203](https://github.com/uec203) - My first contrubition - [Scott Lundgren](https://github.com/scottelundgren) - Not my first contribution, but fun to add - [KillianDlds](https://github.com/KillianDlds) -Yo everyone From 743fc1a2fcbfc3757c2cb5ebca83f1db3e6b81b6 Mon Sep 17 00:00:00 2001 From: lyricalcarpenter Date: Sat, 27 Sep 2025 18:14:57 -0500 Subject: [PATCH 525/942] Update Contributors.md (#104316) Added lyricalcarpenter --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 17aa08a2..2fb4d31d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3252,6 +3252,7 @@ I am Lakshya Sharma and making my first open source contribution - [Roberto RW] (https://github.com/roberto-rw) - [Jimmy So] this is 250924. I wanna free~ - [tdx2] - a software developer +- [lyricalcarpenter] - Here I am, here I remain! - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! - [htyffn] - (https://github.com/htyffn) From 20764535f18c8f410366a5b5288fd81a932bf5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Polat?= <33496687+OZZO666@users.noreply.github.com> Date: Sun, 28 Sep 2025 03:48:28 +0300 Subject: [PATCH 526/942] =?UTF-8?q?Add=20=C3=96zg=C3=BCr=20Polat=20to=20Co?= =?UTF-8?q?ntributors=20list=20(#104317)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2fb4d31d..f23bb2c3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3294,5 +3294,6 @@ I am Lakshya Sharma and making my first open source contribution - [uec203](https://github.com/uec203) - My first contrubition - [Scott Lundgren](https://github.com/scottelundgren) - Not my first contribution, but fun to add - [KillianDlds](https://github.com/KillianDlds) -Yo everyone +- [Özgür Polat](https://github.com/ozzo666) - ✌️ - [vanya-36](https://github.com/vanya-36) - Starting my journey in open source! From 314d707bd375218f3bca63f20b7121a81a3160d7 Mon Sep 17 00:00:00 2001 From: Santa <102136214+notsanta20@users.noreply.github.com> Date: Sun, 28 Sep 2025 10:18:03 +0530 Subject: [PATCH 527/942] Add santhosh to Contributors list (#104319) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f23bb2c3..daff2ab9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! - [Mohamed Mahmoud] (https://github.com/mmohamedmmamdouh6) - It is just the beginning. - [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. +- [Santhosh] (https://github.com/notsanta20) - First Contribution. - [Dim Geo] (https://github.com/DimGeo5) - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding From d3298136b96b231d37bc83bbe5bb34ff0c3057e9 Mon Sep 17 00:00:00 2001 From: DerBadunkadunk <61605157+DerBadunkadunk@users.noreply.github.com> Date: Sat, 27 Sep 2025 23:55:19 -0500 Subject: [PATCH 528/942] Added my name to the list of contributors. (#104320) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index daff2ab9..302800cd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Derbadunkadunk](https://github.com/DerBadunkadunk) - Hello github and here is my first contribution. - [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) From c736dc99615b9d6e7aea41052e6b7f80407e4795 Mon Sep 17 00:00:00 2001 From: jrsezerotto <90218668+jrsezerotto@users.noreply.github.com> Date: Sun, 28 Sep 2025 02:09:53 -0300 Subject: [PATCH 529/942] Add Junior Sezerotto to Contributors list (#104322) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 302800cd..e451c2e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2949,6 +2949,7 @@ sh0uka - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) - [RIVER] +- [Junior Sezerotto](https://github.com/jrsezerotto) - [Nikhil Garg](https://github.com/Nikhilgarg-123) - [Dhanraj Bidare](https://github.com/Dhanraj4102) - [JstFrMs](https://github.com/JstFrMs) From 2839b46c2da06564e48239b3ef1462bad67527e5 Mon Sep 17 00:00:00 2001 From: Yanshi Sharma <144547830+yanshiii@users.noreply.github.com> Date: Sun, 28 Sep 2025 11:20:12 +0530 Subject: [PATCH 530/942] Add Yanshi Sharma to Contributors list (#104325) Co-authored-by: Yanshi Sharma --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e451c2e9..9a2f5b0d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Derbadunkadunk](https://github.com/DerBadunkadunk) - Hello github and here is my first contribution. - [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) +- [Yanshi Sharma] (https://github.com/yanshiii) - My first open src contri! Lesgo! - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. From ad5e107b8dde4e36fdb525f36025faf206c5cd4f Mon Sep 17 00:00:00 2001 From: "Rahulvama.07" <148974304+rahulvarmaviit@users.noreply.github.com> Date: Sun, 28 Sep 2025 11:58:42 +0530 Subject: [PATCH 531/942] Update Contributors.md (#104326) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9a2f5b0d..f8f1ebca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -140,6 +140,7 @@ - [Benja] - Hello! - [ilomarsk](https://github.com/ilomarsk/) - [amethyst](https://github.com/krishshaw418) +- [rahulvarma.07](https://github.com/rahulvarmaviit) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Kurisu] - (https://github.com/AliasCody) From 07fdf3cb476f41de8f467c8a8cf8c405ed47ab73 Mon Sep 17 00:00:00 2001 From: "Yashwanthvm@06" Date: Sun, 28 Sep 2025 12:26:48 +0530 Subject: [PATCH 532/942] Added my name to Contribution list (#104327) * Yashwanth * Add Yashwanth to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f8f1ebca..0105ae04 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,7 +16,7 @@ - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! - [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source - [Vishwas Hibare] (https://github.com/vishwas-615) - Full Stack Developer | Crazy...! --[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY +- [ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution - [Jacky James] - My first contribution @@ -347,6 +347,7 @@ sdumini - [Kartik Mishra] (https://github.com/kartikmishra210) - [Kunal Sable] (https://github.com/Kunals990) - [Kunal Mishra] (https://github.com/kunalmishraa) +- [Yashwanth](https://github.com/Yashwanthvm06) - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Samidu Kaushalaya] (https://github.com/samidukushalaya) - [Shivam Verma] (https://github.com/shivamxverma) From a764fb916a8eb1fc1bf4d96d77f75b9d970e1f9f Mon Sep 17 00:00:00 2001 From: Keerthana Date: Sun, 28 Sep 2025 13:03:36 +0530 Subject: [PATCH 533/942] first contributions first try (#104331) * Added to Contributors list * wtv --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0105ae04..81bbce2f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3050,6 +3050,7 @@ DanyLeeCS - [enguy-hub](https://github.com/enguy-hub) - [saideep](https://github.com/saideep-21) - [Tejas Chopade](https://github.com/Tejas9777) +- [Keerthana Ramalingam](https://github.com/ft-keerthana) - [Anushka Wable](https://github.com/anushka-sys) - [Apoorv Bedmutha](https://github.com/bedmuthaapoorv) - [Satyam Aengandul](https://github.com/satyamit) From 8b8244661e5f352accc50b9d5eaf8a6f20fae9c0 Mon Sep 17 00:00:00 2001 From: Lendon Date: Sun, 28 Sep 2025 16:21:32 +0800 Subject: [PATCH 534/942] Removes slack link in filipino translation --- docs/translations/README.fil.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.fil.md b/docs/translations/README.fil.md index e4b18c7b..e465d0c3 100644 --- a/docs/translations/README.fil.md +++ b/docs/translations/README.fil.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 3e4ef4622a8944e91c0817695c0e5319831d7ddd Mon Sep 17 00:00:00 2001 From: Lendon Date: Sun, 28 Sep 2025 16:23:47 +0800 Subject: [PATCH 535/942] Add Lendon to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 81bbce2f..9a7b6c2c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1597,6 +1597,7 @@ Ben - [Moulya.K](https://github.com/MoulyaK2005) - [Bonga M](https://github.com/BongaManzini) - [Chuffed](https://github.com/Chuffed-Code) +- [Lendon Completado](https://github.com/ranier-lendon) - [Luan Lessa](https://github.com/LuanLessa) - [Hosein Tajali](https://github.com/Kasra36) - [Captain](https://github.com/CaptainPatel) 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 536/942] 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 537/942] 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 538/942] 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 539/942] 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 540/942] 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 541/942] 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 542/942] 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 543/942] 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 544/942] 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 545/942] #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 546/942] 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 547/942] 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 548/942] 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 549/942] 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 550/942] 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 551/942] 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 552/942] 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 553/942] 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 554/942] 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 555/942] 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 556/942] 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 557/942] 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 558/942] 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 559/942] 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 560/942] 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 561/942] 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 562/942] 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 563/942] 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 564/942] 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 565/942] 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 566/942] 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 567/942] 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 568/942] 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 569/942] 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 570/942] 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 571/942] 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 572/942] 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 573/942] 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 574/942] 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 575/942] 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 576/942] 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 577/942] 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 578/942] 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 579/942] 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 580/942] 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 581/942] 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 582/942] 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 583/942] 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 584/942] 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 585/942] 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 586/942] 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 587/942] 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 588/942] 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 589/942] 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 590/942] 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 591/942] 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 592/942] 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 593/942] 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 594/942] 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 595/942] 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 596/942] 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 597/942] 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 598/942] 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 599/942] 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 600/942] 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 601/942] 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 602/942] 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 603/942] 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 604/942] 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 605/942] 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 606/942] 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 607/942] 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 608/942] 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 609/942] 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 610/942] 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 611/942] 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 612/942] 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 613/942] 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 614/942] 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 615/942] 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 616/942] 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 617/942] 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 618/942] 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 619/942] 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 620/942] 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 621/942] 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 622/942] 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 623/942] 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 624/942] 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 625/942] 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 626/942] 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 627/942] 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 628/942] 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 629/942] 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 630/942] 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 631/942] 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 632/942] 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 633/942] 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 634/942] 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 635/942] 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 636/942] 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 637/942] 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 638/942] 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 639/942] 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 640/942] 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 641/942] 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 642/942] 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 643/942] 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 644/942] 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 645/942] 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 646/942] 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 647/942] 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 648/942] 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 649/942] 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 650/942] 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 651/942] 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 652/942] 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 653/942] 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 654/942] 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 655/942] 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 656/942] 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 657/942] 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 658/942] 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 659/942] 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 660/942] 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 661/942] 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 662/942] 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 663/942] 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 664/942] 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 665/942] =?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 666/942] 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 667/942] 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 668/942] 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 669/942] =?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 670/942] 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 671/942] =?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 672/942] =?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 673/942] =?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 674/942] 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 675/942] 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 676/942] 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 677/942] 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 678/942] 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 679/942] 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 680/942] 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 681/942] 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 682/942] 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 683/942] 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 684/942] 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 685/942] 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 686/942] 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 687/942] 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 688/942] 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 689/942] 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 690/942] 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 691/942] 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 692/942] 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 693/942] 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 694/942] 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 695/942] 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 696/942] 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 697/942] 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 698/942] 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 699/942] 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 700/942] 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 701/942] 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 702/942] 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 703/942] 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 704/942] 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 705/942] 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 706/942] 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 707/942] 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 708/942] 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 709/942] 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 710/942] 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 711/942] 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 712/942] 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 713/942] 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 714/942] 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 715/942] 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 716/942] 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 717/942] =?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 718/942] 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 719/942] 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 720/942] 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 721/942] 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 722/942] 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 723/942] 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 724/942] 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 725/942] 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 726/942] 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 727/942] 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 728/942] 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 729/942] 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 730/942] 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 731/942] 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 732/942] 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 733/942] #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 734/942] 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 735/942] 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 736/942] 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 737/942] 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 738/942] 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 739/942] 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 740/942] 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 741/942] 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 742/942] 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 743/942] 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 744/942] 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 745/942] 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 746/942] 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 747/942] 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 748/942] 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 749/942] 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 750/942] 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 751/942] 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 752/942] 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 753/942] 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 754/942] 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 755/942] 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 756/942] 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 757/942] 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 758/942] 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 759/942] 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 760/942] 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 761/942] 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 762/942] 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 763/942] 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 764/942] 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 765/942] 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 766/942] 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 767/942] 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 768/942] 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 769/942] 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 770/942] 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 771/942] 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 772/942] 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 773/942] 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 774/942] 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 775/942] 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 776/942] 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 777/942] 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 778/942] 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 779/942] 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 780/942] 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 781/942] 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 782/942] 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 783/942] 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 784/942] 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 785/942] 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 786/942] 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 787/942] 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 788/942] 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 789/942] 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 790/942] 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 791/942] 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 792/942] 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 793/942] 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 794/942] 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 795/942] 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 796/942] 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 797/942] 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 798/942] 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 799/942] 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 800/942] 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 801/942] 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 802/942] 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 803/942] 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 804/942] 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 805/942] 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 806/942] 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 807/942] 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 808/942] 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 809/942] 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 810/942] 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 811/942] 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 812/942] 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 813/942] 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 814/942] 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 815/942] 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 816/942] 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 817/942] 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 818/942] 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 819/942] 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 820/942] 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 821/942] 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 822/942] 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) From 5d672e0549c4f3a45e10689416ce8a30ba009c20 Mon Sep 17 00:00:00 2001 From: kipkemoifred <44499281+kipkemoifred@users.noreply.github.com> Date: Fri, 3 Oct 2025 12:36:22 +0300 Subject: [PATCH 823/942] Add Fred to the Contributors list (#104700) Co-authored-by: Kipkemoi Fred --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1a0c712f..21e09977 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Clement Zentz](https://github.com/clement-zentz) +- [Fred](https://github.com/kipkemoifred) - [Sahil Gurjar][https://github.com/SG2407] - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) From 58fe0ecf6b206ce7e2724253c5616d6da0563dc5 Mon Sep 17 00:00:00 2001 From: "Yidnekachew S." Date: Fri, 3 Oct 2025 12:53:56 +0300 Subject: [PATCH 824/942] Replace slack link with code contributions link --- docs/translations/README.am.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.am.md b/docs/translations/README.am.md index de471519..6ee13760 100644 --- a/docs/translations/README.am.md +++ b/docs/translations/README.am.md @@ -110,7 +110,7 @@ git push origin <የእርስዎ-branch-name> አስተዋጾዎን ያክብሩ እና ለጓደኞችዎ እና ተከታዮችዎ ያካፍሉ ወደ [ዲህረ ገጾ በመሄድ](https://firstcontributions.github.io/#social-share). -ማንኛውም እርዳታ ከፈለጉ ወይም ማንኛውም ጥያቄ ካለዎት የእኛን [Slack ቡድን](https://join.slack.com/t/firstcontributors/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY) መቀላቀል ይችላሉ. +ተጨማሪ ልምምድ ከፈለጉ በዚህ ሊንክ [code contributions](https://github.com/roshanjossey/code-contributions) ይግቡ. አሁን ለሌሎች ፕሮጀክቶች በማበርከት እንጀምር. እርስዎ ሊጀምሩባቸው የሚችሉ ቀላል ጉዳዮች ያላቸውን የፕሮጀክቶች ዝርዝር አዘጋጅተናል።. [እኚህን ማስፈተሪያ ይከተሉ](https://firstcontributions.github.io/#project-list). From 30ed4cde3da1beb09d420c6f03ee75ce652f1ba8 Mon Sep 17 00:00:00 2001 From: Khalid Hasan <97780370+khalidx3@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:40:47 +0530 Subject: [PATCH 825/942] Update Contributors.md (#104703) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 21e09977..d2fef4cb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [Sahil Gurjar][https://github.com/SG2407] - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) +- [Md Khalid Hasan Ansari] - [Wilmer Gulcochia](https://github.com/wigsdev) - [Test Perfil 1](https://github.com/test-git001) - [Amadou Kebe](https://github.com/AmadouLKebe) From b48114e2758b515e0a780e4cc6d1b658e7cba8db Mon Sep 17 00:00:00 2001 From: Muhammed Adhil p <167611139+adhilbathali@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:08:01 +0530 Subject: [PATCH 826/942] Add Adhil Bathali to Contributors list (#104705) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d2fef4cb..c6874527 100644 --- a/Contributors.md +++ b/Contributors.md @@ -59,6 +59,7 @@ - [James-826](https://github.com/James-826) - [Janardhan Polle](https://github.com/Jce) - [LostChyld](https://github.com/dragonsewist/) +- [Adhil Bathali](https://github.com/adhilbathali) - [Rafael Guzman](https://github.com/Rafael-er-byte) - [Raghav Chanana](https://github.com/sidrag3045) - [Pratham Muley](https://github.com/Pratham19106) From f6e0374b013aff23243b1722c1f84ac0b76091fc Mon Sep 17 00:00:00 2001 From: shreya0806-tech Date: Fri, 3 Oct 2025 16:39:39 +0530 Subject: [PATCH 827/942] Add Shreya to Contributors list (#104706) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c6874527..7af6b283 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1242,6 +1242,7 @@ - [Zahra Shefa](https://github.com/zahrashefa318) - [Purushottam-Singh](https://github.com/purakh) - [Karumanchi Siddhanth](https://github.com/Sid-ef) +- [Shreya](https://github.com/shreya0806-tech) - [Chang Jia Jun](https://github.com/jiajunchang2002g) - [Samiksha Prathip](https://github.com/samikshaprathip) - [Aryan Vora](https://github.com/vora-aryan) From 688e9c9c2861a77ab1d8e40ee3b4b69cffde4468 Mon Sep 17 00:00:00 2001 From: Jenish Dongol <110826725+Jenis980@users.noreply.github.com> Date: Fri, 3 Oct 2025 17:05:40 +0545 Subject: [PATCH 828/942] add jenis to contributors list (#104707) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7af6b283..a173ec48 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ - [Hamza Shaikh](https://github.com/Raynzler) - [santhosh teja](https://github.com/santhosh-7777) - [Harry-GNS](https://github.com/Harry-GNS) +- [Jenish Dangol](https://github.com/Jenis980) - [Helen Tsui](https://github.com/helentht) - [Andy Ma](https://github.com/Everither) - [Bruno Costa](https://github.com/brunocosta-devlab) From bbd279ba2f67b4474ace893eb55d2e3888417d55 Mon Sep 17 00:00:00 2001 From: manvithareddychintha Date: Fri, 3 Oct 2025 16:54:13 +0530 Subject: [PATCH 829/942] Add Mr Chintha to Contributors list (#104708) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a173ec48..f62a9bb4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -148,6 +148,7 @@ - [Thabeswar](https://github.com/Thabeswar) - [TheRunnas](https://github.com/therunnas) - [Tony Wong](https://github.com/tony31913) +- [Mr Chintha] - [Vardararo](https://github.com/Vardararo) - [Vasu Singh](https://github.com/Vasu1303) - [Vrund Patel](https://github.com/Vrund09) From ac4ec4373d23ca95b6a22f02485abeb3f2496eeb Mon Sep 17 00:00:00 2001 From: Rpovey04 <123608661+Rpovey04@users.noreply.github.com> Date: Fri, 3 Oct 2025 12:38:07 +0100 Subject: [PATCH 830/942] Added Rhys Povey to Contributors.md (#104709) Co-authored-by: Rhys Povey --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f62a9bb4..765ff8c7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1248,3 +1248,4 @@ - [Chang Jia Jun](https://github.com/jiajunchang2002g) - [Samiksha Prathip](https://github.com/samikshaprathip) - [Aryan Vora](https://github.com/vora-aryan) +- [Rhys Povey](https://github.com/Rpovey04) From a090511cb4d03d83b07a23967858b85c00db7f4c Mon Sep 17 00:00:00 2001 From: Rohanssutar Date: Fri, 3 Oct 2025 18:18:02 +0530 Subject: [PATCH 831/942] Removed slack link in Armenian translation #104534 --- docs/translations/README.hy.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.hy.md b/docs/translations/README.hy.md index 9a12b19a..3cec0d22 100644 --- a/docs/translations/README.hy.md +++ b/docs/translations/README.hy.md @@ -122,7 +122,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). Հիմա կարող եք ձեր ներդրումն ունենալ այլ նախագծերում։ Մենք կազմել ենք հեշտ խնդիրներ ունեցող նախագծերի ցանկ, որոնցից կարող եք սկսել: Համեցեք [վեբ հավելվածի նախագծերի ցանկը](https://firstcontributions.github.io/#project-list). From a39de895920dc1fd677ebe38ed5406958b931d0d Mon Sep 17 00:00:00 2001 From: prempyla Date: Fri, 3 Oct 2025 18:21:23 +0530 Subject: [PATCH 832/942] Remove Slack link from Armenian translation (README.hy.md) Removed outdated Slack invite link from docs/translations/README.hy.md as part of moving away from Slack. Addresses #104534. --- docs/translations/README.hy.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.hy.md b/docs/translations/README.hy.md index 9a12b19a..3cec0d22 100644 --- a/docs/translations/README.hy.md +++ b/docs/translations/README.hy.md @@ -122,7 +122,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). Հիմա կարող եք ձեր ներդրումն ունենալ այլ նախագծերում։ Մենք կազմել ենք հեշտ խնդիրներ ունեցող նախագծերի ցանկ, որոնցից կարող եք սկսել: Համեցեք [վեբ հավելվածի նախագծերի ցանկը](https://firstcontributions.github.io/#project-list). From 5aaf3ed5a39dee4ba0d441c98db476f7a0d7fe5b Mon Sep 17 00:00:00 2001 From: prempyla Date: Fri, 3 Oct 2025 18:36:36 +0530 Subject: [PATCH 833/942] Update README.hb.md Remove Slack links as project is moving away from Slack --- docs/translations/README.hb.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.hb.md b/docs/translations/README.hb.md index ac28b50e..c52a3dd5 100644 --- a/docs/translations/README.hb.md +++ b/docs/translations/README.hb.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-2vqegkew0-ZuzGM1LO33C6Ts4nZyat1Q) [![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) @@ -256,8 +255,6 @@ git remote set-url origin git@github.com:your-username/your_repo.git תחגגו את התרומתכם ושתפו אותה עם החברים והעוקבים שלכם בכך שתלכו ל-[web app](https://firstcontributions.github.io/#social-share). -אתם יכולים להצטרף לצוות הסלאק שלנו אם אתם צריכים עזרה או אם יש לכם שאלות. [הצטרפות לצוות בסלאק](https://join.slack.com/t/firstcontributors/shared_invite/zt-2vqegkew0-ZuzGM1LO33C6Ts4nZyat1Q). - עכשיו אפשר להתחיל לתרום לפרוייקטים אחרים. הכנו רשימה של פרוייקטים על נושאים קלים שאתם יכולים להתחיל לעבוד עליהם. [רשימה של פרוייקטים ב- web app](https://firstcontributions.github.io/#project-list). ### [חומר נוסף](../additional-material/git_workflow_scenarios/additional-material.md) From e4025b67981303ec335d0d71b98296d575d6f5a5 Mon Sep 17 00:00:00 2001 From: puchan-s <91961190+puchan-s@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:42:14 +0900 Subject: [PATCH 834/942] Add puchan-s to Contributors list (#104716) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 765ff8c7..525f1637 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1180,6 +1180,7 @@ - [sithananthan](https://github.com/sithananthan) - [square-story](https://github.com/square-story) - [Jack](https://github.com/jackliDev) +- [puchan-s](https://github.com/puchan-s/first-contributions) - [Hiruna Panditha](https://github.com/Hiruna-SP) - [tomasbennett](https://github.com/tomasbennett) - [Rahmatulloh Ibrohim](https://github.com/raxmatulloxswe/) From b3ac328d083631bef4dac38287d499271d842efb Mon Sep 17 00:00:00 2001 From: PurvaP <56257996+purvapr13@users.noreply.github.com> Date: Fri, 3 Oct 2025 19:14:15 +0530 Subject: [PATCH 835/942] Add purva to Contributers list (#104717) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 525f1637..c7403b77 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1250,3 +1250,4 @@ - [Samiksha Prathip](https://github.com/samikshaprathip) - [Aryan Vora](https://github.com/vora-aryan) - [Rhys Povey](https://github.com/Rpovey04) +- [Purva Porwal](https://github.com/purvapr13) From 18fd6f429d848ab22d079a3effa626b549f62b3d Mon Sep 17 00:00:00 2001 From: Amir Yasaei <44714388+amiryasaei@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:04:25 -0400 Subject: [PATCH 836/942] Update Contributors.md (#104718) Added my name to the list of contributors --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7403b77..f2f6e6da 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1251,3 +1251,4 @@ - [Aryan Vora](https://github.com/vora-aryan) - [Rhys Povey](https://github.com/Rpovey04) - [Purva Porwal](https://github.com/purvapr13) +- [Amir Yasaei](https://github.com/amiryasaei) From 803f810222766e768b56da43237c66b7b8e21579 Mon Sep 17 00:00:00 2001 From: X S Minisha Alias Lincy Date: Fri, 3 Oct 2025 20:20:33 +0530 Subject: [PATCH 837/942] Add X S Minisha Alias Lincy to Contributors list (#104719) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f2f6e6da..66ff94c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -98,6 +98,7 @@ - [Likhitha](https://github.com/likhitha07) - [MACantara](https://github.com/MACantara) - [Madan A](https://github.com/maddy-aleti) +- [X S Minisha Alias Lincy](https://github.com/minishalincy) - [Magonborn](https://github.com/MagonBorn) - [Esraa Kandil](https://github.com/esraa-k) - [Maruthi S](https://github.com/JSMaruthi) From 32e5ea9fe9587df9b4aa8054755a245a102fedf0 Mon Sep 17 00:00:00 2001 From: Mateo_BR17 Date: Fri, 3 Oct 2025 10:08:30 -0500 Subject: [PATCH 838/942] I added my profile Url into Contributors.md file (#104720) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 66ff94c8..51ffec7f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Test Perfil 1](https://github.com/test-git001) - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) +- [Pygame17](https://github.com/Pygame17) - [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) From a88873e24ee44c3bb3de41145ed492b36696e241 Mon Sep 17 00:00:00 2001 From: Rudra Pratap Singh Jadon <160029630+rudrajadon@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:11:35 +0530 Subject: [PATCH 839/942] Add Rudra Pratap Singh Jadon to Contributors list (#104721) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 51ffec7f..de2db4e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) - [Hrishikesh Rondla](https://github.com/Hrishikesh-Rondla) +- [Rudra Pratap Singh Jadon](https://github.com/rudrajadon) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) - [Aman Gupta](https://github.com/Aman071106) From 06a7d29f39a625e2c34da77130f144bedc08ec93 Mon Sep 17 00:00:00 2001 From: Luis Benitez Date: Fri, 3 Oct 2025 11:48:22 -0500 Subject: [PATCH 840/942] Add luis benitez to Contributors list (#104722) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index de2db4e3..61d3cccc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -267,6 +267,7 @@ - [Lendon Completado](https://github.com/ranier-lendon) - [Jon Ayre](https://github.com/Jonalanayre) - [Juan Monta](https://github.com/JuanMonta) +- [Luis Benitez](https://github.com/luisbenitez96) - [Kai Feng](https://github.com/kaifeng-cmd) - [Kavya Vadla](https://github.com/kvadla06) - [Kyusan Kim](https://github.com/5tarlight) From 79c9742a0b66efe7c506dc290c809eff2c525921 Mon Sep 17 00:00:00 2001 From: Rasaq Idris Akande <99621506+gentlerhiz@users.noreply.github.com> Date: Fri, 3 Oct 2025 19:08:37 +0100 Subject: [PATCH 841/942] Add Idris Rasaq Akande to Contributors list (#104723) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 61d3cccc..af94f91a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1256,3 +1256,4 @@ - [Rhys Povey](https://github.com/Rpovey04) - [Purva Porwal](https://github.com/purvapr13) - [Amir Yasaei](https://github.com/amiryasaei) +- [Idris Rasaq Akande](https://github.com/gentlerhiz) From 6ebbcebb3eb3f6c564124477c8d5b9d1cfdf74d5 Mon Sep 17 00:00:00 2001 From: luisda2505 Date: Fri, 3 Oct 2025 14:06:23 -0500 Subject: [PATCH 842/942] Add ldesalas to Contributors list (#104724) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index af94f91a..f8fe7fae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -577,6 +577,7 @@ - [Lalitha N](https://github.com/lalitha-n546) - [Laurian Iacob](https://github.com/iLaurian) - [Letícia Reche](https://github.com/lereche) +- [LdeSalas](https://github.com/luisda2505) - [LukaGakhokidze](https://github.com/Luka288) - [Lulu Harvey](https://github.com/luluharvey) - [Malak Ibrahim](https://github.com/mmibrahi) From 3d1776a732272e5d09a0a5b8d46819fc86c3400d Mon Sep 17 00:00:00 2001 From: Tommaso-Desiato <133672578+Tommaso-Desiato@users.noreply.github.com> Date: Fri, 3 Oct 2025 21:47:38 +0200 Subject: [PATCH 843/942] Add Tommaso Desiato to Contributors list (#104704) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f8fe7fae..aee9c45c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1254,6 +1254,7 @@ - [Chang Jia Jun](https://github.com/jiajunchang2002g) - [Samiksha Prathip](https://github.com/samikshaprathip) - [Aryan Vora](https://github.com/vora-aryan) +- [Tommaso Desiato](https://github.com/Tommaso-Desiato) - [Rhys Povey](https://github.com/Rpovey04) - [Purva Porwal](https://github.com/purvapr13) - [Amir Yasaei](https://github.com/amiryasaei) From 2aa6f5f3c7bf1130eca92ad5aad36b30601e3945 Mon Sep 17 00:00:00 2001 From: blue-cubes <235954975+blue-cubes@users.noreply.github.com> Date: Sat, 4 Oct 2025 01:53:50 +0530 Subject: [PATCH 844/942] Add blue-cubes to the Contributors list (#104725) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aee9c45c..c6f1f355 100644 --- a/Contributors.md +++ b/Contributors.md @@ -366,6 +366,7 @@ - [Ayomide Saheed](https://github.com/luc-ay) - [Ayush](https://github.com/AyushMaurya3114) - [Beetlesliu](https://github.com/Beetlesliu) +- [blue-cubes] (https://github.com/blue-cubes) - [Bharat Ruidas](https://github.com/brd2002) - [Boru Isako](https://github.com/BoruIsakoJ) - [Borzoi Lover](https://github.com/mmitros1) From f5c6a65266f8547f245a3ee387dda41f62e3c5ef Mon Sep 17 00:00:00 2001 From: John Ziska <117379256+kingcoco42@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:29:30 -0400 Subject: [PATCH 845/942] Add John Ziska to Contributors list (#104726) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c6f1f355..041548d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1260,3 +1260,4 @@ - [Purva Porwal](https://github.com/purvapr13) - [Amir Yasaei](https://github.com/amiryasaei) - [Idris Rasaq Akande](https://github.com/gentlerhiz) +- [John Ziska](https://github.com/kingcoco42) From c3011e0ab1bef5b994e99ada1c0cf616b45c710a Mon Sep 17 00:00:00 2001 From: Abdou kadj <98166104+abdoukare@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:22:39 +0100 Subject: [PATCH 846/942] Add Abdou-kdj to Contributions list (#104727) Co-authored-by: abdou --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 041548d8..b047ccb8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ - [Itay Levi](https://github.com/ItayLHdev) - [JBetz-Dev](https://github.com/JBetz-Dev) - [James-826](https://github.com/James-826) +- [Abdou-kdj](https://github.com/abdoukare) - [Janardhan Polle](https://github.com/Jce) - [LostChyld](https://github.com/dragonsewist/) - [Adhil Bathali](https://github.com/adhilbathali) From 49b0e4da99d31fe8a08932a1fde34372b9a05a73 Mon Sep 17 00:00:00 2001 From: Tyson Wildman Date: Fri, 3 Oct 2025 15:14:07 -0700 Subject: [PATCH 847/942] Add Wildmanty12 to contributors list (#104728) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b047ccb8..e9497282 100644 --- a/Contributors.md +++ b/Contributors.md @@ -302,6 +302,7 @@ - [Prasad J B](https://github.com/Prasad-JB) - [Pro Kumar](https://github.com/pkumar2143) - [Rajneesh](https://github.com/rajneesh-18) +- [Wildmanty12](https://github.com/WildmanTy12) - [RSM Harsha](https://github.com/rsmharsha) - [Ramin Adineh](https://github.com/ramiadi) - [Ravi](https://github.com/raviprakash7367) From eacbdfcfd562810992d87d574494f8140e378fb0 Mon Sep 17 00:00:00 2001 From: Zion Ubesie Date: Fri, 3 Oct 2025 23:59:52 +0100 Subject: [PATCH 848/942] Add Zion Ubesie to Contributors list (#104729) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e9497282..6a71dc10 100644 --- a/Contributors.md +++ b/Contributors.md @@ -87,6 +87,7 @@ - [Priyanka Sharma](https://github.com/priyanka2sharma) - [Akhilesh Saini](https://github.com/Akhilesh0085) - [Justin](https://github.com/JustinBifeld) +- [Zion Ubeise](https://github.com/Zee34-dude) - [KamalKant](https://github.com/kamal2730) - [Kjohnbaba](https://github.com/kjohnbaba) - [Krish Yadav](https://github.com/Ky-1106) From 3045385443961c4c6017eec7482d01d3fff52740 Mon Sep 17 00:00:00 2001 From: Wfiq <145265758+Fiqqar@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:12:06 +0700 Subject: [PATCH 849/942] add fiqqar to contributor list (#104731) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6a71dc10..d5d88a11 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1264,3 +1264,4 @@ - [Amir Yasaei](https://github.com/amiryasaei) - [Idris Rasaq Akande](https://github.com/gentlerhiz) - [John Ziska](https://github.com/kingcoco42) +- [Zulfiqar Silmy S](https://github.com/Fiqqar) From f0c3fa28560be5b717595147ab6cad0570a9d8d0 Mon Sep 17 00:00:00 2001 From: Brian Amparo <104290934+BrianRLD@users.noreply.github.com> Date: Fri, 3 Oct 2025 21:20:30 -0400 Subject: [PATCH 850/942] Add BRIAN-AMPARO to Contributors list (#104732) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d5d88a11..81225fef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ - [Sanjeev Singh](https://github.com/sanjeev094) - [Daksh Gopani](https://github.com/dakshgopani) - [Adithya Bollu](https://github.com/AdithyaBollu) +- [Brian Amparo](https://github.com/BrianRLD) - [Brian Griffin](https://github.com/SolidUmbrella) - [LaraAcuna](https://github.com/LaraAcuna) - [Likhitha](https://github.com/likhitha07) From 43a8e480929bfe088d9a486898e91b08921ac444 Mon Sep 17 00:00:00 2001 From: "ganesh.mane" <155714930+Ganesh-PC018@users.noreply.github.com> Date: Sat, 4 Oct 2025 07:18:55 +0530 Subject: [PATCH 851/942] Ganesh Mane to Contributor List (#104733) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 81225fef..f988b225 100644 --- a/Contributors.md +++ b/Contributors.md @@ -689,6 +689,7 @@ - [Antonio Fábio](https://github.com/zodiecko) - [Raihan Ahmed](https://github.com/Enmilo-dev) - [Areen Patil](https://github.com/areen-patil) +- [Ganesh Mane](https://github.com/Ganesh-PC018) - [Ashish Bairwa](https://github.com/ashishb20) - [Ashok Reddy](https://github.com/ashokCh-dev) - [Avinash Ganore](https://github.com/Xzy-Vron) From 7d319521698b829080b33ed99e733de2273a7162 Mon Sep 17 00:00:00 2001 From: Thien0912 Date: Sat, 4 Oct 2025 09:51:23 +0700 Subject: [PATCH 852/942] Remove Slack link from Afrikaans README --- docs/translations/README.afk.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.afk.md b/docs/translations/README.afk.md index d9ed6467..069ac73c 100644 --- a/docs/translations/README.afk.md +++ b/docs/translations/README.afk.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) @@ -118,8 +117,6 @@ Geluk! Jy het net die standaardvurk voltooi -> klone -> wysig -> PR- werkvloei w Vier jou bydrae en deel dit met jou vriende en volgelinge deur na die [webprogram te](https://firstcontributions.github.io/#social-share) gaan . -U kan by ons span aansluit indien u enige hulp nodig het of enige vrae het. [Sluit aan by 'n slapende span](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Kom ons begin met die bydrae tot ander projekte. Ons het 'n lys van projekte saamgestel met maklike probleme waarmee u kan begin. Kyk na [die lys van projekte in die web app](https://firstcontributions.github.io/#project-list). ### [Bykomende materiaal](../additional-material/git_workflow_scenarios/additional-material.md) From 524d566a6afba50642123cc32bdba7db46b8a88f Mon Sep 17 00:00:00 2001 From: Nirbhay Bawankule Date: Sat, 4 Oct 2025 09:47:01 +0530 Subject: [PATCH 853/942] Update Contributors.md (#104735) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f988b225..4e297ce3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Clement Zentz](https://github.com/clement-zentz) - [Fred](https://github.com/kipkemoifred) - [Sahil Gurjar][https://github.com/SG2407] From 59f43bb32ca594c457afe8c1ed12c61100c58044 Mon Sep 17 00:00:00 2001 From: stanleystn <138952562+stanleystn@users.noreply.github.com> Date: Sat, 4 Oct 2025 11:47:54 +0700 Subject: [PATCH 854/942] Add Stanley Setiawan to Contributors list (#104736) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4e297ce3..9495b73a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -794,6 +794,7 @@ - [Sim Hyeonmin](https://github.com/simhyunmin) - [Simons Arhin](https://github.com/simonskayi) - [Sitanshu Nandan](https://github.com/stansho) +- [Stanley Setiawan](https://github.com/stanleystn) - [SteveTawali](https://github.com/SteveTawali) - [StraitGhost](https://github.com/StraitGhost) - [Sunil Reddy](https://github.com/Sunilreddyj) From dcf2d523476d814ddae550f31009e845218e2d29 Mon Sep 17 00:00:00 2001 From: Ronaldo P <149929782+Ronaldo-001@users.noreply.github.com> Date: Sat, 4 Oct 2025 10:24:57 +0530 Subject: [PATCH 855/942] Add Ronaldo to Contributors list (#104737) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9495b73a..d25a3b6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ - [Chien Minh](https://github.com/chien226674-afk) - [Hrishikesh Rondla](https://github.com/Hrishikesh-Rondla) - [Rudra Pratap Singh Jadon](https://github.com/rudrajadon) +- [Ronaldo P](https://github.com/Ronaldo-001) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) - [Aman Gupta](https://github.com/Aman071106) From d1159c31c5b9285da1b46f4b4dbd2b2d53720d39 Mon Sep 17 00:00:00 2001 From: shriya5752 Date: Sat, 4 Oct 2025 10:25:44 +0530 Subject: [PATCH 856/942] add Shriya Mohanty to contributors list (#104738) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d25a3b6d..e65d0d72 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ - [Rudra Pratap Singh Jadon](https://github.com/rudrajadon) - [Ronaldo P](https://github.com/Ronaldo-001) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) +- [Shriya Mohanty](https://github.com/shriya5752) - [Kazzpars](https://github.com/rid-acrh238) - [Aman Gupta](https://github.com/Aman071106) - [Ndeye Sermy Mergane](https://github.com/Ndeye1000) From 73f57796588f8fb48dc0b34302a0dba528106d36 Mon Sep 17 00:00:00 2001 From: Sunday Peter Afolabi <31808402+Lecon-a@users.noreply.github.com> Date: Sat, 4 Oct 2025 06:17:20 +0100 Subject: [PATCH 857/942] Add Sunday P. Afolabi to Contributors list (#104739) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e65d0d72..067a4811 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1270,4 +1270,5 @@ - [Amir Yasaei](https://github.com/amiryasaei) - [Idris Rasaq Akande](https://github.com/gentlerhiz) - [John Ziska](https://github.com/kingcoco42) +- [Sunday P. Afolabi](https://github.com/Lecon-a) - [Zulfiqar Silmy S](https://github.com/Fiqqar) From 8441c60851f3c24c515114dd6e142d9d96e7e55b Mon Sep 17 00:00:00 2001 From: altamash47 Date: Sat, 4 Oct 2025 10:54:43 +0530 Subject: [PATCH 858/942] Add Shamoil Altamash to Contributors list (#104740) Co-authored-by: Altamash47 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 067a4811..b38d344e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -926,6 +926,7 @@ - [Jahnavi-avi](https://github.com/jahnavi-9741) - [Jaimie Chong](https://github.com/jaimiechong) - [Jainil Desai](https://github.com/jainilDesai) +- [Shamoil-Altamash](https://github.com/altamash47) - [Jason Ang](https://github.com/jasonavatarang) - [JasonSA1993](https://github.com/JasonSa1993/) - [Jeevan H R](https://github.com/jeevanchiru17) From 523172fabc57e5489b94658ed4d60c517b2d4e9f Mon Sep 17 00:00:00 2001 From: Pobitro Bhattacharya Date: Sat, 4 Oct 2025 12:44:36 +0530 Subject: [PATCH 859/942] Add Pobitro Bhattacharya to Contributors list (#104741) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b38d344e..e9416275 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1273,3 +1273,4 @@ - [John Ziska](https://github.com/kingcoco42) - [Sunday P. Afolabi](https://github.com/Lecon-a) - [Zulfiqar Silmy S](https://github.com/Fiqqar) +- [Pobitro Bhattacharya](https://github.com/Pobitro-B) \ No newline at end of file From d2f421e8a2059b03e587f050eb8a1a5a16092298 Mon Sep 17 00:00:00 2001 From: Rudresh Suryawanshi Date: Sat, 4 Oct 2025 13:34:11 +0530 Subject: [PATCH 860/942] Add myself in contributers.md (#104742) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e9416275..20d24bf7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) +- [Rudresh Suryawanshi](https://github.com/Rudresh-11) - [Clement Zentz](https://github.com/clement-zentz) - [Fred](https://github.com/kipkemoifred) - [Sahil Gurjar][https://github.com/SG2407] From 62847d5ef4c3fe82d752abd4e68eff3f528253cc Mon Sep 17 00:00:00 2001 From: Raja Rathour <193507075+Raja-89@users.noreply.github.com> Date: Sat, 4 Oct 2025 13:49:01 +0530 Subject: [PATCH 861/942] Update Contributors.md (#104743) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 20d24bf7..743521a1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Raja Rathour](https://github.com/Raja-89) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) - [Clement Zentz](https://github.com/clement-zentz) @@ -1274,4 +1275,4 @@ - [John Ziska](https://github.com/kingcoco42) - [Sunday P. Afolabi](https://github.com/Lecon-a) - [Zulfiqar Silmy S](https://github.com/Fiqqar) -- [Pobitro Bhattacharya](https://github.com/Pobitro-B) \ No newline at end of file +- [Pobitro Bhattacharya](https://github.com/Pobitro-B) From fab49c05cf99d83c9dec072864115b19ce8b986d Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 4 Oct 2025 14:03:40 +0530 Subject: [PATCH 862/942] Add Anubhav to contributor list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 743521a1..3bf1dd7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Raja Rathour](https://github.com/Raja-89) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) @@ -225,6 +226,7 @@ - Coolgamer0181 - [Lucas Couso Antunes](https://github.com/Rulyns) - [Aminat A](https://github.com/pejuameenat) +- [Anubhav Saha](https://github.com/anubhavtogit) - [Andrew D](https://github.com/myMEDIA1578) - [Angad Bhalla](https://github.com/Anga205) - [Ankith Kini](https://github.com/ANKITH33) From 8255136d128b7a1ffc57c2a0647b855c0e161a41 Mon Sep 17 00:00:00 2001 From: Ankit singh <138203227+ANKITsingh-git2@users.noreply.github.com> Date: Sat, 4 Oct 2025 14:05:16 +0530 Subject: [PATCH 863/942] Ankit Singh (#104745) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 743521a1..87f35f7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Md Khalid Hasan Ansari] +- [Ankit Singh] (https://github.com/ANKITsingh-git2) - [Wilmer Gulcochia](https://github.com/wigsdev) - [Test Perfil 1](https://github.com/test-git001) - [Amadou Kebe](https://github.com/AmadouLKebe) From 5f50b8938e0180aacc68b5f784babb2fc8144388 Mon Sep 17 00:00:00 2001 From: Kirill Sirotkin Date: Sat, 4 Oct 2025 11:36:53 +0300 Subject: [PATCH 864/942] Add kirill sirotkin (#104746) * Add kirill-sirotkin to Contributors list * Add kirill-sirotkin to Contributors list --------- Co-authored-by: Kirill Sirotkin --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 87f35f7d..a9df7d86 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1208,6 +1208,7 @@ - [saravanan](https://github.com/saravanan27-learner) - [aidenliu](https://github.com/aiden-liu) - [Ariyan Bhakat](https://github.com/arywk40-hue) +- [Kirill Sirotkin](https://github.com/kiriyms) - [Raine Z](https://github.com/You-know-who666) - [Sevenquarters](https://github.com/Sevenquarters) - [Viticooo](https://github.com/Viticooo) From 814ca50c5ae1cb4c09ce77e378b16abdf2c833ab Mon Sep 17 00:00:00 2001 From: Mohamednisha J <147458323+nisharj@users.noreply.github.com> Date: Sat, 4 Oct 2025 14:16:43 +0530 Subject: [PATCH 865/942] Add this is Mohamednishar (#104748) * Add your-name to Contributors list * Add Mohamednishar to Contributors list --------- Co-authored-by: Nishar --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a9df7d86..37a45bf9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) - [Pygame17](https://github.com/Pygame17) +- [Mohamednishar J](https://github.com/nisharj) - [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) From 7422dbd46f2fa09eec8d1d673cc7966bafdc1b52 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 4 Oct 2025 14:24:52 +0530 Subject: [PATCH 866/942] Add Anubhav to contributor list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3bf1dd7d..2d483c73 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [baldlow](https://github.com/baldlow) - [Pygame17](https://github.com/Pygame17) - [anshuman](https://github.com/sahayanshuman2005) +- [Anubhav Saha](https://github.com/anubhavtogit) - [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) @@ -226,7 +227,6 @@ - Coolgamer0181 - [Lucas Couso Antunes](https://github.com/Rulyns) - [Aminat A](https://github.com/pejuameenat) -- [Anubhav Saha](https://github.com/anubhavtogit) - [Andrew D](https://github.com/myMEDIA1578) - [Angad Bhalla](https://github.com/Anga205) - [Ankith Kini](https://github.com/ANKITH33) From d6fb24c08610b194af38f84b6b836b77907085a3 Mon Sep 17 00:00:00 2001 From: Disruptor07 <2025310619@stu.hit.edu.cn> Date: Sat, 4 Oct 2025 16:54:57 +0800 Subject: [PATCH 867/942] add my name to contributors (#104749) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 37a45bf9..5b02dbe6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1279,3 +1279,4 @@ - [Sunday P. Afolabi](https://github.com/Lecon-a) - [Zulfiqar Silmy S](https://github.com/Fiqqar) - [Pobitro Bhattacharya](https://github.com/Pobitro-B) +- [张](https://github.com/Disruptor07) \ No newline at end of file From aac595aae9205e2d3e98b90ef944d18ab31eb0e0 Mon Sep 17 00:00:00 2001 From: Mohit Kumar <148743546+MateeRixx@users.noreply.github.com> Date: Sat, 4 Oct 2025 14:38:42 +0530 Subject: [PATCH 868/942] Add your name to contributors list (#104751) Co-authored-by: Mohit Kumar --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5b02dbe6..d2e584e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Test Perfil 1](https://github.com/test-git001) - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) +-[Mohit Kumar](https://github.com/MateeRixx) - [Pygame17](https://github.com/Pygame17) - [Mohamednishar J](https://github.com/nisharj) - [anshuman](https://github.com/sahayanshuman2005) From c8aae5d9ca7a5dbdd4626b279b80dc452c98dd3f Mon Sep 17 00:00:00 2001 From: stepanradek Date: Sat, 4 Oct 2025 11:20:19 +0200 Subject: [PATCH 869/942] Update Contributors.md (#104752) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d2e584e3..ae4b8d6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1280,4 +1280,5 @@ - [Sunday P. Afolabi](https://github.com/Lecon-a) - [Zulfiqar Silmy S](https://github.com/Fiqqar) - [Pobitro Bhattacharya](https://github.com/Pobitro-B) -- [张](https://github.com/Disruptor07) \ No newline at end of file +- [张](https://github.com/Disruptor07) +- [Radek Stepan](https://github.com/stepanradek) From 6ed8113f8e253ce5a45edcb4c3eeb321e7077fbc Mon Sep 17 00:00:00 2001 From: ManaswibRane Date: Sat, 4 Oct 2025 14:54:35 +0530 Subject: [PATCH 870/942] Add Manaswi Rane to Contributors list --- docs/translations/README.gl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/translations/README.gl.md b/docs/translations/README.gl.md index 967a38aa..eec33405 100644 --- a/docs/translations/README.gl.md +++ b/docs/translations/README.gl.md @@ -108,3 +108,4 @@ Axiña mesturarei os teus cambios (facendo *merge*) na master branch deste proxe ## Onde ir dende aquí? +Se queres practicar máis e contribuír a código aberto, mira [Code Contributions](https://github.com/roshanjossey/code-contributions). From 1cf19d3fc6b65cb88a504e266dca44f7ef714362 Mon Sep 17 00:00:00 2001 From: Shubhanshu <146934759+shbhansh66@users.noreply.github.com> Date: Sat, 4 Oct 2025 15:19:35 +0530 Subject: [PATCH 871/942] Add Shubhanshu to Contributors list (#104755) * Add your-name to Contributors list * Add your-name to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ae4b8d6d..44ec7ae0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Raja Rathour](https://github.com/Raja-89) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) +- [Shubhanshu](https://github.com/shbhansh66) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) - [Clement Zentz](https://github.com/clement-zentz) - [Fred](https://github.com/kipkemoifred) From 92d9a2363d5105f45563753b64ce0aef0bc84138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E9=B9=8F=E6=9D=B0?= <3080483920@qq.com> Date: Sat, 4 Oct 2025 18:05:07 +0800 Subject: [PATCH 872/942] Add Laolvlamo to Contributors list (#104756) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 44ec7ae0..bbcdf2b4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1283,3 +1283,4 @@ - [Pobitro Bhattacharya](https://github.com/Pobitro-B) - [张](https://github.com/Disruptor07) - [Radek Stepan](https://github.com/stepanradek) +- [周](https://github.com/Laolvlamo) \ No newline at end of file From acd44d4b4e15f785caa11b3440c013f19f4ef87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Ng=E1=BB=8Dc=20H=C3=B2a?= <120555692+teaplusottp@users.noreply.github.com> Date: Sat, 4 Oct 2025 17:23:54 +0700 Subject: [PATCH 873/942] =?UTF-8?q?Add=20Ph=E1=BA=A1m=20Ng=E1=BB=8Dc=20H?= =?UTF-8?q?=C3=B2a=20to=20Contributors=20list=20(#104757)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bbcdf2b4..da2af850 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1283,4 +1283,5 @@ - [Pobitro Bhattacharya](https://github.com/Pobitro-B) - [张](https://github.com/Disruptor07) - [Radek Stepan](https://github.com/stepanradek) -- [周](https://github.com/Laolvlamo) \ No newline at end of file +- [周](https://github.com/Laolvlamo) +- [Phạm Ngọc Hòa](https://github.com/teaplusottp) \ No newline at end of file From e14cd7fb4cf0a57498e8dd763277e51efac235af Mon Sep 17 00:00:00 2001 From: Robert Shaporenkov Date: Sat, 4 Oct 2025 11:31:21 +0100 Subject: [PATCH 874/942] Added Robert Shaporenkov to Contributors list (#104758) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index da2af850..8c5db5a8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1241,6 +1241,7 @@ - [Abhishek](https://github.com/Abhi210) - Tran Thanh Tai - [dex] +- [Robert Shaporenkov](https://github.com/Robert-Shaporenkov) - [Krishanu ](https://github.com/krishanu009) - [MikuOnTheEthernet](https://github.com/Imgei69) - [Cuong224136](https://github.com/hchicuong3) From 409d41662c7f56aa820f570d0810400525e0219e Mon Sep 17 00:00:00 2001 From: itsrajadarsh Date: Sat, 4 Oct 2025 16:58:42 +0530 Subject: [PATCH 875/942] Add Adarsh to Contributors list --- Contributors.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Contributors.md b/Contributors.md index 8c5db5a8..23182f21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Raja Rathour](https://github.com/Raja-89) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Shubhanshu](https://github.com/shbhansh66) @@ -13,8 +14,7 @@ - [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) --[Mohit Kumar](https://github.com/MateeRixx) +- [baldlow](https://github.com/baldlow) -[Mohit Kumar](https://github.com/MateeRixx) - [Pygame17](https://github.com/Pygame17) - [Mohamednishar J](https://github.com/nisharj) - [anshuman](https://github.com/sahayanshuman2005) @@ -1133,6 +1133,7 @@ - [Pavitharan V](https://github.com/Pavitharan02) - [Nitesh Vasave](https://github.com/ni2-vsv11) - [Rafael Severo](https://github.com/rafaeumesmo) +- [Adarsh Raj](https://github.com/itsrajadarsh) - [Rahul Parihar](https://github.com/Parihar-Dev) - [Rajinisoumya](https://github.com/Rajinisoumya) - [Revati Keskar](https://gihub.som/RevatiKeskar) @@ -1285,4 +1286,4 @@ - [张](https://github.com/Disruptor07) - [Radek Stepan](https://github.com/stepanradek) - [周](https://github.com/Laolvlamo) -- [Phạm Ngọc Hòa](https://github.com/teaplusottp) \ No newline at end of file +- [Phạm Ngọc Hòa](https://github.com/teaplusottp) From 813c9ba37d2e8e5d51b90990466fd085273a72e4 Mon Sep 17 00:00:00 2001 From: JeevithaDS10 Date: Sat, 4 Oct 2025 17:02:04 +0530 Subject: [PATCH 876/942] Added my name to contributors.md (#104761) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 8c5db5a8..bf997cab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1285,4 +1285,5 @@ - [张](https://github.com/Disruptor07) - [Radek Stepan](https://github.com/stepanradek) - [周](https://github.com/Laolvlamo) -- [Phạm Ngọc Hòa](https://github.com/teaplusottp) \ No newline at end of file +- [Phạm Ngọc Hòa](https://github.com/teaplusottp) +- [Jeevitha D S](https://github.com/JeevithaDS10) \ No newline at end of file From 09adb0874b663adcc510e8daaeca8b8f036d77ce Mon Sep 17 00:00:00 2001 From: rei-gasis <41265292+rei-gasis@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:49:10 +0800 Subject: [PATCH 877/942] Add Fabian Banks to contributor list (#104762) Co-authored-by: Winson Gasis --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bf997cab..f1e462d2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1286,4 +1286,5 @@ - [Radek Stepan](https://github.com/stepanradek) - [周](https://github.com/Laolvlamo) - [Phạm Ngọc Hòa](https://github.com/teaplusottp) -- [Jeevitha D S](https://github.com/JeevithaDS10) \ No newline at end of file +- [Jeevitha D S](https://github.com/JeevithaDS10) +- [Fabian Banks](https://github.com/fbank68) \ No newline at end of file From d6e2bc20491196f83f9939ee42b8439042f0c55e Mon Sep 17 00:00:00 2001 From: Viraj Hudlikar <31214018+vhudlikar@users.noreply.github.com> Date: Sat, 4 Oct 2025 17:42:33 +0530 Subject: [PATCH 878/942] Update Contributors.md Add Viraj Hudlikar to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f1e462d2..ad904d4f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Raja Rathour](https://github.com/Raja-89) +- [Viraj Hudlikar](https://github.com/vhudlikar) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Shubhanshu](https://github.com/shbhansh66) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) @@ -1287,4 +1288,4 @@ - [周](https://github.com/Laolvlamo) - [Phạm Ngọc Hòa](https://github.com/teaplusottp) - [Jeevitha D S](https://github.com/JeevithaDS10) -- [Fabian Banks](https://github.com/fbank68) \ No newline at end of file +- [Fabian Banks](https://github.com/fbank68) From 596ab028bacf71772807d984dfc63573429894df Mon Sep 17 00:00:00 2001 From: preetan bannenavar Date: Sat, 4 Oct 2025 17:43:31 +0530 Subject: [PATCH 879/942] Remove Slack links from Georgian translation --- docs/translations/README.ge.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/translations/README.ge.md b/docs/translations/README.ge.md index 84d738d7..cbd60d93 100644 --- a/docs/translations/README.ge.md +++ b/docs/translations/README.ge.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,7 +108,6 @@ git push origin აღნიშნე და გაუზიარე მეგობრებს შენი წარმატება [ამ ლინკზე გადასვლით](https://firstcontributions.github.io/#social-share). -[შემოგვიერთდი slack-ზე](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). თუ კონტრიბუციების სხვაგან შეტანაც გინდა, ჩვენ შენთვის შედარებით მარტივად გასაგები პროექტები შევარჩიეთ, [რომლებსაც აქ ნახავ](https://firstcontributions.github.io/#project-list). From 8f235c6227ec7b6703f9d84ee07dc272d295e88b Mon Sep 17 00:00:00 2001 From: Viraj Hudlikar <31214018+vhudlikar@users.noreply.github.com> Date: Sat, 4 Oct 2025 17:46:40 +0530 Subject: [PATCH 880/942] Update Contributors.md (#104763) Add Viraj Hudlikar to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f1e462d2..ad904d4f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Raja Rathour](https://github.com/Raja-89) +- [Viraj Hudlikar](https://github.com/vhudlikar) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Shubhanshu](https://github.com/shbhansh66) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) @@ -1287,4 +1288,4 @@ - [周](https://github.com/Laolvlamo) - [Phạm Ngọc Hòa](https://github.com/teaplusottp) - [Jeevitha D S](https://github.com/JeevithaDS10) -- [Fabian Banks](https://github.com/fbank68) \ No newline at end of file +- [Fabian Banks](https://github.com/fbank68) From 8d23fe71eeef9890d14da12c86ca76dd86db8b94 Mon Sep 17 00:00:00 2001 From: Viraj Hudlikar <31214018+vhudlikar@users.noreply.github.com> Date: Sat, 4 Oct 2025 18:14:08 +0530 Subject: [PATCH 881/942] Update README.my.md Removed links to slack in Malay translation Addresses Remove slack link in Malay translation #104588 --- docs/translations/README.my.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.my.md b/docs/translations/README.my.md index a2288cd0..4abf1ffe 100644 --- a/docs/translations/README.my.md +++ b/docs/translations/README.my.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) @@ -105,8 +104,6 @@ Tahniah! Anda baru saja selesai melaksanakan aliran kerja standard _fork -> clon Raikan sumbangan anda dan kongsi dengan rakan-rakan serta pengikut melalui [aplikasi web](https://firstcontributions.github.io/#social-share). -Anda boleh menyertai pasukan 'Slack' kami sekiranya anda memerlukan bantuan atau mempunyai sebarang pertanyaan. [Sertai pasukan Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Mari kita mulakan dengan menyumbang kepada projek lain. Kami telah menyediakan senarai projek dengan isu-isu mudah yang boleh anda mula sumbangkan. Sila rujuk [senarai projek dalam aplikasi web](https://firstcontributions.github.io/#project-list). ### [Bahan tambahan](../additional-material/git_workflow_scenarios/additional-material.md) From 73d2520b62dd0987bcbf247d599323abd02f39b8 Mon Sep 17 00:00:00 2001 From: Eemil Korkka Date: Sat, 4 Oct 2025 16:30:14 +0300 Subject: [PATCH 882/942] Update Contributors.md (#104766) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ad904d4f..78abd926 100644 --- a/Contributors.md +++ b/Contributors.md @@ -446,6 +446,7 @@ - [S1ngularty](https://github.com/S1ngularty) - [Sabat Pierre](https://github.com/Tchouang) - [Sachin vk](https://github.com/sachindasvk) +- [Eemil](https://github.com/eemilkorkka) - [SaginalaAzeez](https://github.com/asheedh) - [Sahil Sharma](https://github.com/sahil-me) - [Sal Adrian](https://github.com/Sal-Adrian) From 134bc60b0bc5efe1b717a6e57b14d950d77c7fdf Mon Sep 17 00:00:00 2001 From: Niraj Ramnani <161608562+Niraj-Ramnani@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:05:12 +0530 Subject: [PATCH 883/942] Add Niraj to Contributors list (#104767) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 78abd926..883ee5c3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -198,6 +198,7 @@ - [jsutCodes](https://github.com/jsutCodes) - [karan](https://github.com/karanhb-pixel) - [kevinmj12](https://github.com/kevinmj12) +- [Niraj](https://github.com/Niraj-Ramnani) - [killjoybr](https://github.com/killjoybr) - [magikcarp](https://github.com/magikcarp) - [mayurk224](https://github.com/mayurk224) From a0457c7ad59ba7290d7fee2e702138dd5727258f Mon Sep 17 00:00:00 2001 From: Sourav N <55662036+souravkashyap0@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:21:50 +0530 Subject: [PATCH 884/942] Add Sourav N to Contributors list (#104768) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 883ee5c3..9d219674 100644 --- a/Contributors.md +++ b/Contributors.md @@ -307,6 +307,7 @@ - [Omar Emara](https://github.com/omarf2000) - [Omkar Guha](https://github.com/omkarguha) - [Owen Roukey](https://github.com/rouk5555) +- [Sourav N](https://github.com/souravkashyap0) - [Luth Gallemaso](https://github.com/luthgllms) - [Pankaj Monga](https://github.com/p-monga) - [Patrick Yeung](https://github.com/eampat) From 5812d7c6e020f9698b752b869cf8e175fe053361 Mon Sep 17 00:00:00 2001 From: Tudor Caseru Date: Sat, 4 Oct 2025 16:04:29 +0200 Subject: [PATCH 885/942] Add name to Contributors list (#104769) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9d219674..04e099e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,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) +- [Tudor Caseru](https://github.com/theoriginaltudor) - [Hrishikesh Rondla](https://github.com/Hrishikesh-Rondla) - [Rudra Pratap Singh Jadon](https://github.com/rudrajadon) - [Ronaldo P](https://github.com/Ronaldo-001) From d6b7e4c9f1be59711421019809de19fa6d17cfc3 Mon Sep 17 00:00:00 2001 From: Saidarshan <141834083+saidarshan7@users.noreply.github.com> Date: Sat, 4 Oct 2025 20:09:38 +0530 Subject: [PATCH 886/942] add saidarshan to Contributors list (#104770) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 04e099e8..3d1e9ffd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [Hoin Shin](https://github.com/signalman) - [Olet Sharapolli](https://github.com/Olet-17) - [Abhay Raj Agnihotri](https://github.com/abhayrajagnihotri) +- [Sai Darshan](https://github.com/saidarshan7) - [marcelo_iporre](https://github.com/CHELOIPO) - [ITSMijaiL](https://github.com/ITSMijaiL) - [Itay Levi](https://github.com/ItayLHdev) From 496b849dc5ef8445ccfa7dfbcd2bc9d72d659d2f Mon Sep 17 00:00:00 2001 From: Carraigh <147379474+Carraigh@users.noreply.github.com> Date: Sat, 4 Oct 2025 18:55:07 +0400 Subject: [PATCH 887/942] Add Carraigh to Contributors list (#104771) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3d1e9ffd..8d9bc43c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1294,3 +1294,4 @@ - [Phạm Ngọc Hòa](https://github.com/teaplusottp) - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) +- [Carraigh](https://github.com/Carraigh) From 5e2a61fad4bbd5e422fb1b4dda9c03808495753a Mon Sep 17 00:00:00 2001 From: Kartik <99790726+kartik912@users.noreply.github.com> Date: Sat, 4 Oct 2025 21:08:57 +0530 Subject: [PATCH 888/942] Add Kartik-Yadav to Contributors list (#104772) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8d9bc43c..6562e93e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -370,6 +370,7 @@ - [Abid Shaikh](https://github.com/Abid-sh84) - [Adrian PC M](https://github.com/AdrianPCM) - [Ahlal Izzatul](https://github.com/alaliz4) +- [Kartik Yadav](https://github.com/kartik912) - [Akash Dhamane](https://github.com/explore) - [Akash Goyal](https://github.com/1223akash) - [Ametoj Singh](https://github.com/singamet) From e9172d2bef504a747beec59ef2fe5dc2e4b1c9ce Mon Sep 17 00:00:00 2001 From: Lohitaksh Date: Sat, 4 Oct 2025 21:31:44 +0530 Subject: [PATCH 889/942] Add Lohitaksh to Contributors list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 6562e93e..731b19cc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1296,3 +1296,6 @@ - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) - [Carraigh](https://github.com/Carraigh) +- Lohitaksh + + From ba8d3f7c9abf8d866039837c58c155ef1da9e8f0 Mon Sep 17 00:00:00 2001 From: toomboom <142531842+toomboom@users.noreply.github.com> Date: Sat, 4 Oct 2025 23:28:12 +0700 Subject: [PATCH 890/942] add toomboom to Contributors list (#104776) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6562e93e..30e59950 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1296,3 +1296,4 @@ - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) - [Carraigh](https://github.com/Carraigh) +- [toomboom](https://github.com/toomboom) From ab420f19235a69ecdc9f913f86f02f85a2f84579 Mon Sep 17 00:00:00 2001 From: ashif323 Date: Sat, 4 Oct 2025 22:01:46 +0530 Subject: [PATCH 891/942] Adding Ashif as Contributor --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6562e93e..c6b6e12b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1296,3 +1296,4 @@ - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) - [Carraigh](https://github.com/Carraigh) +- [Mohammad Ashif Iqbal](https://github.com/ashif323) From 1287edccdf03a17ef4e60ba91dd5c47bc4c84730 Mon Sep 17 00:00:00 2001 From: Muthu Saravanan <116950076+MUTHUSARAVANAN5102@users.noreply.github.com> Date: Sat, 4 Oct 2025 22:59:27 +0530 Subject: [PATCH 892/942] add: Muthu Saravanan to Contributors list (#104778) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 30e59950..4428a33b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1297,3 +1297,4 @@ - [Fabian Banks](https://github.com/fbank68) - [Carraigh](https://github.com/Carraigh) - [toomboom](https://github.com/toomboom) +- [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) From d277c5c352c7409fb085a6efef8363af094ae128 Mon Sep 17 00:00:00 2001 From: Leena <109791804+leenahunagund@users.noreply.github.com> Date: Sat, 4 Oct 2025 23:03:36 +0530 Subject: [PATCH 893/942] Add leena-hunagund to Contributors list (#104779) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4428a33b..00848512 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1257,6 +1257,7 @@ - [Pranavg1203](https://github.com/PranavG1203) - [TANAY-BARGIR](https://github.com/TANAY-BARGIR) - [harshkaushik31](https://github.com/harshkaushik31) +- [leenahunagund](https://github.com/leenahunagund) - [Gijun Moon](https://github.com/gijunmoon) - [Sumeet D Choudhary](https://github.com/sumeet156) - [Buhlooey (hello!!!)](https://github.com/Buhlooey) From bc19b3dc3c1f2bae4627d1b52b666d1ebcbf17f5 Mon Sep 17 00:00:00 2001 From: AmirrezaSalimzadeh Date: Sat, 4 Oct 2025 21:22:23 +0330 Subject: [PATCH 894/942] i added Amirreza Salimzadeh --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 00848512..45a82ce7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1296,6 +1296,8 @@ - [Phạm Ngọc Hòa](https://github.com/teaplusottp) - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) +Amirreza Salimzadeh - [Carraigh](https://github.com/Carraigh) - [toomboom](https://github.com/toomboom) - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) + From d0648c73d3c90881ad67714abe079c6518cdfbe1 Mon Sep 17 00:00:00 2001 From: angelpauly <166082861+angelpauly@users.noreply.github.com> Date: Sat, 4 Oct 2025 23:44:03 +0530 Subject: [PATCH 895/942] Add Angel Pauly to contributions list (#104782) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 00848512..e223a474 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ - [Helen Tsui](https://github.com/helentht) - [Andy Ma](https://github.com/Everither) - [Bruno Costa](https://github.com/brunocosta-devlab) +- [Angel Pauly](https://github.com/angelpauly) - [Max Kutepov](https://github.com/MaximKutepov) - [Sid-5137](https://github.com/Sid-5137) - [Rick C](https://github.com/rccoder22) From 268f83f042a8655570b080ec15eb6e41d008ce2c Mon Sep 17 00:00:00 2001 From: Mayuresh Surve Date: Sun, 5 Oct 2025 00:41:17 +0530 Subject: [PATCH 896/942] Add Mayuresh Surve to Contributors List (#104783) Co-authored-by: amimayo --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e223a474..a89d1362 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1300,3 +1300,4 @@ - [Carraigh](https://github.com/Carraigh) - [toomboom](https://github.com/toomboom) - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) +- [Mayuresh Surve](https://github.com/amimayo) \ No newline at end of file From aa6df9fba8722d3be4b89ed1bf621e5066e8b90f Mon Sep 17 00:00:00 2001 From: Md Meraj Pasha Date: Sat, 4 Oct 2025 20:45:19 +0100 Subject: [PATCH 897/942] fixed link in vietnamese translation --- docs/translations/README.vn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.vn.md b/docs/translations/README.vn.md index bc031320..58069dfd 100644 --- a/docs/translations/README.vn.md +++ b/docs/translations/README.vn.md @@ -113,7 +113,7 @@ Tôi sẽ sớm hợp nhất (merge) tất cả các thay đổi của bạn và Chúc mừng! Bạn vừa hoàn thành quy trình tiêu chuẩn copy (fork) -> Sao chép (clone) -> chỉnh sửa (edit) -> yêu cầu kéo (pull request) mà bạn sẽ thường gặp khi đóng góp vào những dự án! -Hãy ăn mừng đóng góp của bạn, và chia sẻ nó với bạn bè và những người theo dõi của bạn bằng cách truy cập [ứng dụng web](https://roshanjossey.github.io/first-contribution/#social-share). +Hãy ăn mừng đóng góp của bạn, và chia sẻ nó với bạn bè và những người theo dõi của bạn bằng cách truy cập [ứng dụng web](https://firstcontributions.github.io/#social-share). Để hỗ trợ bạn với việc đóng góp cho các dự án (project) khác, chúng tôi đã tổng hợp một danh sách các dự án có các vấn đề đơn giản mà bạn có thể bắt đầu. Hãy kiểm tra [danh sách dự án trong ứng dụng web](https://firstcontributions.github.io/#project-list). From 2093aa6b282aed712c19604bf45f0aa31955d91e Mon Sep 17 00:00:00 2001 From: Purbasha Mitra <113845742+PurbashaMitra@users.noreply.github.com> Date: Sun, 5 Oct 2025 01:16:15 +0530 Subject: [PATCH 898/942] Add Purbasha to Contribution list (#104784) Co-authored-by: PMitra --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a89d1362..cbd500d4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -44,6 +44,7 @@ - [Fangphire](https://github.com/fangphire) - [Zohaib](https://github.com/Iamzohaibali) - [Frank Anthony](https://github.com/FrankLayza) +- [Purbasha Mitra](https://github.com/PurbashaMitra) - [Furanimus](https://github.com/Furanimus) - [Saugat Giri](https://github.com/saugat1070) - [Anurag Tiwari](https://github.com/boss2412) From 25d85ba2e49c05e5c5f0e7c3ff5d2e3bb4e0d4af Mon Sep 17 00:00:00 2001 From: AKARSH TIWARI <90685811+HyperionAKKI@users.noreply.github.com> Date: Sun, 5 Oct 2025 01:48:24 +0530 Subject: [PATCH 899/942] Add Akarsh to Contributors list (#104811) Co-authored-by: HyperionAKKI --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index cbd500d4..ba92a3d4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1301,4 +1301,5 @@ - [Carraigh](https://github.com/Carraigh) - [toomboom](https://github.com/toomboom) - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) -- [Mayuresh Surve](https://github.com/amimayo) \ No newline at end of file +- [Mayuresh Surve](https://github.com/amimayo) +- [Akarsh Tiwari](https://github.com/HyperionAKKI) \ No newline at end of file From aab3af691e4df704840dbd99ec5889fd12442c74 Mon Sep 17 00:00:00 2001 From: Md Meraj Pasha Date: Sat, 4 Oct 2025 21:19:51 +0100 Subject: [PATCH 900/942] removed slack link in chineese translation --- docs/translations/README.zh-tw.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.zh-tw.md b/docs/translations/README.zh-tw.md index cebdf526..da3df6d6 100644 --- a/docs/translations/README.zh-tw.md +++ b/docs/translations/README.zh-tw.md @@ -1,7 +1,6 @@ [![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) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) # 第一次參與開源 From 2d9a8145eae9081a1dc50466afc244481e4a58f3 Mon Sep 17 00:00:00 2001 From: Jayasree G K Date: Sun, 5 Oct 2025 03:08:27 +0530 Subject: [PATCH 901/942] Add Jayasree G Kalkura to Contributors list (#104781) * Add Jayasree G Kalkura to Contributors list * Update Contributors.md --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9095b690..7302dcf9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -83,6 +83,7 @@ - [Raghav Chanana](https://github.com/sidrag3045) - [Pratham Muley](https://github.com/Pratham19106) - [Jason Wiggs](https://github.com/wiggs30) +- [Jayasree G Kalkura](https://github.com/jayasree1805) - [Vaibhav Katyal](https://github.com/vaibhav-katyal) - [Swarnavo Majumder](https://github.com/Swarnavo2003) - [Elyas Shamal](https://github.com/ElyasShamal) From cdf4ab99dcb52d50e91bb0e53e8b59a8d0772062 Mon Sep 17 00:00:00 2001 From: Kim Duer <40674390+kimcodesjs@users.noreply.github.com> Date: Sat, 4 Oct 2025 17:11:18 -0500 Subject: [PATCH 902/942] Added kimcodesjs to contributors! (#104828) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7302dcf9..da4c2737 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1307,3 +1307,4 @@ Amirreza Salimzadeh - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) - [Mayuresh Surve](https://github.com/amimayo) - [Akarsh Tiwari](https://github.com/HyperionAKKI) +- [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) From 9b00fb31b73e580afa7580c33794104ef417229c Mon Sep 17 00:00:00 2001 From: Utkarsh Upreti Date: Sat, 4 Oct 2025 20:14:34 -0230 Subject: [PATCH 903/942] Add Utkarsh Upreti to the Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index da4c2737..aba270a1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors - +- [Utkarsh Upreti] (https://www.github.com/K4rsh) - [Raja Rathour](https://github.com/Raja-89) - [Viraj Hudlikar](https://github.com/vhudlikar) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) From 3eb762137fdb26bbeb59be558d5e3f67b24b67c4 Mon Sep 17 00:00:00 2001 From: Andre Bimbatti <37429520+andrebimbatti@users.noreply.github.com> Date: Sat, 4 Oct 2025 21:15:00 -0300 Subject: [PATCH 904/942] Add Andre Bimbatti to Contributors list (#104830) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index da4c2737..5b63b3c4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) - [Tudor Caseru](https://github.com/theoriginaltudor) +- [Andre Bimbatti](https://github.com/andrebimbatti) - [Hrishikesh Rondla](https://github.com/Hrishikesh-Rondla) - [Rudra Pratap Singh Jadon](https://github.com/rudrajadon) - [Ronaldo P](https://github.com/Ronaldo-001) From 0ea1e007bf819a4ff97e54e3e974d0930a776464 Mon Sep 17 00:00:00 2001 From: HolmesJMC Date: Sat, 4 Oct 2025 21:49:03 -0400 Subject: [PATCH 905/942] add HolmesMurillo to contributors list (#104831) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5b63b3c4..c8dc164b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -220,6 +220,7 @@ - [rkb121541](https://github.com/rkb121541) - [rockxxjin](https://github.com/rockxxjin) - [sadiqhero](https://github.com/sadiqhero) +- [HolmesMurillo](https://github.com/HolmesMurillo) - [siminpool](https://github.com/siminpool) - [suyash nepal](https://github.com/suynep) - [tka](https://github.com/theinkhaaung007) From 58b0fa9bd209395f42270ddf66b7fe27a4e2c67b Mon Sep 17 00:00:00 2001 From: amitak985059 <112576957+amitak985059@users.noreply.github.com> Date: Sun, 5 Oct 2025 07:46:20 +0530 Subject: [PATCH 906/942] Add Amit Kumar to Contributors list (#104832) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c8dc164b..d6481b8a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Tudor Caseru](https://github.com/theoriginaltudor) - [Andre Bimbatti](https://github.com/andrebimbatti) - [Hrishikesh Rondla](https://github.com/Hrishikesh-Rondla) +- [Amit Kumar](https://github.com/amitak985059) - [Rudra Pratap Singh Jadon](https://github.com/rudrajadon) - [Ronaldo P](https://github.com/Ronaldo-001) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) From 4c8d817a27e66bfdff57905ee5069fb6abfec795 Mon Sep 17 00:00:00 2001 From: Sachinandan <112381035+sachinandan-05@users.noreply.github.com> Date: Sun, 5 Oct 2025 07:52:44 +0530 Subject: [PATCH 907/942] first contribution (#104833) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d6481b8a..5da40126 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Sahil Gurjar][https://github.com/SG2407] - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) +-[sachinandan yadav](https://github.com/sachinandan-05) - [Md Khalid Hasan Ansari] - [Ankit Singh] (https://github.com/ANKITsingh-git2) - [Wilmer Gulcochia](https://github.com/wigsdev) From cb0f3a02e5bc687a08a9290bb7a4766efab44442 Mon Sep 17 00:00:00 2001 From: hctrdubs24 <106323235+hctrdubs24@users.noreply.github.com> Date: Sat, 4 Oct 2025 20:42:50 -0600 Subject: [PATCH 908/942] =?UTF-8?q?Add=20H=C3=A9ctor=20Lara=20to=20Contrib?= =?UTF-8?q?utors=20list=20(#104834)?= 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 5da40126..265e3b21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1109,6 +1109,7 @@ - [Hassan Zidan](https://github.com/Hassannzidan) - [Himanshu Gohil](https://github.com/tghimanshu) - [Hiruna Panditha](https://github.com/Hiruna-SP) +- [Héctor Lara](https://github.com/hctrdubs24) - [Ife Osifalujo](https://github.com/osifalujoi1) - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Irksomehails](https://github.com/irksomehails) From 86bddb930c91e76ec10b95c9d95b5b4458a5f404 Mon Sep 17 00:00:00 2001 From: Mateus Zaparoli <125597761+mateuszaparoli@users.noreply.github.com> Date: Sat, 4 Oct 2025 23:51:21 -0300 Subject: [PATCH 909/942] Add mateus-zaparoli to Contributors list (#104835) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 265e3b21..e945c9c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1311,5 +1311,6 @@ Amirreza Salimzadeh - [toomboom](https://github.com/toomboom) - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) - [Mayuresh Surve](https://github.com/amimayo) +- [Mateus Zaparoli](https://github.com/mateuszaparoli) - [Akarsh Tiwari](https://github.com/HyperionAKKI) - [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) From e0c8193365f38610652bfb7c8553fcfcb68b9afc Mon Sep 17 00:00:00 2001 From: Masana Durai Date: Sun, 5 Oct 2025 08:23:31 +0530 Subject: [PATCH 910/942] Add new name to Contributors list --- Contributors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contributors.md b/Contributors.md index 265e3b21..c0bc2c2c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,8 +9,7 @@ - [Fred](https://github.com/kipkemoifred) - [Sahil Gurjar][https://github.com/SG2407] - [Prince Yadav](https://github.com/warrior-hub) -- [Kyra (kyrazzx)](https://github.com/kyrazzx) --[sachinandan yadav](https://github.com/sachinandan-05) +- [Kyra (kyrazzx)](https://github.com/kyrazzx) -[sachinandan yadav](https://github.com/sachinandan-05) - [Md Khalid Hasan Ansari] - [Ankit Singh] (https://github.com/ANKITsingh-git2) - [Wilmer Gulcochia](https://github.com/wigsdev) @@ -22,6 +21,7 @@ - [anshuman](https://github.com/sahayanshuman2005) - [Anubhav Saha](https://github.com/anubhavtogit) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) +- [Masanadurai](https://github.com/Masanadurai007) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) - [Tudor Caseru](https://github.com/theoriginaltudor) @@ -1306,7 +1306,7 @@ - [Phạm Ngọc Hòa](https://github.com/teaplusottp) - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) -Amirreza Salimzadeh + Amirreza Salimzadeh - [Carraigh](https://github.com/Carraigh) - [toomboom](https://github.com/toomboom) - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) From 18e390774b412ad8425e466316c1131d275ec174 Mon Sep 17 00:00:00 2001 From: afantene Date: Sat, 4 Oct 2025 21:12:49 -0600 Subject: [PATCH 911/942] Removed the slack link in Portuguese translation. --- docs/translations/README.pt-pt.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.pt-pt.md b/docs/translations/README.pt-pt.md index 04145cd4..9aa470fc 100644 --- a/docs/translations/README.pt-pt.md +++ b/docs/translations/README.pt-pt.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 0b9600b110e7e09e923eb2ff2a58458875f5adc6 Mon Sep 17 00:00:00 2001 From: ack-chai Date: Sun, 5 Oct 2025 09:26:11 +0530 Subject: [PATCH 912/942] Add Abhijna Marathe to Contributors list (#104839) Co-authored-by: Abhijna Marathe --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e945c9c8..167272c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1314,3 +1314,4 @@ Amirreza Salimzadeh - [Mateus Zaparoli](https://github.com/mateuszaparoli) - [Akarsh Tiwari](https://github.com/HyperionAKKI) - [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) +- [Abhijna Marathe](https://github.com/ack-chai) From a0323a58bf8312b2c20d1d9c5203f62c6e72b1e2 Mon Sep 17 00:00:00 2001 From: Subrat Kumar Behera <118915829+Subratkb02@users.noreply.github.com> Date: Sun, 5 Oct 2025 10:07:18 +0530 Subject: [PATCH 913/942] Added a new feature (#104840) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 167272c2..cba9e53f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1315,3 +1315,4 @@ Amirreza Salimzadeh - [Akarsh Tiwari](https://github.com/HyperionAKKI) - [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) - [Abhijna Marathe](https://github.com/ack-chai) +- [Subrat Kumar Behera](https://github.com/Subratkb02) \ No newline at end of file From 651571de70318bec327a8461a15d1259f283e6cc Mon Sep 17 00:00:00 2001 From: vyshnavi raj Date: Sun, 5 Oct 2025 10:55:33 +0530 Subject: [PATCH 914/942] Add vyshnavi raj to Contributors list (#104841) Co-authored-by: vyshnaviraj --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cba9e53f..113cd35a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Raja Rathour](https://github.com/Raja-89) - [Viraj Hudlikar](https://github.com/vhudlikar) +- [vyshnavi raj] (https://github.com/vyshnaviraj) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Shubhanshu](https://github.com/shbhansh66) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) From 542e2ef376c286c6b9f77504d613e7cf69fa667d Mon Sep 17 00:00:00 2001 From: SANDY REDDY Date: Sun, 5 Oct 2025 06:32:22 +0000 Subject: [PATCH 915/942] Replaced Slack link with Code Contributions link in Telugu README --- docs/translations/README.te.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.te.md b/docs/translations/README.te.md index 7996d2a0..25fd8d68 100644 --- a/docs/translations/README.te.md +++ b/docs/translations/README.te.md @@ -113,7 +113,7 @@ git push origin [వెబ్ యాప్‌కి](https://firstcontributions.github.io/#social-share) వెళ్లడం ద్వారా మీ సహకారాన్ని జరుపుకోండి మరియు మీ స్నేహితులు మరియు అనుచరులతో భాగస్వామ్యం చేయండి. -మీకు ఏదైనా సహాయం అవసరమైతే లేదా ఏవైనా ప్రశ్నలు ఉంటే మీరు మా స్లాక్ టీమ్‌లో చేరవచ్చు.[స్లాక్ జట్టులో చేరండి](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) +మీకు ఏదైనా సహాయం అవసరమైతే లేదా ఏవైనా ప్రశ్నలు ఉంటే మీరు మా స్లాక్ టీమ్‌లో చేరవచ్చు.[స్లాక్ జట్టులో చేరండి](https://github.com/roshanjossey/code-contributions) ఇక, ఇప్పుడు మీరు ఇతర ప్రాజెక్టులకు తోడ్పడటం ప్రారంభించండి. మీరు ప్రారంభించగల సులభమైన సమస్యలతో ప్రాజెక్టుల జాబితాను మేము రెడీ చేసాము. [వెబ్ ప్రాజెక్టుల జాబితాలు](https://firstcontributions.github.io/#project-list) ను చూడండి. From e4f1426a4978eacbacf43ce17b598c79d5a4c1a8 Mon Sep 17 00:00:00 2001 From: vu221604-creator Date: Sun, 5 Oct 2025 13:37:54 +0700 Subject: [PATCH 916/942] Nguyen Thanh Vu --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 113cd35a..196f0690 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1316,4 +1316,5 @@ Amirreza Salimzadeh - [Akarsh Tiwari](https://github.com/HyperionAKKI) - [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) - [Abhijna Marathe](https://github.com/ack-chai) -- [Subrat Kumar Behera](https://github.com/Subratkb02) \ No newline at end of file +- [Subrat Kumar Behera](https://github.com/Subratkb02) +- [Nguyen Thanh Vu](https://github.com/vu221604-creator) From a39e5b26090532ae46d0e789ef991ab59fad286f Mon Sep 17 00:00:00 2001 From: srithedesigner <59601228+srithedesigner@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:08:31 +0530 Subject: [PATCH 917/942] added my profile onto the contributers md file (#104843) * added my profile onto the contributers md file * added new line so that next contributer can directly add name without modyfing the line above --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 113cd35a..20c8d2a0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1316,4 +1316,5 @@ Amirreza Salimzadeh - [Akarsh Tiwari](https://github.com/HyperionAKKI) - [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) - [Abhijna Marathe](https://github.com/ack-chai) -- [Subrat Kumar Behera](https://github.com/Subratkb02) \ No newline at end of file +- [Subrat Kumar Behera](https://github.com/Subratkb02) +- [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) From f29463a78acd2113d0ddbdca990906c87f0771a1 Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar <89670760+Ashutosh9470@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:35:48 +0530 Subject: [PATCH 918/942] Add Ashutosh to Contributors list (#104846) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 20c8d2a0..34cb8388 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [Viraj Hudlikar](https://github.com/vhudlikar) - [vyshnavi raj] (https://github.com/vyshnaviraj) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) +- [Ashutosh] (https://github.com/Ashutosh9470) - [Shubhanshu](https://github.com/shbhansh66) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) - [Clement Zentz](https://github.com/clement-zentz) From 00fc2aac9719dd533dda204aa366040aad0c3448 Mon Sep 17 00:00:00 2001 From: Aryan Guptqa Date: Sun, 5 Oct 2025 12:39:41 +0530 Subject: [PATCH 919/942] Update Contributors.md (#104847) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 34cb8388..e53141c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1319,3 +1319,4 @@ Amirreza Salimzadeh - [Abhijna Marathe](https://github.com/ack-chai) - [Subrat Kumar Behera](https://github.com/Subratkb02) - [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) +- [Aryan Gupta](https://github.com/aryang2377) From 3491434a5b34db24a192fda4c4d5d2ccd32ae6c6 Mon Sep 17 00:00:00 2001 From: Chirag Garg Date: Sun, 5 Oct 2025 13:01:30 +0530 Subject: [PATCH 920/942] Added Chirag Garg in contributors.md --- Contributors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contributors.md b/Contributors.md index e53141c2..6781af21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,9 +10,9 @@ - [Clement Zentz](https://github.com/clement-zentz) - [Fred](https://github.com/kipkemoifred) - [Sahil Gurjar][https://github.com/SG2407] +- [Chirag Garg][https://github.com/Chiraggarg879] - [Prince Yadav](https://github.com/warrior-hub) -- [Kyra (kyrazzx)](https://github.com/kyrazzx) --[sachinandan yadav](https://github.com/sachinandan-05) +- [Kyra (kyrazzx)](https://github.com/kyrazzx) -[sachinandan yadav](https://github.com/sachinandan-05) - [Md Khalid Hasan Ansari] - [Ankit Singh] (https://github.com/ANKITsingh-git2) - [Wilmer Gulcochia](https://github.com/wigsdev) @@ -1308,7 +1308,7 @@ - [Phạm Ngọc Hòa](https://github.com/teaplusottp) - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) -Amirreza Salimzadeh + Amirreza Salimzadeh - [Carraigh](https://github.com/Carraigh) - [toomboom](https://github.com/toomboom) - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) From 71d98a2833952d4c53e74e3b7c3ffdcc225822ba Mon Sep 17 00:00:00 2001 From: Ugesh praavin Date: Sun, 5 Oct 2025 13:35:19 +0530 Subject: [PATCH 921/942] Add Ugesh Praavin to contributors list (#104849) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e53141c2..807e18b0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1320,3 +1320,4 @@ Amirreza Salimzadeh - [Subrat Kumar Behera](https://github.com/Subratkb02) - [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) - [Aryan Gupta](https://github.com/aryang2377) +- [Ugesh Praavin D](https://github.com/Ugesh-Praavin) From 91783ad753a19140f9e8c984958b1fbf21447edb Mon Sep 17 00:00:00 2001 From: Kirill Sirotkin Date: Sun, 5 Oct 2025 11:18:55 +0300 Subject: [PATCH 922/942] fix: remove slack link in Russian translation --- docs/translations/README.ru.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.ru.md b/docs/translations/README.ru.md index 56af2264..af252098 100644 --- a/docs/translations/README.ru.md +++ b/docs/translations/README.ru.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 fb31ff364d108474e722beda86cfe71c714c8ace Mon Sep 17 00:00:00 2001 From: Leonardo-Garzon-1995 Date: Sun, 5 Oct 2025 11:04:05 +0200 Subject: [PATCH 923/942] Add Leonardo to Contributors list (#104851) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 807e18b0..108e1b86 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [vyshnavi raj] (https://github.com/vyshnaviraj) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Ashutosh] (https://github.com/Ashutosh9470) +- [Leonardo Garzon] (https://github.com/Leonardo-Garzon-1995) - [Shubhanshu](https://github.com/shbhansh66) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) - [Clement Zentz](https://github.com/clement-zentz) From 10fda278851caee96d44639efad3bff7876ff56d Mon Sep 17 00:00:00 2001 From: SANDY REDDY Date: Sun, 5 Oct 2025 09:06:11 +0000 Subject: [PATCH 924/942] Updated Telugu text as suggested --- docs/translations/README.te.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.te.md b/docs/translations/README.te.md index 25fd8d68..9c50be69 100644 --- a/docs/translations/README.te.md +++ b/docs/translations/README.te.md @@ -113,7 +113,7 @@ git push origin [వెబ్ యాప్‌కి](https://firstcontributions.github.io/#social-share) వెళ్లడం ద్వారా మీ సహకారాన్ని జరుపుకోండి మరియు మీ స్నేహితులు మరియు అనుచరులతో భాగస్వామ్యం చేయండి. -మీకు ఏదైనా సహాయం అవసరమైతే లేదా ఏవైనా ప్రశ్నలు ఉంటే మీరు మా స్లాక్ టీమ్‌లో చేరవచ్చు.[స్లాక్ జట్టులో చేరండి](https://github.com/roshanjossey/code-contributions) +మీకు ఇంకా సాధన కావాలనుకుంటే, [కోడ్ కాంట్రిబ్యూషన్స్ రిపోజిటరీ](https://github.com/roshanjossey/code-contributions) ఇక, ఇప్పుడు మీరు ఇతర ప్రాజెక్టులకు తోడ్పడటం ప్రారంభించండి. మీరు ప్రారంభించగల సులభమైన సమస్యలతో ప్రాజెక్టుల జాబితాను మేము రెడీ చేసాము. [వెబ్ ప్రాజెక్టుల జాబితాలు](https://firstcontributions.github.io/#project-list) ను చూడండి. From 8316b1b82e1f74b7648b78fec009781ff7c6c061 Mon Sep 17 00:00:00 2001 From: Vansh Dangi <91793876+Gr8V@users.noreply.github.com> Date: Sun, 5 Oct 2025 14:42:14 +0530 Subject: [PATCH 925/942] vansh-dangi --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 807e18b0..ca2b2e99 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors - +- [Vansh Dangi](https://github.com/Gr8V) - [Raja Rathour](https://github.com/Raja-89) - [Viraj Hudlikar](https://github.com/vhudlikar) - [vyshnavi raj] (https://github.com/vyshnaviraj) From 0fc325bacaba78376b8c26a0b0425535b214a6ea Mon Sep 17 00:00:00 2001 From: Chintha-vardhan Date: Sun, 5 Oct 2025 14:51:40 +0530 Subject: [PATCH 926/942] Add Vardhan to Contributors list (#104854) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 108e1b86..05d07b0c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Clement Zentz](https://github.com/clement-zentz) - [Fred](https://github.com/kipkemoifred) - [Sahil Gurjar][https://github.com/SG2407] +- [Vardhan](https://github.com/Chintha-vardhan) - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) -[sachinandan yadav](https://github.com/sachinandan-05) From f0682040b40d0be23f41afab49540b144424dfa8 Mon Sep 17 00:00:00 2001 From: SahilMotiramani <2022.sahil.motiramani@ves.ac.in> Date: Sun, 5 Oct 2025 14:52:47 +0530 Subject: [PATCH 927/942] Sahil First Contri --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 05d07b0c..846f46f1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1323,3 +1323,4 @@ Amirreza Salimzadeh - [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) - [Aryan Gupta](https://github.com/aryang2377) - [Ugesh Praavin D](https://github.com/Ugesh-Praavin) +-[Sahil Motiramani](https://github.com/SahilMotiramani) \ No newline at end of file From 363a2c07abb418e7fbc644aa04bcb99f30bcb922 Mon Sep 17 00:00:00 2001 From: Luis Osena <135612008+luisosena@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:28:07 +0300 Subject: [PATCH 928/942] Added my name to the Contributors list (#104855) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 05d07b0c..d7ac13d7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -998,6 +998,7 @@ - [Nishant](https://github.com/nishant-khatri17) - [OBLI B VIKRAM](https://github.com/Vikramobli) - [Omer Cohen](https://github.com/OmerCohen7530) +- [Luis Osena](https://github.com/luisosena) - [Oriana Galindez](https://github.com/malibu54) - [Parker Crook](https://github.com/parkercrook) - [Parth Sivakumar](https://github.com/Parth-sk) From 40623ababa9f7b2589d89309705e74dcee0d26be Mon Sep 17 00:00:00 2001 From: Akash9541 Date: Sun, 5 Oct 2025 15:00:16 +0530 Subject: [PATCH 929/942] Add Akash Thakur to Contributors list (#104856) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d7ac13d7..552c5561 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1324,3 +1324,4 @@ Amirreza Salimzadeh - [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) - [Aryan Gupta](https://github.com/aryang2377) - [Ugesh Praavin D](https://github.com/Ugesh-Praavin) +- [Akash Thakur](https://github.com/Akash9541) \ No newline at end of file From 45f60ce857ee6dc1b8a489246464a29a223c388a Mon Sep 17 00:00:00 2001 From: Sahil <145254403+SahilMotiramani@users.noreply.github.com> Date: Sun, 5 Oct 2025 15:15:34 +0530 Subject: [PATCH 930/942] Update Contributors.md (#104858) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 552c5561..280732e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1324,4 +1324,5 @@ Amirreza Salimzadeh - [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) - [Aryan Gupta](https://github.com/aryang2377) - [Ugesh Praavin D](https://github.com/Ugesh-Praavin) -- [Akash Thakur](https://github.com/Akash9541) \ No newline at end of file +- [Akash Thakur](https://github.com/Akash9541) +-[Sahil Motiramani](https://github.com/SahilMotiramani) From c11220c7a7c36c94497a0630fd251d226c9b47d6 Mon Sep 17 00:00:00 2001 From: Muhammad Raza Date: Sun, 5 Oct 2025 14:46:06 +0500 Subject: [PATCH 931/942] Add Muhammad Raza to Contributors list (#104859) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 280732e3..3c61e354 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Raja Rathour](https://github.com/Raja-89) - [Viraj Hudlikar](https://github.com/vhudlikar) +- [Muhammad Raza](https://github.com/RazaJavaid2004) - [vyshnavi raj] (https://github.com/vyshnaviraj) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Ashutosh] (https://github.com/Ashutosh9470) From 681d8159fa6f85a4611251dc80658c58181459ff Mon Sep 17 00:00:00 2001 From: Rajat <69564396+Rajat-44@users.noreply.github.com> Date: Sun, 5 Oct 2025 15:43:35 +0530 Subject: [PATCH 932/942] Update Contributors.md (#104860) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c61e354..b64f30c5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1327,3 +1327,4 @@ Amirreza Salimzadeh - [Ugesh Praavin D](https://github.com/Ugesh-Praavin) - [Akash Thakur](https://github.com/Akash9541) -[Sahil Motiramani](https://github.com/SahilMotiramani) +-[Rajat](https://github.com/Rajat-44) \ No newline at end of file From 8269d3226ea8d5030312f57f210908ee51a05d19 Mon Sep 17 00:00:00 2001 From: Gautam Sharma Date: Sun, 5 Oct 2025 15:53:40 +0530 Subject: [PATCH 933/942] Update README.ps.md Removed the Slack link --- docs/translations/README.ps.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/translations/README.ps.md b/docs/translations/README.ps.md index cbce5b17..9ff85149 100644 --- a/docs/translations/README.ps.md +++ b/docs/translations/README.ps.md @@ -9,9 +9,6 @@ Open Source Helpers - - Join Slack Team - --- @@ -145,4 +142,4 @@ fatal: Authentication failed for 'https://github.com/<your-username>/first | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [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 ffb347e1d987e621ac52190dfe4a9eb58c938a3d Mon Sep 17 00:00:00 2001 From: Dennyyyyyyy Date: Sun, 5 Oct 2025 14:11:13 +0300 Subject: [PATCH 934/942] Add Denny to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f1ff4d0c..accb659b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1327,4 +1327,5 @@ - [Ugesh Praavin D](https://github.com/Ugesh-Praavin) - [Akash Thakur](https://github.com/Akash9541) -[Sahil Motiramani](https://github.com/SahilMotiramani) --[Rajat](https://github.com/Rajat-44) \ No newline at end of file +-[Rajat](https://github.com/Rajat-44) +-[Denys](https://github.com/Dennyyyyyyy) \ No newline at end of file From b838bf3ccbdbf7926b4eab44a9b985509d563b33 Mon Sep 17 00:00:00 2001 From: Zaid Qtaish <59788372+ZaidQtaish@users.noreply.github.com> Date: Sun, 5 Oct 2025 14:15:02 +0300 Subject: [PATCH 935/942] Add ZaidQtaish to Contributors list (#104865) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 244d9fd9..fc90a751 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Utkarsh Upreti] (https://www.github.com/K4rsh) +- [Zaid Qtaish](https://github.com/ZaidQtaish) - [Raja Rathour](https://github.com/Raja-89) - [Viraj Hudlikar](https://github.com/vhudlikar) - [Muhammad Raza](https://github.com/RazaJavaid2004) From d6b700e733783a56409ddf515cca2180d9dc8af8 Mon Sep 17 00:00:00 2001 From: Dennyyyyyyy Date: Sun, 5 Oct 2025 14:18:06 +0300 Subject: [PATCH 936/942] Add Denny to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 670532ea..649524d3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1329,4 +1329,4 @@ - [Akash Thakur](https://github.com/Akash9541) -[Sahil Motiramani](https://github.com/SahilMotiramani) -[Rajat](https://github.com/Rajat-44) --[Denys](https://github.com/Dennyyyyyyy) +-[Denys](https://github.com/Dennyyyyyyy) \ No newline at end of file From 06ec2c03798b3156c5c1d4c9fc0efc893b95580f Mon Sep 17 00:00:00 2001 From: Dennyyyyyyy Date: Sun, 5 Oct 2025 14:21:33 +0300 Subject: [PATCH 937/942] Remove Denny to Contributors list --- Contributors.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 649524d3..b241ad6c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1328,5 +1328,4 @@ - [Sahil Motiramani](https://github.com/SahilMotiramani) - [Akash Thakur](https://github.com/Akash9541) -[Sahil Motiramani](https://github.com/SahilMotiramani) --[Rajat](https://github.com/Rajat-44) --[Denys](https://github.com/Dennyyyyyyy) \ No newline at end of file +-[Rajat](https://github.com/Rajat-44) \ No newline at end of file From dc67411ae652cd19efc5c05cc7a5137de22092ea Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sun, 5 Oct 2025 13:25:22 +0200 Subject: [PATCH 938/942] Update Contributors.md --- Contributors.md | 578 +++++++++--------------------------------------- 1 file changed, 101 insertions(+), 477 deletions(-) diff --git a/Contributors.md b/Contributors.md index 471c69b6..85387733 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1233,481 +1233,105 @@ - [puchan-s](https://github.com/puchan-s/first-contributions) - [Hiruna Panditha](https://github.com/Hiruna-SP) - [nemdull](https://github.com/nemdull) -- [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) -- [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) -- [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) -- [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) -- [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) -- [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) -- [Samridhi Prakash](https://github.com/Samridhi-2007) -- [Angelina Tsygan](https://github.com/angelinatsygan) -- [Vinit Rana](https://github.com/RanaVinit) -- [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) -- [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) -- [Oubai Bendjedidi](https://github.com/oubaibendjedidi) -- [Ahmet Mert Şengöl](https://github.com/ahmertsengol) -- [Ipshita Bhardwaj](https://github.com/ipshitabhardwaj) -- [Sumaiyah Ibrahim](https://github.com/sumaiyahibrahim) -- [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) -- [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) -- [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) -- [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) -- [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) -- gadalova -- [Yeaabsra Ashebir (tech nerd)](https://github.com/yeabnoah) -- [gabecodessometimes](https://github.com/gabecodessometimes) -- [TsvetislavRangelov](https://github.com/TsvetislavRangelov) -- [Tornike Tsulukidze](https://github.com/TheMechanicalBeing) -- [Benjamin Tsoumagas](https://github.com/tsoumagas-benjamin) -- [Kuldeep Sahoo](https://github.com/Kuldeep-Sahoo-7257-1922) -- [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) -- [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) -- [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) -- [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) -- [Sreekutty Kottukkal Ajamalan](https://github.com/sreekutty-434) -- [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) -- [Nathaly Fairlie Pearson Freitas](https://github.com/NathalyFairlie) -- [Priya Darshini Manda](https://github.com/mandaujjwalapriyadarshini) -- [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) -- [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) -- [Ranjan 😎] -- -- [Said Berk](https://github.com/saidberk27) -- [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) -- [Ishpriya Sharma](https://github.com/Ishpriya-Sharma) -- [Idris](https://github.com/idreesjanib1) -- [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) --MAHEK GUPTA!!!!! -- Martin -- Mubarak -- [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 -- [Alok Srivastava](https://github.com/alok-srivastava) -- [Vani Narwani](https://github.com/VaniNarwani23) -- [Ruchira Chaubey](https://github.com/ruchirachaubey) -- [Jonuar](https://github.com/jonuar) -- [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) -- [Mounika Abburi](https://github.com/mounika1000) -- [Ganesh R](https://github.com/ganesh-techs) -- [Vamshi Krishna G](https://github.com/Krishna-721) -- [Elielton Bueno](https://github.com/ElieltonBueno) -- [Keerthi Geddi](https://github.com/GeddiKeerthi8737) -- [Chinmay Pani](https://github.com/chinmay8bit) -- [OpenSeeker](https://github.com/OpenSeeker) -- [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] -- [Sreya Bhattacharjee](https://github.com/bsreya0906) -- [Priya Kumari](https://github.com/priyayayayayaaa) --[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) -- [Ajay Anand](https://https://github.com/AJrelapse) -- [corrix0](https://github.com/corrix0) -- [Rumesha Ansari](https://github.com/Rumesha400) -- [Rudraraj Pandey](https://github.com/heelR3) -- [Maxi Rebolo](https://github.com/MaxiR23) -- [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) -- [Shreya Kumari](https://github.com/shreya-create-glitch) -- [Mohamed Laraiche](https://github.com/molaraiche) -- [Akshit Garg](https://github.com/AkshitGarg054) -- [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) -- [Firewooood](https://github.com/Firewooood) --[luisdiaz327](https://github.com/luisdiaz327) --[mattmoodie](https://github.com/mattmoodie) -- [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) -- [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 -[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) -- [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) -- [Shivang](https://github.com/shivang-jnv) +- [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) +- [Kirill Sirotkin](https://github.com/kiriyms) +- [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) +- [Kartik Dixit](https://github.com/kartikdixit2468) +- [Evan Xu](https://github.com/ThisEVAN1) +- [sowmiya](https://github.com/sowmiya880) +- [syedsabbir-git](https://github.com/syedsabbir-git) +- [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) +- [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) +- Tran Thanh Tai +- [dex] +- [Robert Shaporenkov](https://github.com/Robert-Shaporenkov) +- [Krishanu ](https://github.com/krishanu009) +- [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) +- [Pranavg1203](https://github.com/PranavG1203) +- [TANAY-BARGIR](https://github.com/TANAY-BARGIR) +- [harshkaushik31](https://github.com/harshkaushik31) +- [leenahunagund](https://github.com/leenahunagund) +- [Gijun Moon](https://github.com/gijunmoon) +- [Sumeet D Choudhary](https://github.com/sumeet156) +- [Buhlooey (hello!!!)](https://github.com/Buhlooey) +- [Mystique85 (Hello! 👋)](https://github.com/Mystique85) +- [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) +- [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) +- [Zahra Shefa](https://github.com/zahrashefa318) +- [Purushottam-Singh](https://github.com/purakh) +- [Karumanchi Siddhanth](https://github.com/Sid-ef) +- [Shreya](https://github.com/shreya0806-tech) +- [Chang Jia Jun](https://github.com/jiajunchang2002g) +- [Samiksha Prathip](https://github.com/samikshaprathip) +- [Aryan Vora](https://github.com/vora-aryan) +- [Tommaso Desiato](https://github.com/Tommaso-Desiato) +- [Rhys Povey](https://github.com/Rpovey04) +- [Purva Porwal](https://github.com/purvapr13) +- [Amir Yasaei](https://github.com/amiryasaei) +- [Idris Rasaq Akande](https://github.com/gentlerhiz) +- [John Ziska](https://github.com/kingcoco42) +- [Sunday P. Afolabi](https://github.com/Lecon-a) +- [Zulfiqar Silmy S](https://github.com/Fiqqar) +- [Pobitro Bhattacharya](https://github.com/Pobitro-B) +- [张](https://github.com/Disruptor07) +- [Radek Stepan](https://github.com/stepanradek) +- [周](https://github.com/Laolvlamo) +- [Phạm Ngọc Hòa](https://github.com/teaplusottp) +- [Jeevitha D S](https://github.com/JeevithaDS10) +- [Fabian Banks](https://github.com/fbank68) + Amirreza Salimzadeh +- [Carraigh](https://github.com/Carraigh) +- [toomboom](https://github.com/toomboom) +- [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) +- [Mayuresh Surve](https://github.com/amimayo) +- [Mateus Zaparoli](https://github.com/mateuszaparoli) +- [Akarsh Tiwari](https://github.com/HyperionAKKI) +- [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) +- [Abhijna Marathe](https://github.com/ack-chai) +- [Subrat Kumar Behera](https://github.com/Subratkb02) +- [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) +- [Aryan Gupta](https://github.com/aryang2377) +- [Ugesh Praavin D](https://github.com/Ugesh-Praavin) +- [Sahil Motiramani](https://github.com/SahilMotiramani) +- [Akash Thakur](https://github.com/Akash9541) +- [Rajat](https://github.com/Rajat-44) - [nemdull](https://github.com/nemdull) -- [playerblair](https://github.com/playerblair) -- [Shahrukh Khan](https://github.com/srk384) -- [Arul](https://github.com/arul3011) -- [Lusmaysh](https://github.com/lusmaysh) -- [Sachin](https://github.com/Sachiiinnn) -- [Anton Lysenko](https://github.com/AntonyCoder) -- [Chirag Sharma](https://github.com/chirraaggggg) -- [Gustavo Aguilar](https://github.com/gangeagui) -- [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) From 3cd194844ad15571064a67284451258309b6ea4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BA=B7ng=20Thi=C3=AAn=20Ch=C6=B0=C6=A1ng?= Date: Sun, 5 Oct 2025 18:28:17 +0700 Subject: [PATCH 939/942] Add Dang Thien Chuong to contributors list (#104866) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 85387733..991e9f39 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1333,5 +1333,6 @@ - [Ugesh Praavin D](https://github.com/Ugesh-Praavin) - [Sahil Motiramani](https://github.com/SahilMotiramani) - [Akash Thakur](https://github.com/Akash9541) +- Dang Thien Chuong - [Rajat](https://github.com/Rajat-44) - [nemdull](https://github.com/nemdull) From f2d08764ca09c0f4dea2cc07eeda61e9643b0edb Mon Sep 17 00:00:00 2001 From: Gautam Sharma Date: Sun, 5 Oct 2025 17:08:51 +0530 Subject: [PATCH 940/942] Remove Slack invitation from README.fr.md Removed Slack team invitation from French README. --- docs/translations/README.fr.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/translations/README.fr.md b/docs/translations/README.fr.md index 713672f9..97deed2d 100644 --- a/docs/translations/README.fr.md +++ b/docs/translations/README.fr.md @@ -172,5 +172,3 @@ Ceci n'est pas nécessaire, mais le nom de la branche montre que son objectif es | [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) | ## Où aller ensuite ? - -Vous pouvez aussi rejoindre notre équipe sur Slack au cas où vous auriez besoin d'aide ou auriez des questions. [Rejoindre l'équipe sur Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) From 4823991174cbb791e067096cd96d84442aefc8b8 Mon Sep 17 00:00:00 2001 From: aagparekh <89527200+aagparekh@users.noreply.github.com> Date: Sun, 5 Oct 2025 17:08:54 +0530 Subject: [PATCH 941/942] Add Aagam Parekh to Contributors list (#104867) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d881623e..f0c5e4f3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -459,6 +459,7 @@ - [Pranay Gurav](https://github.com/cwpranay) - [RAYYAN KHAN](https://github.com/rayyan4t4) - [Mariydi](https://github.com/mariydi) +- [Aagam Parekh](https://github.com/aagparekh) - [Gregory Williams II](https://github.com/gwilli2) - [Rahul Kumar](https://github.com/imrahul05) - [RahulRawat](https://github.com/RHL-RWT-01) From 44b59b5e2872151ada730a5c73d648da67cd924b Mon Sep 17 00:00:00 2001 From: Fahed Khan <127182880+12fahed@users.noreply.github.com> Date: Sun, 5 Oct 2025 17:30:20 +0530 Subject: [PATCH 942/942] add fork-tutorial in gui-tool (#103599) * add fork tutorial in gui-tool * add 12fahed to contributors list * Delete docs/gui-tool-tutorials/fork-tutorial.md --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f0c5e4f3..facd71a5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1295,6 +1295,7 @@ - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) - Arpit Kumar Jaiswal +- [Fahed Khan](https://github.com/12fahed) - [Suhani Shah](https://github.com/B24CH1037) - [Alireza Rostamnezhad](https://github.com/arnpacc) - [Harini R A J](https://github.com/Harini-RAJ)