From 80aef5d81ea948cf737b05046a5806284998de5f Mon Sep 17 00:00:00 2001 From: Janzen Go Date: Fri, 14 Feb 2025 16:21:06 +0800 Subject: [PATCH 001/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] =?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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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/463] 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 4ed959c7cea114b8a745526a21da8239f901ac55 Mon Sep 17 00:00:00 2001 From: akhileshkotwal2547 Date: Mon, 8 Sep 2025 01:48:22 +0530 Subject: [PATCH 037/463] First Open Source Contribution Commit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 48e290eb..79acb400 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ -[Layla (https://github.com/laylaSwift) BinhTran2k4 # Contributors +-[Akhilesh Kotwal](https://github.com/AkhileshKotwal7) -[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Jeff Kamau](https://github.com/JEFFHONTEZ) -[Rehan Ahmed](https://github.com/rehan6025) From d1cc10ce327bee45a5f942a264909b998506cdae Mon Sep 17 00:00:00 2001 From: akhileshkotwal2547 Date: Mon, 8 Sep 2025 03:02:36 +0530 Subject: [PATCH 038/463] Fixing Kannada spelling & grammer mistakes in Kannada Readme file --- docs/translations/README.ka.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/translations/README.ka.md b/docs/translations/README.ka.md index 2c3ae195..1f67b578 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 ಯೋಜನೆಯನ್ನು ನಕಲಿಸುತ್ತಿದ್ದೀರಿ. + ## ಒಂದು ಶಾಖೆಯನ್ನು ರಚಿಸಿ -ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನಲ್ಲಿ ರೆಪೊಸಿಟರಿ ಡೈರೆಕ್ಟರಿಗೆ ಬದಲಾಯಿಸಿ (ನೀವು ಈಗಾಗಲೇ ಇಲ್ಲದಿದ್ದರೆ): +ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನಲ್ಲಿ ರಿಪಾಸಿಟರಿ ಡೈರೆಕ್ಟರಿಗೆ ಬದಲಾಯಿಸಿ (ನೀವು ಈಗಾಗಲೇ ಇಲ್ಲದಿದ್ದರೆ): ``` cd first-contributions ``` From c72ec4279135af3eecffafb7e957cbca5c9c3d01 Mon Sep 17 00:00:00 2001 From: akhileshkotwal2547 Date: Tue, 9 Sep 2025 00:09:20 +0530 Subject: [PATCH 039/463] Kannada Translation mistakes fixed --- docs/translations/README.ka.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/docs/translations/README.ka.md b/docs/translations/README.ka.md index 1f67b578..a2eb2144 100644 --- a/docs/translations/README.ka.md +++ b/docs/translations/README.ka.md @@ -42,7 +42,7 @@ git clone https://github.com/this-is-you/first-contributions.git ಇಲ್ಲಿ ನೀವು ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ಗೆ ಗಿಟ್‌ಹಬ್‌ನಲ್ಲಿನ first-contributions ಯೋಜನೆಯನ್ನು ನಕಲಿಸುತ್ತಿದ್ದೀರಿ. ## ಒಂದು ಶಾಖೆಯನ್ನು ರಚಿಸಿ -ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನಲ್ಲಿ ರಿಪಾಸಿಟರಿ ಡೈರೆಕ್ಟರಿಗೆ ಬದಲಾಯಿಸಿ (ನೀವು ಈಗಾಗಲೇ ಇಲ್ಲದಿದ್ದರೆ): +ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನಲ್ಲಿ first-contributions ರಿಪಾಸಿಟರಿ ಕಡತಕ್ಕೆ ಬದಲಾಯಿಸಿ (ನೀವು ಈಗಾಗಲೇ ಇಲ್ಲದಿದ್ದರೆ): ``` cd first-contributions ``` @@ -55,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 ef51e8b175f318f8da12a8bd34673eb1cf114f1b Mon Sep 17 00:00:00 2001 From: Bhargov Jyoti Das Date: Mon, 15 Sep 2025 15:33:35 +0530 Subject: [PATCH 040/463] 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 ece280bb90dd40adb4f6638212d5bf1361f49a08 Mon Sep 17 00:00:00 2001 From: akhileshkotwal2547 Date: Thu, 18 Sep 2025 01:27:45 +0530 Subject: [PATCH 041/463] Spelling and Grammer fixes in Kannada translation. --- docs/translations/README.ka.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.ka.md b/docs/translations/README.ka.md index a2eb2144..a7f0944d 100644 --- a/docs/translations/README.ka.md +++ b/docs/translations/README.ka.md @@ -70,7 +70,7 @@ git add Contributors.md ``` git commit -m "add name to contributors" ``` -"add name to contributors" ಇದು ಕಮಿಟ್‌ ಸಂದೇಶ. ನೀವು ಮಾಡಿದ ಬದಲಾವಣೆಗೆ ತಕ್ಕಂತೆ ಸಂದೇಶವು ಅಥ೯ ಪೂಣ೯ವಾಗಿರಬೇಕು +"add name to contributors" ಇದು ಕಮಿಟ್‌ ಸಂದೇಶ. ನೀವು ಮಾಡಿದ ಬದಲಾವಣೆಗೆ ತಕ್ಕಂತೆ ಸಂದೇಶವು ಅಥ೯ಪೂಣ೯ವಾಗಿರಬೇಕು ## ಬದಲಾವಣೆಗಳನ್ನು ಗಿಟ್‌ಹಬ್‌ಗೆ ಪುಶ್ ಮಾಡಿ `Git push` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ಗಿಟ್‌ಹಬ್‌ಗೆ ಕಳುಹಿಸಿರಿ: ``` From d27ed8bdeeacff290c03b8be007a9ffbc45e2283 Mon Sep 17 00:00:00 2001 From: akhileshkotwal2547 Date: Thu, 18 Sep 2025 01:38:51 +0530 Subject: [PATCH 042/463] Resolving merge conflicts --- Contributors.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/Contributors.md b/Contributors.md index 3d6a98e6..12737dac 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,53 @@ # Contributors +- [Omveer](https://github.com/narukaz/) +- [GENJI J](https://github.com/anya-minamoto) +- [smdekate-cs](https://github.com/smdekate-cs) +- [HighPoly](https://github.com/HighPolygon) +- [Mahanthesh S](https://github.com/Mahi2708) +- [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) +- [Ali Nasser](https://github.com/AliNasser05) +- [Bug9519](https://github.com/Bug9519) +- [Marni Pawan Veer Sai](https://github.com/Pawan82003) +- [Mayen Akech](https://github.com/Mayen007) +- [Rafael Severo](https://github.com/rafaeumesmo) +- [LayorX](https://github.com/LayorX) +- [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 +- [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) +- [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! +- [Watson](https://github.com/tanso0126) +- [Krrishray](https://github.com/krrishray) +- [Jacob](https://github.com/mj4863) - Jesus Christ! +- [Abhishek Rawat][https://github.com/Abhishek2rawat] +- [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) +- [b1tranger](https://github.com/b1tranger) +- [NANAN](#####) +- [Josh Mossman] +- [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) +- [Dennis van Oort] (https://github.com/dvanoort) +- Vo Huy +- Shreyaa +- Swedel Lasrado +- [Sergio Frastalis](https://github.com/SergioFrastalis) +- [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) - [Monjurul Haque](https://github.com/MonjurulHaq) - [Sneha Gadekarla] (https://github.com/SnehaG100) From c38c105323a4a7350fe877f5ed2d23c1f3ba4ccb Mon Sep 17 00:00:00 2001 From: akhileshkotwal2547 Date: Thu, 18 Sep 2025 02:09:05 +0530 Subject: [PATCH 043/463] 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 e13f2231bcb7cb261616e9f19a530d3ad15e0994 Mon Sep 17 00:00:00 2001 From: himanshiyenugupalli Date: Sun, 21 Sep 2025 02:37:54 +0530 Subject: [PATCH 044/463] 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 94a8df78e9c457fd958f2486c3da1a55108c8ee2 Mon Sep 17 00:00:00 2001 From: 666f78 Date: Thu, 25 Sep 2025 17:21:56 +0300 Subject: [PATCH 045/463] 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 676869adcff96507c0c3c194e6af462b670bdd3c Mon Sep 17 00:00:00 2001 From: yydrowz3 Date: Fri, 26 Sep 2025 00:52:01 +0900 Subject: [PATCH 046/463] 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 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 047/463] 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 048/463] Update README.gl.md --- docs/translations/README.gl.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/translations/README.gl.md b/docs/translations/README.gl.md index de340a1d..967a38aa 100644 --- a/docs/translations/README.gl.md +++ b/docs/translations/README.gl.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -109,4 +108,3 @@ Axiña mesturarei os teus cambios (facendo *merge*) na master branch deste proxe ## Onde ir dende aquí? -Tamén poderías unirte á nosa *equipa* en Slack no caso de que necesites axuda ou teñas algunha pregunta. [Únete ó noso Slack](https://firstcontributors.slack.com/join/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY) From 7648cdcf760fd03d9cc2056ae891932ea429e612 Mon Sep 17 00:00:00 2001 From: Kalicheti Ajay Kumar <122966845+Kalicheti-Ajay@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:08:55 +0530 Subject: [PATCH 049/463] 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 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 050/463] 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 8b8244661e5f352accc50b9d5eaf8a6f20fae9c0 Mon Sep 17 00:00:00 2001 From: Lendon Date: Sun, 28 Sep 2025 16:21:32 +0800 Subject: [PATCH 051/463] 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 052/463] 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 b137e89088d1376b994c9d9d38a60a733dd7aa7d Mon Sep 17 00:00:00 2001 From: unxi <3084382268@qq.com> Date: Sun, 28 Sep 2025 20:07:07 +0800 Subject: [PATCH 053/463] 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 3e9b4dc5fd55c93d880c3646d486b87027a60bb7 Mon Sep 17 00:00:00 2001 From: istekhar8966 Date: Sun, 28 Sep 2025 20:09:58 +0530 Subject: [PATCH 054/463] 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 055/463] 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 056/463] 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 057/463] 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 058/463] 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 059/463] #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 060/463] 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 061/463] 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 062/463] 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 063/463] 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 064/463] 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 065/463] 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 066/463] 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 067/463] 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 068/463] 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 069/463] 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 070/463] 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 071/463] 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 072/463] 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 073/463] 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 074/463] 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 075/463] 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 076/463] 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 077/463] 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 078/463] 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 079/463] 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 080/463] 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 081/463] 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 082/463] 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 083/463] 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 084/463] 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 085/463] 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 086/463] 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 087/463] 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 088/463] 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 089/463] 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 090/463] 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 091/463] 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 630453d24a13a4d411c1a7a0cf2ffef546c67962 Mon Sep 17 00:00:00 2001 From: Thien0912 Date: Mon, 29 Sep 2025 18:24:59 +0700 Subject: [PATCH 092/463] Fix broken social share link in Vietnamese README --- 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..04899c16 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://roshanjossey.github.io/first-contributions/#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 12bee776de229de36aa99c56daa9792f9d603442 Mon Sep 17 00:00:00 2001 From: RAGHAV CHANANA Date: Mon, 29 Sep 2025 17:28:02 +0530 Subject: [PATCH 093/463] 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 094/463] 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 095/463] 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 096/463] 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 097/463] 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 098/463] 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 099/463] 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 100/463] 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 101/463] 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 102/463] 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 103/463] 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 104/463] 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 105/463] 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 106/463] 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 107/463] 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 108/463] 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 109/463] 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 110/463] 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 111/463] 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 112/463] 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 113/463] 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 114/463] 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 115/463] 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 116/463] 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 117/463] 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 118/463] 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 119/463] 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 120/463] 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 121/463] 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 122/463] 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 123/463] 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 124/463] 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 125/463] 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 126/463] 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 127/463] 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 128/463] 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 129/463] 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 130/463] 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 131/463] 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 132/463] 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 133/463] 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 134/463] 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 135/463] 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 136/463] 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 137/463] 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 138/463] 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 139/463] 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 140/463] 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 141/463] 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 142/463] 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 143/463] 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 144/463] 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 145/463] 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 146/463] 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 147/463] 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 148/463] 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 149/463] 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 150/463] 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 151/463] 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 152/463] 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 153/463] 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 154/463] 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 155/463] 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 156/463] 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 157/463] 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 158/463] 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 159/463] 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 160/463] 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 161/463] 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 162/463] 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 163/463] 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 164/463] 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 165/463] 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 166/463] 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 167/463] 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 168/463] 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 169/463] 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 170/463] 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 171/463] 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 172/463] 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 173/463] 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 174/463] 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 175/463] 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 176/463] 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 177/463] 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 178/463] 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 179/463] 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 180/463] =?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 181/463] 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 182/463] 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 183/463] 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 184/463] =?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 185/463] 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 186/463] =?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 187/463] =?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 188/463] =?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 189/463] 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 190/463] 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 191/463] 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 192/463] 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 193/463] 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 194/463] 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 195/463] 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 196/463] 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 197/463] 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 198/463] 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 199/463] 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 200/463] 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 201/463] 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 202/463] 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 203/463] 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 204/463] 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 205/463] 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 206/463] 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 207/463] 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 208/463] 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 209/463] 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 210/463] 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 211/463] 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 212/463] 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 213/463] 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 214/463] 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 215/463] 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 216/463] 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 217/463] 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 218/463] 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 219/463] 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 220/463] 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 221/463] 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 222/463] 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 223/463] 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 224/463] 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 225/463] 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 226/463] 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 227/463] 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 228/463] 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 229/463] 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 230/463] 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 231/463] 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 232/463] =?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 233/463] 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 234/463] 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 235/463] 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 236/463] 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 237/463] 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 238/463] 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 239/463] 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 240/463] 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 241/463] 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 242/463] 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 243/463] 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 244/463] 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 245/463] 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 246/463] 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 247/463] 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 248/463] #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 249/463] 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 250/463] 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 251/463] 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 252/463] 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 253/463] 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 254/463] 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 255/463] 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 256/463] 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 257/463] 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 258/463] 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 259/463] 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 260/463] 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 261/463] 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 262/463] 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 263/463] 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 264/463] 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 265/463] 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 266/463] 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 267/463] 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 268/463] 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 269/463] 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 270/463] 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 271/463] 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 272/463] 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 273/463] 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 274/463] 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 275/463] 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 276/463] 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 277/463] 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 278/463] 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 279/463] 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 280/463] 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 281/463] 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 282/463] 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 283/463] 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 284/463] 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 285/463] 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 286/463] 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 287/463] 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 288/463] 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 289/463] 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 290/463] 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 291/463] 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 292/463] 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 293/463] 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 294/463] 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 295/463] 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 296/463] 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 297/463] 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 298/463] 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 299/463] 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 300/463] 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 301/463] 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 302/463] 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 303/463] 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 304/463] 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 305/463] 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 306/463] 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 307/463] 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 308/463] 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 309/463] 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 310/463] 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 311/463] 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 312/463] 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 313/463] 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 314/463] 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 315/463] 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 316/463] 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 317/463] 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 318/463] 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 319/463] 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 320/463] 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 321/463] 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 322/463] 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 323/463] 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 324/463] 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 325/463] 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 326/463] 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 327/463] 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 328/463] 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 329/463] 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 330/463] 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 331/463] 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 332/463] 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 333/463] 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 334/463] 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 335/463] 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 336/463] 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 337/463] 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 338/463] 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 339/463] 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 340/463] 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 341/463] 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 342/463] 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 343/463] 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 344/463] 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 345/463] 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 346/463] 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 347/463] 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 348/463] 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 349/463] 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 350/463] 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 351/463] 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 352/463] 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 353/463] 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 354/463] 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 355/463] 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 356/463] 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 357/463] 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 358/463] 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 359/463] 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 360/463] 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 361/463] 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 362/463] 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 363/463] 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 364/463] 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 365/463] 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 366/463] 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 367/463] 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 368/463] 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 369/463] 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 370/463] 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 371/463] 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 372/463] 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 373/463] 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 374/463] 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 375/463] 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 376/463] 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 377/463] 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 378/463] 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 379/463] 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 380/463] 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 381/463] 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 382/463] 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 383/463] 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 384/463] 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 385/463] 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 386/463] 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 387/463] 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 388/463] =?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 389/463] 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 390/463] 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 391/463] 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 392/463] 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 393/463] 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 394/463] 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 395/463] 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 396/463] 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 397/463] 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 398/463] 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 399/463] 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 400/463] 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 401/463] 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 402/463] 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 403/463] 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 404/463] 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 405/463] 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 406/463] 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 407/463] 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 408/463] 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 409/463] 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 410/463] 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 411/463] 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 412/463] 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 413/463] 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 414/463] 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 415/463] 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 416/463] 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 417/463] 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 418/463] 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 419/463] 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 420/463] 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 421/463] 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 422/463] 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 423/463] =?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 424/463] 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 425/463] 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 426/463] 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 427/463] 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 428/463] 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 429/463] 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 430/463] 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 431/463] 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 432/463] 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 433/463] 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 434/463] 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 435/463] 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 436/463] 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 437/463] 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 438/463] 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 439/463] 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 440/463] 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 441/463] 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 442/463] 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 443/463] 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 444/463] 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 445/463] 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 446/463] 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 447/463] 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 448/463] 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 449/463] 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 450/463] 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 451/463] 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 452/463] 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 453/463] 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 454/463] 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 455/463] 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 456/463] 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 457/463] 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) From e483745591ea4534d6cd0f84656ec6e37f72faf4 Mon Sep 17 00:00:00 2001 From: Satyam Kumar Jha <83828535+satyam536@users.noreply.github.com> Date: Sun, 5 Oct 2025 17:41:31 +0530 Subject: [PATCH 458/463] Add Satyam to Contributors list (#104869) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 00b62c65..8b37356e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Satyam Kumar Jha] (https://github.com/satyam536) - [Utkarsh Upreti] (https://www.github.com/K4rsh) - [Zaid Qtaish](https://github.com/ZaidQtaish) - [Raja Rathour](https://github.com/Raja-89) From 918b79233093563a61f45a26f9f90c295c45a011 Mon Sep 17 00:00:00 2001 From: morgen-code Date: Sun, 5 Oct 2025 21:37:57 +0900 Subject: [PATCH 459/463] Update Contributors.md (#104871) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8b37356e..e364eb08 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1341,3 +1341,4 @@ - Dang Thien Chuong - [Rajat](https://github.com/Rajat-44) - [nemdull](https://github.com/nemdull) +- [morgen-code](https://github.com/morgen-code) From 2aa161065fc2a0891b14104112cbe39afdde1580 Mon Sep 17 00:00:00 2001 From: Gannoju Ikshwak <143346300+KingReapermax@users.noreply.github.com> Date: Sun, 5 Oct 2025 19:40:01 +0530 Subject: [PATCH 460/463] Add my name (Ikshwak) to Contributors.md (#104872) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e364eb08..b8425faf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1342,3 +1342,4 @@ - [Rajat](https://github.com/Rajat-44) - [nemdull](https://github.com/nemdull) - [morgen-code](https://github.com/morgen-code) +- [Ikshwak](https://github.com/KingReapermax) From 71b1acd474a994f3302d944a42ccc5b37c17b49e Mon Sep 17 00:00:00 2001 From: Ipsit Date: Sun, 5 Oct 2025 20:10:56 +0530 Subject: [PATCH 461/463] Add ipsitdebnath to Contributors list (#104875) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b8425faf..2b649e18 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ - [Wilmer Gulcochia](https://github.com/wigsdev) - [Test Perfil 1](https://github.com/test-git001) - [Amadou Kebe](https://github.com/AmadouLKebe) + [ipsitdebnath](https://github.com/ipsitdebnath) - [baldlow](https://github.com/baldlow) -[Mohit Kumar](https://github.com/MateeRixx) - [Pygame17](https://github.com/Pygame17) - [Jonatan Rosali](https://github.com/JonatanRosali) From b63e39b2339d481b5c2d1a2e132aa40416c12641 Mon Sep 17 00:00:00 2001 From: Sharanyo Banerjee <70018622+SharanyoBanerjee@users.noreply.github.com> Date: Sun, 5 Oct 2025 21:04:46 +0530 Subject: [PATCH 462/463] Add Sharanyo Banerjee to Contributors list (#104877) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2b649e18..e2d04824 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1055,6 +1055,7 @@ - [Wiktor Kycia](https://github.com/wiktorKycia) - [Yash Gupta](https://github.com/YashGupta2106) - [Yashwanth G](https://github.com/yashwanthg13) +- [Sharanyo Banerjee](https://github.com/SharanyoBanerjee) - [Yahya Fazeli](https://github.com/yahyafazeli) - [nyinyi zin](https://github.com/nyinyizin-dev) - [rishabh1024](https://github.com/rishabh1024/) From a5a8c585103e7e9a8c13042f5ee467933cbfb0b3 Mon Sep 17 00:00:00 2001 From: Enstant Date: Sun, 5 Oct 2025 22:26:50 +0530 Subject: [PATCH 463/463] Add Enstant to Contributors list (#104878) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e2d04824..08bf2853 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [Anurag Tiwari](https://github.com/boss2412) - [Shreya Sethu](https://github.com/shreyasethu) - [Shubhankar Pandey](https://github.com/shubxdoc) +- [Enstant](https://github.com/Enstant) - [Ginny](https://github.com/ginnysingh789) - [Sahitya](https://github.com/Paila-Sahitya) - [Gopal Iyer](https://github.com/geekiyer)