From 80aef5d81ea948cf737b05046a5806284998de5f Mon Sep 17 00:00:00 2001 From: Janzen Go Date: Fri, 14 Feb 2025 16:21:06 +0800 Subject: [PATCH 0001/2656] 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 0002/2656] 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 0003/2656] 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 0004/2656] 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 21604adf20fb95ec485510a5022c86ef2df82610 Mon Sep 17 00:00:00 2001 From: Felipe <162121819+felipe-leon-NTT@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:05:34 +0100 Subject: [PATCH 0005/2656] Update README.es.md --- docs/translations/README.es.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.es.md b/docs/translations/README.es.md index 56cbc176..34d1f7a0 100644 --- a/docs/translations/README.es.md +++ b/docs/translations/README.es.md @@ -83,7 +83,7 @@ Ahora haz un *commit* sobre estos cambios ejecutando el comando `git commit`: ``` git commit -m "Add to Contributors list" ``` -cambiando `` por tu nombre. +Cambiando `` por tu nombre. ## Sube (*Push*) tus cambios a GitHub From db2f76896ec4c3c14e90396db3cbce6ece034c82 Mon Sep 17 00:00:00 2001 From: Raxmatullox Date: Tue, 18 Mar 2025 13:26:01 +0500 Subject: [PATCH 0006/2656] 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 7fba1c666e7241ddb19cd5b36b8d80a4cdb79af6 Mon Sep 17 00:00:00 2001 From: akilaust <54270247+fahimar@users.noreply.github.com> Date: Thu, 20 Mar 2025 23:03:31 +0600 Subject: [PATCH 0007/2656] Fix GitHub permission error for first-time contribution - Add Bengali translations for Git configuration and permission error resolution - Encountered 403 permission denied error when pushing to original repository - Fixed by changing remote URL to point to personal fork using git remote set-url - Successfully pushed branch to personal fork - Documented workflow for proper open source contributions --- Contributors.md | 45 +++++----- .../Bengali/configuration-in-bn-github.md | 84 +++++++++++++++++++ .../Bengali/fix-git-permission-error-bn.md | 58 +++++++++++++ 3 files changed, 165 insertions(+), 22 deletions(-) create mode 100644 docs/additional-material/translations/Bengali/configuration-in-bn-github.md create mode 100644 docs/additional-material/translations/Bengali/fix-git-permission-error-bn.md diff --git a/Contributors.md b/Contributors.md index ae7c69bd..0fd918d3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,17 +1,24 @@ # Contributors + -[Rohit Kumar](https://github.com/kumarrohitdev) [Tejaswi Saraswathi](https://github.com/Tejaswi1305) -[Vyshnavi Jammi]-(https://github.com/vyshnaviJammi) + +-[Fahim_Al_Rashid]-(https://github.com/fahimar) + -[shetloorrahul]-(https://github.com/shetloorrahul) + -[Nadupuru Harshitha]-(https://github.com/Harshitha2300033363) + -[Sneha Latha Reddy]-(https://github.com/Snehareddy5566) - [RAGHUTTAMA K G]-(https://github.com/RAGHUTTAMA-DEV) -- [xFooFoo](https://github.com/xFooFoo) -- [whynot1963] (https://github.com/whynot1963) +[RAGHUTTAMA K G]-(https://github.com/RAGHUTTAMA-DEV) + +- [xFooFoo](https://github.com/xFooFoo) +- [whynot1963] (https://github.com/whynot1963) - [ISOTOPE | THEMBA](https://github.com/Goitseone-Themba) - [preethi0297] (https://github.com/Preethi0297) -- [ASA666] (https://github.com/ASA-666) +- [ASA666] (https://github.com/ASA-666) - [pyraminx] (https://github.com/pyraminx123) - [Silvia-Zh] (https://github.com/Silvia-Zh) - [Kenny92dev](https://github.com/Kenny92dev) @@ -446,7 +453,7 @@ - [eesoyeon](https://github.com/eesoyeon) - [Tournoy Noa](https://github.com/) - [Plamen Hadzhiev](https://github.com/plmn95) - [Chandan Achary](https://github.com/Adventurist2) + [Chandan Achary](https://github.com/Adventurist2) - [Christian Mayamba](https://github.com/chris-mayamba) - [Fahad Haque](https://github.com/Daahaf) - [Deepankar Sahoo](https://github.com/CodeByDeepankar) @@ -588,7 +595,7 @@ - [Sheikh Mujtaba](https://github.com/Sheikh-Muhammad-Mujtaba) - [Hypothalamus](https://github.com/Hypothalamuss) - [Siddharth](https://github.com/siddharth-123) -- [OWillp](https://github.com/0Willp) +- [OWillp](https://github.com/0Willp) - [jokalu-it](Grüße :D) - [Asif Iqbal](https://github.com/rvasif) - [YudisSutisna](https://github.com/Hanep77) @@ -637,8 +644,7 @@ - [brunoblaise](https://github.com/brunoblaise) - [OBLI B VIKRAM](https://github.com/Vikramobli) - [Nisha Verma](https://github.com/xnisha-verma) -- [Jerold De Pedro](https://github.com/xherby07) --[Neeraj M](https://github.com/NERUZ-XOD) +- [Jerold De Pedro](https://github.com/xherby07) -[Neeraj M](https://github.com/NERUZ-XOD) - [Jason Ang](https://github.com/jasonavatarang) - [Sashin Trout](https://github.com/sashin123) - [Anish Banda](https://github.con/anishbanda) @@ -948,7 +954,7 @@ - [Dithi-Fuzzythinker](https://github.com/fuzzythinker) - [Muhammad-Ghufran-Ali](https://github.com/ghufran2508) - [Ege Ozturk](https://github.com/egezturkk) -- [Kleyner Lopez](https://github.com/kleyner098) +- [Kleyner Lopez](https://github.com/kleyner098) - [Pramendra Shukla](https://github.com/PramendraShukla1/) - [Evelyn Xia](https://github.com/Evelyn406) - [Mikael Balin](https://github.com/mikaelbalin) @@ -1089,7 +1095,7 @@ - [Palash Chitnavis](https://github.com/PalashChitnavis) - [abedalavi](https://github.com/abedalavi) - [Delton Hughes](https://github.com/dHughes97) -- [Yuvam] +- [Yuvam] - [Sixtus Agbo](https://github.com/sixtusagbo) - [Siddhesh Gawade](https://github.com/sid293)👋 - [Huzaifa Azim](https://github.com/huzaifaazim0) @@ -1210,8 +1216,7 @@ - [Amit Joshi](https://github.com/amit204joshi) - [Neeraj Wadhwani](https://github.com/neeraj43) - [TaeYeong Jeong](https://github.com/dev-taeyeong) -- [hdh](https://github.com/hdh0) --[Sreedhar](https://github.com/Sreedharreddymukkamalla) +- [hdh](https://github.com/hdh0) -[Sreedhar](https://github.com/Sreedharreddymukkamalla) - [Abdelrahman Ahmed](https://github.com/AbdelrahmanSuliman) - [Mauricio Colque](https://github.com/maurom02) - [Govind Singh](https://github.com/govinds9) @@ -1227,10 +1232,10 @@ - [Daniel Barraza](https://github.com/dabamascodes) - [francisco miguel perez](https://github.com/dabamascodes) - [William](https://github.com/WilliamIsMe1) -- [Jeanette Conklin](https://github.com/conklinj09) +- [Jeanette Conklin](https://github.com/conklinj09) - [kmgan] (https://github.com/kmgan) -- [PaniniRS](https://github.com/paninirs) -- [Alercio Silva](https://github.com/alercioborges) +- [PaniniRS](https://github.com/paninirs) +- [Alercio Silva](https://github.com/alercioborges) - [R Nilesh](https://github.com/r-nilesh-c) - [madplay](https://github.com/madplay) - [MLwoodi](https://github.com/MLwoodi) @@ -1250,14 +1255,13 @@ - [Aly El-Badry](https://github.com/Ali-EL-Badry) - [karthikeyanm](https://github.com/karthikeyan187463) - [Darshan Gowda](https://github.com/DarshanGowdaATU/FOSS_Darshan) -- [Mouadhbendjedidi](https://github.com/Mouadhbendjedidi) --[Abhay Patil] (https://github.com/user-abhay08) +- [Mouadhbendjedidi](https://github.com/Mouadhbendjedidi) -[Abhay Patil] (https://github.com/user-abhay08) - Ravitej Herwatta 💀 (https://github.com/ravitej199) - [Abhay Patil](https://github.com/user-abhay08) - [cyc](https://github.com/Cai-yc) - ransomn(https://github.com/ransomn) - [Krit] -- [Dennis Guaman](https://github.com/guzmi25) +- [Dennis Guaman](https://github.com/guzmi25) - [Manish](https://github.com/Manish187738) - [Aniket] (https://github.com/aniketr3) - [Chinmoy Ranjan] (https://github.com/thegreekgoat98) @@ -1273,9 +1277,7 @@ - [Iker Martínez.](https://github.com/moimenta84) - [Tarun Nallabelli](https://github.com/tnallabelli) - [Jeremiah](https://github.com/wuss26f) -- [Sabrina Ornelas] (https://github.com/MargotGirl21) - -[kazurem](https://github.com/kazurem) - -[Youssef Allali](https://github.com/youssefallalix) +- [Sabrina Ornelas] (https://github.com/MargotGirl21) -[kazurem](https://github.com/kazurem) -[Youssef Allali](https://github.com/youssefallalix) - [Asad Bakhsh] (https://github.com/Asadbakhsh2412) - [Junaid Ali Khan](https://github.com/juna0704) - [Firas Ridene](https://github.com/RideneFiras) @@ -1283,4 +1285,3 @@ - [Lohith Reddy](https://github.com/Lohith-11) - [Kalmykov Nikita](https://github.com/nknk39) - [Tyler Wolfe](https://github.com/JustSomeGuyy) - diff --git a/docs/additional-material/translations/Bengali/configuration-in-bn-github.md b/docs/additional-material/translations/Bengali/configuration-in-bn-github.md new file mode 100644 index 00000000..3d8d09b5 --- /dev/null +++ b/docs/additional-material/translations/Bengali/configuration-in-bn-github.md @@ -0,0 +1,84 @@ +# গিট কনফিগারেশন + +প্রথমবারের মতো যখন আপনি `commit` করার চেষ্টা করবেন, তখন এই ধরনের বার্তা দেখতে পাবেন: + +```bash +$ git commit +*** Please tell me who you are. + +Run + +git config --global user.email "you@example.com" +git config --global user.name "Your Name" + +to set your account's default identity. +Omit --global to set the identity only in this repository. +``` + +একটি `commit` তৈরি করতে গিটকে জানতে হবে যে এর লেখক কে। সহযোগী কাজের ক্ষেত্রে, প্রকল্পের বিভিন্ন অংশের পরিবর্তন করেছেন কে এবং কবে, তা জানা খুবই গুরুত্বপূর্ণ। তাই গিটে প্রতিটি `commit`-এর সাথে ব্যবহারকারীর নাম এবং ইমেল ঠিকানা সংযুক্ত করা হয়। + +এখানে কিছু উপায় আছে যার মাধ্যমে আপনি আপনার ইমেল এবং নাম `git commit` কমান্ডের সাথে যুক্ত করতে পারেন। + +### গ্লোবাল কনফিগারেশন + +গ্লোবাল কনফিগারেশনে সংরক্ষিত তথ্য সমস্ত গিট রিপোজিটরিতে প্রযোজ্য। এটি হল সবচেয়ে ব্যবহৃত পদ্ধতি। + +গ্লোবাল কনফিগারেশনে কিছু সেট করতে, আপনি `config` কমান্ডটি এভাবে ব্যবহার করতে পারেন: + +```bash +$ git config --global +``` + +ব্যবহারকারীর তথ্য সেট করার জন্য, এটি এভাবে হবে: + +```bash +$ git config --global user.email "you@example.com" +$ git config --global user.name "Your Name" +``` + +### রিপোজিটরি স্তরের কনফিগারেশন + +এই ধরনের কনফিগারেশন শুধুমাত্র আপনার বর্তমান রিপোজিটরিতে প্রযোজ্য। যদি আপনি কোনও নির্দিষ্ট রিপোজিটরিতে কাজ করতে চান (উদাহরণস্বরূপ, কোম্পানির প্রকল্পে), তবে এই পদ্ধতি ব্যবহার করতে পারেন। + +রিপোজিটরি স্তরের কনফিগারেশন সেট করতে, `--global` বাদ দিয়ে `config` কমান্ডটি ব্যবহার করুন: + +```bash +$ git config +``` + +ব্যবহারকারীর তথ্য সেট করার জন্য, এটি এভাবে হবে: + +```bash +$ git config user.email "you@alternate.com" +$ git config user.name "Your Name" +``` + +### কমান্ড লাইনে কনফিগারেশন + +এই ধরনের কনফিগারেশন শুধুমাত্র একটি নির্দিষ্ট কমান্ডের জন্য প্রযোজ্য। সব গিট কমান্ডে `-c` ব্যবহার করে আপনি কনফিগারেশন পরামিতি সেট করতে পারেন। + +একটি কমান্ডের জন্য কনফিগারেশন পরিবর্তন করতে, গিট কমান্ডটি এভাবে ব্যবহার করুন: + +```bash +$ git -c = -c = +``` + +আমাদের ক্ষেত্রে, `commit` কমান্ডটি এভাবে হবে: + +```bash +git -c user.name='Your Name' -c user.email='you@example.com' commit -m "Your commit message" +``` + +### অগ্রাধিকারের ক্রম + +এই তিনটি কনফিগারেশন পদ্ধতির মধ্যে অগ্রাধিকারের ক্রম হল: `কমান্ড লাইন > রিপোজিটরি > গ্লোবাল`। এর মানে হল যদি কোনও পরিবর্তনশীল গ্লোবাল এবং কমান্ড লাইনে উভয় ক্ষেত্রেই সেট করা থাকে, তবে কমান্ড লাইনের মান ব্যবহার করা হবে। + +## শুধু ব্যবহারকারীর তথ্য নয় + +এখন পর্যন্ত আমরা গিট কনফিগারেশন নিয়ে আলোচনা করেছি শুধু ব্যবহারকারীর তথ্যের ক্ষেত্রে। কিন্তু গিট আরও অনেক পরামিতি কনফিগার করতে দেয়। এখানে কিছু উল্লেখযোগ্য উদাহরণ: + +1. `core.editor` - কমিট মেসেজ এডিট করার জন্য ব্যবহৃত টেক্সট এডিটর, +2. `commit.template` - কমিটের জন্য প্রাথমিক টেমপ্লেট ফাইল, +3. `color.ui` - টার্মিনালে গিট মেসেজে রঙিন ফন্ট ব্যবহার করা যাবে কিনা তা নির্ধারণ করে। + +আরও বিস্তারিত জানতে [git-scm.com](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration) দেখুন। diff --git a/docs/additional-material/translations/Bengali/fix-git-permission-error-bn.md b/docs/additional-material/translations/Bengali/fix-git-permission-error-bn.md new file mode 100644 index 00000000..1be0c06d --- /dev/null +++ b/docs/additional-material/translations/Bengali/fix-git-permission-error-bn.md @@ -0,0 +1,58 @@ +# ওপেন সোর্স অবদানের জন্য Git অনুমতি ত্রুটি সমাধান + +## সমস্যা + +আমি "first-contributions" রিপোজিটরিতে অবদান রাখার চেষ্টা করার সময় একটি অনুমতি ত্রুটি পেয়েছিলাম। আমি নতুন ব্রাঞ্চ তৈরি করে এবং পরিবর্তনগুলি পুশ করার চেষ্টা করার পর: + +```bash +$ git checkout -b fahimar_oss_YYYY +Switched to a new branch 'fahimar_oss_YYYY' + +$ git push origin fahimar_oss_YYYY +remote: Permission to firstcontributions/first-contributions.git denied to fahimar. +fatal: unable to access 'https://github.com/firstcontributions/first-contributions.git/': The requested URL returned error: 403 +``` + +সমস্যাটি ছিল যে, আমি মূল রিপোজিটরিটি সরাসরি ক্লোন করেছিলাম এবং সেখানে পুশ করার চেষ্টা করেছিলাম। একজন বাইরের অবদানকারী হিসেবে, আমার মূল রিপোজিটরিতে লেখার অনুমতি নেই। + +## সমাধান + +আমি নিম্নলিখিত উপায়ে এই সমস্যাটি সমাধান করেছি: + +1. আমার রিমোট URL পরিবর্তন করে এটিকে আমার ব্যক্তিগত ফর্কে পয়েন্ট করানো: + + ```bash + $ git remote set-url origin https://github.com/yourname/first-contributions.git + ``` + +2. রিমোট ঠিকভাবে আপডেট হয়েছে কিনা তা যাচাই করা: + + ```bash + $ git remote -v + origin https://github.com/yourname/first-contributions.git (fetch) + origin https://github.com/yourname/first-contributions.git (push) + ``` + +3. সফলভাবে আমার ফর্কে পুশ করা: + + ```bash + $ git push origin fahimar_oss_YYYY + ``` + +4. GitHub আমাকে একটি লিঙ্ক দিয়েছিল যাতে আমি আমার ব্রাঞ্চ থেকে পুল রিকোয়েস্ট তৈরি করতে পারি: + ``` + remote: Create a pull request for 'fahimar_oss_YYYY' on GitHub by visiting: + remote: https://github.com/fahimar/first-contributions/pull/new/fahimar_oss_YYYY + ``` + +## প্রধান শিক্ষা + +ওপেন সোর্স অবদানের জন্য সঠিক কাজের ধারাবাহিকতা হল: + +1. মূল রিপোজিটরিটি আপনার GitHub অ্যাকাউন্টে ফর্ক করুন +2. আপনার ফর্কটি স্থানীয়ভাবে ক্লোন করুন +3. একটি নতুন ব্রাঞ্চে পরিবর্তন করুন +4. আপনার ফর্কে পুশ করুন +5. আপনার ফর্ক থেকে মূল রিপোজিটরিতে পুল রিকোয়েস্ট তৈরি করুন + +যদি আপনি আগে মূল রিপোজিটরি ক্লোন করে থাকেন এবং আপনার ফর্ক না করে থাকেন, তবে উপরে দেখানো মতো রিমোট URL আপডেট করে এটি ঠিক করতে পারেন। From 1948632b4b0ceb59831d015fd8eba3a0c9ed4046 Mon Sep 17 00:00:00 2001 From: akilaust <54270247+fahimar@users.noreply.github.com> Date: Sun, 23 Mar 2025 23:14:20 +0600 Subject: [PATCH 0008/2656] Want to merge the changes --- Contributors.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/Contributors.md b/Contributors.md index 448393d9..b2140ad8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,29 +1,17 @@ # Contributors --[Maxi Candia] (https://github.com/MaxiCandiaJara) --[Lovnish Verma]-(https://github.com/lovnishverma) --[Rohit Kumar](https://github.com/kumarrohitdev) -[Tejaswi Saraswathi](https://github.com/Tejaswi1305) --[Vyshnavi Jammi]-(https://github.com/vyshnaviJammi) --[Fahim_Al_Rashid]-(https://github.com/fahimar) --[shetloorrahul]-(https://github.com/shetloorrahul) --[Krishna Gollavilli]-(https://github.com/SvachutaGollavilli) --[Nadupuru Harshitha]-(https://github.com/Harshitha2300033363) --[Sneha Latha Reddy]-(https://github.com/Snehareddy5566) -[RAGHUTTAMA K G]-(https://github.com/RAGHUTTAMA-DEV) -- [xFooFoo](https://github.com/xFooFoo) -- [whynot1963] (https://github.com/whynot1963) -- [ISOTOPE | THEMBA](https://github.com/Goitseone-Themba) -- [preethi0297] (https://github.com/Preethi0297) -- [ASA666] (https://github.com/ASA-666) -- [pyraminx] (https://github.com/pyraminx123) -- [Silvia-Zh] (https://github.com/Silvia-Zh) -- [Deepika Reddy](https://github.com/klu2300031389) +- [Deepika Reddy](https://github.com/klu2300031389) +-[Fahim_Al_Rashid]-(https://github.com/fahimar) - [heer](https://github.com/gunheerahuja) - [Virat Shandilya](https://github.com/viraaattttt) - [Pratham Jaiswal](https://github.com/PrathamJaiswal9) +- [Tejaswi Saraswathi](https://github.com/Tejaswi1305) +- [Maxi Candia](https://github.com/MaxiCandiaJara) - [Abhishek Maurya](https://github.com/abhishek-maurya576) +- [Lovnish Verma](https://github.com/lovnishverma) - [Abubakkar Khan](https://github.com/Abubakkar-Khan) +- [Rohit Kumar](https://github.com/kumarrohitdev) +- [Tejaswi Saraswathi](https://github.com/Tejaswi1305) - [Dev Iyer](https://github.com/midaz) - [Leahylin](https://github.com/Leahylin0317) - [CHITRANSH PRASANNA](https://github.com/Chitransh1011) @@ -34,6 +22,19 @@ - [Ayush Jadaun](https://github.com/ayush-jadaun) - [Kaung Min Htet](https://github.com/kaungminhtet-swe) - [Adam Abgao](https://github.com/adamabgao?tab=repositories) +- [shetloorrahul](https://github.com/shetloorrahul) +- [Krishna Gollavilli](https://github.com/SvachutaGollavilli) +- [Nadupuru Harshitha](https://github.com/Harshitha2300033363) +- [Sneha Latha Reddy](https://github.com/Snehareddy5566) +- [RAGHUTTAMA K G](https://github.com/RAGHUTTAMA-DEV) +- [xFooFoo](https://github.com/xFooFoo) +- [whynot1963](https://github.com/whynot1963) +- [ISOTOPE | THEMBA](https://github.com/Goitseone-Themba) +- [preethi0297](https://github.com/Preethi0297) +- [ASA666](https://github.com/ASA-666) +- [pyraminx](https://github.com/pyraminx123) +- [Kenny92dev](https://github.com/Kenny92dev) +- [Silvia-Zh](https://github.com/Silvia-Zh) - [Kenny92dev](https://github.com/Kenny92dev) - [Harlan Enciso](https://github.com/harlanenciso112) - [JorgeGallegos](https://github.com/JorgeGallegos8) @@ -507,7 +508,6 @@ - [Tournoy Noa](https://github.com/) - [Plamen Hadzhiev](https://github.com/plmn95) - [Chandan Achary](https://github.com/Adventurist2) - - [Christian Mayamba](https://github.com/chris-mayamba) - [Fahad Haque](https://github.com/Daahaf) - [Deepankar Sahoo](https://github.com/CodeByDeepankar) @@ -783,6 +783,7 @@ - [Mehfila Parkkulthil](https://github.com/Mehfila123) - [Seul](https://github.com/seulahn) - [Hardik Khandal](https://github.com/hardikkhandal) +- [Vaishnavi](https://github.com/vaishnavi20git) - [Julius Jones](https://github.com/jlwj22) - [Dave Friedman](https://github.com/heracliteanflux) - [Pankaj Monga](https://github.com/p-monga) @@ -1339,7 +1340,6 @@ - [Aly El-Badry](https://github.com/Ali-EL-Badry) - [karthikeyanm](https://github.com/karthikeyan187463) - [Darshan Gowda](https://github.com/DarshanGowdaATU/FOSS_Darshan) -- [Mouadhbendjedidi](https://github.com/Mouadhbendjedidi) -[Abhay Patil] (https://github.com/user-abhay08) - [Cheikh DIALLO](https://github.com/Shaykhouna) - [Mouadhbendjedidi](https://github.com/Mouadhbendjedidi) - [Abhay Patil] (https://github.com/user-abhay08) @@ -1417,4 +1417,4 @@ - [Flashpogu](https://githib.com/flashpogu) - [Satyajit Behera](https://github.com/Capchi079) - [Soumyaatanna](https://github.com/Soumyaatanna) -- [Priyam Kumar](https://github.com/priyamkumar) \ No newline at end of file +- [Priyam Kumar](https://github.com/priyamkumar) From 3b52fcfd83573b6419271d746233c286eb1be83a Mon Sep 17 00:00:00 2001 From: akilaust <54270247+fahimar@users.noreply.github.com> Date: Sun, 23 Mar 2025 23:19:51 +0600 Subject: [PATCH 0009/2656] My first open source contributions --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b2140ad8..bec6f89e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,7 +1,7 @@ # Contributors - [Deepika Reddy](https://github.com/klu2300031389) --[Fahim_Al_Rashid]-(https://github.com/fahimar) +- [Fahim_Al_Rashid]-(https://github.com/fahimar) - [heer](https://github.com/gunheerahuja) - [Virat Shandilya](https://github.com/viraaattttt) - [Pratham Jaiswal](https://github.com/PrathamJaiswal9) From 000c7e9890631e6204aed161c3f9aeec13e6a305 Mon Sep 17 00:00:00 2001 From: akilaust <54270247+fahimar@users.noreply.github.com> Date: Sun, 23 Mar 2025 23:25:06 +0600 Subject: [PATCH 0010/2656] my first open source contributions --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bec6f89e..1be39db4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,7 +1,7 @@ # Contributors - [Deepika Reddy](https://github.com/klu2300031389) -- [Fahim_Al_Rashid]-(https://github.com/fahimar) +- [Fahim_Al_Rashid](https://github.com/fahimar) - [heer](https://github.com/gunheerahuja) - [Virat Shandilya](https://github.com/viraaattttt) - [Pratham Jaiswal](https://github.com/PrathamJaiswal9) @@ -1413,6 +1413,7 @@ - [Prabhleen Kaur](https://github.com/prbhleeen) - [Priyadarshan Garg](https://github.com/Priyadarshan-Garg) - [Michael L.](https://github.com/michaellau410) +- [Sushmoy Nandi](https://github.com/Sushmoy-Nandi) - [Pranitha P](https://github.com/pranitha174) - [Flashpogu](https://githib.com/flashpogu) - [Satyajit Behera](https://github.com/Capchi079) From f342cfb3b31152b78d898bdbbf6f085e150565ae Mon Sep 17 00:00:00 2001 From: Teja-web Date: Wed, 9 Apr 2025 19:58:31 +0530 Subject: [PATCH 0011/2656] no one added telugu translation i added above --- ...ntribute-to-open-source-projects-telugu.md | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 docs/how-to-contribute-to-open-source-projects-telugu.md diff --git a/docs/how-to-contribute-to-open-source-projects-telugu.md b/docs/how-to-contribute-to-open-source-projects-telugu.md new file mode 100644 index 00000000..58680725 --- /dev/null +++ b/docs/how-to-contribute-to-open-source-projects-telugu.md @@ -0,0 +1,73 @@ +# ఓపెన్ సోర్స్‌కు ఎలా సహకరించాలి: ప్రారంభకులకు సమగ్ర మార్గదర్శి + +TL;DR మీరు ఓపెన్ సోర్స్ ప్రాజెక్ట్‌కి మీ మొదటి పుల్ అభ్యర్థనను చేయాలనుకుంటున్నట్లయితే, [Readme](https://github.com/firstcontributions/first-contributions)లోని సూచనలను అనుసరించండి. + +డెవలపర్‌గా ఎదగడానికి, మీ పోర్ట్‌ఫోలియోను రూపొందించడానికి మరియు కమ్యూనిటీకి తిరిగి ఇవ్వడానికి ఓపెన్ సోర్స్‌కు సహకారం అందించడం అనేది అత్యంత బహుమతినిచ్చే మార్గాలలో ఒకటి. మీరు అనుభవజ్ఞుడైన ప్రోగ్రామర్ అయినా లేదా ఇప్పుడే ప్రారంభించినా, ఓపెన్ సోర్స్ తెలుసుకోవడానికి, సహకరించడానికి మరియు ప్రభావం చూపడానికి అంతులేని అవకాశాలను అందిస్తుంది. ఈ గైడ్‌లో, సరైన ప్రాజెక్ట్‌ను కనుగొనడం నుండి మీ మొదటి సహకారం అందించడం వరకు ఓపెన్ సోర్స్‌కు సహకరించడం గురించి మీరు తెలుసుకోవలసిన ప్రతిదానిని మేము మీకు తెలియజేస్తాము. + +## ఓపెన్ సోర్స్‌కి ఎందుకు సహకరించాలి? + +"ఎలా"లోకి ప్రవేశించే ముందు, "ఎందుకు" అనేదాన్ని అన్వేషిద్దాం. ఓపెన్ సోర్స్‌కు సహకారం అందించడం వలన అనేక ప్రయోజనాలను అందిస్తుంది: + +* నైపుణ్యాభివృద్ధి: ఓపెన్ సోర్స్ ప్రాజెక్ట్‌లు మిమ్మల్ని వాస్తవ ప్రపంచ కోడ్‌బేస్‌లకు బహిర్గతం చేస్తాయి, మీ కోడింగ్, డీబగ్గింగ్ మరియు సహకార నైపుణ్యాలను మెరుగుపరచడంలో మీకు సహాయపడతాయి. +* పోర్ట్‌ఫోలియో బిల్డింగ్: ప్రసిద్ధ ప్రాజెక్ట్‌లకు విరాళాలు మీ రెజ్యూమ్ మరియు GitHub ప్రొఫైల్‌ను మెరుగుపరుస్తాయి, తద్వారా మీరు సంభావ్య యజమానులకు ప్రత్యేకంగా నిలుస్తారు. +* నెట్‌వర్కింగ్: మీరు ప్రపంచవ్యాప్తంగా ఉన్న డెవలపర్‌లతో కనెక్ట్ అవుతారు, నిపుణుల నుండి నేర్చుకుంటారు మరియు గ్లోబల్ కమ్యూనిటీలో భాగం అవుతారు. +* గివింగ్ బ్యాక్: ఓపెన్ సోర్స్ మనం రోజూ ఉపయోగించే చాలా సాఫ్ట్‌వేర్‌లకు శక్తినిస్తుంది. మీరు ఆధారపడే సాధనాలు మరియు సాంకేతికతలకు మద్దతు ఇవ్వడానికి సహకారం అందించడం ఒక మార్గం. +* కెరీర్ అవకాశాలు: చాలా కంపెనీలు ఓపెన్ సోర్స్ అనుభవంతో డెవలపర్‌లను చురుకుగా కోరుకుంటాయి, ఎందుకంటే ఇది చొరవ మరియు జట్టుకృషిని ప్రదర్శిస్తుంది. + +## ఓపెన్ సోర్స్ కంట్రిబ్యూషన్‌లతో ఎలా ప్రారంభించాలి + +### 1. సరైన ప్రాజెక్ట్‌ను ఎంచుకోండి + +సరైన ప్రాజెక్ట్‌ను కనుగొనడం చాలా ముఖ్యం. మీ ఆసక్తులు, నైపుణ్యం స్థాయి మరియు లక్ష్యాలకు అనుగుణంగా ఉండే ప్రాజెక్ట్‌ల కోసం చూడండి. వాటిని ఎలా కనుగొనాలో ఇక్కడ ఉంది: + +* GitHubని అన్వేషించండి: GitHub యొక్క అన్వేషణ పేజీని ఉపయోగించండి లేదా "గుడ్-ఫస్ట్-ఇష్యూ" లేదా "హెల్ప్-వాంటెడ్" వంటి అంశాల కోసం శోధించండి. +* ఓపెన్ సోర్స్ ప్రోగ్రామ్‌లను తనిఖీ చేయండి: గూగుల్ సమ్మర్ ఆఫ్ కోడ్ లేదా హ్యాక్‌టోబర్‌ఫెస్ట్ వంటి ప్రోగ్రామ్‌లు ప్రారంభకులకు గొప్పవి. +* మీ సాధనాలను అనుసరించండి: మీరు ఇప్పటికే ఉపయోగిస్తున్న లైబ్రరీలు, ఫ్రేమ్‌వర్క్‌లు లేదా సాధనాలకు సహకరించండి. + +### 2. ప్రాజెక్ట్‌ను అర్థం చేసుకోండి + +సహకరించే ముందు, ప్రాజెక్ట్‌ను అర్థం చేసుకోవడానికి సమయాన్ని వెచ్చించండి: + +* డాక్యుమెంటేషన్‌ను చదవండి: README ఫైల్, సహకార మార్గదర్శకాలు మరియు ప్రవర్తనా నియమావళితో ప్రారంభించండి. +* కోడ్‌బేస్‌ను అన్వేషించండి: ప్రాజెక్ట్ నిర్మాణం మరియు కోడింగ్ శైలితో మిమ్మల్ని మీరు పరిచయం చేసుకోండి. +* సంఘంలో చేరండి: కమ్యూనిటీ కోసం ఒక అనుభూతిని పొందడానికి ఫోరమ్‌లు, స్లాక్ లేదా డిస్కార్డ్‌పై చర్చల్లో పాల్గొనండి. + +### 3. చిన్నగా ప్రారంభించండి + +విశ్వాసాన్ని పెంపొందించడానికి చిన్న, నిర్వహించదగిన పనులతో ప్రారంభించండి: + +* బగ్‌లను పరిష్కరించండి: "మంచి-మొదటి సమస్య" లేదా "బిగినర్స్-ఫ్రెండ్లీ" అని లేబుల్ చేయబడిన సమస్యల కోసం చూడండి. +* డాక్యుమెంటేషన్‌ను మెరుగుపరచండి: డాక్యుమెంటేషన్ అప్‌డేట్‌లు తరచుగా విస్మరించబడతాయి కానీ చాలా విలువైనవి. +* పరీక్షలు రాయండి: పరీక్షలను జోడించడం అనేది కోడ్‌బేస్ గురించి తెలుసుకోవడానికి మరియు సహకరించడానికి ఒక గొప్ప మార్గం. + +### 4. ఉత్తమ పద్ధతులను అనుసరించండి + +సహకరించేటప్పుడు, ప్రాజెక్ట్ మార్గదర్శకాలకు కట్టుబడి ఉండండి: + +* ఫోర్క్ మరియు క్లోన్: రిపోజిటరీని ఫోర్క్ చేసి మీ స్థానిక మెషీన్‌కు క్లోన్ చేయండి. +* ఒక శాఖను సృష్టించండి: మీ మార్పుల కోసం ప్రత్యేక శాఖలో పని చేయండి. +* క్లీన్ కోడ్ వ్రాయండి: ప్రాజెక్ట్ యొక్క కోడింగ్ ప్రమాణాలను అనుసరించండి మరియు స్పష్టమైన, సంక్షిప్త కోడ్‌ను వ్రాయండి. +* మీ మార్పులను పరీక్షించండి: మీ మార్పులు ఇప్పటికే ఉన్న కార్యాచరణను విచ్ఛిన్నం చేయలేదని నిర్ధారించుకోండి. +* ఒక పుల్ అభ్యర్థన (PR) సమర్పించండి: స్పష్టమైన PR వివరణ, సూచన సంబంధిత సమస్యలను వ్రాయండి మరియు అభిప్రాయానికి సిద్ధంగా ఉండండి. + +## ఓపెన్ సోర్స్‌లో విజయం కోసం చిట్కాలు + +ప్రభావవంతంగా కమ్యూనికేట్ చేయండి: అన్ని పరస్పర చర్యలలో గౌరవప్రదంగా మరియు వృత్తిపరంగా ఉండండి. అవసరాల గురించి అస్పష్టంగా ఉన్నప్పుడు ప్రశ్నలు అడగండి. సమీక్షకులకు వారి సమయం మరియు అభిప్రాయానికి ధన్యవాదాలు. సమీక్ష ప్రక్రియలో ఓపికగా ఉండండి + +స్థిరంగా ఉండండి: రెగ్యులర్ కంట్రిబ్యూషన్‌లు, చిన్నవి కూడా, కాలక్రమేణా పెద్ద ప్రభావాన్ని చూపుతాయి. + +అభిప్రాయం నుండి నేర్చుకోండి: కోడ్ సమీక్షలు నేర్చుకునే అవకాశం. అభిప్రాయాన్ని స్వీకరించండి మరియు మీ నైపుణ్యాలను మెరుగుపరచండి. + +తిరిగి ఇవ్వండి: మీరు సౌకర్యవంతంగా ఉన్న తర్వాత, PRలను సమీక్షించడం, ప్రశ్నలకు సమాధానం ఇవ్వడం లేదా కొత్తవారికి మార్గదర్శకత్వం చేయడం ద్వారా ఇతరులకు సహాయం చేయండి. + +## సాధారణ సవాళ్లు మరియు వాటిని ఎలా అధిగమించాలి + +* ఇంపోస్టర్ సిండ్రోమ్: చాలా మంది ప్రారంభకులు తమకు సహకరించడానికి తగినంత నైపుణ్యం లేదని భావిస్తారు. గుర్తుంచుకోండి, ప్రతి ఒక్కరూ ఎక్కడో ఒకచోట ప్రారంభించబడతారు మరియు చిన్న విరాళాలు కూడా ముఖ్యమైనవి. +* సమయాన్ని కనుగొనడం: చిన్న, నిర్వహించదగిన పనులతో ప్రారంభించండి. వారానికి 30 నిమిషాలు కూడా తేడా రావచ్చు. +* పెద్ద కోడ్‌బేస్‌లను నావిగేట్ చేయడం: అభ్యాస ప్రక్రియను విచ్ఛిన్నం చేయండి: - డాక్యుమెంటేషన్‌ను పూర్తిగా చదవడం ద్వారా ప్రారంభించండి - ఒక సమయంలో ఒక భాగాన్ని అర్థం చేసుకోవడంపై దృష్టి పెట్టండి - కోడ్ అమలును ట్రేస్ చేయడానికి డీబగ్గింగ్ సాధనాలను ఉపయోగించండి - స్పష్టత కోసం అడగడానికి వెనుకాడకండి + +## తీర్మానం + +ఓపెన్ సోర్స్‌కు సహకరించడం అనేది అపారమైన వ్యక్తిగత మరియు వృత్తిపరమైన వృద్ధిని అందించే ప్రయాణం. చిన్నగా ప్రారంభించడం ద్వారా, స్థిరంగా ఉండటం మరియు సంఘంతో సన్నిహితంగా ఉండటం ద్వారా, మీరు మీ నైపుణ్యాలను మెరుగుపరుచుకుంటూ అర్ధవంతమైన సహకారాన్ని అందించవచ్చు. గుర్తుంచుకోండి, ఓపెన్ సోర్స్ సహకారంతో అభివృద్ధి చెందుతుంది మరియు ప్రతి సహకారం-ఎంత చిన్నదైనా-మెరుగైన డిజిటల్ ప్రపంచాన్ని నిర్మించడంలో సహాయపడుతుంది. మునిగిపోవడానికి సిద్ధంగా ఉన్నారా? మిమ్మల్ని ఉత్తేజపరిచే ప్రాజెక్ట్‌ను కనుగొనండి, మీ మొదటి సహకారాన్ని అందించండి మరియు ఈరోజే గ్లోబల్ ఓపెన్ సోర్స్ ఉద్యమంలో చేరండి! + +## చివరి సమాధా \ No newline at end of file From bd9f5bbab20487d2fc96a43ccefabfa33fb4e5bd Mon Sep 17 00:00:00 2001 From: Olapu Ajay Date: Sat, 19 Apr 2025 12:25:23 +0530 Subject: [PATCH 0012/2656] Add Olapu Ajay to Contributors list and expand non-programmer contribution guidelines --- Contributors.md | 1 + .../Things a non Programmer can do.md | 39 +++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/Contributors.md b/Contributors.md index e6d819b1..019a61c7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2184,3 +2184,4 @@ Matthew Burgos - [Calvin Fernandes](https://github.com/ninja2482k) - [Kaushal Kumbagowdana](https://github.com/kaushaltheeG) - [Kylash M R] +- [Olapu Ajay](https://github.com/olapuajay) \ No newline at end of file diff --git a/docs/additional-material/Things a non Programmer can do.md b/docs/additional-material/Things a non Programmer can do.md index 380891ff..7ebc573a 100644 --- a/docs/additional-material/Things a non Programmer can do.md +++ b/docs/additional-material/Things a non Programmer can do.md @@ -122,3 +122,42 @@ Most of all, listen to what people around you discuss. See if you can recognize 16. **Teach and Help others**: The best way to learn more about a topic is to try to teach it. The best teacher is the one who can explain complex stuff with simple examples. So you need to try to be the best teacher to be the best learner and the best in your programming world. Teaching others will make you feel better about yourself and it will help you get better skills and knowledge in your profession. When you get help from someone don't keep it to yourself share it with others. Make the world a better place to live. + +## Additional Non-Programmer Contributions + +17. **Improve Accessibility** +- Audit project documentation/websites for: + - Alt text for images. + - Screen reader compatibility. +- Suggest fixes for: + - Color contrast. + - Keyboard navigation. + - Semantic HTML. + +18. **Organize Community Events** +- Help organize: + - Virtual meetups or hackathons. + - "Ask Me Anything" (AMA) sessions with maintainers. +- Moderate forums/Discord/Slack to keep discussions productive. + +19. **Curate Resources** +- Create an **"Awesome [Project Name]"** list with: + - Tutorials, videos, third-party tools. +- Compile a **FAQ section** from common questions in forums/issues. + +20. **Social Media & Outreach** +- Manage project’s Twitter/LinkedIn: + - Share updates, milestones, or contributor spotlights. +- Write **"Getting Started" threads** or tweetorials for new users. + +21. **Localization & Internationalization** +- Translate UI strings (via Crowdin/Weblate). +- Adapt docs for regional contexts (e.g., date formats, idioms). + +22. **Design & UX Feedback** +- Mockup UI improvements (Figma/Canva sketches). +- Report confusing workflows (e.g., "Settings menu is hard to find"). + +23. **Grant Writing & Fundraising** +- Apply for open-source grants (GitHub Sponsors, NLnet). +- Draft **case studies** showcasing project impact. From cce0e0775ddb0b8e57e2fe2975b95f4378fcf1a1 Mon Sep 17 00:00:00 2001 From: Mohamed Makaty Date: Sat, 31 May 2025 22:36:56 +0300 Subject: [PATCH 0013/2656] files added: Things a non Programmer can do.eg.md --- .../Things a non Programmer can do.eg.md | 161 ++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 docs/additional-material/Things a non Programmer can do.eg.md diff --git a/docs/additional-material/Things a non Programmer can do.eg.md b/docs/additional-material/Things a non Programmer can do.eg.md new file mode 100644 index 00000000..734428ec --- /dev/null +++ b/docs/additional-material/Things a non Programmer can do.eg.md @@ -0,0 +1,161 @@ +# حاجات ممكن اللي مش مبرمج يعملها +## اسمع الأول + +كل حاجة في الـ Open Source بتعتمد على الناس اللي شغالة فيها. +إنت عايز تنضم لفريق، وده معناه إنك تفهم المجتمع شغال إزاي. +لو دخلت على مشروع وقلت "هاي، أنا شايف إن المشروع المفروض يعمل كذا" غالبًا ده مش هيكون مقبول. +ممكن مشاريع معينة تكون بتحب الأسلوب ده، لكن لو المشروع ليه فترة شغال، نسبة إن الناس تتقبل الكلام ده قليلة. +**أحسن حاجة تعملها في الأول إنك تسمع وتشوف الناس شغالة إزاي.** + +1. **اشترك في Mailing List**: في مشاريع كتير، الـ mailing list هي وسيلة التواصل الرئيسية بين الناس اللي بتطور المشروع. +في المشاريع الكبيرة، هتلاقي كذا mailing list. +مثلاً، مشروع PostgreSQL عنده أكتر من 12 mailing list للمستخدمين و6 للمطورين. +ابدأ بمتابعة الـ list الأساسية للمستخدمين وواحدة من بتوع المطورين علشان تفهم اللي بيحصل. + +2. **تابع Blog**: المطورين الكبار غالبًا بيكتبوا تدوينات بيشرحوا فيها اللي هيحصل في النسخ الجاية، +وبيتكلموا عن اللي اتعمل علشان نوصل للمرحلة دي. +في مواقع اسمها Planet بتجمع التدوينات والأخبار من كذا مصدر عن المشروع. +لو فيه planet زي planet.gnome.org أو planet.mysql.com، يبقى ده مكان كويس تبدأ منه. +اكتب في جوجل "planet <اسم المشروع>". + +3. **ادخل على قناة IRC**: معظم مشاريع الـ Open Source عندها قنوات IRC الناس بتدخل تتكلم فيها عن المشاكل والتطوير. +ادخل على موقع المشروع وشوف اسم القناة على أي شبكة IRC. + +**اشتغل على التذاكر** +الكود هو الأساس في أي مشروع مفتوح المصدر، بس ده مش معناه إن الكود هو الطريقة الوحيدة اللي ممكن تساهم بيها. +فيه حاجات تانية كتير الناس بتكسل تعملها، زي صيانة النظام أو متابعة المشاكل. +ابدأ من هنا وهتلاقي نفسك بقيت جزء من الفريق. + +معظم المشاريع عندها نظام تذاكر على الموقع الرسمي. +ده بيكون وسيلة تواصل بين الناس اللي بتستخدم البرنامج والمطورين. +تنضيف التذاكر دي وتحديثها بيساعد الفريق جدًا. + +ممكن تحتاج صلاحيات علشان تعدل على التذاكر، بس صدقني، أول ما تقول إنك عايز تساعد، هيدوك الصلاحيات دي على طول. + +4. **حلل مشكلة (Bug)**: ساعات الناس بتبلّغ عن مشاكل بشكل مش واضح. +لو حد قال "البرنامج بيهنّج لما بعمل كذا"، خد وقتك وحاول تعرف المشكلة دي بتحصل إزاي. +هل بتتكرر؟ تقدر تكتب خطوات تثبت بيها إنها بتحصل؟ بتحصل على متصفح معين؟ ولا في نظام تشغيل معين؟ + +حتى لو معرفتش تحلها، إنك توضّح المشكلة أكتر بيسهّل على حد تاني ييجي يحلها. +وكل اللي تكتشفه، اكتبه في التذكرة علشان غيرك يستفيد. + +5. **اقفل التذاكر القديمة**: كتير من المشاكل بتكون اتحلت، بس التذاكر لسه مفتوحة. +البحث في التذاكر القديمة وتنضيفها حاجة مهمة جدًا. + +ابدأ بدور على تذاكر بقالها أكتر من سنة وشوف هل المشكلة لسه موجودة ولا اتصلحت. +راجع سجل التغييرات في الإصدارات وشوف لو فيه ذكر للمشكلة. +لو اتحلت، اكتب رقم النسخة في التذكرة واقفلها. + +جرّب تعيد المشكلة في آخر نسخة من البرنامج. +لو مشتغلتش، اكتب ده في التذكرة واقفلها. +لو لسه موجودة، اكتبه برضو وسيب التذكرة مفتوحة. + +## الشغل على الكود +الناس اللي عندها خبرة مختلفة في البرمجة تقدر تساعد في الكود. +مش لازم تكون مبرمج جامد علشان تساهم. + +لو ناوي تعدل على الكود، اعرف الأول المشروع بيشتغل إزاي في موضوع استلام التعديلات. +كل مشروع ليه طريقة معينة، فاسأل الأول. + +مثلاً، PostgreSQL بيستقبل التعديلات على شكل Patch في mailing list، والمطورين بيراجعوها كويس جدًا. +لكن في مشروع زي Parrot، ممكن تاخد صلاحيات التعديل بسهولة. +لو المشروع على GitHub، غالبًا بيستخدموا Pull Requests. +كل مشروع وليه طريقته. + +لما تعدل حاجة، خليك محترم مع باقي الفريق وحافظ على تنسيق الكود زي ما هو. +ما تحاولش تفرض أسلوبك. +الكود اللي بتكتبه لازم يشبه اللي موجود، حتى لو مش عاجبك. + +6. **اختبر نسخة Beta أو Release Candidate**: +المشاريع اللي بتشتغل على كذا نظام تشغيل ساعات بيكون فيها مشاكل توافق. +قبل الإصدارات، المطورين بينزلوا نسخ تجريبية علشان الناس تجربها. +لو شغّلت البرنامج على نظام تشغيل مختلف واشتغل، ده بيساعدهم يعرفوا إن النسخة كويسة. + +مش لازم تعمل حاجة غير إنك تبني البرنامج وتفتحه وتجربه. +لو شغال، بلغهم. +ده بيفرق كتير جدًا مع المطورين. + +7. **صلّح Bug**: ده غالبًا أول حاجة الناس بتعملها لما تبدأ تشتغل في الكود. +دور على Bug شكله بسيط، وجرب تصلحه. +اكتب ملاحظاتك جوه الكود، ولو في Test يوضح إن المشكلة اتحلت، ضيفه. +لو معرفتش تصلحها، اكتب اللي وصلتله في التذكرة. + +8. **اكتب Test**: +معظم المشاريع عندها Tests، بس دايمًا فيه مكان لإضافة تانية. +استخدم أدوات بتقيس مدى التغطية، زي `gcov` أو `Devel::Cover`. +وشوف أجزاء الكود اللي مش متغطية، وضيف لها Test. + +9. **اسكت تحذير من الكومبايلر**: +لما تبني برامج C، ممكن يطلعلك تحذيرات. +مش دايمًا معناها إن فيه مشكلة، بس بتشوّش. +لو شفت تحذير، شوف هل فعلاً فيه مشكلة؟ +لو لأ، عدل الكود علشان تسكت التحذير. + +10. **ضيف تعليق**: +لو لقيت جزء في الكود مش مفهوم، اكتبه تعليق. +أكيد في ناس غيرك هتتلخبط برضو. +ابعت تعديل فيه التعليقات دي. + +## الشغل على التوثيق +المستندات دايمًا بتتاخد بشكل بسيط. +وساعات بتكون مكتوبة كأن اللي بيقراها أصلاً فاهم المشروع. +لو حسيت إن التوثيق مش واضح، قول. +اللي عنيهم جديدة بيشوفوا حاجات الناس اللي شغالة عليها مش شايفاها. + +11. **اعمل مثال**: +مفيش مشروع عنده أمثلة كتير كفاية. +لو فيه API، أو مكتبة، أو برنامج GUI زي Gimp، أو حتى أداة سطر أوامر – اعمل مثال عملي بيشرح ازاي تستخدمه. + +ممكن المثال يكون حاجة بسيطة من كود انت كتبته، أو حتى فيديو Screen Recording وانت بتستخدمه. +الناس بتحب تشوف التطبيق العملي أكتر من الكلام. + +## اشتغل مع المجتمع +الـ Open Source مش بس كود. المجتمع هو اللي بيخلي المشاريع دي تعيش وتكبر. +فيه طرق كتير تقدر تساعد بيها في تقوية المجتمع حوالي المشروع. + +12. **جاوب على سؤال**: +أحسن طريقة تساعد بيها المشروع والمجتمع هي إنك تساعد غيرك. +لما حد جديد يسأل سؤال، وحضرتك تجاوبه بدل ما تقول له "روح اقرأ الـ Manual"، كده إنت مش بس ساعدته، +إنت كمان شجّعته يكمل، ويمكن كمان يبقى عضو نشيط في المشروع بعد كده. + +كلنا بدأنا من الصفر، والمشاريع محتاجة دايمًا ناس جديدة تدخل علشان تفضل عايشة. + +13. **اكتب تدوينة (Blog Post)**: +لو عندك مدونة، احكي فيها عن تجربتك مع المشروع اللي بتستخدمه. +قول واجهت إيه مشاكل، وازاي حليتها. +كده بتساعد المشروع بطريقتين: +- إنك بتخلي الناس تفكر في المشروع وتسمع عنه. +- وإنك بتسيب أثر للي بعدك لو حد واجه نفس المشكلة وعمل بحث على جوجل. + +(والتدوينة دي كمان ممكن تبقى وسيلة كويسة توري بيها خبرتك الحقيقة في الشغل لما تيجي تدور على شغل.) + +14. **طوّر موقع المشروع**: +لو عندك خبرة في تصميم المواقع، وساعدت في تحسين الموقع أو شكله العام، ده وقتك مش بيضيع. +يمكن المشروع محتاج لوجو، أو ستايل أحسن، أو تنظيم أحسن للمحتوى. +الحاجات دي ساعات بتكون ناقصة عند المبرمجين، وساعتها أي حد عنده ذوق أو خبرة في التصميم بيفرق جامد. +أنا عن نفسي بتمنى ألاقي حد يساعدني في التصميم في مشاريعي! + +15. **اكتب توثيق تقني (Documentation)**: +لو تقدر تشرح ازاي برنامج أو أداة شغالة، يبقى تقدر تكتب توثيق تقني عنها. +مشاريع Open Source كتير بتبقى محتاجة توثيق جديد، أو تطوير اللي موجود، أو تبسيطه للناس. + +كل ما كانت كتابتك أبسط وأوضح، كل ما كانت أحسن. +وأجمل حاجة؟ مش لازم تكون مبرمج علشان تكتب Documentation. + +والأهم من كل ده، اسمع الناس بتتكلم عن إيه. +حاول تلاحظ المشاكل اللي محتاجة حل. +مثلاً، في مرة على Mailing List لمشروع Parrot، قرروا ينقلوا من Trac لـ GitHub في نظام التذاكر. +ناس كتير كانوا ضد القرار علشان مفيش طريقة ينقلوا التذاكر القديمة. +دخلت وقلت "طب ما أكتب أنا برنامج يحوّل التذاكر؟" والناس فرحت جدًا. +فعلاً كتبت برنامج نقل أكتر من 450 تذكرة، واحتفظنا بتاريخهم. +نجاح جميل، وساعدت الفريق، والمطورين ركزوا في شغلهم بدل وجع الدماغ. + +16. **علّم وساعد غيرك**: +أحسن طريقة تتعلم بيها أكتر، إنك تشرح اللي فهمته لحد تاني. +المدرّس الشاطر هو اللي يقدر يشرح حاجة معقدة بطريقة بسيطة. + +لو علمت حد، أو ساعدته، مش بس هتحس إنك عملت حاجة كويسة، +ده كمان هيثبت المعلومة في دماغك، ويقوّي مهاراتك. +ولما حد يساعدك، ما تحتفظش بالمعلومة لنفسك. +شارك اللي عرفته، وخلّي الدنيا مكان أحسن. + From 44b85dc8b5b75a8993068dd4674c0872cc496258 Mon Sep 17 00:00:00 2001 From: Mohamed Makaty Date: Sat, 31 May 2025 23:11:51 +0300 Subject: [PATCH 0014/2656] updating Things a non Programmer can do.eg.md --- docs/additional-material/Things a non Programmer can do.eg.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/additional-material/Things a non Programmer can do.eg.md b/docs/additional-material/Things a non Programmer can do.eg.md index 734428ec..af89e2a5 100644 --- a/docs/additional-material/Things a non Programmer can do.eg.md +++ b/docs/additional-material/Things a non Programmer can do.eg.md @@ -159,3 +159,6 @@ ولما حد يساعدك، ما تحتفظش بالمعلومة لنفسك. شارك اللي عرفته، وخلّي الدنيا مكان أحسن. +والسلام عليكم ورحمة الله وبركاته. + + From a012d2df3d81f9132f857e91ee6a03bccc192507 Mon Sep 17 00:00:00 2001 From: Mohamed Makaty Date: Sat, 31 May 2025 23:16:49 +0300 Subject: [PATCH 0015/2656] adding my name to Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8f7dae3a..f74c4cb1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3495,3 +3495,4 @@ Darien Edwards -[jsinghakan](https://https://github.com/jsinghakan) -[gidhub48](https://github.com/gidhub48) -[shubham](https://github.com/RoyShubham07) +- [Mohamed Makaty](https://github.com/makaty95) \ No newline at end of file From 8737284debfe314a322a4c1659386593b4a5566e Mon Sep 17 00:00:00 2001 From: Abhidave Tan Date: Sat, 7 Jun 2025 18:46:57 +0800 Subject: [PATCH 0016/2656] Add abhifirstcontribution to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ab1b4f64..ac04dd60 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2068,6 +2068,7 @@ random guy - [SaboorNisha](https://github.com/SaboorNisha) - [Sanika Nair](https://github.com/sanika-n) - [Shashwat Anand](https://github.com/Sushiii07) +-[furinaabhidave](https://github.com/ItzmeFurina) - [LateGit](https://github.com/LateGit) - [sakaleshhubli](https://github.com/Sakaleshhubli) - [Parker Crook](https://github.com/parkercrook) From c4a7cbde4fb95453c751395361e61e0d382a9380 Mon Sep 17 00:00:00 2001 From: jcientiest <64419202+jcientiest@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:02:26 +0530 Subject: [PATCH 0017/2656] Update README.guj.md Slack Link Removed --- docs/translations/README.guj.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.guj.md b/docs/translations/README.guj.md index aa6662f5..8668eff4 100644 --- a/docs/translations/README.guj.md +++ b/docs/translations/README.guj.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 c3ada76eb462c99a76ff0de99668557281e57e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kutmur?= Date: Sat, 14 Jun 2025 20:11:06 +0300 Subject: [PATCH 0018/2656] =?UTF-8?q?Fix=20Turkish=20typo:=20"Kaynak=C4=B1?= =?UTF-8?q?n"=20=E2=86=92=20"Kayna=C4=9F=C4=B1n"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Summary Corrected a grammar typo in the Turkish translation file `README.tr.md`. - "Açık Kaynakın" → "Açık Kaynağın" This fix improves the grammatical accuracy and clarity of the documentation for Turkish-speaking contributors. - [x] I had fun going through this tutorial (ノ^o^)ノ and learned on the way ٩(^◡^)۶ - [ ] There are some things I'd like to improve in this tutorial. I have written them below. - [ ] There were steps where I had errors while following this tutorial. I have written them below. --- docs/translations/README.tr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.tr.md b/docs/translations/README.tr.md index 8258ef80..6f7668bd 100644 --- a/docs/translations/README.tr.md +++ b/docs/translations/README.tr.md @@ -5,7 +5,7 @@ # İlk katkı -Zor gelir... Herhangi bir işi ilk kez yapmak daima zor gelir. Özellikle başkalarıyla ortak çalışıyorsanız, hata yapmak içinize sinmez. Ancak "Açık Kaynakın" temelinde işbirliği ve birlikte çalışma yatmakta. Biz, açık kaynak projelere ilk kez katkıda bulunacak kişilerin bu süreci öğrenmesini ve ilk katkılarını sunmalarını kolaylaştırmayı istiyoruz. +Zor gelir... Herhangi bir işi ilk kez yapmak daima zor gelir. Özellikle başkalarıyla ortak çalışıyorsanız, hata yapmak içinize sinmez. Ancak "Açık Kaynağın" temelinde işbirliği ve birlikte çalışma yatmakta. Biz, açık kaynak projelere ilk kez katkıda bulunacak kişilerin bu süreci öğrenmesini ve ilk katkılarını sunmalarını kolaylaştırmayı istiyoruz. Makale okumak ve eğitim videoları izlemek yardımcı olabilir, fakat bir işi gerçekten yapmanın yerini ne tutabilir ki? Bu proje yeni başlayanların veya ilk defa katkıda bulunacakların işini kolaylaştırmak ve onlara rehberlik etmek amacındadır. Unutmayın ki ne kadar rahat olursanız o kadar rahat öğrenirsiniz. Eğer bir GitHub projesine ilk defa katkıda bulunacaksanız, aşağıda gösterilen basit adımları takip etmeniz yeterli olacaktır. Söz veriyoruz, eğlenceli olacak. From 9297325925fb1c45b58bf65837d2bee060a1940e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kutmur?= Date: Sat, 14 Jun 2025 20:20:42 +0300 Subject: [PATCH 0019/2656] =?UTF-8?q?Add=20Halil=20=C4=B0brahim=20Kutmur?= =?UTF-8?q?=20to=20Contributors=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Summary Added myself to the `Contributors.md` list: - [Halil İbrahim Kutmur](https://github.com/kutmur) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index da862ceb..19f4fe32 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3954,3 +3954,4 @@ random guy - [Inshal 0x03a](https://github.com/0x03a) - [Shruti Gupta](https://github.com/ShrutiGupta37) - [Daniel Larrusso](https://github.com/daniellarrusso) +- [Halil İbrahim Kutmur](https://github.com/kutmur) — I use Arch btw From 4d94dcb3c03036e9814b81bd782bc7d2ada6da39 Mon Sep 17 00:00:00 2001 From: Rahul Shaw Date: Sat, 21 Jun 2025 15:30:17 +0530 Subject: [PATCH 0020/2656] 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 0021/2656] 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 0022/2656] 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 21535c8ca57f890a79d2fdcefc1b52b628958013 Mon Sep 17 00:00:00 2001 From: Tejas Jogdand Date: Sun, 29 Jun 2025 21:51:09 +0530 Subject: [PATCH 0023/2656] Added Sanskrit Translation --- docs/translations/README.sa.md | 169 +++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 docs/translations/README.sa.md diff --git a/docs/translations/README.sa.md b/docs/translations/README.sa.md new file mode 100644 index 00000000..7a88911f --- /dev/null +++ b/docs/translations/README.sa.md @@ -0,0 +1,169 @@ +[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) + + +# प्रथमः योगदानः (First Contributions) + +एषः परियोजनः नूतनानां योगदानकर्तṝणां कृते प्रथमं योगदानं सरलतया कर्तुं मार्गदर्शनं च यच्छति। यदि त्वं प्रथमं योगदानं कर्तुं इच्छसि, अधोलिखितान् चरणान् अनुसर। + +_यदि त्वं आदेशपङ्क्त्या (command line) सह सुखं न अनुभवसि, तर्हि [GUI उपकरणं उपयुज्य एते मार्गदर्शकाः सन्ति।](#tutorials-using-other-tools)_ + +fork this repository + +#### यदि ते संगणके git अस्ति न चेत्, [तत् स्थापय।](https://docs.github.com/en/get-started/quickstart/set-up-git) + +## एतत् भण्डारं (repository) फोर्क् कुरु + +पृष्ठस्य उपरिस्थे फोर्क् (fork) बटनं नुद। +एवं कृत्वा एषः भण्डारः तव GitHub खातायाम् प्रतिलिपिरूपेण रच्यते। + +## भण्डारं क्लोनं कुरु + +clone this repository + +GitHub गत्वा, स्वीयं फोर्क्-भण्डारं उद्घाट्य, ‘Code’ बटनं नुद। ततः SSH चयनं कृत्वा ‘copy URL to clipboard’ चिह्नं नुद। + +पश्चात् टर्मिनल् उद्घाट्य, एषः आदेशः प्रयोज्यः — + +```bash +git clone "url you just copied" +``` + +yatra "url you just copied" (चिन्हविना) अस्ति, सः एषः भण्डारस्य url (तव fork कृत परियोजनायाः)। पूर्वं निर्दिष्टं चरणं पश्य। + +copy URL to clipboard + +उदाहरणार्थ — + +```bash +git clone git@github.com:this-is-you/first-contributions.git +``` + +`this-is-you` इत्येतत् तव `GitHub` उपयोगकर्तृनाम (username) अस्ति। अत्र त्वं `GitHub` स्थित `first-contributions` नामकस्य भण्डारस्य सामग्रीं स्वयम् यन्त्रे अनुकलयसि। + +## शाखां (branch) रचय + +स्वयम् यन्त्रे भण्डारस्य निर्देशिकायाम् प्रवेशं कुरु (यदि तत्र पूर्वमेव न स्थितः)। + +```bash +cd first-contributions +``` +इदानीं `git switch` आदेशं उपयुज्य शाखां निर्मारय। + +```bash +git switch -c your-new-branch-name +``` + +उदाहरणतः — + +```bash +git switch -c add-alonzo-church +``` + +
+यदि git switch कार्यं न करोति, तर्हि एतत् प्रयोज्यं: + +यदि एषः दोषसन्देशः दृश्यते— "Git: switch git-आदेशः नास्ति। git –help पश्य।", तर्हि सम्भवतः त्वं git-नामकस्य पुरातन-संस्करणं उपयोगसि। + +एतादृशे स्थितौ git checkout इत्ययं आदेशः प्रयुज्यताम्। + +```bash +git checkout -b your-new-branch-name +``` + +
+ +## परिवर्तनं कुरु च commit अपि कुरु + +इदानीं `Contributors.md` नामकं सञ्चिकां पाठसम्पादके उद्घाटय। तत्र स्वस्य नाम योजय। सञ्चिकायाः आरम्भे वा अन्ते च नाम न योजय। मध्ये कतरेषु अपि योजय। अनन्तरं तां सञ्चिकां संरक्षय। + +git status + +यदि त्वं परियोजनायाः निर्देशिकायां गत्वा `git status` आदेशं प्रवर्तयसि, तर्हि परिवर्तनानि दृश्यन्ते। + +git add आदेशं उपयुज्य त्वया नूतनया निर्मिता शाखा यत्र, तत्र एतानि परिवर्तनानि योजय। + +```bash +git add Contributors.md +``` + +इदानीं `git commit` आदेशं उपयुज्य एतानि परिवर्तनानि सङ्ग्रहीतुं `commit` कुरु। + +```bash +git commit -m "Add your-name to Contributors list" +``` + +`your-name` इत्येतत् स्वनाम्ना परिवर्तय। + +## GitHub इत्यत्र परिवर्तनं प्रेषय + +git push आदेशं उपयुज्य स्वीयं परिवर्तनं GitHub इत्यत्र प्रेषय। + +```bash +git push -u origin your-branch-name +``` + +`your-branch-name` इत्येतत् पूर्वं त्वया निर्मितायाः शाखायाः नाम्ना परिवर्तय। + +
+यदि push समये दोषः जायते तर्हि: + +- ### प्रमाणीकरण-दोषः (Authentication Error) +
remote: कूटशब्द-आधारित प्रमाणीकरणस्य समर्थनं 2021 अगस्त् 13 दिनाङ्के निष्कासितम्। कृपया तस्य स्थाने personal access token उपयुज्यताम्।
+  remote: अधिकविवरणाय https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ पश्यतु।
+  fatal: 'https://github.com//first-contributions.git/' इत्यत्र प्रमाणीकरणं असफलम्।
+ स्वखाते SSH key निर्माणं तथा विन्यासं कर्तुं [GitHub इत्यस्य शिक्षणं](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) पश्य। + + अपि च, त्वं 'git remote -v' इत्येतं आदेशं प्रवर्तयन् स्वस्य remote address ज्ञातुं इच्छेयाः। + + यदि एषः परिणामः दृश्यते— +
origin	https://github.com/your-username/your_repo.git (fetch)
+  origin	https://github.com/your-username/your_repo.git (push)
+ + तर्हि एतेन आदेशेन तं परिवर्तय: +```bash +git remote set-url origin git@github.com:your-username/your_repo.git +``` + अन्यथा त्वं पुनः username तथा च password प्रवेशयितुं प्रेरितः भविष्यसि, तथा च प्रमाणीकरण-दोषः अपि प्राप्तः भविष्यति। +
+ +## समीक्षायै परिवर्तनं समर्पय + +यदि त्वं स्वं GitHub भण्डारं गच्छसि, तर्हि `Compare & pull request` इत्यः बटनः दृष्टव्यः भविष्यति। तं बटनं नुद। + +create a pull request + +तदनन्तरं pull request समर्पय। + +submit pull request + +शीघ्रं अहं तव सर्वाणि परिवर्तनानि अस्य परियोजनायाः मुख्यशाखायां संयोजयिष्यामि। यदा ते परिवर्तनानि संयोजितानि भविष्यन्ति, तदा तव इमेल्-पत्रे एकं सूचना-सन्देशं लप्स्यसे। + +## इतः परं कुत्र गन्तव्यम्? + +साधु! त्वं सफलतया सामान्यं _fork → clone → edit → pull request_ इत्येतत् कार्यप्रवाहं पूर्णीकृतवान् यं योगदानकर्तृभिः प्रायः अनुभवते। + +स्वीयं योगदानं उत्सवेन चिनोतु च स्वमित्रैः अनुयायिभिश्च सह साझां कुरु [web app](https://firstcontributions.github.io/#social-share) इत्यत्र गत्वा। + +यदि त्वं अधिकं अभ्यासं कर्तुम् इच्छसि, तर्हि [code contributions](https://github.com/roshanjossey/code-contributions) इत्येतत् पश्य। + +अद्य वयं त्वां अन्येषु परियोजनासु योगदानं कर्तुं आरब्धुं सज्जीकरोमः। वयं सरलैः समस्याभिः युक्तानां परियोजनानां सूचीं सङ्कलितवन्तः। +[web app इत्यस्य परियोजना-सूची](https://firstcontributions.github.io/#project-list) अपि पश्य। + + +### [अधिकवस्तु](docs/additional-material/git_workflow_scenarios/additional-material.md) + +## दृश्योपकरणं उपयोग्य शिक्षणम् + +| GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | + +| [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) | + +

एषः परियोजनः एतेन समर्थितः अस्ति:

+

+ + + +

\ No newline at end of file From 7fc60b0ed6cab1c1ffdda558b041752399fa19ac Mon Sep 17 00:00:00 2001 From: Tejas Jogdand Date: Sun, 29 Jun 2025 21:52:23 +0530 Subject: [PATCH 0024/2656] Add Tejas Jogdand to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e866bef7..51cf0462 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ -[Miska Braun](https://github.com/MiskaB) - Never follow the beaten path, make your own instead, they said... -[Insaf](https://github.com/itsmefminsaf) - Remember my name. I am the one who is going to invent the quantum computer -[Sara](https://github.com/sara-1129)-This is my first open source contribution ,really excited for the amazing journey ahead. +-[Tejas Jogdand](https://github.com/Tejas-Jogdand) - Hey floks, I added Sanskrit translation. Sanskrit is an ancient language with a recorded history dating back over 3,500 years. So that when we will invent time travel machine, people from that era can also learn to contribute. `:)` -[Faizan Sheikh](https://github.com/faizan929) - Hello everyone, this is my first time contributing to an open source, happy learning, All the best -[madasamy](https://github.com/madasamydfan) - 18 year old , student started contributing to learn. - [Ritik-khandelwal] (https://github.com/Ritik-khandelwal) - Hey Hii Everyone !!! It's 28th June, 2025 Today. From today I have decided to do open source contributions. All The Best everyone for their future. From 91a2e1de813c9c72d3d1832b6312be2ac623de13 Mon Sep 17 00:00:00 2001 From: Kostiantyn Semenenko Date: Sun, 29 Jun 2025 23:00:42 +0100 Subject: [PATCH 0025/2656] 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 0026/2656] 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 acac89d4f108b7b5636e2e973115eeea782cc4e5 Mon Sep 17 00:00:00 2001 From: Paraschiv Date: Mon, 7 Jul 2025 13:07:41 +0300 Subject: [PATCH 0027/2656] Translated How to Contribute to Open Source: A Comprehensive Guide for Beginners --- Contributors.md | 1 + ...o-contribute-to-open-source-projects.ro.md | 71 +++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 docs/how-to-contribute-to-open-source-projects.ro.md diff --git a/Contributors.md b/Contributors.md index 310c20e4..fd7962e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3677,6 +3677,7 @@ Jyothish - [Gourabananda Datta](https://github.com/gourabanandad) - [Sphurti Dixit](https://github.com/SphurtiD) - [Dagimawi Tamrat] (https://github.com/Dagimawi7) +- [Alexandru Paraschiv](https://github.com/alex-p-git) - [Daniel Bessa](https://github.com/dwbessa) - [Modem Sai Deekshith](https://github.com/itzme-deekshith) - [Chetan Palde](https://github.com/chetanpalde) diff --git a/docs/how-to-contribute-to-open-source-projects.ro.md b/docs/how-to-contribute-to-open-source-projects.ro.md new file mode 100644 index 00000000..36dcfda3 --- /dev/null +++ b/docs/how-to-contribute-to-open-source-projects.ro.md @@ -0,0 +1,71 @@ +# Cum sa contribuiti la proiectele Open Source: Un ghid detaliat pentru incepatori + +Pe scurt: Daca sunteti nerabdator/nerabdatoare sa creati primul Pull Request pe un proiect Open Source, folositi instructiunile de aici: [Readme](https://github.com/firstcontributions/first-contributions) + +Contributiile la proiectele Open Source reprezinta una dintre cele mai bune metode de a te dezvolta ca programator/programatoare, a-ti dezvolta portofoliul si a da ceva inapoi comunitatii. Fie ca esti un programator senior sau doar ai inceput, proiectele Open Source ofera foarte multe oportunitati de a invata, colabora si a avea un impact pozitiv. In acest ghid, vom trece prin tot ceea ce trebuie sa stiti pentru a contribui la proiectele Open Source, de la a gasi proiectul protrivit si pana la a realiza prima contributie. + +## De ce sa contribuiti la proiectele Open Source? + +Inainte sa vorbim despre "cum", sa exploram "de ce". Contribuirea la proiectele Open Source ofera numeroase beneficii: + +* Dezvoltarea abilitatilor: Proiectele Open Source va expun la cod sursa din proiecte reale, ajutandu-va la imbunatatirea abilitatilor dvs. de programare, depanare si colaborare. +* Construirea unui Portofoliu: Contributiile la proiectele bine cunoscute va pot imbogati CV-ul si profilul dvs. de pe Github, ajutandu-va sa iesiti in evidenta in fata potentialilor angajatori. +* Networking (Colaborarea, socializarea cu scop profesional): Va veti conecta cu dezvoltatori din intreaga lume, veti invata de la experti si veti face parte la randul dvs. din aceasta comunitate globala. +* Sa dai inapoi (ca multumire): Proiectele Open Source stau la baza multor aplicatii/programe software pe care le folosim zilnic. Contributiile sunt un mod de a sustine uneltele si tehnologiile pe care va bazati/de care depindeti. +* Oportunitati de cariera: Multe companii cauta in mod activ programatori cu experienta pe proiecte Open Source deoarece astfel se demonstreaza initiativa, proactivitatea si lucrul in echipa. + +## Cum sa incepeti sa contribuiti pe proiectele Open Source + +### 1. Alegeti Proiectul potrivit + +Identificarea proiectului potrivit este cruciala. Cautati proiecte care se aliniaza intereselor, nivelurilor abilitatilor si telurilor dvs.. Le puteti gasi intr-unul din modurile urmatoare: + +* Explorati Github: Folositi pagina Github Explore sau cautati topicurile precum "necesita-ajutor", "ajutor-cerut", "good-first-issue", "help-wanted" etc. +* Cautati programe dedicate Open Source: Programe ca Google Summer of Code, Hacktoberfest si altele sunt bune pentru incepatori. +* Urmariti proiectele dedicate uneltelor/programelor tale (favorite): Contribuie la librarii, frameworks, unelte sau programe pe care deja le folositi. + +### 2. Intelegeti proiectul + +Inainte sa contribuiti, este indicat sa dedicati timp pentru a intelege proiectul: + +* Cititi documentatia: Incepeti cu fisierul README, cele mai bune practici, reguli si indicatii pentru contributii si regulamentul de conduita. +* Exploreaza codul sursa: Familiarizati-va cu structura proiectului si stilul de programare (indentari, conventii de nume, etc.). +* Alaturati-va comunitatii: Participati la discutiile de pe forumuri, Slack sau Discord pentru a va acomoda mai usor in comunitate. + +### 3. Incepeti cu pasi mici + +Incepeti cu pasi mici, sarcini de lucru pe care le puteti dezvolta, care va vor ajuta sa deveniti mai increzator/increzatoare, precum: + +* Repararea defectelor: Cauta "issues" ((cerinte de) sarcini de lucru) pe pagina dedicata, care au etichete precum "sarcina-buna-de-inceput", "pentru-incepatori", "incepatori", "good-first-issue", "beginner-friendly" etc. +* Imbunatatiti documentatia: Actualizarile documentatiei sunt adesea trecute cu vederea, insa aduc multa plus-valoare. +* Scrieti teste: Adaugarea de teste (teste unitare, teste de integrare, etc.) este un mod foarte bun de a contribui si a invata mai bine codul sursa. + +### 4. Folositi cele mai bune practici + +Cand contribuiti, este bine sa respectati indicatiile pentru cele mai bune practici: + +* Bifurca si Cloneaza: Bifurcati (fork) si clonati codul sursa (depozitul) pe masina dvs. locala. +* Creati o ramura: Lucrati pe o ramura separata pentru a face modificarile dvs.. +* Scrieti cod curat: Urmariti standardele de a scrie cod sursa si scrieti cod clar, curat, citibil, concis. +* Testati modificarile: Asigurati-va ca modificarile dvs. nu vor afecta functionalitatea existenta. +* Creati un Pull Request (cerere de unificare cod sursa intre doua ramuri): Faceti o cerere de unificare a versiunii dvs. de cod sursa cu cel existent pe alta ramura (de obicei cea principala), unde trebuie sa aveti o descriere clara a PR-ului, referentiati alte sarcini de lucru corelate si fiti deschisi la feedback. + +## Sfaturi pentru a avea succes in proiectele Open Source + +Comunicati eficient si eficace: Fiti respectuosi si comportati-va in mod profesional in toate interactiunile. Puneti intrebari cand nu sunteti siguri de cerinte. Aveti rabdare in timpul procesului de evaluare/revizuire. + +Fiti consistenti: Contributiile regulate, chiar si cele mici, pot avea un impact mare in timp. + +Invatati din feedback: Evaluarile de cod sursa sunt un prilej de invatare. Acceptati rezultatele acestor evaluari si va veti imbunatati abilitatile. + +Dati inapoi (ceva comunitatii): Odata ce sunteti comfortabil(a) cu procesul de PR, ajutati-i si pe altii in acest proces, raspundeti-le la intrebari sau chiar fiti mentor pentru incepatori. + +## Provocari comune si cum sa le depasiti + +* Sindromul Impostorului: Multi incepatori simt ca nu au destule abilitati pentru a contribui. Retineti ca toti au inceput de undeva si ca pana si contributiile mici conteaza. +* Gasirea timpului necesari: Incepeti cu sarcini de lucru mici, pe care le puteti face. Pana si 30 de minute pe saptamana pot face o diferenta. +* Navigarea unui depozit mare de cod sursa: Impartiti procesul de invatare: Incepeti prin a citi in detaliu documentatia - Concentrati-va pe intelegerea unei singure componente la un moment dat - Folositi toate uneltele pentru depanare de care dispuneti - Nu ezitati sa puneti intrebari pentru clarificari + +## Concluzie + +Contributia la proiectele Open Source este o calatorie/aventura/un proces care va ofera imense posibilitati de dezvoltare personala si profesionala. Incepand cu pasi mici, ramanand consistenti si interactionand cu comunitatea, puteti face contributii de impact in timp ce va imbunatatiti abilitatile. Tineti minte ca proiectele Open Source se dezvolta prin colaborare si ca fiecare contributie - indiferent de cat de mica ar fi - ajuta la imbunatatirea mediului digital. Sunteti gata sa incepeti? Gasiti un proiect care va atrage, realizati prima contributie si alaturati-va miscarii globale Open Source astazi! From 65690ca1a79f4ccf838459b460097f18e8954f54 Mon Sep 17 00:00:00 2001 From: Palak09sh Date: Mon, 7 Jul 2025 20:03:42 +0530 Subject: [PATCH 0028/2656] Add my name to the contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c76134db..41698df7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -101,6 +101,7 @@ vanakkam da Mapala... - [loleczekqdev](https://github.com/loleczekqdev) - [Nelson Muñoz](https://github.com/Ginto11) - Junior developer in .NET, Angular, and SQL, with experience creating REST APIs and implementing relational databases. - [Pedro Echavarria](https://github.com/pechavarria62) - Hello! I'm a mid level dev, i know Python|Javascript|Typescript|PHP and I'm learnig .Net and C#, this is awesome. +- [Palak Sharma](https://github.com/Palak09sh) - Hello! This is my first contribution , nice to meet you everyone. - [Hafiz Azhari](https://github.com/mhafizazh) - my first contribution! - [Sudhir Yadav](https://github.com/sky-sudhir) - Everthing Counts. - [swaroop-phatak] (https://github.com/swaroop-phatak) - Heyy, this is my first contribution, nice to meet you all! From f9de4a4eefe56daab55d1c2532cbba77e2da2686 Mon Sep 17 00:00:00 2001 From: Sodgerel Mandakhnaran Date: Mon, 14 Jul 2025 18:31:55 +0900 Subject: [PATCH 0029/2656] Add Mongolian flag to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82d60c59..773e4fb9 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ [Malagasy](docs/translations/README.mg.md) [ភាសាខ្មែរ](docs/translations/README.kh.md) [Moroccan Darija](docs/translations/README.ma.md) +[Mongolian](docs/translations/README.mn.md) # First Contributions From a25488e005a041862c08ab97a477a87fa9539d8e Mon Sep 17 00:00:00 2001 From: Sodgerel Mandakhnaran Date: Mon, 14 Jul 2025 18:32:08 +0900 Subject: [PATCH 0030/2656] Partial Mongolian translation --- docs/translations/README.mn.md | 162 +++++++++++++++++++++++++++++++++ 1 file changed, 162 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..91eb0bb5 --- /dev/null +++ b/docs/translations/README.mn.md @@ -0,0 +1,162 @@ +[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) + +# First Contributions + +Нээлттэй эх код баазад өөрийн хувь нэмрээ оруулах хүсэл програмч болгонд байдаг байх. Харин яг хаанаас эхлэхээ мэдэхгүй үе тохиолдох нь элбэг. Иймд, бид хэд шиг будилсан хөгжүүлэгч нарт ядаж хийх үйлдлийн зохих дарааллыг нь таниулчих зорилгоор энэхүү төсөл нь эхэлжээ. Та ч бас нээлттэй эх код баазад өөрийн нэмрээ оруулмаар байгаа бол доорх алхмуудыг дагаад хийгээрэй. + + +_Терминалтай ажиллах дургүй бол [GUI ашигласан хичээл рүү ороорой.](#tutorials-using-other-tools)_ + +fork this repository + +#### Компьютер дээрээ git суулгаагүй бол [энд дарж суулгана уу.](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## Энэ рэпог форклох + +Та энэ хуудасны дээд хэсэгт орших fork товчийг дарснаар энэ рэпоны хуулбар таны хаягт үүсэх юм. + +## Энэ рэпог хувилах + +clone this repository + +Форк хийчихсэн рэпогоо компьютер дээрээ суулгахын тулд хлээд Гитхаб хаяг дээрээ очоод, форклосон рэпогоо олоод, code гэсэн товчин даар дараад, SSH хэсэг дээр дарж, _хуулах_ товчлуур дээр дарах хэрэгтэй. + +Дараа нь, терминалаа нээгээд доорх үйлдлийг хийнэ: + +```bash +git clone "саяны хуулсан линк" +``` + +"саяны хуулсан линк" хэсгийн оронд эхний алхам дээр хуулсан линкээ наана. + +copy URL to clipboard + +Жишээ нь: + +```bash +git clone git@github.com:таны-гитхаб-хаяг/first-contributions.git +``` + +`таны-гитхаб-хаяг` гэсний оронд Гитхабын хэрэглэгчийн нэрээ бичнэ. Ингэснээр та өөрийн хаяг дээрээ үүсгэсэн энэхүү рэпоны хуулбарыг өөрийн компьютер дээрээ хувилан авч чадлаа. + +## Шинэ бранч үүсгэх + +Дараа нь, хувилсан рэпоныхоо фолдер луу шилжинэ: + +```bash +cd first-contributions +``` + +`git switch` үйлдлийг ашиглан шинэ бранч үүсгэнэ: + +```bash +git switch -c шинэ-бранчийн-нэр +``` + +Жишээ нь: + +```bash +git switch -c add-alonzo-church +``` + +
+ git switch үйлдлийг хийхэд ямар нэгэн алдаа гарсан бол энд дар: + +Дараах алдаа гарсан бол Гит програмын чинь хувилбар нийцэхгүй байна гэсэн үг: "Git: `switch` is not a git command. See `git –help`" + +Дээрх тохиолдолд `git checkout` үйлдлийг хэрэглээд үзээрэй: + +```bash +git checkout -b шинэ-бранчийн-нэр +``` + +
+ +## Код баазад өөрчлөлт хийгээд өөрчлөлтөө коммит хийх + +`Contributors.md` файлыг дурын текст эдитор дээр нээгээд өөрийн нэрээ нэмээрэй. Файлын эхэнд болон сүүлд нэмэхгүй л байхад болно. + +git status + +Дараа нь, үндсэн фолдер луу шилжээд `git status` үйдлийг хийвэл танд таны өөрчилсөн файлууд харагдана. + +Харагдаж буй өөрчлөлтүүдээ эхлээд бранчдаа `git add` үйлдлийг ашиглан нэмнэ: + +```bash +git add Contributors.md +``` + +Дараа нь `git commit` үйлдлийг ашиглан коммит хийнэ (`your-name` гэснийг нэмсэн нэрээрээ солихоо мартуузай): + +```bash +git commit -m "Add your-name to Contributors list" +``` + +## Гитхаб руу пушлэх + +Дараа нь, `git push` үйлдлийг ашиглан саяны коммитоо пушлэнэ (`your-branch-name` гэснийг үүсгэсэн бранчийнхаа нэрээр солихоо мартуузай): + +```bash +git push -u origin your-branch-name +``` + +
+ Пушлэх үйлдэл дээр ямар нэгэн алдаа заавал энд дарж харах: + +- ### 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/'
+ Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account. + + Also, you might want to run 'git remote -v' to check your remote address. + + If it looks anything like this: +
origin	https://github.com/your-username/your_repo.git (fetch)
+  origin	https://github.com/your-username/your_repo.git (push)
+ + change it using this command: + ```bash + git remote set-url origin git@github.com:your-username/your_repo.git + ``` + Otherwise you'll still get prompted for username and password and get authentication error. +
+ +## Submit your changes for review + +If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button. + +create a pull request + +Дараа нь, нэгтгэх хүсэлтээ илгээнэ. + +submit pull request + +Таны хүсэлтийг бид хүлээн аваад автоматаар код бааздаа нэгтгэсэн байх болно. Энэ талаар танд бүртгэлтэй и-мейл хаяг дээр чинь мэдэгдэл ирнэ. + +## Одоо яг яах билээ? + +Нээлттэй эх код баазад өөрийн нэмрээ оруулахын тулд ерөнхийд нь мөрдөх ёстой _fork -> clone -> edit -> pull request_ гэсэн дарааллыг та одоо мэддэг боллоо. + +Нээлттэй эхэд нэмэр оруулж эхлэх анхны алхамаа хийсэн талаараа [энд дарж](https://firstcontributions.github.io/#social-share) нөхөдтэйгөө хуваалцана уу. + +Өшөө дасгал ажиллахын тулд [энд дар](https://github.com/roshanjossey/code-contributions). + +Нээлттэй эх код баазтай янз бүрийн төслүүдийн жагсаалтыг [энд дарж харна уу](https://firstcontributions.github.io/#project-list). + +### [Нэмэлт материал](docs/additional-material/git_workflow_scenarios/additional-material.md) + +## Өөр програмууд ашигласан хичээлүүд + +| GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [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) | + +

Энэ төслийг дэмжсэн:

+

+ + + +

From 552b83b6f8c8ccb234b636dadd280a8b7fba07ee Mon Sep 17 00:00:00 2001 From: Sodgerel Mandakhnaran Date: Tue, 15 Jul 2025 11:00:18 +0900 Subject: [PATCH 0031/2656] Further mongolian translation --- docs/translations/README.mn.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/translations/README.mn.md b/docs/translations/README.mn.md index 91eb0bb5..4d7737eb 100644 --- a/docs/translations/README.mn.md +++ b/docs/translations/README.mn.md @@ -126,15 +126,15 @@ git push -u origin your-branch-name ## Submit your changes for review -If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button. +Гитхаб дээрх рэпо руу очмогц `Compare & pull request` товчлуур харагдах болно. Уг товчлуур дээр дарснаар шинэ нэгтгэх хүсэлт (pull request) үүсгэх хуудас гарч ирнэ. create a pull request -Дараа нь, нэгтгэх хүсэлтээ илгээнэ. +Дараа нь нэгтгэх хүсэлтээ илгээнэ. submit pull request -Таны хүсэлтийг бид хүлээн аваад автоматаар код бааздаа нэгтгэсэн байх болно. Энэ талаар танд бүртгэлтэй и-мейл хаяг дээр чинь мэдэгдэл ирнэ. +Таны хүсэлтийг бид хүлээн аваад автоматаар код бааздаа нэгтгэсэн байх болно. Энэ талаар бүртгэлтэй и-мейл хаяг дээр чинь мэдэгдэл ирнэ. ## Одоо яг яах билээ? From bf9b92a6a3af204aeb3f3bd565702ad99d0b289d Mon Sep 17 00:00:00 2001 From: Sodgerel Mandakhnaran Date: Tue, 15 Jul 2025 11:08:51 +0900 Subject: [PATCH 0032/2656] Complete mongolian translation --- docs/translations/README.mn.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/translations/README.mn.md b/docs/translations/README.mn.md index 4d7737eb..13fdf24a 100644 --- a/docs/translations/README.mn.md +++ b/docs/translations/README.mn.md @@ -105,26 +105,26 @@ git push -u origin your-branch-name
Пушлэх үйлдэл дээр ямар нэгэн алдаа заавал энд дарж харах: -- ### 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/'
- Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account. + Хэрэв дээрх янзаар алдаа зааж байвал шинэ SSH түлхүүр үүсгэн хаягтайгаа холбох хэрэгтэй гэсэн үг бөгөөд хэрхэн холбохыг [энд дарж харна уу](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account). - Also, you might want to run 'git remote -v' to check your remote address. + Мөн, аль рэпотой холбогдсон байгаагаа 'git remote -v' үйлдлээр шалгачихад гэмгүй. - If it looks anything like this: -
origin	https://github.com/your-username/your_repo.git (fetch)
-  origin	https://github.com/your-username/your_repo.git (push)
+ Хэрэв дээрх үйлдлийн хариу доорх маягаар байвал: +
origin	https://github.com/таны-хэрэглэгчийн-нэр/таны-рэпо-нэр.git (fetch)
+  origin	https://github.com/таны-хэрэглэгчийн-нэр/таны-рэпо-нэр.git (push)
- change it using this command: + дараах үйлдлээр өөрчлөх хэрэгтэй: ```bash - git remote set-url origin git@github.com:your-username/your_repo.git + git remote set-url origin git@github.com:таны-хэрэглэгчийн-нэр/таны-рэпо-нэр.git ``` - Otherwise you'll still get prompted for username and password and get authentication error. + Ингэснээр та нууц үгээр биш хаягтай чинь холбогдсон SSH түлхүүрээр нэвтэрч эхэлнэ.
-## Submit your changes for review +## Нэгтгэх хүсэлт илгээх Гитхаб дээрх рэпо руу очмогц `Compare & pull request` товчлуур харагдах болно. Уг товчлуур дээр дарснаар шинэ нэгтгэх хүсэлт (pull request) үүсгэх хуудас гарч ирнэ. From a483947f0518eae8059dc9863a74f2688b6f086d Mon Sep 17 00:00:00 2001 From: Bluefox_192 Date: Thu, 17 Jul 2025 20:09:36 +0700 Subject: [PATCH 0033/2656] =?UTF-8?q?fix:=20correct=20typo=20in=20README.i?= =?UTF-8?q?d.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 0034/2656] 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 3b628acf8ea085368de890e52536babe12a70684 Mon Sep 17 00:00:00 2001 From: VARUN1128 Date: Thu, 17 Jul 2025 20:20:16 +0530 Subject: [PATCH 0035/2656] Replace Slack link with code contributions link in Uzbek README --- docs/translations/README.uz.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.uz.md b/docs/translations/README.uz.md index 57afb874..2aa2c951 100644 --- a/docs/translations/README.uz.md +++ b/docs/translations/README.uz.md @@ -127,7 +127,6 @@ Tabriklayman! Siz horizgina contributor sifatida tez-tez uchraydigan standard is Hissangizni nishonlang va [web app](https://firstcontributions.github.io/#social-share)ga o'tish orqali do'stlaringizga va ergashuvchilaringizga ulashing. - Agar koʻproq mashq qilishni istasangiz, [kod hissalarini](https://github.com/roshanjossey/code-contributions) tekshiring. From a8be69dfeff3c70bf10f7d94db48f8e705d1e2aa Mon Sep 17 00:00:00 2001 From: Sodgerel Mandakhnaran Date: Fri, 18 Jul 2025 17:30:15 +0900 Subject: [PATCH 0036/2656] Add Mongolian to the translations list as well --- README.md | 2 +- docs/translations/Translations.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 773e4fb9..2fbd3b3b 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ [Malagasy](docs/translations/README.mg.md) [ភាសាខ្មែរ](docs/translations/README.kh.md) [Moroccan Darija](docs/translations/README.ma.md) -[Mongolian](docs/translations/README.mn.md) +[Mongolian](docs/translations/README.mn.md) # First Contributions diff --git a/docs/translations/Translations.md b/docs/translations/Translations.md index c1677c65..4090b9d0 100644 --- a/docs/translations/Translations.md +++ b/docs/translations/Translations.md @@ -81,4 +81,5 @@ | Tükmençe | [Türkmençe](README.tm.md) | | հայերեն | [հայերեն](README.arm.md) | | አማርኛ ቋንቋ | [አማርኛ ቋንቋ](translations/README.et.md) | +| Монгол хэл | [Монгол хэл](translations/README.mn.md) | | Kurdî | Kurdî | From e5ceb066088705d06605bf728a95527692d959ae Mon Sep 17 00:00:00 2001 From: Sodgerel Mandakhnaran Date: Fri, 18 Jul 2025 17:31:40 +0900 Subject: [PATCH 0037/2656] Fix README link on translations.md --- docs/translations/Translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/Translations.md b/docs/translations/Translations.md index 4090b9d0..393ab89a 100644 --- a/docs/translations/Translations.md +++ b/docs/translations/Translations.md @@ -81,5 +81,5 @@ | Tükmençe | [Türkmençe](README.tm.md) | | հայերեն | [հայերեն](README.arm.md) | | አማርኛ ቋንቋ | [አማርኛ ቋንቋ](translations/README.et.md) | -| Монгол хэл | [Монгол хэл](translations/README.mn.md) | +| Монгол хэл | [Монгол хэл](README.mn.md) | | Kurdî | Kurdî | From f004898ff1830b8002d60f286e0e8b44c0b3b6e8 Mon Sep 17 00:00:00 2001 From: Diya Pandey Date: Mon, 21 Jul 2025 23:45:50 +0545 Subject: [PATCH 0038/2656] add diya to contributiors list, thank you --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ab4c4c45..756c8d61 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ namaskaram!!this is my first contribution. - [Devansh Gaur](https://github.com/Devaur03) - I am gonna be king of pirates. 🏴‍☠️ - [David Wilson](https://github.com/CaptainDavidA) - I am gonna be the pirate ship 🏴‍☠️ -[Manali Sengupta](https://github.com/manali15-hub)- My First Open Source Contribution! +- [Diya Pandey] https://github.com/diyapandey - hi! here to get started with open source project contribution - [Aakash Mahajan](https://github.com/AakashMahajan25) - My First Open Source Contribution! - [Aman Rohilla](https://github.com/amanrohilla23) - [Theo J] - First Contribution From acc655b00419cfc43b2f1d3c2401e455e4e25fbf Mon Sep 17 00:00:00 2001 From: Fernando Canchola Cruz Date: Mon, 21 Jul 2025 22:53:56 -0600 Subject: [PATCH 0039/2656] Create git-bash-windows-tutorial.es.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agrega traducción en español del archivo git-bash-windows-tutorial.md en la carpeta cli-tool-tutorials --- .../Spanish/git-bash-windows-tutorial.es.md | 137 ++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 docs/cli-tool-tutorials/translations/Spanish/git-bash-windows-tutorial.es.md diff --git a/docs/cli-tool-tutorials/translations/Spanish/git-bash-windows-tutorial.es.md b/docs/cli-tool-tutorials/translations/Spanish/git-bash-windows-tutorial.es.md new file mode 100644 index 00000000..e1066f2c --- /dev/null +++ b/docs/cli-tool-tutorials/translations/Spanish/git-bash-windows-tutorial.es.md @@ -0,0 +1,137 @@ +[![Amor por el Código Abierto](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) +[![Licencia: MIT](https://img.shields.io/badge/Άδεια-MIT-green.svg)](https://opensource.org/licenses/MIT) +[![Contribuyentes de Código Abierto](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) + +# Primeras Contribuciones + +| Git Bash | Versión de Git Bash | +| ------------------------------------------------------------------------------------------------------------------ | --------------------- | + +Es difícil. Siempre es difícil la primera vez que haces algo. Especialmente cuando colaboras, cometer errores puede ser incómodo. Pero el código abierto trata precisamente de colaboración y trabajo en conjunto. Queríamos simplificar el proceso mediante el cual nuevos colaboradores aprenden y hacen su primera contribución. + +Leer artículos y ver tutoriales en video puede ayudar, pero no hay nada como aprender haciendo sin temor a equivocarte. Este proyecto busca proporcionar una guía clara y sencilla para que principiantes hagan su primera contribución. Recuerda, cuanto más relajado estés, mejor aprenderás. Si estás buscando hacer tu primera contribución, simplemente sigue estos pasos. Te prometemos que será divertido. + +Si aún no tienes Git Bash en tu computadora con Windows, [descárgalo aquí](https://git-scm.com/download/win). + +haz un fork de este repositorio + +## Haz un fork de este repositorio + +Haz clic en el botón "Fork" en la esquina superior derecha de esta página para crear una copia de este repositorio en tu cuenta. + +## Clona tu repositorio + +Ahora clona ese repositorio en tu computadora. + +⚠️ IMPORTANTE: NO clones el repositorio original. + +Ve a tu fork y clónalo. + +Para hacerlo, haz clic en "Code" y copia el enlace. + +copiar enlace + +Abre la aplicación Git Bash que acabas de instalar. Debería lucir como la siguiente imagen si estás en Windows: + +abrir terminal de git bash + +Ve a la carpeta donde quieres guardar este proyecto usando el comando: + +`cd ` + +entrar a la carpeta deseada + +Usa el enlace copiado anteriormente para clonar tu repositorio: + +`git clone ` + +clonar repositorio + +Ve al directorio recién clonado y ábrelo en Visual Studio Code para hacer tus cambios. + +entrar al repo clonado + +## Crear una rama + +Ahora crea una nueva rama usando este comando: + +``` +git checkout -b +``` + +Ejemplo: `add-james-smith` + +crear rama + +## Realiza los cambios necesarios + +Abre el archivo `Contributors.md` en tu editor, ve al final del archivo y agrega tu nombre. + +Ejemplo: +```md +[James Smith](https://github.com/jamessmith) +``` + +Para verificar los cambios: + +```bash +git status +``` + +ver estado + +Ahora haz commit de los cambios: + +Primero agrega el archivo: + +```bash +git add Contributors.md +``` + +Después crea el commit: + +```bash +git commit -m "Agrego mi nombre a la lista de contribuidores" +``` + +commit de cambios + +Para verificar el commit: + +```bash +git log --oneline +``` + +## Sube tus cambios a GitHub + +```bash +git push origin +``` + +hacer push + +## Envía tu Pull Request + +Ve a tu repositorio en GitHub. Verás un botón que dice “Compare & pull request”. Haz clic allí. + +crear pull request + +Completa el formulario y envía el Pull Request. + +enviar PR + +Pronto tus cambios serán revisados e integrados al repositorio principal. Recibirás una notificación por correo. + +## ¿Y ahora qué? + +¡Felicidades! Has completado el flujo de trabajo clásico _fork → clone → editar → pull request_ que es común en el mundo del open source. + +Celebra tu contribución compartiéndola con tus amigos o en redes. También puedes unirte al equipo en Slack para resolver dudas: +👉 [Únete al Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) + +### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md) + +## Guías para otras herramientas + +[Volver a la página principal](https://github.com/firstcontributions/first-contributions/blob/main/translations/README.es.md#material-de-apoyo-para-otras-herramientas) From 7b7857cddebe68b22f0c2f995cec2466a4109625 Mon Sep 17 00:00:00 2001 From: Wiz Date: Mon, 28 Jul 2025 18:12:36 +0900 Subject: [PATCH 0040/2656] Add Things a non Programmer can do.kr --- .../Things a non Programmer can do.kr.md | 81 +++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 docs/additional-material/Things a non Programmer can do.kr.md diff --git a/docs/additional-material/Things a non Programmer can do.kr.md b/docs/additional-material/Things a non Programmer can do.kr.md new file mode 100644 index 00000000..2ffd1294 --- /dev/null +++ b/docs/additional-material/Things a non Programmer can do.kr.md @@ -0,0 +1,81 @@ +## 오픈소스 프로젝트는 프로그래머만 기여할 수 있는 것이 아닙니다. 코딩 실력이 없어도 오픈소스 프로젝트에 참여하고 기여할 수 있는 다양한 방법들이 있습니다. + +## 경청하기 + +오픈소스의 모든 것은 다른 사람들과의 상호작용을 포함합니다. 여러분은 팀에 합류하려는 것이므로, 커뮤니티와 그 작동 방식을 이해하는 것이 중요합니다. 프로젝트에 불쑥 끼어들어 "안녕하세요, 이 프로젝트는 이렇게 해야 한다고 생각합니다"라고 말하는 것은 일반적으로 좋게 받아들여지지 않습니다. 그런 접근 방식을 환영하는 프로젝트도 있겠지만, 프로젝트가 오랫동안 진행되어 온 경우 그러한 태도가 받아들여질 가능성은 적습니다. +**경청하는 것이 프로젝트에 필요한 것을 아는 가장 좋은 방법입니다.** + +1. **메일링 리스트 가입하기**: 많은 프로젝트에서 메일링 리스트는 프로젝트 개발에 대한 주요 커뮤니케이션 수단입니다. 대규모 프로젝트에는 선택할 수 있는 메일링 리스트가 많습니다. 예를 들어, PostgreSQL 프로젝트는 메일링 리스트 페이지에 사용자 중심 리스트 12개 이상과 개발자 리스트 6개를 보유하고 있습니다. 시작하려면 주요 사용자 중심 리스트와 핵심 개발자 리스트를 팔로우하여 경청하는 것을 추천합니다. + +2. **블로그 팔로우하기**: 핵심 개발자들이 운영하는 블로그는 종종 향후 릴리스에 대한 정보와 그 과정에 대한 정보를 제공합니다. 플래닛 사이트는 프로젝트와 관련된 여러 출처의 뉴스 및 블로그 게시물을 모아 보여줍니다. planet.gnome.org나 planet.mysql.com과 같은 플래닛 사이트가 있다면 거기서부터 시작하세요. Google에서 "planet <프로젝트 이름>"으로 검색해보세요. + +3. **IRC 채널 가입하기**: 많은 오픈소스 프로젝트에는 개발자와 사용자가 문제 및 개발에 대해 논의하는 전용 IRC(Internet Relay Chat) 채널이 있습니다. 프로젝트 웹사이트에서 채널 이름과 IRC 네트워크 세부 정보를 확인하세요. + + +## 티켓 작업하기 + +코드는 모든 오픈소스 프로젝트의 핵심이지만, 코드를 작성하는 것만이 기여하는 유일한 방법이라고 생각하지 마세요. 코드 유지 보수 및 코드를 둘러싼 시스템은 새로운 기능을 만들고 버그를 수정하는 데 급급하여 종종 소홀히 다루어집니다. 이러한 영역을 프로젝트에 발을 들여놓을 수 있는 쉬운 방법으로 살펴보세요. 대부분의 프로젝트에는 프로젝트 웹사이트 첫 페이지에 링크되어 있고 문서에 포함된 공개적으로 볼 수 있는 문제 티켓 시스템이 있습니다. 이는 사용자와 개발자 간의 주요 커뮤니케이션 수단입니다. 이를 최신 상태로 유지하는 것은 프로젝트를 돕는 좋은 방법입니다. 티켓 시스템에서 특별한 권한을 얻어야 할 수도 있는데, 대부분의 프로젝트 리더는 티켓 정리를 돕고 싶다고 말하면 기꺼이 권한을 부여할 것입니다. + +4. **버그 진단하기**: 버그는 종종 제대로 보고되지 않습니다. +버그를 진단하고 분류하는 것은 개발자가 문제의 세부 사항을 파악하는 데 드는 수고를 덜어줄 수 있습니다. 사용자가 "X를 하면 소프트웨어가 작동하지 않습니다"라고 보고했다면, 그 문제의 구체적인 내용이 무엇인지 파악하는 데 시간을 투자하세요. 반복 가능한가요? 문제를 반복적으로 발생시킬 수 있는 일련의 단계를 만들 수 있나요? 특정 브라우저에서만 발생하거나 특정 배포판에서만 발생하는 등 문제를 좁힐 수 있나요? + +문제의 원인을 모르더라도, 상황을 좁히기 위해 기울인 노력은 다른 사람이 문제를 해결하는 것을 더 쉽게 만듭니다. 발견한 모든 것을 모든 사람이 볼 수 있도록 버그 시스템의 티켓에 추가하세요. + +5. **수정된 버그 닫기**: 종종 버그는 코드베이스에서 수정되지만, 이에 대해 보고된 티켓은 티켓 시스템에서 업데이트되지 않습니다. 이러한 불필요한 것들을 정리하는 것은 시간이 많이 걸릴 수 있지만, 전체 프로젝트에 매우 중요합니다. + +먼저 1년 이상 된 티켓을 티켓 시스템에서 쿼리하여 버그가 여전히 존재하는지 확인하세요. 프로젝트의 릴리스 변경 로그를 확인하여 버그가 수정되었고 닫을 수 있는지 확인하세요. 수정된 것으로 알려져 있다면 티켓에 버전 번호를 기록하고 닫으세요. + +소프트웨어의 최신 버전으로 버그를 재현해보세요. 최신 버전으로 재현할 수 없다면 티켓에 기록하고 닫으세요. 여전히 존재한다면 티켓에 기록하고 열어 두세요. + + + +## 코드 작업하기 + +모든 경험 수준의 프로그래머가 프로젝트의 코드를 도울 수 있습니다. 좋아하는 프로젝트에 실질적인 기여를 하기 위해 코딩 천재가 되어야 한다고 생각하지 마세요. + +작업에 코드 수정이 포함된다면, 프로젝트가 기여자로부터 코드를 받는 데 사용하는 방법을 조사하세요. 각 프로젝트마다 고유한 워크플로우가 있으므로, 코드를 제출하기 전에 어떻게 해야 하는지 물어보세요. + +예를 들어, PostgreSQL 프로젝트는 매우 엄격한 프로세스를 따릅니다. 코드 수정은 핵심 개발자들이 변경 사항의 모든 측면을 면밀히 조사하는 메일링 리스트에 패치 형태로 전송됩니다. 반대편에는 Parrot과 같이 코드베이스에 커밋 권한을 쉽게 얻을 수 있는 프로젝트도 있습니다. 프로젝트가 GitHub를 사용하는 경우, GitHub의 풀 리퀘스트 기능을 사용하는 워크플로우가 있을 수 있습니다. 어떤 프로젝트도 똑같지 않습니다. + +코드를 수정할 때마다 커뮤니티의 책임 있는 구성원으로서 행동하고 코드 스타일을 나머지 코드베이스와 일치시키도록 하세요. 추가하거나 수정하는 코드는 다른 코드와 같아야 합니다. 중괄호 스타일이나 들여쓰기를 위한 공백 처리가 마음에 들지 않을 수도 있지만, 기존 표준과 일치하지 않는 코드 변경을 제출하는 것은 무례한 행동입니다. 이는 "당신의 스타일이 마음에 들지 않고 내 스타일이 더 낫다고 생각하므로 내 방식대로 해야 합니다"라고 말하는 것과 같습니다. + +6. **베타 또는 릴리스 후보 테스트하기**: 여러 플랫폼에서 실행되도록 설계된 모든 프로젝트는 온갖 종류의 이식성 문제를 겪을 수 있습니다. 릴리스가 다가오고 베타 또는 릴리스 후보가 게시되면 프로젝트 리더는 많은 다른 사람들이 많은 다른 플랫폼에서 테스트하기를 바랍니다. 여러분은 그 사람들 중 한 명이 되어 패키지가 자신의 플랫폼에서 작동하는지 확인하는 데 도움을 줄 수 있습니다. + +일반적으로 소프트웨어를 다운로드, 빌드 및 테스트하기만 하면 되지만, 흔하지 않은 배포판이나 하드웨어를 사용하고 있다면 프로젝트에 엄청난 가치를 제공할 수 있습니다. 빌드 및 테스트가 작동한다고 보고하는 것만으로도 프로젝트 리더는 임박한 릴리스가 견고하다는 것을 알 수 있습니다. + + +7. **버그 수정하기**: 이것은 일반적으로 코드 작업을 시작하려는 기여자들의 시작점입니다. 간단합니다. 티켓 시스템에서 흥미롭게 들리는 버그를 찾아 코드에서 수정하려고 시도하세요. 적절하다면 코드에 수정 사항을 문서화하세요. 수정한 코드 부분을 테스트하기 위해 테스트 스위트에 테스트를 추가하는 것이 좋습니다. 일부 프로젝트에서는 버그 수정에 테스트를 포함하도록 요구합니다. 이 익숙하지 않은 코드베이스를 살펴보면서 메모를 계속 작성하세요. 버그를 수정할 수 없더라도 수정 시도의 일환으로 발견한 내용을 티켓에 문서화하세요. 여러분이 발견한 내용은 다음에 오는 사람들에게 도움이 됩니다. + + +8. **테스트 작성하기**: 대부분의 프로젝트에는 코드를 테스트하는 테스트 스위트가 있지만, 더 많은 테스트를 추가할 수 없는 테스트 스위트는 상상하기 어렵습니다. C 언어용 gcov 또는 Perl용 Devel::Cover와 같은 테스트 커버리지 도구를 사용하여 테스트 스위트에서 테스트되지 않는 소스 코드 영역을 식별하세요. 그런 다음, 테스트를 스위트에 추가하여 해당 영역을 커버하세요. + + +9. **컴파일러 경고 잠재우기**: 많은 C 기반 프로젝트의 빌드 프로세스는 종종 이상한 컴파일러 경고 플래그를 화면에 뿜어냅니다. 이러한 경고는 일반적으로 문제의 지표는 아니지만 그렇게 보일 수 있습니다. 너무 많은 경고는 컴파일러가 거짓 경고를 하는 것처럼 들리게 할 수 있습니다. 코드가 실제로 버그를 숨기고 있는지 확인하세요. 그렇지 않다면, 소스를 수정하여 잠재우는 것은 이러한 오탐을 숨기는 데 도움이 됩니다. + + +10. **주석 추가하기**: 코드를 살펴보는 동안 혼란스러운 부분이 있을 수 있습니다. 여러분이 혼란스러웠다면 다른 사람들도 마찬가지일 가능성이 높습니다. 코드에 문서화하고 패치를 제출하세요. + + +## 문서 작업하기 + +문서는 일반적으로 프로젝트에서 소홀히 다루어지는 부분입니다. 또한 프로젝트에 익숙한 사람들의 관점에서 작성되어, 막 시작하는 사람의 관점이 아닌 경우도 있습니다. "이 매뉴얼은 내가 이미 이 패키지를 사용하는 방법을 알고 있다고 기대하는 것 같아"라고 생각한 적이 있다면 제가 무슨 말을 하는지 아실 겁니다. 종종 새로운 시선은 프로젝트와 가까운 사람들이 알아차리지 못하는 문서의 결함을 지적할 수 있습니다. + +11. **예시 만들기**: 예시가 너무 많은 프로젝트는 없습니다. 웹 API든, 루틴 라이브러리든, Gimp와 같은 GUI 앱이든, 명령줄 도구든, 올바른 사용법에 대한 좋은 예시는 수백 페이지의 문서보다 더 명확하고 빠르게 소프트웨어의 올바른 사용법을 설명할 수 있습니다. API나 라이브러리의 경우, 도구를 사용하는 예시 프로그램을 만드세요. 이는 여러분이 작성한 코드에서 최소한의 필수적인 부분만 추출하여 만들 수도 있습니다. 도구의 경우, 일상생활에서 어떻게 사용했는지에 대한 실제 사례를 보여주세요. 시각적인 것을 선호한다면, 애플리케이션 설치 방법과 같은 중요한 프로세스의 화면 캡처를 만드는 것을 고려해 보세요. + + + +## 커뮤니티와 함께 작업하기 + +오픈소스는 코드에 관한 것만이 아닙니다. 커뮤니티가 오픈소스가 작동하도록 만듭니다. 커뮤니티를 구축하는 데 도움을 줄 수 있는 방법은 다음과 같습니다. + +12. **질문에 답하기**: 커뮤니티를 구축하는 가장 좋은 방법은 다른 사람들을 돕는 것입니다. 특히 막 시작하는 사람들의 질문에 답하는 것은 프로젝트가 성장하고 번성하는 데 매우 중요합니다. 초보자를 돕는 데 시간을 투자하는 것은, 비록 "RTFM(매뉴얼을 읽으세요)"이라고 간단히 대답할 수 있는 질문일지라도, 나중에 또 다른 활발한 커뮤니티 구성원을 얻는 데 도움이 됩니다. 모든 사람은 어디서든 시작하며, 프로젝트는 활력을 유지하려면 꾸준한 인력 유입이 필요합니다. + +13. **블로그 게시물 작성하기**: 블로그가 있다면, 사용하고 있는 프로젝트에 대한 경험에 대해 글을 써보세요. 소프트웨어를 사용하면서 직면했던 문제와 그것을 해결하기 위해 무엇을 했는지 이야기해 주세요. 이렇게 하면 두 가지 방식으로 도움이 됩니다. 하나는 프로젝트를 주변 사람들의 마음에 계속 각인시키는 데 도움이 되고, 다른 하나는 미래에 여러분과 같은 문제를 겪고 웹에서 해결책을 검색하는 모든 사람을 위한 기록을 만드는 데 도움이 됩니다. (기술적인 모험에 대한 블로그는 나중에 해당 소프트웨어를 사용하는 직업을 찾을 때 실제 경험을 보여주는 훌륭한 방법이기도 합니다.) + +14. **웹사이트 개선하기**: 웹 디자인 기술이 있고 웹사이트를 개선하여 프로젝트의 대중적인 이미지를 향상시킬 수 있다면, 이는 잘 보낸 시간입니다. 아마도 프로젝트는 그래픽 전면 개편이나 프로젝트를 식별할 로고가 필요할 수도 있습니다. 이러한 기술은 커뮤니티에 부족할 수 있습니다. 저도 제 프로젝트 웹사이트에 그래픽 디자인 지원을 받을 수 있다면 좋을 것 같습니다. + +15. **기술 문서 작성하기**: 애플리케이션이나 소프트웨어가 어떻게 작동하는지 설명할 수 있다면, 그것에 대한 기술 문서를 작성할 수 있습니다. 특히 일반 대중이 읽을 수 있도록 기술 문서를 업데이트, 개편, 확장 또는 만들고자 하는 오픈소스 프로젝트라면 더욱 그렇습니다. 일반 영어로 더 많이 쓸수록 좋습니다. 가장 좋은 점은 기술 문서를 작성하기 위해 프로그래머가 될 필요가 없다는 것입니다. + +무엇보다도, 주변 사람들이 논의하는 내용을 경청하세요. 절실한 필요를 알아볼 수 있는지 살펴보세요. 예를 들어, 최근 Parrot 개발자 메일링 리스트에서 기존 Trac 설치를 버리고 GitHub를 문제 티켓 시스템으로 사용하기로 결정했습니다. 일부 사람들은 티켓을 GitHub 시스템으로 변환할 방법이 없었기 때문에 이 결정에 반대했습니다. 하루 동안 논쟁이 오고 간 후, 제가 끼어들어 "제가 변환기를 작성하면 어떨까요?"라고 말했습니다. 사람들은 그 아이디어에 열광했습니다. 저는 450개 이상의 티켓에 대한 변환 프로그램을 작성하는 데 시간을 보냈고, 그래서 티켓 기록을 하나도 잃지 않았습니다. 큰 성공이었습니다. 저는 참여할 수 있었고, 핵심 개발자들은 Parrot 작업에 집중할 수 있었습니다. + +16. **다른 사람들을 가르치고 돕기**: 어떤 주제에 대해 더 많이 배우는 가장 좋은 방법은 그것을 가르치려고 노력하는 것입니다. 최고의 교사는 복잡한 내용을 간단한 예시로 설명할 수 있는 사람입니다. 따라서 최고의 학습자가 되고 프로그래밍 세계에서 최고가 되려면 최고의 교사가 되기 위해 노력해야 합니다. 다른 사람들을 가르치는 것은 자신에 대해 더 나은 기분을 느끼게 하고 직업에서 더 나은 기술과 지식을 얻는 데 도움이 될 것입니다. 누군가에게 도움을 받으면 혼자 간직하지 말고 다른 사람들과 공유하세요. 세상을 더 살기 좋은 곳으로 만드세요. \ No newline at end of file From 2305c82cc370884d343c35fcb77f21f0f416761d Mon Sep 17 00:00:00 2001 From: tushar Date: Sun, 3 Aug 2025 12:19:20 +0530 Subject: [PATCH 0041/2656] add Tushar Anand to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9776e069..629f219a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ Saryuna Batobolotova - [moe-charm](https://github.com/moe-charm) - [Ankit Kumar Prajapati](https://github.com/ankit-kumar-prajapati) Hello guys, this is my first contribution on github. Excited to learn and grow together. - [Kyle-Smith] (https://github.com/Atlis-Ky) One more dev joins the endless sea of juniors, hell yeah brother! +- [Tushar Anand](https://github.com/Tushar2604) Hi, I am learning open source! 7/3/2025 - [Deryn Brown](https://github.com/dbrown13) Hi, I am learning open source! 6/19/2025 - [Anderson Patricio](https://github.com/1patricio) Hi, My Name is Anderson 6/20/2025 - [Clarence Gatama](https://github.com/clarenceG01) Start of an awesome journey From 9f9f052799119a6f4351a6a3b80ad3a839098a51 Mon Sep 17 00:00:00 2001 From: Yogesh Rana Date: Sun, 3 Aug 2025 18:51:17 +0530 Subject: [PATCH 0042/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 788f57eb..246ef509 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,7 +17,7 @@ - [codemikemike](https://github.com/codemikemike) - [raghav](https://github.com/raghavvag) - [James Kim](https://github.com/jykim11) --[Parthav Nair](https://github.com/Parthav-Nair) +- [Parthav Nair](https://github.com/Parthav-Nair) - [Jeevan H R](https://github.com/jeevanchiru17) -[nikolaikoenig] (https://github.com/nikolai-koenig) -[farukh patel](https://github.com/Farukh-patel) From 575aadc436275a2fed72d9d10881e052e68c4010 Mon Sep 17 00:00:00 2001 From: Pratham Asthana Date: Sun, 3 Aug 2025 21:57:13 +0530 Subject: [PATCH 0043/2656] Added names --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 8b6fffc2..eeb5bcf9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,8 @@ -[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) From ab9939cd761e2bef3e2695f9b17c9aa8acd564bb Mon Sep 17 00:00:00 2001 From: Hiruna SP Date: Sun, 3 Aug 2025 23:21:43 +0530 Subject: [PATCH 0044/2656] Add Hiruna Panditha to Contributors list (#101441) --- 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 1fe0328fbc19d3b53617f29dd85a39761ab96c22 Mon Sep 17 00:00:00 2001 From: Bichu Devnarayan <152374194+Bichu0077@users.noreply.github.com> Date: Sun, 3 Aug 2025 23:59:20 +0530 Subject: [PATCH 0045/2656] added Bichu Devnarayan (#101442) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0ee918dd..df00f3e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Dhanjit Nath](https://github.com/developerDhanjit) - donman420🍃 - Mrunali +- [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) From ded339b7eb1a0f8b2a7868dd6ded64c335929878 Mon Sep 17 00:00:00 2001 From: Abdullah Zulfiqar Date: Sun, 3 Aug 2025 23:35:04 +0500 Subject: [PATCH 0046/2656] Add Abdullah to contributors list (#101443) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index df00f3e3..f0539bc0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ - [S1ngularty](https://github.com/S1ngularty) - [Sai Oan Hseng Hurk](https://github.com/Senghurk) Shruti Tiwari +- Abdullah Zulfiqar(https://github.com/AbdullahZulfiqar2005) - [codemikemike](https://github.com/codemikemike) - [raghav](https://github.com/raghavvag) - [James Kim](https://github.com/jykim11) From a5ed0ec8f22ef6978eeabeadd5309922377134f9 Mon Sep 17 00:00:00 2001 From: Piyush Singh Thakur <161829619+piyushht2003@users.noreply.github.com> Date: Mon, 4 Aug 2025 00:15:59 +0530 Subject: [PATCH 0047/2656] Piyush Singh Thakur (#101444) * Piyush Singh Thakur * Piyush Singh Thakur --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f0539bc0..24753934 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Dhanjit Nath](https://github.com/developerDhanjit) - donman420🍃 - Mrunali +- [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) From ccd33542dc9f03be4ebf9e5008d46bc14879d86d Mon Sep 17 00:00:00 2001 From: Jacob Miller Date: Sun, 3 Aug 2025 14:28:46 -0500 Subject: [PATCH 0048/2656] Add Jacob to Contributors list (#101446) Co-authored-by: Jacob Miller --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 24753934..0ddff340 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1339,6 +1339,7 @@ Hager - [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 ) From 571efd803583af42843c233412a3d0f0c90a0631 Mon Sep 17 00:00:00 2001 From: abood-dev <140010746+aboodJS@users.noreply.github.com> Date: Sun, 3 Aug 2025 20:59:08 +0000 Subject: [PATCH 0049/2656] added myself (#101447) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0ddff340..e9c151c4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Dhanjit Nath](https://github.com/developerDhanjit) - donman420🍃 - Mrunali +- [ajs](https://github.com/aboodJS) - [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) From 7b8825cfc17914f08a164cdc7ed1eb6d2c68e59c Mon Sep 17 00:00:00 2001 From: Mr_Miner <148996144+Mr0Miner@users.noreply.github.com> Date: Mon, 4 Aug 2025 01:54:47 +0330 Subject: [PATCH 0050/2656] Add Mr0Miner to Contributors list (#101448) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e9c151c4..63ebc390 100644 --- a/Contributors.md +++ b/Contributors.md @@ -122,6 +122,7 @@ Hager - [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) - [Tournoy Noa](https://github.com/) From c6c64d786928a6f42f38df66c1c4ef0b6876cc3c Mon Sep 17 00:00:00 2001 From: Dwaine Brannon Date: Sun, 3 Aug 2025 19:28:28 -0400 Subject: [PATCH 0051/2656] Add Dwaine to contributors list (#101449) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 63ebc390..529f4045 100644 --- a/Contributors.md +++ b/Contributors.md @@ -90,6 +90,7 @@ Ukashatu Abdullahi - [nnn](https://github.com/nnn) - [ArrMat](https://github.com/ArrMat) - [Chaimae](https://github.com/GRICHChaimae) +- [Dwaine](https://github.com/DwaineBrannon) - [zzb](https://github.com/zbrun) - [tr33k](https://github.com/tr33k) - [febDylan](https://github.com/feb-dylan) From 4d95d1d50e165816da8d06da6764e82d05fbb4ad Mon Sep 17 00:00:00 2001 From: Code-Explorer-Dev Date: Mon, 4 Aug 2025 10:15:59 +1000 Subject: [PATCH 0052/2656] Add Code-Explorer-Dev to Contributors list (#101450) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 529f4045..12655088 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1361,3 +1361,4 @@ Hager -[Khushbu Saifi](https://github.com/Khushbusaifi012) - Aditya Borhade - [Samarth Galhe](https://github.com/samarthgalhe89) +- [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) From e8ddfb2bd53ca545daef121c0289be14aecc601a Mon Sep 17 00:00:00 2001 From: martinmisch <102368510+martinmisch@users.noreply.github.com> Date: Mon, 4 Aug 2025 03:08:39 +0200 Subject: [PATCH 0053/2656] Add Martin to Contributors list (#101451) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 12655088..8f4b2588 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1350,6 +1350,7 @@ Hager -Aachal Yadav(https://github.com/aachalyadav) - [Shubham Kalashetty](https://github.com/shubh-07-lk) -MAHEK GUPTA!!!!! +- Martin - Mubarak - [Isaac F](https://github.com/YellowFlello) -[Bandaru Vighneshwar Rao](https://github.com/) From b6edb206556bb1ede82470b252ceb3de06f1f60e Mon Sep 17 00:00:00 2001 From: lucaswsg123 Date: Sun, 3 Aug 2025 22:36:21 -0500 Subject: [PATCH 0054/2656] Add Lucas Smith to Contributors list (#101453) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8f4b2588..bb35ace7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -597,6 +597,7 @@ Hager - [Navreet Kaur](https://github.com/NavreetKB) - [Ammar Adnew](https://github.com/AmmarAdnew) - [Raghav Dwivedi](https://github.com/dwi4122) +- [Lucas Smith] (https://github.com/lucaswsg123) - [Eugene Chia](https://github.com/eugenechia) - [Joshua Luca](https://github.com/joshluca98) - [Sean Calderon](https://github.com/rimorgin) From 2de1e85bbd5e599e5694d87cd42c4f2f81bf5871 Mon Sep 17 00:00:00 2001 From: Amogh-Banerjee <95287630+Amogh-Banerjee@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:23:31 +0530 Subject: [PATCH 0055/2656] Add Amogh to Contributors list (#101454) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bb35ace7..d7c0d96b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1315,6 +1315,7 @@ Hager - [pleego1618](https://github.com/pleebs1618) - [Fortise] - [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) @@ -1363,4 +1364,4 @@ Hager -[Khushbu Saifi](https://github.com/Khushbusaifi012) - Aditya Borhade - [Samarth Galhe](https://github.com/samarthgalhe89) -- [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) +- [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) \ No newline at end of file From e9f1dd1ce98910c45da1e34f25544ff2e4fb434b Mon Sep 17 00:00:00 2001 From: ZeefaShaikh Date: Mon, 4 Aug 2025 11:42:47 +0530 Subject: [PATCH 0056/2656] Update Contributors.md --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d7c0d96b..3ed14e2d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1364,4 +1364,5 @@ Hager -[Khushbu Saifi](https://github.com/Khushbusaifi012) - Aditya Borhade - [Samarth Galhe](https://github.com/samarthgalhe89) -- [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) \ No newline at end of file +- [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) +- [ZeefaShaikh]( https://github.com/zeefashaikh) From 98776a3670595e4f9603085f8092051fdd0d8571 Mon Sep 17 00:00:00 2001 From: Anis Mandal <83820979+AgentPhoenix7@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:54:30 +0530 Subject: [PATCH 0057/2656] Add Anis Mandal to Contributors list (#101455) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d7c0d96b..f11fe1c1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1364,4 +1364,5 @@ Hager -[Khushbu Saifi](https://github.com/Khushbusaifi012) - Aditya Borhade - [Samarth Galhe](https://github.com/samarthgalhe89) -- [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) \ No newline at end of file +- [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) +- [Anis Mandal](https://github.com/AgentPhoenix7) From e3cf31eaa4628f1792eeee6158e7f13cd20acb66 Mon Sep 17 00:00:00 2001 From: Oyeyemi Obaloluwa <212954461+sudo-init-do@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:45:04 +0100 Subject: [PATCH 0058/2656] Add Oyeyemi Obaloluwa to Contributors list (#101459) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f11fe1c1..58549ea1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [leoweo1](https://github.com/leoweo1) +- [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) - [Dhanjit Nath](https://github.com/developerDhanjit) - donman420🍃 - Mrunali From 141390603f6c24c1216ce3a150e952ca217d6b1c Mon Sep 17 00:00:00 2001 From: ayush1122002 Date: Mon, 4 Aug 2025 15:12:01 +0530 Subject: [PATCH 0059/2656] Add Ayush Bavalekar to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 53a6f121..33a08ac6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,3 +1,5 @@ +[AYUSH BAVALEKAR](https://github.com/ayush-bavalekar) +- Hi! this is my first open source contribution Thank you !(04 august 2025) - Abdugofurov Behruzbek []# Contributors - [Daniel](https://github.com/danielrasheedi) - Hi! (24 July 2025) From b899d7e8c3278e7a45dc4465220ebfb0ee478b53 Mon Sep 17 00:00:00 2001 From: Vinh Tran <55226475+s3500659@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:34:01 +1000 Subject: [PATCH 0060/2656] add Vinh D Tran to contributors list (#101463) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 58549ea1..576f83c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ Shruti Tiwari - [Harry-GNS](https://github.com/Harry-GNS) - [Dimitri Voncleph](https://github.com/D-Voncleph) - [Ritesh Murmu](https://github.com/Ritesh-cloud) +- [Vinh D Tran](https://github.com/s3500659) - [jokalu-it](Grüße :D) - [Sakshi Patade](https://github.com/Sakshipatade) - [Krishna Manohar Reddy] From f21149b7cd09104df262043c3f3ded41d6e22127 Mon Sep 17 00:00:00 2001 From: Ecnavda Date: Mon, 4 Aug 2025 12:45:32 +0200 Subject: [PATCH 0061/2656] Update Contributors.md (#101465) Added to the contributors file. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 576f83c8..be6c6ad3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1368,3 +1368,4 @@ Hager - [Samarth Galhe](https://github.com/samarthgalhe89) - [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) - [Anis Mandal](https://github.com/AgentPhoenix7) +- E From 3cdd8cbdd49e3128a0b5899bc27ff572303e2170 Mon Sep 17 00:00:00 2001 From: rohingarg12 Date: Mon, 4 Aug 2025 16:48:03 +0530 Subject: [PATCH 0062/2656] Add Rohin Garg to Contributors list (#101466) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index be6c6ad3..b17eb2b1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -40,6 +40,7 @@ Shruti Tiwari - [Medrine Mulindi](https://github.com/Mulindi123) - [Refenal ellisa] - [Jared Krandel] +- [Rohin Garg](https://github.com/rohingarg12) - Gurukiran Reddy AKA AstaReddy - [FinalGrabacr](https://https://github.com/FinalGrabacr) - [Manan_Kapoor](https://github.com/manankapoor23) From 22d313e07ce1d0b8ecea0a7c5673a85f579a1a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=B3?= Date: Mon, 4 Aug 2025 14:23:13 +0300 Subject: [PATCH 0063/2656] =?UTF-8?q?docs:=20=D0=9E=D0=BB=D0=B5=D0=B3=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=B4=D0=B0=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D0=B2=20Contributor?= 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 58549ea1..5bbcf40d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1027,7 +1027,7 @@ Hager - [Chandra Mouli](https://github.com/Chandramouliva) - [Hasindu Thirasara](https://github.com/Hasindu071) - [Swetha Kannan](https://github.com/swethakannan12) -- [Juan Sarmiento](https://github.com/JuanEnriqueSF) +- [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) @@ -1367,3 +1367,4 @@ Hager - [Samarth Galhe](https://github.com/samarthgalhe89) - [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) - [Anis Mandal](https://github.com/AgentPhoenix7) +Oleg From 40ba8b31ba0907cdfde91837a884e01caa4bff0d Mon Sep 17 00:00:00 2001 From: Runnas <84087888+therunnas@users.noreply.github.com> Date: Mon, 4 Aug 2025 08:34:54 -0300 Subject: [PATCH 0064/2656] Add Runnas to Contributors list (#101468) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b17eb2b1..53c202a3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -695,6 +695,7 @@ Hager - [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) From 94369d225727ce4422126cb28130a5923935c1f0 Mon Sep 17 00:00:00 2001 From: Ian Forrest <137055671+frrst-ian@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:47:06 +0800 Subject: [PATCH 0065/2656] Add forrest to Contributors list (#101471) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 53c202a3..33636444 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ - [Cyril Nishanth](https://github.com/CyrilNishanth) - [imsang27](https://github.com/imsang27) - [ismail2ov](https://github.com/ismail2ov) +- [forrest](https://github.com/frrst-ian) - [WobL256](https://github.com/WobL256) - [S1ngularty](https://github.com/S1ngularty) - [Sai Oan Hseng Hurk](https://github.com/Senghurk) From 3b9bbdfcc3e824ba9a8ebe251527c71410e99227 Mon Sep 17 00:00:00 2001 From: BhoomishGupta <150552347+BhoomishGupta@users.noreply.github.com> Date: Mon, 4 Aug 2025 19:58:48 +0530 Subject: [PATCH 0066/2656] Add my-name to Contributors list (#101473) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 33636444..a7a550a4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [Dhanjit Nath](https://github.com/developerDhanjit) - donman420🍃 - Mrunali +- Bhoomish - [ajs](https://github.com/aboodJS) - [Piyush Singh Thakur](https://github.com/piyushht2003) - [Bichu Devnarayan](https://github.com/Bichu0077) From dc53adf066c154c7977e6bee4bd1559538c4b819 Mon Sep 17 00:00:00 2001 From: alokleo Date: Mon, 4 Aug 2025 20:43:26 +0530 Subject: [PATCH 0067/2656] feat: add Alok Srivastava for GCA demo (#101474) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a7a550a4..924c432f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1373,3 +1373,4 @@ Hager - [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) - [Anis Mandal](https://github.com/AgentPhoenix7) - E +- [Alok Srivastava](https://github.com/alok-srivastava) \ No newline at end of file From e5aaaae484fff83f5462c88136c81bb305874431 Mon Sep 17 00:00:00 2001 From: Kanu Chukwuemeka Obinna <69907708+UncleObinna@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:46:37 +0100 Subject: [PATCH 0068/2656] Added my name (UncleObinna) to Contributors.md List (#101476) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 924c432f..ebf294fa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -70,6 +70,7 @@ Shruti Tiwari - [RunningEscaping](https://github.com/turhantolgaunal) - [hamadsedrati](https://github.com/hamadsedrati) - [Abhay Kumar](https://github.com/abhykmr) +- [UncleObinna](https://github.com/UncleObinna) - [Cole Fleming] (https://github.com/Cole-Fleming) -[bzms](https://github.com/lizzalpha) - [njn](https://github.com/Njn03) From df89ea8ff9b257c13020201d53fd3a2486d69365 Mon Sep 17 00:00:00 2001 From: Andreamp0 <112758957+Andreamp0@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:12:10 +0200 Subject: [PATCH 0069/2656] Adding myself (#101477) Co-authored-by: Andrea --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ebf294fa..da334d82 100644 --- a/Contributors.md +++ b/Contributors.md @@ -67,6 +67,7 @@ Shruti Tiwari - [Chris Q](https://github.com/Q-X-F) - [Ashwath nakate](https://github.com/ashwathnakate) - [All the World's a Stage](https://github.com/Oolazile) +- [Andreamp0](https://github.com/Andreamp0) - [RunningEscaping](https://github.com/turhantolgaunal) - [hamadsedrati](https://github.com/hamadsedrati) - [Abhay Kumar](https://github.com/abhykmr) @@ -1374,4 +1375,4 @@ Hager - [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) - [Anis Mandal](https://github.com/AgentPhoenix7) - E -- [Alok Srivastava](https://github.com/alok-srivastava) \ No newline at end of file +- [Alok Srivastava](https://github.com/alok-srivastava) From 0737a34f77ad65ed729c3946333f893c2a0b876a Mon Sep 17 00:00:00 2001 From: "Tejasvi.R" Date: Mon, 4 Aug 2025 21:43:34 +0530 Subject: [PATCH 0070/2656] Add Tejasvi Ravikumar to Contributors list (#101478) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index da334d82..ec22e16e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -35,6 +35,7 @@ Shruti Tiwari - [Dimitri Voncleph](https://github.com/D-Voncleph) - [Ritesh Murmu](https://github.com/Ritesh-cloud) - [Vinh D Tran](https://github.com/s3500659) +- [Tejasvi Ravikumar](https://github.com/tejasviravikumar) - [jokalu-it](Grüße :D) - [Sakshi Patade](https://github.com/Sakshipatade) - [Krishna Manohar Reddy] From 03abb4d517419aa0f1304073aed840f03ef98e2a Mon Sep 17 00:00:00 2001 From: Luiki17 Date: Mon, 4 Aug 2025 18:14:57 +0200 Subject: [PATCH 0071/2656] Add Luiki-17 to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ebf294fa..f3a315c6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -131,7 +131,7 @@ Hager - [levo](https://github.com/LeVo011) - [Mr0Miner](https://github.com/Mr0Miner) - [kazuma](https://github.com/Mio-3) - +. [Luiki17] (https://github.com/Luiki17) - [Tournoy Noa](https://github.com/) -[MohamedSayed](https://github.com/mohammedsayed30) -[Fyobei] (https://github.com/Waku-a11y) From 59d55f9e6a3ae57fac1f244fc8685597c321231c Mon Sep 17 00:00:00 2001 From: bharathkumar-creator <108141298+bharathkumar-creator@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:45:34 +0530 Subject: [PATCH 0072/2656] my-first-commit (#101479) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ec22e16e..0b5839a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - donman420🍃 - Mrunali - Bhoomish +- [Bharathkumar](https://github.com/bharathkumar-creator) - [ajs](https://github.com/aboodJS) - [Piyush Singh Thakur](https://github.com/piyushht2003) - [Bichu Devnarayan](https://github.com/Bichu0077) From 3d98e660215d73c91abcb782154c933cb166586f Mon Sep 17 00:00:00 2001 From: Min Ko Oo <145268492+mrminko@users.noreply.github.com> Date: Tue, 5 Aug 2025 01:17:16 +0900 Subject: [PATCH 0073/2656] Add Min Ko Oo to Contributors list (#101481) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0b5839a2..8dba7311 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - Bhoomish - [Bharathkumar](https://github.com/bharathkumar-creator) - [ajs](https://github.com/aboodJS) +- [Min Ko Oo](https://github.com/mrminko) - [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) From 274ef4605fa541179e17951f0fc010e0aca81f59 Mon Sep 17 00:00:00 2001 From: maxkosenina Date: Mon, 4 Aug 2025 18:29:17 +0200 Subject: [PATCH 0074/2656] Add Max to Contributors list (#101482) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8dba7311..efa0b0cd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -740,6 +740,7 @@ Hager - [jackojacko](https://github.com/jackojacko05) - [Diparna Adhikary](https://github.com/Diparna) - [Nicolas Alves](https://github.com/NickeAlves) +- [Max](https://github.com/mkosenina) - [Cedrick](https://github.com/Cedrick-Deguzman) - [Aritra Mukherjee](https://github.com/maritra) - [Mercy-Mbao ✨](https://github.com/mercie-ux) From adab3c44725bf534fa0a55003db35e74a001202c Mon Sep 17 00:00:00 2001 From: MohammadRezaKarimi <93293308+Satrap18@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:04:32 -0700 Subject: [PATCH 0075/2656] Add Satrap18 to Contributors list (#101483) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index efa0b0cd..3e624cec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Satrap18](https://github.com/Satrap18) - [leoweo1](https://github.com/leoweo1) - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) - [Dhanjit Nath](https://github.com/developerDhanjit) From 8886a1b77c55ed71ca41f48e9b169e6aeb1dda0a Mon Sep 17 00:00:00 2001 From: amy-jd <143506275+amy-jd@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:16:10 +0100 Subject: [PATCH 0076/2656] Add your-name to Contributors list (#101485) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3e624cec..4af8cd5e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -277,6 +277,7 @@ Hager - [dev-sik](https://github.com/YouD0313) - [AFRA A](https://github.com/Afrah4331) - [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) From 57b446c41721aea9e4c751b00e1c24bad0cdeee8 Mon Sep 17 00:00:00 2001 From: Pranit Gore <151507639+PRANIT0605@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:49:43 +0530 Subject: [PATCH 0077/2656] Added Pranit Gore to contributor's list (#101486) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4af8cd5e..1604dd6c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Satrap18](https://github.com/Satrap18) +- [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) - [Dhanjit Nath](https://github.com/developerDhanjit) From 8f12c9aa7ce4400ab18870ea991dc818c02000ed Mon Sep 17 00:00:00 2001 From: ghaithkhl27 Date: Mon, 4 Aug 2025 19:11:26 +0100 Subject: [PATCH 0078/2656] Add your-name to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index efa0b0cd..d6d99eaa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[ghaith khalfallah](https://github.com/Ghaithkhal27) - [leoweo1](https://github.com/leoweo1) - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) - [Dhanjit Nath](https://github.com/developerDhanjit) @@ -1380,3 +1381,4 @@ Hager - [Anis Mandal](https://github.com/AgentPhoenix7) - E - [Alok Srivastava](https://github.com/alok-srivastava) + From 82900566a55105397118f45e72b335b36a029634 Mon Sep 17 00:00:00 2001 From: ghaithkhl27 Date: Mon, 4 Aug 2025 19:18:34 +0100 Subject: [PATCH 0079/2656] Add ghaith to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d6d99eaa..de81edbe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors --[ghaith khalfallah](https://github.com/Ghaithkhal27) +- [ghaith](https://github.com/Ghaithkhal27) - [leoweo1](https://github.com/leoweo1) - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) - [Dhanjit Nath](https://github.com/developerDhanjit) From e047b9344f728009e86c17d3f2a46c6b35ed112d Mon Sep 17 00:00:00 2001 From: Jacob Lee Davis Date: Mon, 4 Aug 2025 13:39:32 -0500 Subject: [PATCH 0080/2656] Adding my name to repository. (#101489) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1604dd6c..787b14c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ - [Dhanjit Nath](https://github.com/developerDhanjit) - donman420🍃 - Mrunali +- [JacobLeeDavis](https://github.com/jacobleedavis) - Bhoomish - [Bharathkumar](https://github.com/bharathkumar-creator) - [ajs](https://github.com/aboodJS) From 67367d0040bd8f099d51a04466c7e6d7e019fd71 Mon Sep 17 00:00:00 2001 From: siddhant Date: Tue, 5 Aug 2025 00:10:35 +0530 Subject: [PATCH 0081/2656] Add Siddhant to Contributors list (#101490) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 787b14c2..6ac2e8b8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1384,3 +1384,4 @@ Hager - [Anis Mandal](https://github.com/AgentPhoenix7) - E - [Alok Srivastava](https://github.com/alok-srivastava) +- [Siddhant Gadekar](https://github.com/Siddhantdotddev) From 6d7be5de115d74a08673d93f386811341dbae3eb Mon Sep 17 00:00:00 2001 From: ruchirachaubey Date: Tue, 5 Aug 2025 00:20:06 +0530 Subject: [PATCH 0082/2656] Add Ruchira Chaubey to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1604dd6c..8a3bd6f6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1383,3 +1383,4 @@ Hager - [Anis Mandal](https://github.com/AgentPhoenix7) - E - [Alok Srivastava](https://github.com/alok-srivastava) +- [Ruchira Chaubey](https://github.com/ruchirachaubey) From 33fb861be00aaa8fe291558a3d78cd498c6281ce Mon Sep 17 00:00:00 2001 From: ruchirachaubey Date: Tue, 5 Aug 2025 00:47:00 +0530 Subject: [PATCH 0083/2656] Minor update to trigger PR --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8a3bd6f6..fa294b13 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1384,3 +1384,4 @@ Hager - E - [Alok Srivastava](https://github.com/alok-srivastava) - [Ruchira Chaubey](https://github.com/ruchirachaubey) + From bebe300a36eafc7e199ded6a186b3f8c654444ee Mon Sep 17 00:00:00 2001 From: Chandana-Shetty <144927546+chandanashetty31@users.noreply.github.com> Date: Tue, 5 Aug 2025 01:53:34 +0530 Subject: [PATCH 0084/2656] Added my-name to Contributors list (#101492) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 26d2cccd..034bfe43 100644 --- a/Contributors.md +++ b/Contributors.md @@ -45,6 +45,7 @@ Shruti Tiwari - [Sakshi Patade](https://github.com/Sakshipatade) - [Krishna Manohar Reddy] - [Sarthak Sharma](https://github.com/Srthk-Shrm) + [Chandana shetty] - [Medrine Mulindi](https://github.com/Mulindi123) - [Refenal ellisa] - [Jared Krandel] From cdf207937981388b1ab61e2ba2a8a7915f95c1f9 Mon Sep 17 00:00:00 2001 From: Chandana-Shetty <144927546+chandanashetty31@users.noreply.github.com> Date: Tue, 5 Aug 2025 01:55:39 +0530 Subject: [PATCH 0085/2656] Added my-name to Contributors list (#101493) From 6f34722f372041186e58c5b4e3e66d44ee03fb24 Mon Sep 17 00:00:00 2001 From: nisarg404 <224664787+nisarg404@users.noreply.github.com> Date: Tue, 5 Aug 2025 03:49:58 +0530 Subject: [PATCH 0086/2656] Update Contributors.md (#101495) add my name in it --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 034bfe43..68122ec4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -401,6 +401,7 @@ Hager - [Smit Joshi](https://github.com/smit-1z) - [Phillip](gttps://github.com/PhillipSom) - [Vinay Joshi](https://github.com/Anigrl) +- [nisarg404](https://github.com/nisarg404) - [Sneha Jain](https://github.com/sj11105) - [Harsh Verma](https://github.com/hv0911) - [Joaquin D](https://github.com/Joaco273) From f5c79196605dc9e7baf6a044164eb5179c3e9da2 Mon Sep 17 00:00:00 2001 From: Chikezie Date: Mon, 4 Aug 2025 23:43:08 +0100 Subject: [PATCH 0087/2656] Add Chikezie Onuoha to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 68122ec4..64e112a1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1389,4 +1389,4 @@ Hager - [Ruchira Chaubey](https://github.com/ruchirachaubey) - [Siddhant Gadekar](https://github.com/Siddhantdotddev) - +- [Chikezie Onuoha](https://github.com/Chixide1) From a1853e7697aa78ed39d7cea4c442659a6ba75fad Mon Sep 17 00:00:00 2001 From: Ahmed Shawky <72513905+AhmedShawky1507@users.noreply.github.com> Date: Tue, 5 Aug 2025 02:09:09 +0300 Subject: [PATCH 0088/2656] Added my name to Contributors list (#101497) Co-authored-by: Ahmed Shawky --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 68122ec4..ebb6ee2e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1214,6 +1214,7 @@ Hager - [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) From 7be64eec009e2c5c2e58bde7593cbc2d56d72a7a Mon Sep 17 00:00:00 2001 From: Jacob Lee Davis Date: Mon, 4 Aug 2025 18:56:12 -0500 Subject: [PATCH 0089/2656] Doing the vscode tutorial (#101500) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ebb6ee2e..bd2d81b7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - Mrunali - [JacobLeeDavis](https://github.com/jacobleedavis) - Bhoomish +- [JacobLeeDavis-vscode-example](https://github.com/JacobLeeDavis) - [Bharathkumar](https://github.com/bharathkumar-creator) - [ajs](https://github.com/aboodJS) - [Min Ko Oo](https://github.com/mrminko) From aa1a4174826cd6bb224f36e89966c0cff7dc6ed9 Mon Sep 17 00:00:00 2001 From: Husnain Khaliq Date: Mon, 4 Aug 2025 20:18:52 -0400 Subject: [PATCH 0090/2656] Add Husnain to Contributors list (#101501) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bd2d81b7..ff09d3e4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1361,6 +1361,7 @@ Hager - [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) From 7fbb824577daa196ffb49308565617172a109177 Mon Sep 17 00:00:00 2001 From: SathyrVictim <104095779+sathyrvictim@users.noreply.github.com> Date: Tue, 5 Aug 2025 07:22:35 +0700 Subject: [PATCH 0091/2656] add sathyrvictim to Contributors list (#101502) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ff09d3e4..b9e31df8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1231,6 +1231,7 @@ Hager - [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) From a5aa88d4f0092358fb0499296303597fe95401f5 Mon Sep 17 00:00:00 2001 From: il673 <222816842+il873@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:46:05 -0700 Subject: [PATCH 0092/2656] Add il873 to Contributors list (#101503) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b9e31df8..2249d166 100644 --- a/Contributors.md +++ b/Contributors.md @@ -33,6 +33,7 @@ Shruti Tiwari - [codemikemike](https://github.com/codemikemike) - [raghav](https://github.com/raghavvag) - [James Kim](https://github.com/jykim11) +- [il873](https://github.com/il873) - [Parthav Nair](https://github.com/Parthav-Nair) - [Jeevan H R](https://github.com/jeevanchiru17) -[nikolaikoenig] (https://github.com/nikolai-koenig) From 51641f3932ad30e6210c5ac858dde48d3d2db7ed Mon Sep 17 00:00:00 2001 From: Deepith N <135017639+deepith-18@users.noreply.github.com> Date: Tue, 5 Aug 2025 06:25:54 +0530 Subject: [PATCH 0093/2656] Add Deepith N to Contributors list (#101504) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2249d166..da790318 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1395,3 +1395,4 @@ Hager - [Siddhant Gadekar](https://github.com/Siddhantdotddev) +- [Deepith N](https://github.com/deepith-18) From bd12165e006cf8add187e7db7f4e54b0dea560a8 Mon Sep 17 00:00:00 2001 From: Aryan Date: Tue, 5 Aug 2025 07:33:17 +0530 Subject: [PATCH 0094/2656] Add Aryan Gusain to Contributors list (#101505) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index da790318..c3455e92 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [leoweo1](https://github.com/leoweo1) - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) - [Dhanjit Nath](https://github.com/developerDhanjit) +- [Aryan Gusain](https://github.com/aryangusain) - donman420🍃 - Mrunali - [JacobLeeDavis](https://github.com/jacobleedavis) From 8d3e5b8158991f559e106906b2c4d3251854519e Mon Sep 17 00:00:00 2001 From: Jack <112441697+thanatoast03@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:11:53 -0400 Subject: [PATCH 0095/2656] Add brainkoko to Contributors list (#101506) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c3455e92..cb851a36 100644 --- a/Contributors.md +++ b/Contributors.md @@ -313,6 +313,7 @@ Hager - [uzuraDev](https://github.com/uzuraDev) - [lepickel](https://github.com/lepickel) - [Kent0011](https://github.com/Kent0011) +- [brainkoko](https://github.com/thanatoast03) - [rinujohn](https://github.com/rinujohn) - [Ayananth](https://github.com/Ayananth) - [ikimathi](https://github.com/ikimathi) From 8ef92485a175338f430e59785fc4b6bf278d9265 Mon Sep 17 00:00:00 2001 From: pkumar2143 <61158379+pkumar2143@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:25:06 -0400 Subject: [PATCH 0096/2656] Add PKumar to Contributors list (#101507) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cb851a36..549a7410 100644 --- a/Contributors.md +++ b/Contributors.md @@ -41,6 +41,7 @@ Shruti Tiwari -[farukh patel](https://github.com/Farukh-patel) - [Harry-GNS](https://github.com/Harry-GNS) - [Dimitri Voncleph](https://github.com/D-Voncleph) +- [Pro Kumar](https://github.com/pkumar2143) - [Ritesh Murmu](https://github.com/Ritesh-cloud) - [Vinh D Tran](https://github.com/s3500659) - [Tejasvi Ravikumar](https://github.com/tejasviravikumar) From 4c074dd8bc8660a24f4efb6c8d2686bd892fec1b Mon Sep 17 00:00:00 2001 From: Ritesh Singh Date: Tue, 5 Aug 2025 10:39:35 +0530 Subject: [PATCH 0097/2656] Add Ritesh Singh to Contributors list (#101508) Co-authored-by: ritesh355 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 549a7410..fec3b691 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) - [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) From 7c9dd1e89db7c6f7f7f06f9cabdd55040f7eafb7 Mon Sep 17 00:00:00 2001 From: Abhay-0103 Date: Tue, 5 Aug 2025 10:47:33 +0530 Subject: [PATCH 0098/2656] Abhay Singh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 549a7410..3f2fa20e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Abhay Singh](https://github.com/Abhay-0103) - [Satrap18](https://github.com/Satrap18) - [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) From 7c8462b607458a5c90c4549b29ca25605e361f43 Mon Sep 17 00:00:00 2001 From: Jaimie Date: Mon, 4 Aug 2025 22:19:50 -0700 Subject: [PATCH 0099/2656] Update Contributors.md (#101509) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fec3b691..1bf9b6fb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -115,6 +115,7 @@ Ukashatu Abdullahi - [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 - [Pedada Tirumala Devi](https://github.com/pedadatirumaladevi21) From 2e3d0bd6c5c668566753ff6da7c8e76c954b4bda Mon Sep 17 00:00:00 2001 From: Farman Ali Date: Tue, 5 Aug 2025 11:05:28 +0530 Subject: [PATCH 0100/2656] Add Farman Ali to Contributors list (#101511) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1bf9b6fb..c6bb5490 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [Aryan Gusain](https://github.com/aryangusain) - donman420🍃 - Mrunali +- [Farman Ali](https://github.com/farman-cloud) - [JacobLeeDavis](https://github.com/jacobleedavis) - Bhoomish - [JacobLeeDavis-vscode-example](https://github.com/JacobLeeDavis) From d50dc512e49403ca96f5dc4bde8ac9928c197153 Mon Sep 17 00:00:00 2001 From: Abhay-0103 Date: Tue, 5 Aug 2025 11:07:24 +0530 Subject: [PATCH 0101/2656] Abhay --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9c01e18a..0cee7838 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Abhay Singh](https://github.com/Abhay-0103) - [Satrap18](https://github.com/Satrap18) - [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) From 1cf5f5412a15aa194485251c2c6aa2ef49da9e5e Mon Sep 17 00:00:00 2001 From: Bharat Ruidas <74824417+brd2002@users.noreply.github.com> Date: Tue, 5 Aug 2025 12:26:59 +0530 Subject: [PATCH 0102/2656] Add Bharat Ruidas to Contributors list (#101512) Co-authored-by: bharatruidas --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c6bb5490..0b64942e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1402,3 +1402,4 @@ Hager - [Siddhant Gadekar](https://github.com/Siddhantdotddev) - [Deepith N](https://github.com/deepith-18) +- [Bharat Ruidas](https://github.com/brd2002) From b103cae063dc454028af33d7228fe0eb25b1590a Mon Sep 17 00:00:00 2001 From: scarrasc Date: Tue, 5 Aug 2025 09:53:57 +0200 Subject: [PATCH 0103/2656] Add scarrasc to Contributors list (#101513) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0b64942e..674492ba 100644 --- a/Contributors.md +++ b/Contributors.md @@ -361,6 +361,7 @@ Hager - [KWYK](https://github.com/stevenchen99) - [Shresta](https://github.com/g-shresta) - [H N Ujwal](https://github.com/hnujwal) +- scarrasc - [table106](https://github.com/table106) - [td2thinh](https://github.com/td2thinh) - [Alish-0x](https://github.com/Alish-0x) From 6ab48861b00e7ffba493d0a5d2197053d53c5149 Mon Sep 17 00:00:00 2001 From: Urvish Pandya Date: Tue, 5 Aug 2025 14:34:22 +0530 Subject: [PATCH 0104/2656] Add Urvish Pandya to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 674492ba..772daafb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1404,3 +1404,5 @@ Hager - [Deepith N](https://github.com/deepith-18) - [Bharat Ruidas](https://github.com/brd2002) +- [Urvish Pandya](https://github.com/urvish2930) + From 1e286ec7895c92503fae564c5e3c0b58de34bf46 Mon Sep 17 00:00:00 2001 From: Mounika Abburi <160295155+mounika1000@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:44:31 +0530 Subject: [PATCH 0105/2656] added mounika abburi to contributors list (#101516) Co-authored-by: mounika1000 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 674492ba..fe45f638 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1404,3 +1404,4 @@ Hager - [Deepith N](https://github.com/deepith-18) - [Bharat Ruidas](https://github.com/brd2002) +- [Mounika Abburi](https://github.com/mounika1000) From 594a1edb21964d403d2035433cff5ce3288d17e2 Mon Sep 17 00:00:00 2001 From: JodAn007 <76696688+JodAn007@users.noreply.github.com> Date: Tue, 5 Aug 2025 17:28:04 +0530 Subject: [PATCH 0106/2656] Add JodAn007 to Contributors list (#101517) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe45f638..7deb784e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -37,6 +37,7 @@ Shruti Tiwari - [raghav](https://github.com/raghavvag) - [James Kim](https://github.com/jykim11) - [il873](https://github.com/il873) +- [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) From b6f425265f8542c6870d27dbdb98d45f68341573 Mon Sep 17 00:00:00 2001 From: ejoopasco Date: Tue, 5 Aug 2025 14:38:58 +0200 Subject: [PATCH 0107/2656] Adding german translation and added to contributors. --- .../translations/German/github-windows-vs-code-tutorial.de.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/gui-tool-tutorials/translations/German/github-windows-vs-code-tutorial.de.md diff --git a/docs/gui-tool-tutorials/translations/German/github-windows-vs-code-tutorial.de.md b/docs/gui-tool-tutorials/translations/German/github-windows-vs-code-tutorial.de.md new file mode 100644 index 00000000..e69de29b From d0ac4071f269632bb8b8dd60bc63e40de213b983 Mon Sep 17 00:00:00 2001 From: ejoopasco Date: Tue, 5 Aug 2025 14:43:26 +0200 Subject: [PATCH 0108/2656] Adding german translation and added to contributors. --- Contributors.md | 1 + .../github-windows-vs-code-tutorial.de.md | 119 ++++++++++++++++++ 2 files changed, 120 insertions(+) diff --git a/Contributors.md b/Contributors.md index 0b64942e..a1c81396 100644 --- a/Contributors.md +++ b/Contributors.md @@ -711,6 +711,7 @@ Hager - [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) diff --git a/docs/gui-tool-tutorials/translations/German/github-windows-vs-code-tutorial.de.md b/docs/gui-tool-tutorials/translations/German/github-windows-vs-code-tutorial.de.md index e69de29b..21d02d0d 100644 --- a/docs/gui-tool-tutorials/translations/German/github-windows-vs-code-tutorial.de.md +++ b/docs/gui-tool-tutorials/translations/German/github-windows-vs-code-tutorial.de.md @@ -0,0 +1,119 @@ +[![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) + +# Erste Beiträge + +| Visual Studio Code | Visual Studio Code | +| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------ | + + +Es ist schwer. Es ist immer schwer, wenn man etwas zum ersten Mal macht. Vor allem, wenn man mit anderen zusammenarbeitet, ist es nicht angenehm, Fehler zu machen. Aber bei Open Source geht es gerade um Zusammenarbeit und gemeinsames Arbeiten. Wir wollten neuen Open-Source-Mitwirkenden den Einstieg erleichtern, damit sie lernen und zum ersten Mal einen Beitrag leisten können. + +Das Lesen von Artikeln und das Anschauen von Tutorials kann hilfreich sein, aber nichts ist besser, als die Dinge einfach auszuprobieren, ohne etwas zu vermasseln. Dieses Projekt zielt darauf ab, Anfängern eine Anleitung zu bieten und ihnen den Weg zu ihrem ersten Beitrag zu erleichtern. Denke daran: Je entspannter Du bist, desto besser lernst Du. Wenn Du Deinen ersten Beitrag leisten möchtest, folge einfach den folgenden einfachen Schritten. Wir versprechen Dir, es wird Spaß machen. + +Wenn du Visual Studio Code nicht auf deinem Computer installiert hast, [installiere es jetzt.](https://code.visualstudio.com/download). + +**Anmerkung:** Dieses Tutorial wurde mit Visual Studio Code (Version 1.27.2) auf einem Windows 10-Rechner erstellt. Später in diesem Tutorial werden wir einige Tastaturkürzel verwenden. Diese können sich je nach Betriebssystem (macOS/Linux) und Tastatursprache (UK, DE usw.) unterscheiden. Du kannst Deine Liste der Tastaturkürzel durchsuchen, indem Du in der Befehlspalette nach „shortcut” suchst. + +## Dieses Repository forken + +fork this repository + +Forke dieses Repository, indem Du oben rechts auf dieser Seite auf die Schaltfläche „Fork“ klickst. Dadurch wird eine Kopie dieses Repositorys in Ihrem GitHub-Konto erstellt. + +GitHub verfolgt die Beziehung zwischen Ihrem Repository und dem Repository, von dem Sie es geforkt haben. Sie können sich Ihr Repository als Arbeitskopie vorstellen. + +Die meisten Top-Level-Repositorys auf GitHub (d. h. solche, die nicht von einem anderen Repository geforkt wurden) haben ein kleines Kernteam von Personen, welche Änderungen direkt committen können. Alle anderen Mitwirkenden müssen das Repo forken und Änderungen im Fork vornehmen, dann einen Pull Request erstellen, um zu beantragen, dass ihre Änderungen wieder in das Top-Level-Repo übernommen werden. Wenn dem Administrator des Top-Level-Repos die Änderungen gefallen, werden sie übernommen und Du wirst sofort berühmt und reich! Mehr dazu später. + +## Das Repository klonen + +clone this repository + +Der nächste Schritt besteht darin, Dein Repository auf Deinen Computer zu klonen, damit Du Änderungen vornehmen kannst. VS Code benötigt die URL Deines Repositories, also klicke auf die Schaltfläche „Code“ und dann auf das Symbol „In die Zwischenablage kopieren“. + +**ACHTUNG:** Ein Fehler, den neue Mitwirkende oft machen, ist, dass sie das Repository, von dem sie geforkt haben klonen an Stelle ihres eigenen. Überprüfe die Adressleiste Deines Browsers und stelle sicher, dass Du Dein Repository klonst. + +Öffne nun Visual Studio Code. Die Willkommensseite von VS Code wird angezeigt. Drücke `F1`, um die Leiste zu öffnen, die unten gezeigt wird. Beachte, dass bereits ein `>` (größer als) Zeichen im Textfeld steht. Du kannst auch über `CTRL-P` zum Eingabeaufforderung gelangen und das `>`-Zeichen eingeben. + +Clone Popup (Command Popup) + +Vielleicht bemerkst Du, dass bereits einige obskure Befehle aufgelistet sind. Das sind meine zuletzt verwendeten Befehle. Also kümmere Dich nicht darum. + +Clone repo + +Nun tippe `git clone`, nur `git` oder `clone` (es funktioniert wie eine Suche). +Wähle den Eintrag `Git: Clone` aus und drücke `Enter`. + +Paste Repository URL in + +Füge die URL Deines Repositories ein und drücke `Enter`. Dadurch wird der Datei-Explorer geöffnet, in dem Du auswählen kannst, wo das Git-Repository gespeichert werden soll. + +**Wichtig**: Achte darauf, dass es sich um das geforkte Repository handelt und nicht um das Original, da es sonst nicht funktioniert. + +Status popup + +Du solltest eine Statusmeldung in der unteren rechten Ecke von Visual Studio Code sehen. Nachdem der Vorgang abgeschlossen ist, kannst Du das geklonte Repository (jetzt ein Ordner auf Deinem Computer) mit den Schaltflächen im Dialogfeld öffnen. + +## Erstelle einen Branch + +Öffne die Befehls-Palette erneut, indem Du `F1` drückst. Tippe `branch` ein und wähle den Befehl `create branch` aus. Im nächsten Schritt gib den Namen Deines neuen Branches ein, zum Beispiel `add-david-kroell`. Drücke `Enter`, um den Branch zu erstellen. Der Branch ist auch bereits ausgecheckt. [Was bedeutet checkout?](https://www.git-scm.com/docs/git-checkout) + +Branches Command Palette + +## Nötige Änderungen vornehmen + +Öffne `Contributors.md` in einem Texteditor und füge Deinen Namen hinzu. Achte darauf, dass Du den Namen nicht am Anfang oder am Ende der Datei hinzufügst. Speichere die Datei anschließend. +Diese Datei enthält GFM (GitHub Flavored Markdown), eine proprietäre Variante der Markdown-Syntax. + +Kopiere eine der anderen Mitwirkenden-Zeilen und passe sie mit Deinem Namen an, um sicherzustellen, dass die Syntax korrekt ist - sie kann schwierig sein. Speichere die Datei, um die Änderung zu registrieren. + +Add your name + +## Änderungen committen und zu GitHub pushen + +Auf der linken Seite von VS Code befindet sich ein Menü mit 5 Symbolen. Wähle das Versionskontroll-/Quellcodeverwaltungssymbol aus. +(Shortcut: `Ctrl + Shift + G`) + +Commit changes + +Der Datei-Explorer zeigt alle Dateien an, die seit dem letzten Commit geändert wurden. Wenn Du mit der Maus über die Dateien fährst und auf das `+` (Plus) klickst, werden die Dateien zum Staging hinzugefügt. + +Stashed Files + +Tippe etwas in die Zeile oben im Explorer und drücke das Häkchen. Die Änderungen sind jetzt in Deiner lokalen Kopie committed. Jetzt müssen die Änderungen zurück zu GitHub gepusht werden. + +Stashed Files + +Klicke auf das Drei-Punkte-Symbol, um das Menü zu öffnen, in dem Du die Option `Publish Branch` auswählst. Dadurch sollte ein Dialogfeld geöffnet werden, in dem Du Deine GitHub-Anmeldeinformationen eingeben kannst. + +Stashed Files + +## Änderungen zur Überprüfung absenden + +An diesem Punkt hast Du Deine Änderung abgeschlossen, aber sie befindet sich noch nur in Deinem Repository. Dieser Schritt zeigt Dir, wie Du eine Anfrage an den Administrator des Top-Level-Repos stellen kannst, um Deine Änderung zusammenzuführen. + +In Deinem Repository auf GitHub siehst Du neben der Benachrichtigung über den neuen Branch die Schaltfläche `Compare & pull request`. Klicke auf diese Schaltfläche. + +create a pull request + +Sende jetzt den Pull Request ab. + +submit pull request + +Ich werde nun Deine Änderungen in den Master-Branch dieses Projekts mergen. Du erhältst eine E-Mail, sobald dies geschehen ist. + +## Und jetzt? + +Herzlichen Glückwunsch! Du hast gerade den Standard-Workflow _fork -> clone -> edit -> PR_ abgeschlossen, den Du als Contributor häufig antreffen wirst! + +Feiere Deinen Beitrag zum Projekt und teile ihn mit Deinen Freunden und Followern über unsere [Web-App](https://firstcontributions.github.io#social-share). + +Du kannst dem Slack-Team beitreten, falls Du Hilfe benötigst oder Fragen hast. [Slack-Team beitreten](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + + +### [Weiterführende Materialien](../additional-material/git_workflow_scenarios/additional-material.md) + +## Tutorials mit anderen Tools +[Zurück zur Hauptseite](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) From fd3addf149e19d0685a3b7b0dde846347dca2444 Mon Sep 17 00:00:00 2001 From: AdaltoGunther <116771753+aGuntherJR@users.noreply.github.com> Date: Tue, 5 Aug 2025 09:50:10 -0300 Subject: [PATCH 0109/2656] Add AdaltoGunther to contributors list (#101519) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7deb784e..bf0196e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -35,6 +35,7 @@ Shruti Tiwari - Abdullah Zulfiqar(https://github.com/AbdullahZulfiqar2005) - [codemikemike](https://github.com/codemikemike) - [raghav](https://github.com/raghavvag) +- AdaltoGunther - [James Kim](https://github.com/jykim11) - [il873](https://github.com/il873) - [JodAn007](https://github.com/JodAn007) From ae5ad13e66d13549c7d53cce743cc3401c904157 Mon Sep 17 00:00:00 2001 From: ffr27 <53637320+ffr27@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:30:50 +0200 Subject: [PATCH 0110/2656] Add ffr27 to Contributors list (#101520) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bf0196e9..804c8ec9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -779,6 +779,7 @@ Hager - [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) From 1e09262b19a86e65b7ed80f4187f142a820164fb Mon Sep 17 00:00:00 2001 From: krit22 <105599051+krit22@users.noreply.github.com> Date: Tue, 5 Aug 2025 19:13:47 +0530 Subject: [PATCH 0111/2656] added my name to contributors list (#101521) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 804c8ec9..7e869083 100644 --- a/Contributors.md +++ b/Contributors.md @@ -532,6 +532,7 @@ Hager - [Leon Deppe](https://github.com/leondeppe) - [Owen Roukey](https://github.com/rouk5555) - [Aminat A](https://github.com/pejuameenat) +-[krit22](https://github.com/krit22) - [Mariusz Sobczak](https://github.com/SmoQ) - [Umair Amir](https://github.com/UmairAmir) - [Sandhya R](https://github.com/sandhya13r) From debd3a1ac59617f1eece0b528243394c28c877b5 Mon Sep 17 00:00:00 2001 From: Vamshi Krishna <166688450+Krishna-721@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:04:57 +0530 Subject: [PATCH 0112/2656] Add Vamshi Krishna to Contributors list (#101522) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7e869083..220518ac 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1409,3 +1409,4 @@ Hager - [Deepith N](https://github.com/deepith-18) - [Bharat Ruidas](https://github.com/brd2002) - [Mounika Abburi](https://github.com/mounika1000) +- [Vamshi Krishna G](https://github.com/Krishna-721) \ No newline at end of file From dc8e0aa2e840d3c0775a666b1f29a9094ef81740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Ku=C4=87mierz?= <142723280+krzysztofkucmierz@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:39:26 +0200 Subject: [PATCH 0113/2656] Add krzysztofkucmierz to Contributors list (#101523) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 220518ac..938531eb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1067,6 +1067,7 @@ Hager - [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) From 0c7e3ab2f2bb22093e552812a524c3ef8f8f1fba Mon Sep 17 00:00:00 2001 From: Anand Basil Date: Tue, 5 Aug 2025 20:16:07 +0530 Subject: [PATCH 0114/2656] Add Anand Basil to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 938531eb..8fb21658 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1410,4 +1410,5 @@ Hager - [Deepith N](https://github.com/deepith-18) - [Bharat Ruidas](https://github.com/brd2002) - [Mounika Abburi](https://github.com/mounika1000) -- [Vamshi Krishna G](https://github.com/Krishna-721) \ No newline at end of file +- [Vamshi Krishna G](https://github.com/Krishna-721) +- [Anand Basil](https://github.com/Anand-Basil) From 906a9195ab29424c97f6ec0ab480badac8c53bf8 Mon Sep 17 00:00:00 2001 From: ELIELTON BUENO Date: Tue, 5 Aug 2025 11:52:00 -0300 Subject: [PATCH 0115/2656] =?UTF-8?q?add:=20adicionando=20Elielton=20Bueno?= =?UTF-8?q?=20=C3=A0=20lista=20de=20contribuidores=20(#101524)?= 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 938531eb..207a8068 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1410,4 +1410,5 @@ Hager - [Deepith N](https://github.com/deepith-18) - [Bharat Ruidas](https://github.com/brd2002) - [Mounika Abburi](https://github.com/mounika1000) -- [Vamshi Krishna G](https://github.com/Krishna-721) \ No newline at end of file +- [Vamshi Krishna G](https://github.com/Krishna-721) +- [Elielton Bueno](https://github.com/ElieltonBueno) \ No newline at end of file From 796230a1ed312780f32eff288243bbb645f5ce47 Mon Sep 17 00:00:00 2001 From: Anand Basil Date: Tue, 5 Aug 2025 20:26:51 +0530 Subject: [PATCH 0116/2656] Add Anand Basil to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 8fb21658..b33cc5f4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1410,5 +1410,6 @@ Hager - [Deepith N](https://github.com/deepith-18) - [Bharat Ruidas](https://github.com/brd2002) - [Mounika Abburi](https://github.com/mounika1000) -- [Vamshi Krishna G](https://github.com/Krishna-721) +- - [Vamshi Krishna G](https://github.com/Krishna-721) - [Anand Basil](https://github.com/Anand-Basil) +- [Elielton Bueno](https://github.com/ElieltonBueno) \ No newline at end of file From 9ed0a57a2affe62dd0777c0d7558248b35a6b7d3 Mon Sep 17 00:00:00 2001 From: v1ct0r-ops Date: Tue, 5 Aug 2025 13:31:59 -0400 Subject: [PATCH 0117/2656] Add my name to Contributors list (#101527) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 207a8068..d5bd6d3e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -304,6 +304,7 @@ Hager - [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] From 8c310616ef58d26deb070273563eafdc602076c4 Mon Sep 17 00:00:00 2001 From: Eric Brown <92625744+EricBrown589@users.noreply.github.com> Date: Tue, 5 Aug 2025 13:34:12 -0500 Subject: [PATCH 0118/2656] Add Eric Brown to Contributors list (#101528) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d5bd6d3e..545b8c59 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1307,6 +1307,7 @@ Hager - [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) From f681efb6fb38f9bd0467c1aa8b08dd53ab7fc550 Mon Sep 17 00:00:00 2001 From: yassine BIROUK <35745119+biroukYass@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:50:33 +0200 Subject: [PATCH 0119/2656] Add biroukYass to Contributors list (#101529) Co-authored-by: YB --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 545b8c59..443ea23f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -67,6 +67,7 @@ Shruti Tiwari - [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) - [Pinion](https://pinion.kr) - [jürgen vanzeir] From 9db30062112000fd518557557ecad0736725e986 Mon Sep 17 00:00:00 2001 From: MohamedFarsat Date: Wed, 6 Aug 2025 03:10:33 +0800 Subject: [PATCH 0120/2656] Add your-name to Contributors list (#101530) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 443ea23f..554b24fa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [Aryan Gusain](https://github.com/aryangusain) - donman420🍃 - Mrunali +- Farsat - [Farman Ali](https://github.com/farman-cloud) - [JacobLeeDavis](https://github.com/jacobleedavis) - Bhoomish From 590d72686bdd5b3abbd69cd84083b99a93c72b88 Mon Sep 17 00:00:00 2001 From: Md Shoaib Islam <60780232+Shoaib3375@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:11:57 +0600 Subject: [PATCH 0121/2656] Add Shoaib-islam to Contributors list (#101531) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 554b24fa..04fe579d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,6 +39,7 @@ Shruti Tiwari - AdaltoGunther - [James Kim](https://github.com/jykim11) - [il873](https://github.com/il873) +- [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) From 1a52aad34fa224120c288d16747068cde1ead3c9 Mon Sep 17 00:00:00 2001 From: chinmay8bit <89335121+chinmay8bit@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:19:29 +0100 Subject: [PATCH 0122/2656] Add Chinmay Pani to Contributors list (#101532) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 04fe579d..ec10ed96 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1416,4 +1416,5 @@ Hager - [Bharat Ruidas](https://github.com/brd2002) - [Mounika Abburi](https://github.com/mounika1000) - [Vamshi Krishna G](https://github.com/Krishna-721) -- [Elielton Bueno](https://github.com/ElieltonBueno) \ No newline at end of file +- [Elielton Bueno](https://github.com/ElieltonBueno) +- [Chinmay Pani](https://github.com/chinmay8bit) \ No newline at end of file From 0fd4beb615a884b20d2d3dc65f68ef4c45759489 Mon Sep 17 00:00:00 2001 From: Nouar <124767823+nnoonnnn@users.noreply.github.com> Date: Tue, 5 Aug 2025 22:06:48 +0200 Subject: [PATCH 0123/2656] Update Contributors.md --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ec10ed96..0f1bc083 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1417,4 +1417,6 @@ Hager - [Mounika Abburi](https://github.com/mounika1000) - [Vamshi Krishna G](https://github.com/Krishna-721) - [Elielton Bueno](https://github.com/ElieltonBueno) -- [Chinmay Pani](https://github.com/chinmay8bit) \ No newline at end of file +- [Chinmay Pani](https://github.com/chinmay8bit) +- [Nouar Chami](https://github.com/nnoonnnn) +- From 438b13e00544709c866012615ba296f802c9c695 Mon Sep 17 00:00:00 2001 From: Adil Zhetigenov <101692777+adilzhetigenov@users.noreply.github.com> Date: Tue, 5 Aug 2025 22:13:33 +0200 Subject: [PATCH 0124/2656] Added AdilZhetigenov to Contributors list (#101534) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ec10ed96..cf551e22 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [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) @@ -1417,4 +1418,4 @@ Hager - [Mounika Abburi](https://github.com/mounika1000) - [Vamshi Krishna G](https://github.com/Krishna-721) - [Elielton Bueno](https://github.com/ElieltonBueno) -- [Chinmay Pani](https://github.com/chinmay8bit) \ No newline at end of file +- [Chinmay Pani](https://github.com/chinmay8bit) From 62457fe07df14fedb9776460400b0867344741c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gl=C3=B3ria=20Barboza?= <134078507+labarboza14@users.noreply.github.com> Date: Tue, 5 Aug 2025 18:02:34 -0300 Subject: [PATCH 0125/2656] Adiciona o meu nome (Gloria Barboza) a lista (#101535) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cf551e22..80de49d9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - Farsat - [Farman Ali](https://github.com/farman-cloud) - [JacobLeeDavis](https://github.com/jacobleedavis) +- [Gloria Barboza] (https://github.com/labarboza14) - Bhoomish - [JacobLeeDavis-vscode-example](https://github.com/JacobLeeDavis) - [Bharathkumar](https://github.com/bharathkumar-creator) From aacece5a78a4ed5b54684c3784bc057c8f8c2552 Mon Sep 17 00:00:00 2001 From: David Oh <158120234+DavidOh1606@users.noreply.github.com> Date: Tue, 5 Aug 2025 14:28:43 -0700 Subject: [PATCH 0126/2656] added David Oh to contributors list (#101536) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 80de49d9..12f77023 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1299,6 +1299,7 @@ Hager - [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) From f1d1453c1ff8594d882794dacb3e1e8738883345 Mon Sep 17 00:00:00 2001 From: fedxemilio Date: Tue, 5 Aug 2025 15:29:15 -0600 Subject: [PATCH 0127/2656] Add frederic to contributors list (#101537) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 12f77023..9e22ebe2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1080,6 +1080,7 @@ Hager - [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) From eeaeea1c92a5995b6e25d4d2ccc3500f0113943d Mon Sep 17 00:00:00 2001 From: J Date: Tue, 5 Aug 2025 23:44:04 +0200 Subject: [PATCH 0128/2656] Add Jonuar to Contributors.md --- Contributors.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 80de49d9..9292988d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1411,9 +1411,8 @@ Hager - E - [Alok Srivastava](https://github.com/alok-srivastava) - [Ruchira Chaubey](https://github.com/ruchirachaubey) - +- [Jonuar](https://github.com/jonuar) - [Siddhant Gadekar](https://github.com/Siddhantdotddev) - - [Deepith N](https://github.com/deepith-18) - [Bharat Ruidas](https://github.com/brd2002) - [Mounika Abburi](https://github.com/mounika1000) From b16d87bedf6cb9c60e951a10328ec79280daab8a Mon Sep 17 00:00:00 2001 From: Sadirock <62039980+Sadirock@users.noreply.github.com> Date: Tue, 5 Aug 2025 17:02:27 -0500 Subject: [PATCH 0129/2656] Add name to contributors.md (#101538) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9e22ebe2..8784ab45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1399,6 +1399,7 @@ Hager - 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) From bb9e50da4da0da006ab7a5b8d63db20cf4412354 Mon Sep 17 00:00:00 2001 From: OpenSeeker Date: Wed, 6 Aug 2025 09:45:00 +1000 Subject: [PATCH 0130/2656] Add OpenSeeker to contributors list (#101540) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8784ab45..a74db4ea 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1423,3 +1423,4 @@ Hager - [Vamshi Krishna G](https://github.com/Krishna-721) - [Elielton Bueno](https://github.com/ElieltonBueno) - [Chinmay Pani](https://github.com/chinmay8bit) +- [OpenSeeker](https://github.com/OpenSeeker) From f522a06de1788387fe312befae74dfa0ba663619 Mon Sep 17 00:00:00 2001 From: minzunim <118159081+minzunim@users.noreply.github.com> Date: Wed, 6 Aug 2025 09:29:20 +0900 Subject: [PATCH 0131/2656] minzunim to Contributors list (#101541) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a74db4ea..407f7956 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ Shruti Tiwari - [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) - [Bam](https://github.com/QBJ08) From e5fa55d417e8e6bae33a4789a8e4e3efc8703dad Mon Sep 17 00:00:00 2001 From: Tom Chacko <74878700+Alpha-W0lf@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:12:00 -0500 Subject: [PATCH 0132/2656] Add Tom C to Contributors list (#101542) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 407f7956..c5799efb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -697,6 +697,7 @@ Hager - [MFigueroa](https://github.com/MiguelFOlivar) - [Jefferson Huisa](https://github.com/j3ffh95) - [dylan-sacco](https://github.com/dylan-sacco) +- [Tom C](https://github.com/Alpha-W0lf) - [Dipankaj](https://github.com/DipankajSingh/) - [harshit](https://github.com/harshitpatel862) - [Giusnovetti](https://github.com/Giusnovetti) From 84f8e53b36a4da7e4e646cb5b8565c7a5f8ee1b6 Mon Sep 17 00:00:00 2001 From: ranjan0369 Date: Tue, 5 Aug 2025 20:46:13 -0500 Subject: [PATCH 0133/2656] Add Ranjan to Contributors list (#101543) Co-authored-by: Ranjan Shrestha --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c5799efb..b1cdecb3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1352,6 +1352,7 @@ Hager - [Alexander](https://github.com/azuaje1982) - [actiononme](https://github.com/actiononme) - [RunarokHrafn](https://github.com/Runarok) +- [Ranjan Shrestha](https://github.com/ranjan0369) - [dfrttkj](https://github.com/dfrttkj) - [Hamdullah Andar](https://github.com/Hamdullah-Andar) - [Nirupam Paul](https://github.com/101paul) From d38ee43cb3787217887debf6aca844afc3f1a004 Mon Sep 17 00:00:00 2001 From: mokshith <83539464+mokshith1618@users.noreply.github.com> Date: Tue, 5 Aug 2025 19:08:19 -0700 Subject: [PATCH 0134/2656] Add Mokshith to contrinutors list (#101545) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b1cdecb3..50a78fad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -73,6 +73,7 @@ Shruti Tiwari - [Shamir Ali](https://github.com/ShamirAli55) - [biroukYass] https://github.com/biroukYass/ - [ATUL-SHARMA](https://github.com/Atul-Clg-Id) +- [Mokshith] - [Pinion](https://pinion.kr) - [jürgen vanzeir] - [Atharva Pandkar](https://github.com/Atharva-Pandkar) From 72c2291c0f0f05e9ada23e03f7e46ff6bff48f11 Mon Sep 17 00:00:00 2001 From: "Michael Angelo R. Cantara" Date: Wed, 6 Aug 2025 14:32:58 +0800 Subject: [PATCH 0135/2656] Add MACantara to contributors list (#101546) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 50a78fad..a3eefd0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -181,6 +181,7 @@ Hager - [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) From 175b1c3f62e25c7b0abecf1fc63a680c8d500ef6 Mon Sep 17 00:00:00 2001 From: Bryan Johns Date: Wed, 6 Aug 2025 02:34:35 -0400 Subject: [PATCH 0136/2656] Add Bryan Johns to Contributors list (#101547) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a3eefd0e..4614c249 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1135,6 +1135,7 @@ Hager - [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) From ab417a764fde7270b1364ad5e41ee9505c84e23c Mon Sep 17 00:00:00 2001 From: RICHA-CHAUDHARY Date: Wed, 6 Aug 2025 12:20:27 +0530 Subject: [PATCH 0137/2656] Update Contributors.md (#101548) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4614c249..019be050 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1430,3 +1430,4 @@ Hager - [Elielton Bueno](https://github.com/ElieltonBueno) - [Chinmay Pani](https://github.com/chinmay8bit) - [OpenSeeker](https://github.com/OpenSeeker) +-[Richa Chaudhary](https://github.com/RICHA-CHAUDHARY) From a1f07e13cf10749cc4b9296fdd67414ea637e235 Mon Sep 17 00:00:00 2001 From: warching <60731460+warching@users.noreply.github.com> Date: Wed, 6 Aug 2025 14:50:28 +0800 Subject: [PATCH 0138/2656] add warren mtt --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4614c249..ffe345be 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1430,3 +1430,4 @@ Hager - [Elielton Bueno](https://github.com/ElieltonBueno) - [Chinmay Pani](https://github.com/chinmay8bit) - [OpenSeeker](https://github.com/OpenSeeker) +- [Warren MTT](https://github.com/warching) From b74e8b478105134e2bef6331e4de318740080b85 Mon Sep 17 00:00:00 2001 From: anyf1 <2543777469@qq.com> Date: Wed, 6 Aug 2025 14:52:43 +0800 Subject: [PATCH 0139/2656] Update Contributors.md (#101550) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 019be050..d59b0a75 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [Aryan Gusain](https://github.com/aryangusain) - donman420🍃 - Mrunali +- ayfayfayf - Farsat - [Farman Ali](https://github.com/farman-cloud) - [JacobLeeDavis](https://github.com/jacobleedavis) From b49ddcfaf6a4b5c621dae9f66563efbca69d5dcb Mon Sep 17 00:00:00 2001 From: warching <60731460+warching@users.noreply.github.com> Date: Wed, 6 Aug 2025 14:56:24 +0800 Subject: [PATCH 0140/2656] add warren (#101551) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d59b0a75..4423abae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1432,3 +1432,4 @@ Hager - [Chinmay Pani](https://github.com/chinmay8bit) - [OpenSeeker](https://github.com/OpenSeeker) -[Richa Chaudhary](https://github.com/RICHA-CHAUDHARY) +-[Warren MTT](https://github.com/warching) From a51f8ffd0c7aec61a6412268823844b8545a8445 Mon Sep 17 00:00:00 2001 From: Sos-judge <59525015+Sos-judge@users.noreply.github.com> Date: Wed, 6 Aug 2025 15:05:01 +0800 Subject: [PATCH 0141/2656] Sos judge first contribution (#101552) * Update Contributors.md * Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4423abae..92f5c9d2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1433,3 +1433,4 @@ Hager - [OpenSeeker](https://github.com/OpenSeeker) -[Richa Chaudhary](https://github.com/RICHA-CHAUDHARY) -[Warren MTT](https://github.com/warching) +- [Sos Judge] From ba4813a4ee7c392f6bad2ad563f4ce4ef5ecb104 Mon Sep 17 00:00:00 2001 From: Sreya Bhattacharjee <152011180+bsreya0906@users.noreply.github.com> Date: Wed, 6 Aug 2025 12:35:31 +0530 Subject: [PATCH 0142/2656] Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4423abae..7c0fad42 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1433,3 +1433,4 @@ Hager - [OpenSeeker](https://github.com/OpenSeeker) -[Richa Chaudhary](https://github.com/RICHA-CHAUDHARY) -[Warren MTT](https://github.com/warching) + -[Sreya Bhattacharjee](https://github.com/bsreya0906) From 587be66ad7133a750851ca520890e6c849160bab Mon Sep 17 00:00:00 2001 From: Sreya Bhattacharjee <152011180+bsreya0906@users.noreply.github.com> Date: Wed, 6 Aug 2025 12:46:46 +0530 Subject: [PATCH 0143/2656] Update Contributors.md (#101554) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 92f5c9d2..e31a38c7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1434,3 +1434,4 @@ Hager -[Richa Chaudhary](https://github.com/RICHA-CHAUDHARY) -[Warren MTT](https://github.com/warching) - [Sos Judge] +- [Sreya Bhattacharjee](https://github.com/bsreya0906) From 773092f58bfaea21a60e9d0622729646de797fa4 Mon Sep 17 00:00:00 2001 From: Shreyaaa24 Date: Wed, 6 Aug 2025 12:45:22 +0530 Subject: [PATCH 0144/2656] added shreya srivastava in contribution --- Contributors.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e31a38c7..92f5c9d2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1434,4 +1434,3 @@ Hager -[Richa Chaudhary](https://github.com/RICHA-CHAUDHARY) -[Warren MTT](https://github.com/warching) - [Sos Judge] -- [Sreya Bhattacharjee](https://github.com/bsreya0906) From 8b7cb027194a524b28026fa353e63a15cc6c5966 Mon Sep 17 00:00:00 2001 From: priyayayayayaa Date: Wed, 6 Aug 2025 13:26:17 +0530 Subject: [PATCH 0145/2656] Update Contributors.md (#101556) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e31a38c7..bd0a08dc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1435,3 +1435,4 @@ Hager -[Warren MTT](https://github.com/warching) - [Sos Judge] - [Sreya Bhattacharjee](https://github.com/bsreya0906) +- [Priya Kumari](https://github.com/priyayayayayaaa) From f8111b2fc0fe7965ba14bf8c0a9ed3ad27f5e328 Mon Sep 17 00:00:00 2001 From: Pushpesh Pant <113782455+impushpesh@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:26:26 +0530 Subject: [PATCH 0146/2656] Add Pushpesh to Contributors list (#101557) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bd0a08dc..b50ceea7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) +- [Pushpesh](https://github.com/impushpesh) - [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) From 0cfbfd1a3d092ae9744701d3d6de2b569389c0f1 Mon Sep 17 00:00:00 2001 From: Joshua Prashanth Date: Wed, 6 Aug 2025 15:21:34 +0530 Subject: [PATCH 0147/2656] My name added (#101559) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b50ceea7..ffad0e75 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) - [Dhanjit Nath](https://github.com/developerDhanjit) - [Aryan Gusain](https://github.com/aryangusain) +- [Joshua❤️Prashanth](https://github.com/JoshuaPrashanth) - donman420🍃 - Mrunali - ayfayfayf From 4fa7702182784bbc32332a653d14d02074516c52 Mon Sep 17 00:00:00 2001 From: Vrund09 <154923559+Vrund09@users.noreply.github.com> Date: Wed, 6 Aug 2025 15:42:41 +0530 Subject: [PATCH 0148/2656] add vrund09 to contributors list (#101560) Co-authored-by: vrund --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ffad0e75..f29f6552 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Vrund Patel](https://github.com/Vrund09) - [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) - [Pushpesh](https://github.com/impushpesh) From f3b893f6c410d65347e51f722db9390b633c306d Mon Sep 17 00:00:00 2001 From: hiiamkarati Date: Wed, 6 Aug 2025 15:46:10 +0530 Subject: [PATCH 0149/2656] contributor --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ffad0e75..5763f505 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1438,3 +1438,4 @@ Hager - [Sos Judge] - [Sreya Bhattacharjee](https://github.com/bsreya0906) - [Priya Kumari](https://github.com/priyayayayayaaa) +-[Prakriti Dwivedi](https://github.com/hiiamkarati) \ No newline at end of file From ebbea4bd9ae5fb2869300a28add171c56c583282 Mon Sep 17 00:00:00 2001 From: Muhammad Rafay Date: Wed, 6 Aug 2025 13:17:05 +0300 Subject: [PATCH 0150/2656] Add Muhammad Rafay Asif to Contributors list (#101561) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f29f6552..33ae88e7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Vrund Patel](https://github.com/Vrund09) - [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) +- [Muhammad Rafay Asif](https://github.com/muhammadrafayasif) - [Pushpesh](https://github.com/impushpesh) - [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) From 01fa28f0f2f4c1a81fabd82afbce063293c08427 Mon Sep 17 00:00:00 2001 From: Matt Werth Date: Wed, 6 Aug 2025 20:51:28 +1000 Subject: [PATCH 0151/2656] Ass Matt to Contributors list (#101562) Co-authored-by: Matt Werth --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 33ae88e7..f32e3a17 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Joshua❤️Prashanth](https://github.com/JoshuaPrashanth) - donman420🍃 - Mrunali +- Matt - ayfayfayf - Farsat - [Farman Ali](https://github.com/farman-cloud) From 480bbdeb5a9348ca557e81b2e86cc32a690b4a82 Mon Sep 17 00:00:00 2001 From: Prakriti Dwivedi <109903470+hiiamkarati@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:22:46 +0530 Subject: [PATCH 0152/2656] contributor (#101563) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f32e3a17..7db0c870 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1441,3 +1441,4 @@ Hager - [Sos Judge] - [Sreya Bhattacharjee](https://github.com/bsreya0906) - [Priya Kumari](https://github.com/priyayayayayaaa) +-[Prakriti Dwivedi](https://github.com/hiiamkarati) \ No newline at end of file From 9b31ace105048795553de99c0417d8b179d136ef Mon Sep 17 00:00:00 2001 From: hiiamkarati Date: Wed, 6 Aug 2025 16:30:15 +0530 Subject: [PATCH 0153/2656] name-added-prakriti --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 5763f505..ac0f8ba0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1438,4 +1438,4 @@ Hager - [Sos Judge] - [Sreya Bhattacharjee](https://github.com/bsreya0906) - [Priya Kumari](https://github.com/priyayayayayaaa) --[Prakriti Dwivedi](https://github.com/hiiamkarati) \ No newline at end of file +- [Prakriti Dwivedi](https://github.com/hiiamkarati) \ No newline at end of file From 522fcf03e6dd8d241eac7fb1ae3a44fd2f893818 Mon Sep 17 00:00:00 2001 From: hiiamkarati Date: Wed, 6 Aug 2025 16:56:33 +0530 Subject: [PATCH 0154/2656] Adding-Conclusion --- docs/how-to-contribute-to-open-source-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how-to-contribute-to-open-source-projects.md b/docs/how-to-contribute-to-open-source-projects.md index 436471c2..dea80067 100644 --- a/docs/how-to-contribute-to-open-source-projects.md +++ b/docs/how-to-contribute-to-open-source-projects.md @@ -70,3 +70,4 @@ Give Back: Once you’re comfortable, help others by reviewing PRs, answering qu Contributing to open source is a journey that offers immense personal and professional growth. By starting small, staying consistent, and engaging with the community, you can make meaningful contributions while honing your skills. Remember, open source thrives on collaboration, and every contribution—no matter how small—helps build a better digital world. Ready to take the plunge? Find a project that excites you, make your first contribution, and join the global open source movement today! +Open source is more than just code — it’s about people, collaboration, and continuous learning. By taking small, consistent steps and engaging with the community, you’ll not only grow as a developer but also make meaningful contributions to projects used by millions. \ No newline at end of file From 0a04c006633318411cb91c0472c58f753416cff4 Mon Sep 17 00:00:00 2001 From: KeerthiGeddi <159692189+GeddiKeerthi8737@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:56:45 +0530 Subject: [PATCH 0155/2656] Add Keerthi Geddi to Contributors list (#101567) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7db0c870..52bfa8df 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1434,6 +1434,7 @@ Hager - [Mounika Abburi](https://github.com/mounika1000) - [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) -[Richa Chaudhary](https://github.com/RICHA-CHAUDHARY) @@ -1441,4 +1442,4 @@ Hager - [Sos Judge] - [Sreya Bhattacharjee](https://github.com/bsreya0906) - [Priya Kumari](https://github.com/priyayayayayaaa) --[Prakriti Dwivedi](https://github.com/hiiamkarati) \ No newline at end of file +-[Prakriti Dwivedi](https://github.com/hiiamkarati) From 04e9ca88e2c1cb91611ff653efd644a34d80a320 Mon Sep 17 00:00:00 2001 From: doraemon-nobi-tokyo Date: Wed, 6 Aug 2025 16:59:02 +0530 Subject: [PATCH 0156/2656] doraemon-nobi to Contributors list (#101566) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 52bfa8df..8ddb9e77 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Joshua❤️Prashanth](https://github.com/JoshuaPrashanth) - donman420🍃 - Mrunali +doraemon-nobi - Matt - ayfayfayf - Farsat From 4cb7f5466f18f9d7926ea8f4fecb48051e500f60 Mon Sep 17 00:00:00 2001 From: KeerthiGeddi <159692189+GeddiKeerthi8737@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:59:15 +0530 Subject: [PATCH 0157/2656] Add Keerthi Geddi to Contributors list (#101568) From 4fddc311b68dbf142b9430c4d7805e00ea818902 Mon Sep 17 00:00:00 2001 From: hiiamkarati Date: Wed, 6 Aug 2025 17:04:52 +0530 Subject: [PATCH 0158/2656] .. --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 8ddb9e77..85780261 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1443,4 +1443,4 @@ Hager - [Sos Judge] - [Sreya Bhattacharjee](https://github.com/bsreya0906) - [Priya Kumari](https://github.com/priyayayayayaaa) --[Prakriti Dwivedi](https://github.com/hiiamkarati) +- [Prakriti Dwivedi](https://github.com/hiiamkarati) From 65b3c1fcdfa5749e511e57896b08fd245c30a6d0 Mon Sep 17 00:00:00 2001 From: Aniketan01 <68631007+Aniketan01@users.noreply.github.com> Date: Wed, 6 Aug 2025 17:18:38 +0530 Subject: [PATCH 0159/2656] Add Aniketan Vijapur to Contributors list (#101572) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8ddb9e77..f9540606 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ doraemon-nobi - ayfayfayf - Farsat - [Farman Ali](https://github.com/farman-cloud) +- [Aniketan Vijapur](https://github.com/Aniketan01) - [JacobLeeDavis](https://github.com/jacobleedavis) - [Gloria Barboza] (https://github.com/labarboza14) - Bhoomish From 9f6efa4aef9622de67aefe4c8f5fe593a572d55d Mon Sep 17 00:00:00 2001 From: Jin-Ho Lee <123657753+Jin-HoMLee@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:09:47 +0100 Subject: [PATCH 0160/2656] Add Jin-HoMLee to Contributors list (#101573) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f9540606..a16acef7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -885,6 +885,7 @@ Hager - [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) From 39d6dec17c414b43be7966e92421a654e85e2102 Mon Sep 17 00:00:00 2001 From: TriedDevotee <161338112+TriedDevotee@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:24:49 +0100 Subject: [PATCH 0161/2656] Add Ben Tootill to Contirbutors List (#101574) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a16acef7..1096278a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1307,6 +1307,7 @@ Hager - [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) From 5d059fee71305027e7c4e5b3aafe6aec71623267 Mon Sep 17 00:00:00 2001 From: Syed Danish Abbas Date: Wed, 6 Aug 2025 18:12:40 +0500 Subject: [PATCH 0162/2656] first open source contrib (#101576) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1096278a..37484534 100644 --- a/Contributors.md +++ b/Contributors.md @@ -21,6 +21,7 @@ doraemon-nobi - [JacobLeeDavis](https://github.com/jacobleedavis) - [Gloria Barboza] (https://github.com/labarboza14) - Bhoomish +- [Danish Abbas] (https://github.com/12Danish) - [JacobLeeDavis-vscode-example](https://github.com/JacobLeeDavis) - [Bharathkumar](https://github.com/bharathkumar-creator) - [ajs](https://github.com/aboodJS) From 62aefdf8fa3afa8fc3b923d9265d7186e3be886a Mon Sep 17 00:00:00 2001 From: lyfofwahab13 Date: Wed, 6 Aug 2025 06:20:24 -0700 Subject: [PATCH 0163/2656] my first commit --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 545b8c59..817d720b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1413,4 +1413,4 @@ Hager - [Bharat Ruidas](https://github.com/brd2002) - [Mounika Abburi](https://github.com/mounika1000) - [Vamshi Krishna G](https://github.com/Krishna-721) -- [Elielton Bueno](https://github.com/ElieltonBueno) \ No newline at end of file +- [Lyfofwahab13](https://github.com/lyfofwahab13) \ No newline at end of file From fa968781c2e3767f6123e3f38028a44c5d98bdb4 Mon Sep 17 00:00:00 2001 From: dongpeng6 <148325865+dongpeng6@users.noreply.github.com> Date: Wed, 6 Aug 2025 21:29:55 +0800 Subject: [PATCH 0164/2656] New word (#101579) * Add zdp to Contributors list * Add zdp to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 37484534..7d6f4508 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [zdp1](https://github.com/dongpeng6) - [Vrund Patel](https://github.com/Vrund09) - [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) From 6f2e30b8d40af43836127f09d6d144ba81a7d2af Mon Sep 17 00:00:00 2001 From: Anantha Manohar Reddy <161105840+Manohar94532@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:20:31 +0530 Subject: [PATCH 0165/2656] edited content in contributers (#101577) Co-authored-by: Manohar Reddy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7d6f4508..091866c9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +Hey Hi everyone - [zdp1](https://github.com/dongpeng6) - [Vrund Patel](https://github.com/Vrund09) - [Ritesh Singh](https://github.com/ritesh355) From 166555bf54b2797cb6bc937c13edd852d74aca32 Mon Sep 17 00:00:00 2001 From: Himanshu Gohil <34628529+tghimanshu@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:24:43 +0530 Subject: [PATCH 0166/2656] Add tghimanhsu to Contributor list (#101580) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 091866c9..8aebc7ef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1450,3 +1450,4 @@ Hager - [Sreya Bhattacharjee](https://github.com/bsreya0906) - [Priya Kumari](https://github.com/priyayayayayaaa) -[Prakriti Dwivedi](https://github.com/hiiamkarati) +- [Himanshu Gohil](https://github.com/tghimanshu) From 954b9b39c1367241ef16edaa5cc61b8debd51eac Mon Sep 17 00:00:00 2001 From: PRATEEK K <164144474+PRATEEKK9223@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:49:23 +0530 Subject: [PATCH 0167/2656] Added my name to Contributers list (#101581) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8aebc7ef..ddb4fb82 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1451,3 +1451,4 @@ Hager - [Priya Kumari](https://github.com/priyayayayayaaa) -[Prakriti Dwivedi](https://github.com/hiiamkarati) - [Himanshu Gohil](https://github.com/tghimanshu) +[Prateek k](https://github.com/PRATEEKK9223) From 8a4b6c643748c810ab022298af429970ae553a1a Mon Sep 17 00:00:00 2001 From: Aditya Semalti <154693138+adityasemalti@users.noreply.github.com> Date: Wed, 6 Aug 2025 20:07:06 +0530 Subject: [PATCH 0168/2656] message (#101583) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ddb4fb82..20b7fa1e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ doraemon-nobi - ayfayfayf - Farsat - [Farman Ali](https://github.com/farman-cloud) +- [Aditya Semalti](https://github.com/adityasemalti) - [Aniketan Vijapur](https://github.com/Aniketan01) - [JacobLeeDavis](https://github.com/jacobleedavis) - [Gloria Barboza] (https://github.com/labarboza14) From 4956e8e2b102e0f73ba39ac8bfbfc46e8069b14e Mon Sep 17 00:00:00 2001 From: Rippin <100058437+PureDimension@users.noreply.github.com> Date: Wed, 6 Aug 2025 23:16:01 +0800 Subject: [PATCH 0169/2656] Add PureDimension to Contributors list (#101584) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 20b7fa1e..372bc3ce 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1453,3 +1453,4 @@ Hager -[Prakriti Dwivedi](https://github.com/hiiamkarati) - [Himanshu Gohil](https://github.com/tghimanshu) [Prateek k](https://github.com/PRATEEKK9223) +- [PureDimension](https://github.com/PureDimension) \ No newline at end of file From 8859a279b687b312af2eb3b8a54e7ff2ca77a6fe Mon Sep 17 00:00:00 2001 From: amin abdolahi Date: Wed, 6 Aug 2025 19:23:11 +0330 Subject: [PATCH 0170/2656] Add Amin-Abdolahi to Contributors list (#101585) Co-authored-by: aminabdolahi.sh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 372bc3ce..dd1869c6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -177,6 +177,7 @@ Hager - [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) - [Kmogun](https://github.com/kmogun) - [Chris C](https://github.com/xboof) From ef22b075c4cd1931cd7c8e8b02b1a81dc93e286a Mon Sep 17 00:00:00 2001 From: Karthika125 <118585084+Karthika125@users.noreply.github.com> Date: Wed, 6 Aug 2025 22:12:20 +0530 Subject: [PATCH 0171/2656] Added Karthika Suresh to open Contributors list (#101586) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dd1869c6..4cbe5788 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ Hey Hi everyone - [Dhanjit Nath](https://github.com/developerDhanjit) - [Aryan Gusain](https://github.com/aryangusain) - [Joshua❤️Prashanth](https://github.com/JoshuaPrashanth) +-[Karthika Suresh](https://github.com/Karthika125) - donman420🍃 - Mrunali doraemon-nobi From 456c2d92156716ed741be5be9e32e116237b5a7a Mon Sep 17 00:00:00 2001 From: George Kulikov <107373258+BrightCat14@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:58:22 +0300 Subject: [PATCH 0172/2656] Add AkaruiNeko to Contributors list (#101587) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4cbe5788..79367f53 100644 --- a/Contributors.md +++ b/Contributors.md @@ -201,6 +201,7 @@ Hager - [lukgav](https://github.com/lukgav) - [AlexKos](https://github.com/lukgav) - [Imam](https://github.com/Shaik-36) +- [AkaruiNeko](https://github.com/BrightCat14) - [Harsh Kumar Singh](https://github.com/Mickey3970) - [Anu](https://github.com/anurag998) - [VizzScript](https://github.com/vizzscript) @@ -1455,4 +1456,4 @@ Hager -[Prakriti Dwivedi](https://github.com/hiiamkarati) - [Himanshu Gohil](https://github.com/tghimanshu) [Prateek k](https://github.com/PRATEEKK9223) -- [PureDimension](https://github.com/PureDimension) \ No newline at end of file +- [PureDimension](https://github.com/PureDimension) From f29db815404656c772fb84279c8c977038b6fe1a Mon Sep 17 00:00:00 2001 From: Sam Ruiz <51233771+LiebesleidSam@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:33:21 -0400 Subject: [PATCH 0173/2656] Added Sam Ruiz to Contributros list (#101588) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 79367f53..0870059c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ doraemon-nobi - ayfayfayf - Farsat - [Farman Ali](https://github.com/farman-cloud) +- [Sam Ruiz](https://github.com/LiebesleidSam) - [Aditya Semalti](https://github.com/adityasemalti) - [Aniketan Vijapur](https://github.com/Aniketan01) - [JacobLeeDavis](https://github.com/jacobleedavis) From 58e6d3b1258d7f2c658aa1c214ab5ce2406e75a4 Mon Sep 17 00:00:00 2001 From: Anant Agarwal Date: Wed, 6 Aug 2025 23:36:00 +0530 Subject: [PATCH 0174/2656] Add AnantAgarwal07 to Contributors list (#101589) Co-authored-by: AnantAgarwal07 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0870059c..704a0127 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ Hey Hi everyone -[Karthika Suresh](https://github.com/Karthika125) - donman420🍃 - Mrunali +-[AnantAgarwal07](https://github.com/AnantAgarwal07) doraemon-nobi - Matt - ayfayfayf From 32087bf76969e718d35a3bd787a65a30a4df8797 Mon Sep 17 00:00:00 2001 From: Rodrigo Ribeiro Furtado <102754904+roodrigofurtado@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:07:51 -0300 Subject: [PATCH 0175/2656] Add rodrigo-furtado to Contributors list (#101590) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 704a0127..257cf326 100644 --- a/Contributors.md +++ b/Contributors.md @@ -55,6 +55,7 @@ Shruti Tiwari - [raghav](https://github.com/raghavvag) - AdaltoGunther - [James Kim](https://github.com/jykim11) +- [Rodrigo Furtado](https://github.com/roodrigofurtado) - [il873](https://github.com/il873) - [Shoaib Islam](https://github.com/Shoaib3375) - [JodAn007](https://github.com/JodAn007) From c63bbc08c2c719c67667d05c81df89194ad30b1e Mon Sep 17 00:00:00 2001 From: Bartosz Marcinkowski Date: Wed, 6 Aug 2025 22:38:43 +0200 Subject: [PATCH 0176/2656] Bartosz Marcinkowski to Contributors list (#101591) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 257cf326..27cd7d53 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1460,3 +1460,4 @@ Hager - [Himanshu Gohil](https://github.com/tghimanshu) [Prateek k](https://github.com/PRATEEKK9223) - [PureDimension](https://github.com/PureDimension) +-[Bartosz Marcinkowski](https://github.com/Bartosz-Marcinkowski) From 450d77a78f9ac38e84c04bfcffa9f4b335e661f0 Mon Sep 17 00:00:00 2001 From: xwilliam0 <44852150+xwilliam0@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:46:24 -0400 Subject: [PATCH 0177/2656] Add xwilliam0 to Contributors list (#101593) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 27cd7d53..16b38975 100644 --- a/Contributors.md +++ b/Contributors.md @@ -358,6 +358,7 @@ Hager - [Dr4kfire](https://github.com/dr4kfire) - [idrees](https://github.com/idrees2k22) - [JaeHye0k](https://github.com/JaeHye0k) +- [xwilliam0](https://github.com/xwilliam0) - [eesoyeon](https://github.com/eesoyeon) - [Olympus5](https://github.com/Olympus5) - [risavctt](https://github.com/risavctt) From f5c4974c04c82ddff62a5ca1c079944709d8f38d Mon Sep 17 00:00:00 2001 From: Riri-Fun Date: Wed, 6 Aug 2025 16:49:49 -0400 Subject: [PATCH 0178/2656] Added Riri's name into contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 16b38975..08ee239f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -358,7 +358,6 @@ Hager - [Dr4kfire](https://github.com/dr4kfire) - [idrees](https://github.com/idrees2k22) - [JaeHye0k](https://github.com/JaeHye0k) -- [xwilliam0](https://github.com/xwilliam0) - [eesoyeon](https://github.com/eesoyeon) - [Olympus5](https://github.com/Olympus5) - [risavctt](https://github.com/risavctt) @@ -1462,3 +1461,4 @@ Hager [Prateek k](https://github.com/PRATEEKK9223) - [PureDimension](https://github.com/PureDimension) -[Bartosz Marcinkowski](https://github.com/Bartosz-Marcinkowski) +- [Riri](https://github.com/Riri-Fun) From b9aae44ddd3af6d62c98a0677e28889e8bc57a80 Mon Sep 17 00:00:00 2001 From: Storm wahlmann <47405034+xXStormXx2000@users.noreply.github.com> Date: Thu, 7 Aug 2025 02:54:21 +0200 Subject: [PATCH 0179/2656] Add Storm Wahlmann to Contributors list (#101595) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 16b38975..65bf78e5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1148,6 +1148,7 @@ Hager - [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) From 70dba719e4dd7a9266e263fad545910cce3b490b Mon Sep 17 00:00:00 2001 From: zhan7236 <1050852440@qq.com> Date: Thu, 7 Aug 2025 11:24:22 +0800 Subject: [PATCH 0180/2656] Add zhan7236 to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 65bf78e5..d028393f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ Hey Hi everyone - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) - [Dhanjit Nath](https://github.com/developerDhanjit) - [Aryan Gusain](https://github.com/aryangusain) +- [zhan7236](https://github.com/zhan7236) - [Joshua❤️Prashanth](https://github.com/JoshuaPrashanth) -[Karthika Suresh](https://github.com/Karthika125) - donman420🍃 @@ -1444,7 +1445,6 @@ Hager - [Ruchira Chaubey](https://github.com/ruchirachaubey) - [Siddhant Gadekar](https://github.com/Siddhantdotddev) - - [Deepith N](https://github.com/deepith-18) - [Bharat Ruidas](https://github.com/brd2002) - [Mounika Abburi](https://github.com/mounika1000) From f3a21a8e2348450fae3627151bda635909634150 Mon Sep 17 00:00:00 2001 From: Rohit Mahajan <139527129+Rohit273848@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:30:54 +0530 Subject: [PATCH 0181/2656] Add Rohit Mahajan to Contributors list (#101597) Co-authored-by: Rohit Mahajan --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 65bf78e5..4d93cd23 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1463,3 +1463,4 @@ Hager [Prateek k](https://github.com/PRATEEKK9223) - [PureDimension](https://github.com/PureDimension) -[Bartosz Marcinkowski](https://github.com/Bartosz-Marcinkowski) +-[Rohit Mahajan](https://github.com/Rohit273848) \ No newline at end of file From d678db3e0f1584576bbcba54e73f968dc6ade274 Mon Sep 17 00:00:00 2001 From: Ganpati Nath <121910043+Ganpati-Nath@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:55:26 +0530 Subject: [PATCH 0182/2656] Add Ganpati Nath to Contributors list (#101598) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4d93cd23..31ef678f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1463,4 +1463,5 @@ Hager [Prateek k](https://github.com/PRATEEKK9223) - [PureDimension](https://github.com/PureDimension) -[Bartosz Marcinkowski](https://github.com/Bartosz-Marcinkowski) --[Rohit Mahajan](https://github.com/Rohit273848) \ No newline at end of file +- [Ganpati Nath](https://github.com/Ganpati-Nath) +- [Rohit Mahajan](https://github.com/Rohit273848) From d3e615003cd96cead66a01f58a7b418723d313da Mon Sep 17 00:00:00 2001 From: Ganpati Nath <121910043+Ganpati-Nath@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:56:46 +0530 Subject: [PATCH 0183/2656] Add Ganpati Nath to Contributors list (#101599) From 2ec6af95133592018adbf4b09c023e152fbc5b8a Mon Sep 17 00:00:00 2001 From: Razvan <164617770+xRazvan78@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:56:58 +0300 Subject: [PATCH 0184/2656] Add Togan Razvan-Dumitru to Contributors list (#101601) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 31ef678f..3cdfc8fb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1331,6 +1331,7 @@ Hager - [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) From 037f372e449b0edb38882019f468e74c4078e950 Mon Sep 17 00:00:00 2001 From: Camille Pescatore <44574072+cpescato@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:57:12 +0200 Subject: [PATCH 0185/2656] Added cpescato to Contributors list (#101602) Co-authored-by: Camille Pescatore --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3cdfc8fb..46d1b564 100644 --- a/Contributors.md +++ b/Contributors.md @@ -356,6 +356,7 @@ Hager - [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) - [xwilliam0](https://github.com/xwilliam0) From caba45560ee05960ba34dd4de9da6e07b25d437a Mon Sep 17 00:00:00 2001 From: Brandyn Coverdill <61059613+BrandynCoverdill@users.noreply.github.com> Date: Thu, 7 Aug 2025 03:24:59 -0600 Subject: [PATCH 0186/2656] Add Brandyn Coverdill to Contributors (#101603) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 46d1b564..ea779b4f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1466,4 +1466,5 @@ Hager - [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) From a6c9832a0885e7e6dc586521a564ee380c96333a Mon Sep 17 00:00:00 2001 From: Ashil Thomas <142432081+ashilthomas@users.noreply.github.com> Date: Thu, 7 Aug 2025 15:49:42 +0530 Subject: [PATCH 0187/2656] Ashil Thomas to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index ea779b4f..1d9611da 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1468,3 +1468,5 @@ Hager - [Ganpati Nath](https://github.com/Ganpati-Nath) - [Brandyn Coverdill](https://github.com/BrandynCoverdill) - [Rohit Mahajan](https://github.com/Rohit273848) +- [Ashil Thomas](https://github.com/ashilthomas) + From e2c16e944b1a024976a9380b21275e75e6419ddd Mon Sep 17 00:00:00 2001 From: etssu <121513071+etssu@users.noreply.github.com> Date: Thu, 7 Aug 2025 12:42:50 +0200 Subject: [PATCH 0188/2656] Add etsu to Contributors list (#101604) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ea779b4f..983cf6ca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -54,6 +54,7 @@ Shruti Tiwari - [codemikemike](https://github.com/codemikemike) - [raghav](https://github.com/raghavvag) - AdaltoGunther +- [etsu] (https://github.com/etssu) - [James Kim](https://github.com/jykim11) - [Rodrigo Furtado](https://github.com/roodrigofurtado) - [il873](https://github.com/il873) From 115e4e67960f4d02382b9133cb80fb47418e9f7f Mon Sep 17 00:00:00 2001 From: akshat2604 <46933500+akshat2604@users.noreply.github.com> Date: Thu, 7 Aug 2025 16:58:55 +0530 Subject: [PATCH 0189/2656] Add akshat to Contributors list (#101606) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 983cf6ca..91cfdad1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -93,6 +93,7 @@ Shruti Tiwari - [Mokshith] - [Pinion](https://pinion.kr) - [jürgen vanzeir] +- [Akshat Jain](https://github.com/akshat2604) - [Atharva Pandkar](https://github.com/Atharva-Pandkar) - [Malak Ibrahim](https://github.com/mmibrahi) - [Edson Petry](https://github.com/edsonpetry) From 2de4457d1df22a45942288fcb80bbe895513ab00 Mon Sep 17 00:00:00 2001 From: Mafe Date: Thu, 7 Aug 2025 14:05:25 +0200 Subject: [PATCH 0190/2656] Add mafedev to Contributors list (#101607) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91cfdad1..71d9aa04 100644 --- a/Contributors.md +++ b/Contributors.md @@ -775,6 +775,7 @@ Hager - [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) - [Kores Nkoidila](https://github.com/Nkoidila) - [Aditya Mitra](https://github.com/mitras-git) From 912f2aa3a100b35aeddceb1389dc84cbb80cf32f Mon Sep 17 00:00:00 2001 From: Dhruv Kalra <162930154+KalraDhruv@users.noreply.github.com> Date: Thu, 7 Aug 2025 17:43:30 +0530 Subject: [PATCH 0191/2656] Added name to Contributors list (#101608) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 71d9aa04..6e0002e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1396,6 +1396,7 @@ Hager - 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) From 29f585edb786c82f615dfdbc75e89f8c61e7c841 Mon Sep 17 00:00:00 2001 From: EoinOBrien9 <69275226+EoinOBrien9@users.noreply.github.com> Date: Thu, 7 Aug 2025 14:17:08 +0100 Subject: [PATCH 0192/2656] Add Eoin O B to Contributors list (#101609) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6e0002e9..75edfd79 100644 --- a/Contributors.md +++ b/Contributors.md @@ -564,6 +564,7 @@ Hager - [Owen Roukey](https://github.com/rouk5555) - [Aminat A](https://github.com/pejuameenat) -[krit22](https://github.com/krit22) +Eoin O'B - [Mariusz Sobczak](https://github.com/SmoQ) - [Umair Amir](https://github.com/UmairAmir) - [Sandhya R](https://github.com/sandhya13r) From 81a894478e848a0098526952752b7b19914cd819 Mon Sep 17 00:00:00 2001 From: Ramu-Deyyam <126849521+Ramu-Deyyam@users.noreply.github.com> Date: Thu, 7 Aug 2025 19:41:40 +0530 Subject: [PATCH 0193/2656] Add Ramu to the contribution list (#101610) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 75edfd79..29496c89 100644 --- a/Contributors.md +++ b/Contributors.md @@ -104,6 +104,7 @@ Shruti Tiwari - [Vinay M S](https://github.com/VinaymsGowda) [petimov](https://github.com/petimov) - [Chris Q](https://github.com/Q-X-F) +- [Ramu Deyyam](https://github.com/Ramu-Deyyam) - [Ashwath nakate](https://github.com/ashwathnakate) - [All the World's a Stage](https://github.com/Oolazile) - [Andreamp0](https://github.com/Andreamp0) From 26d6146e7955cebaf7435324fe4f4d56d208c1e5 Mon Sep 17 00:00:00 2001 From: Pierre <66723882+wiizzl@users.noreply.github.com> Date: Thu, 7 Aug 2025 16:18:37 +0200 Subject: [PATCH 0194/2656] Add Pierre (wiizzl) to Contributors list (#101611) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 29496c89..ed061e79 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ Hey Hi everyone - [zdp1](https://github.com/dongpeng6) - [Vrund Patel](https://github.com/Vrund09) +- [Pierre](https://github.com/wiizzl) - [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) - [Muhammad Rafay Asif](https://github.com/muhammadrafayasif) @@ -1471,6 +1472,6 @@ Eoin O'B [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) +- [Ganpati Nath](https://github.com/Ganpati-Nath) - [Brandyn Coverdill](https://github.com/BrandynCoverdill) - [Rohit Mahajan](https://github.com/Rohit273848) From deafe555784d2eed79fd2a68819d94ccc6d3639d Mon Sep 17 00:00:00 2001 From: Sravanthi1206 Date: Thu, 7 Aug 2025 20:03:47 +0530 Subject: [PATCH 0195/2656] Add Sravanthi to contributors list (#101612) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ed061e79..5ce8eb81 100644 --- a/Contributors.md +++ b/Contributors.md @@ -339,6 +339,7 @@ Hager - [kamil](https://github.com/Kamil115853) - [APK] - [ZNezirov](https://github.com/ZNezirov) +- [Sravanthi] - [amoorali](https://github.com/amoorali) - [dev-knb](https://github.com/kimnambin) - [Disha520](https://github.com/Disha520) From 49e98ca4b4b721d7aabe7f0148f8be48c6b65c75 Mon Sep 17 00:00:00 2001 From: Govindakandel Date: Thu, 7 Aug 2025 20:37:26 +0545 Subject: [PATCH 0196/2656] ~ Added my name "Govinda Kandel" to Contributors.md (#101613) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5ce8eb81..4600912b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors Hey Hi everyone - [zdp1](https://github.com/dongpeng6) +- [Govinda Kandel](https://github.com/Govindakandel) - [Vrund Patel](https://github.com/Vrund09) - [Pierre](https://github.com/wiizzl) - [Ritesh Singh](https://github.com/ritesh355) From def2833f5970df9729d3c21829ad7b2fc297c423 Mon Sep 17 00:00:00 2001 From: krishmav Date: Thu, 7 Aug 2025 20:49:13 +0530 Subject: [PATCH 0197/2656] Add krishmav to Contributors list (#101615) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4600912b..bfde5e4c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -482,6 +482,7 @@ Hager - [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) - [Itay Levi](https://github.com/ItayLHdev) From 9285171b0e7fe2e93476d357294b8d42a5dd9e14 Mon Sep 17 00:00:00 2001 From: bellisaidev Date: Thu, 7 Aug 2025 17:32:43 +0200 Subject: [PATCH 0198/2656] Add bellisaidev (#101616) * Add Bellisaidev to Contributors list * Add Fabrizio Bellisai to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bfde5e4c..03af3843 100644 --- a/Contributors.md +++ b/Contributors.md @@ -830,6 +830,7 @@ Eoin O'B - [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) - [Lemar Tokham](https://github.com/LemarTokham) - [Daniel Molina](https://github.com/molinafm30) From 8bfb31d0b4686ab9ca0ab3c963727a3ff2030574 Mon Sep 17 00:00:00 2001 From: S M Ajay Anand <162366397+AJrelapse@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:34:45 +0530 Subject: [PATCH 0199/2656] Add Ajay Anand to Contributors list (#101617) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 03af3843..3542fb45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1479,3 +1479,4 @@ Eoin O'B - [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) \ No newline at end of file From 87b8a005da75154ad8464522aa1d464cebb73b23 Mon Sep 17 00:00:00 2001 From: Swastik Kaushal <138787693+SwastikKaushal1@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:48:12 +0530 Subject: [PATCH 0200/2656] Add swastik to Contributors list (#101618) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3542fb45..2498923b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -80,6 +80,7 @@ Shruti Tiwari - [Medrine Mulindi](https://github.com/Mulindi123) - [Refenal ellisa] - [Jared Krandel] +- Swastik - [Rohin Garg](https://github.com/rohingarg12) - Gurukiran Reddy AKA AstaReddy - [FinalGrabacr](https://https://github.com/FinalGrabacr) From 255d64b29a5e099a595f1f13c518980b230263d2 Mon Sep 17 00:00:00 2001 From: corrix0 Date: Thu, 7 Aug 2025 18:35:22 +0200 Subject: [PATCH 0201/2656] Add corrix0 to Contributors list (#101619) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 2498923b..a78906bf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1480,4 +1480,5 @@ Eoin O'B - [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) \ No newline at end of file +- [Ajay Anand](https://https://github.com/AJrelapse) +- [corrix0](https://github.com/corrix0) From a935790cee8c5961b2fff9d7022695ebbee34f5e Mon Sep 17 00:00:00 2001 From: Chames Dinuka <101823341+chamesh2019@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:56:25 +0530 Subject: [PATCH 0202/2656] Add Chames Dinuka to Contributors list (#101620) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a78906bf..5889b073 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ doraemon-nobi - [square-story](https://github.com/square-story) - [darkiss7](https://github.com/darkiss7) - [FAI8h](https://github.com/FAI8h) +- [Chamesh Dinuka](https://github.com/chamesh2019) - [Krrish](https://github.com/venom827). - [Cyril Nishanth](https://github.com/CyrilNishanth) - [imsang27](https://github.com/imsang27) From 95ca00e489cf3e5af199de8e9ba19eec9414cd38 Mon Sep 17 00:00:00 2001 From: Samuelson Dsouza Date: Thu, 7 Aug 2025 23:06:15 +0530 Subject: [PATCH 0203/2656] Add Samuelson Dsouza to Contributors List (#101621) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5889b073..ae29a90f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1147,6 +1147,7 @@ Eoin O'B - [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) From ad457f31bd35471ccc85933f57e0a0c731f11ec5 Mon Sep 17 00:00:00 2001 From: Rumesha Date: Thu, 7 Aug 2025 23:11:20 +0530 Subject: [PATCH 0204/2656] Added Rumesha Ansari to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5889b073..47ebc906 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1483,3 +1483,4 @@ Eoin O'B - [Rohit Mahajan](https://github.com/Rohit273848) - [Ajay Anand](https://https://github.com/AJrelapse) - [corrix0](https://github.com/corrix0) +- [Rumesha Ansari](https://github.com/Rumesha400) \ No newline at end of file From 7bc61ac3d275b893ad201cc7cd496297a5c92d08 Mon Sep 17 00:00:00 2001 From: Rumesha <159283363+Rumesha400@users.noreply.github.com> Date: Thu, 7 Aug 2025 23:14:51 +0530 Subject: [PATCH 0205/2656] Added Rumesha Ansari to Contributors list (#101622) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ae29a90f..ba4bc0d3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1484,3 +1484,4 @@ Eoin O'B - [Rohit Mahajan](https://github.com/Rohit273848) - [Ajay Anand](https://https://github.com/AJrelapse) - [corrix0](https://github.com/corrix0) +- [Rumesha Ansari](https://github.com/Rumesha400) \ No newline at end of file From de455e2158d6760ebb443462b66adf87c744793a Mon Sep 17 00:00:00 2001 From: Aaron Keller <32344730+aaronkeller787@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:49:41 -0700 Subject: [PATCH 0206/2656] Add Aaron Keller to Contributors list (#101623) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ba4bc0d3..1b30587d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1231,6 +1231,7 @@ Eoin O'B - [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) From 01e5d4b7ee31a2537fa28aa21a96bd4e6f34ee49 Mon Sep 17 00:00:00 2001 From: Rudraraj Pandey <142734024+heelR3@users.noreply.github.com> Date: Thu, 7 Aug 2025 23:43:46 +0530 Subject: [PATCH 0207/2656] Adding heelR3 as Contributor (#101624) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1b30587d..63cfa96f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1485,4 +1485,5 @@ Eoin O'B - [Rohit Mahajan](https://github.com/Rohit273848) - [Ajay Anand](https://https://github.com/AJrelapse) - [corrix0](https://github.com/corrix0) -- [Rumesha Ansari](https://github.com/Rumesha400) \ No newline at end of file +- [Rumesha Ansari](https://github.com/Rumesha400) +- [Rudraraj Pandey](https://github.com/heelR3) \ No newline at end of file From 4a9d2086d208839447ef87f7c3736534e38798f4 Mon Sep 17 00:00:00 2001 From: gadalova <143476261+gadalova@users.noreply.github.com> Date: Thu, 7 Aug 2025 14:16:34 -0400 Subject: [PATCH 0208/2656] Adding myself as a contributor (#101625) * Add my name to contributors list * Add gadalova to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 63cfa96f..7e84662b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1323,6 +1323,7 @@ Eoin O'B - [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) From 5f8a0e7383134ce918ee558a12088c4ea1fb6c3c Mon Sep 17 00:00:00 2001 From: Tristan Collier <80648892+CollierTR@users.noreply.github.com> Date: Thu, 7 Aug 2025 13:17:50 -0500 Subject: [PATCH 0209/2656] add Tristan Collier to Contributors list (#101626) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7e84662b..4975296d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1394,6 +1394,7 @@ Eoin O'B - [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) From a8930155308380f35dfad2c7cc69a3c9239a9399 Mon Sep 17 00:00:00 2001 From: Nihad Veliyev <84568325+NihadVeliyev@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:47:36 +0400 Subject: [PATCH 0210/2656] Add NihadVeliyev to Contributors list (#101627) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4975296d..d1b75b70 100644 --- a/Contributors.md +++ b/Contributors.md @@ -214,6 +214,7 @@ Hager - [AkaruiNeko](https://github.com/BrightCat14) - [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) From b9ce6d5c0d56617ea24c9432d6424184d84e9325 Mon Sep 17 00:00:00 2001 From: carolinehall2 Date: Thu, 7 Aug 2025 14:52:33 -0400 Subject: [PATCH 0211/2656] Update Contributors.md (#101629) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d1b75b70..53633603 100644 --- a/Contributors.md +++ b/Contributors.md @@ -52,6 +52,7 @@ doraemon-nobi - [WobL256](https://github.com/WobL256) - [S1ngularty](https://github.com/S1ngularty) - [Sai Oan Hseng Hurk](https://github.com/Senghurk) +- Caroline Hall Shruti Tiwari - Abdullah Zulfiqar(https://github.com/AbdullahZulfiqar2005) - [codemikemike](https://github.com/codemikemike) @@ -1489,4 +1490,4 @@ Eoin O'B - [Ajay Anand](https://https://github.com/AJrelapse) - [corrix0](https://github.com/corrix0) - [Rumesha Ansari](https://github.com/Rumesha400) -- [Rudraraj Pandey](https://github.com/heelR3) \ No newline at end of file +- [Rudraraj Pandey](https://github.com/heelR3) From 4cc5a0a370f14688841707ce18beda43898361d0 Mon Sep 17 00:00:00 2001 From: Paul Czerniak Date: Thu, 7 Aug 2025 14:07:37 -0500 Subject: [PATCH 0212/2656] Added ptczerni to Contributors.md (#101630) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 53633603..ab94cb61 100644 --- a/Contributors.md +++ b/Contributors.md @@ -928,6 +928,7 @@ Eoin O'B - [BOUKARI Marfourz](https://github.com/Marfourz) - [Lakshya Mishra](https://github.com/mishrlaksh) - [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) From d7c8b9c2733e5f712d413aeeaa05870da9398f6e Mon Sep 17 00:00:00 2001 From: Nate <40683836+ipdor@users.noreply.github.com> Date: Fri, 8 Aug 2025 03:13:43 +0800 Subject: [PATCH 0213/2656] Add Nate to Contributors list (#101631) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ab94cb61..532b14b5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ Hey Hi everyone - [Joshua❤️Prashanth](https://github.com/JoshuaPrashanth) -[Karthika Suresh](https://github.com/Karthika125) - donman420🍃 +- [Nate](https://github.com/ipdor) - Mrunali -[AnantAgarwal07](https://github.com/AnantAgarwal07) doraemon-nobi From fca075133b4d8f3fa134ddf9d584dc5c62cc18de Mon Sep 17 00:00:00 2001 From: KT Date: Thu, 7 Aug 2025 20:31:30 +0100 Subject: [PATCH 0214/2656] first-contribution --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 532b14b5..a61a05d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1493,3 +1493,4 @@ Eoin O'B - [corrix0](https://github.com/corrix0) - [Rumesha Ansari](https://github.com/Rumesha400) - [Rudraraj Pandey](https://github.com/heelR3) +- [Ayoola Kitan](https://github.com/B0lt5) \ No newline at end of file From 09408a2fc823f77e6e044fd9fc6d8e0365f77dc8 Mon Sep 17 00:00:00 2001 From: Maxi Rebolo <55162138+MaxiR23@users.noreply.github.com> Date: Thu, 7 Aug 2025 16:35:00 -0300 Subject: [PATCH 0215/2656] Add Maxi Rebolo to Contributors list (#101632) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 532b14b5..3ac033e7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1493,3 +1493,4 @@ Eoin O'B - [corrix0](https://github.com/corrix0) - [Rumesha Ansari](https://github.com/Rumesha400) - [Rudraraj Pandey](https://github.com/heelR3) +- [Maxi Rebolo](https://github.com/MaxiR23) \ No newline at end of file From 13bbc8309282c0bfb7c8d3a2aa36b7e4d1a4cd25 Mon Sep 17 00:00:00 2001 From: Yash Dwivedi Date: Fri, 8 Aug 2025 01:08:19 +0530 Subject: [PATCH 0216/2656] Name-added (#101633) Co-authored-by: Yash --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3ac033e7..c859e10b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -159,6 +159,7 @@ Hager - [Alan](https://github.com/yhc000) - [tuysh](https://github.com/Tuysh) - [jpbellizia](https://github.com/jpbellizia) +The-Yash-is-Joined - [addpd](https://github.com/addpd) - [oompf](https://github.com/oompf) [Louis Lu](https://github.com/yanlu778) From a75c3c83b41bcc39bf1b4981828e0840115226ea Mon Sep 17 00:00:00 2001 From: gkarabelos <159117129+gkarabelos@users.noreply.github.com> Date: Thu, 7 Aug 2025 23:01:13 +0300 Subject: [PATCH 0217/2656] Add Georgios Karampelos to Contributors list (#101635) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c859e10b..7064522e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1494,4 +1494,5 @@ Eoin O'B - [corrix0](https://github.com/corrix0) - [Rumesha Ansari](https://github.com/Rumesha400) - [Rudraraj Pandey](https://github.com/heelR3) -- [Maxi Rebolo](https://github.com/MaxiR23) \ No newline at end of file +- [Maxi Rebolo](https://github.com/MaxiR23) +- [Georgios Karampelos](https://github.com/gkarabelos) \ No newline at end of file From 5ffac0539328fe6bcd1d69b4877c67f967a7911d Mon Sep 17 00:00:00 2001 From: Asani-A <140116737+Asani-A@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:46:40 +0200 Subject: [PATCH 0218/2656] Add Abdul-Jaleel Asani to Contributors list (#101636) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7064522e..3c140971 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors Hey Hi everyone +- [Abdul-Jaleel Asani] (https://github.com/Asani-A) - [zdp1](https://github.com/dongpeng6) - [Govinda Kandel](https://github.com/Govindakandel) - [Vrund Patel](https://github.com/Vrund09) @@ -1495,4 +1496,4 @@ Eoin O'B - [Rumesha Ansari](https://github.com/Rumesha400) - [Rudraraj Pandey](https://github.com/heelR3) - [Maxi Rebolo](https://github.com/MaxiR23) -- [Georgios Karampelos](https://github.com/gkarabelos) \ No newline at end of file +- [Georgios Karampelos](https://github.com/gkarabelos) From 009589afc9de6fb9c5129a5a60194b084ee992e1 Mon Sep 17 00:00:00 2001 From: Sakshyam Raj Shrestha <106657748+SRS30@users.noreply.github.com> Date: Fri, 8 Aug 2025 03:42:02 +0545 Subject: [PATCH 0219/2656] Add sRs to contributors list (#101637) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c140971..82100f11 100644 --- a/Contributors.md +++ b/Contributors.md @@ -59,6 +59,7 @@ Shruti Tiwari - Abdullah Zulfiqar(https://github.com/AbdullahZulfiqar2005) - [codemikemike](https://github.com/codemikemike) - [raghav](https://github.com/raghavvag) +- [sRs] (https://github.com/SRS30) - AdaltoGunther - [etsu] (https://github.com/etssu) - [James Kim](https://github.com/jykim11) From e0163ce575ad6fddec988cab729e87bcef790079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Steven=20=C3=91ustes=20Hernandez?= <109982365+cristiaaann27@users.noreply.github.com> Date: Thu, 7 Aug 2025 17:03:47 -0500 Subject: [PATCH 0220/2656] Add cristiaaann27 to Contributors list (#101638) Co-authored-by: cristian nustes --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 82100f11..176c4bb5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1498,3 +1498,4 @@ Eoin O'B - [Rudraraj Pandey](https://github.com/heelR3) - [Maxi Rebolo](https://github.com/MaxiR23) - [Georgios Karampelos](https://github.com/gkarabelos) +- [Cristian Nustes](https://github.com/cristiaaann27) From 48acd16d8d9f6c54fcc568318ce5bcc2ab081a84 Mon Sep 17 00:00:00 2001 From: "Radi (Leila) Adil" Date: Fri, 8 Aug 2025 00:18:56 +0100 Subject: [PATCH 0221/2656] Add Leila (Radi Adil) to Contributors list (#101640) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 176c4bb5..1c2ae797 100644 --- a/Contributors.md +++ b/Contributors.md @@ -582,6 +582,7 @@ Eoin O'B - [Umair Amir](https://github.com/UmairAmir) - [Sandhya R](https://github.com/sandhya13r) - [Salar Amir](https://github.com/SalarAmir) +- [Leila (Radi Adil)](https://github.com/l3331l4) - [Shudan Luo](https://github.com/shudanluo) - [Yux](https://github.com/rahumers321POPPy) - [Alif Akbar](https://github.com/alifakbxr) From 0ea6af1c2a57c2c08b17844e30ef78b90e9909b0 Mon Sep 17 00:00:00 2001 From: Gabriel Chagas Date: Thu, 7 Aug 2025 21:38:47 -0300 Subject: [PATCH 0222/2656] Update Contributors.md (#101642) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1c2ae797..6a2845d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1500,3 +1500,4 @@ Eoin O'B - [Maxi Rebolo](https://github.com/MaxiR23) - [Georgios Karampelos](https://github.com/gkarabelos) - [Cristian Nustes](https://github.com/cristiaaann27) +- [Dev Chagas](https://github.com/devchagas) From 7a44cf3b8b692167d10221cf4e0fcf083fc493b5 Mon Sep 17 00:00:00 2001 From: WebX Beyond Date: Fri, 8 Aug 2025 07:50:00 +0600 Subject: [PATCH 0223/2656] Add WebX Beyond to Contributors list (#101644) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6a2845d8..1d47d6b0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors Hey Hi everyone +- [WebX Beyond](https://github.com/webxbeyond) - [Abdul-Jaleel Asani] (https://github.com/Asani-A) - [zdp1](https://github.com/dongpeng6) - [Govinda Kandel](https://github.com/Govindakandel) From 15a7a20d28b12ec53a77068c4915796061af8827 Mon Sep 17 00:00:00 2001 From: shreya-create-glitch Date: Fri, 8 Aug 2025 08:56:18 +0530 Subject: [PATCH 0224/2656] Adding Shreya as Contributor (#101645) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1d47d6b0..d91dc1e6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1502,3 +1502,4 @@ Eoin O'B - [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) \ No newline at end of file From cfd2de29f6bca8d495a6afbd21868ff35f2a3a28 Mon Sep 17 00:00:00 2001 From: chirag <70309029+chirag-bimali@users.noreply.github.com> Date: Fri, 8 Aug 2025 09:41:34 +0545 Subject: [PATCH 0225/2656] Add Chirag Bimali to Contribution list (#101646) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d91dc1e6..0af5c3d2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -455,6 +455,7 @@ The-Yash-is-Joined - [Whrisper](https://github.com/SChrisper) - [Smit Joshi](https://github.com/smit-1z) - [Phillip](gttps://github.com/PhillipSom) +- [Chirag Bimali](https://github.com/chirag-bimali) - [Vinay Joshi](https://github.com/Anigrl) - [nisarg404](https://github.com/nisarg404) - [Sneha Jain](https://github.com/sj11105) From 97d8345c750ba668f938e973c06275bb5bb70286 Mon Sep 17 00:00:00 2001 From: Manjunatha H Date: Fri, 8 Aug 2025 11:02:54 +0530 Subject: [PATCH 0226/2656] added my name (#101649) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0af5c3d2..5c8706e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -457,6 +457,7 @@ The-Yash-is-Joined - [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) - [nisarg404](https://github.com/nisarg404) - [Sneha Jain](https://github.com/sj11105) - [Harsh Verma](https://github.com/hv0911) From 950ec370e8000527ac3b42bf7a7635d36dd471a3 Mon Sep 17 00:00:00 2001 From: Moresh-Mishra <164030104+Moresh-Mishra@users.noreply.github.com> Date: Fri, 8 Aug 2025 11:53:28 +0530 Subject: [PATCH 0227/2656] Add Moresh to Contributors list (#101651) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c8706e3..af1e3700 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ Hey Hi everyone - donman420🍃 - [Nate](https://github.com/ipdor) - Mrunali +-[Moresh](https://github.com/Moresh-Mishra) -[AnantAgarwal07](https://github.com/AnantAgarwal07) doraemon-nobi - Matt From 7e5a21f88e9f98194c2e0a2b9b508357d76b9f1c Mon Sep 17 00:00:00 2001 From: Abhas Gawali <164902471+abhasgawali@users.noreply.github.com> Date: Fri, 8 Aug 2025 14:10:37 +0530 Subject: [PATCH 0228/2656] added-myself (#101652) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index af1e3700..a62bc83a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ Hey Hi everyone - [WebX Beyond](https://github.com/webxbeyond) - [Abdul-Jaleel Asani] (https://github.com/Asani-A) +- [Abhas-Gawali] (https://github.com/abhasgawali) - [zdp1](https://github.com/dongpeng6) - [Govinda Kandel](https://github.com/Govindakandel) - [Vrund Patel](https://github.com/Vrund09) From 886d5b40db718c08f1c6621f8a2b02ab58a0e3b3 Mon Sep 17 00:00:00 2001 From: fa Date: Fri, 8 Aug 2025 15:30:07 +0530 Subject: [PATCH 0229/2656] Add fa to Contributors List (#101653) Co-authored-by: fa --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a62bc83a..b47eb1c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -143,6 +143,7 @@ Shruti Tiwari - [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) From d16ea9ad9e1b84e1a6ce49c32ea96bbcbb287de6 Mon Sep 17 00:00:00 2001 From: Hafiz Umer Farooq Date: Fri, 8 Aug 2025 05:15:09 -0700 Subject: [PATCH 0230/2656] Add Umer to Contributors list (#101654) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b47eb1c8..c7f9e45c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -65,6 +65,7 @@ Shruti Tiwari - [sRs] (https://github.com/SRS30) - AdaltoGunther - [etsu] (https://github.com/etssu) +- [Hafiz Umer Farooq](https://github.com/UmerFarooq9076) - [James Kim](https://github.com/jykim11) - [Rodrigo Furtado](https://github.com/roodrigofurtado) - [il873](https://github.com/il873) From 60b2bb39614945b3578df5cc0368a3a0a499fe9e Mon Sep 17 00:00:00 2001 From: tnosh7 <132877490+tnosh7@users.noreply.github.com> Date: Fri, 8 Aug 2025 22:50:00 +0900 Subject: [PATCH 0231/2656] Add Sunghee Yoon to Contributors list (#101655) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7f9e45c..0bab2a39 100644 --- a/Contributors.md +++ b/Contributors.md @@ -289,6 +289,7 @@ The-Yash-is-Joined - [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) From ada8bbe74459153a60e20774ba986ba0ac62163b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20D=C3=B6hler?= Date: Fri, 8 Aug 2025 10:51:50 -0300 Subject: [PATCH 0232/2656] Update Contributors.md (#101656) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0bab2a39..84dce83d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ Hey Hi everyone -[Karthika Suresh](https://github.com/Karthika125) - donman420🍃 - [Nate](https://github.com/ipdor) +- [Arthur Döhler](https://github.com/herrdohler) - Mrunali -[Moresh](https://github.com/Moresh-Mishra) -[AnantAgarwal07](https://github.com/AnantAgarwal07) @@ -1509,4 +1510,4 @@ Eoin O'B - [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) \ No newline at end of file +- [Shreya Kumari](https://github.com/shreya-create-glitch) From 8d3e80481447c42f2e3b8cae75405a54f635d90c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20D=C3=B6hler?= Date: Fri, 8 Aug 2025 11:04:54 -0300 Subject: [PATCH 0233/2656] Update Contributors.md (#101657) From 3bae6760a6f15221113c165d5e635e11e4a18745 Mon Sep 17 00:00:00 2001 From: Mohamed <61628964+molaraiche@users.noreply.github.com> Date: Fri, 8 Aug 2025 15:19:09 +0100 Subject: [PATCH 0234/2656] add Mohamed Laraiche to Contributors list (#101643) * add Mohamed Laraiche to Contributors list * Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 84dce83d..ccc790b9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1511,3 +1511,4 @@ Eoin O'B - [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) From 43562d3259c1721665c0f66a459260b83d676bd0 Mon Sep 17 00:00:00 2001 From: AkshitGarg054 <137501798+AkshitGarg054@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:36:02 +0530 Subject: [PATCH 0235/2656] Adding Akshit as Contributor (#101658) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ccc790b9..667feb7e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1512,3 +1512,4 @@ Eoin O'B - [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) \ No newline at end of file From 80ad9e37d35fc2d45cf2e02eefb32edcaf0db5b8 Mon Sep 17 00:00:00 2001 From: Koushal kumar Date: Fri, 8 Aug 2025 21:12:59 +0530 Subject: [PATCH 0236/2656] koushal kumar to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index a2202d26..9826cba5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -103,6 +103,8 @@ Anshi - [dreamaker69](https://github.com/dreamaker69) - [Letlhogonolo] (https://github.com/whoIsImai) - [AkashVardhan](https://github.com/akashinferno) + koushal kumar + -[koushalkumar](https://github.com/koushal78) - [TopHat327](https://github.com/TopHat327) -[Bytes Lord](https://github.com/Bram1956) - [Jonathan Kila](https://github.com/Excelsior2021) From 22669f1983f83471f6475842c3b7c63a830ed299 Mon Sep 17 00:00:00 2001 From: Enrique Pastene Aceituno Date: Fri, 8 Aug 2025 12:05:41 -0400 Subject: [PATCH 0237/2656] Add Enrique Gonzalo Pastene Aceituno to Contributors (#101660) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 667feb7e..9fb9fde1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1512,4 +1512,5 @@ Eoin O'B - [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) \ No newline at end of file +- [Akshit Garg](https://github.com/AkshitGarg054) +- [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) \ No newline at end of file From 48517bcf56028f0235e2b99ba78e21a40ca9588b Mon Sep 17 00:00:00 2001 From: WADE REES <134008725+wade-rees-me@users.noreply.github.com> Date: Fri, 8 Aug 2025 10:16:22 -0600 Subject: [PATCH 0238/2656] Add wade-rees-me to Contributors list (#101661) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9fb9fde1..ec64714f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1438,6 +1438,7 @@ Eoin O'B - [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) From b8ebe6ca6e7271edf5e93925c849d201de4dfa11 Mon Sep 17 00:00:00 2001 From: LeeMelzer <114274820+LeeMelzer@users.noreply.github.com> Date: Fri, 8 Aug 2025 11:00:06 -0700 Subject: [PATCH 0239/2656] Adding name to Contributions.md (#101663) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ec64714f..00762ecc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ Hey Hi everyone -[Moresh](https://github.com/Moresh-Mishra) -[AnantAgarwal07](https://github.com/AnantAgarwal07) doraemon-nobi +- Lanky_ - Matt - ayfayfayf - Farsat From 8d4a06bda02c55813ac074cc69df7211dd4a60cf Mon Sep 17 00:00:00 2001 From: Thabeswar <152055296+Thabeswar@users.noreply.github.com> Date: Sat, 9 Aug 2025 00:51:51 +0530 Subject: [PATCH 0240/2656] add thabeswar to Contributors list (#101667) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 00762ecc..41a2eb4c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors Hey Hi everyone - [WebX Beyond](https://github.com/webxbeyond) +- [Thabeswar](https://github.com/Thabeswar) - [Abdul-Jaleel Asani] (https://github.com/Asani-A) - [Abhas-Gawali] (https://github.com/abhasgawali) - [zdp1](https://github.com/dongpeng6) @@ -1515,4 +1516,4 @@ Eoin O'B - [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) \ No newline at end of file +- [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) From 87f2e5592a25b5961610be552f4478a79fbaced3 Mon Sep 17 00:00:00 2001 From: robotGecko239 Date: Fri, 8 Aug 2025 16:22:12 -0400 Subject: [PATCH 0241/2656] something (#101668) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 41a2eb4c..6f690ba6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1422,6 +1422,7 @@ Eoin O'B - [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) From 5136c73b7fd14dd236b73f1ac1bf1b1c888ac130 Mon Sep 17 00:00:00 2001 From: Daniel Mizrachi <60568504+Danny-Web-Dev@users.noreply.github.com> Date: Sat, 9 Aug 2025 00:05:30 +0300 Subject: [PATCH 0242/2656] add myself as a contributor (#101669) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6f690ba6..73e358f7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors Hey Hi everyone - [WebX Beyond](https://github.com/webxbeyond) +- [Mantarey.dev](https://mantarey.dev) - [Thabeswar](https://github.com/Thabeswar) - [Abdul-Jaleel Asani] (https://github.com/Asani-A) - [Abhas-Gawali] (https://github.com/abhasgawali) From 601bb852ac5d618f196638277909d409d1cc4c43 Mon Sep 17 00:00:00 2001 From: MpK <93726318+Blhasn-Sehli@users.noreply.github.com> Date: Fri, 8 Aug 2025 22:49:40 +0100 Subject: [PATCH 0243/2656] "Add Blhasn-Sehli to Contributors list" (#101670) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 73e358f7..6a79b3cf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1519,3 +1519,4 @@ Eoin O'B - [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) From 9a28d54005023b4a871acaef8bcb9e01357f33d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peremil=20Starklint=20S=C3=B6derstr=C3=B6m?= Date: Sat, 9 Aug 2025 00:02:49 +0200 Subject: [PATCH 0244/2656] =?UTF-8?q?added=20Peremil=20S=C3=B6derstr=C3=B6?= =?UTF-8?q?m=20to=20the=20list=20of=20names=20(#101671)?= 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 6a79b3cf..abf36116 100644 --- a/Contributors.md +++ b/Contributors.md @@ -185,6 +185,7 @@ The-Yash-is-Joined - [Pedro Silva](https://github.com/pcconraria) - [qrywo](https://github.com/qrywo) - [ma3ti](https://github.com/ma3ti) +- [Peremil-Söderström] (myinnerscope.com) - [.kim](https//github.com/kim8584) - [Aiman](https://github.com/PX201) - [I-Bex](https://github.com/i-Bex) From a0d295a4ba408784047076c7451bdae3bdcd4caf Mon Sep 17 00:00:00 2001 From: Charalampos Michalakis <123201708+CharioMich@users.noreply.github.com> Date: Sat, 9 Aug 2025 02:52:26 +0300 Subject: [PATCH 0245/2656] Add Charalampos M. to Contributors list (#101672) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index abf36116..ef513254 100644 --- a/Contributors.md +++ b/Contributors.md @@ -729,6 +729,7 @@ Eoin O'B - [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) - [Jon Compton](https://github.com/joncompton) -[Blaine Weiss](https://github.com/BlaineWeiss) From f4106462b271e989e27fa2f6b6f29244772a4b9d Mon Sep 17 00:00:00 2001 From: fatima Date: Sat, 9 Aug 2025 04:13:25 +0100 Subject: [PATCH 0246/2656] Add Fatima to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ef513254..fb15bb7c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,4 @@ -# Contributors +fatimaaa # Contributors Hey Hi everyone - [WebX Beyond](https://github.com/webxbeyond) - [Mantarey.dev](https://mantarey.dev) From c11fa0d0411b1e5b37a79143e9fa7d4631ea2738 Mon Sep 17 00:00:00 2001 From: astrobot-me <72189934+astrobot-me@users.noreply.github.com> Date: Sat, 9 Aug 2025 11:30:00 +0530 Subject: [PATCH 0247/2656] Add Aditya Raj to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ef513254..32d2ff71 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1522,3 +1522,4 @@ Eoin O'B - [Akshit Garg](https://github.com/AkshitGarg054) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Blhassen Sehli](https://github.com/Blhasn-Sehli) +- [Aditya Raj](https://github.com/Astrobot-me) From df51d7e9d8b6e2dceb0b9245ebc803667b68e6b2 Mon Sep 17 00:00:00 2001 From: sammydono <147887883+sammydono@users.noreply.github.com> Date: Fri, 8 Aug 2025 23:00:37 -0700 Subject: [PATCH 0248/2656] Add ,Sammysonovan> to Contributors list (#101675) Co-authored-by: Samuel Donovan --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ef513254..faa413ba 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1522,3 +1522,4 @@ Eoin O'B - [Akshit Garg](https://github.com/AkshitGarg054) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Blhassen Sehli](https://github.com/Blhasn-Sehli) +-[sammydonovan](https://github.com/sammydono) \ No newline at end of file From a3875f814a5d81e478f72fe59f44f9e3514508af Mon Sep 17 00:00:00 2001 From: SRIVATHSAV <191828283+SRIVATHSAV-IITM@users.noreply.github.com> Date: Sat, 9 Aug 2025 11:52:08 +0530 Subject: [PATCH 0249/2656] Update Contributors.md (#101677) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index faa413ba..d7c5ad43 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1488,6 +1488,7 @@ Eoin O'B - [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) From b34ff5219c5cecbd9db0d106152bd9bf8eb82c7b Mon Sep 17 00:00:00 2001 From: spacescribe <98462004+spacescribe@users.noreply.github.com> Date: Sat, 9 Aug 2025 12:29:12 +0530 Subject: [PATCH 0250/2656] Add spacescribe to Contributors list (#101678) Co-authored-by: nandini.choukimath --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d7c5ad43..c7684e5d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1523,4 +1523,5 @@ Eoin O'B - [Akshit Garg](https://github.com/AkshitGarg054) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Blhassen Sehli](https://github.com/Blhasn-Sehli) +- [spacescribe](https://github.com/spacescribe) -[sammydonovan](https://github.com/sammydono) \ No newline at end of file From 9912f6176251fe8b0476468608370fadee1bfaf5 Mon Sep 17 00:00:00 2001 From: ino Date: Sat, 9 Aug 2025 16:36:43 +0900 Subject: [PATCH 0251/2656] Add my name to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d5d80a62..c7c6f3c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5423,3 +5423,4 @@ EricHe - [Aditya Kumar Jha](https://github.com/adityajha77)-hello there, this is my first contribution - [Erika Renau] (https://github.com/erika-renau) -Hello World! - [Harshita Gupta] (https://github.com/hershiee) - Hello folks, this is my first open source contribution +- [darth vader skywalker] (https://github.com/shinsukeinomoto) - Hi team, this is my first open source contribution From 2c674e39327f740db8e945e7e16853c2a9b098cd Mon Sep 17 00:00:00 2001 From: Arjun Sunil <68283469+arjunsunil-boop@users.noreply.github.com> Date: Sat, 9 Aug 2025 13:15:29 +0530 Subject: [PATCH 0252/2656] Add arjunsunil-boop to Contributors list (#101680) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7684e5d..4b889ca9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1515,6 +1515,7 @@ Eoin O'B - [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) - [Georgios Karampelos](https://github.com/gkarabelos) - [Cristian Nustes](https://github.com/cristiaaann27) - [Dev Chagas](https://github.com/devchagas) From 5d520958101426e613c416148acde40abc31198f Mon Sep 17 00:00:00 2001 From: ino Date: Sat, 9 Aug 2025 16:49:00 +0900 Subject: [PATCH 0253/2656] Add dart-vader-skywalker to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7c6f3c8..6cc23967 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5424,3 +5424,4 @@ EricHe - [Erika Renau] (https://github.com/erika-renau) -Hello World! - [Harshita Gupta] (https://github.com/hershiee) - Hello folks, this is my first open source contribution - [darth vader skywalker] (https://github.com/shinsukeinomoto) - Hi team, this is my first open source contribution +- [darth vader skywalker] (https://github.com/shinsukeinomoto) - 2nd. Hi team, this is my first open source contribution From 00f24c0575ad53a2eabcbf896905b2c6eb322d79 Mon Sep 17 00:00:00 2001 From: luis diaz <82885959+luisdiaz327@users.noreply.github.com> Date: Sat, 9 Aug 2025 13:23:08 +0530 Subject: [PATCH 0254/2656] Update Contributors.md (#101681) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4b889ca9..39d8d57c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1525,4 +1525,5 @@ Eoin O'B - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Blhassen Sehli](https://github.com/Blhasn-Sehli) - [spacescribe](https://github.com/spacescribe) --[sammydonovan](https://github.com/sammydono) \ No newline at end of file +-[sammydonovan](https://github.com/sammydono) +-[luisdiaz327](https://github.com/luisdiaz327) From be468b0aee873c4b4692ab987e014c6216fd7b28 Mon Sep 17 00:00:00 2001 From: Noor Abid <134753938+NoorAbid95@users.noreply.github.com> Date: Sat, 9 Aug 2025 18:05:06 +1000 Subject: [PATCH 0255/2656] Add Noor Abid to Contributors list (#101683) Co-authored-by: Noor Abid --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 39d8d57c..a6491ea3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -517,6 +517,7 @@ The-Yash-is-Joined - [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) From 29edace906a19f8ed3a6fd28d0ea521f64ea0e9e Mon Sep 17 00:00:00 2001 From: Angel Sara <116731206+Angelishere@users.noreply.github.com> Date: Sat, 9 Aug 2025 13:38:57 +0530 Subject: [PATCH 0256/2656] Add Angel Sara to Contributors list (#101684) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a6491ea3..5167d3e7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1517,6 +1517,7 @@ Eoin O'B - [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) From bb68fe12f9f086c9f4766769e779dbf905f432e1 Mon Sep 17 00:00:00 2001 From: adith k v <116741112+ZENZEPHY@users.noreply.github.com> Date: Sat, 9 Aug 2025 14:25:12 +0530 Subject: [PATCH 0257/2656] Add Adith K V to Contributors list (#101685) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5167d3e7..ea6a146b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1498,6 +1498,7 @@ Eoin O'B - [Keerthi Geddi](https://github.com/GeddiKeerthi8737) - [Chinmay Pani](https://github.com/chinmay8bit) - [OpenSeeker](https://github.com/OpenSeeker) +- [Adith K V](https://github.com/ZENZEPHY) -[Richa Chaudhary](https://github.com/RICHA-CHAUDHARY) -[Warren MTT](https://github.com/warching) - [Sos Judge] From 7c9d84c5497785ecd4a2a24789f2d5b547f3dca2 Mon Sep 17 00:00:00 2001 From: mattmoodie Date: Sat, 9 Aug 2025 10:41:32 +0100 Subject: [PATCH 0258/2656] Add mattmoodie to contributors list (#101686) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ea6a146b..691fa26e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1530,3 +1530,4 @@ Eoin O'B - [spacescribe](https://github.com/spacescribe) -[sammydonovan](https://github.com/sammydono) -[luisdiaz327](https://github.com/luisdiaz327) +-[mattmoodie](https://github.com/mattmoodie) \ No newline at end of file From fc42d34226ceea682863cf4ae6dc98cba5e36c67 Mon Sep 17 00:00:00 2001 From: Kabz Jose Date: Sat, 9 Aug 2025 12:53:13 +0300 Subject: [PATCH 0259/2656] Add Joseph Ndungu to the contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ea6a146b..75aa81e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1530,3 +1530,4 @@ Eoin O'B - [spacescribe](https://github.com/spacescribe) -[sammydonovan](https://github.com/sammydono) -[luisdiaz327](https://github.com/luisdiaz327) +-[Joseph Ndungu](https://github.com/Kabzjose) \ No newline at end of file From 60f2fc55c61a26da503dbd05b08f53b4b6fd5652 Mon Sep 17 00:00:00 2001 From: SdkEtci <126989483+SdkEtci@users.noreply.github.com> Date: Sat, 9 Aug 2025 13:46:17 +0300 Subject: [PATCH 0260/2656] Add SdkEtci to Contributors list (#101688) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 691fa26e..94398e4f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ Shruti Tiwari - [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) - [whiteaxesing](https://https://github.com/whiteaxesing) - [Hemant-Dua](https://github.com/Hemant-Dua) From 9d5d5bab234cdc01dddb45c51b642de8ddbb25c0 Mon Sep 17 00:00:00 2001 From: Likhitha-talent Date: Sat, 9 Aug 2025 17:18:29 +0530 Subject: [PATCH 0261/2656] Add Likhitha Shree L C to Contributors list (#101690) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 94398e4f..c3c829c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1531,4 +1531,5 @@ Eoin O'B - [spacescribe](https://github.com/spacescribe) -[sammydonovan](https://github.com/sammydono) -[luisdiaz327](https://github.com/luisdiaz327) --[mattmoodie](https://github.com/mattmoodie) \ No newline at end of file +-[mattmoodie](https://github.com/mattmoodie) +- [Likhitha Shree L C](https://github.com/Likhitha-talent) \ No newline at end of file From fe7563565772b01db9e4e65acd6eaae33697ef26 Mon Sep 17 00:00:00 2001 From: Asabul Hossain Mondal <208278971+asabulmondal@users.noreply.github.com> Date: Sat, 9 Aug 2025 17:51:03 +0530 Subject: [PATCH 0262/2656] Add Asabul to Contributors list (#101691) Thank you! Co-authored-by: Asabul Hossain Mondal <208278971.asabulmondal@users.noreply.github.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c3c829c2..44ad1a6c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors Hey Hi everyone +- [Asabul Hossain Mondal](https://github.com/asabulmondal) - [WebX Beyond](https://github.com/webxbeyond) - [Mantarey.dev](https://mantarey.dev) - [Thabeswar](https://github.com/Thabeswar) From facb9a8fa86e039b7c8e2259c93b9846e8e84f06 Mon Sep 17 00:00:00 2001 From: Vani Narwani <139327400+VaniNarwani23@users.noreply.github.com> Date: Sat, 9 Aug 2025 18:39:53 +0530 Subject: [PATCH 0263/2656] Add Vani Narwani to Contributors list (#101692) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 44ad1a6c..d02a1761 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1487,6 +1487,7 @@ Eoin O'B - [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) - [Siddhant Gadekar](https://github.com/Siddhantdotddev) From d00ed93c172e049a3447b8d8ed66f68855be7def Mon Sep 17 00:00:00 2001 From: vaibhav patidar <90093473+VaibhavPatidar26@users.noreply.github.com> Date: Sat, 9 Aug 2025 19:14:40 +0530 Subject: [PATCH 0264/2656] Add Vaibhav Patidar to Contributors list (#101693) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d02a1761..d27d20ce 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1534,4 +1534,5 @@ Eoin O'B -[sammydonovan](https://github.com/sammydono) -[luisdiaz327](https://github.com/luisdiaz327) -[mattmoodie](https://github.com/mattmoodie) -- [Likhitha Shree L C](https://github.com/Likhitha-talent) \ No newline at end of file +- [Likhitha Shree L C](https://github.com/Likhitha-talent) +- [Vaibhav Patidar](https://github.com/VaibhavPatidar26) From 7f8d1dfdb927e9be8e12d5c9be5d340434528502 Mon Sep 17 00:00:00 2001 From: chiragveerwani Date: Sat, 9 Aug 2025 19:27:52 +0530 Subject: [PATCH 0265/2656] Add chirag to Contributors list (#101694) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d27d20ce..0b511d14 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ Hey Hi everyone -[Karthika Suresh](https://github.com/Karthika125) - donman420🍃 - [Nate](https://github.com/ipdor) +- [Chirg Veerwani](https://github.com/chiragveerwani) - [Arthur Döhler](https://github.com/herrdohler) - Mrunali -[Moresh](https://github.com/Moresh-Mishra) From 05fcb4a4a673dfb0160a3e0680048901fe33d2c6 Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Khan Date: Sat, 9 Aug 2025 19:55:20 +0500 Subject: [PATCH 0266/2656] Added Muhammad Hamza Khan to the contributors list (#101696) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0b511d14..fbe19fd4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1537,3 +1537,4 @@ Eoin O'B -[mattmoodie](https://github.com/mattmoodie) - [Likhitha Shree L C](https://github.com/Likhitha-talent) - [Vaibhav Patidar](https://github.com/VaibhavPatidar26) +[Muhammad Hamza Khan](https://github.com/orion-pax09) From 5546467b852063376abe4f6f964da3f732b0ed77 Mon Sep 17 00:00:00 2001 From: Rohith Macharla <131743218+RohithMacharla11@users.noreply.github.com> Date: Sat, 9 Aug 2025 20:33:44 +0530 Subject: [PATCH 0267/2656] Add Rohith Macharla to Contributors list (#101697) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fbe19fd4..f31820f6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors Hey Hi everyone +- [Rohith Macharla](https://github.com/RohithMacharla11) - [Asabul Hossain Mondal](https://github.com/asabulmondal) - [WebX Beyond](https://github.com/webxbeyond) - [Mantarey.dev](https://mantarey.dev) From c9a3c17108c59a89176a920a0bef266a736b95c8 Mon Sep 17 00:00:00 2001 From: Rajat Kumar Rathore Date: Sat, 9 Aug 2025 20:57:57 +0530 Subject: [PATCH 0268/2656] Add realrkrathore to Contributors list (#101698) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f31820f6..467fca4e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -72,6 +72,7 @@ Shruti Tiwari - [sRs] (https://github.com/SRS30) - AdaltoGunther - [etsu] (https://github.com/etssu) +- [realrkrathore] (https://github.com/realrkrathore) - [Hafiz Umer Farooq](https://github.com/UmerFarooq9076) - [James Kim](https://github.com/jykim11) - [Rodrigo Furtado](https://github.com/roodrigofurtado) From f0d7bb5926f3931c2a34295e3bc0bc051ac33927 Mon Sep 17 00:00:00 2001 From: Torben Kahnert <54624734+tmak2002@users.noreply.github.com> Date: Sat, 9 Aug 2025 18:22:15 +0200 Subject: [PATCH 0269/2656] Add Torben Kahnert to Contributors list (#101700) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 467fca4e..24146bd9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -128,6 +128,7 @@ Shruti Tiwari - [Ramu Deyyam](https://github.com/Ramu-Deyyam) - [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) From a91c054d89bb4bd6ab01c933a5c0936ccdae182e Mon Sep 17 00:00:00 2001 From: Himansu Mallik Date: Sat, 9 Aug 2025 22:45:28 +0530 Subject: [PATCH 0270/2656] add himansu mallik to contributers.md (#101701) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 24146bd9..ab7e568c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ doraemon-nobi - [Sai Oan Hseng Hurk](https://github.com/Senghurk) - Caroline Hall Shruti Tiwari +- Himansu Mallik - Abdullah Zulfiqar(https://github.com/AbdullahZulfiqar2005) - [codemikemike](https://github.com/codemikemike) - [raghav](https://github.com/raghavvag) From 4a594e39d97d8ff6ce159c17b7eb8ec71de9a32b Mon Sep 17 00:00:00 2001 From: Zanara <36510575+Zanara@users.noreply.github.com> Date: Sat, 9 Aug 2025 23:01:00 +0530 Subject: [PATCH 0271/2656] Added Pradeep Raj Savarapu to Contributors list (#101702) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ab7e568c..2bfb37c5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1542,3 +1542,4 @@ Eoin O'B - [Likhitha Shree L C](https://github.com/Likhitha-talent) - [Vaibhav Patidar](https://github.com/VaibhavPatidar26) [Muhammad Hamza Khan](https://github.com/orion-pax09) +- [Pradeep Raj Savarapu] (https://github.com/Zanara) From 16c0933d8af218efb3c49d724d55185e1fb2cd7f Mon Sep 17 00:00:00 2001 From: Pritha Maity <117790222+PrithaMaity@users.noreply.github.com> Date: Sat, 9 Aug 2025 23:21:15 +0530 Subject: [PATCH 0272/2656] Prith Maity Added (#101704) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2bfb37c5..54c91ea0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -179,6 +179,7 @@ Hager - [jpbellizia](https://github.com/jpbellizia) The-Yash-is-Joined - [addpd](https://github.com/addpd) +- [Pritha Maity](https://github.com/PrithaMaity) - [oompf](https://github.com/oompf) [Louis Lu](https://github.com/yanlu778) - [SHP](https://github.com/Su-Hnin) From a8da6847149283c19d2c0c8c7a0c73d7a37581b9 Mon Sep 17 00:00:00 2001 From: Jose Nieto <39203886+nietojose10@users.noreply.github.com> Date: Sat, 9 Aug 2025 13:56:48 -0600 Subject: [PATCH 0273/2656] Add jose-nieto to Contributors list (#101705) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 54c91ea0..e541dd2c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ Hey Hi everyone - [Govinda Kandel](https://github.com/Govindakandel) - [Vrund Patel](https://github.com/Vrund09) - [Pierre](https://github.com/wiizzl) +- [Jose Nieto](https://github.com/nietojose10) - [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) - [Muhammad Rafay Asif](https://github.com/muhammadrafayasif) From 744ebf6854e968fbef76a4c3119026aa8217fb0f Mon Sep 17 00:00:00 2001 From: Rahul Parihar <141852683+Parihar-Dev@users.noreply.github.com> Date: Sun, 10 Aug 2025 01:33:16 +0530 Subject: [PATCH 0274/2656] Add Rahul to Contributors list (#101706) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e541dd2c..56e056f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -708,6 +708,7 @@ Eoin O'B - [Laurian Iacob](https://github.com/iLaurian) - [Fikre Tesfay](https://github.com/fikre4444) - [LukaGakhokidze](https://github.com/Luka288) +- [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) From 4fa6e8605ee8a3fffda924c9b0de6f69fdf2474c Mon Sep 17 00:00:00 2001 From: Rishabh Sharma Date: Sat, 9 Aug 2025 19:59:14 -0400 Subject: [PATCH 0275/2656] Rishabh Sharma to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 41a2eb4c..f9e2d394 100644 --- a/Contributors.md +++ b/Contributors.md @@ -664,6 +664,7 @@ Eoin O'B - [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) - [HVentura 👋](https://github.com/hventura) - [Amit Patil](https://github.com/meAmitPatil) @@ -1516,4 +1517,4 @@ Eoin O'B - [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) +- [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) \ No newline at end of file From b4cd4c8af64a58ecf7aa2b7b8dc55b95d26491bb Mon Sep 17 00:00:00 2001 From: frameghostman <96729917+frameghostman@users.noreply.github.com> Date: Sun, 10 Aug 2025 09:04:57 +0900 Subject: [PATCH 0276/2656] Add my-name to Contributors list (#101708) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 56e056f2..8a480a48 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ Hey Hi everyone - [Satrap18](https://github.com/Satrap18) - [Muhammad Rafay Asif](https://github.com/muhammadrafayasif) - [Pushpesh](https://github.com/impushpesh) +- [fireghostman](https://github.com/frameghostman) - [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) From c88a663f0288c2809f6f7688b255f8124a832ed0 Mon Sep 17 00:00:00 2001 From: Brad Jones Date: Sat, 9 Aug 2025 21:46:37 -0400 Subject: [PATCH 0277/2656] Add Bradford Jones to Contributors list (#101709) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8a480a48..fc779f9b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -163,6 +163,7 @@ Ukashatu Abdullahi - [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) - [Dwaine](https://github.com/DwaineBrannon) - [zzb](https://github.com/zbrun) From 63ed88c24a2a3388d75d7498f5f008b01ff065ba Mon Sep 17 00:00:00 2001 From: Shardul Hirolikar <133876079+shiro1307@users.noreply.github.com> Date: Sun, 10 Aug 2025 10:09:46 +0530 Subject: [PATCH 0278/2656] Add Shardul Hirolikar to Contributors list (#101712) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fc779f9b..c92543e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -709,6 +709,7 @@ Eoin O'B - [Ravi singh](https://github.com/ravir0ushan) - [Laurian Iacob](https://github.com/iLaurian) - [Fikre Tesfay](https://github.com/fikre4444) +- [Shardul Hirolikar](https://github.com/shiro1307) - [LukaGakhokidze](https://github.com/Luka288) - [Rahul Parihar](https://github.com/Parihar-Dev) - [Taha Tariq](https://github.com/tahatariq19) From 38b3f856de2a738114738640ed362cf53719dff9 Mon Sep 17 00:00:00 2001 From: Devesh Vijay Patil Date: Sun, 10 Aug 2025 11:40:53 +0530 Subject: [PATCH 0279/2656] Devesh Patil to Contributors list (#101714) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c92543e1..140caee3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1549,3 +1549,4 @@ Eoin O'B - [Vaibhav Patidar](https://github.com/VaibhavPatidar26) [Muhammad Hamza Khan](https://github.com/orion-pax09) - [Pradeep Raj Savarapu] (https://github.com/Zanara) +-[Devesh Patil](https://github.com/DeveshPatill) From 02206788129ffe0aad4d056d52d4114c949a050a Mon Sep 17 00:00:00 2001 From: Madhav Sreejith Date: Sun, 10 Aug 2025 11:48:57 +0530 Subject: [PATCH 0280/2656] Madhav Sreejith to Contributors list (#101715) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 140caee3..ef9ca6ac 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ doraemon-nobi - [WobL256](https://github.com/WobL256) - [S1ngularty](https://github.com/S1ngularty) - [Sai Oan Hseng Hurk](https://github.com/Senghurk) +- [Madhav Sreejith](http://github.com/madhav-sreejith) - Caroline Hall Shruti Tiwari - Himansu Mallik From 95698d96deaf97e005611f3f6f5cfb776d8feaaf Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sun, 10 Aug 2025 08:56:47 +0200 Subject: [PATCH 0281/2656] Update Contributors.md --- Contributors.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Contributors.md b/Contributors.md index ef9ca6ac..b5ddaa56 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,12 +1,11 @@ # Contributors -Hey Hi everyone - [Rohith Macharla](https://github.com/RohithMacharla11) - [Asabul Hossain Mondal](https://github.com/asabulmondal) - [WebX Beyond](https://github.com/webxbeyond) - [Mantarey.dev](https://mantarey.dev) - [Thabeswar](https://github.com/Thabeswar) -- [Abdul-Jaleel Asani] (https://github.com/Asani-A) -- [Abhas-Gawali] (https://github.com/abhasgawali) +- [Abdul-Jaleel Asani](https://github.com/Asani-A) +- [Abhas-Gawali](https://github.com/abhasgawali) - [zdp1](https://github.com/dongpeng6) - [Govinda Kandel](https://github.com/Govindakandel) - [Vrund Patel](https://github.com/Vrund09) @@ -23,15 +22,15 @@ Hey Hi everyone - [Dhanjit Nath](https://github.com/developerDhanjit) - [Aryan Gusain](https://github.com/aryangusain) - [Joshua❤️Prashanth](https://github.com/JoshuaPrashanth) --[Karthika Suresh](https://github.com/Karthika125) +- [Karthika Suresh](https://github.com/Karthika125) - donman420🍃 - [Nate](https://github.com/ipdor) - [Chirg Veerwani](https://github.com/chiragveerwani) - [Arthur Döhler](https://github.com/herrdohler) - Mrunali --[Moresh](https://github.com/Moresh-Mishra) --[AnantAgarwal07](https://github.com/AnantAgarwal07) -doraemon-nobi +- [Moresh](https://github.com/Moresh-Mishra) +- [AnantAgarwal07](https://github.com/AnantAgarwal07) +- doraemon-nobi - Lanky_ - Matt - ayfayfayf From ffb379db0b2f346b40d9ecf5fb7f94ec1513259b Mon Sep 17 00:00:00 2001 From: sousai <69878654+saisai-web@users.noreply.github.com> Date: Sun, 10 Aug 2025 16:11:37 +0900 Subject: [PATCH 0282/2656] saiki kohei to Contributors list (#101716) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b5ddaa56..4a08d96f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ - [Thabeswar](https://github.com/Thabeswar) - [Abdul-Jaleel Asani](https://github.com/Asani-A) - [Abhas-Gawali](https://github.com/abhasgawali) +- [saiki kohei](https://github.com/saisai-web) - [zdp1](https://github.com/dongpeng6) - [Govinda Kandel](https://github.com/Govindakandel) - [Vrund Patel](https://github.com/Vrund09) From 9d7c27913f28218c33ca74ab2744235bdd0478d4 Mon Sep 17 00:00:00 2001 From: GorkemKaygisiz <136160514+GorkemKaygisiz@users.noreply.github.com> Date: Sun, 10 Aug 2025 11:58:00 +0300 Subject: [PATCH 0283/2656] Add Gorkem Kaygisiz to contributors list (#101718) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a98fd40..a7ec8a5e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1109,6 +1109,7 @@ Eoin O'B - [Abhishek Soni](https://github.com/abhisheksoni27) - [Antonio Santos](https://github.com/Antonio413100) - [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) From eb126cb77872818e051896d4a492086d7b9f2ecc Mon Sep 17 00:00:00 2001 From: Talha2195 Date: Sun, 10 Aug 2025 12:02:31 +0300 Subject: [PATCH 0284/2656] Add Talha to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a85a31ee..659b71ca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5257,6 +5257,7 @@ asd - [andy](https://github.com/andygittt) just getting started - [ilich](https://github.com/ilichsfo) just getting started - [lozio](https://github.com/loziofra) just getting started +- [Talha](https://github.com/Talha2195) Hello from Qatar! - [mingo](https://github.com/magicbox86) my first time - [jago](https://github.com/jaghito) my first - [thierry](https://github.com/thieazan) wowowo @@ -5419,4 +5420,4 @@ EricHe - [Garima Saxena](https://github.com/Garima-Saxena-2260) - This is my first open source contribution. - [Anish Sheganti](https://github.com/Anish-Sheganti)- Hello there, This is my first open source contribution - [Aditya Kumar Jha](https://github.com/adityajha77)-hello there, this is my first contribution -- [Erika Renau] (https://github.com/erika-renau) -Hello World! \ No newline at end of file +- [Erika Renau] (https://github.com/erika-renau) -Hello World! From 4fe58b7e4a085a013ec7e036268733359f8e770e Mon Sep 17 00:00:00 2001 From: Prasad Sapkal <153162058+prasadsapkal55@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:35:22 +0530 Subject: [PATCH 0285/2656] Add Prasad Sapkal to Contributors list (#101720) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a7ec8a5e..137b642d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ Shruti Tiwari - [jokalu-it](Grüße :D) - [Sakshi Patade](https://github.com/Sakshipatade) - [Krishna Manohar Reddy] +- [Prasad Sapkal](https://github.com/prasadsapkal55) - [Sarthak Sharma](https://github.com/Srthk-Shrm) [Chandana shetty] - [Medrine Mulindi](https://github.com/Mulindi123) From c8d038d81c66922328775f885da8f7a2849bade5 Mon Sep 17 00:00:00 2001 From: AdrianPCM <213585876+AdrianPCM@users.noreply.github.com> Date: Sun, 10 Aug 2025 18:15:10 +0800 Subject: [PATCH 0286/2656] Added Adrian PC M to Contributors List (#101722) Co-authored-by: AdrianPCM <150249059+ampc036@users.noreply.github.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 137b642d..ef4e2445 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1553,3 +1553,4 @@ Eoin O'B [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) \ No newline at end of file From f047f8082bbcd1b80503028fac24527adfadcca1 Mon Sep 17 00:00:00 2001 From: Kieran Jenkins <56263259+Jenkksss@users.noreply.github.com> Date: Sun, 10 Aug 2025 11:43:38 +0100 Subject: [PATCH 0287/2656] - Added name to contributers (#101723) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ef4e2445..f3b42e5b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1553,4 +1553,5 @@ Eoin O'B [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) \ No newline at end of file +- [Adrian PC M](https://github.com/AdrianPCM) +- [Jenkkss] \ No newline at end of file From de275036e64216ae47e0b14f7815e9047baf4db2 Mon Sep 17 00:00:00 2001 From: Samia Date: Sun, 10 Aug 2025 16:42:20 +0530 Subject: [PATCH 0288/2656] Add Samia-sh to Contributors list (#101724) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f3b42e5b..2b81cf14 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [WebX Beyond](https://github.com/webxbeyond) - [Mantarey.dev](https://mantarey.dev) - [Thabeswar](https://github.com/Thabeswar) +- [Samia-sh](https://github.com/samia-code0) - [Abdul-Jaleel Asani](https://github.com/Asani-A) - [Abhas-Gawali](https://github.com/abhasgawali) - [saiki kohei](https://github.com/saisai-web) From 98124253896933ca013879b66cc6168643d2a5e3 Mon Sep 17 00:00:00 2001 From: V-Code Date: Sun, 10 Aug 2025 16:57:39 +0530 Subject: [PATCH 0289/2656] Add Ganesh R to Contributors list (#101726) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2b81cf14..8765f3fb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1511,6 +1511,7 @@ Eoin O'B - [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) From c049d604523991c1b103a4c9ba045bcaa15f1fda Mon Sep 17 00:00:00 2001 From: Uttej Dunga <153165100+uttejdunga@users.noreply.github.com> Date: Sun, 10 Aug 2025 17:39:47 +0530 Subject: [PATCH 0290/2656] Add Uttej Dunga to Contributors list (#101728) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8765f3fb..239aa817 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1421,6 +1421,7 @@ Eoin O'B - [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) From f5f4da89ea3355b71f3ee898c6d62ede1becaf12 Mon Sep 17 00:00:00 2001 From: Akhilanandateja Sanga Date: Sun, 10 Aug 2025 19:56:54 +0530 Subject: [PATCH 0291/2656] add Akhilanandateja Sanga to Contributors list (#101731) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 239aa817..8af1e52f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Rohith Macharla](https://github.com/RohithMacharla11) +- [Akhilanandateja Sanga](https://github.com/Akhilanandateja) - [Asabul Hossain Mondal](https://github.com/asabulmondal) - [WebX Beyond](https://github.com/webxbeyond) - [Mantarey.dev](https://mantarey.dev) From 17fe64b299b2ec092c17ea6b98f4b92a6f9761ca Mon Sep 17 00:00:00 2001 From: rice-mountain <53399348+rice-mountain@users.noreply.github.com> Date: Sun, 10 Aug 2025 23:33:51 +0900 Subject: [PATCH 0292/2656] Add rice-mountain to Contributors list (#101732) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8af1e52f..38899a06 100644 --- a/Contributors.md +++ b/Contributors.md @@ -927,6 +927,7 @@ Eoin O'B - [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) - [SANJAY KUMAR](https://github.com/sanjaydeepak) From 6edf967141f733785c2e618038a058c8303c9924 Mon Sep 17 00:00:00 2001 From: Muhammad Bello Ayuba <60035968+devmab24@users.noreply.github.com> Date: Sun, 10 Aug 2025 16:47:10 +0100 Subject: [PATCH 0293/2656] Add Muhammad Ayyub to Contributors list (#101733) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 38899a06..88af955a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,4 @@ -# Contributors +git# Contributors - [Rohith Macharla](https://github.com/RohithMacharla11) - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) - [Asabul Hossain Mondal](https://github.com/asabulmondal) @@ -360,6 +360,7 @@ The-Yash-is-Joined -[pouriya](https://github.com/thepouriyahmn) - [Stephen Ng](https://github.com/snust) - [MayLeaf](https://github.com/may-leaf) +- [Muhammad Ayyub](https://github.com/devmab24) - [foxdefalt](https://github.com/D-f4lt) - [mohana0304](https://github.com/mohana0304) - [Mr. kumar](https://github.com/krMr.7) From 679499e80b88c0f3b71b12acbd965398f71c2ade Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sun, 10 Aug 2025 18:33:58 +0200 Subject: [PATCH 0294/2656] Update Contributors.md --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 88af955a..36efb71c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,4 @@ -git# Contributors +# Contributors - [Rohith Macharla](https://github.com/RohithMacharla11) - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) - [Asabul Hossain Mondal](https://github.com/asabulmondal) @@ -1560,4 +1560,4 @@ Eoin O'B - [Pradeep Raj Savarapu] (https://github.com/Zanara) -[Devesh Patil](https://github.com/DeveshPatill) - [Adrian PC M](https://github.com/AdrianPCM) -- [Jenkkss] \ No newline at end of file +- [Jenkkss] From 351cc849bbf251b24f890f408009cc4b5f4309c1 Mon Sep 17 00:00:00 2001 From: Raphael <128323649+Raphael-W@users.noreply.github.com> Date: Sun, 10 Aug 2025 19:03:26 +0200 Subject: [PATCH 0295/2656] Add Raphael-W to Contributors list (#101734) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 36efb71c..d02c67ce 100644 --- a/Contributors.md +++ b/Contributors.md @@ -76,6 +76,7 @@ Shruti Tiwari - Abdullah Zulfiqar(https://github.com/AbdullahZulfiqar2005) - [codemikemike](https://github.com/codemikemike) - [raghav](https://github.com/raghavvag) +- [Raphael-W](https://github.com/Raphael-W) - [sRs] (https://github.com/SRS30) - AdaltoGunther - [etsu] (https://github.com/etssu) From 5015b9dc38ff499ed8c2f13d02398e0a61f7d843 Mon Sep 17 00:00:00 2001 From: Rumesha Date: Sun, 10 Aug 2025 23:55:54 +0530 Subject: [PATCH 0296/2656] added to first-contributions --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 47ebc906..daf126d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1483,4 +1483,4 @@ Eoin O'B - [Rohit Mahajan](https://github.com/Rohit273848) - [Ajay Anand](https://https://github.com/AJrelapse) - [corrix0](https://github.com/corrix0) -- [Rumesha Ansari](https://github.com/Rumesha400) \ No newline at end of file +- [Rumesha I. Ansari](https://github.com/Rumesha400) \ No newline at end of file From 122246a43675df4a833bd8ac5c93bd5b4ec1dbdd Mon Sep 17 00:00:00 2001 From: Hariharasudhan M <146969897+Harimhs@users.noreply.github.com> Date: Mon, 11 Aug 2025 00:24:17 +0530 Subject: [PATCH 0297/2656] Add Hariharasudhan M to Contributors list (#101736) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d02c67ce..4e92106f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1562,3 +1562,4 @@ Eoin O'B -[Devesh Patil](https://github.com/DeveshPatill) - [Adrian PC M](https://github.com/AdrianPCM) - [Jenkkss] +- [Hariharasudhan M](https://github.com/Harimhs) \ No newline at end of file From b9f0b87a8e8c7ce0a6843a622b769271fdd07019 Mon Sep 17 00:00:00 2001 From: KoriKosmos <90063618+KoriKosmos@users.noreply.github.com> Date: Sun, 10 Aug 2025 20:01:50 +0100 Subject: [PATCH 0298/2656] Add Kori Kosmos to Contributors list (#101737) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4e92106f..7f1d77fc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1562,4 +1562,5 @@ Eoin O'B -[Devesh Patil](https://github.com/DeveshPatill) - [Adrian PC M](https://github.com/AdrianPCM) - [Jenkkss] -- [Hariharasudhan M](https://github.com/Harimhs) \ No newline at end of file +- [Hariharasudhan M](https://github.com/Harimhs) +- [Kori Kosmos](https://github.com/KoriKosmos) \ No newline at end of file From 0fed28a819b713ceb8c9af52bc147dd77242b955 Mon Sep 17 00:00:00 2001 From: f4ithful Date: Sun, 10 Aug 2025 19:34:07 +0000 Subject: [PATCH 0299/2656] Add f4ithful to Contributors List (#101738) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7f1d77fc..83209cfe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -28,6 +28,7 @@ - [Joshua❤️Prashanth](https://github.com/JoshuaPrashanth) - [Karthika Suresh](https://github.com/Karthika125) - donman420🍃 +- [faithful](https://github.com/f4ithful) - [Nate](https://github.com/ipdor) - [Chirg Veerwani](https://github.com/chiragveerwani) - [Arthur Döhler](https://github.com/herrdohler) @@ -1563,4 +1564,4 @@ Eoin O'B - [Adrian PC M](https://github.com/AdrianPCM) - [Jenkkss] - [Hariharasudhan M](https://github.com/Harimhs) -- [Kori Kosmos](https://github.com/KoriKosmos) \ No newline at end of file +- [Kori Kosmos](https://github.com/KoriKosmos) From 196297d19d2830444fe0dde0a728f6f71b3963d2 Mon Sep 17 00:00:00 2001 From: MattiasThomasson Date: Sun, 10 Aug 2025 22:36:07 +0200 Subject: [PATCH 0300/2656] Add your-name to Contributors list (#101740) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 83209cfe..3037639a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -42,6 +42,7 @@ - Farsat - [Farman Ali](https://github.com/farman-cloud) - [Sam Ruiz](https://github.com/LiebesleidSam) +- Mattias Thomasson (https://github.com/MattiasThomasson) - [Aditya Semalti](https://github.com/adityasemalti) - [Aniketan Vijapur](https://github.com/Aniketan01) - [JacobLeeDavis](https://github.com/jacobleedavis) From 7af8655fca542429860d4b1a82825654d1c29451 Mon Sep 17 00:00:00 2001 From: Elkana Finish <1elkana1@gmail.com> Date: Mon, 11 Aug 2025 00:00:58 +0300 Subject: [PATCH 0301/2656] Add my name to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d02c67ce..ec6722da 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1562,3 +1562,4 @@ Eoin O'B -[Devesh Patil](https://github.com/DeveshPatill) - [Adrian PC M](https://github.com/AdrianPCM) - [Jenkkss] +ElkaFi - first contribution practice From 085a3ee1713a9825bf1c6c7707dd95bdc192786b Mon Sep 17 00:00:00 2001 From: Elkana Finish <93904051+1elkana1@users.noreply.github.com> Date: Mon, 11 Aug 2025 00:06:24 +0300 Subject: [PATCH 0302/2656] Add my name to contributors list (#101741) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3037639a..da1ffbe1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1566,3 +1566,4 @@ Eoin O'B - [Jenkkss] - [Hariharasudhan M](https://github.com/Harimhs) - [Kori Kosmos](https://github.com/KoriKosmos) +ElkaFi - first contribution practice \ No newline at end of file From f9b6e3e4ac1fa3e9994a9157074df8a15ae8598d Mon Sep 17 00:00:00 2001 From: Elkana Finish <1elkana1@gmail.com> Date: Mon, 11 Aug 2025 00:13:33 +0300 Subject: [PATCH 0303/2656] Improve my contributors entry --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ec6722da..0ba022d9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1562,4 +1562,4 @@ Eoin O'B -[Devesh Patil](https://github.com/DeveshPatill) - [Adrian PC M](https://github.com/AdrianPCM) - [Jenkkss] -ElkaFi - first contribution practice + - ElkaFi From 7242ee9aa2df4fcbef4a2209dba4f47ac474fbdd Mon Sep 17 00:00:00 2001 From: Oaken Date: Sun, 10 Aug 2025 17:38:32 -0600 Subject: [PATCH 0304/2656] =?UTF-8?q?Add=20Andr=C3=A9s=20M=20to=20Contribu?= =?UTF-8?q?tors=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index da1ffbe1..3923033a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ -# Contributors + Contributors +- [Andrés M](https://github.com/Miuns1) - [Rohith Macharla](https://github.com/RohithMacharla11) - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) - [Asabul Hossain Mondal](https://github.com/asabulmondal) @@ -1566,4 +1567,4 @@ Eoin O'B - [Jenkkss] - [Hariharasudhan M](https://github.com/Harimhs) - [Kori Kosmos](https://github.com/KoriKosmos) -ElkaFi - first contribution practice \ No newline at end of file +ElkaFi - first contribution practice From 7ba03879c0e8c67a851c6af3836550b5133c20ed Mon Sep 17 00:00:00 2001 From: Akhilanandateja Sanga Date: Mon, 11 Aug 2025 06:27:00 +0530 Subject: [PATCH 0305/2656] add Akhilanandateja Sanga to Contributors list (#101743) From 6f17754305e924334064788b6049bbe1a43af946 Mon Sep 17 00:00:00 2001 From: tomasbennett Date: Mon, 11 Aug 2025 02:12:04 +0100 Subject: [PATCH 0306/2656] Add tomasbennett github account and my name to contributors list (#101744) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index da1ffbe1..9fc063fc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -156,6 +156,7 @@ Shruti Tiwari - [Bam](https://github.com/QBJ08) - [Kavya Vadla](https://github.com/kvadla06) - [dfdavila2](https://github.com/dfdavila2) +- [tomasbennett](https://github.com/tomasbennett) - [Jerry](https://github.com/SniperRaccoon) - [richarddalves](https://github.com/richarddalves) - [Gabe Dorval](https://github.com/gabedorval589) From 27711e230890aaddbbddf5931ce321ed7e384f88 Mon Sep 17 00:00:00 2001 From: Athmi-K <160697927+Athmi-K@users.noreply.github.com> Date: Mon, 11 Aug 2025 07:37:12 +0530 Subject: [PATCH 0307/2656] My first commit (#101745) Co-authored-by: Athmi --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9fc063fc..a3d01854 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1469,6 +1469,7 @@ Eoin O'B - [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) @@ -1566,5 +1567,5 @@ Eoin O'B - [Adrian PC M](https://github.com/AdrianPCM) - [Jenkkss] - [Hariharasudhan M](https://github.com/Harimhs) -- [Kori Kosmos](https://github.com/KoriKosmos) +- [Kori Kosmos](https://github.com/KoriKosmos). ElkaFi - first contribution practice \ No newline at end of file From 1f986c182b32e1371f5a5527650558a512808c52 Mon Sep 17 00:00:00 2001 From: Theinkha Aung Date: Mon, 11 Aug 2025 08:54:27 +0630 Subject: [PATCH 0308/2656] Add tka to Contributors list (#101746) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a3d01854..e7981a00 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ - [Nate](https://github.com/ipdor) - [Chirg Veerwani](https://github.com/chiragveerwani) - [Arthur Döhler](https://github.com/herrdohler) +-[tka][https://github.com/theinkhaaung007] - Mrunali - [Moresh](https://github.com/Moresh-Mishra) - [AnantAgarwal07](https://github.com/AnantAgarwal07) From 70e9e305bc01696754db33e1755eaa937db7018b Mon Sep 17 00:00:00 2001 From: AdvikHegde <145347118+AdvikHegde@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:28:21 +0530 Subject: [PATCH 0309/2656] Add AdvikHegde to Contributors list (#101748) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e7981a00..e18c0b15 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Rohith Macharla](https://github.com/RohithMacharla11) +- [Advik Hegde](https://github.com/AdvikHegde) - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) - [Asabul Hossain Mondal](https://github.com/asabulmondal) - [WebX Beyond](https://github.com/webxbeyond) From d49701c1b0507e3cf49697067d911e22dadec9a0 Mon Sep 17 00:00:00 2001 From: Dev Gaonkar Date: Mon, 11 Aug 2025 09:38:09 +0530 Subject: [PATCH 0310/2656] Add DevGaonkar to Contributors list (#101749) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e18c0b15..8c31ff2a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Dev Gaonkar](https://github.com/DevGaonkar) - [Rohith Macharla](https://github.com/RohithMacharla11) - [Advik Hegde](https://github.com/AdvikHegde) - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) From 9b15efe8587b57c643f41d2bba9fa7383808b5a4 Mon Sep 17 00:00:00 2001 From: saptarsiDebnath98 <52876923+saptarsidebnath98@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:08:08 +0530 Subject: [PATCH 0311/2656] Add Saptarsi Debnath to the Contributors list (#101751) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8c31ff2a..0b9f4b20 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) - [Asabul Hossain Mondal](https://github.com/asabulmondal) - [WebX Beyond](https://github.com/webxbeyond) +- [Saptarsi Debnath](https://github.com/saptarsidebnath98) - [Mantarey.dev](https://mantarey.dev) - [Thabeswar](https://github.com/Thabeswar) - [Samia-sh](https://github.com/samia-code0) From 10ed618feae18bf8e93bce88ecfc92ed2e1425ea Mon Sep 17 00:00:00 2001 From: Ali Date: Mon, 11 Aug 2025 00:47:53 -0400 Subject: [PATCH 0312/2656] Add Ali Linares to Contributors list (#101752) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0b9f4b20..af23fdb1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -29,6 +29,7 @@ - [Aryan Gusain](https://github.com/aryangusain) - [zhan7236](https://github.com/zhan7236) - [Joshua❤️Prashanth](https://github.com/JoshuaPrashanth) +- [Ali Linares 🤴🏻](https://github.com/alilinares) - [Karthika Suresh](https://github.com/Karthika125) - donman420🍃 - [faithful](https://github.com/f4ithful) From b878baf252cb5e4fbcaadd15e5d90024afa0e0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1?= <73751021+alesurankar@users.noreply.github.com> Date: Mon, 11 Aug 2025 07:19:29 +0200 Subject: [PATCH 0313/2656] Add Ales to the Contributors list (#101753) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index af23fdb1..9fe711f3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -68,6 +68,7 @@ - [darkiss7](https://github.com/darkiss7) - [FAI8h](https://github.com/FAI8h) - [Chamesh Dinuka](https://github.com/chamesh2019) +- [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). - [Cyril Nishanth](https://github.com/CyrilNishanth) - [imsang27](https://github.com/imsang27) From 9e4accc43d01d41304b89b5a4c4a32b2c1d42222 Mon Sep 17 00:00:00 2001 From: Aabid Ali <154051924+aabidali641@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:15:18 +0530 Subject: [PATCH 0314/2656] Add Aabid Ali to contributors list (#101754) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9fe711f3..572e2aad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -106,6 +106,7 @@ Shruti Tiwari - [Vinh D Tran](https://github.com/s3500659) - [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] - [Prasad Sapkal](https://github.com/prasadsapkal55) From a6ad7f6ce6632dbe76dcdfe4b9ce88eaeba47eac Mon Sep 17 00:00:00 2001 From: Jainil Desai Date: Mon, 11 Aug 2025 11:34:13 +0530 Subject: [PATCH 0315/2656] Add Jainil to Contributors List (#101755) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 572e2aad..ba2d9c4a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [Govinda Kandel](https://github.com/Govindakandel) - [Vrund Patel](https://github.com/Vrund09) - [Pierre](https://github.com/wiizzl) +- [Jainil Desai](https://github.com/jainilDesai) - [Jose Nieto](https://github.com/nietojose10) - [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) From f667b9f3d11f710913a0b5297c02d8e70ec352fd Mon Sep 17 00:00:00 2001 From: WTX Date: Mon, 11 Aug 2025 14:05:39 +0800 Subject: [PATCH 0316/2656] Update Contributors.md (#101756) first commit. --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ba2d9c4a..095959f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1576,4 +1576,5 @@ Eoin O'B - [Jenkkss] - [Hariharasudhan M](https://github.com/Harimhs) - [Kori Kosmos](https://github.com/KoriKosmos). -ElkaFi - first contribution practice \ No newline at end of file +ElkaFi - first contribution practice +jack - first contribution practice \ No newline at end of file From b6d569d654f2b21de1ac1158a1cc3d5847e21d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D1=80=D1=8C=D1=8F?= <159596579+malyukd@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:07:34 +0300 Subject: [PATCH 0317/2656] Add malyukd to Contributors (#101757) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 095959f2..a39f83fa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -142,6 +142,7 @@ Shruti Tiwari - [Muskan Agarwal](https://github.com/MuskanAgarwal7) - [David Stark](https://github.com/GamingPions) - [Vinay M S](https://github.com/VinaymsGowda) +- [malyukd](https://github.com/malyukd) [petimov](https://github.com/petimov) - [Chris Q](https://github.com/Q-X-F) - [Ramu Deyyam](https://github.com/Ramu-Deyyam) From e25e3dec4b709b55382e611f0285b675ee21d4a9 Mon Sep 17 00:00:00 2001 From: zwm <2076229520@qq.com> Date: Mon, 11 Aug 2025 14:15:19 +0800 Subject: [PATCH 0318/2656] Add zwm to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 572e2aad..10e9429f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ - [Vrund Patel](https://github.com/Vrund09) - [Pierre](https://github.com/wiizzl) - [Jose Nieto](https://github.com/nietojose10) +- [sunshineflymeat](https://github.com/sunshineflymeat) - [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) - [Muhammad Rafay Asif](https://github.com/muhammadrafayasif) @@ -1522,7 +1523,6 @@ Eoin O'B - [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) From 76a460b8bf45e59f9cebd6e03e348c7a712c7b95 Mon Sep 17 00:00:00 2001 From: Prem Kumar T G <154692593+prem7129@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:05:20 +0530 Subject: [PATCH 0319/2656] Add Prem Kumar T G to Contributors list (#101760) * Add Prem Kumar T G to Contributors list * Add Prem Kumar T G to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a39f83fa..82a87168 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [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) - [darkiss7](https://github.com/darkiss7) - [FAI8h](https://github.com/FAI8h) - [Chamesh Dinuka](https://github.com/chamesh2019) From db8378b32e6b7a12f9c3647acb8e0805a72141c0 Mon Sep 17 00:00:00 2001 From: Rizal Ilham <62590670+rizalilhamm@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:02:50 +0700 Subject: [PATCH 0320/2656] rizal branch (#101762) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 82a87168..359757ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [Saptarsi Debnath](https://github.com/saptarsidebnath98) - [Mantarey.dev](https://mantarey.dev) - [Thabeswar](https://github.com/Thabeswar) +- [Rizal][https://github.com/rizalilhamm] - [Samia-sh](https://github.com/samia-code0) - [Abdul-Jaleel Asani](https://github.com/Asani-A) - [Abhas-Gawali](https://github.com/abhasgawali) From d038f698f006205170aaf26103a10b75f2904eb1 Mon Sep 17 00:00:00 2001 From: Siddharth Singh <100256508+babuasingh@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:41:33 +0530 Subject: [PATCH 0321/2656] Added my name Siddharth to the Contributions list (#101763) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 359757ad..41d8bdd5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Dev Gaonkar](https://github.com/DevGaonkar) - [Rohith Macharla](https://github.com/RohithMacharla11) - [Advik Hegde](https://github.com/AdvikHegde) +- [Siddharth Singh](https://github.com/babuasingh) - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) - [Asabul Hossain Mondal](https://github.com/asabulmondal) - [WebX Beyond](https://github.com/webxbeyond) From c364bf2b87e5bc7362b9184dd73a4047e49504a1 Mon Sep 17 00:00:00 2001 From: Prateek Date: Mon, 11 Aug 2025 12:42:14 +0530 Subject: [PATCH 0322/2656] Add prateek-kumar to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 359757ad..b40347a5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -134,7 +134,7 @@ Shruti Tiwari - [ATUL-SHARMA](https://github.com/Atul-Clg-Id) - [Mokshith] - [Pinion](https://pinion.kr) -- [jürgen vanzeir] +- [Prateek-Kumar](https://github.com/Prateek-ind) - [Akshat Jain](https://github.com/akshat2604) - [Atharva Pandkar](https://github.com/Atharva-Pandkar) - [Malak Ibrahim](https://github.com/mmibrahi) From 0e5bf1aa21b99b7e6b18de5b648115004ca2a496 Mon Sep 17 00:00:00 2001 From: frank_zhang <34300746+pa4uslf@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:12:44 +0800 Subject: [PATCH 0323/2656] Add pa4uslf to Contributors.md (#101764) Co-authored-by: Frank_Zhang <8789263+frank-zhng@user.noreply.gitee.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 41d8bdd5..e16c7f5d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Samia-sh](https://github.com/samia-code0) - [Abdul-Jaleel Asani](https://github.com/Asani-A) - [Abhas-Gawali](https://github.com/abhasgawali) +- [pa4uslf](https://github.com/pa4uslf) - [saiki kohei](https://github.com/saisai-web) - [zdp1](https://github.com/dongpeng6) - [Govinda Kandel](https://github.com/Govindakandel) From bc6721682264bf318b81728fa9a0845ed1b15899 Mon Sep 17 00:00:00 2001 From: Natnael asnake Date: Mon, 11 Aug 2025 11:39:17 +0300 Subject: [PATCH 0324/2656] Added Nate to Contributors list (#101766) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e16c7f5d..7dda6aa7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ - [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) - [Muhammad Rafay Asif](https://github.com/muhammadrafayasif) +- [Natnael Asnake](https://github.com/Nati-Man-code) - [Pushpesh](https://github.com/impushpesh) - [fireghostman](https://github.com/frameghostman) - [Pranit Gore](https://github.com/PRANIT0605) From 075737cdfa97ddc7f77abfb6b3abd2304dacc961 Mon Sep 17 00:00:00 2001 From: zwy98 <43103372+zwy98@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:21:13 +0800 Subject: [PATCH 0325/2656] Add zwy98 to Contributors list (#101767) Co-authored-by: zwy99 <11785656098@qq.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7dda6aa7..cd033e8b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Samia-sh](https://github.com/samia-code0) - [Abdul-Jaleel Asani](https://github.com/Asani-A) - [Abhas-Gawali](https://github.com/abhasgawali) +- [zwy98](https://github.com/zwy98) - [pa4uslf](https://github.com/pa4uslf) - [saiki kohei](https://github.com/saisai-web) - [zdp1](https://github.com/dongpeng6) From faf155980e0ffc4ca1d57cee088575f9cfb39cef Mon Sep 17 00:00:00 2001 From: Elie Kuradusenge <68749686+elijahladdie@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:39:01 +0200 Subject: [PATCH 0326/2656] Add Elijah to Contributors list (#101768) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cd033e8b..c9aaf61f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1477,6 +1477,7 @@ Eoin O'B - [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) From 3359351ab23fec986e35fbb23f887d7ea936937b Mon Sep 17 00:00:00 2001 From: sunshineflymeat <92577771+sunshineflymeat@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:48:20 +0800 Subject: [PATCH 0327/2656] Add sunshineflymeat to Contributors.md (#101769) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c9aaf61f..306afdcd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -128,6 +128,7 @@ Shruti Tiwari - [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) From 1e0436a0945a931af6d6a783fb5c57dc855d56a3 Mon Sep 17 00:00:00 2001 From: SAJAD KUMAR THAPA <81130860+sajadThapa04@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:37:49 +0545 Subject: [PATCH 0328/2656] sajad thapa to Contributors list (#101770) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 306afdcd..186283c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [sajad thapa](https://github.com/sajadthapa04) - [Dev Gaonkar](https://github.com/DevGaonkar) - [Rohith Macharla](https://github.com/RohithMacharla11) - [Advik Hegde](https://github.com/AdvikHegde) @@ -1586,4 +1587,4 @@ Eoin O'B - [Hariharasudhan M](https://github.com/Harimhs) - [Kori Kosmos](https://github.com/KoriKosmos). ElkaFi - first contribution practice -jack - first contribution practice \ No newline at end of file +jack - first contribution practice From 306693647119a3d2da283d1789850059e71780a4 Mon Sep 17 00:00:00 2001 From: shristhi-2908 Date: Mon, 11 Aug 2025 16:52:38 +0530 Subject: [PATCH 0329/2656] Adding Shristhi (#101772) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 186283c2..d83b81b4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1588,3 +1588,4 @@ Eoin O'B - [Kori Kosmos](https://github.com/KoriKosmos). ElkaFi - first contribution practice jack - first contribution practice +[Shristhi Singh](https://github.com/shristhi-2908). \ No newline at end of file From c641dbf907991c464b88eb70a2a35a9d13db12d1 Mon Sep 17 00:00:00 2001 From: PrabhBhangu-1 Date: Mon, 11 Aug 2025 16:55:08 +0530 Subject: [PATCH 0330/2656] Update Contributors.md (#101773) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d83b81b4..5c3d386b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -61,6 +61,7 @@ - [Gloria Barboza] (https://github.com/labarboza14) - Bhoomish - [Danish Abbas] (https://github.com/12Danish) +- [Prabhjit singh](https://github.com/PrabhBhangu-1) - [JacobLeeDavis-vscode-example](https://github.com/JacobLeeDavis) - [Bharathkumar](https://github.com/bharathkumar-creator) - [ajs](https://github.com/aboodJS) From b38ef18df96e03adb124a156186c97e408528d3a Mon Sep 17 00:00:00 2001 From: Abhi-AIX Date: Mon, 11 Aug 2025 07:34:25 -0500 Subject: [PATCH 0331/2656] Add Abhi to Contributors list (#101774) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c3d386b..1385f8f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Saptarsi Debnath](https://github.com/saptarsidebnath98) - [Mantarey.dev](https://mantarey.dev) - [Thabeswar](https://github.com/Thabeswar) +- [Abhi][https://github.com/Abhi-AIX] - [Rizal][https://github.com/rizalilhamm] - [Samia-sh](https://github.com/samia-code0) - [Abdul-Jaleel Asani](https://github.com/Asani-A) From 87a65842b2bcef7afa564fe8a5633b30c2f5a83c Mon Sep 17 00:00:00 2001 From: ben-utting Date: Mon, 11 Aug 2025 13:42:25 +0100 Subject: [PATCH 0332/2656] Add your-name to contributors list (#101775) Co-authored-by: ben.utting --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1385f8f0..3c745eea 100644 --- a/Contributors.md +++ b/Contributors.md @@ -322,6 +322,7 @@ The-Yash-is-Joined - [OmkarS](https://github.com/omkar402) - [Hisham](https://github.com/sikehish) - [BinhTran2307](my first contribution) +Ben - [ricor07](https://github.com/ricor07) - [ekadet](https://github.com/ekadetov) - [andev77](https://github.com/AnDev77) @@ -1590,4 +1591,4 @@ Eoin O'B - [Kori Kosmos](https://github.com/KoriKosmos). ElkaFi - first contribution practice jack - first contribution practice -[Shristhi Singh](https://github.com/shristhi-2908). \ No newline at end of file +[Shristhi Singh](https://github.com/shristhi-2908). From 3f62bfc3d9bb7239797d2ed0abdc55c225f4a489 Mon Sep 17 00:00:00 2001 From: kamal2730 <165475282+kamal2730@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:31:00 +0530 Subject: [PATCH 0333/2656] Add kamal2730 to Contributors list (#101776) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c745eea..66344b29 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [sajad thapa](https://github.com/sajadthapa04) +- [KamalKant](https://github.com/kamal2730) - [Dev Gaonkar](https://github.com/DevGaonkar) - [Rohith Macharla](https://github.com/RohithMacharla11) - [Advik Hegde](https://github.com/AdvikHegde) From 037e5e59e1bdd47b75d7d6070cade57cf82bb130 Mon Sep 17 00:00:00 2001 From: Kanak Meshram Date: Mon, 11 Aug 2025 19:09:03 +0530 Subject: [PATCH 0334/2656] Add Kanak to Contributors list (#101778) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 66344b29..6931000e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [Samia-sh](https://github.com/samia-code0) - [Abdul-Jaleel Asani](https://github.com/Asani-A) - [Abhas-Gawali](https://github.com/abhasgawali) +- [Kanak](https://github.com/Kcode727) - [zwy98](https://github.com/zwy98) - [pa4uslf](https://github.com/pa4uslf) - [saiki kohei](https://github.com/saisai-web) From 51d097f49f75c4a53d57f03975396a210d51dc94 Mon Sep 17 00:00:00 2001 From: Rumesha Date: Mon, 11 Aug 2025 20:02:16 +0530 Subject: [PATCH 0335/2656] added --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index daf126d1..47ebc906 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1483,4 +1483,4 @@ Eoin O'B - [Rohit Mahajan](https://github.com/Rohit273848) - [Ajay Anand](https://https://github.com/AJrelapse) - [corrix0](https://github.com/corrix0) -- [Rumesha I. Ansari](https://github.com/Rumesha400) \ No newline at end of file +- [Rumesha Ansari](https://github.com/Rumesha400) \ No newline at end of file From 02528f04b0af075c8ff12ec97d294108b9d1b604 Mon Sep 17 00:00:00 2001 From: Angad Bhalla <74541474+Anga205@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:21:49 +0530 Subject: [PATCH 0336/2656] Add Angad to Contributers list (#101779) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6931000e..e25d4899 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1137,6 +1137,7 @@ Eoin O'B - [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) - [Yodahe Wondimu](https://github.com/YodaheWondimu) From e386a809804bf7b38e11c90d534c6de5273ffe18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Maksymiuk?= <114284186+cashtanowiec@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:24:03 +0200 Subject: [PATCH 0337/2656] Add cashtanowiec to Contributors list (#101780) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e25d4899..f507a4c0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [sajad thapa](https://github.com/sajadthapa04) +- [cashtanowiec](https://github.com/cashtanowiec) - [KamalKant](https://github.com/kamal2730) - [Dev Gaonkar](https://github.com/DevGaonkar) - [Rohith Macharla](https://github.com/RohithMacharla11) From 340f7eed19093faa4783d0fe0caf95f70fe022f0 Mon Sep 17 00:00:00 2001 From: amine-r-py Date: Mon, 11 Aug 2025 17:43:52 +0200 Subject: [PATCH 0338/2656] Add Amine to Contributors list (#101781) Co-authored-by: Amine --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f507a4c0..8694840c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -998,6 +998,7 @@ Eoin O'B - [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) - [Samaksh Sethiya](https://github.com/Samaksh22) From eb2eb0525a5a842ed0c88f1eadd1b27fe22a936b Mon Sep 17 00:00:00 2001 From: finalyeargroup9 Date: Mon, 11 Aug 2025 21:23:17 +0530 Subject: [PATCH 0339/2656] Add Final-Year-Group-9 to Contributors List --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e25d4899..4d207da1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ - [Chirg Veerwani](https://github.com/chiragveerwani) - [Arthur Döhler](https://github.com/herrdohler) -[tka][https://github.com/theinkhaaung007] +-[Final Year Group 9][https://github.com/finalyeargroup9] - Mrunali - [Moresh](https://github.com/Moresh-Mishra) - [AnantAgarwal07](https://github.com/AnantAgarwal07) From 9e3d97feb3da742a1c971d80a9e2a76819f2336f Mon Sep 17 00:00:00 2001 From: finalyeargroup9 Date: Mon, 11 Aug 2025 21:34:52 +0530 Subject: [PATCH 0340/2656] Add Final-Year-Group-9 to Contributors List (#101782) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8694840c..d0fcbc2a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ - [Chirg Veerwani](https://github.com/chiragveerwani) - [Arthur Döhler](https://github.com/herrdohler) -[tka][https://github.com/theinkhaaung007] +-[Final Year Group 9][https://github.com/finalyeargroup9] - Mrunali - [Moresh](https://github.com/Moresh-Mishra) - [AnantAgarwal07](https://github.com/AnantAgarwal07) From 964cd3e120f4b5445a2d5bb64e3f443eb670cab9 Mon Sep 17 00:00:00 2001 From: finalyeargroup9 Date: Mon, 11 Aug 2025 21:38:41 +0530 Subject: [PATCH 0341/2656] Add Final-Year-Group-9 to Contributors List --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 4d207da1..a57e31c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -46,8 +46,8 @@ - [Nate](https://github.com/ipdor) - [Chirg Veerwani](https://github.com/chiragveerwani) - [Arthur Döhler](https://github.com/herrdohler) --[tka][https://github.com/theinkhaaung007] --[Final Year Group 9][https://github.com/finalyeargroup9] +- [tka][https://github.com/theinkhaaung007] +- [Final Year Group 9][https://github.com/finalyeargroup9] - Mrunali - [Moresh](https://github.com/Moresh-Mishra) - [AnantAgarwal07](https://github.com/AnantAgarwal07) From 2114f7978f6bc0b59ec3f37946e31d3bb55a2971 Mon Sep 17 00:00:00 2001 From: finalyeargroup9 Date: Mon, 11 Aug 2025 21:41:46 +0530 Subject: [PATCH 0342/2656] Add FInal-Year-Group-9 to Contributors List --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index a57e31c2..6b0820be 100644 --- a/Contributors.md +++ b/Contributors.md @@ -46,8 +46,8 @@ - [Nate](https://github.com/ipdor) - [Chirg Veerwani](https://github.com/chiragveerwani) - [Arthur Döhler](https://github.com/herrdohler) -- [tka][https://github.com/theinkhaaung007] -- [Final Year Group 9][https://github.com/finalyeargroup9] +- [tka](https://github.com/theinkhaaung007) +- [Final Year Group 9](https://github.com/finalyeargroup9) - Mrunali - [Moresh](https://github.com/Moresh-Mishra) - [AnantAgarwal07](https://github.com/AnantAgarwal07) From d874aef2782c158c0ce7abe2a048b66764c04541 Mon Sep 17 00:00:00 2001 From: Mattia Cocco <129308916+Matti02co@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:22:45 +0200 Subject: [PATCH 0343/2656] Add Mattia Cocco to Contributors list (#101784) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d0fcbc2a..00eddf76 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [sajad thapa](https://github.com/sajadthapa04) - [cashtanowiec](https://github.com/cashtanowiec) +- [Mattia Cocco](https://github.com/Matti02co) - [KamalKant](https://github.com/kamal2730) - [Dev Gaonkar](https://github.com/DevGaonkar) - [Rohith Macharla](https://github.com/RohithMacharla11) From 70f2ff0d4091cbda0acecae0cb700ad2eed6fbba Mon Sep 17 00:00:00 2001 From: finalyeargroup9 Date: Mon, 11 Aug 2025 22:32:42 +0530 Subject: [PATCH 0344/2656] Add Final-Year-Group-9 to Contributors List --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 65ebbc7c..6831dc53 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,9 +47,9 @@ - [faithful](https://github.com/f4ithful) - [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) -- [Final Year Group 9](https://github.com/finalyeargroup9) - Mrunali - [Moresh](https://github.com/Moresh-Mishra) - [AnantAgarwal07](https://github.com/AnantAgarwal07) From 7a89d217801a205e373edc2c56cb16dad528e85b Mon Sep 17 00:00:00 2001 From: muclee <150202927+muclee@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:02:47 +0200 Subject: [PATCH 0345/2656] Add muclee to Contributors list (#101785) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 00eddf76..2b5fe6bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -249,6 +249,7 @@ The-Yash-is-Joined - [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) From f785df4146abcafd82bafd83f414ff91a75603e8 Mon Sep 17 00:00:00 2001 From: Ginny Singh <155266611+ginnysingh789@users.noreply.github.com> Date: Mon, 11 Aug 2025 22:44:21 +0530 Subject: [PATCH 0346/2656] Change made (#101787) Co-authored-by: Singh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2b5fe6bd..0e01546d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -45,6 +45,7 @@ - [Karthika Suresh](https://github.com/Karthika125) - donman420🍃 - [faithful](https://github.com/f4ithful) +- [Ginny](https://github.com/ginnysingh789) - [Nate](https://github.com/ipdor) - [Chirg Veerwani](https://github.com/chiragveerwani) - [Arthur Döhler](https://github.com/herrdohler) From 6b30c00d5ab000c163d0cddb4706ca6b73de58a9 Mon Sep 17 00:00:00 2001 From: Suyash Nepal <105336284+suynep@users.noreply.github.com> Date: Mon, 11 Aug 2025 23:33:27 +0545 Subject: [PATCH 0347/2656] Add suyash nepal to Contributors list (#101789) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0e01546d..58229b5d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -40,6 +40,7 @@ - [Dhanjit Nath](https://github.com/developerDhanjit) - [Aryan Gusain](https://github.com/aryangusain) - [zhan7236](https://github.com/zhan7236) +- [suyash nepal](https://github.com/suynep) - [Joshua❤️Prashanth](https://github.com/JoshuaPrashanth) - [Ali Linares 🤴🏻](https://github.com/alilinares) - [Karthika Suresh](https://github.com/Karthika125) From 182042fe3200ed853a0fed28b424a76141f8bae6 Mon Sep 17 00:00:00 2001 From: Seonggil Jeong <63443366+seon99il@users.noreply.github.com> Date: Tue, 12 Aug 2025 02:54:50 +0900 Subject: [PATCH 0348/2656] seon99il to Contributors list (#101791) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 58229b5d..b0e6c177 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [seon99il](https://github.com/seon99il) - [sajad thapa](https://github.com/sajadthapa04) - [cashtanowiec](https://github.com/cashtanowiec) - [Mattia Cocco](https://github.com/Matti02co) From 53ebf38689696a18c73cd96f4ae9b32c78714cd6 Mon Sep 17 00:00:00 2001 From: Pravalika Date: Mon, 11 Aug 2025 23:37:24 +0530 Subject: [PATCH 0349/2656] Add Kurva Pravalika to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index b0e6c177..ef4d9755 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1603,3 +1603,5 @@ Eoin O'B ElkaFi - first contribution practice jack - first contribution practice [Shristhi Singh](https://github.com/shristhi-2908). +- [Kurva Pravalika](https://github.com/Kurva-Pravalika) + From 70b6533c3d4d40ee89bc8872145b017bea93d6b6 Mon Sep 17 00:00:00 2001 From: 0xAnamul <77267506+0xAnamul@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:24:21 +0600 Subject: [PATCH 0350/2656] Add 0xAnamul to Contributors list (#101794) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b0e6c177..ade9f09e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [0xAnamul](https://github.com/0xAnamul) - [seon99il](https://github.com/seon99il) - [sajad thapa](https://github.com/sajadthapa04) - [cashtanowiec](https://github.com/cashtanowiec) From e64fa00e5809e1412a0d59b1d42c80a311ebd403 Mon Sep 17 00:00:00 2001 From: awesom-o Date: Mon, 11 Aug 2025 22:29:24 +0300 Subject: [PATCH 0351/2656] Add Viktor Kozlovskyi to Contributors list (#101795) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ade9f09e..650bf702 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1604,3 +1604,4 @@ Eoin O'B ElkaFi - first contribution practice jack - first contribution practice [Shristhi Singh](https://github.com/shristhi-2908). +- [Viktor Kozlovskyi](https://github.com/Vitia10) From 48b95f75924113056ca9a090ebf49348b8122107 Mon Sep 17 00:00:00 2001 From: Rahman Karim Date: Tue, 12 Aug 2025 00:51:12 +0500 Subject: [PATCH 0352/2656] Added Rahman Karim to Contributors list (#101796) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 650bf702..95f6d0eb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1605,3 +1605,4 @@ 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) \ No newline at end of file From fa0defaa18b433260a4d11a4fb2a4249230bda89 Mon Sep 17 00:00:00 2001 From: ralph1233 <138836146+ralph1233@users.noreply.github.com> Date: Mon, 11 Aug 2025 23:51:53 +0300 Subject: [PATCH 0353/2656] Add Ralph Merhi to Contributors.md (#101797) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 95f6d0eb..add4ee0f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1594,6 +1594,7 @@ Eoin O'B -[mattmoodie](https://github.com/mattmoodie) - [Likhitha Shree L C](https://github.com/Likhitha-talent) - [Vaibhav Patidar](https://github.com/VaibhavPatidar26) +- [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) From c0d3f4a00789682c9cc57f44237ec3bb62fcb950 Mon Sep 17 00:00:00 2001 From: Demetris Date: Tue, 12 Aug 2025 00:19:12 +0300 Subject: [PATCH 0354/2656] Add Demetris B. to Contributors list (#101798) Co-authored-by: Macbook Pro Touch --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index add4ee0f..16d40d4b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Demetris B.](https://github.com/deyil) - [0xAnamul](https://github.com/0xAnamul) - [seon99il](https://github.com/seon99il) - [sajad thapa](https://github.com/sajadthapa04) From 47be744db8ba58eddd371d3c133c13aee7c73206 Mon Sep 17 00:00:00 2001 From: nathanw3456 <60037708+nathanw3456@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:25:15 -0500 Subject: [PATCH 0355/2656] Added my name to contributions list (#101799) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 16d40d4b..b8df6367 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1388,6 +1388,7 @@ Eoin O'B - [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) - [Mostapha EL ANSARI](https://github.com/mostaphaelansari) - [Manoj Thilakarathna](https://github.com/manojtharindu11) - [Amelia (amyfisticuffs)](https://amyfisticuffs.github.io) From 47c6c201b05e5e1efc6300f0743538c9cd6cbf51 Mon Sep 17 00:00:00 2001 From: IsaacLC1104 Date: Mon, 11 Aug 2025 20:42:02 -0300 Subject: [PATCH 0356/2656] Add Isaac to Contributors list (#101800) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b8df6367..204a723d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [sajad thapa](https://github.com/sajadthapa04) - [cashtanowiec](https://github.com/cashtanowiec) - [Mattia Cocco](https://github.com/Matti02co) +- [Isaac Lopez](https://github.com/IsaacLC1104) - [KamalKant](https://github.com/kamal2730) - [Dev Gaonkar](https://github.com/DevGaonkar) - [Rohith Macharla](https://github.com/RohithMacharla11) From b084d60961931ea5c72f623fb3821a62d946780a Mon Sep 17 00:00:00 2001 From: eweiss4 <148115145+eweiss4@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:23:03 -0500 Subject: [PATCH 0357/2656] add Elijah Weiss (#101801) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 204a723d..2852e254 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1609,4 +1609,5 @@ 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) \ No newline at end of file +[Rahman Karim](https://github.com/Rahmankarim) +- [Elijah Weiss](https://github.com/eweiss4) \ No newline at end of file From ec4e3969f87d85caf416d0d42b4a2d8eff7da41d Mon Sep 17 00:00:00 2001 From: CK Chiu <96680134+and86802@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:36:08 -0500 Subject: [PATCH 0358/2656] Add C.K.Chiu to Contributors list (#101803) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2852e254..1ffb57b3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -99,6 +99,7 @@ - [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 - Himansu Mallik From 88852b6e3e78525f65f8c08711accb1c28e2ab88 Mon Sep 17 00:00:00 2001 From: FireWood <59226606+Firewooood@users.noreply.github.com> Date: Tue, 12 Aug 2025 09:36:29 +0800 Subject: [PATCH 0359/2656] Firewood1 (#101804) * Add firewoood to Contributors list * Add firewoood to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1ffb57b3..a0cc0568 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1594,6 +1594,7 @@ Eoin O'B - [Blhassen Sehli](https://github.com/Blhasn-Sehli) - [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) From b95fe433ab76afbd9b8ee20c0117a2ec46271193 Mon Sep 17 00:00:00 2001 From: Abhay Singh Date: Tue, 12 Aug 2025 08:25:24 +0530 Subject: [PATCH 0360/2656] Revert "Abhay Singh" From 3544dca065c5eff30dbcbbbd82657ae11a5b4772 Mon Sep 17 00:00:00 2001 From: Hao-tian <72874742+Hao-tian@users.noreply.github.com> Date: Tue, 12 Aug 2025 11:13:19 +0800 Subject: [PATCH 0361/2656] Add Hao-tian to Contributors list (#101808) Co-authored-by: haotian20 <2363796367@qq.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a0cc0568..de2c841a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) - [0xAnamul](https://github.com/0xAnamul) - [seon99il](https://github.com/seon99il) From 13efeda558be41ac22d452dadd5e44c80f23213d Mon Sep 17 00:00:00 2001 From: Sanchi Tiwade <146993082+Sanchi-0804@users.noreply.github.com> Date: Tue, 12 Aug 2025 09:45:09 +0530 Subject: [PATCH 0362/2656] Update Contributors.md (#101809) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index de2c841a..ac8aca39 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1613,4 +1613,5 @@ 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) \ No newline at end of file +- [Elijah Weiss](https://github.com/eweiss4) +- [Sanchi Tiwade](https://github.com/Sanchi-0804) From c32d7833f3442830cb3971b2039372a614ae33c6 Mon Sep 17 00:00:00 2001 From: Joao Pedro Scarlateli <101196488+Scarlateli@users.noreply.github.com> Date: Tue, 12 Aug 2025 01:42:22 -0300 Subject: [PATCH 0363/2656] =?UTF-8?q?chore:=20add=20Jo=C3=A3o=20Scarlateli?= =?UTF-8?q?=20to=20Contributors=20list=20(#101810)?= 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 ac8aca39..adce5e38 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) - [0xAnamul](https://github.com/0xAnamul) +- [João Scarlateli](https://github.com/Scarlateli) - [seon99il](https://github.com/seon99il) - [sajad thapa](https://github.com/sajadthapa04) - [cashtanowiec](https://github.com/cashtanowiec) From 38a8889d72a30493dfbaf13cfab462a41cc59dd3 Mon Sep 17 00:00:00 2001 From: jhans11 Date: Tue, 12 Aug 2025 00:12:31 -0500 Subject: [PATCH 0364/2656] Actualizar enlace de GitHub para Jhans Deiby Echavarria Jimenez --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index adce5e38..f72e8161 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1616,3 +1616,5 @@ jack - first contribution practice [Rahman Karim](https://github.com/Rahmankarim) - [Elijah Weiss](https://github.com/eweiss4) - [Sanchi Tiwade](https://github.com/Sanchi-0804) + +- [Jhans Deiby Echavarria Jimenez](https://github.com/jhans11) From 78939948c1e63088c091ff80827145838a253cd4 Mon Sep 17 00:00:00 2001 From: anirudh240 <2410030013@klh.edu.in> Date: Tue, 12 Aug 2025 11:02:21 +0530 Subject: [PATCH 0365/2656] Add Anirudh240 to Contributors list (#101811) Co-authored-by: Anirudh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index adce5e38..6f0baad5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Anirudh](https://github.com/anirudh240) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) - [0xAnamul](https://github.com/0xAnamul) From 8687f28809e723481e09a6b714aad84245991abb Mon Sep 17 00:00:00 2001 From: jhans11 Date: Tue, 12 Aug 2025 00:44:40 -0500 Subject: [PATCH 0366/2656] Add Jhans Deiby Echavarria Jimenez --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f72e8161..4d04646a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1616,5 +1616,5 @@ jack - first contribution practice [Rahman Karim](https://github.com/Rahmankarim) - [Elijah Weiss](https://github.com/eweiss4) - [Sanchi Tiwade](https://github.com/Sanchi-0804) - + - [Jhans Deiby Echavarria Jimenez](https://github.com/jhans11) From eb057829ab218995ad3a5816465443e7241f2f58 Mon Sep 17 00:00:00 2001 From: andyyou7549 <90138287+andyyou7549@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:50:54 +0800 Subject: [PATCH 0367/2656] Add andyyou7549 to Contributors list (#101812) Co-authored-by: Andy <754987875@qq.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6f0baad5..f1da5269 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Advik Hegde](https://github.com/AdvikHegde) - [Siddharth Singh](https://github.com/babuasingh) - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) +- [andyyou7549](https://github.com/andyyou7549) - [Asabul Hossain Mondal](https://github.com/asabulmondal) - [WebX Beyond](https://github.com/webxbeyond) - [Saptarsi Debnath](https://github.com/saptarsidebnath98) From 43f054b6457c9aa32c7a5c2a49483de8be3e0670 Mon Sep 17 00:00:00 2001 From: 01312 <58686311+01312@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:04:50 +0800 Subject: [PATCH 0368/2656] add hzs to Contributors list (#101814) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f1da5269..b76806d2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -98,6 +98,7 @@ - [Cyril Nishanth](https://github.com/CyrilNishanth) - [imsang27](https://github.com/imsang27) - [ismail2ov](https://github.com/ismail2ov) +- [hzs](https://github.com/01312) - [forrest](https://github.com/frrst-ian) - [WobL256](https://github.com/WobL256) - [S1ngularty](https://github.com/S1ngularty) From 049eebaa7fb04998c28c8c591d8a8449641a8410 Mon Sep 17 00:00:00 2001 From: Sayan Maji Date: Tue, 12 Aug 2025 11:37:08 +0530 Subject: [PATCH 0369/2656] Added my name (#101815) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b76806d2..ad21e15c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -940,6 +940,7 @@ Eoin O'B - [Sayyid Sajad](https://github.com/sayyidsajad) - [Vicente Pinochet ](https://github.com/Qajirr) - [Minjae Kwon](https://github.com/minjaekwon97) +- [Sayan Maji](https://github.com/Sayanmaji0506) - [Varun Patel](https://github.com/varunpatel07) - [Rahul Gurav](https://github.com/RahulGurav82) - [Claudio Jara](https://github.com/claudiojara) From 52a654b2cc1ebcb7bffc3eed90504bbeff81e2e4 Mon Sep 17 00:00:00 2001 From: Zero_4793 <82554287+Zero4793@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:16:07 +1000 Subject: [PATCH 0370/2656] Add Zero_4793 to Contributors.md (#101816) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ad21e15c..906ee29a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [cashtanowiec](https://github.com/cashtanowiec) - [Mattia Cocco](https://github.com/Matti02co) - [Isaac Lopez](https://github.com/IsaacLC1104) +- [Nathan Hall](https://github.com/Zero4793) - [KamalKant](https://github.com/kamal2730) - [Dev Gaonkar](https://github.com/DevGaonkar) - [Rohith Macharla](https://github.com/RohithMacharla11) From 931f776f8f772d76de7cfacb515218a911fae64f Mon Sep 17 00:00:00 2001 From: Kritagya Jha Date: Tue, 12 Aug 2025 02:18:25 -0400 Subject: [PATCH 0371/2656] Add your-name to Contributors list (#101817) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 906ee29a..7f19a993 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1398,6 +1398,7 @@ Eoin O'B - [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) From 5dcafed2d2a735f77e313ca1561732914a5c2785 Mon Sep 17 00:00:00 2001 From: Mayank Bhardwaj Date: Tue, 12 Aug 2025 12:06:26 +0530 Subject: [PATCH 0372/2656] added ghost to Contributors list (#101818) Co-authored-by: Kartik Bhardwaj --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7f19a993..89d7c947 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Isaac Lopez](https://github.com/IsaacLC1104) - [Nathan Hall](https://github.com/Zero4793) - [KamalKant](https://github.com/kamal2730) +- [Gods-ghost](https://github.com/dist34) - [Dev Gaonkar](https://github.com/DevGaonkar) - [Rohith Macharla](https://github.com/RohithMacharla11) - [Advik Hegde](https://github.com/AdvikHegde) From fb2d9236cdab0a23a071260cdc8b0d19c8f7e2c6 Mon Sep 17 00:00:00 2001 From: 404-Page-Found <139850808+404-Page-Found@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:45:38 +1000 Subject: [PATCH 0373/2656] Add 404-Page-Found to Contributors list (#101819) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 89d7c947..1ef3e79b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1572,6 +1572,7 @@ Eoin O'B - [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) From 237ee5cc6f37ead9311251f8c5c08a880484e401 Mon Sep 17 00:00:00 2001 From: Tarun207 <142006148+Tarun207@users.noreply.github.com> Date: Mon, 11 Aug 2025 23:49:09 -0700 Subject: [PATCH 0374/2656] added Tarun (#101820) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1ef3e79b..c9ec8625 100644 --- a/Contributors.md +++ b/Contributors.md @@ -46,6 +46,7 @@ - [fireghostman](https://github.com/frameghostman) - [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) +- [Tarun207](https://github.com/Tarun207) - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) - [Dhanjit Nath](https://github.com/developerDhanjit) - [Aryan Gusain](https://github.com/aryangusain) From 7b78a5518e521070d694eed6471f271182b42de6 Mon Sep 17 00:00:00 2001 From: ritiktyagi979-droid Date: Tue, 12 Aug 2025 12:22:19 +0530 Subject: [PATCH 0375/2656] added name and gothub url in contribution.md (#101821) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c9ec8625..0130369a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1625,3 +1625,4 @@ jack - first contribution practice [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) From 74dc6f2dc1b7f8a0f402bb790d1f31015b962e7a Mon Sep 17 00:00:00 2001 From: smtilson Date: Tue, 12 Aug 2025 08:51:43 +0200 Subject: [PATCH 0376/2656] added Sean Tilson and github address to file. --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 89d7c947..5bb0b3dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1603,6 +1603,7 @@ Eoin O'B - [Blhassen Sehli](https://github.com/Blhasn-Sehli) - [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) -[mattmoodie](https://github.com/mattmoodie) @@ -1623,3 +1624,4 @@ jack - first contribution practice [Rahman Karim](https://github.com/Rahmankarim) - [Elijah Weiss](https://github.com/eweiss4) - [Sanchi Tiwade](https://github.com/Sanchi-0804) + From 43b23107ef436818e70ba350d733c4f814c84255 Mon Sep 17 00:00:00 2001 From: Arjun Silwal <142081974+Silwal103@users.noreply.github.com> Date: Mon, 11 Aug 2025 23:57:32 -0700 Subject: [PATCH 0377/2656] Added my name to Contributors list (#101822) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0130369a..155f2395 100644 --- a/Contributors.md +++ b/Contributors.md @@ -98,6 +98,7 @@ - [Chamesh Dinuka](https://github.com/chamesh2019) - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). +- [Arjun](https://github.com/Silwal103) - [Cyril Nishanth](https://github.com/CyrilNishanth) - [imsang27](https://github.com/imsang27) - [ismail2ov](https://github.com/ismail2ov) From da65b6acb08c8077a2da7fc5de9468b6b4af98b1 Mon Sep 17 00:00:00 2001 From: ArseniyD <110495618+AzartX47@users.noreply.github.com> Date: Mon, 11 Aug 2025 21:28:41 -1000 Subject: [PATCH 0378/2656] Add Arseniy-Dubovkin to Contributors list (#101825) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 155f2395..fb63cd3d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Gods-ghost](https://github.com/dist34) - [Dev Gaonkar](https://github.com/DevGaonkar) - [Rohith Macharla](https://github.com/RohithMacharla11) +- [Arseniy-Dubovkin](https://github.com/AzartX47) - [Advik Hegde](https://github.com/AdvikHegde) - [Siddharth Singh](https://github.com/babuasingh) - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) From b3a1b5b1c0b2595b885ecb6cfea0fb5b4d88f97d Mon Sep 17 00:00:00 2001 From: mo-hossam-stack Date: Tue, 12 Aug 2025 12:14:05 +0300 Subject: [PATCH 0379/2656] add my name (#101827) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fb63cd3d..60bdff87 100644 --- a/Contributors.md +++ b/Contributors.md @@ -146,6 +146,7 @@ Shruti Tiwari [Chandana shetty] - [Medrine Mulindi](https://github.com/Mulindi123) - [Refenal ellisa] +- [Mohamed Hossam](https://github.com/mo-hossam-stack) - [Jared Krandel] - Swastik - [Rohin Garg](https://github.com/rohingarg12) From 734f3f834dc1a155c2e106a83a566bf9a8b13f20 Mon Sep 17 00:00:00 2001 From: Mihail Date: Tue, 12 Aug 2025 16:03:03 +0400 Subject: [PATCH 0380/2656] Add meshulga to Contributors list (#101828) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 60bdff87..b0d1ac84 100644 --- a/Contributors.md +++ b/Contributors.md @@ -330,6 +330,7 @@ The-Yash-is-Joined - [mrxc0de](https://github.com/mrxc0de) - [Hemant](https://github.com/l1emant/) - [AureDev](https://github.com/AureDev) +- [meshulga](https://github.com/meshulga) - [Snushev](https://github.com/snushev) - [asart90](https://github.com/asart9O) - [Keepas3](https://github.com/Keepas3) From d414df4b9eeff16871cc4ef4b34925df50d2c605 Mon Sep 17 00:00:00 2001 From: Lavisha <156594559+lavisha25@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:36:10 +0530 Subject: [PATCH 0381/2656] lavisha added to Contributors list (#101829) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b0d1ac84..70d53a19 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1630,3 +1630,4 @@ jack - first contribution practice - [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) From 9fbd8a37d4216f891d328b3e751c565426308b93 Mon Sep 17 00:00:00 2001 From: Anshuman_Semwal <55312812+AnshumanSemwal@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:13:49 +0530 Subject: [PATCH 0382/2656] Add Anshuman Semwal to Contributors list (#101830) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 70d53a19..5703847e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -65,6 +65,7 @@ -[tka][https://github.com/theinkhaaung007] -[Final Year Group 9][https://github.com/finalyeargroup9] - Mrunali +- Anshuman Semwal - [Moresh](https://github.com/Moresh-Mishra) - [AnantAgarwal07](https://github.com/AnantAgarwal07) - doraemon-nobi From 591710074334e11ad961b79961d5d0c5b24efe72 Mon Sep 17 00:00:00 2001 From: Ms-Njuguna <160482835+Ms-Njuguna@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:57:05 +0300 Subject: [PATCH 0383/2656] Add my name to Contributors list (#101831) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5703847e..56145e2e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [0xAnamul](https://github.com/0xAnamul) - [João Scarlateli](https://github.com/Scarlateli) - [seon99il](https://github.com/seon99il) +- [Ms_Njuguna](https://github.com/Ms-Njuguna) - [sajad thapa](https://github.com/sajadthapa04) - [cashtanowiec](https://github.com/cashtanowiec) - [Mattia Cocco](https://github.com/Matti02co) From 751452fa03504a77b067b2f61bb2630035ba394c Mon Sep 17 00:00:00 2001 From: Aydbs23 <92681100+Ayush-Dabas@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:30:16 +0530 Subject: [PATCH 0384/2656] add ayush dabas to contributor list (#101832) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 56145e2e..aa7185e6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1616,6 +1616,7 @@ Eoin O'B -[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) From 4bf2dacbed5eaf97c9c9f24e0fcc19dc22fbf45c Mon Sep 17 00:00:00 2001 From: Choudary Hussain Ali <210404880+choudaryhussainali@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:16:01 -0700 Subject: [PATCH 0385/2656] choudary hussain ali contributed (#101833) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aa7185e6..b9178e5f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Anirudh](https://github.com/anirudh240) +- [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) - [0xAnamul](https://github.com/0xAnamul) From d7976150580fa711134c6f92acd1436c48cd3209 Mon Sep 17 00:00:00 2001 From: Romeshaafzaal Date: Tue, 12 Aug 2025 18:56:14 +0500 Subject: [PATCH 0386/2656] Add Romesha Afzaal to Contributors list (#101835) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b9178e5f..d598050a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ - [Arseniy-Dubovkin](https://github.com/AzartX47) - [Advik Hegde](https://github.com/AdvikHegde) - [Siddharth Singh](https://github.com/babuasingh) +- [Romesha Afzaal](https://github.com/Romeshaafzaal) - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) - [andyyou7549](https://github.com/andyyou7549) - [Asabul Hossain Mondal](https://github.com/asabulmondal) From 65d1fa9dcc82c34c110108af08973a49001ef2e0 Mon Sep 17 00:00:00 2001 From: yuishigam1 <83195355+yuishigam1@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:58:46 +0530 Subject: [PATCH 0387/2656] Added my name (#101836) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d598050a..4b117f93 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ - [Saptarsi Debnath](https://github.com/saptarsidebnath98) - [Mantarey.dev](https://mantarey.dev) - [Thabeswar](https://github.com/Thabeswar) +- [Yash](https://github.com/yuishigam1) - [Abhi][https://github.com/Abhi-AIX] - [Rizal][https://github.com/rizalilhamm] - [Samia-sh](https://github.com/samia-code0) From 9585e559338348a6e432c485c8be1e7362c200b9 Mon Sep 17 00:00:00 2001 From: Chandru Prabhakaran Date: Tue, 12 Aug 2025 20:01:19 +0530 Subject: [PATCH 0388/2656] First Commit For FOSS (#101837) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4b117f93..50e1c2d3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -29,6 +29,7 @@ - [Thabeswar](https://github.com/Thabeswar) - [Yash](https://github.com/yuishigam1) - [Abhi][https://github.com/Abhi-AIX] +- [Chandru][https://github.com/P-Chandru] - [Rizal][https://github.com/rizalilhamm] - [Samia-sh](https://github.com/samia-code0) - [Abdul-Jaleel Asani](https://github.com/Asani-A) From 14294179a54de41b4783e173dfcc6def6e4bff88 Mon Sep 17 00:00:00 2001 From: Indukuri Likhitha <92734708+likhithaindukuri@users.noreply.github.com> Date: Tue, 12 Aug 2025 20:37:50 +0530 Subject: [PATCH 0389/2656] Update Contributors.md (#101838) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 50e1c2d3..3c4ffdf7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Anirudh](https://github.com/anirudh240) +- [Likhitha](https://github.com/likhitha07) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) From 054edb7f246b6d598cd1027e745443e917f7026e Mon Sep 17 00:00:00 2001 From: Indukuri Likhitha <92734708+likhithaindukuri@users.noreply.github.com> Date: Tue, 12 Aug 2025 20:38:35 +0530 Subject: [PATCH 0390/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3c4ffdf7..1b79a394 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,6 @@ # Contributors - [Anirudh](https://github.com/anirudh240) -- [Likhitha](https://github.com/likhitha07) +- [Likhitha](https://github.com/likhithaindukuri) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) From 30a987c34f195ceded8d67dad30a4d4344cb0b1e Mon Sep 17 00:00:00 2001 From: Indukuri Likhitha <92734708+likhithaindukuri@users.noreply.github.com> Date: Tue, 12 Aug 2025 20:39:52 +0530 Subject: [PATCH 0391/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3c4ffdf7..1b79a394 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,6 @@ # Contributors - [Anirudh](https://github.com/anirudh240) -- [Likhitha](https://github.com/likhitha07) +- [Likhitha](https://github.com/likhithaindukuri) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) From 6d43355ec4dc1c4b3ab004611f89008608b4d427 Mon Sep 17 00:00:00 2001 From: jonas461 Date: Tue, 12 Aug 2025 17:46:34 +0200 Subject: [PATCH 0392/2656] Add jonas461 to Contributors list (#101841) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c4ffdf7..552f553b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -51,6 +51,7 @@ - [Natnael Asnake](https://github.com/Nati-Man-code) - [Pushpesh](https://github.com/impushpesh) - [fireghostman](https://github.com/frameghostman) +- [jonas461](https://github.com/jonas461) - [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) - [Tarun207](https://github.com/Tarun207) From ef58dc59f0892b07bfee2d6b8d7ec03f986dd280 Mon Sep 17 00:00:00 2001 From: Dav15Jr Date: Tue, 12 Aug 2025 18:02:02 +0200 Subject: [PATCH 0393/2656] Add Davis Jr (#101843) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 552f553b..63c2a358 100644 --- a/Contributors.md +++ b/Contributors.md @@ -141,6 +141,7 @@ Shruti Tiwari -[farukh patel](https://github.com/Farukh-patel) - [Harry-GNS](https://github.com/Harry-GNS) - [Dimitri Voncleph](https://github.com/D-Voncleph) +- [Davis Jr 🐱‍👤](https://github.com/dav15jr) - [Pro Kumar](https://github.com/pkumar2143) - [Ritesh Murmu](https://github.com/Ritesh-cloud) - [Vinh D Tran](https://github.com/s3500659) From 28c61d7a1dde81b174d65e55ccfd125bd5a2c606 Mon Sep 17 00:00:00 2001 From: Anton Borisov <40037783+BorisovCloud@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:56:10 +0300 Subject: [PATCH 0394/2656] Add BorisovCloud to Contributors list (#101844) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 63c2a358..edb6369a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -54,6 +54,7 @@ - [jonas461](https://github.com/jonas461) - [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) +- [BorisovCloud](https://github.com/BorisovCloud) - [Tarun207](https://github.com/Tarun207) - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) - [Dhanjit Nath](https://github.com/developerDhanjit) From e4f59c2291058e2f04c821d2ab7d06a7d36dc3ee Mon Sep 17 00:00:00 2001 From: arsh3396 Date: Tue, 12 Aug 2025 22:26:53 +0530 Subject: [PATCH 0395/2656] Add Harsh to Contributors list (#101846) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index edb6369a..b13c069a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -146,6 +146,7 @@ Shruti Tiwari - [Pro Kumar](https://github.com/pkumar2143) - [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) From a41607dfab8f9d0c1ec023569c83213badc1a532 Mon Sep 17 00:00:00 2001 From: Alexander Sivrikov Date: Tue, 12 Aug 2025 19:59:15 +0300 Subject: [PATCH 0396/2656] Add Alexander Sivrikov to Contributors list (#101847) Co-authored-by: Alexander --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b13c069a..34e62d81 100644 --- a/Contributors.md +++ b/Contributors.md @@ -109,6 +109,7 @@ - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). - [Arjun](https://github.com/Silwal103) +- [Alexander Sivrikov](https://github.com/FrenkyFix1987) - [Cyril Nishanth](https://github.com/CyrilNishanth) - [imsang27](https://github.com/imsang27) - [ismail2ov](https://github.com/ismail2ov) From 3de6199a9e89c836a30e80f4921d3b8040156dfa Mon Sep 17 00:00:00 2001 From: Aadil Reyaz Wani <167785359+Aadil-Reyaz-Wani@users.noreply.github.com> Date: Tue, 12 Aug 2025 22:43:46 +0530 Subject: [PATCH 0397/2656] This is my first Contribution to Open Source (#101848) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 34e62d81..cd580334 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1644,3 +1644,4 @@ jack - first contribution practice - [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/) From 63756ec5d489ea0c810b6f52d1ec0cf1a7d4da4b Mon Sep 17 00:00:00 2001 From: Amartya Prakash <147365898+amartya69@users.noreply.github.com> Date: Tue, 12 Aug 2025 22:45:10 +0530 Subject: [PATCH 0398/2656] Add amartya in the contributor list (#101850) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cd580334..2a728408 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Asabul Hossain Mondal](https://github.com/asabulmondal) - [WebX Beyond](https://github.com/webxbeyond) - [Saptarsi Debnath](https://github.com/saptarsidebnath98) +- [AmartyaPrakash](https://github.com/amartya69) - [Mantarey.dev](https://mantarey.dev) - [Thabeswar](https://github.com/Thabeswar) - [Yash](https://github.com/yuishigam1) From c5bf54a12461b56ad489dcd5bec2b2e2516ddff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Mart=C3=ADnez?= <132837940+Jano2402@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:17:06 -0300 Subject: [PATCH 0399/2656] Add Alejandro to Contributors list (#101849) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2a728408..dba7315d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -55,6 +55,7 @@ - [jonas461](https://github.com/jonas461) - [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) +- [Alejandro](https://github.com/Jano2402) - [BorisovCloud](https://github.com/BorisovCloud) - [Tarun207](https://github.com/Tarun207) - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) From ced8211f7a2f03614a3bebf4ec27a55a6b1c7a3c Mon Sep 17 00:00:00 2001 From: CoolSoulz <121471806+CoolSoulz@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:18:18 -0500 Subject: [PATCH 0400/2656] Add CoolSoulz to Contributors list (#101852) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dba7315d..f3ab71cf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -239,6 +239,7 @@ Ukashatu Abdullahi - [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) From aa2e0495a1a8252ee02476985ce87901d5d36c15 Mon Sep 17 00:00:00 2001 From: MoyyyL <168602914+MoyyyL@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:51:47 -0600 Subject: [PATCH 0401/2656] Add cacawate to Contributors list (#101853) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f3ab71cf..41edf975 100644 --- a/Contributors.md +++ b/Contributors.md @@ -774,6 +774,7 @@ Eoin O'B - [widespectrum](https://github.com/widespctr) - [Jonas Mikosch](https://github.com/jomik101) - [Ver Argulla](https://github.com/verargulla) +- [cacawate](https://github.com/MoyyyL) - [Mr. Jakkula](https://github.com/Mr.Jakkula) - [Ravi singh](https://github.com/ravir0ushan) - [Laurian Iacob](https://github.com/iLaurian) From 90fbf22c1fbb759b68a0c138c6c61f27f292bb72 Mon Sep 17 00:00:00 2001 From: alluriakhil18 Date: Wed, 13 Aug 2025 07:27:14 +0530 Subject: [PATCH 0402/2656] alluriakhil18 to Contributors list (#101857) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 41edf975..5ab31548 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ - [Jose Nieto](https://github.com/nietojose10) - [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) +- [alluriakhil18](https://github.com/alluriakhil18) - [Muhammad Rafay Asif](https://github.com/muhammadrafayasif) - [Natnael Asnake](https://github.com/Nati-Man-code) - [Pushpesh](https://github.com/impushpesh) From a14ef141f070bc123b621badcbf0c43699885dc5 Mon Sep 17 00:00:00 2001 From: HarshdeepS1 <153694813+HarshdeepS1@users.noreply.github.com> Date: Tue, 12 Aug 2025 22:16:26 -0400 Subject: [PATCH 0403/2656] Add Harshdeep Singh to Contributors list (#101858) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5ab31548..8fa81845 100644 --- a/Contributors.md +++ b/Contributors.md @@ -53,6 +53,7 @@ - [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) - [leoweo1](https://github.com/leoweo1) From f1f1f35ddb40e56cfdcc2cb8e41d2efcf65c7c7c Mon Sep 17 00:00:00 2001 From: Nemida <144930141+Nemida@users.noreply.github.com> Date: Wed, 13 Aug 2025 10:24:35 +0530 Subject: [PATCH 0404/2656] Add your-name to Contributors list (#101859) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8fa81845..b013c08a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -901,6 +901,7 @@ Eoin O'B - [Gafoor Shaik](https://github.com/gafoor-bot) - [Kimaya Chavan](https://github.com/kimiko-11) - [Alejandro Flores](https://github.com/afr-dt) +- [Nemida](https://github.com/Nemida) - [Diksha Rani](https://github.com/diksha-0420) - [Vaibhav](https://github.com/vaibhavsanap112) - [jackojacko](https://github.com/jackojacko05) From 62ef723d37b011a2b1c2fbce7bdb6994147d363f Mon Sep 17 00:00:00 2001 From: Alokananda Y Rao Date: Wed, 13 Aug 2025 10:30:28 +0530 Subject: [PATCH 0405/2656] Add your-name to Contributors list (#101860) Co-authored-by: plantsfortrees@gmail.com --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b013c08a..69690953 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1652,3 +1652,4 @@ jack - first contribution practice - [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) From 58c5f46c7158cf8c642d19c35356984e72e8e56b Mon Sep 17 00:00:00 2001 From: Rishabh Pathak <123829611+RishabhPathak93@users.noreply.github.com> Date: Wed, 13 Aug 2025 12:04:20 +0530 Subject: [PATCH 0406/2656] Added Rishabh Pathak to contributor list (#101861) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 69690953..0d4be552 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1653,3 +1653,4 @@ jack - first contribution practice - [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) From 91f0e7e5e27f74d2936e75bf1ead53ba3b9a28b3 Mon Sep 17 00:00:00 2001 From: Shivang Kanaujia <49314289+shivang-jnv@users.noreply.github.com> Date: Wed, 13 Aug 2025 12:25:42 +0530 Subject: [PATCH 0407/2656] Added Shivang to contributors list (#101862) * docs: Contributors.md aded to contributors list * Revert "docs: Contributors.md aded to contributors list" This reverts commit cb9285c8b2722eb6e50c9ee243d3db1756fe965c. * docs: Contributors.md added Shivang to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0d4be552..162d2fac 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1654,3 +1654,4 @@ jack - first contribution practice - [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) From a4b969cda08e0c512224694090ac7815497bd620 Mon Sep 17 00:00:00 2001 From: bithunter744 <140405419+bithunter744@users.noreply.github.com> Date: Wed, 13 Aug 2025 09:58:04 +0200 Subject: [PATCH 0408/2656] Add bithunter to Contributors list (#101863) Co-authored-by: zq6966 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 162d2fac..4c69ae27 100644 --- a/Contributors.md +++ b/Contributors.md @@ -40,6 +40,7 @@ - [zwy98](https://github.com/zwy98) - [pa4uslf](https://github.com/pa4uslf) - [saiki kohei](https://github.com/saisai-web) +- [bithunter](https://github.com/bithunter744) - [zdp1](https://github.com/dongpeng6) - [Govinda Kandel](https://github.com/Govindakandel) - [Vrund Patel](https://github.com/Vrund09) From c76fc594e7f4407aa95a87ad5d823c83c7d17f36 Mon Sep 17 00:00:00 2001 From: Muhamad Fardal Akter Min Gali Date: Wed, 13 Aug 2025 17:02:56 +0700 Subject: [PATCH 0409/2656] add missing closing asterisk --- docs/additional-material/Things a non Programmer can do.id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/additional-material/Things a non Programmer can do.id.md b/docs/additional-material/Things a non Programmer can do.id.md index 8942c180..1d91d6b5 100644 --- a/docs/additional-material/Things a non Programmer can do.id.md +++ b/docs/additional-material/Things a non Programmer can do.id.md @@ -101,7 +101,7 @@ Menjawab pertanyaan, terutama dari seseorang yang baru saja memulai, sangat pent Waktu yang Anda luangkan untuk membantu seorang pemula, bahkan jika mereka mengajukan pertanyaan di mana Anda dapat dengan mudah menjawab “RTFM” dengan cepat, akan terbayar di kemudian hari dengan mendapatkan anggota aktif lainnya di dalam komunitas. Semua orang memulai dari suatu tempat, dan proyek membutuhkan arus masuk orang yang konstan jika ingin tetap hidup. -13. **Tulislah sebuah postingan blog: +13. **Tulislah sebuah postingan blog**: Jika Anda memiliki sebuah blog, tulislah tentang pengalaman Anda dengan proyek yang Anda gunakan. Ceritakan tentang masalah yang Anda hadapi dengan menggunakan perangkat lunak dan apa yang Anda lakukan untuk menyelesaikannya. Anda akan membantu dengan dua cara, yaitu dengan membantu menjaga proyek tetap berada di benak orang lain di sekitar Anda, From ed37a678eb2f31abe2e164471f97cae214019e0d Mon Sep 17 00:00:00 2001 From: Blair Akinmade <156689303+playerblair@users.noreply.github.com> Date: Wed, 13 Aug 2025 11:47:18 +0100 Subject: [PATCH 0410/2656] Add playerblair to Contributors list (#101866) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4c69ae27..ee80ba7f 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) +- [playerblair](https://github.com/playerblair) \ No newline at end of file From 6ceb654af2b8653bab52f627923c6b26000ff60c Mon Sep 17 00:00:00 2001 From: Sunit Garg <72208541+Sunit25@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:22:33 +0530 Subject: [PATCH 0411/2656] Add Sunit to Contributors list (#101867) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ee80ba7f..ec33a7f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -678,6 +678,7 @@ Eoin O'B - [Mariusz Sobczak](https://github.com/SmoQ) - [Umair Amir](https://github.com/UmairAmir) - [Sandhya R](https://github.com/sandhya13r) +- [Sunit] (https://github.com/sunit25) - [Salar Amir](https://github.com/SalarAmir) - [Leila (Radi Adil)](https://github.com/l3331l4) - [Shudan Luo](https://github.com/shudanluo) @@ -1656,4 +1657,4 @@ jack - first contribution practice - [Alokananda Y](https://github.com/alok-38) - [Rishabh Pathak](https://github.com/RishabhPathak93) - [Shivang](https://github.com/shivang-jnv) -- [playerblair](https://github.com/playerblair) \ No newline at end of file +- [playerblair](https://github.com/playerblair) From c2a5c12bf3317e3ec2dcc7114c473a82ee5642da Mon Sep 17 00:00:00 2001 From: Arafath MSM <139915083+Arafath-MSM@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:41:39 +0530 Subject: [PATCH 0412/2656] Add Arafath to Contributors list (#101868) Co-authored-by: Arafath --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ec33a7f0..218b066e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,6 +39,7 @@ - [Kanak](https://github.com/Kcode727) - [zwy98](https://github.com/zwy98) - [pa4uslf](https://github.com/pa4uslf) +- [Arafath](https://github.com/Arafath-MSM) - [saiki kohei](https://github.com/saisai-web) - [bithunter](https://github.com/bithunter744) - [zdp1](https://github.com/dongpeng6) From 1881bab80b182899739659158aee095f1b2a7a10 Mon Sep 17 00:00:00 2001 From: ankashyap <60229270+ankashyap@users.noreply.github.com> Date: Wed, 13 Aug 2025 05:06:56 -0700 Subject: [PATCH 0413/2656] Add ananya to Contirbutors list (#101871) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 218b066e..7bb5f8eb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) - [andyyou7549](https://github.com/andyyou7549) - [Asabul Hossain Mondal](https://github.com/asabulmondal) +- [ananya](https://github.com/ankashyap) - [WebX Beyond](https://github.com/webxbeyond) - [Saptarsi Debnath](https://github.com/saptarsidebnath98) - [AmartyaPrakash](https://github.com/amartya69) From c217fa39292573de89de6348698990055909a60c Mon Sep 17 00:00:00 2001 From: Shahrukh Khan Date: Wed, 13 Aug 2025 17:46:39 +0530 Subject: [PATCH 0414/2656] Add Shahrukh Khan to Contributors list (#101872) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7bb5f8eb..02b5920b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1660,3 +1660,4 @@ jack - first contribution practice - [Rishabh Pathak](https://github.com/RishabhPathak93) - [Shivang](https://github.com/shivang-jnv) - [playerblair](https://github.com/playerblair) +- [Shahrukh Khan](https://github.com/srk384) \ No newline at end of file From 87a614ae6b34b394ea6a67981e6967575e03d2fb Mon Sep 17 00:00:00 2001 From: Chathura Prabashana Date: Wed, 13 Aug 2025 06:54:56 -0700 Subject: [PATCH 0415/2656] Add Chathura to Contributors list (#101873) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 02b5920b..bfa65064 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Anirudh](https://github.com/anirudh240) +- [Chathura](https://github.com/PrabashanaDev) - [Likhitha](https://github.com/likhitha07) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Sunday](https://github.com/Hao-tian) From 48b9e4cf3ef83e1841e27a5913c58701e2b0af58 Mon Sep 17 00:00:00 2001 From: Lusmaysh <89325163+Lusmaysh@users.noreply.github.com> Date: Wed, 13 Aug 2025 21:05:46 +0700 Subject: [PATCH 0416/2656] Add lusmaysh to Contributor list (#101874) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bfa65064..55860114 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1661,4 +1661,5 @@ jack - first contribution practice - [Rishabh Pathak](https://github.com/RishabhPathak93) - [Shivang](https://github.com/shivang-jnv) - [playerblair](https://github.com/playerblair) -- [Shahrukh Khan](https://github.com/srk384) \ No newline at end of file +- [Shahrukh Khan](https://github.com/srk384) +- [Lusmaysh](https://github.com/lusmaysh) \ No newline at end of file From 721f59a2cc543264185f5b44c14feaf62d6aafc3 Mon Sep 17 00:00:00 2001 From: "Loich K. Deameni" Date: Wed, 13 Aug 2025 16:18:54 +0200 Subject: [PATCH 0417/2656] Add Kamdoum Loich to Contributors list (#101876) Co-authored-by: Loich Deameni --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 55860114..cfbc1b49 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,6 +63,7 @@ - [leoweo1](https://github.com/leoweo1) - [Alejandro](https://github.com/Jano2402) - [BorisovCloud](https://github.com/BorisovCloud) +- [Kamdoum Loich](https://github.com/kamdoumloich) - [Tarun207](https://github.com/Tarun207) - [Oyeyemi Obaloluwa](https://github.com/sudo-init-do) - [Dhanjit Nath](https://github.com/developerDhanjit) @@ -1662,4 +1663,4 @@ jack - first contribution practice - [Shivang](https://github.com/shivang-jnv) - [playerblair](https://github.com/playerblair) - [Shahrukh Khan](https://github.com/srk384) -- [Lusmaysh](https://github.com/lusmaysh) \ No newline at end of file +- [Lusmaysh](https://github.com/lusmaysh) From c0252e440ab84cb792441e0d545561042c79bf31 Mon Sep 17 00:00:00 2001 From: Sushil Kumar Gauda Date: Wed, 13 Aug 2025 20:24:17 +0530 Subject: [PATCH 0418/2656] Update Contributors.md (#101879) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cfbc1b49..fb8b0ee6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -254,6 +254,7 @@ CoolSoulz - [tuysh](https://github.com/Tuysh) - [jpbellizia](https://github.com/jpbellizia) The-Yash-is-Joined +- [skg2k05](https://github.com/skg2k05) - [addpd](https://github.com/addpd) - [Pritha Maity](https://github.com/PrithaMaity) - [oompf](https://github.com/oompf) From e5f7faef73547f14d404d4dcb65d12fadd77d1a9 Mon Sep 17 00:00:00 2001 From: Nidhi-1555 Date: Wed, 13 Aug 2025 20:43:48 +0530 Subject: [PATCH 0419/2656] Update Contributors.md --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index fb8b0ee6..2481bc61 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1665,3 +1665,6 @@ jack - first contribution practice - [playerblair](https://github.com/playerblair) - [Shahrukh Khan](https://github.com/srk384) - [Lusmaysh](https://github.com/lusmaysh) +- [Nidhi Chaudhary](https://github.com/Nidhi-1555) + + From 98dfd067bbba2285e695d9a75b57058a13f1974b Mon Sep 17 00:00:00 2001 From: David Chamling Rai <103678376+Wadangkaa@users.noreply.github.com> Date: Wed, 13 Aug 2025 21:14:58 +0545 Subject: [PATCH 0420/2656] Added David Chamling Rai to Contributors list (#101883) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fb8b0ee6..c3a0730c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Anirudh](https://github.com/anirudh240) - [Chathura](https://github.com/PrabashanaDev) - [Likhitha](https://github.com/likhitha07) +- [David Chamling Rai](https://github.com/Wadangkaa) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) From f72e5bb969494d4e70cccdccb6bd5833a75f7040 Mon Sep 17 00:00:00 2001 From: Sachin Date: Wed, 13 Aug 2025 21:01:28 +0530 Subject: [PATCH 0421/2656] Update Contributors.md (#101884) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c3a0730c..5c648d6f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1666,3 +1666,4 @@ jack - first contribution practice - [playerblair](https://github.com/playerblair) - [Shahrukh Khan](https://github.com/srk384) - [Lusmaysh](https://github.com/lusmaysh) +- [Sachin](https://github.com/Sachiiinnn) From 70f3fdca899004f0fa5bccb2a44347708d7d86b1 Mon Sep 17 00:00:00 2001 From: Nidhi-1555 Date: Wed, 13 Aug 2025 21:02:20 +0530 Subject: [PATCH 0422/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 5c648d6f..46fe5bdd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1666,4 +1666,4 @@ jack - first contribution practice - [playerblair](https://github.com/playerblair) - [Shahrukh Khan](https://github.com/srk384) - [Lusmaysh](https://github.com/lusmaysh) -- [Sachin](https://github.com/Sachiiinnn) +- [Nidhi](https://github.com/Nidhi-1555) From 9bbbae648e6454ad7b080e33e8573ee30b2ab3a3 Mon Sep 17 00:00:00 2001 From: Saksham Rawat Date: Wed, 13 Aug 2025 21:51:30 +0530 Subject: [PATCH 0423/2656] Add CommitCaptian-A to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c648d6f..f739626c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Anirudh](https://github.com/anirudh240) - [Chathura](https://github.com/PrabashanaDev) +- [Commitaptian-A](https://github.com/CommitCaptain-A) - [Likhitha](https://github.com/likhitha07) - [David Chamling Rai](https://github.com/Wadangkaa) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) From 95b677802211293b5d4955cb1ac52c146db7c9f9 Mon Sep 17 00:00:00 2001 From: MrMystrious Date: Wed, 13 Aug 2025 21:56:04 +0530 Subject: [PATCH 0424/2656] add MrMysterious --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c648d6f..22ded0da 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1667,3 +1667,4 @@ jack - first contribution practice - [Shahrukh Khan](https://github.com/srk384) - [Lusmaysh](https://github.com/lusmaysh) - [Sachin](https://github.com/Sachiiinnn) +-[MrMysterios](https://github.com/MrMystrious) \ No newline at end of file From ce7bcc29833d547cf23d0ef6c25daf3ccf7367dd Mon Sep 17 00:00:00 2001 From: Saiprasad Rao <165925927+thesaiprasadrao@users.noreply.github.com> Date: Wed, 13 Aug 2025 22:00:32 +0530 Subject: [PATCH 0425/2656] Add Saiprasad Rao to Contributor's List (#101887) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c648d6f..18245567 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1634,6 +1634,7 @@ Eoin O'B - [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) - [spacescribe](https://github.com/spacescribe) -[sammydonovan](https://github.com/sammydono) - [Firewooood](https://github.com/Firewooood) From 8add398f032535d6d1f6e803f0d00ba0774260d1 Mon Sep 17 00:00:00 2001 From: CommitCaptain-A Date: Wed, 13 Aug 2025 22:14:07 +0530 Subject: [PATCH 0426/2656] Add CommitCaptian-A to Contributors list (#101888) Co-authored-by: Saksham Rawat --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 18245567..c7242222 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Anirudh](https://github.com/anirudh240) - [Chathura](https://github.com/PrabashanaDev) +- [Commitaptian-A](https://github.com/CommitCaptain-A) - [Likhitha](https://github.com/likhitha07) - [David Chamling Rai](https://github.com/Wadangkaa) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) From 33ac73974abfe9ad96d69887c2abb9a65a293e35 Mon Sep 17 00:00:00 2001 From: Anton Lysenko <69346513+AntonyCoder@users.noreply.github.com> Date: Wed, 13 Aug 2025 21:24:03 +0300 Subject: [PATCH 0427/2656] Add Anton Lysenko to Contributors list (#101890) Co-authored-by: Anton Lysenko --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7242222..32f62de8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1669,3 +1669,4 @@ jack - first contribution practice - [Shahrukh Khan](https://github.com/srk384) - [Lusmaysh](https://github.com/lusmaysh) - [Sachin](https://github.com/Sachiiinnn) +- [Anton Lysenko](https://github.com/AntonyCoder) \ No newline at end of file From d81629b6b60d602d362280490c49dc98da7ffd28 Mon Sep 17 00:00:00 2001 From: Vishwambar Manchewar Date: Wed, 13 Aug 2025 23:56:35 +0530 Subject: [PATCH 0428/2656] Added my name in Contributors.md (#101891) Co-authored-by: admin --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 32f62de8..7f8fca0f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Demetris B.](https://github.com/deyil) - [0xAnamul](https://github.com/0xAnamul) - [João Scarlateli](https://github.com/Scarlateli) +- [Vishwambar Manchewar](https://github.com/vishmanchewar) - [seon99il](https://github.com/seon99il) - [Ms_Njuguna](https://github.com/Ms-Njuguna) - [sajad thapa](https://github.com/sajadthapa04) From 2f5f1d92a7705e533407d98cedf58b3fa25841ae Mon Sep 17 00:00:00 2001 From: Chirag Date: Thu, 14 Aug 2025 02:04:11 +0530 Subject: [PATCH 0429/2656] Adding Chirag as a contributor (#101892) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7f8fca0f..80a50e2b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1670,4 +1670,5 @@ jack - first contribution practice - [Shahrukh Khan](https://github.com/srk384) - [Lusmaysh](https://github.com/lusmaysh) - [Sachin](https://github.com/Sachiiinnn) -- [Anton Lysenko](https://github.com/AntonyCoder) \ No newline at end of file +- [Anton Lysenko](https://github.com/AntonyCoder) +- [Chirag Sharma](https://github.com/chirraaggggg) \ No newline at end of file From 7eebae078644f7d5de18a80c8d108cb2b2171c3a Mon Sep 17 00:00:00 2001 From: aarohCodes Date: Wed, 13 Aug 2025 16:10:45 -0500 Subject: [PATCH 0430/2656] Add aarohCodes to Contributors list (#101893) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 80a50e2b..a5d35e05 100644 --- a/Contributors.md +++ b/Contributors.md @@ -843,6 +843,7 @@ Eoin O'B - [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) From 7558a749959ea3cdb690a505716defe2c63fc034 Mon Sep 17 00:00:00 2001 From: Gustavo Aguilar Date: Wed, 13 Aug 2025 17:42:46 -0600 Subject: [PATCH 0431/2656] Add Gustavo Aguilar to Contributors list (#101894) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a5d35e05..c95ff4e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1672,4 +1672,5 @@ jack - first contribution practice - [Lusmaysh](https://github.com/lusmaysh) - [Sachin](https://github.com/Sachiiinnn) - [Anton Lysenko](https://github.com/AntonyCoder) -- [Chirag Sharma](https://github.com/chirraaggggg) \ No newline at end of file +- [Chirag Sharma](https://github.com/chirraaggggg) +- [Gustavo Aguilar](https://github.com/gangeagui) \ No newline at end of file From 15e5eff4fc373fc6e3afc65ede30f0c291ea6f52 Mon Sep 17 00:00:00 2001 From: Brian Gonzalez Manresa <95263805+briangm98nevermore@users.noreply.github.com> Date: Wed, 13 Aug 2025 19:50:14 -0400 Subject: [PATCH 0432/2656] Add Brian Gonzalez Manresa to Contributors list (#101896) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c95ff4e8..1431c874 100644 --- a/Contributors.md +++ b/Contributors.md @@ -30,6 +30,7 @@ - [Asabul Hossain Mondal](https://github.com/asabulmondal) - [ananya](https://github.com/ankashyap) - [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) From 6cec86fd4d4b03f2beee429f743f4d635a7d510b Mon Sep 17 00:00:00 2001 From: Don Doricent <107654196+Don-Doricent@users.noreply.github.com> Date: Wed, 13 Aug 2025 22:33:17 -0400 Subject: [PATCH 0433/2656] Add Don Doricent to Contributors list (#101898) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1431c874..1b0872dc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ - [pa4uslf](https://github.com/pa4uslf) - [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) @@ -1674,4 +1675,4 @@ jack - first contribution practice - [Sachin](https://github.com/Sachiiinnn) - [Anton Lysenko](https://github.com/AntonyCoder) - [Chirag Sharma](https://github.com/chirraaggggg) -- [Gustavo Aguilar](https://github.com/gangeagui) \ No newline at end of file +- [Gustavo Aguilar](https://github.com/gangeagui) From 4d298b229ea9da27c8d8e7a56ae931683c3fa05c Mon Sep 17 00:00:00 2001 From: aboutanna <31817689+aboutanna@users.noreply.github.com> Date: Thu, 14 Aug 2025 11:24:15 +0800 Subject: [PATCH 0434/2656] Update Contributors.md (#101899) My first contribution --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1b0872dc..fc262469 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1676,3 +1676,4 @@ jack - first contribution practice - [Anton Lysenko](https://github.com/AntonyCoder) - [Chirag Sharma](https://github.com/chirraaggggg) - [Gustavo Aguilar](https://github.com/gangeagui) +- [AnnaFromChangsha](https://github.com/aboutanna) From 94759f8914cdc6a6f82c28c828be37760959e38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=99=BA=E6=95=8F?= <118346114+magician10001@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:01:17 +0800 Subject: [PATCH 0435/2656] Add magician10001 to Contributors list (#101900) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fc262469..fb755aa1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1676,4 +1676,5 @@ jack - first contribution practice - [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) From 651fe33316a8967a04dbf15c7001ee1f82a54bc0 Mon Sep 17 00:00:00 2001 From: mizuresort Date: Thu, 14 Aug 2025 13:06:22 +0900 Subject: [PATCH 0436/2656] Add mizuki to Contributors list (#101901) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fb755aa1..ecae01f1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [seon99il](https://github.com/seon99il) - [Ms_Njuguna](https://github.com/Ms-Njuguna) - [sajad thapa](https://github.com/sajadthapa04) +- [mizuki](https://github.com/mizuresort) - [cashtanowiec](https://github.com/cashtanowiec) - [Mattia Cocco](https://github.com/Matti02co) - [Isaac Lopez](https://github.com/IsaacLC1104) From d9ca2b4f2a4282bdf2d23332e769897c645c80c1 Mon Sep 17 00:00:00 2001 From: Rohit Rajvaidya <109543331+RohitRajvaidya5@users.noreply.github.com> Date: Thu, 14 Aug 2025 09:48:29 +0530 Subject: [PATCH 0437/2656] Added my name to contributors list (#101902) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ecae01f1..4eaad7e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) - [Anirudh](https://github.com/anirudh240) - [Chathura](https://github.com/PrabashanaDev) - [Commitaptian-A](https://github.com/CommitCaptain-A) From ee33d6c6bab1d42e3dbed6e3bb6b4f066f3f6b58 Mon Sep 17 00:00:00 2001 From: HARSH THAKARE <151563948+harsh21234i@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:37:22 +0530 Subject: [PATCH 0438/2656] contributed (#101903) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4eaad7e9..9eec3b67 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Harsh Thakare](https://github.com/harsh21234i) - [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) - [Anirudh](https://github.com/anirudh240) - [Chathura](https://github.com/PrabashanaDev) From 967d2911c3ca9f051d23f99f9137c1296e0829a4 Mon Sep 17 00:00:00 2001 From: Shrivarsha Poojary Date: Thu, 14 Aug 2025 11:12:41 +0530 Subject: [PATCH 0439/2656] try the first PR (#101907) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9eec3b67..33823c1a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1643,6 +1643,7 @@ Eoin O'B - [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) From 6e96f58fe2fdc9b6d9cdbdbb6c8904032c0a9f45 Mon Sep 17 00:00:00 2001 From: Abhidave Tan Date: Thu, 14 Aug 2025 13:49:02 +0800 Subject: [PATCH 0440/2656] Add Abhidave Tan to Contributors list (#101908) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 33823c1a..ac317536 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1682,3 +1682,4 @@ jack - first contribution practice - [Gustavo Aguilar](https://github.com/gangeagui) - [magician10001](https://github.com/magician10001) - [AnnaFromChangsha](https://github.com/aboutanna) +-[abhidaveT](https://github.com/ItzmeFurina) From 44a111f56404876699f9d15e6c080a19b8b867e8 Mon Sep 17 00:00:00 2001 From: Jo Date: Thu, 14 Aug 2025 18:08:18 +1200 Subject: [PATCH 0441/2656] Add Jo to Contributors list (#101909) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ac317536..c1aae0ff 100644 --- a/Contributors.md +++ b/Contributors.md @@ -56,6 +56,7 @@ - [Govinda Kandel](https://github.com/Govindakandel) - [Vrund Patel](https://github.com/Vrund09) - [Pierre](https://github.com/wiizzl) +- [Jo](https://github.com/BeanboxNZ) - [Jainil Desai](https://github.com/jainilDesai) - [Jose Nieto](https://github.com/nietojose10) - [Ritesh Singh](https://github.com/ritesh355) From ee795a175f7a10875b978cacdda8e4f21823b72f Mon Sep 17 00:00:00 2001 From: Mudit Jain Date: Thu, 14 Aug 2025 11:49:45 +0530 Subject: [PATCH 0442/2656] Added my name in contributors list (#101910) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c1aae0ff..008c9299 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ - [Kanak](https://github.com/Kcode727) - [zwy98](https://github.com/zwy98) - [pa4uslf](https://github.com/pa4uslf) +- [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) From 7a500584e4bc1a0736bc957369a0e2ec0ca120ac Mon Sep 17 00:00:00 2001 From: Sanajit Jana Date: Thu, 14 Aug 2025 12:46:03 +0530 Subject: [PATCH 0443/2656] Add my name in the Contributors.md (#101911) Signed-off-by: Sanjit Jana --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 008c9299..84fabf9e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Sanajit Jana](https://github.com/sanajitjana) - [Harsh Thakare](https://github.com/harsh21234i) - [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) - [Anirudh](https://github.com/anirudh240) From e661b6d7dfd44754ef38eeebb81573d02a23c3e0 Mon Sep 17 00:00:00 2001 From: arul <153939531+Arul3011@users.noreply.github.com> Date: Thu, 14 Aug 2025 13:19:39 +0530 Subject: [PATCH 0444/2656] modfiy Contributors (#101875) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 84fabf9e..b0118a72 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1678,6 +1678,7 @@ jack - first contribution practice - [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) - [Sachin](https://github.com/Sachiiinnn) - [Anton Lysenko](https://github.com/AntonyCoder) From 20ef456eed524b5f853e0b0464628edfc722b592 Mon Sep 17 00:00:00 2001 From: KAMESH <168918180+kameshp1815@users.noreply.github.com> Date: Thu, 14 Aug 2025 13:29:12 +0530 Subject: [PATCH 0445/2656] Added kamesh (#101912) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b0118a72..f419edfc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1687,3 +1687,4 @@ jack - first contribution practice - [magician10001](https://github.com/magician10001) - [AnnaFromChangsha](https://github.com/aboutanna) -[abhidaveT](https://github.com/ItzmeFurina) +- [Kamesh](https://github.com/kameshp1815) From edd8b23b4450092ade6d9e9e75776a4f6ba59e9e Mon Sep 17 00:00:00 2001 From: ABHIRAJ GAUTAM <49376719+Abhirajgautam28@users.noreply.github.com> Date: Thu, 14 Aug 2025 13:42:53 +0530 Subject: [PATCH 0446/2656] Add Abhiraj Gautam to Contributors list (#101913) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f419edfc..fd6805da 100644 --- a/Contributors.md +++ b/Contributors.md @@ -783,6 +783,7 @@ Eoin O'B - [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) From d7d719c95f213ca263ca13d561c794ea47c2806c Mon Sep 17 00:00:00 2001 From: ashurohom Date: Thu, 14 Aug 2025 14:00:04 +0530 Subject: [PATCH 0447/2656] add name in Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c648d6f..0f988db9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -197,6 +197,7 @@ Shruti Tiwari - [Muskan Agarwal](https://github.com/MuskanAgarwal7) - [David Stark](https://github.com/GamingPions) - [Vinay M S](https://github.com/VinaymsGowda) +- [AshuROhom](https://github.com/ashurohom) - [malyukd](https://github.com/malyukd) [petimov](https://github.com/petimov) - [Chris Q](https://github.com/Q-X-F) From cb4bfe11dc42fd4edc95b1a7379b3e3c29084723 Mon Sep 17 00:00:00 2001 From: Ashitosh Rohom <93464644+ashurohom@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:01:25 +0530 Subject: [PATCH 0448/2656] add name in Contributors.md (#101914) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd6805da..064f627a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -207,6 +207,7 @@ Shruti Tiwari - [Muskan Agarwal](https://github.com/MuskanAgarwal7) - [David Stark](https://github.com/GamingPions) - [Vinay M S](https://github.com/VinaymsGowda) +- [AshuROhom](https://github.com/ashurohom) - [malyukd](https://github.com/malyukd) [petimov](https://github.com/petimov) - [Chris Q](https://github.com/Q-X-F) From 6b583fc19bdd0db4ec11904bfab03665d2055273 Mon Sep 17 00:00:00 2001 From: Christian <33465069+christianlilja@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:35:06 +0200 Subject: [PATCH 0449/2656] Add your-name to Contributors list (#101915) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 064f627a..ffb65e80 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1690,3 +1690,4 @@ jack - first contribution practice - [AnnaFromChangsha](https://github.com/aboutanna) -[abhidaveT](https://github.com/ItzmeFurina) - [Kamesh](https://github.com/kameshp1815) +- [Clilja](https://github.com/christianlilja) From ca927a9a3e0da20ddb3864098dadaaef2dc7026f Mon Sep 17 00:00:00 2001 From: ZMM-zhangmanman <66467488+ZMM-zhangmanman@users.noreply.github.com> Date: Thu, 14 Aug 2025 16:43:42 +0800 Subject: [PATCH 0450/2656] Add ZMM-zhangmanman to Contributors list (#101916) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “ZMM” --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ffb65e80..2b6bfe67 100644 --- a/Contributors.md +++ b/Contributors.md @@ -198,6 +198,7 @@ Shruti Tiwari - [Mokshith] - [Pinion](https://pinion.kr) - [jürgen vanzeir] +- [ZMM-zhangmanman] - [Akshat Jain](https://github.com/akshat2604) - [Atharva Pandkar](https://github.com/Atharva-Pandkar) - [Malak Ibrahim](https://github.com/mmibrahi) From 346c544b1e9252c0df683381f6f7723d7b8725c1 Mon Sep 17 00:00:00 2001 From: Zohaib Khan <152165821+zohaibkhan745@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:33:46 +0500 Subject: [PATCH 0451/2656] add my name to the list (#101917) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2b6bfe67..53e37623 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Zohaib Khan](https://github.com/zohaibkhan745) - [Sanajit Jana](https://github.com/sanajitjana) - [Harsh Thakare](https://github.com/harsh21234i) - [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) From e218a150259f9b05258d4b8d0abf030213c8f811 Mon Sep 17 00:00:00 2001 From: mama-hitachi Date: Thu, 14 Aug 2025 19:02:46 +0900 Subject: [PATCH 0452/2656] Add mama hita to contributors list (#101919) Co-authored-by: masae matsuura --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 53e37623..13d25d7c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -143,6 +143,7 @@ - [C.K.Chiu](https://github.com/and86802) - Caroline Hall Shruti Tiwari +- mama hita - Himansu Mallik - Abdullah Zulfiqar(https://github.com/AbdullahZulfiqar2005) - [codemikemike](https://github.com/codemikemike) From b446da8899641396994a74b89d65b2074e5ac4dd Mon Sep 17 00:00:00 2001 From: Roselline Mikasa <43328811+Rosellines@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:34:06 +0700 Subject: [PATCH 0453/2656] Add Rosellines to Contributors list (#101920) Co-authored-by: root --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 13d25d7c..0ae505a3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -82,6 +82,7 @@ - [Aryan Gusain](https://github.com/aryangusain) - [zhan7236](https://github.com/zhan7236) - [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) From 29dfc5712b18ff004d1b11c2342faba23df7a820 Mon Sep 17 00:00:00 2001 From: Varsha1202 <91330320+Varsha1202@users.noreply.github.com> Date: Thu, 14 Aug 2025 16:44:13 +0530 Subject: [PATCH 0454/2656] Add Varsha Ghodase to Contributors list (#101921) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0ae505a3..28a2bca9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1695,3 +1695,4 @@ jack - first contribution practice -[abhidaveT](https://github.com/ItzmeFurina) - [Kamesh](https://github.com/kameshp1815) - [Clilja](https://github.com/christianlilja) +- [Varsha Ghodase](https://github.com/Varsha1202) From d247f825f67f0e6fc7d4b5b28561afe03418f124 Mon Sep 17 00:00:00 2001 From: Srinivas Batthula Date: Thu, 14 Aug 2025 17:35:27 +0530 Subject: [PATCH 0455/2656] Update Contributors.md (#101922) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 28a2bca9..79875f67 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Zohaib Khan](https://github.com/zohaibkhan745) +- [Srinivas Batthula](https://github.com/srinivas-batthula) - [Sanajit Jana](https://github.com/sanajitjana) - [Harsh Thakare](https://github.com/harsh21234i) - [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) From 2c7d4bcea3e42065e6b4e9d13cc1f4cb30049664 Mon Sep 17 00:00:00 2001 From: Raj <83450219+rajsonnii@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:49:02 +0530 Subject: [PATCH 0456/2656] Add Raj Soni to Contributors list (#101924) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 79875f67..a189149d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Zohaib Khan](https://github.com/zohaibkhan745) +- [Raj Soni](https://github.com/rajsonnii) - [Srinivas Batthula](https://github.com/srinivas-batthula) - [Sanajit Jana](https://github.com/sanajitjana) - [Harsh Thakare](https://github.com/harsh21234i) From 73b387cfd32a7446dfa6534bbd969f46e41ebf2f Mon Sep 17 00:00:00 2001 From: SachindasVK Date: Thu, 14 Aug 2025 17:57:08 +0530 Subject: [PATCH 0457/2656] add SachindasVK to Contributors list (#101925) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a189149d..29b3dd23 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Sanajit Jana](https://github.com/sanajitjana) - [Harsh Thakare](https://github.com/harsh21234i) - [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) +- [Sachin vk](https://github.com/sachindasvk) - [Anirudh](https://github.com/anirudh240) - [Chathura](https://github.com/PrabashanaDev) - [Commitaptian-A](https://github.com/CommitCaptain-A) From 7a313beaa63f05c002836ae40b4fa92ab8207f7a Mon Sep 17 00:00:00 2001 From: CommitCaptian-A Date: Thu, 14 Aug 2025 18:03:47 +0530 Subject: [PATCH 0458/2656] saksham --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f739626c..8fe5fdfa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,7 +1,7 @@ # Contributors - [Anirudh](https://github.com/anirudh240) - [Chathura](https://github.com/PrabashanaDev) -- [Commitaptian-A](https://github.com/CommitCaptain-A) +- [CommitaCptian-A](https://github.com/CommitCaptain-A) - [Likhitha](https://github.com/likhitha07) - [David Chamling Rai](https://github.com/Wadangkaa) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) From 8d159bc7f4be90671acd7c8f7bcd7440e3e9732b Mon Sep 17 00:00:00 2001 From: Tiago Castilho Date: Thu, 14 Aug 2025 14:48:02 +0200 Subject: [PATCH 0459/2656] add tiago castilho (#101927) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 29b3dd23..1b0a064e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1699,3 +1699,4 @@ jack - first contribution practice - [Kamesh](https://github.com/kameshp1815) - [Clilja](https://github.com/christianlilja) - [Varsha Ghodase](https://github.com/Varsha1202) +- [Tiago Castilho](https://github.com/tcastilho10) From 71b2ce5aca11a27da0f6454b91b3453401b1064a Mon Sep 17 00:00:00 2001 From: "Evanescence P. Naad" Date: Thu, 14 Aug 2025 17:38:08 +0400 Subject: [PATCH 0460/2656] Update Contributors.md (#101929) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1b0a064e..42977804 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Zohaib Khan](https://github.com/zohaibkhan745) - [Raj Soni](https://github.com/rajsonnii) - [Srinivas Batthula](https://github.com/srinivas-batthula) +- [Evan](https://github.com/ICreateStuff5) - [Sanajit Jana](https://github.com/sanajitjana) - [Harsh Thakare](https://github.com/harsh21234i) - [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) @@ -1699,4 +1700,4 @@ jack - first contribution practice - [Kamesh](https://github.com/kameshp1815) - [Clilja](https://github.com/christianlilja) - [Varsha Ghodase](https://github.com/Varsha1202) -- [Tiago Castilho](https://github.com/tcastilho10) +- [Tiago Castilho](https://github.com/tcastilho10) \ No newline at end of file From f1ac28bb47fae758da3ea91caa82d3df0ceabcca Mon Sep 17 00:00:00 2001 From: Muhammed safvan p Date: Thu, 14 Aug 2025 19:17:45 +0530 Subject: [PATCH 0461/2656] Muhammed safvan p add to contributors list (#101930) Co-authored-by: safvan --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 42977804..b0aa96b5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1700,4 +1700,5 @@ jack - first contribution practice - [Kamesh](https://github.com/kameshp1815) - [Clilja](https://github.com/christianlilja) - [Varsha Ghodase](https://github.com/Varsha1202) -- [Tiago Castilho](https://github.com/tcastilho10) \ No newline at end of file +- [Tiago Castilho](https://github.com/tcastilho10) +- [Muhammed safvan p](https://github.com/M-Safvan-p) \ No newline at end of file From 763a3105892def88fc3f0a545d215b1355095769 Mon Sep 17 00:00:00 2001 From: Priscila <88210504+prifry@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:36:07 -0400 Subject: [PATCH 0462/2656] Added my name to the list of contribution (#101931) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b0aa96b5..07882656 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1701,4 +1701,5 @@ jack - first contribution practice - [Clilja](https://github.com/christianlilja) - [Varsha Ghodase](https://github.com/Varsha1202) - [Tiago Castilho](https://github.com/tcastilho10) -- [Muhammed safvan p](https://github.com/M-Safvan-p) \ No newline at end of file +- [Muhammed safvan p](https://github.com/M-Safvan-p) +-[Priscila Fry](https://github.com/prifry) \ No newline at end of file From 041aebb617cb76e061652b1fc8e9c54f29a0bb57 Mon Sep 17 00:00:00 2001 From: sebichondo Date: Thu, 14 Aug 2025 16:23:13 +0100 Subject: [PATCH 0463/2656] Add sebichondo to Contributors list (#101932) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 07882656..7adb70cf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1702,4 +1702,5 @@ jack - first contribution practice - [Varsha Ghodase](https://github.com/Varsha1202) - [Tiago Castilho](https://github.com/tcastilho10) - [Muhammed safvan p](https://github.com/M-Safvan-p) --[Priscila Fry](https://github.com/prifry) \ No newline at end of file +-[Priscila Fry](https://github.com/prifry) +-[Stephen Ebichondo](https://github.com/sebichondo) \ No newline at end of file From 9f5c6a2743692b9750796f1e56cdf24deb03823a Mon Sep 17 00:00:00 2001 From: Ronak Singh Date: Thu, 14 Aug 2025 22:26:18 +0530 Subject: [PATCH 0464/2656] Add Ronak Singh to Contributors list (#101933) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7adb70cf..39ebdf69 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Zohaib Khan](https://github.com/zohaibkhan745) +- [Ronak Singh](https://github.com/RonakSingh2006) - [Raj Soni](https://github.com/rajsonnii) - [Srinivas Batthula](https://github.com/srinivas-batthula) - [Evan](https://github.com/ICreateStuff5) From e40fd02dccd4830cbc82330607199d139c1a309f Mon Sep 17 00:00:00 2001 From: Jay <116681871+AloofApple@users.noreply.github.com> Date: Thu, 14 Aug 2025 19:13:11 +0200 Subject: [PATCH 0465/2656] added Aloof Apple name to contributors list (#101934) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 39ebdf69..1f6fff53 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1192,6 +1192,7 @@ Eoin O'B - [Codemanticism](https://github.com/codemanticism) - [Guru Balamurugan](https://github.com/guru-apr21) - [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) - [Dante Alegria](https://github.com/dantealegria1) From 4e27979ac5fa42472ad5fff93f6c91e1116a2bae Mon Sep 17 00:00:00 2001 From: Joshua McNeel Date: Thu, 14 Aug 2025 13:48:45 -0400 Subject: [PATCH 0466/2656] Added Joshua McNeel to Contributors list (#101935) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1f6fff53..c45266b1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -209,6 +209,7 @@ Shruti Tiwari - [ZMM-zhangmanman] - [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) - [Edson Petry](https://github.com/edsonpetry) - [Rohan-Lalchandani](https://github.com/Rohan-Lalchandani08) From 47293a049322e882a27c1d540975de04cc4315e1 Mon Sep 17 00:00:00 2001 From: Viswa Rathnakumar <74842827+viswarath@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:21:19 -0400 Subject: [PATCH 0467/2656] Add viswa r to Contributors list (#101936) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c45266b1..21d08e57 100644 --- a/Contributors.md +++ b/Contributors.md @@ -335,6 +335,7 @@ The-Yash-is-Joined - [AlexKos](https://github.com/lukgav) - [Imam](https://github.com/Shaik-36) - [AkaruiNeko](https://github.com/BrightCat14) +- viswa r - [Harsh Kumar Singh](https://github.com/Mickey3970) - [Anu](https://github.com/anurag998) - [NihadVeliyev](https://github.com/NihadVeliyev) @@ -1706,4 +1707,4 @@ jack - first contribution practice - [Tiago Castilho](https://github.com/tcastilho10) - [Muhammed safvan p](https://github.com/M-Safvan-p) -[Priscila Fry](https://github.com/prifry) --[Stephen Ebichondo](https://github.com/sebichondo) \ No newline at end of file +-[Stephen Ebichondo](https://github.com/sebichondo) From b69fa530a4b9a9304a437a4ca981e582b153e8e0 Mon Sep 17 00:00:00 2001 From: larley <121249322+DevLARLEY@users.noreply.github.com> Date: Thu, 14 Aug 2025 20:28:00 +0200 Subject: [PATCH 0468/2656] Update Contributors.md (#101937) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 21d08e57..4e492f5f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -150,6 +150,7 @@ - Caroline Hall Shruti Tiwari - mama hita +- [larley](https://github.com/DevLARLEY) - Himansu Mallik - Abdullah Zulfiqar(https://github.com/AbdullahZulfiqar2005) - [codemikemike](https://github.com/codemikemike) From 8c1f3c3fd415a15bce016c1fa50d1d9b00e61912 Mon Sep 17 00:00:00 2001 From: seneka-DSNA Date: Thu, 14 Aug 2025 18:29:42 +0000 Subject: [PATCH 0469/2656] AlejandroAguilar to Contributors list (#101938) Co-authored-by: lorolex --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4e492f5f..96c82195 100644 --- a/Contributors.md +++ b/Contributors.md @@ -854,6 +854,7 @@ Eoin O'B - [ColorCode](https://github.com/benjaAguilar) - [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) From 3337808ee8020c1a9c1211485e2fd7704e317e96 Mon Sep 17 00:00:00 2001 From: jiya22r Date: Fri, 15 Aug 2025 00:29:13 +0530 Subject: [PATCH 0470/2656] Add jiya22r to Contributors list (#101939) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 96c82195..e86c0c5e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ - [Demetris B.](https://github.com/deyil) - [0xAnamul](https://github.com/0xAnamul) - [João Scarlateli](https://github.com/Scarlateli) +- [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) From db1d064055730c88c3b282e972d3e99b47add804 Mon Sep 17 00:00:00 2001 From: InesssRibeiro Date: Thu, 14 Aug 2025 20:02:02 +0100 Subject: [PATCH 0471/2656] Update Contributors.md Add my name to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 96c82195..be89ebfb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1710,3 +1710,4 @@ jack - first contribution practice - [Muhammed safvan p](https://github.com/M-Safvan-p) -[Priscila Fry](https://github.com/prifry) -[Stephen Ebichondo](https://github.com/sebichondo) +- [Inês Ribeiro](https://github.com/InesssRibeiro) From af6749a12620e3b10bee81f2df803a086bd33964 Mon Sep 17 00:00:00 2001 From: xraisik <114440055+xraisik@users.noreply.github.com> Date: Thu, 14 Aug 2025 22:03:37 +0300 Subject: [PATCH 0472/2656] Add xraisik to Contributors list (#101940) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e86c0c5e..cc55ae00 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1711,3 +1711,4 @@ jack - first contribution practice - [Muhammed safvan p](https://github.com/M-Safvan-p) -[Priscila Fry](https://github.com/prifry) -[Stephen Ebichondo](https://github.com/sebichondo) +- [xraisik](https://github.com/xraisik) From f0acbecd3b06e341b31e999d546e929f8191aa7f Mon Sep 17 00:00:00 2001 From: InesssRibeiro Date: Thu, 14 Aug 2025 20:13:06 +0100 Subject: [PATCH 0473/2656] Added my name to contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index be89ebfb..3706d07e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1710,4 +1710,4 @@ jack - first contribution practice - [Muhammed safvan p](https://github.com/M-Safvan-p) -[Priscila Fry](https://github.com/prifry) -[Stephen Ebichondo](https://github.com/sebichondo) -- [Inês Ribeiro](https://github.com/InesssRibeiro) +- [Inês Lemos Ribeiro](https://github.com/InesssRibeiro) From daa88358839dee4cf36c9226f9175154d19c172e Mon Sep 17 00:00:00 2001 From: Jadon <92008146+JadonDn@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:43:09 -0700 Subject: [PATCH 0474/2656] Add JadonDn to Contributors list (#101943) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cc55ae00..29cca71d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1712,3 +1712,4 @@ jack - first contribution practice -[Priscila Fry](https://github.com/prifry) -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) +-[Jadon](https://github.com/JadonDn) From 172bfc02d1e4d264073fb53e2ea8852056d80325 Mon Sep 17 00:00:00 2001 From: Luciano Campos Kriegl <62312023+lucianock@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:05:17 -0300 Subject: [PATCH 0475/2656] Add Luciano Campos Kriegl to contributors list (#101944) Included Luciano Campos Kriegl's name and GitHub profile in Contributors.md to acknowledge their participation. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 29cca71d..b504cd73 100644 --- a/Contributors.md +++ b/Contributors.md @@ -782,6 +782,7 @@ Eoin O'B - [Rakshak R B](https://github.com/rakshakrb) - [Umer Aslam](https://github.com/umeraslam00) - [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) From bccacbba3b0d4609f63d952920aeb094bcbf119d Mon Sep 17 00:00:00 2001 From: Gurparsad Singh Date: Fri, 15 Aug 2025 02:41:23 +0530 Subject: [PATCH 0476/2656] Add Gurparsad Singh to Contributors list (#101945) Co-authored-by: Gurparsad Singh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b504cd73..b74d35cd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Zohaib Khan](https://github.com/zohaibkhan745) - [Ronak Singh](https://github.com/RonakSingh2006) - [Raj Soni](https://github.com/rajsonnii) +- [Gurparsad Singh](https://github.com/gprathour) - [Srinivas Batthula](https://github.com/srinivas-batthula) - [Evan](https://github.com/ICreateStuff5) - [Sanajit Jana](https://github.com/sanajitjana) From 8657a63bb4e4d0cce9decf637873d95fc9697a25 Mon Sep 17 00:00:00 2001 From: Andrea Moguel Krause <31602026+amoguelk@users.noreply.github.com> Date: Thu, 14 Aug 2025 16:55:43 -0600 Subject: [PATCH 0477/2656] Add Andrea Moguel to Contributors list (#101947) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b74d35cd..b6088475 100644 --- a/Contributors.md +++ b/Contributors.md @@ -210,6 +210,7 @@ Shruti Tiwari - [Pinion](https://pinion.kr) - [jürgen vanzeir] - [ZMM-zhangmanman] +- [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) From 6be01030d0a669aa462522adbee98b248233e566 Mon Sep 17 00:00:00 2001 From: Zachary Schrader Date: Thu, 14 Aug 2025 19:04:07 -0600 Subject: [PATCH 0478/2656] Add schradz to contributors list (#101949) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b6088475..dbd9aa2d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1467,6 +1467,7 @@ Eoin O'B - [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/) From 02f3a2f467378698e556ca3df90cbf613fa0b6cb Mon Sep 17 00:00:00 2001 From: Revati Keskar <145006873+RevatiKeskar@users.noreply.github.com> Date: Fri, 15 Aug 2025 06:48:48 +0530 Subject: [PATCH 0479/2656] Added name in contributors.md (#101950) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dbd9aa2d..f3061eff 100644 --- a/Contributors.md +++ b/Contributors.md @@ -192,6 +192,7 @@ Shruti Tiwari - [Mohamed Hossam](https://github.com/mo-hossam-stack) - [Jared Krandel] - Swastik +- [Revati Keskar](https://gihub.som/RevatiKeskar) - [Rohin Garg](https://github.com/rohingarg12) - Gurukiran Reddy AKA AstaReddy - [FinalGrabacr](https://https://github.com/FinalGrabacr) From 7d902e1b0b9d26fadc6088e398f04a5fcb5e8f83 Mon Sep 17 00:00:00 2001 From: Wycliffe Musau <83181107+Excellent58@users.noreply.github.com> Date: Fri, 15 Aug 2025 04:31:28 +0300 Subject: [PATCH 0480/2656] Add wycliffe musau to Contributors list (#101951) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f3061eff..b38a6a39 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Wycliffe Musau](https://github.com/Excellent58) - [Zohaib Khan](https://github.com/zohaibkhan745) - [Ronak Singh](https://github.com/RonakSingh2006) - [Raj Soni](https://github.com/rajsonnii) From 9139847b3ceb6f56456260440affdcedcc0a9096 Mon Sep 17 00:00:00 2001 From: Asianzu Henry Duncan <153364283+asianzuhenry@users.noreply.github.com> Date: Fri, 15 Aug 2025 05:21:28 +0300 Subject: [PATCH 0481/2656] Added Asianzu Henry to Contributors list (#101952) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b38a6a39..d2faa855 100644 --- a/Contributors.md +++ b/Contributors.md @@ -81,6 +81,7 @@ - [jonas461](https://github.com/jonas461) - [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) +- [Asianzu Henry](https://github.com/asianzuhenry) - [Alejandro](https://github.com/Jano2402) - [BorisovCloud](https://github.com/BorisovCloud) - [Kamdoum Loich](https://github.com/kamdoumloich) From 1b2cb51a27aab18a1dc32b4a00e5f27650cf0bc4 Mon Sep 17 00:00:00 2001 From: AswanthAnu <101197982+AswanthAnu@users.noreply.github.com> Date: Fri, 15 Aug 2025 03:30:36 +0100 Subject: [PATCH 0482/2656] add aswanth to the contributors list (#101953) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d2faa855..f6d25cbc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1676,6 +1676,7 @@ Eoin O'B - [Firewooood](https://github.com/Firewooood) -[luisdiaz327](https://github.com/luisdiaz327) -[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) From a7a1b11e98a2b0b37a0e3f794416ef7e13e74111 Mon Sep 17 00:00:00 2001 From: pratham-chawdhry <122348596+pratham-chawdhry@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:22:25 +0530 Subject: [PATCH 0483/2656] Add Pratham to Contributors list (#101956) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f6d25cbc..7453a05f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1721,3 +1721,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) +- [Sample] \ No newline at end of file From 0f3868902681754174ff5925f30688131cc0111d Mon Sep 17 00:00:00 2001 From: Mahmudul Hasan Date: Fri, 15 Aug 2025 12:09:17 +0600 Subject: [PATCH 0484/2656] Add Mahmudul Hasan to Contributors list (#101957) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7453a05f..a03054db 100644 --- a/Contributors.md +++ b/Contributors.md @@ -997,6 +997,7 @@ Eoin O'B - [Jerold De Pedro](https://github.com/xherby07) - [Jason Ang](https://github.com/jasonavatarang) - [Matthieu Bonnot](https://github.com/MrMattam) +- [Mahmudul Hasan](https://github.com/hmahmudul852) - [Gabriel Ripper](https://github.com/gabripper) - [Shivam Mishra](https://github.com/29shivam99) - [Alex Thompson](https://github.com/Alex-Inems) From f7fdb0dceb8d14db526463ed247a10b819f6da89 Mon Sep 17 00:00:00 2001 From: Priyanshu Tiwari <32430957+d3monviking@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:42:47 +0530 Subject: [PATCH 0485/2656] Add Priyanshu Tiwari to Contributors list (#101958) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a03054db..f201ce9a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) +- [Priyanshu Tiwari](https://github.com/d3monviking) - [0xAnamul](https://github.com/0xAnamul) - [João Scarlateli](https://github.com/Scarlateli) - [Devna jiya R](https://github.com/jiya22r) From 59981bed3ad80077db0cfed83ef8fe7f35d69aa5 Mon Sep 17 00:00:00 2001 From: jonathan-200 <131852454+jonathan-200@users.noreply.github.com> Date: Thu, 14 Aug 2025 23:26:21 -0700 Subject: [PATCH 0486/2656] Add Jonathan to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 227f9f0b..7f4036e6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1333,5 +1333,6 @@ Hager - [Shubham Kalashetty](https://github.com/shubh-07-lk) -MAHEK GUPTA!!!!! - Mubarak +- Jonathan (https://github.com/jonathan-200) - [Isaac F](https://github.com/YellowFlello) --[Bandaru Vighneshwar Rao](https://github.com/) \ No newline at end of file +-[Bandaru Vighneshwar Rao](https://github.com/) From b7ca96f2e93b5a6219c072e54b5aa8cb682b3cbc Mon Sep 17 00:00:00 2001 From: chandrahas121 <155944787+chandrahas121@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:04:57 +0530 Subject: [PATCH 0487/2656] Add your name to contributors list (#101961) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f201ce9a..6ba92e8e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -21,6 +21,7 @@ - [Priyanshu Tiwari](https://github.com/d3monviking) - [0xAnamul](https://github.com/0xAnamul) - [João Scarlateli](https://github.com/Scarlateli) +- [Chandrahas](https://github.com/chandrahas121) - [Devna jiya R](https://github.com/jiya22r) - [Vishwambar Manchewar](https://github.com/vishmanchewar) - [seon99il](https://github.com/seon99il) From a31b4a7391d130e87faa95550eecda7c4041756f Mon Sep 17 00:00:00 2001 From: Priyanshu Tiwari <32430957+d3monviking@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:05:30 +0530 Subject: [PATCH 0488/2656] Priyanshu imt2023010 (#101962) * Add Priyanshu Tiwari to Contributors list * Add Priyanshu to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6ba92e8e..dc559bcf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -28,6 +28,7 @@ - [Ms_Njuguna](https://github.com/Ms-Njuguna) - [sajad thapa](https://github.com/sajadthapa04) - [mizuki](https://github.com/mizuresort) +- [Priyanshu Tiwari](https://github.com/d3monviking) - [cashtanowiec](https://github.com/cashtanowiec) - [Mattia Cocco](https://github.com/Matti02co) - [Isaac Lopez](https://github.com/IsaacLC1104) From 0961120496145961b924466a18e27eb55cee8f3e Mon Sep 17 00:00:00 2001 From: Harsh-Mohta9163 <166238274+Harsh-Mohta9163@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:06:11 +0530 Subject: [PATCH 0489/2656] added harsh to contribution list (#101963) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dc559bcf..62711df9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -124,6 +124,7 @@ - [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) - [Bharathkumar](https://github.com/bharathkumar-creator) From 3aee682b9d6ad2ec7f6f7308481b91ed62cddfb7 Mon Sep 17 00:00:00 2001 From: Siddharth Kini Date: Fri, 15 Aug 2025 12:06:13 +0530 Subject: [PATCH 0490/2656] Add Siddharth Kini to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..553ec785 100644 --- a/Contributors.md +++ b/Contributors.md @@ -81,6 +81,7 @@ - [Harshdeep Singh](https://github.com/HarshdeepS1) - [jonas461](https://github.com/jonas461) - [Pranit Gore](https://github.com/PRANIT0605) +- [BookwormBoy](https://github.com/BookwormBoy) - [leoweo1](https://github.com/leoweo1) - [Asianzu Henry](https://github.com/asianzuhenry) - [Alejandro](https://github.com/Jano2402) @@ -1723,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From 97aae079a66930aee8b10fe6875e790faeff4c86 Mon Sep 17 00:00:00 2001 From: IvanB Date: Fri, 15 Aug 2025 12:08:00 +0530 Subject: [PATCH 0491/2656] Add Ivan Bhargava to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 60bdff87..21ffd0f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1569,6 +1569,7 @@ Eoin O'B - [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) - [Ganesh R](https://github.com/ganesh-techs) - [Vamshi Krishna G](https://github.com/Krishna-721) @@ -1629,3 +1630,4 @@ jack - first contribution practice - [Elijah Weiss](https://github.com/eweiss4) - [Sanchi Tiwade](https://github.com/Sanchi-0804) - [ritik tyagi] (https://github.com/ritiktyagi979-droid) + From c30df60b5436f752cef9c2c3efb603bafe38f4bf Mon Sep 17 00:00:00 2001 From: Sarthak Maheshwari <65298686+SartMa@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:08:01 +0530 Subject: [PATCH 0492/2656] Add Sarthak to Contributors list (#101965) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 62711df9..6a666d52 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1726,4 +1726,5 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +-[Sarthak Maheshwari](https://github.com/SartMa) +- [Sample] From 3c9991e42293c864b0168437862a9368e6851325 Mon Sep 17 00:00:00 2001 From: Sahil Kolte <140890953+sahilakolte@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:09:12 +0530 Subject: [PATCH 0493/2656] Add Sahil Kolte to Contributors list (#101968) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6a666d52..e0423200 100644 --- a/Contributors.md +++ b/Contributors.md @@ -45,6 +45,7 @@ - [andyyou7549](https://github.com/andyyou7549) - [Asabul Hossain Mondal](https://github.com/asabulmondal) - [ananya](https://github.com/ankashyap) +- [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) From f02b341527b22be5fbd0cf65e292665a02a11658 Mon Sep 17 00:00:00 2001 From: name Date: Fri, 15 Aug 2025 12:09:28 +0530 Subject: [PATCH 0494/2656] Add Mithilesh_IMT2023507 to Contributor's List --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..521cea59 100644 --- a/Contributors.md +++ b/Contributors.md @@ -267,6 +267,7 @@ Ukashatu Abdullahi - [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) - [tr33k](https://github.com/tr33k) @@ -1723,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From 49d192a211a28359be8e52a7b6ec42d6a11ee63d Mon Sep 17 00:00:00 2001 From: Syed Naveed <158758420+SyedNaveedM@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:09:35 +0530 Subject: [PATCH 0495/2656] Added my name to Contributors.md (#101971) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e0423200..8c72706f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -142,6 +142,7 @@ - [darkiss7](https://github.com/darkiss7) - [FAI8h](https://github.com/FAI8h) - [Chamesh Dinuka](https://github.com/chamesh2019) +- [Syed Naveeed Mohammed](https://github.com/SyedNaveedM) - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). - [Arjun](https://github.com/Silwal103) From 13cfdc9b2d7cf72b6a72838d31bf1a916e1efbed Mon Sep 17 00:00:00 2001 From: ayhm23 Date: Fri, 15 Aug 2025 12:09:51 +0530 Subject: [PATCH 0496/2656] Change to contributors.md and new file created --- Contributors.md | 1 + file1.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 file1.txt diff --git a/Contributors.md b/Contributors.md index f201ce9a..395c7f2e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Archit Jaju](https://github.com/ayhm23) - [Wycliffe Musau](https://github.com/Excellent58) - [Zohaib Khan](https://github.com/zohaibkhan745) - [Ronak Singh](https://github.com/RonakSingh2006) diff --git a/file1.txt b/file1.txt new file mode 100644 index 00000000..f2aa86d2 --- /dev/null +++ b/file1.txt @@ -0,0 +1 @@ +hello From 93bd6ea80021c77511f4999328670c5fd74e1337 Mon Sep 17 00:00:00 2001 From: Krishna Chaitanya <154082270+KrishnaChaitanya16@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:10:03 +0530 Subject: [PATCH 0497/2656] Added KrishnaChaitanyan to contributors list (#101973) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8c72706f..4ecf119c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -182,6 +182,7 @@ Shruti Tiwari -[farukh patel](https://github.com/Farukh-patel) - [Harry-GNS](https://github.com/Harry-GNS) - [Dimitri Voncleph](https://github.com/D-Voncleph) +- [Krishna Chaitanya](https://github.com/KrishnaChaitanya16) - [Davis Jr 🐱‍👤](https://github.com/dav15jr) - [Pro Kumar](https://github.com/pkumar2143) - [Ritesh Murmu](https://github.com/Ritesh-cloud) From 13ba86de19b095748cd3378f488af4df7002cc74 Mon Sep 17 00:00:00 2001 From: Gathik Jindal Date: Fri, 15 Aug 2025 12:10:38 +0530 Subject: [PATCH 0498/2656] Update Contributors.md (#101975) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4ecf119c..61023d0c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1730,4 +1730,5 @@ jack - first contribution practice - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -[Sarthak Maheshwari](https://github.com/SartMa) +-[Gathik Jindal](https://github.com/gathik-jindal) - [Sample] From 98cbf86061dd25f42a69bf33126d3d43e673c7e3 Mon Sep 17 00:00:00 2001 From: aloofdevil Date: Fri, 15 Aug 2025 12:10:42 +0530 Subject: [PATCH 0499/2656] Update Contributors.md --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..58609563 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Commitaptian-A](https://github.com/CommitCaptain-A) - [Likhitha](https://github.com/likhitha07) - [David Chamling Rai](https://github.com/Wadangkaa) +- [Ishaan Sodhi] - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) @@ -1723,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From 0294f15bd13eb03da54a87ecb9c1650d43663270 Mon Sep 17 00:00:00 2001 From: nishant-khatri17 Date: Fri, 15 Aug 2025 12:10:57 +0530 Subject: [PATCH 0500/2656] nishant-khatri17 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f201ce9a..6b8351aa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -480,6 +480,7 @@ Ben - [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) From 111daefcc2302821f07002ea8e9ab446e5970057 Mon Sep 17 00:00:00 2001 From: Bhavya Jain <142665648+Bhavzzzzzz@users.noreply.github.com> Date: Fri, 15 Aug 2025 06:41:09 +0000 Subject: [PATCH 0501/2656] Add Bhavya_Jain to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 60bdff87..218a646e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1629,3 +1629,4 @@ jack - first contribution practice - [Elijah Weiss](https://github.com/eweiss4) - [Sanchi Tiwade](https://github.com/Sanchi-0804) - [ritik tyagi] (https://github.com/ritiktyagi979-droid) +- [Bhavya_Jain] (https://github.com/Bhavzzzzzz) \ No newline at end of file From c7de4d07f603621e8738bc378ee8257fecd33589 Mon Sep 17 00:00:00 2001 From: Lakshya Kapoor <142709596+Lakshya-Kapoor@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:11:19 +0530 Subject: [PATCH 0502/2656] Added my name to contributors list (#101976) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 61023d0c..d96b6143 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1692,6 +1692,7 @@ Eoin O'B [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) From cf733d342095d788f014d53c87c43a50125257ba Mon Sep 17 00:00:00 2001 From: Divya Date: Fri, 15 Aug 2025 12:11:42 +0530 Subject: [PATCH 0503/2656] Added Divya to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..65183421 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1723,4 +1723,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Divya Siddavatam](https://github.com/Divyareddy8) \ No newline at end of file From 63d1b9f3e37c38b5dc6bbbbde269f2e1188b706b Mon Sep 17 00:00:00 2001 From: saisreekantam Date: Fri, 15 Aug 2025 12:12:02 +0530 Subject: [PATCH 0504/2656] Sai venkat IMT2023501 --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index dc559bcf..f1a5c6d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1725,4 +1725,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sai Venkat Sreekantam][http://github.com/saisreekantam] From 9d4a9b7896639b5e88dfee350776d567edf28fe2 Mon Sep 17 00:00:00 2001 From: Siddharth Goswami Date: Fri, 15 Aug 2025 12:12:13 +0530 Subject: [PATCH 0505/2656] Add Siddharth to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 60bdff87..f828fd05 100644 --- a/Contributors.md +++ b/Contributors.md @@ -53,6 +53,7 @@ - [Aryan Gusain](https://github.com/aryangusain) - [zhan7236](https://github.com/zhan7236) - [suyash nepal](https://github.com/suynep) +- [Siddharth Goswami](https://github.com/sidGoswami725) - [Joshua❤️Prashanth](https://github.com/JoshuaPrashanth) - [Ali Linares 🤴🏻](https://github.com/alilinares) - [Karthika Suresh](https://github.com/Karthika125) From acf49019542df506187032485171ed41e6c26166 Mon Sep 17 00:00:00 2001 From: Ansh-Gupta0310 <158763674+Ansh-Gupta0310@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:12:21 +0530 Subject: [PATCH 0506/2656] Added my name in Contributors.md (#101978) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d96b6143..cfcd17fe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Wycliffe Musau](https://github.com/Excellent58) - [Zohaib Khan](https://github.com/zohaibkhan745) - [Ronak Singh](https://github.com/RonakSingh2006) +- [Ansh Gupta] (https://github.com/Ansh-Gupta0310) - [Raj Soni](https://github.com/rajsonnii) - [Gurparsad Singh](https://github.com/gprathour) - [Srinivas Batthula](https://github.com/srinivas-batthula) From 2a3639d5f7a36899b2bbd0a45c897fdd4e09bd92 Mon Sep 17 00:00:00 2001 From: Pramatha Rao Date: Fri, 15 Aug 2025 12:12:29 +0530 Subject: [PATCH 0507/2656] Add my name to Contributors list (#101981) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cfcd17fe..77f65c53 100644 --- a/Contributors.md +++ b/Contributors.md @@ -624,6 +624,7 @@ Ben - [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) - [Furanimus](https://github.com/Furanimus) - [hectoru10](https://github.com/Hectoru10) From a309def9bbdbc916339b91acbe5f91d1ffab701f Mon Sep 17 00:00:00 2001 From: aloofdevil Date: Fri, 15 Aug 2025 12:12:45 +0530 Subject: [PATCH 0508/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 58609563..b914f98d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,7 +15,7 @@ - [Commitaptian-A](https://github.com/CommitCaptain-A) - [Likhitha](https://github.com/likhitha07) - [David Chamling Rai](https://github.com/Wadangkaa) -- [Ishaan Sodhi] +- [Ishaan Sodhi](https://github.com/aloofdevil) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) From 24fec1726af923e38b28cbe3d0380f9832e704ee Mon Sep 17 00:00:00 2001 From: ImNotFound7 Date: Fri, 15 Aug 2025 12:12:45 +0530 Subject: [PATCH 0509/2656] Add Digvijaysinh to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..6187be9d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1723,4 +1723,5 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] +- [Digvijaysinh Pawar](https://github.com/ImNotFound7) \ No newline at end of file From e73aa48fa0ba1d27ecd76d3d8a5edb68b0cf95c6 Mon Sep 17 00:00:00 2001 From: Aaryan Rajesh Antala <142584708+AaryanAntala@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:13:03 +0530 Subject: [PATCH 0510/2656] Add Aaryan to Contributors list (#101985) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 77f65c53..65f7e2f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Wycliffe Musau](https://github.com/Excellent58) - [Zohaib Khan](https://github.com/zohaibkhan745) +- [Aaryan Antala] - [Ronak Singh](https://github.com/RonakSingh2006) - [Ansh Gupta] (https://github.com/Ansh-Gupta0310) - [Raj Soni](https://github.com/rajsonnii) From 0537f348a02326f77478fa085a3851b35061333a Mon Sep 17 00:00:00 2001 From: Humanoid2005 Date: Fri, 15 Aug 2025 12:13:04 +0530 Subject: [PATCH 0511/2656] Added Sriram_IMT2023115 to contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 62711df9..39ba440b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -29,6 +29,7 @@ - [sajad thapa](https://github.com/sajadthapa04) - [mizuki](https://github.com/mizuresort) - [Priyanshu Tiwari](https://github.com/d3monviking) +- [Sriram Srikanth](https://github.com/Humanoid2005) - [cashtanowiec](https://github.com/cashtanowiec) - [Mattia Cocco](https://github.com/Matti02co) - [Isaac Lopez](https://github.com/IsaacLC1104) @@ -1726,4 +1727,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From 7b88884e8cd8d6a99c6b7c2302d3d4ab0fda41a4 Mon Sep 17 00:00:00 2001 From: Krish Patel <144411330+kodercrish@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:13:09 +0530 Subject: [PATCH 0512/2656] Adding Krish Patel to the Contributors list (#101986) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 65f7e2f2..0f0c3a36 100644 --- a/Contributors.md +++ b/Contributors.md @@ -72,6 +72,7 @@ - [zdp1](https://github.com/dongpeng6) - [Govinda Kandel](https://github.com/Govindakandel) - [Vrund Patel](https://github.com/Vrund09) +- [Krish Patel](https://github.com/kodercrish) - [Pierre](https://github.com/wiizzl) - [Jo](https://github.com/BeanboxNZ) - [Jainil Desai](https://github.com/jainilDesai) From b52b4bb794c4a77f794938f6c01d2857be807aee Mon Sep 17 00:00:00 2001 From: Krishna Sai Date: Fri, 15 Aug 2025 12:13:24 +0530 Subject: [PATCH 0513/2656] Add Velidanda Krishna Sai to contributors list (#101988) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0f0c3a36..b8c372f3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ - [Advik Hegde](https://github.com/AdvikHegde) - [Siddharth Singh](https://github.com/babuasingh) - [Romesha Afzaal](https://github.com/Romeshaafzaal) +- [Velidanda Krishna Sai](https://github.com/melohub-xbit) - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) - [andyyou7549](https://github.com/andyyou7549) - [Asabul Hossain Mondal](https://github.com/asabulmondal) From d2183650aa2aa8fe3f55bc79a3970c5c5c88a064 Mon Sep 17 00:00:00 2001 From: AISHWARYA SHARMA <148491110+Aishrma@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:13:41 +0530 Subject: [PATCH 0514/2656] Add Aishwarya Sharma to Contributions list (#101990) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b8c372f3..12e83011 100644 --- a/Contributors.md +++ b/Contributors.md @@ -42,6 +42,7 @@ - [Arseniy-Dubovkin](https://github.com/AzartX47) - [Advik Hegde](https://github.com/AdvikHegde) - [Siddharth Singh](https://github.com/babuasingh) +- [Aishwarya Sharma](https://github.com/Aishrma) - [Romesha Afzaal](https://github.com/Romeshaafzaal) - [Velidanda Krishna Sai](https://github.com/melohub-xbit) - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) From 7ddf544822004e9a2aec74bba3f18cc8ae5ebed2 Mon Sep 17 00:00:00 2001 From: Kunal Mittal <146763296+freakun0025@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:14:29 +0530 Subject: [PATCH 0515/2656] Add my name Kunal to Contributors list (#101995) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 12e83011..1422af7a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -38,6 +38,7 @@ - [KamalKant](https://github.com/kamal2730) - [Gods-ghost](https://github.com/dist34) - [Dev Gaonkar](https://github.com/DevGaonkar) +- [Kunal_Mittal](https://github.com/freakun0025) - [Rohith Macharla](https://github.com/RohithMacharla11) - [Arseniy-Dubovkin](https://github.com/AzartX47) - [Advik Hegde](https://github.com/AdvikHegde) From f1263c415abab93e609ecfba7dc217759b385e8a Mon Sep 17 00:00:00 2001 From: gouravanirudh05 Date: Fri, 15 Aug 2025 12:14:44 +0530 Subject: [PATCH 0516/2656] Added GouravAnirudh_IMT2023005 --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..1a9e6f7e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Zohaib Khan](https://github.com/zohaibkhan745) - [Ronak Singh](https://github.com/RonakSingh2006) - [Raj Soni](https://github.com/rajsonnii) +- [GouravAnirudh](https://github.com/gouravanirudh05) - [Gurparsad Singh](https://github.com/gprathour) - [Srinivas Batthula](https://github.com/srinivas-batthula) - [Evan](https://github.com/ICreateStuff5) @@ -1723,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From 0e339e1cf95a213d47f94ca8af53073938d4299d Mon Sep 17 00:00:00 2001 From: Sahas-out Date: Fri, 15 Aug 2025 12:14:56 +0530 Subject: [PATCH 0517/2656] my commit --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d96b6143..12fa9eb6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1732,4 +1732,4 @@ jack - first contribution practice -[Jadon](https://github.com/JadonDn) -[Sarthak Maheshwari](https://github.com/SartMa) -[Gathik Jindal](https://github.com/gathik-jindal) -- [Sample] +- [Sahas](https://github.com/Sahas-out) From d47b9b1614a3a84fc4f14cdc19b8eb3ae0363f44 Mon Sep 17 00:00:00 2001 From: venkat Date: Fri, 15 Aug 2025 12:15:04 +0530 Subject: [PATCH 0518/2656] adding my name to contributors --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index f201ce9a..23861da8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) - [Sachin vk](https://github.com/sachindasvk) - [Anirudh](https://github.com/anirudh240) +- [] - [Chathura](https://github.com/PrabashanaDev) - [Commitaptian-A](https://github.com/CommitCaptain-A) - [Likhitha](https://github.com/likhitha07) @@ -169,6 +170,7 @@ Shruti Tiwari - [James Kim](https://github.com/jykim11) - [Rodrigo Furtado](https://github.com/roodrigofurtado) - [il873](https://github.com/il873) +P Venkata Rami Reddy - [Shoaib Islam](https://github.com/Shoaib3375) - [JodAn007](https://github.com/JodAn007) - [Parthav Nair](https://github.com/Parthav-Nair) From 2ae00cb2cc640ea769bfd635527cb28e33c420ef Mon Sep 17 00:00:00 2001 From: Kartikeya Dimri <142967008+kartikeya-dimri@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:15:11 +0530 Subject: [PATCH 0519/2656] Kartikeya Dimri IMT2023126 (#101998) * Add your-name to Contributors list * Add Kartikeya Dimri to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1422af7a..f73a8a5e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -21,6 +21,7 @@ - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) - [Priyanshu Tiwari](https://github.com/d3monviking) +- [Kartikeya Dimri](https://github.com/kartikeya-dimri) - [0xAnamul](https://github.com/0xAnamul) - [João Scarlateli](https://github.com/Scarlateli) - [Chandrahas](https://github.com/chandrahas121) From 49c512850a403a628231d8017c5a7c8e87f5b1ff Mon Sep 17 00:00:00 2001 From: JDhruvR Date: Fri, 15 Aug 2025 12:15:27 +0530 Subject: [PATCH 0520/2656] add name --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..f616aef3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -246,6 +246,7 @@ Shruti Tiwari - [minzunim](https://github.com/minzunim) =[Bjoseph23](https://github.com/Bjoseph23) - [psp0](https://github.com/psp0) +- [Dhruv](https://github.com/JDhruvR) - [Bam](https://github.com/QBJ08) - [Kavya Vadla](https://github.com/kvadla06) - [dfdavila2](https://github.com/dfdavila2) @@ -1723,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From 45f0414300b77dbe7b64e1e5c4382cbed2f69af1 Mon Sep 17 00:00:00 2001 From: SathishAdithiyaaSV Date: Fri, 15 Aug 2025 12:15:32 +0530 Subject: [PATCH 0521/2656] Add my name --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f201ce9a..14bb8058 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Sathish Adithiyaa SV](https://github.com/SathishAdithiyaaSV) - [Wycliffe Musau](https://github.com/Excellent58) - [Zohaib Khan](https://github.com/zohaibkhan745) - [Ronak Singh](https://github.com/RonakSingh2006) From 1e324b8adc50ca0d745485df32831e5aa2105df4 Mon Sep 17 00:00:00 2001 From: Hunter9547 Date: Fri, 15 Aug 2025 12:15:35 +0530 Subject: [PATCH 0522/2656] "" --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..51bee9d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ - [Saptarsi Debnath](https://github.com/saptarsidebnath98) - [AmartyaPrakash](https://github.com/amartya69) - [Mantarey.dev](https://mantarey.dev) +- [Manav Jindal_IMT2023535](https://github.com/Manav9547) - [Thabeswar](https://github.com/Thabeswar) - [Yash](https://github.com/yuishigam1) - [Abhi][https://github.com/Abhi-AIX] @@ -66,6 +67,7 @@ - [bithunter](https://github.com/bithunter744) - [zdp1](https://github.com/dongpeng6) - [Govinda Kandel](https://github.com/Govindakandel) +- [Manav_IMT2023535](https://github.com/Manav9547) - [Vrund Patel](https://github.com/Vrund09) - [Pierre](https://github.com/wiizzl) - [Jo](https://github.com/BeanboxNZ) @@ -1723,4 +1725,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From e8822ca8d07b0a8ae367928ed3e0b7e5d5eeb1ef Mon Sep 17 00:00:00 2001 From: aam2k6 Date: Fri, 15 Aug 2025 12:15:47 +0530 Subject: [PATCH 0523/2656] Add Akul_IMT2023558 to contributors list (#102000) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f73a8a5e..700f72fc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Akul Anhith](https://github.com/aam2k6) - [Wycliffe Musau](https://github.com/Excellent58) - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala] From 5662ca6974e36541bf8848dc73f42545bf5d0edc Mon Sep 17 00:00:00 2001 From: Ayush Mishra Date: Fri, 15 Aug 2025 12:15:56 +0530 Subject: [PATCH 0524/2656] Add my Name i.e. Ayush Mishra to Contributors list (#102003) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 700f72fc..e20142d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Harsh Thakare](https://github.com/harsh21234i) - [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) - [Sachin vk](https://github.com/sachindasvk) +- [Ayush Mishra](https://github.com/Ayush-Mishra-0018) - [Anirudh](https://github.com/anirudh240) - [Chathura](https://github.com/PrabashanaDev) - [Commitaptian-A](https://github.com/CommitCaptain-A) From 20133688e35bfbd38b1bb9195d901363c1fdc804 Mon Sep 17 00:00:00 2001 From: codetuscan <142703248+codetuscan@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:16:31 +0530 Subject: [PATCH 0525/2656] Add Sunhith_Reddy to Contributors list (#101992) * Add Sunhith_Reddy to Contributors list * Add Sunhith_Reddy to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e20142d0..b6aa109d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -100,6 +100,7 @@ - [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) - [zhan7236](https://github.com/zhan7236) From d1651e239946013b20fdd22c86ce58cb39c2e7f0 Mon Sep 17 00:00:00 2001 From: Subhash Date: Fri, 15 Aug 2025 12:16:39 +0530 Subject: [PATCH 0526/2656] Added name to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..ed42917b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -161,6 +161,7 @@ Shruti Tiwari - [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) @@ -1723,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From 46d9f3389aafabccc8dfe6bd5a15013fa1b6e796 Mon Sep 17 00:00:00 2001 From: codetuscan <142703248+codetuscan@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:16:46 +0530 Subject: [PATCH 0527/2656] Sunhith reddy imt2023113 (#102010) * Add Sunhith_Reddy to Contributors list * Add Sunhith_Reddy to Contributors list From 53db58b8f7b53832ee3e9861a6bcb15279f75ff1 Mon Sep 17 00:00:00 2001 From: nikunj169 Date: Fri, 15 Aug 2025 12:17:39 +0530 Subject: [PATCH 0528/2656] Update Contributors.md (#101966) * Update Contributors.md * Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b6aa109d..e9a38710 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Kartikeya Dimri](https://github.com/kartikeya-dimri) - [0xAnamul](https://github.com/0xAnamul) - [João Scarlateli](https://github.com/Scarlateli) +- [Nikunj](https://github.com/nikunj169) - [Chandrahas](https://github.com/chandrahas121) - [Devna jiya R](https://github.com/jiya22r) - [Vishwambar Manchewar](https://github.com/vishmanchewar) From e6f32d176f6b5d27c5954b485cb608ec34786b8b Mon Sep 17 00:00:00 2001 From: areen-patil <163343610+areen-patil@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:17:46 +0530 Subject: [PATCH 0529/2656] Add areen-patil to Contributors list (#102012) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e9a38710..403673d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ - [Likhitha](https://github.com/likhitha07) - [David Chamling Rai](https://github.com/Wadangkaa) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) +- [Areen Patil](https://github.com/areen-patil) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) - [Priyanshu Tiwari](https://github.com/d3monviking) From 249cca61f448a1d66e89d858f988d87703c046e0 Mon Sep 17 00:00:00 2001 From: Karan Dhiman <79037920+karandhiman12@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:18:27 +0530 Subject: [PATCH 0530/2656] Update Contributors.md (#102013) Add Karan Dhiman to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 403673d0..d203ed70 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ - [Ronak Singh](https://github.com/RonakSingh2006) - [Ansh Gupta] (https://github.com/Ansh-Gupta0310) - [Raj Soni](https://github.com/rajsonnii) +- [Karan Dhiman](https://github.com/karandhiman12) - [Gurparsad Singh](https://github.com/gprathour) - [Srinivas Batthula](https://github.com/srinivas-batthula) - [Evan](https://github.com/ICreateStuff5) From 81eb8c8400a0062a7c010bf64aa3f3bcd43c083f Mon Sep 17 00:00:00 2001 From: ArnavOruganty Date: Fri, 15 Aug 2025 12:18:36 +0530 Subject: [PATCH 0531/2656] Adding my name to Contributors list (#102014) Co-authored-by: Arnav Oruganty --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d203ed70..936b7660 100644 --- a/Contributors.md +++ b/Contributors.md @@ -783,6 +783,7 @@ Eoin O'B - [SaginalaAzeez](https://github.com/asheedh) - [Eric-DaRosa](https://github.com/EricDar12) - [Vernwalker](https://github.com/Vernwalker) +- Arnav Oruganty - [RahulRawat](https://github.com/RHL-RWT-01) - [Sal Adrian](https://github.com/Sal-Adrian) - [xnm-sdksdk](https://github.com/xnm-sdksdk) From 2102fb84e42faaba2bdd45fed092cbe732b461cb Mon Sep 17 00:00:00 2001 From: AkiBatra25 Date: Fri, 15 Aug 2025 12:18:56 +0530 Subject: [PATCH 0532/2656] Added Akshat_IMT2023025 on list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..196258c1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Zohaib Khan](https://github.com/zohaibkhan745) - [Ronak Singh](https://github.com/RonakSingh2006) - [Raj Soni](https://github.com/rajsonnii) +- [Akshat_IMT2023025](https://github.com/AkiBatra25) - [Gurparsad Singh](https://github.com/gprathour) - [Srinivas Batthula](https://github.com/srinivas-batthula) - [Evan](https://github.com/ICreateStuff5) @@ -1723,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From 81e9c7a29a480c48968c7527c7450e4774f39159 Mon Sep 17 00:00:00 2001 From: YashGupta2106 Date: Fri, 15 Aug 2025 12:19:05 +0530 Subject: [PATCH 0533/2656] Adding YashGupta to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 62711df9..216e4806 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ - [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) - [KamalKant](https://github.com/kamal2730) - [Gods-ghost](https://github.com/dist34) From 2cc11b4ec35faa1db528ce14d3fe7e33be8168c4 Mon Sep 17 00:00:00 2001 From: erakin027 <173402364+erakin027@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:19:28 +0530 Subject: [PATCH 0534/2656] Add Abhijit to Contributors list (#102018) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 936b7660..56798260 100644 --- a/Contributors.md +++ b/Contributors.md @@ -288,6 +288,7 @@ Ukashatu Abdullahi - [Chaimae](https://github.com/GRICHChaimae) - [Dwaine](https://github.com/DwaineBrannon) - [zzb](https://github.com/zbrun) +- [Abhijit](https://github.com/erakin027) - [tr33k](https://github.com/tr33k) - [febDylan](https://github.com/feb-dylan) - [JWD](https://github.com/JWD-101) From 086f3da7ff16197f3937222a7d8b007f9245e6bc Mon Sep 17 00:00:00 2001 From: Gautam Kappagal <35159216+GautamKappagal@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:19:35 +0530 Subject: [PATCH 0535/2656] Update Contributors.md Gautam IMT2023082 --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..38c903dc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -124,6 +124,7 @@ - [Danish Abbas] (https://github.com/12Danish) - [Prabhjit singh](https://github.com/PrabhBhangu-1) - [JacobLeeDavis-vscode-example](https://github.com/JacobLeeDavis) +- Gautam Kappagal IMT2023082 - [Bharathkumar](https://github.com/bharathkumar-creator) - [ajs](https://github.com/aboodJS) - [Min Ko Oo](https://github.com/mrminko) @@ -1723,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From 24dd06e7e5aa0ef8c046bd9196aae6a60a529b30 Mon Sep 17 00:00:00 2001 From: suryans77 Date: Fri, 15 Aug 2025 12:19:38 +0530 Subject: [PATCH 0536/2656] Update Contributors.md (#102019) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 56798260..c8eb0d7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1748,4 +1748,5 @@ jack - first contribution practice -[Jadon](https://github.com/JadonDn) -[Sarthak Maheshwari](https://github.com/SartMa) -[Gathik Jindal](https://github.com/gathik-jindal) +-[Suryans Dash](https://github.com/suryans77) - [Sample] From c6d985467035c09c4f65cee23dee7ef9dad71918 Mon Sep 17 00:00:00 2001 From: Nirbhay Sharma Date: Fri, 15 Aug 2025 12:20:02 +0530 Subject: [PATCH 0537/2656] Add Nirbhay to Contributors list (#102023) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c8eb0d7d..79f1cd1b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [Sachin vk](https://github.com/sachindasvk) - [Ayush Mishra](https://github.com/Ayush-Mishra-0018) - [Anirudh](https://github.com/anirudh240) +- [Nirbhay Sharma](https://github.com/NirbhaySharma504) - [Chathura](https://github.com/PrabashanaDev) - [Commitaptian-A](https://github.com/CommitCaptain-A) - [Likhitha](https://github.com/likhitha07) From aa6f8c0f4e66da194c46381d69817acc05afbe95 Mon Sep 17 00:00:00 2001 From: nikunj169 Date: Fri, 15 Aug 2025 12:20:42 +0530 Subject: [PATCH 0538/2656] Update Contributors.md added Nikunj --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 79f1cd1b..899d4f1a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,10 +16,10 @@ - [Sachin vk](https://github.com/sachindasvk) - [Ayush Mishra](https://github.com/Ayush-Mishra-0018) - [Anirudh](https://github.com/anirudh240) -- [Nirbhay Sharma](https://github.com/NirbhaySharma504) - [Chathura](https://github.com/PrabashanaDev) - [Commitaptian-A](https://github.com/CommitCaptain-A) - [Likhitha](https://github.com/likhitha07) +- [Nikunj](https://github.com/nikunj69) - [David Chamling Rai](https://github.com/Wadangkaa) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Areen Patil](https://github.com/areen-patil) From 748cb70cafdd1bac642c09580b917f3b4e8eb620 Mon Sep 17 00:00:00 2001 From: trivedh_u Date: Fri, 15 Aug 2025 12:21:09 +0530 Subject: [PATCH 0539/2656] Add Trivedh Undi to Contributors list (#102025) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 79f1cd1b..9c522f9c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -81,6 +81,7 @@ - [bithunter](https://github.com/bithunter744) - [zdp1](https://github.com/dongpeng6) - [Govinda Kandel](https://github.com/Govindakandel) +- [Trivedh Undi](https://github.com/maxinh00000) - [Vrund Patel](https://github.com/Vrund09) - [Krish Patel](https://github.com/kodercrish) - [Pierre](https://github.com/wiizzl) From ee470acb0396d99fe3fb8e0ca4919c56c4203d7e Mon Sep 17 00:00:00 2001 From: Satyamashu05 <150354719+Satyamashu05@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:21:35 +0530 Subject: [PATCH 0540/2656] Added Satyam Dewangan in contributors list (#102026) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9c522f9c..f43648e6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1734,6 +1734,7 @@ jack - first contribution practice - [Lusmaysh](https://github.com/lusmaysh) - [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) - [magician10001](https://github.com/magician10001) From b40bbbde73e55978fc5b904a7d7aceaba63041ba Mon Sep 17 00:00:00 2001 From: Sasank-2305 Date: Fri, 15 Aug 2025 12:21:36 +0530 Subject: [PATCH 0541/2656] Add Sasank to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..26d89794 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Commitaptian-A](https://github.com/CommitCaptain-A) - [Likhitha](https://github.com/likhitha07) - [David Chamling Rai](https://github.com/Wadangkaa) +-Sasank - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) @@ -1723,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From cceb104cdaf27767033bcfe2be49a1fd00905c93 Mon Sep 17 00:00:00 2001 From: Harsh Gupta <144980125+Reverent2005@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:22:01 +0530 Subject: [PATCH 0542/2656] Added a contributor (#102028) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f43648e6..780dc8be 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ - [Kunal_Mittal](https://github.com/freakun0025) - [Rohith Macharla](https://github.com/RohithMacharla11) - [Arseniy-Dubovkin](https://github.com/AzartX47) +- [Harsh Gupta](https://github.com/Reverent2005) - [Advik Hegde](https://github.com/AdvikHegde) - [Siddharth Singh](https://github.com/babuasingh) - [Aishwarya Sharma](https://github.com/Aishrma) From ed4aa71d93ba565a38cc3738efbb20af74d113bc Mon Sep 17 00:00:00 2001 From: ArijitDutta96395 <132121869+ArijitDutta96395@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:22:08 +0530 Subject: [PATCH 0543/2656] Arijit's First Commit --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4ecf119c..0ecf3e3f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -182,7 +182,7 @@ Shruti Tiwari -[farukh patel](https://github.com/Farukh-patel) - [Harry-GNS](https://github.com/Harry-GNS) - [Dimitri Voncleph](https://github.com/D-Voncleph) -- [Krishna Chaitanya](https://github.com/KrishnaChaitanya16) +- [Arijit Dutta](https://github.com/ArijitDutta96395) - [Davis Jr 🐱‍👤](https://github.com/dav15jr) - [Pro Kumar](https://github.com/pkumar2143) - [Ritesh Murmu](https://github.com/Ritesh-cloud) From c5db8c00df6a4656fdeab8acf9b87833597ff063 Mon Sep 17 00:00:00 2001 From: Hitanshu078 Date: Fri, 15 Aug 2025 12:22:21 +0530 Subject: [PATCH 0544/2656] Add Hitanshu Seth to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 936b7660..55ea747f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1747,4 +1747,5 @@ jack - first contribution practice -[Jadon](https://github.com/JadonDn) -[Sarthak Maheshwari](https://github.com/SartMa) -[Gathik Jindal](https://github.com/gathik-jindal) +-[Hitanshu Seth](https://github.com/Hitanshu078) - [Sample] From 6f0fb1a59ff6d4eae8dbe944c1669bff03d339ce Mon Sep 17 00:00:00 2001 From: Vignesh Pasupuleti <142615203+Vignesh1131321@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:22:25 +0530 Subject: [PATCH 0545/2656] Added Vignesh name to list (#102029) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 780dc8be..6a300956 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1122,6 +1122,7 @@ Eoin O'B - [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) From da0fe2c351de26c68fab8896a9b546f38507952e Mon Sep 17 00:00:00 2001 From: gouravanirudh05 Date: Fri, 15 Aug 2025 12:22:26 +0530 Subject: [PATCH 0546/2656] Added GouravAnirudh to the list --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 1a9e6f7e..9d28b542 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,7 +3,6 @@ - [Zohaib Khan](https://github.com/zohaibkhan745) - [Ronak Singh](https://github.com/RonakSingh2006) - [Raj Soni](https://github.com/rajsonnii) -- [GouravAnirudh](https://github.com/gouravanirudh05) - [Gurparsad Singh](https://github.com/gprathour) - [Srinivas Batthula](https://github.com/srinivas-batthula) - [Evan](https://github.com/ICreateStuff5) @@ -1724,4 +1723,5 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] +- [GouravAnirudh](https://github.com/gouravanirudh05) + From 2f37ac3a6ba642dc0dfffea4bdf70758403843a8 Mon Sep 17 00:00:00 2001 From: shantanuTSA Date: Fri, 15 Aug 2025 12:22:34 +0530 Subject: [PATCH 0547/2656] Add Shantanu to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..ca09c746 100644 --- a/Contributors.md +++ b/Contributors.md @@ -888,6 +888,7 @@ Eoin O'B - [Adam Kokhnover](https://github.com/Adamko17) - [paddygriff](https://github.com/paddygriffin) - [sgunner2014](https://github.com/SGunner2014) +- [ShatnauTSA](https://github.com/shantanuTSA) - [Gurvansh](https://github.com/Obsidian-Ninja) - [Dhruv Pandey](https://github.com/Dhrupandey) - [BlueGeckoJP](https://github.com/BlueGeckoJP) @@ -1723,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From 8b97e1d240f9ba6465f9f3c670002879f452435f Mon Sep 17 00:00:00 2001 From: Harsh Sinha <144807186+iHarshSinha@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:22:35 +0530 Subject: [PATCH 0548/2656] Add my name in this md file (#101980) * Add my name in this md file * added my name harsh * add my name harsh in line 232 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6a300956..3ec5f9a0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -251,6 +251,7 @@ Shruti Tiwari - [malyukd](https://github.com/malyukd) [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) - [Ashwath nakate](https://github.com/ashwathnakate) - [All the World's a Stage](https://github.com/Oolazile) From 4d8a2ed83e31b67628d7726ea0b728eef289a327 Mon Sep 17 00:00:00 2001 From: saisreekantam Date: Fri, 15 Aug 2025 12:22:50 +0530 Subject: [PATCH 0549/2656] Sai sreekantam IMT2023501 --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f1a5c6d8..c1684662 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1725,4 +1725,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sai Venkat Sreekantam][http://github.com/saisreekantam] +- [Sai Venkat Sreekantam][https//github.com/saisreekantam] From 78d3251433e7ace419aa15ddda44b0bf1efa0ffa Mon Sep 17 00:00:00 2001 From: Arshbir Dang Date: Fri, 15 Aug 2025 06:53:04 +0000 Subject: [PATCH 0550/2656] Arshbir is a contributor --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..0d3e6426 100644 --- a/Contributors.md +++ b/Contributors.md @@ -537,6 +537,7 @@ Ben - [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) @@ -1723,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From f4e13768c7ceacf5d0387146d9a20fe8962e344e Mon Sep 17 00:00:00 2001 From: Siddharth Kini Date: Fri, 15 Aug 2025 12:23:11 +0530 Subject: [PATCH 0551/2656] Add Siddharth Kini to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 553ec785..81e5d8d6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -81,7 +81,6 @@ - [Harshdeep Singh](https://github.com/HarshdeepS1) - [jonas461](https://github.com/jonas461) - [Pranit Gore](https://github.com/PRANIT0605) -- [BookwormBoy](https://github.com/BookwormBoy) - [leoweo1](https://github.com/leoweo1) - [Asianzu Henry](https://github.com/asianzuhenry) - [Alejandro](https://github.com/Jano2402) @@ -138,6 +137,7 @@ - [Prem Kumar T G](https://github.com/prem7129) - [darkiss7](https://github.com/darkiss7) - [FAI8h](https://github.com/FAI8h) +- [BookwormBoy](https://github.com/BookwormBoy) - [Chamesh Dinuka](https://github.com/chamesh2019) - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). From 214966223500725017fc8b9a45da3ce1ba68700e Mon Sep 17 00:00:00 2001 From: Siddharth Anil Date: Fri, 15 Aug 2025 12:23:13 +0530 Subject: [PATCH 0552/2656] Sidharth anil imt2023503 (#102031) * Siddharth Anil to Contributors list * Added Siddharth Anil to Contributors List --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3ec5f9a0..e49ed218 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1398,6 +1398,7 @@ Eoin O'B - [Sivasubramanian](https://github.com/siva1160github) - [R. Dinesh Kumar](https://github.com/Dineshkumarr54) - [Nikhil Rajbhar](https://github.com/NikhilRajbhar111) +- [Siddharth Anil](https://github.com/sidnovates) - [Yadunand Kamath](https://github.com/yadunand-kamath) - [mohitpuri-codes](https://github.com/mohitpuri-codes) - [Zohaer Al Mahatab](https://github.com/priom-mahatab) From 7789d9540a124a72ff4fe0b9ee5e2ca52d5f600b Mon Sep 17 00:00:00 2001 From: Navaneeth D <144593800+ar3s-nd@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:24:24 +0530 Subject: [PATCH 0553/2656] Update Contributors.md (#102034) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e49ed218..14f9b3db 100644 --- a/Contributors.md +++ b/Contributors.md @@ -263,6 +263,7 @@ Shruti Tiwari - [UncleObinna](https://github.com/UncleObinna) - [Cole Fleming] (https://github.com/Cole-Fleming) -[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) From 3aa4e635abb1c5ee03c1ae2b4d756217a8441198 Mon Sep 17 00:00:00 2001 From: Ayush Tiwari <147517373+ayushtiwari1405@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:24:29 +0530 Subject: [PATCH 0554/2656] Added Ayush Tiwari to Contributers.md (#102035) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 14f9b3db..ff161f23 100644 --- a/Contributors.md +++ b/Contributors.md @@ -50,6 +50,7 @@ - [Arseniy-Dubovkin](https://github.com/AzartX47) - [Harsh Gupta](https://github.com/Reverent2005) - [Advik Hegde](https://github.com/AdvikHegde) +- [Ayush Tiwari] (http://github.com/ayushtiwari1405) - [Siddharth Singh](https://github.com/babuasingh) - [Aishwarya Sharma](https://github.com/Aishrma) - [Romesha Afzaal](https://github.com/Romeshaafzaal) From 934a4ebb3927a3036cda001e2b6056bd9ca07608 Mon Sep 17 00:00:00 2001 From: BVishnu9 <166298417+BVishnu9@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:25:36 +0530 Subject: [PATCH 0555/2656] Add Vishnu to Contributors list (#102038) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ff161f23..346fd621 100644 --- a/Contributors.md +++ b/Contributors.md @@ -254,6 +254,7 @@ Shruti Tiwari - [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) From 26f383c3cd8d573b973af07fc4150acb6b075e6c Mon Sep 17 00:00:00 2001 From: Harshita30-bansal Date: Fri, 15 Aug 2025 12:26:51 +0530 Subject: [PATCH 0556/2656] Added Harshita_IMT2023035 to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index f201ce9a..6fa42e54 100644 --- a/Contributors.md +++ b/Contributors.md @@ -227,6 +227,8 @@ Shruti Tiwari - [Vinay M S](https://github.com/VinaymsGowda) - [AshuROhom](https://github.com/ashurohom) - [malyukd](https://github.com/malyukd) +-Harshita_IMT2023035 + [petimov](https://github.com/petimov) - [Chris Q](https://github.com/Q-X-F) - [Ramu Deyyam](https://github.com/Ramu-Deyyam) From 935483c684606a5439c1b0c59fc2a9ad23651e3e Mon Sep 17 00:00:00 2001 From: pkelotra Date: Fri, 15 Aug 2025 12:26:56 +0530 Subject: [PATCH 0557/2656] Add Pranay Kelotra to Contributors List (#102041) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 346fd621..3a5c74b3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -202,6 +202,7 @@ Shruti Tiwari - [Krishna Chaitanya](https://github.com/KrishnaChaitanya16) - [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) From f989b0011da27ac5785fa2fea50bb3fc628ba9b7 Mon Sep 17 00:00:00 2001 From: Parsania Ramya Parulbhai <142175372+RAMYA-PARSANIA@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:27:12 +0530 Subject: [PATCH 0558/2656] Add Ramya-Parsania to Contributors list (#102043) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3a5c74b3..87a8f7e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Wycliffe Musau](https://github.com/Excellent58) - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala] +- [Ramya Parsania](https://github.com/RAMYA-PARSANIA) - [Ronak Singh](https://github.com/RonakSingh2006) - [Ansh Gupta] (https://github.com/Ansh-Gupta0310) - [Raj Soni](https://github.com/rajsonnii) From f241ce59fc081bf7aec24ad734934b551cf76dba Mon Sep 17 00:00:00 2001 From: Bhavya Jain <142665648+Bhavzzzzzz@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:27:34 +0530 Subject: [PATCH 0559/2656] Update Contributors.md (#102045) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 87a8f7e1..6011f277 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1761,4 +1761,5 @@ jack - first contribution practice -[Sarthak Maheshwari](https://github.com/SartMa) -[Gathik Jindal](https://github.com/gathik-jindal) -[Suryans Dash](https://github.com/suryans77) +-[Bhavya Jain](https://github.com/Bhavzzzzzz) - [Sample] From c94fc0bd4d8f5fa1a2fa9e1441b7f758c57cc549 Mon Sep 17 00:00:00 2001 From: Chaitya Shah <76986212+CShah44@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:27:54 +0530 Subject: [PATCH 0560/2656] Add Chaitya Shah to Contributors list (#102047) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6011f277..9165889f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -447,6 +447,7 @@ Ben - [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) From 7cb89e7d941b9b843fb106a2c3e5c87a1fb4c4f2 Mon Sep 17 00:00:00 2001 From: name Date: Fri, 15 Aug 2025 12:28:48 +0530 Subject: [PATCH 0561/2656] Add Mithilesh_IMT2023507 to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 521cea59..29425e6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1724,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] +-[mithilesh](https://github.com/Meth2303) From 4441066c8db6b04d07d2868cabaccf6f48551080 Mon Sep 17 00:00:00 2001 From: Subikshaa_S Date: Fri, 15 Aug 2025 12:28:51 +0530 Subject: [PATCH 0562/2656] Added Subikshaa_Sakthivel_IMT2023020 to the contributers list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index f201ce9a..ed047dd5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -108,6 +108,9 @@ - Anshuman Semwal - [Moresh](https://github.com/Moresh-Mishra) - [AnantAgarwal07](https://github.com/AnantAgarwal07) + +- Subikshaa_Sakthivel_IMT2023020 (https://github.com/Subikshaa22) + - doraemon-nobi - Lanky_ - Matt From 208925e2fdae0fcd73df62efe5d0b326dacd757c Mon Sep 17 00:00:00 2001 From: AbhirathA <153723704+AbhirathA@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:29:23 +0530 Subject: [PATCH 0563/2656] Update Contributors.md (#102049) Add Abhirath --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9165889f..b0e41f27 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1763,4 +1763,5 @@ jack - first contribution practice -[Gathik Jindal](https://github.com/gathik-jindal) -[Suryans Dash](https://github.com/suryans77) -[Bhavya Jain](https://github.com/Bhavzzzzzz) -- [Sample] +- [Sample] +- [Abhirath Adamane](https://github.com/AbhirathA) From 00f6641ae7a9473903aea166120bc97219613e64 Mon Sep 17 00:00:00 2001 From: KunalJindal19 <163705539+KunalJindal19@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:29:34 +0530 Subject: [PATCH 0564/2656] Update Contributors.md (#102050) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b0e41f27..80b66ab9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ - [Ramya Parsania](https://github.com/RAMYA-PARSANIA) - [Ronak Singh](https://github.com/RonakSingh2006) - [Ansh Gupta] (https://github.com/Ansh-Gupta0310) +- [Kunal Jindal] (https://github.com/KunalJindal19) - [Raj Soni](https://github.com/rajsonnii) - [Karan Dhiman](https://github.com/karandhiman12) - [Gurparsad Singh](https://github.com/gprathour) From 1fc10aaf9039c7d90185e6543e8f7203c59cd3ee Mon Sep 17 00:00:00 2001 From: parv1601 <149062001+parv1601@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:30:15 +0530 Subject: [PATCH 0565/2656] Add Parv to Contributors list (#102052) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 80b66ab9..042ae6fe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -120,6 +120,7 @@ - [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) From a84c058befea429bf756787e6ac78bea35ae8916 Mon Sep 17 00:00:00 2001 From: Nainika Agrawal <149311472+nainika0305@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:30:27 +0530 Subject: [PATCH 0566/2656] Add Nainika to Contributors list (#102054) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 042ae6fe..dfef43df 100644 --- a/Contributors.md +++ b/Contributors.md @@ -61,6 +61,7 @@ - [andyyou7549](https://github.com/andyyou7549) - [Asabul Hossain Mondal](https://github.com/asabulmondal) - [ananya](https://github.com/ankashyap) +- [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) From c5c772a731d221d5622bf887c89b04e291494618 Mon Sep 17 00:00:00 2001 From: Gautam Kappagal <35159216+GautamKappagal@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:31:22 +0530 Subject: [PATCH 0567/2656] Update Contributors.md by Gautam IMT2023082 --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 38c903dc..12d9b8f9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -124,7 +124,7 @@ - [Danish Abbas] (https://github.com/12Danish) - [Prabhjit singh](https://github.com/PrabhBhangu-1) - [JacobLeeDavis-vscode-example](https://github.com/JacobLeeDavis) -- Gautam Kappagal IMT2023082 +- Gautam Kappagal Roll Number IMT2023082 - [Bharathkumar](https://github.com/bharathkumar-creator) - [ajs](https://github.com/aboodJS) - [Min Ko Oo](https://github.com/mrminko) From e4588e71d3d6006a24d91c8e77026c5f107e6c01 Mon Sep 17 00:00:00 2001 From: Aryan Bansal <145079379+AryanAAB@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:31:28 +0530 Subject: [PATCH 0568/2656] Add Aryan Bansal to Contributors list (#102055) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dfef43df..77f9bfe3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1019,6 +1019,7 @@ Eoin O'B - [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) From 30d726c93ed2651173c813e5937aea0b905e919f Mon Sep 17 00:00:00 2001 From: Kavya Gupta <165313930+kavyagupta3011@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:32:17 +0530 Subject: [PATCH 0569/2656] Add Kavya Gupta to Contributors list (#102057) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 77f9bfe3..274edb68 100644 --- a/Contributors.md +++ b/Contributors.md @@ -21,6 +21,7 @@ - [Nirbhay Sharma](https://github.com/NirbhaySharma504) - [Chathura](https://github.com/PrabashanaDev) - [Commitaptian-A](https://github.com/CommitCaptain-A) +- [Kavya Gupta](https://github.com/kavyagupta3011) - [Likhitha](https://github.com/likhitha07) - [David Chamling Rai](https://github.com/Wadangkaa) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) From 78002df48cb5062040c190e76b7d34495fc356f4 Mon Sep 17 00:00:00 2001 From: praneethem Date: Fri, 15 Aug 2025 12:33:00 +0530 Subject: [PATCH 0570/2656] Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4ecf119c..615e4275 100644 --- a/Contributors.md +++ b/Contributors.md @@ -33,6 +33,7 @@ - [Mattia Cocco](https://github.com/Matti02co) - [Isaac Lopez](https://github.com/IsaacLC1104) - [Nathan Hall](https://github.com/Zero4793) +- [Praneeth](https://github.com/praneethem8) - [KamalKant](https://github.com/kamal2730) - [Gods-ghost](https://github.com/dist34) - [Dev Gaonkar](https://github.com/DevGaonkar) From 7a99516bd99e9f836d4c8b3f89771134d8457f45 Mon Sep 17 00:00:00 2001 From: Pragya Rai <163853565+raipragya@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:33:02 +0530 Subject: [PATCH 0571/2656] PragyaRai_IMT2023529 (#102060) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 274edb68..a30caa67 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Akul Anhith](https://github.com/aam2k6) - [Wycliffe Musau](https://github.com/Excellent58) +-[Pragya Rai] - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala] - [Ramya Parsania](https://github.com/RAMYA-PARSANIA) From 466f7c0e4e9bd9599522c7aed3468ac88723981f Mon Sep 17 00:00:00 2001 From: Manav9547 Date: Fri, 15 Aug 2025 12:33:17 +0530 Subject: [PATCH 0572/2656] Manav_imt2023535 to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 51bee9d1..cec3f9d9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Srinivas Batthula](https://github.com/srinivas-batthula) - [Evan](https://github.com/ICreateStuff5) - [Sanajit Jana](https://github.com/sanajitjana) +- [Manav_IMT535](https://github.com/Manav9547) - [Harsh Thakare](https://github.com/harsh21234i) - [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) - [Sachin vk](https://github.com/sachindasvk) From 9fc59ab74df1cd43d0a4125ff967462ab6f431ba Mon Sep 17 00:00:00 2001 From: sanyamvermaa Date: Fri, 15 Aug 2025 12:33:50 +0530 Subject: [PATCH 0573/2656] Add Sanyam verma to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f201ce9a..887404e2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Wycliffe Musau](https://github.com/Excellent58) +- [Sanyam verma](https://github.com/sanyamvermaa) - [Zohaib Khan](https://github.com/zohaibkhan745) - [Ronak Singh](https://github.com/RonakSingh2006) - [Raj Soni](https://github.com/rajsonnii) @@ -1723,4 +1724,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From c4657096e98ab4d34e60a2cb43eba0bdaa7b0fa2 Mon Sep 17 00:00:00 2001 From: praneethem Date: Fri, 15 Aug 2025 12:34:31 +0530 Subject: [PATCH 0574/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 615e4275..c187b915 100644 --- a/Contributors.md +++ b/Contributors.md @@ -33,7 +33,7 @@ - [Mattia Cocco](https://github.com/Matti02co) - [Isaac Lopez](https://github.com/IsaacLC1104) - [Nathan Hall](https://github.com/Zero4793) -- [Praneeth](https://github.com/praneethem8) + - [KamalKant](https://github.com/kamal2730) - [Gods-ghost](https://github.com/dist34) - [Dev Gaonkar](https://github.com/DevGaonkar) From 276ddba0021d8b6c9ca46b7aae4138945ed79c62 Mon Sep 17 00:00:00 2001 From: Adwait-Priyadarshan <144380168+Adwait-Priyadarshan@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:34:47 +0530 Subject: [PATCH 0575/2656] Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 346fd621..d2dff52e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Aaryan Antala] - [Ronak Singh](https://github.com/RonakSingh2006) - [Ansh Gupta] (https://github.com/Ansh-Gupta0310) +- [Adwait Priyadarshan] (https://github.com/Adwait-Priyadarshan) - [Raj Soni](https://github.com/rajsonnii) - [Karan Dhiman](https://github.com/karandhiman12) - [Gurparsad Singh](https://github.com/gprathour) From f3c99dfdd959fa5c86982871b5c4b8142efd30de Mon Sep 17 00:00:00 2001 From: Gautam Kappagal <35159216+GautamKappagal@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:34:53 +0530 Subject: [PATCH 0576/2656] Update Contributors.md Gautam --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 12d9b8f9..7e028510 100644 --- a/Contributors.md +++ b/Contributors.md @@ -124,7 +124,7 @@ - [Danish Abbas] (https://github.com/12Danish) - [Prabhjit singh](https://github.com/PrabhBhangu-1) - [JacobLeeDavis-vscode-example](https://github.com/JacobLeeDavis) -- Gautam Kappagal Roll Number IMT2023082 +- Gautam IMT2023082 - [Bharathkumar](https://github.com/bharathkumar-creator) - [ajs](https://github.com/aboodJS) - [Min Ko Oo](https://github.com/mrminko) From e6545b519a38c88517054a6192e0ea38ccc1a3d9 Mon Sep 17 00:00:00 2001 From: Pushkar Date: Fri, 15 Aug 2025 12:36:09 +0530 Subject: [PATCH 0577/2656] Add PushkarKulkarni to Contributors list (#102064) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a30caa67..6c48eb20 100644 --- a/Contributors.md +++ b/Contributors.md @@ -716,6 +716,7 @@ Ben - [Nimisha](https://github.com/codehusler14) - [Ethan Davey](https://github.com/halioti2) - [traf nosleep](https://github.com/ayohsan) +- [PushkarKulkarni](https://github.com/puskara123) - [Sathvik](https://github.com/Satthvik1026) - [Rohan](https://github.com/Christopher-91) - [Jobin Jose](https://github.com/jobin8921) From e0ea05832ef2445923d3cdb5a70654c77fa095fe Mon Sep 17 00:00:00 2001 From: Arr0ws Date: Fri, 15 Aug 2025 15:06:34 +0800 Subject: [PATCH 0578/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6c48eb20..ef2d894f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -115,6 +115,7 @@ - [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) - [suyash nepal](https://github.com/suynep) - [Rosellines](https://github.com/Rosellines) @@ -716,7 +717,6 @@ Ben - [Nimisha](https://github.com/codehusler14) - [Ethan Davey](https://github.com/halioti2) - [traf nosleep](https://github.com/ayohsan) -- [PushkarKulkarni](https://github.com/puskara123) - [Sathvik](https://github.com/Satthvik1026) - [Rohan](https://github.com/Christopher-91) - [Jobin Jose](https://github.com/jobin8921) From 7205f5dc3920bf883e8985fde493390dd7461891 Mon Sep 17 00:00:00 2001 From: Ankith Kini <68186850+ANKITH33@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:37:00 +0530 Subject: [PATCH 0579/2656] Add name to Contributors list (#102065) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6c48eb20..45bc3d5a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -164,6 +164,7 @@ - [Prem Kumar T G](https://github.com/prem7129) - [darkiss7](https://github.com/darkiss7) - [FAI8h](https://github.com/FAI8h) +- [Ankith Kini](https://github.com/ANKITH33) - [Chamesh Dinuka](https://github.com/chamesh2019) - [Syed Naveeed Mohammed](https://github.com/SyedNaveedM) - [Ales Urankar](https://github.com/alesurankar) From 4e2f12c4708e2b7999c8ee3a9a1d742092a2448f Mon Sep 17 00:00:00 2001 From: Satyamashu05 <150354719+Satyamashu05@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:37:35 +0530 Subject: [PATCH 0580/2656] Added Satyam Dewangan in contributors list (#102068) From 6992361c89a487a414ee146df96ca49f293d10a7 Mon Sep 17 00:00:00 2001 From: ashokCh-dev Date: Fri, 15 Aug 2025 12:37:45 +0530 Subject: [PATCH 0581/2656] Ashok_IMT2023083 (#102069) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 45bc3d5a..bcf1f18e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ -[Pragya Rai] - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala] +- [Ashok Reddy](https://github.com/ashokCh-dev) - [Ramya Parsania](https://github.com/RAMYA-PARSANIA) - [Ronak Singh](https://github.com/RonakSingh2006) - [Ansh Gupta] (https://github.com/Ansh-Gupta0310) From fb1d69da41d2cb724d67b5c1dbfa2a5cc6ea5db8 Mon Sep 17 00:00:00 2001 From: vriddhi-07 <149315630+vriddhi-07@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:40:35 +0530 Subject: [PATCH 0582/2656] Vriddhi agrawal imt2023611 (#102073) * Add your-name to Contributors list * Add Vriddhi to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bcf1f18e..4804f1f3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -82,6 +82,7 @@ - [Kanak](https://github.com/Kcode727) - [zwy98](https://github.com/zwy98) - [pa4uslf](https://github.com/pa4uslf) +- Vriddhi - [Mudit Jain](https://github.com/muditjain1411) - [Arafath](https://github.com/Arafath-MSM) - [saiki kohei](https://github.com/saisai-web) From 0d62a841405aab3dcba3872c552e17bc9b8bb4f4 Mon Sep 17 00:00:00 2001 From: nishant-khatri17 Date: Fri, 15 Aug 2025 12:41:57 +0530 Subject: [PATCH 0583/2656] Add Nishant Khatri to Contributors list --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6b8351aa..1dea770f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Harsh Thakare](https://github.com/harsh21234i) - [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) - [Sachin vk](https://github.com/sachindasvk) +- [Nishant khatrii](https://github.com/nishant-khatri17) - [Anirudh](https://github.com/anirudh240) - [Chathura](https://github.com/PrabashanaDev) - [Commitaptian-A](https://github.com/CommitCaptain-A) @@ -1723,5 +1724,6 @@ jack - first contribution practice -[Priscila Fry](https://github.com/prifry) -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) +- [Nishant](https://github.com/nishant-khatri17) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From c13ad84aecf3fb6985959316f142f04dff213c22 Mon Sep 17 00:00:00 2001 From: Arr0ws Date: Fri, 15 Aug 2025 15:17:40 +0800 Subject: [PATCH 0584/2656] stuff (#102056) * Update Contributors.md * Update Contributors.md --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4804f1f3..242d086d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -75,6 +75,7 @@ - [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) - [Abdul-Jaleel Asani](https://github.com/Asani-A) @@ -1769,9 +1770,9 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) +- [Sample] -[Sarthak Maheshwari](https://github.com/SartMa) -[Gathik Jindal](https://github.com/gathik-jindal) -[Suryans Dash](https://github.com/suryans77) -[Bhavya Jain](https://github.com/Bhavzzzzzz) -- [Sample] - [Abhirath Adamane](https://github.com/AbhirathA) From 9430344699f677c2895f3a1d0f6bb033c1a2f2d3 Mon Sep 17 00:00:00 2001 From: Abby <99085097+axby1@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:48:46 +0530 Subject: [PATCH 0585/2656] Add axby1 to Contributors list (#102075) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 242d086d..5f4a9597 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ - [Pierre](https://github.com/wiizzl) - [Jo](https://github.com/BeanboxNZ) - [Jainil Desai](https://github.com/jainilDesai) +- [axby1](https://github.com/axby1) - [Jose Nieto](https://github.com/nietojose10) - [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) From f5931502a170387d07a2eef8425eb9b09206dbd2 Mon Sep 17 00:00:00 2001 From: ImNotFound7 <143163500+ImNotFound7@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:54:14 +0530 Subject: [PATCH 0586/2656] Add Digvijaysinh Pawar to Contributors list (#102076) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5f4a9597..61bcee7c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1694,6 +1694,7 @@ Eoin O'B - [Sos Judge] - [Sreya Bhattacharjee](https://github.com/bsreya0906) - [Priya Kumari](https://github.com/priyayayayayaaa) +- [Digvijaysinh Pawar](https://github.com/ImNotFound7) -[Prakriti Dwivedi](https://github.com/hiiamkarati) - [Himanshu Gohil](https://github.com/tghimanshu) [Prateek k](https://github.com/PRATEEKK9223) From b3bef1894697a59f21e8694ea02005d9dcae047f Mon Sep 17 00:00:00 2001 From: jemkoeleman Date: Fri, 15 Aug 2025 09:30:45 +0200 Subject: [PATCH 0587/2656] Update Contributors.md (#102077) Did tutorial --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 61bcee7c..f0a27244 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ -[Pragya Rai] - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala] +- [Jem Koeleman] - [Ashok Reddy](https://github.com/ashokCh-dev) - [Ramya Parsania](https://github.com/RAMYA-PARSANIA) - [Ronak Singh](https://github.com/RonakSingh2006) From bb11126b41844b40182a1ce926719ff85ca73cfc Mon Sep 17 00:00:00 2001 From: Navish Date: Fri, 15 Aug 2025 13:07:57 +0530 Subject: [PATCH 0588/2656] Add Navish to Contributors list (#102079) Co-authored-by: Navish Malik --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f0a27244..8e791d34 100644 --- a/Contributors.md +++ b/Contributors.md @@ -348,6 +348,7 @@ The-Yash-is-Joined - [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/) -[MohamedSayed](https://github.com/mohammedsayed30) From d97efc3bf94c9c58350445008e19dd25229b112a Mon Sep 17 00:00:00 2001 From: ShivekRanjan <152221558+ShivekRanjan@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:08:02 +0530 Subject: [PATCH 0589/2656] Add Shivek to contributors list (#102080) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8e791d34..6c4763bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Shivek Ranjan](https://github.com/ShivekRanjan) - [Akul Anhith](https://github.com/aam2k6) - [Wycliffe Musau](https://github.com/Excellent58) -[Pragya Rai] From e86c8ea13c02546ae143e496d9d033fa6011db16 Mon Sep 17 00:00:00 2001 From: praneethem Date: Fri, 15 Aug 2025 07:51:50 +0000 Subject: [PATCH 0590/2656] added my name --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c187b915..ef131d3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -118,6 +118,7 @@ - ayfayfayf - Farsat - [Farman Ali](https://github.com/farman-cloud) +- [Praneeth](https://github.com/praneethem) - [Sam Ruiz](https://github.com/LiebesleidSam) - Mattias Thomasson (https://github.com/MattiasThomasson) - [Aditya Semalti](https://github.com/adityasemalti) From dc7ed889712dafaffee15f37e3620551dd87b5bf Mon Sep 17 00:00:00 2001 From: Murilo Barbosa Cardoso Date: Fri, 15 Aug 2025 04:52:09 -0300 Subject: [PATCH 0591/2656] Add murilo-cardoso to Contributors.md (#102082) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6c4763bd..491ade20 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1781,3 +1781,4 @@ jack - first contribution practice -[Suryans Dash](https://github.com/suryans77) -[Bhavya Jain](https://github.com/Bhavzzzzzz) - [Abhirath Adamane](https://github.com/AbhirathA) +-[Murilo Cardoso](https://github.com/murilobarbosaa) \ No newline at end of file From 24d3a73fe49cfab1b4bbd61a3ada32895d69615f Mon Sep 17 00:00:00 2001 From: Pranav Sandeep <98758049+Pranavv0307@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:27:47 +0530 Subject: [PATCH 0592/2656] Added Pranav Sandeep to Contributors.md (#102084) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 491ade20..569b1e38 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [Gurparsad Singh](https://github.com/gprathour) - [Srinivas Batthula](https://github.com/srinivas-batthula) - [Evan](https://github.com/ICreateStuff5) +- [Pranav Sandeep](https://github.com/Pranavv0307) - [Sanajit Jana](https://github.com/sanajitjana) - [Harsh Thakare](https://github.com/harsh21234i) - [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) From 49e71a8c4b63ecb2eab1b1e4a55fb48809553798 Mon Sep 17 00:00:00 2001 From: Mayank Date: Fri, 15 Aug 2025 13:28:32 +0530 Subject: [PATCH 0593/2656] Mayank Tanwar Added --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bcf1f18e..017608e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -82,6 +82,7 @@ - [Kanak](https://github.com/Kcode727) - [zwy98](https://github.com/zwy98) - [pa4uslf](https://github.com/pa4uslf) +- [Mayank Tanwar](https://github.com/Mayanktan) - [Mudit Jain](https://github.com/muditjain1411) - [Arafath](https://github.com/Arafath-MSM) - [saiki kohei](https://github.com/saisai-web) From 9dd8769eceb3c5a7e5f6d54a4f3c935eb3ff0b3c Mon Sep 17 00:00:00 2001 From: P Venkata Rami Reddy <142571684+Venkat96r@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:31:45 +0530 Subject: [PATCH 0594/2656] Add my name to Contributors list (#102086) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 569b1e38..4993f7ca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -182,6 +182,7 @@ - [imsang27](https://github.com/imsang27) - [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) - [S1ngularty](https://github.com/S1ngularty) From 045b71d46819bc3b84198a3ce86d1c4b4a2cb54e Mon Sep 17 00:00:00 2001 From: Ankith Kini <68186850+ANKITH33@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:32:41 +0530 Subject: [PATCH 0595/2656] Add name to Contributors list (#102087) From 3463678aba9d306905e71b7f99b5023cd24458e2 Mon Sep 17 00:00:00 2001 From: Vaishak prasad bhat Date: Fri, 15 Aug 2025 13:34:02 +0530 Subject: [PATCH 0596/2656] Add Vaishak Prasad Bhat to Contributors list (#102089) Co-authored-by: vaishak prasad bhat --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4993f7ca..ef460e05 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Ronak Singh](https://github.com/RonakSingh2006) - [Ansh Gupta] (https://github.com/Ansh-Gupta0310) - [Kunal Jindal] (https://github.com/KunalJindal19) +- [Vaishak Prasad Bhat] (https://github.com/vaishak-iiitb) - [Raj Soni](https://github.com/rajsonnii) - [Karan Dhiman](https://github.com/karandhiman12) - [Gurparsad Singh](https://github.com/gprathour) From 442ac34fdf6b5b81c4f59a42703a0dafdf777847 Mon Sep 17 00:00:00 2001 From: Adityareddy106 <140972686+Adityareddy106@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:37:02 +0530 Subject: [PATCH 0597/2656] aditya (#102091) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ef460e05..10ca6745 100644 --- a/Contributors.md +++ b/Contributors.md @@ -359,6 +359,7 @@ The-Yash-is-Joined -[Fyobei] (https://github.com/Waku-a11y) - [Nasrul](https://github.com/nnayz) - [Seul](https://github.com/seulahn) +- [Aditya reddy](https://github.com/Adityareddy106) - [KG](https://github.com/kgoel9899) - [lzc](https://github.com/lzcooker) - [Parth](https://github.com/partth-code) From fc0ac74e116d8d2cc8394504a9b8bf88683c2e4b Mon Sep 17 00:00:00 2001 From: Yuvraj Sanap <110754561+YuvrajS99@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:38:28 +0530 Subject: [PATCH 0598/2656] Add Yuvraj Sanap to Contributors list (#102093) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 10ca6745..2e1f57df 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1785,4 +1785,5 @@ jack - first contribution practice -[Suryans Dash](https://github.com/suryans77) -[Bhavya Jain](https://github.com/Bhavzzzzzz) - [Abhirath Adamane](https://github.com/AbhirathA) --[Murilo Cardoso](https://github.com/murilobarbosaa) \ No newline at end of file +-[Murilo Cardoso](https://github.com/murilobarbosaa) +- [Yuvraj Sanap](https://github.com/YuvrajS99) From 7960f457cd91a975a12e4aaf10e4f78d17923c3f Mon Sep 17 00:00:00 2001 From: Yashub_G Date: Fri, 15 Aug 2025 13:48:34 +0530 Subject: [PATCH 0599/2656] Add Yashub Goel to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 62711df9..fb72db3c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1705,6 +1705,7 @@ jack - first contribution practice - [Aadil Reyaz Wani](https://aadil-reyaz-wani.vercel.app/) - [Alokananda Y](https://github.com/alok-38) - [Rishabh Pathak](https://github.com/RishabhPathak93) +- [Yashub Goel] - [Shivang](https://github.com/shivang-jnv) - [playerblair](https://github.com/playerblair) - [Shahrukh Khan](https://github.com/srk384) @@ -1726,4 +1727,4 @@ jack - first contribution practice -[Stephen Ebichondo](https://github.com/sebichondo) - [xraisik](https://github.com/xraisik) -[Jadon](https://github.com/JadonDn) -- [Sample] \ No newline at end of file +- [Sample] From d2909dbaaedf16651a1d504301c8f49b266fd7bd Mon Sep 17 00:00:00 2001 From: "K.Jitin" Date: Fri, 15 Aug 2025 13:49:47 +0530 Subject: [PATCH 0600/2656] Add Jitin (IMT2023057) to Contributors list (#102096) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2e1f57df..3df1cf0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ - [sajad thapa](https://github.com/sajadthapa04) - [mizuki](https://github.com/mizuresort) - [Priyanshu Tiwari](https://github.com/d3monviking) +- [K.Jitin](https://github.com/jitin2508) - [cashtanowiec](https://github.com/cashtanowiec) - [Mattia Cocco](https://github.com/Matti02co) - [Isaac Lopez](https://github.com/IsaacLC1104) From 7635c7169881f302f96750f557af263978b905c9 Mon Sep 17 00:00:00 2001 From: Mathew Joseph <165587563+MJTheGreat3@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:55:24 +0530 Subject: [PATCH 0601/2656] Fork by Mathew Joseph (#102099) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3df1cf0e..4d283dcc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Mathew Joseph](https://github.com/MJTheGreat3) - [Shivek Ranjan](https://github.com/ShivekRanjan) - [Akul Anhith](https://github.com/aam2k6) - [Wycliffe Musau](https://github.com/Excellent58) From 8ba6d87f97dffdf2a8a29282fb88789f8e2933c5 Mon Sep 17 00:00:00 2001 From: RickRo77 <144564986+RickRo77@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:55:28 +0530 Subject: [PATCH 0602/2656] added Ricky as contributor (#102100) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4d283dcc..93344c43 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1030,6 +1030,7 @@ Eoin O'B - [Bhavishay Bharti](https://github.com/bhavi-b) - [Dascalu Dumitru](https://github.com/IronMemo) - [Keval Deepak](https://github.com/kevaldeepak) +- [R Ricky Roger](htttps://github.com/RickRo77) - [JasonSA1993](https://github.com/JasonSa1993/) - [Suresh Deora](https://github.com/SureshDeora) - [Mohanshi Jain](https://github.com/Mohanshi04) From e0e129e85334204a186a8918869ae6523af29898 Mon Sep 17 00:00:00 2001 From: Manav9547 Date: Fri, 15 Aug 2025 14:01:09 +0530 Subject: [PATCH 0603/2656] Add harjot_imt2023064 --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4993f7ca..93bc5904 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Shivek Ranjan](https://github.com/ShivekRanjan) +- [Harjot Singh](https://github.com/harjotsingh-debug) - [Akul Anhith](https://github.com/aam2k6) - [Wycliffe Musau](https://github.com/Excellent58) -[Pragya Rai] @@ -1783,4 +1784,4 @@ jack - first contribution practice -[Suryans Dash](https://github.com/suryans77) -[Bhavya Jain](https://github.com/Bhavzzzzzz) - [Abhirath Adamane](https://github.com/AbhirathA) --[Murilo Cardoso](https://github.com/murilobarbosaa) \ No newline at end of file +-[Murilo Cardoso](https://github.com/murilobarbosaa) From e88075687c9a75b5a0d99c2e54c465be688231d6 Mon Sep 17 00:00:00 2001 From: Kaushalraj Puwar Date: Fri, 15 Aug 2025 14:02:16 +0530 Subject: [PATCH 0604/2656] Add Kaushalraj Puwar to Contributors list (#102101) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 93344c43..e16483b5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala] - [Jem Koeleman] +- [Kaushalraj Puwar](https://github.com/kaushalrajpuwar) - [Ashok Reddy](https://github.com/ashokCh-dev) - [Ramya Parsania](https://github.com/RAMYA-PARSANIA) - [Ronak Singh](https://github.com/RonakSingh2006) From 3a20b7d0cb892313641869a92370377dda05426e Mon Sep 17 00:00:00 2001 From: Thrilochan Reddy Date: Fri, 15 Aug 2025 14:02:56 +0530 Subject: [PATCH 0605/2656] add thrilochan to contributors list (#102102) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e16483b5..66e77c2a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1791,3 +1791,4 @@ jack - first contribution practice - [Abhirath Adamane](https://github.com/AbhirathA) -[Murilo Cardoso](https://github.com/murilobarbosaa) - [Yuvraj Sanap](https://github.com/YuvrajS99) +- [Thrilochan](https://github.com/thrilochan7) From 26f7d3a485050b0553266eeeb034d099ca8ffea5 Mon Sep 17 00:00:00 2001 From: Thrilochan Reddy Date: Fri, 15 Aug 2025 14:03:40 +0530 Subject: [PATCH 0606/2656] add thrilochan to contributors list (#102103) From 644a163d97e59176ae33c7edc39360923c9e8ad2 Mon Sep 17 00:00:00 2001 From: shashidharsai <148694228+shashidharsai@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:20:30 +0530 Subject: [PATCH 0607/2656] Add Shashidhar to Contributors list (#102092) * Add Shashidhar to Contributors list * Add Shashidhar IMT2023567 to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 66e77c2a..394d06e6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,7 +1,8 @@ # Contributors +- [Shashidhar](https://github.com/shashidharsai) - [Mathew Joseph](https://github.com/MJTheGreat3) - [Shivek Ranjan](https://github.com/ShivekRanjan) -- [Akul Anhith](https://github.com/aam2k6) +- [Akul Anhith](https://github.com/a - [Wycliffe Musau](https://github.com/Excellent58) -[Pragya Rai] - [Zohaib Khan](https://github.com/zohaibkhan745) From b3d5a1161dc86f8e9cfc78691cac73af37e19732 Mon Sep 17 00:00:00 2001 From: shashidharsai <148694228+shashidharsai@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:22:42 +0530 Subject: [PATCH 0608/2656] Shashidhar imt2023567 (#102105) * Add Shashidhar to Contributors list * Add Shashidhar IMT2023567 to Contributors list From c2601f00ad62416f001d12a2ea674dd710c49bbd Mon Sep 17 00:00:00 2001 From: svnsaisathvik <143947704+svnsaisathvik@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:48:41 +0530 Subject: [PATCH 0609/2656] Add SVN Sai Sathvik to Contributors list (#102106) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 394d06e6..0d6812af 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Jem Koeleman] - [Kaushalraj Puwar](https://github.com/kaushalrajpuwar) - [Ashok Reddy](https://github.com/ashokCh-dev) +- [SVN Sai Sathvik](https://github.com/svnsaisathvik) - [Ramya Parsania](https://github.com/RAMYA-PARSANIA) - [Ronak Singh](https://github.com/RonakSingh2006) - [Ansh Gupta] (https://github.com/Ansh-Gupta0310) From 723df081f8259b53ae0cf69209a454ddbea66bbe Mon Sep 17 00:00:00 2001 From: Mohammed Ibrahim <141554753+IbrahimMI124@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:19:57 +0530 Subject: [PATCH 0610/2656] lab1 branching done (#102107) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0d6812af..42ceef66 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Ashok Reddy](https://github.com/ashokCh-dev) - [SVN Sai Sathvik](https://github.com/svnsaisathvik) - [Ramya Parsania](https://github.com/RAMYA-PARSANIA) +- [Mohammed Ibrahim](https://github.com/IbrahimMI124) - [Ronak Singh](https://github.com/RonakSingh2006) - [Ansh Gupta] (https://github.com/Ansh-Gupta0310) - [Kunal Jindal] (https://github.com/KunalJindal19) From c15b7833733b6b1d183afb030e550676f5dbdeb5 Mon Sep 17 00:00:00 2001 From: kapiladitya024-source Date: Fri, 15 Aug 2025 15:39:34 +0530 Subject: [PATCH 0611/2656] Add Kapil to Contributors List (#102108) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 42ceef66..f849a1bb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -33,6 +33,7 @@ - [Chathura](https://github.com/PrabashanaDev) - [Commitaptian-A](https://github.com/CommitCaptain-A) - [Kavya Gupta](https://github.com/kavyagupta3011) +- [Kapil Aditya Reddy](https://github.com/kapiladitya024-source) - [Likhitha](https://github.com/likhitha07) - [David Chamling Rai](https://github.com/Wadangkaa) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) From a4770ba36393291b7c32f3a8b0a8a03f9d450fc3 Mon Sep 17 00:00:00 2001 From: Saheem Reshi <174321855+saheemReshi@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:57:59 +0530 Subject: [PATCH 0612/2656] just testing --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index f849a1bb..9fedfcfa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1796,3 +1796,6 @@ jack - first contribution practice -[Murilo Cardoso](https://github.com/murilobarbosaa) - [Yuvraj Sanap](https://github.com/YuvrajS99) - [Thrilochan](https://github.com/thrilochan7) + + +[testing] From b47cdc7750939f472e7de5ac71d593772eaae639 Mon Sep 17 00:00:00 2001 From: Atharva <167675900+Atharva-Joshi8999@users.noreply.github.com> Date: Fri, 15 Aug 2025 16:26:35 +0530 Subject: [PATCH 0613/2656] Add Atharva Joshi to Contributors list (#102111) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f849a1bb..90e88f94 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1796,3 +1796,4 @@ jack - first contribution practice -[Murilo Cardoso](https://github.com/murilobarbosaa) - [Yuvraj Sanap](https://github.com/YuvrajS99) - [Thrilochan](https://github.com/thrilochan7) +-[Atharva Joshi] (https://github.com/Atharva-Joshi8999) \ No newline at end of file From 117e3187de9c0937acfce1b6411e558f5f2b7a50 Mon Sep 17 00:00:00 2001 From: HansiKodikara Date: Fri, 15 Aug 2025 21:23:45 +0930 Subject: [PATCH 0614/2656] Add hansi to Contributors list --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index deef9dc2..d88da9c3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,4 @@ -# Contributors +# Contributors - [Ankur Das](https://github.com/Ankur123unsungDevloper) - [MRRM] - [Heng_Xin](https://github.com/HengXin666) @@ -184,6 +184,7 @@ y- [Eunbin Kwon](https://github.com/eun61n00) - [Sanghee Son](https://github.com/higangssh) - [Charlie Uland](https://github.com/charlesuland) - [carrie](https://github.com/MyatNoeKyin) +- [Hansi] (https://github.com/HansiKodikara) - [Daniel Garcia}(https://github.com/Daniel-W-Garcia) - Amruta - [Lia] @@ -3722,4 +3723,4 @@ random guy - [Rennan Reis](https://github.com/rennanreis) - [Maitreyee Singh](https://github.com/maitreyee-s) [Pouria Tofighi](https://github.com/Pouria-Tofighi) --[Marouane Tabaa](https://github.com/Marouane666) \ No newline at end of file +-[Marouane Tabaa](https://github.com/Marouane666) From 865b25d339eca2ce0e77ac174d536b3ab9c8b56b Mon Sep 17 00:00:00 2001 From: anonym1o Date: Fri, 15 Aug 2025 17:29:14 +0530 Subject: [PATCH 0615/2656] Update Contributors.md (#102113) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 90e88f94..003e3f50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1796,4 +1796,5 @@ jack - first contribution practice -[Murilo Cardoso](https://github.com/murilobarbosaa) - [Yuvraj Sanap](https://github.com/YuvrajS99) - [Thrilochan](https://github.com/thrilochan7) --[Atharva Joshi] (https://github.com/Atharva-Joshi8999) \ No newline at end of file +-[Atharva Joshi] (https://github.com/Atharva-Joshi8999) +-[Lakshya Sachan](https://github.com/anonym1o) From 19acd093fde26c2f9878ea83408541e9f8aada7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emir=20Kaan=20ERTU=C4=9ERUL?= <118385373+emirkddn@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:34:17 +0300 Subject: [PATCH 0616/2656] Update Contributors.md (#102115) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 003e3f50..9ab5de07 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1798,3 +1798,4 @@ jack - first contribution practice - [Thrilochan](https://github.com/thrilochan7) -[Atharva Joshi] (https://github.com/Atharva-Joshi8999) -[Lakshya Sachan](https://github.com/anonym1o) +-[Emir Kaan Ertuğrul](https://github.com/emirkddn) From 333e9f397981fa9ee0a759cfdb851a3c289ac364 Mon Sep 17 00:00:00 2001 From: adi-srao Date: Fri, 15 Aug 2025 18:08:34 +0530 Subject: [PATCH 0617/2656] Add Aditya S Rao to Contributors list (#102116) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ab5de07..c31cc489 100644 --- a/Contributors.md +++ b/Contributors.md @@ -113,6 +113,7 @@ - [Ritesh Singh](https://github.com/ritesh355) - [Satrap18](https://github.com/Satrap18) - [alluriakhil18](https://github.com/alluriakhil18) +- [Aditya Rao] - [Muhammad Rafay Asif](https://github.com/muhammadrafayasif) - [Natnael Asnake](https://github.com/Nati-Man-code) - [Pushpesh](https://github.com/impushpesh) From a7590890c7adaafab9f5aca50eb245598abc71bb Mon Sep 17 00:00:00 2001 From: Joshua <142098044+rubiksfood@users.noreply.github.com> Date: Fri, 15 Aug 2025 16:56:27 +0200 Subject: [PATCH 0618/2656] Add rubiksfood to Contributors list (#102120) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c31cc489..bfe63ec8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala] - [Jem Koeleman] +- [rubik](https://github.com/rubiksfood) - [Kaushalraj Puwar](https://github.com/kaushalrajpuwar) - [Ashok Reddy](https://github.com/ashokCh-dev) - [SVN Sai Sathvik](https://github.com/svnsaisathvik) From 80f6d163e55f442a619b153512533cebdc3fcd9c Mon Sep 17 00:00:00 2001 From: Marcus Summers Date: Fri, 15 Aug 2025 11:29:34 -0400 Subject: [PATCH 0619/2656] Add Marcus "MajorLinux" Summers to Contributors list (#102121) Co-authored-by: MajorLinux --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bfe63ec8..7408335e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1486,6 +1486,7 @@ Eoin O'B - [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) From cc982b9cb1242efc6171f70658ab64a5668b3cba Mon Sep 17 00:00:00 2001 From: Ben Seddon <124059709+Seddo151@users.noreply.github.com> Date: Fri, 15 Aug 2025 16:56:01 +0100 Subject: [PATCH 0620/2656] Add your-name to Contributers list (#102122) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7408335e..26bc24e4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Aaryan Antala] - [Jem Koeleman] - [rubik](https://github.com/rubiksfood) +- [Benjamin Seddon](https://github.com/Seddo151) - [Kaushalraj Puwar](https://github.com/kaushalrajpuwar) - [Ashok Reddy](https://github.com/ashokCh-dev) - [SVN Sai Sathvik](https://github.com/svnsaisathvik) From 39ad07773bfc8e7189658e887e36dca5440c92fc Mon Sep 17 00:00:00 2001 From: Sayyed Aaman <98977020+sayyedaaman2@users.noreply.github.com> Date: Fri, 15 Aug 2025 21:48:44 +0530 Subject: [PATCH 0621/2656] Add Sayyed-Aaman to Contiributors list (#102123) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 26bc24e4..e943c091 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1803,3 +1803,4 @@ jack - first contribution practice -[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) \ No newline at end of file From 2576172ed31ac9b84685fb36013e52166fa2eecf Mon Sep 17 00:00:00 2001 From: Supreet Kaur <78071986+Supreetkaur1@users.noreply.github.com> Date: Fri, 15 Aug 2025 22:01:34 +0530 Subject: [PATCH 0622/2656] Added to Contributors (#102124) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e943c091..b38a3961 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [rubik](https://github.com/rubiksfood) - [Benjamin Seddon](https://github.com/Seddo151) - [Kaushalraj Puwar](https://github.com/kaushalrajpuwar) +- [Supreet Kaur](https://github.com/Supreetkaur1) - [Ashok Reddy](https://github.com/ashokCh-dev) - [SVN Sai Sathvik](https://github.com/svnsaisathvik) - [Ramya Parsania](https://github.com/RAMYA-PARSANIA) From e3a24629ba0bd4bd85d32e6ba47d2d20d8d78875 Mon Sep 17 00:00:00 2001 From: Rakhith Date: Fri, 15 Aug 2025 16:49:12 +0000 Subject: [PATCH 0623/2656] Add Rakshith Srinivasan IMT2023544 to Contributors list --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index b38a3961..2a69786c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,4 @@ -# Contributors +-[Rakshith Srinivasan] (https://github.com/rakhith) - [Shashidhar](https://github.com/shashidharsai) - [Mathew Joseph](https://github.com/MJTheGreat3) - [Shivek Ranjan](https://github.com/ShivekRanjan) @@ -1804,4 +1804,4 @@ jack - first contribution practice -[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) \ No newline at end of file +-[Sayyed Aaman](https://github.com/sayyedaaman2) From 1b1ea6542c7314ffb1cc78c24f285b9209e32fd6 Mon Sep 17 00:00:00 2001 From: Piyush Annigeri <144475420+piyushannigeri@users.noreply.github.com> Date: Fri, 15 Aug 2025 22:54:25 +0530 Subject: [PATCH 0624/2656] Add Piyush Annigeri to Contributors list (#102128) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b38a3961..15cdea9d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1804,4 +1804,5 @@ jack - first contribution practice -[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) \ No newline at end of file +-[Sayyed Aaman](https://github.com/sayyedaaman2) +-[Piyush Annigeri](https://github.com/piyushannigeri) From f2040d58fb6c2513037785f01dcb4b05f5f508a7 Mon Sep 17 00:00:00 2001 From: Mark Finerty <89587511+Mork7@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:07:23 -0400 Subject: [PATCH 0625/2656] Add Mork7 to Contributers list (#102129) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 15cdea9d..dce8027d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ - [Evan](https://github.com/ICreateStuff5) - [Pranav Sandeep](https://github.com/Pranavv0307) - [Sanajit Jana](https://github.com/sanajitjana) +- [Mark Finerty](https://github.com/Mork7) - [Harsh Thakare](https://github.com/harsh21234i) - [Rohit Rajvaidya](https://github.com/RohitRajvaidya5) - [Sachin vk](https://github.com/sachindasvk) From 96a0eaebe57dbf55674e9c691d264bb5db991d01 Mon Sep 17 00:00:00 2001 From: Tejaswini Date: Fri, 15 Aug 2025 23:40:40 +0530 Subject: [PATCH 0626/2656] Add Tejaswini to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7408335e..22e048e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1802,3 +1802,4 @@ jack - first contribution practice -[Atharva Joshi] (https://github.com/Atharva-Joshi8999) -[Lakshya Sachan](https://github.com/anonym1o) -[Emir Kaan Ertuğrul](https://github.com/emirkddn) +-[Tejaswini](https://github.com/tejut2225) \ No newline at end of file From b9ea19441b4b08562c3425dfcc3f742dd7f5604f Mon Sep 17 00:00:00 2001 From: Faust-Levity Date: Fri, 15 Aug 2025 20:40:57 +0200 Subject: [PATCH 0627/2656] Add Faust-Levity to Contributors list (#102131) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dce8027d..09a0c5c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -247,6 +247,7 @@ Shruti Tiwari - [Mohamed Hossam](https://github.com/mo-hossam-stack) - [Jared Krandel] - Swastik +- [Faust Levity](https://github.com/Faust-Levity) - [Revati Keskar](https://gihub.som/RevatiKeskar) - [Rohin Garg](https://github.com/rohingarg12) - Gurukiran Reddy AKA AstaReddy From 1ea0e6c70233bab996217d8515282a67eb9395f1 Mon Sep 17 00:00:00 2001 From: Ruben Alexander <103773863+Ruben-legend@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:17:32 -0400 Subject: [PATCH 0628/2656] Add Ruben-legend to Contributors list (#102133) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 09a0c5c8..fb563565 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Jem Koeleman] - [rubik](https://github.com/rubiksfood) - [Benjamin Seddon](https://github.com/Seddo151) +- [Ruben Legend](https://github.com/Ruben-legend) - [Kaushalraj Puwar](https://github.com/kaushalrajpuwar) - [Supreet Kaur](https://github.com/Supreetkaur1) - [Ashok Reddy](https://github.com/ashokCh-dev) From 3cdf53fcd5854eddbeb73427ab262a8decbdc39b Mon Sep 17 00:00:00 2001 From: Daniel Cook <30439299+randolchance@users.noreply.github.com> Date: Fri, 15 Aug 2025 17:31:59 -0400 Subject: [PATCH 0629/2656] Add Daniel Cook to Contributors list (#102134) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fb563565..074be20c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1809,3 +1809,4 @@ jack - first contribution practice -[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) \ No newline at end of file From e8214bcabffe500c9bc1210bc43f50e9d878fbe6 Mon Sep 17 00:00:00 2001 From: Ankit Aggarwal Date: Sat, 16 Aug 2025 06:44:36 +0530 Subject: [PATCH 0630/2656] added my name to Contributors File (#102137) Fun exercise to let beginners get familiar with Github --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5b4027fa..2eb887e7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala] - [Jem Koeleman] +- [Ankit Aggarwal](https://curious.pm) - [rubik](https://github.com/rubiksfood) - [Benjamin Seddon](https://github.com/Seddo151) - [Ruben Legend](https://github.com/Ruben-legend) From e61a472a498944e6e415be80045d9d5a682eaffa Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sat, 16 Aug 2025 03:20:16 +0200 Subject: [PATCH 0631/2656] Update Contributors.md --- Contributors.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Contributors.md b/Contributors.md index 5a12f47c..4b0a6f26 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,13 +1,14 @@ --[Rakshith Srinivasan] (https://github.com/rakhith) +# Contributors +- [Rakshith Srinivasan](https://github.com/rakhith) - [Shashidhar](https://github.com/shashidharsai) - [Mathew Joseph](https://github.com/MJTheGreat3) - [Shivek Ranjan](https://github.com/ShivekRanjan) - [Akul Anhith](https://github.com/a - [Wycliffe Musau](https://github.com/Excellent58) --[Pragya Rai] +- [Pragya Rai]() - [Zohaib Khan](https://github.com/zohaibkhan745) -- [Aaryan Antala] -- [Jem Koeleman] +- [Aaryan Antala]() +- [Jem Koeleman]() - [Ankit Aggarwal](https://curious.pm) - [rubik](https://github.com/rubiksfood) - [Benjamin Seddon](https://github.com/Seddo151) @@ -19,9 +20,9 @@ - [Ramya Parsania](https://github.com/RAMYA-PARSANIA) - [Mohammed Ibrahim](https://github.com/IbrahimMI124) - [Ronak Singh](https://github.com/RonakSingh2006) -- [Ansh Gupta] (https://github.com/Ansh-Gupta0310) -- [Kunal Jindal] (https://github.com/KunalJindal19) -- [Vaishak Prasad Bhat] (https://github.com/vaishak-iiitb) +- [Ansh Gupta](https://github.com/Ansh-Gupta0310) +- [Kunal Jindal](https://github.com/KunalJindal19) +- [Vaishak Prasad Bhat](https://github.com/vaishak-iiitb) - [Raj Soni](https://github.com/rajsonnii) - [Karan Dhiman](https://github.com/karandhiman12) - [Gurparsad Singh](https://github.com/gprathour) @@ -43,7 +44,7 @@ - [Likhitha](https://github.com/likhitha07) - [Nikunj](https://github.com/nikunj69) - [David Chamling Rai](https://github.com/Wadangkaa) --Sasank +- Sasank - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Areen Patil](https://github.com/areen-patil) - [Sunday](https://github.com/Hao-tian) @@ -65,7 +66,7 @@ - [cashtanowiec](https://github.com/cashtanowiec) - [Mattia Cocco](https://github.com/Matti02co) - [Isaac Lopez](https://github.com/IsaacLC1104) - [Yash Gupta](https://github.com/YashGupta2106) +- [Yash Gupta](https://github.com/YashGupta2106) - [Nathan Hall](https://github.com/Zero4793) - [KamalKant](https://github.com/kamal2730) @@ -1829,4 +1830,4 @@ jack - first contribution practice -[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) \ No newline at end of file +-[Daniel Cook](https://github.com/randolchance) From f151bde58fc01559ad326a27c02a2ea441f439fe Mon Sep 17 00:00:00 2001 From: Yeison Rojas Date: Fri, 15 Aug 2025 21:32:30 -0400 Subject: [PATCH 0632/2656] Add yeisondev001 to Contributors list (#101948) * Add yeisondev001 to Contributors list * Delete git --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aae50c17..c162024f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -282,6 +282,7 @@ P Venkata Rami Reddy - [Mokshith] - [Pinion](https://pinion.kr) - [jürgen vanzeir] +- [yeisondev001 💎](https://github.com/yeisondev001) - [ZMM-zhangmanman] - [Andrea Moguel](https://github.com/amoguelk) - [Akshat Jain](https://github.com/akshat2604) From 9d6e810a96205aa2ae6ec3b09e89ce9175954e95 Mon Sep 17 00:00:00 2001 From: Akshat089 <82509785+Akshat089@users.noreply.github.com> Date: Sat, 16 Aug 2025 07:03:39 +0530 Subject: [PATCH 0633/2656] Akshat Betala (#102030) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c162024f..d794593e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1822,6 +1822,7 @@ jack - first contribution practice -[Sarthak Maheshwari](https://github.com/SartMa) -[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) From c1edbf7141d2cf6629e42f577dff64d535807f5f Mon Sep 17 00:00:00 2001 From: Shivam0Pandya <157626918+Shivam0Pandya@users.noreply.github.com> Date: Sat, 16 Aug 2025 07:06:19 +0530 Subject: [PATCH 0634/2656] Add Shivam Pandya to Contributors list (#102070) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a526b7f8..cb2582bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -200,6 +200,7 @@ - [FAI8h](https://github.com/FAI8h) - [Ankith Kini](https://github.com/ANKITH33) - [Chamesh Dinuka](https://github.com/chamesh2019) +- [Shivam Pandya] - [Syed Naveeed Mohammed](https://github.com/SyedNaveedM) - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). From 3b01101f3bf6c5d50964d5b478ab21085553f40b Mon Sep 17 00:00:00 2001 From: Paritosh12 <148533348+Paritosh12@users.noreply.github.com> Date: Sat, 16 Aug 2025 07:07:45 +0530 Subject: [PATCH 0635/2656] Add Paritosh to Contribution list (#102072) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8ffda62a..feac742d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -71,6 +71,7 @@ - [Nathan Hall](https://github.com/Zero4793) - [KamalKant](https://github.com/kamal2730) +- [Paritosh Tiwari] - [Gods-ghost](https://github.com/dist34) - [Dev Gaonkar](https://github.com/DevGaonkar) - [Kunal_Mittal](https://github.com/freakun0025) From aa85a72b08df7dc109f5e8287028454eb4daca9a Mon Sep 17 00:00:00 2001 From: roed Date: Sat, 16 Aug 2025 09:41:42 +0800 Subject: [PATCH 0636/2656] Add Christian Roed Boyles to Contributors list (#102138) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index feac742d..f9f602ff 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1840,3 +1840,4 @@ jack - first contribution practice -[Sayyed Aaman](https://github.com/sayyedaaman2) -[Piyush Annigeri](https://github.com/piyushannigeri) -[Daniel Cook](https://github.com/randolchance) +-[Christian Roed Boyles](https://github.com/rockyroed) \ No newline at end of file From f3fadafccb18c0dff13b33c4d5e6389ccec49898 Mon Sep 17 00:00:00 2001 From: Jay <108143448+swejenna@users.noreply.github.com> Date: Fri, 15 Aug 2025 17:46:34 -0800 Subject: [PATCH 0637/2656] Added name and github url to Contributors list (#102135) Co-authored-by: Roshan Jossy --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b61d8622..bb3ada94 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,12 +3,13 @@ - [Shashidhar](https://github.com/shashidharsai) - [Mathew Joseph](https://github.com/MJTheGreat3) - [Shivek Ranjan](https://github.com/ShivekRanjan) -- [Akul Anhith](https://github.com/a +- [Akul Anhith](https://github.com/akul) - [Wycliffe Musau](https://github.com/Excellent58) - [Pragya Rai]() - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala]() - [Jem Koeleman]() +- [Jenna Hall](https://github.com/swejenna) - [Ankit Aggarwal](https://curious.pm) - [rubik](https://github.com/rubiksfood) - [Benjamin Seddon](https://github.com/Seddo151) From 4980ae152c8b5ac34e14021f886de8ac1fe072fb Mon Sep 17 00:00:00 2001 From: Mithielesh N Date: Sat, 16 Aug 2025 07:21:33 +0530 Subject: [PATCH 0638/2656] Add Mithielesh to contributors list (#102139) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bb3ada94..083d6158 100644 --- a/Contributors.md +++ b/Contributors.md @@ -99,6 +99,7 @@ - [Mantarey.dev](https://mantarey.dev) - [Manav Jindal_IMT2023535](https://github.com/Manav9547) - [Thabeswar](https://github.com/Thabeswar) +- [Mithielesh N](https://github.com/mithielesh) - [Yash](https://github.com/yuishigam1) - [Abhi][https://github.com/Abhi-AIX] - [Chandru][https://github.com/P-Chandru] From 8a7077ed0e8783b8c24588cf9ccdb62617119c15 Mon Sep 17 00:00:00 2001 From: Ivan Kurniawan Date: Sat, 16 Aug 2025 03:40:03 +0000 Subject: [PATCH 0639/2656] Add Ivan Kurniawan to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 083d6158..2a749323 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,7 +39,7 @@ - [Nishant khatrii](https://github.com/nishant-khatri17) - [Ayush Mishra](https://github.com/Ayush-Mishra-0018) - [Anirudh](https://github.com/anirudh240) -- [] +- [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) From ca54a2ebfceeb515ecc81cebdc64800ea6b16e90 Mon Sep 17 00:00:00 2001 From: Pavishni R <91726374+Pavishni@users.noreply.github.com> Date: Sat, 16 Aug 2025 10:23:04 +0530 Subject: [PATCH 0640/2656] Add Pavishni to Contributors list (#102141) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 083d6158..da98cb46 100644 --- a/Contributors.md +++ b/Contributors.md @@ -28,6 +28,7 @@ - [Karan Dhiman](https://github.com/karandhiman12) - [Gurparsad Singh](https://github.com/gprathour) - [Srinivas Batthula](https://github.com/srinivas-batthula) +- [Pavishni](https://github.com/Pavishni) - [Evan](https://github.com/ICreateStuff5) - [Pranav Sandeep](https://github.com/Pranavv0307) - [Sanajit Jana](https://github.com/sanajitjana) From 61e29850643002461db086b6fff5d5878c53ea8b Mon Sep 17 00:00:00 2001 From: maxphil058 Date: Sat, 16 Aug 2025 01:02:30 -0400 Subject: [PATCH 0641/2656] Added Phil to the contrubutors list (#102142) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index da98cb46..9b0c4d3f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1840,6 +1840,7 @@ jack - first contribution practice -[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) From ff6b7cbc63a3eaed898fa40a3ac7e03f1d186ad1 Mon Sep 17 00:00:00 2001 From: Paulson Mathew Date: Sat, 16 Aug 2025 11:35:03 +0530 Subject: [PATCH 0642/2656] Add Paulson Mathew to Contributors list (#102143) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9b0c4d3f..faed2270 100644 --- a/Contributors.md +++ b/Contributors.md @@ -58,6 +58,7 @@ - [0xAnamul](https://github.com/0xAnamul) - [João Scarlateli](https://github.com/Scarlateli) - [Nikunj](https://github.com/nikunj169) +- [Paulson Mathew](https://github.com/ajoyscorpion) - [Chandrahas](https://github.com/chandrahas121) - [Devna jiya R](https://github.com/jiya22r) - [Vishwambar Manchewar](https://github.com/vishmanchewar) From ee712b09dc7401e27dcffc0c1fe7de0e56ec235b Mon Sep 17 00:00:00 2001 From: Pulindu Pasanjith <128892329+pulindu117@users.noreply.github.com> Date: Sat, 16 Aug 2025 12:13:16 +0530 Subject: [PATCH 0643/2656] I added my name to the contributors list. (#102145) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index faed2270..a797d31e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -131,6 +131,7 @@ - [Jose Nieto](https://github.com/nietojose10) - [sunshineflymeat](https://github.com/sunshineflymeat) - [Ritesh Singh](https://github.com/ritesh355) +- [Pulindu pasanjith](https://github.com/pulindu117) - [Satrap18](https://github.com/Satrap18) - [alluriakhil18](https://github.com/alluriakhil18) - [Aditya Rao] From 02f9b6d2204ef7ce07f01b9b637d05d5d76d8dc1 Mon Sep 17 00:00:00 2001 From: abhi108-del Date: Sat, 16 Aug 2025 14:08:54 +0530 Subject: [PATCH 0644/2656] Add Mopuri Abhiram (IMT2023108) to Contributors list (#102146) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a797d31e..f6aee90e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [Pragya Rai]() - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala]() +- [Mopuri Abhiram]() - [Jem Koeleman]() - [Jenna Hall](https://github.com/swejenna) - [Ankit Aggarwal](https://curious.pm) From 33e8cccf877790b676560679888df36d917f6bd7 Mon Sep 17 00:00:00 2001 From: Ryan-hub-404 Date: Sat, 16 Aug 2025 17:07:46 +0800 Subject: [PATCH 0645/2656] Add to Contributors (#102147) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f6aee90e..a6750b15 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1851,3 +1851,4 @@ jack - first contribution practice -[Piyush Annigeri](https://github.com/piyushannigeri) -[Daniel Cook](https://github.com/randolchance) -[Christian Roed Boyles](https://github.com/rockyroed) +-[Ryan-hub-404](https://github.com/Ryan-hub-404) From 478642f896807c1e9efe74650babf30d474f2618 Mon Sep 17 00:00:00 2001 From: Thundergod2000 <93822554+Thundergod2000@users.noreply.github.com> Date: Sat, 16 Aug 2025 14:51:19 +0530 Subject: [PATCH 0646/2656] Madhu Dora (#102148) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a6750b15..fabf15b8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Aaryan Antala]() - [Mopuri Abhiram]() - [Jem Koeleman]() +- [Madhu Dora]() - [Jenna Hall](https://github.com/swejenna) - [Ankit Aggarwal](https://curious.pm) - [rubik](https://github.com/rubiksfood) From db3ed7661546c2f4b6ae6e3f229ddfa23b002279 Mon Sep 17 00:00:00 2001 From: cloakchan Date: Sat, 16 Aug 2025 14:59:24 +0530 Subject: [PATCH 0647/2656] added (#102149) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fabf15b8..85f283aa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1810,6 +1810,7 @@ jack - first contribution practice - [Alokananda Y](https://github.com/alok-38) - [Rishabh Pathak](https://github.com/RishabhPathak93) - [Yashub Goel] +- [aaaa] - [Shivang](https://github.com/shivang-jnv) - [playerblair](https://github.com/playerblair) - [Shahrukh Khan](https://github.com/srk384) From 92b653b9c44aeb683a08e84ac40ea6f7b6162f85 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 16 Aug 2025 15:04:20 +0530 Subject: [PATCH 0648/2656] Added Ravi Prakash to Contributors list (#102150) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 85f283aa..b0cdf727 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1111,6 +1111,7 @@ Eoin O'B - [Minjae Kwon](https://github.com/minjaekwon97) - [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) From 998c5db5a195ff86022421e890b401ec7bcdf63d Mon Sep 17 00:00:00 2001 From: ayhm23 Date: Sat, 16 Aug 2025 15:13:34 +0530 Subject: [PATCH 0649/2656] Add Archit Jaju to Contributors list --- file1.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 file1.txt diff --git a/file1.txt b/file1.txt deleted file mode 100644 index f2aa86d2..00000000 --- a/file1.txt +++ /dev/null @@ -1 +0,0 @@ -hello From f3991173d7859ca72f52b394b4147f6f1e8b24cb Mon Sep 17 00:00:00 2001 From: ayhm23 <145286298+ayhm23@users.noreply.github.com> Date: Sat, 16 Aug 2025 15:35:16 +0530 Subject: [PATCH 0650/2656] Add architjaju to Contributors list (#102152) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b0cdf727..5574f53e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Rakshith Srinivasan](https://github.com/rakhith) +- [Archit Jaju](https://github.com/ayhm23) - [Shashidhar](https://github.com/shashidharsai) - [Mathew Joseph](https://github.com/MJTheGreat3) - [Shivek Ranjan](https://github.com/ShivekRanjan) From 9bc92675124c6785b5127ab71f5d0f84528729b3 Mon Sep 17 00:00:00 2001 From: jeterrrrrrr Date: Sat, 16 Aug 2025 18:46:13 +0800 Subject: [PATCH 0651/2656] feat: Add jeterrrrrrr to contributors list (#102153) * feat: Add jeterrrrrrr to contributors list * feat: Add jeterrrrrrr to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5574f53e..062e0b39 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1856,3 +1856,4 @@ jack - first contribution practice -[Daniel Cook](https://github.com/randolchance) -[Christian Roed Boyles](https://github.com/rockyroed) -[Ryan-hub-404](https://github.com/Ryan-hub-404) +-[jeterrrrrrr](https://github.com/jeterrrrrrr) From 9dc39c19e202d57924df585e19c55c724ebb157f Mon Sep 17 00:00:00 2001 From: jeterrrrrrr Date: Sat, 16 Aug 2025 18:47:53 +0800 Subject: [PATCH 0652/2656] feat: Add jeterrrrrr to Contributors list (#102154) * feat: Add jeterrrrrrr to contributors list * feat: Add jeterrrrrrr to contributors list From e7afffe72bb05d206814fc5129c90ada54a502be Mon Sep 17 00:00:00 2001 From: Prashantha <151809864+Prashanth-000@users.noreply.github.com> Date: Sat, 16 Aug 2025 16:34:25 +0530 Subject: [PATCH 0653/2656] add Prashanth-000 to contributrs list (#102155) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 062e0b39..de74b845 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala]() - [Mopuri Abhiram]() +- [Prashanth-000](https://github.com/Prashanth-000) - [Jem Koeleman]() - [Madhu Dora]() - [Jenna Hall](https://github.com/swejenna) From 18f9a5580ad4cb7271e483863a5541abf3281832 Mon Sep 17 00:00:00 2001 From: Ameya <51057639+Ameya19@users.noreply.github.com> Date: Sat, 16 Aug 2025 18:42:45 +0530 Subject: [PATCH 0654/2656] Add Ameya19 to contributers list (#102156) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index de74b845..1f4480da 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1857,4 +1857,5 @@ jack - first contribution practice -[Daniel Cook](https://github.com/randolchance) -[Christian Roed Boyles](https://github.com/rockyroed) -[Ryan-hub-404](https://github.com/Ryan-hub-404) +-[Ameya19](hhttps://github.com/Ameya19) -[jeterrrrrrr](https://github.com/jeterrrrrrr) From 97bba27f0c0734269d1b916be6cd266e2f799706 Mon Sep 17 00:00:00 2001 From: Amritendu Bhattacharjee <34620625+xeonray-origin@users.noreply.github.com> Date: Sat, 16 Aug 2025 20:02:09 +0530 Subject: [PATCH 0655/2656] add amritendu to contributors (#102157) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1f4480da..6fe8bbe4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1859,3 +1859,4 @@ jack - first contribution practice -[Ryan-hub-404](https://github.com/Ryan-hub-404) -[Ameya19](hhttps://github.com/Ameya19) -[jeterrrrrrr](https://github.com/jeterrrrrrr) +-[Amritendu Bhattacharjee](https://github.com/xeonray-origin) From 1aabdf47365aed8b73bf8b1ad95dec701013c902 Mon Sep 17 00:00:00 2001 From: Rakeshvanam6868 Date: Sat, 16 Aug 2025 20:19:26 +0530 Subject: [PATCH 0656/2656] Add Rakesh Vanam to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6fe8bbe4..8178a05e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -77,7 +77,7 @@ - [Isaac Lopez](https://github.com/IsaacLC1104) - [Yash Gupta](https://github.com/YashGupta2106) - [Nathan Hall](https://github.com/Zero4793) - +- [Rakesh Vanam](https://github.com/rakeshvanam6868) - [KamalKant](https://github.com/kamal2730) - [Paritosh Tiwari] - [Gods-ghost](https://github.com/dist34) From 95f6576ae448b75c6ba4e10a495af4195c1c6994 Mon Sep 17 00:00:00 2001 From: thehrk02 Date: Sat, 16 Aug 2025 20:39:34 +0530 Subject: [PATCH 0657/2656] Add Harsh Kaushik to contributor list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6fe8bbe4..878bce8a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -312,7 +312,7 @@ P Venkata Rami Reddy - [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) From 347e7f7843efb4ead0f75b97ff509d8fa88f727a Mon Sep 17 00:00:00 2001 From: Eritrix <110681420+Eritrix@users.noreply.github.com> Date: Sat, 16 Aug 2025 20:49:48 +0530 Subject: [PATCH 0658/2656] added name to contributors list (#102160) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6fe8bbe4..72c2d425 100644 --- a/Contributors.md +++ b/Contributors.md @@ -81,6 +81,7 @@ - [KamalKant](https://github.com/kamal2730) - [Paritosh Tiwari] - [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) From 834f02046531b051f462ac1a4e081e1b4194a239 Mon Sep 17 00:00:00 2001 From: Muhammed-Fahis <112474327+Muhammed-Fahis@users.noreply.github.com> Date: Sat, 16 Aug 2025 20:53:28 +0530 Subject: [PATCH 0659/2656] Muhammed Fahis to Contributors list (#102161) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 72c2d425..4c7e4f33 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1770,6 +1770,7 @@ Eoin O'B - [Rumesha Ansari](https://github.com/Rumesha400) - [Rudraraj Pandey](https://github.com/heelR3) - [Maxi Rebolo](https://github.com/MaxiR23) +- [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) From 92275daf0f5a537770de5c7956782769a3ecd038 Mon Sep 17 00:00:00 2001 From: rahulgit <149682682+rahulgihub8279@users.noreply.github.com> Date: Sat, 16 Aug 2025 21:39:37 +0530 Subject: [PATCH 0660/2656] new contributer (#102163) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4c7e4f33..a75e2ce9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1862,3 +1862,4 @@ jack - first contribution practice -[Ameya19](hhttps://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) \ No newline at end of file From bcab844a572573c2f75e4e41a6a4cb458138e9aa Mon Sep 17 00:00:00 2001 From: Zainab Travadi Date: Sat, 16 Aug 2025 21:54:17 +0530 Subject: [PATCH 0661/2656] Add Zainab Travadi to Contributors list (#102164) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a75e2ce9..032e3c05 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[Zainab Travadi](https://github.com/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) - [Archit Jaju](https://github.com/ayhm23) - [Shashidhar](https://github.com/shashidharsai) @@ -1862,4 +1863,4 @@ jack - first contribution practice -[Ameya19](hhttps://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) \ No newline at end of file +-[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) From be98b0e667ef3cc3d034432ce8480bd0f79c023a Mon Sep 17 00:00:00 2001 From: Jonathan Ayre Date: Sat, 16 Aug 2025 09:45:35 -0700 Subject: [PATCH 0662/2656] Add Jonayre to Contributors list (#102165) Co-authored-by: Jon Ayre --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 032e3c05..c3db4c1c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -840,6 +840,7 @@ Eoin O'B - [Zach Warmoth](https://github.com/ZWarmoth) - [Navneet Yadav](https://github.com/navnt00) - [Arun G Jose](https://github.com/arungjose) +- [Jon Ayre](https://github.com/Jonalanayre) - [oluwasegun](https://github.com/Optimist19) - [oogway-x3t](https://github.com/oogway-x3t) - [davidw1281](https://github.com/davidw1281) From 5d2fd1ce25bfde44d07752dae0244495b61a3004 Mon Sep 17 00:00:00 2001 From: Parth-sk <137155324+Parth-sk@users.noreply.github.com> Date: Sat, 16 Aug 2025 22:34:00 +0530 Subject: [PATCH 0663/2656] Add Parth Sivakumar to Contributors list (#102166) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c3db4c1c..b855e892 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Shashidhar](https://github.com/shashidharsai) - [Mathew Joseph](https://github.com/MJTheGreat3) - [Shivek Ranjan](https://github.com/ShivekRanjan) +- [Parth Sivakumar](https://github.com/Parth-sk) - [Akul Anhith](https://github.com/akul) - [Wycliffe Musau](https://github.com/Excellent58) - [Pragya Rai]() From 4c5aaa54f3dd190f80928c9aadd72fd62e340254 Mon Sep 17 00:00:00 2001 From: James <39845441+jwunet@users.noreply.github.com> Date: Sat, 16 Aug 2025 13:13:27 -0400 Subject: [PATCH 0664/2656] Add James/jwunet to Contributors.md (#102167) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b855e892..41396a92 100644 --- a/Contributors.md +++ b/Contributors.md @@ -867,6 +867,7 @@ Eoin O'B - [Vernwalker](https://github.com/Vernwalker) - 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) From f262ffe707d45835c78ebf4bd6bb57dfaf076503 Mon Sep 17 00:00:00 2001 From: Ayush Gupta <90951204+AyushGupta11442@users.noreply.github.com> Date: Sat, 16 Aug 2025 23:13:09 +0530 Subject: [PATCH 0665/2656] Add Ayush-Gupta to Contributors list (#102168) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 41396a92..ddf22d67 100644 --- a/Contributors.md +++ b/Contributors.md @@ -151,6 +151,7 @@ - [Pranit Gore](https://github.com/PRANIT0605) - [leoweo1](https://github.com/leoweo1) - [Asianzu Henry](https://github.com/asianzuhenry) +- [Ayush Gupta](https://github.com/AyushGupta11442) - [Alejandro](https://github.com/Jano2402) - [BorisovCloud](https://github.com/BorisovCloud) - [Kamdoum Loich](https://github.com/kamdoumloich) From 7e766e85aa63d11ad452ab028256b7b6ddc1dffe Mon Sep 17 00:00:00 2001 From: Yonas Date: Sat, 16 Aug 2025 21:34:05 +0300 Subject: [PATCH 0666/2656] first contribution (#102169) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ddf22d67..8b729e0a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1599,6 +1599,7 @@ Eoin O'B - 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) - [Benjamin Tsoumagas](https://github.com/tsoumagas-benjamin) From 8671cf1ef42e87debe7bfcb7891c8c8709e6fd49 Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Sat, 16 Aug 2025 21:35:37 +0200 Subject: [PATCH 0667/2656] improved german translation --- docs/translations/README.de.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md index cbae682e..e39cdf43 100644 --- a/docs/translations/README.de.md +++ b/docs/translations/README.de.md @@ -6,9 +6,9 @@ Repository forken -Aller Anfang ist schwer. Gerade dann, wenn wir gemeinsam an etwas arbeiten, will niemand etwas Falsches tun. Aber Open Source dreht sich um Kooperation und lebt von den Beiträgen vieler Freiwilliger. Deshalb haben wir es uns zur Aufgabe gemacht, neuen Mitgliedern in der Open-Source-Gemeinde ihre ersten Schritte so einfach wie möglich zu machen. +Aller Anfang ist schwer. Gerade dann, wenn wir gemeinsam an etwas arbeiten, möchte niemand etwas falsch machen. Aber Open Source dreht sich um Kooperation und lebt durch die Beiträge vieler Freiwilliger. Deshalb haben wir es uns zur Aufgabe gemacht, neuen Mitgliedern in der Open-Source-Gemeinde ihre ersten Schritte so einfach wie möglich zu machen. -Natürlich helfen die vorhandenen Artikel und Videoanleitungen. Aber was kann besser sein, als es einfach einmal auszuprobieren mit dem Wissen, dass man nichts kaputt machen kann? Dieses Projekt will Anfängern zeigen, wie sie möglichst einfach ihren ersten Beitrag leisten. Bedenke: Je entspannter du bist, desto besser lernst du. Wenn du deinen ersten Beitrag leisten möchtest, folge diesen einfachen Schritten. Wir versprechen dir, es wird Spaß machen. +Natürlich helfen die vorhandenen Artikel und Videoanleitungen. Aber was kann besser sein, als es einfach einmal auszuprobieren – mit dem Wissen, dass man nichts kaputt machen kann? Dieses Projekt will Anfängern zeigen, wie sie möglichst einfach ihren ersten Beitrag leisten. Bedenke: Je entspannter du bist, desto besser lernst du. Wenn du deinen ersten Beitrag leisten möchtest, folge diesen einfachen Schritten. Wir versprechen dir, es wird Spaß machen. Wenn du Git noch nicht installiert hast, [installiere es](https://help.github.com/articles/set-up-git/) @@ -60,7 +60,7 @@ Beispiel: git checkout -b add-max-mustermann ``` -(Der Name des Branches muss nicht unbedingt das Wort _add_ beinhalten aber hier ist es sinnvoll, denn der Zweck deines Branches ist es ja, deinen Namen zur Liste hinzuzufügen.) +(Der Name des Branches muss nicht unbedingt das Wort *add* beinhalten, aber hier ist es sinnvoll, denn der Zweck deines Branches ist es ja, deinen Namen zur Liste hinzuzufügen.) ## Mache die nötigen Änderungen und committe sie @@ -102,11 +102,11 @@ Erstelle einen Pull Request indem du auf die Schaltfläche `Create pull request` Pull Request senden -Roshan Jossey wird nun deine Änderungen in den Master Branch dieses Projekts mergen. Du erhältst eine E-Mail, sobald dies geschehen ist. +Roshan Jossey wird nun deine Änderungen in den Master-Branch dieses Projekts mergen. Du erhältst eine E-Mail, sobald dies geschehen ist. ## Wie geht es weiter? -Glückwunsch! Du hast so eben den Standard-Workflow _Fork -> Clone -> Edit -> Pull Request_ beendet, der dir als Mitwirkender häufig begegnen wird. +Glückwunsch! Du hast soeben den Standard-Workflow *Fork -> Clone -> Edit -> Pull Request* beendet, der dir als Mitwirkender häufig begegnen wird. Feiere deinen Beitrag zum Projekt und teile ihn mit deinen Freunden und Followern über unsere [Web-App](https://firstcontributions.github.io/#social-share). From b53d5a61d73e05f52e1ec1a8965f7afb3caf8ca3 Mon Sep 17 00:00:00 2001 From: Plannr36 Date: Sun, 17 Aug 2025 02:38:29 +0700 Subject: [PATCH 0668/2656] Add Lazarus to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b855e892..c8ec4d02 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1694,7 +1694,7 @@ Eoin O'B - [Milan J](https://github.com/Milanjiji) - [Sunil Reddy](https://github.com/Sunilreddyj) - [Ranjan 😎] -- +-[Lazarus A.](https://github.com/Plannr36) - [Said Berk](https://github.com/saidberk27) - [Wade Rees](https://github.com/wade-rees-me) - [_𝓟𝓸𝔀𝓮𝓻 𝓛𝓮𝓮_](https://github.dev/0xiPower) From 5544684bed486dd25404c8cacf516716d32dd80b Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Sat, 16 Aug 2025 21:40:17 +0200 Subject: [PATCH 0669/2656] fixxed the fixx --- docs/translations/README.de.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md index e39cdf43..5f85f613 100644 --- a/docs/translations/README.de.md +++ b/docs/translations/README.de.md @@ -60,7 +60,7 @@ Beispiel: git checkout -b add-max-mustermann ``` -(Der Name des Branches muss nicht unbedingt das Wort *add* beinhalten, aber hier ist es sinnvoll, denn der Zweck deines Branches ist es ja, deinen Namen zur Liste hinzuzufügen.) +(Der Name des Branches muss nicht unbedingt das Wort _add_ beinhalten, aber hier ist es sinnvoll, denn der Zweck deines Branches ist es ja, deinen Namen zur Liste hinzuzufügen.) ## Mache die nötigen Änderungen und committe sie @@ -106,7 +106,7 @@ Roshan Jossey wird nun deine Änderungen in den Master-Branch dieses Projekts me ## Wie geht es weiter? -Glückwunsch! Du hast soeben den Standard-Workflow *Fork -> Clone -> Edit -> Pull Request* beendet, der dir als Mitwirkender häufig begegnen wird. +Glückwunsch! Du hast soeben den Standard-Workflow _Fork -> Clone -> Edit -> Pull Request_ beendet, der dir als Mitwirkender häufig begegnen wird. Feiere deinen Beitrag zum Projekt und teile ihn mit deinen Freunden und Followern über unsere [Web-App](https://firstcontributions.github.io/#social-share). From 6a2eea8c9853213278b548fc77b0c5dffe289cb7 Mon Sep 17 00:00:00 2001 From: Prajwal Chopade <112007845+PrajwalChopade@users.noreply.github.com> Date: Sun, 17 Aug 2025 01:29:28 +0530 Subject: [PATCH 0670/2656] Add Prajwal to contributors list (#102173) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8b729e0a..66d62db5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -93,6 +93,7 @@ - [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) - [Akhilanandateja Sanga](https://github.com/Akhilanandateja) From ea9fc43f997800f06820f1e2e195ed6d5cab32a7 Mon Sep 17 00:00:00 2001 From: Jafar Hussein <124102602+Jafar-Hussein@users.noreply.github.com> Date: Sat, 16 Aug 2025 23:18:35 +0200 Subject: [PATCH 0671/2656] Add Jafar Hussein to Contributors list (#102175) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 66d62db5..86248d3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1870,3 +1870,4 @@ jack - first contribution practice -[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) From 6ff1371f1cde0f447bf7fb282341965a9a7a0826 Mon Sep 17 00:00:00 2001 From: Luis Rodriguez <79774787+PsyQox@users.noreply.github.com> Date: Sat, 16 Aug 2025 16:26:44 -0500 Subject: [PATCH 0672/2656] Add Luis Rodriguez to Contributors list (#102176) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 86248d3a..f83263c9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1725,6 +1725,7 @@ Eoin O'B -MAHEK GUPTA!!!!! - Martin - Mubarak +- Luis Rodriguez - Jonathan (https://github.com/jonathan-200) - [Isaac F](https://github.com/YellowFlello) - [SoullesKev](https://github.com/Sadirock) From 25d0295213eda3478c411cb33ce02d89add1c642 Mon Sep 17 00:00:00 2001 From: Darin Thompson Date: Sat, 16 Aug 2025 15:30:59 -0700 Subject: [PATCH 0673/2656] Add Darin Thompson to Contributors list (#102177) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f83263c9..efd06630 100644 --- a/Contributors.md +++ b/Contributors.md @@ -254,6 +254,7 @@ Shruti Tiwari - [Rodrigo Furtado](https://github.com/roodrigofurtado) - [il873](https://github.com/il873) P Venkata Rami Reddy +- [Darin Thompson](https://github.com/thewizof6) - [Shoaib Islam](https://github.com/Shoaib3375) - [JodAn007](https://github.com/JodAn007) - [Parthav Nair](https://github.com/Parthav-Nair) From b6ee94b1e8a7f3b33a61fec38b3aebb6fb57fa3c Mon Sep 17 00:00:00 2001 From: Laura Date: Sat, 16 Aug 2025 19:09:48 -0700 Subject: [PATCH 0674/2656] Added Laura Clarisa A to Contributors list (#102179) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index efd06630..855d8c01 100644 --- a/Contributors.md +++ b/Contributors.md @@ -629,6 +629,7 @@ Ben - [bivekk51](https://github.com/bivekk51) - [barkinke](https://github.com/barkinke) - [DarKouto](https://github.com/DarKouto) +- [Laura Clarisa A] (https://github.com/clarilaur) - [hey bro](https://github.com/heybro123) - [Asif Iqbal](https://github.com/rvasif) - [snopstor](https://github.com/snopstor) From 698de1e06b57bcaf2c34093dde4bfbdd9ce684a3 Mon Sep 17 00:00:00 2001 From: Koushik Pyarasani <92853748+pyaarasanikoushik@users.noreply.github.com> Date: Sun, 17 Aug 2025 10:29:29 +0530 Subject: [PATCH 0675/2656] Add Koushik Pyarasani to the Contributors list (#102180) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 855d8c01..be679372 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Shashidhar](https://github.com/shashidharsai) - [Mathew Joseph](https://github.com/MJTheGreat3) - [Shivek Ranjan](https://github.com/ShivekRanjan) +- [Koushik Pyarasani](https://github.com/pyaarasanikoushik) - [Parth Sivakumar](https://github.com/Parth-sk) - [Akul Anhith](https://github.com/akul) - [Wycliffe Musau](https://github.com/Excellent58) From ee8a989d1093876801dce664bcdaf9c71d9e51d0 Mon Sep 17 00:00:00 2001 From: KM5075 <164628924+KM5075@users.noreply.github.com> Date: Sun, 17 Aug 2025 14:14:00 +0900 Subject: [PATCH 0676/2656] Add KM5075 to Contributors list (#102182) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index be679372..69b2ff88 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1781,6 +1781,7 @@ Eoin O'B - [Rumesha Ansari](https://github.com/Rumesha400) - [Rudraraj Pandey](https://github.com/heelR3) - [Maxi Rebolo](https://github.com/MaxiR23) +- [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) From 114ef97caf5150ddf7dad336410918b9ea9767c7 Mon Sep 17 00:00:00 2001 From: Srinath Akkem Date: Sun, 17 Aug 2025 10:55:24 +0530 Subject: [PATCH 0677/2656] Add Srinath Akkem to Contributors list (#102183) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 69b2ff88..8a74ab6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Shashidhar](https://github.com/shashidharsai) - [Mathew Joseph](https://github.com/MJTheGreat3) - [Shivek Ranjan](https://github.com/ShivekRanjan) +- [Srinath Akkem](https://github.com/bd-SrinathAkkem) - [Koushik Pyarasani](https://github.com/pyaarasanikoushik) - [Parth Sivakumar](https://github.com/Parth-sk) - [Akul Anhith](https://github.com/akul) From d69efc7d6ed6c71679f6e65e61eb55bf17c8a490 Mon Sep 17 00:00:00 2001 From: Divya Reddy Date: Sun, 17 Aug 2025 01:17:03 -0500 Subject: [PATCH 0678/2656] Add rajashekar mudigonda to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 8a74ab6d..841d1c76 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,7 +48,6 @@ - [Nishant khatrii](https://github.com/nishant-khatri17) - [Ayush Mishra](https://github.com/Ayush-Mishra-0018) - [Anirudh](https://github.com/anirudh240) -- [] - [Chathura](https://github.com/PrabashanaDev) - [Commitaptian-A](https://github.com/CommitCaptain-A) - [Kavya Gupta](https://github.com/kavyagupta3011) @@ -156,6 +155,7 @@ - [Asianzu Henry](https://github.com/asianzuhenry) - [Ayush Gupta](https://github.com/AyushGupta11442) - [Alejandro](https://github.com/Jano2402) +- [Rajashekar+Mudigonda] (https://github.com/RajshekarM/) - [BorisovCloud](https://github.com/BorisovCloud) - [Kamdoum Loich](https://github.com/kamdoumloich) - [Tarun207](https://github.com/Tarun207) From 6932c5dfd0e7ca22c6c9ba26331cfe4ae9863a74 Mon Sep 17 00:00:00 2001 From: Noor Ul Ain jellani Date: Sun, 17 Aug 2025 11:56:50 +0500 Subject: [PATCH 0679/2656] Add Noor Jellani to Contributors list (#102158) Co-authored-by: Noor ul ain Jellani Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 893def2b..abb86b96 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.com/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) - [Archit Jaju](https://github.com/ayhm23) From e83d672008b06732880bc25028bd7c0874b5c3e5 Mon Sep 17 00:00:00 2001 From: Koichi Kodama <62117951+Kytoshi@users.noreply.github.com> Date: Sun, 17 Aug 2025 00:37:05 -0700 Subject: [PATCH 0680/2656] Add koichi-kodama to Contributors list (#102185) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0211bf2e..1780fe07 100644 --- a/Contributors.md +++ b/Contributors.md @@ -990,6 +990,7 @@ Eoin O'B - [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) From 48a9bcedd77c4f66af63825d64616c61c4580678 Mon Sep 17 00:00:00 2001 From: Arjun V S <142378347+Arjunvs7@users.noreply.github.com> Date: Sun, 17 Aug 2025 13:33:13 +0530 Subject: [PATCH 0681/2656] Add Arjun to Contributors list (#102186) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1780fe07..70f193db 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1881,3 +1881,4 @@ jack - first contribution practice -[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) From 252149787482f77142603b4f796277bfaa34276d Mon Sep 17 00:00:00 2001 From: Nishal Ahmed Date: Sun, 17 Aug 2025 12:24:51 +0400 Subject: [PATCH 0682/2656] Add Nishal Ahmed to Contributors list (#102187) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 70f193db..a625611c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ - [Prashanth-000](https://github.com/Prashanth-000) - [Jem Koeleman]() - [Madhu Dora]() +- [Nishal Ahmed](https://github.com/nishalahmedpk) - [Jenna Hall](https://github.com/swejenna) - [Ankit Aggarwal](https://curious.pm) - [rubik](https://github.com/rubiksfood) From 43a8e5e55f30a2d18a06bf818c6a38035242ca39 Mon Sep 17 00:00:00 2001 From: Saparmyrat Date: Sun, 17 Aug 2025 12:19:45 +0300 Subject: [PATCH 0683/2656] Added Sapar to Contributors list (#102189) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a625611c..01b2fdbf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Akul Anhith](https://github.com/akul) - [Wycliffe Musau](https://github.com/Excellent58) - [Pragya Rai]() +- [Saparmyrat Saparmyradov](https://github.com/Sapar-hub) - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala]() - [Mopuri Abhiram]() From 8509f14a95a22aee6d2083fe8b6cfca5e247046d Mon Sep 17 00:00:00 2001 From: Umesh Raju <147861438+UmeshRaju@users.noreply.github.com> Date: Sun, 17 Aug 2025 15:44:12 +0530 Subject: [PATCH 0684/2656] Add Umesh to Contriubutors list (#102190) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 01b2fdbf..d86d3734 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1760,6 +1760,7 @@ Eoin O'B - [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) - [Elielton Bueno](https://github.com/ElieltonBueno) From c266853dfea3c26bf7c8a6105cbc4d4d30c3df60 Mon Sep 17 00:00:00 2001 From: Varsha1202 <91330320+Varsha1202@users.noreply.github.com> Date: Sun, 17 Aug 2025 16:16:09 +0530 Subject: [PATCH 0685/2656] Add varshag12 (#102192) * Add Varsha Ghodase to Contributors list * Add Varsha to Contributors list --------- Co-authored-by: Your Name --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d86d3734..b995ca97 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1614,6 +1614,7 @@ Eoin O'B - [Tornike Tsulukidze](https://github.com/TheMechanicalBeing) - [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) From b4c9aeaa4ac943776fc9770e1e673d3147740ac4 Mon Sep 17 00:00:00 2001 From: Shabir Ahmad Sediqi Date: Sun, 17 Aug 2025 15:51:44 +0430 Subject: [PATCH 0686/2656] Add Shabir Ahmad Sediqi to Contributors.md list (#102193) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b995ca97..a87b57d7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Koushik Pyarasani](https://github.com/pyaarasanikoushik) - [Parth Sivakumar](https://github.com/Parth-sk) - [Akul Anhith](https://github.com/akul) +- [Shabir Ahmad Sediqi](https://github.com/Shabir-Ahmad-Sediqi) - [Wycliffe Musau](https://github.com/Excellent58) - [Pragya Rai]() - [Saparmyrat Saparmyradov](https://github.com/Sapar-hub) From 63cd6cf9d9fd148de02d9ace73ee77a66098bbee Mon Sep 17 00:00:00 2001 From: gazolineketon <223568990+gazolineketon@users.noreply.github.com> Date: Sun, 17 Aug 2025 14:25:00 +0300 Subject: [PATCH 0687/2656] Update Contributors.md (#102194) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a87b57d7..0d450288 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [Rakshith Srinivasan](https://github.com/rakhith) - [Archit Jaju](https://github.com/ayhm23) - [Shashidhar](https://github.com/shashidharsai) +- [gazoline keton](https://github.com/gazolineketon) - [Mathew Joseph](https://github.com/MJTheGreat3) - [Shivek Ranjan](https://github.com/ShivekRanjan) - [Srinath Akkem](https://github.com/bd-SrinathAkkem) From c0d8b42099908a2b140e795ec64ea068dd303b13 Mon Sep 17 00:00:00 2001 From: Nadeem sheikh Date: Sun, 17 Aug 2025 18:05:05 +0530 Subject: [PATCH 0688/2656] Add Nadeem Shaikh to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 0d450288..bef07072 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1888,3 +1888,5 @@ jack - first contribution practice -[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) - [Jafar Hussein](https://github.com/Jafar-Hussein) -[Arjun V S](https://github.com/Arjunvs7) +-- [Nadeem Sheikh](https://github.com/DevxNadeem) + From e65da57da25dcdd0ac6123e9a1e912a9f247310b Mon Sep 17 00:00:00 2001 From: YuFeng Zhao <3397337213@qq.com> Date: Sun, 17 Aug 2025 21:30:13 +0800 Subject: [PATCH 0689/2656] add zyf-de-github to contributiors list (#102199) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0d450288..a7eceef9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -832,6 +832,7 @@ Eoin O'B - [Shudan Luo](https://github.com/shudanluo) - [Yux](https://github.com/rahumers321POPPy) - [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) - [Arpit Dubey](https://github.com/Arpit1033) From 02d613eef47ecb162d205186f67b18932a419eb5 Mon Sep 17 00:00:00 2001 From: haru0707 <95564227+haru0707@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:36:37 +0900 Subject: [PATCH 0690/2656] Add haru0707 to Contributors list (#102200) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a7eceef9..01f905d5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -289,6 +289,7 @@ P Venkata Rami Reddy - [Refenal ellisa] - [Mohamed Hossam](https://github.com/mo-hossam-stack) - [Jared Krandel] +- [haru0707](https://github.com/haru0707) - Swastik - [Faust Levity](https://github.com/Faust-Levity) - [Revati Keskar](https://gihub.som/RevatiKeskar) From aeeed3fb44a8208468b65d0eac65eb3d50a1481d Mon Sep 17 00:00:00 2001 From: VedangWajge <64345981+VedangWajge@users.noreply.github.com> Date: Sun, 17 Aug 2025 19:10:44 +0530 Subject: [PATCH 0691/2656] Added vedang-wajge to Contributors list (#102201) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 01f905d5..d566c2f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -282,6 +282,7 @@ P Venkata Rami Reddy -[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) - [Sarthak Sharma](https://github.com/Srthk-Shrm) [Chandana shetty] From 70cbdc8c34ff18cd583ec4775ad35144a9a6ca6d Mon Sep 17 00:00:00 2001 From: SURAJ PANDEY <99715986+Suraj-360@users.noreply.github.com> Date: Sun, 17 Aug 2025 19:28:10 +0530 Subject: [PATCH 0692/2656] Added new name in the first contributions (#102202) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d566c2f2..a1e8179f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -188,6 +188,7 @@ - Anshuman Semwal - [Moresh](https://github.com/Moresh-Mishra) - [AnantAgarwal07](https://github.com/AnantAgarwal07) +- [Suraj Pandey](https://github.com/Suraj-360) - Subikshaa_Sakthivel_IMT2023020 (https://github.com/Subikshaa22) From 4a6673f37df9b695902fc8044d1431187addab62 Mon Sep 17 00:00:00 2001 From: Deekshith Reddy Date: Sun, 17 Aug 2025 19:55:36 +0530 Subject: [PATCH 0693/2656] Add Deekshith Reddy to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a6750b15..7ad8dd86 100644 --- a/Contributors.md +++ b/Contributors.md @@ -42,6 +42,7 @@ - [Ayush Mishra](https://github.com/Ayush-Mishra-0018) - [Anirudh](https://github.com/anirudh240) - [] +- [Deekshith](https://github.com/deekshithreddy34) - [Chathura](https://github.com/PrabashanaDev) - [Commitaptian-A](https://github.com/CommitCaptain-A) - [Kavya Gupta](https://github.com/kavyagupta3011) From 2fb1fb2eff4f6ebd628a0cddfed14d751d134b00 Mon Sep 17 00:00:00 2001 From: ChandaKaramchandani Date: Sun, 17 Aug 2025 20:02:50 +0530 Subject: [PATCH 0694/2656] Add Chanda Karamchandani to Contributors list (#102205) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a1e8179f..323bfa15 100644 --- a/Contributors.md +++ b/Contributors.md @@ -319,6 +319,7 @@ P Venkata Rami Reddy - [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) - [Damian](https://google.com) From 1cbb5145ae7a7b9cb95b8b22141067df0eaa2e51 Mon Sep 17 00:00:00 2001 From: Aditya Jadhav Date: Sun, 17 Aug 2025 20:18:47 +0530 Subject: [PATCH 0695/2656] added my name and github profile link to contributors.md file --- Contributors.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Contributors.md b/Contributors.md index a1e8179f..41d9b104 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1877,8 +1877,8 @@ jack - first contribution practice -[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) +-[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) @@ -1886,9 +1886,10 @@ jack - first contribution practice -[Daniel Cook](https://github.com/randolchance) -[Christian Roed Boyles](https://github.com/rockyroed) -[Ryan-hub-404](https://github.com/Ryan-hub-404) --[Ameya19](hhttps://github.com/Ameya19) +-[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) From bf4a9a5fde896533ab38b2cbee3ed1c3b342b607 Mon Sep 17 00:00:00 2001 From: Prasanna Ganesh Nage <22b0953@iitb.ac.in> Date: Sun, 17 Aug 2025 20:40:34 +0530 Subject: [PATCH 0696/2656] Add Prasanna Nage to Contributors list (#102207) Co-authored-by: Prasanna nage --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 323bfa15..06a4b27f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1893,3 +1893,4 @@ jack - first contribution practice -[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) - [Jafar Hussein](https://github.com/Jafar-Hussein) -[Arjun V S](https://github.com/Arjunvs7) +- [Prasanna Nage](https://github.com/Prasanna-iitb) From 70080433935aa6b52f2e90624dcebb97d8ed7bbb Mon Sep 17 00:00:00 2001 From: Veysel YATKIN Date: Sun, 17 Aug 2025 18:12:51 +0300 Subject: [PATCH 0697/2656] =?UTF-8?q?Add=20Veysel=20Yatk=C4=B1n=20to=20Con?= =?UTF-8?q?tributors=20list=20(#102208)?= 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 06a4b27f..9dd04d24 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Veysel Yatkın](https://github.com/veysel2020) - [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.com/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) From 7ef91a5d168251ef7592d0c47616e7e93b4fcb51 Mon Sep 17 00:00:00 2001 From: Prasanna Ganesh Nage <22b0953@iitb.ac.in> Date: Sun, 17 Aug 2025 20:43:47 +0530 Subject: [PATCH 0698/2656] Add Prasanna Nage to Contributors list (#102209) Co-authored-by: Prasanna nage From d98a2a785f9d8fcbb3365d44dcf6058b016fa5ae Mon Sep 17 00:00:00 2001 From: amin <161345340+55amin@users.noreply.github.com> Date: Sun, 17 Aug 2025 17:10:19 +0100 Subject: [PATCH 0699/2656] Added 55amin to Contributors.md (#102210) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9dd04d24..fd4d9bc1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1894,4 +1894,5 @@ jack - first contribution practice -[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) - [Jafar Hussein](https://github.com/Jafar-Hussein) -[Arjun V S](https://github.com/Arjunvs7) +-[55amin](https://github.com/55amin) - [Prasanna Nage](https://github.com/Prasanna-iitb) From 338d6b1309247085f994cb86531345605a38a75a Mon Sep 17 00:00:00 2001 From: Pravalika Date: Sun, 17 Aug 2025 21:42:00 +0530 Subject: [PATCH 0700/2656] Add Kurva Pravalika to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b0e6c177..afa5edbc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1603,3 +1603,4 @@ Eoin O'B ElkaFi - first contribution practice jack - first contribution practice [Shristhi Singh](https://github.com/shristhi-2908). +- [Kurva Pravalika](https://github.com/Kurva-Pravalika) From 5a241d8561a4fce9edbb037f507646d07f440063 Mon Sep 17 00:00:00 2001 From: Ozan Berk Gultegin Date: Sun, 17 Aug 2025 19:37:01 +0300 Subject: [PATCH 0701/2656] Add Anurath to Contributors list (#102212) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd4d9bc1..a3bb65e0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1895,4 +1895,5 @@ jack - first contribution practice - [Jafar Hussein](https://github.com/Jafar-Hussein) -[Arjun V S](https://github.com/Arjunvs7) -[55amin](https://github.com/55amin) +-[Anurath](https://github.com/ImAnurath) - [Prasanna Nage](https://github.com/Prasanna-iitb) From fa346592bb0680b81b3e71d9fea3f6614bfaa665 Mon Sep 17 00:00:00 2001 From: MANYA GOEL <167813495+MANYAGOEL123@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:37:23 +0530 Subject: [PATCH 0702/2656] add Manya Goel to contributer list (#102213) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a3bb65e0..eeedd17f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1897,3 +1897,4 @@ jack - first contribution practice -[55amin](https://github.com/55amin) -[Anurath](https://github.com/ImAnurath) - [Prasanna Nage](https://github.com/Prasanna-iitb) +- [Manya Goel](https://github.com/MANYAGOEL123) From 4b0ed25cb6793b2849a636f17c2456ae6572946d Mon Sep 17 00:00:00 2001 From: Sarbojit Rana Date: Sun, 17 Aug 2025 23:05:14 +0530 Subject: [PATCH 0703/2656] Add Sarbojit Rana to Contributors List (#102214) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eeedd17f..8080b0d7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1898,3 +1898,4 @@ jack - first contribution practice -[Anurath](https://github.com/ImAnurath) - [Prasanna Nage](https://github.com/Prasanna-iitb) - [Manya Goel](https://github.com/MANYAGOEL123) +- [Sarbojit Rana](https://github.com/sarbojitrana) From 65acf5427d28f0bda80299470122248be071fc01 Mon Sep 17 00:00:00 2001 From: raghulpalanikumar Date: Sun, 17 Aug 2025 23:19:19 +0530 Subject: [PATCH 0704/2656] Add Raghul Palanikumar to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eeedd17f..4a0f8cdb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1898,3 +1898,4 @@ jack - first contribution practice -[Anurath](https://github.com/ImAnurath) - [Prasanna Nage](https://github.com/Prasanna-iitb) - [Manya Goel](https://github.com/MANYAGOEL123) +- [Raghul Palanikumar](https://github.com/raghulpalanikumar) From 1a9df5c75a2ad1c7462d4882616b385139500b22 Mon Sep 17 00:00:00 2001 From: raghulpalanikumar Date: Sun, 17 Aug 2025 23:25:37 +0530 Subject: [PATCH 0705/2656] Resolve merge conflict and add my name --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index eeedd17f..1097d358 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1879,7 +1879,7 @@ jack - first contribution practice -[Murilo Cardoso](https://github.com/murilobarbosaa) - [Yuvraj Sanap](https://github.com/YuvrajS99) - [Thrilochan](https://github.com/thrilochan7) --[Phil](https://github.com/maxphil058)) +-[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) @@ -1898,3 +1898,4 @@ jack - first contribution practice -[Anurath](https://github.com/ImAnurath) - [Prasanna Nage](https://github.com/Prasanna-iitb) - [Manya Goel](https://github.com/MANYAGOEL123) +- [Raghul Palanikumar](https://github.com/raghulpalanikumar) From 8ecd1cd2c1ef04b27525b4f3296c59aca648d476 Mon Sep 17 00:00:00 2001 From: John M <53861516+MixDev2112@users.noreply.github.com> Date: Sun, 17 Aug 2025 14:32:16 -0400 Subject: [PATCH 0706/2656] Add-john-mixon (#102218) * Add MixDev2112 * Add MixDev2112 --------- Co-authored-by: MixDev2112 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8080b0d7..f8d17e80 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1899,3 +1899,4 @@ jack - first contribution practice - [Prasanna Nage](https://github.com/Prasanna-iitb) - [Manya Goel](https://github.com/MANYAGOEL123) - [Sarbojit Rana](https://github.com/sarbojitrana) +- [John Mixon](https://github.com/mixdev2112) From b09cc15add914d1908c5c604df6e4948489e509f Mon Sep 17 00:00:00 2001 From: sina soltani <92738657+sinaxzi@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:04:40 +0330 Subject: [PATCH 0707/2656] Add Sina Soltani to Contributors list (#102219) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f8d17e80..e1a65544 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1773,6 +1773,7 @@ Eoin O'B - [Ganesh R](https://github.com/ganesh-techs) - [Vamshi Krishna G](https://github.com/Krishna-721) - [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) From 46af066412fa6a4527fc193cc30cada8063581ce Mon Sep 17 00:00:00 2001 From: Nivetha Visveswaran <58619487+NivethaVisveswaran@users.noreply.github.com> Date: Sun, 17 Aug 2025 15:28:29 -0400 Subject: [PATCH 0708/2656] New branch niv (#102220) * Add Nivetha to the contributors lists * Add Nivetha to the contributors lists --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e1a65544..6f2667c4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1339,6 +1339,7 @@ Eoin O'B - [Dante Alegria](https://github.com/dantealegria1) - [Keerthi V Nair](https://github.com/keerthivnair) - [Maitreyee Singh](https://github.com/maitreyee-s) +- [Nivetha Visveswaran](https://github.com/NivethaVisveswaran) - [Rachana Rajiwade](https://github.com/Rrachana14) - [Loïc Burnotte](https://github.com/LoicBurnotte) - [Biswarup Das](https://github.com/biswarupdas445) From 4cfec79f6b029e85a4be8f6ca1859849d9d11ece Mon Sep 17 00:00:00 2001 From: Ibtissam Er rachidi Date: Mon, 18 Aug 2025 00:44:14 +0100 Subject: [PATCH 0709/2656] Add Ibtissam Er rachidi to Contributors list (#102221) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6f2667c4..e40bbffd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -201,6 +201,7 @@ - [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) - [Aniketan Vijapur](https://github.com/Aniketan01) From 363a91a360b2a00681ad97c70c2c9f69f0db88d5 Mon Sep 17 00:00:00 2001 From: Neil Irungu <135926154+algorithmine@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:41:37 -0400 Subject: [PATCH 0710/2656] added my name (#102222) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e40bbffd..95b4c4d5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1901,5 +1901,6 @@ jack - first contribution practice -[Anurath](https://github.com/ImAnurath) - [Prasanna Nage](https://github.com/Prasanna-iitb) - [Manya Goel](https://github.com/MANYAGOEL123) +- [Neil Irungu](https://github.com/algorithmine) - [Sarbojit Rana](https://github.com/sarbojitrana) - [John Mixon](https://github.com/mixdev2112) From 0551bd58c4cf1bf9d27532197d92c20a86f237b7 Mon Sep 17 00:00:00 2001 From: Chara <1002890667@qq.com> Date: Mon, 18 Aug 2025 11:28:14 +0800 Subject: [PATCH 0711/2656] Add Chara to Contributors list (#102223) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 95b4c4d5..196965b3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1904,3 +1904,4 @@ jack - first contribution practice - [Neil Irungu](https://github.com/algorithmine) - [Sarbojit Rana](https://github.com/sarbojitrana) - [John Mixon](https://github.com/mixdev2112) +- Chara From 1109223dd7f02d1fe36edcaccf1a6d8c73703533 Mon Sep 17 00:00:00 2001 From: rainhuang0220 Date: Mon, 18 Aug 2025 12:39:11 +0800 Subject: [PATCH 0712/2656] Add rainhuang0220 to Contributors list (#102224) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 196965b3..f050b756 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Veysel Yatkın](https://github.com/veysel2020) +- [rainhuang0220](https://github.com/rainhuang0220) - [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.com/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) From 5f6f579e31e32a6a68feef1dec2eb0fed1418832 Mon Sep 17 00:00:00 2001 From: Nakshathra-17S Date: Mon, 18 Aug 2025 10:41:42 +0530 Subject: [PATCH 0713/2656] Update Contributors.md (#102225) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f050b756..0dc63983 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + [Nakshathra](https://github.com/Nakshathra-17S) - [Veysel Yatkın](https://github.com/veysel2020) - [rainhuang0220](https://github.com/rainhuang0220) - [Noor Jellani](https://github.com/nurulain0) From d2d0aa4d57fb664c9d566486868dccc0c4139d9f Mon Sep 17 00:00:00 2001 From: Anaghask <157566067+anaghahebbarsk@users.noreply.github.com> Date: Mon, 18 Aug 2025 10:51:35 +0530 Subject: [PATCH 0714/2656] Update Contributors.md (#102226) Add Anagha Hebbar to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0dc63983..32303fd0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -267,6 +267,7 @@ Shruti Tiwari - [il873](https://github.com/il873) P Venkata Rami Reddy - [Darin Thompson](https://github.com/thewizof6) +- Anagha Hebbar - [Shoaib Islam](https://github.com/Shoaib3375) - [JodAn007](https://github.com/JodAn007) - [Parthav Nair](https://github.com/Parthav-Nair) From 7b8531ef71f76b22982306b82483890f42274968 Mon Sep 17 00:00:00 2001 From: salman-eng Date: Mon, 18 Aug 2025 10:24:39 +0500 Subject: [PATCH 0715/2656] Add Salman-domain to Contributors list (#102227) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 32303fd0..35f64141 100644 --- a/Contributors.md +++ b/Contributors.md @@ -665,6 +665,7 @@ Ben - [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) From 4d3593cdd4589efe8d081f5f689c6acb1890b0fc Mon Sep 17 00:00:00 2001 From: Gurudayal Singh <154955621+23f-1000003@users.noreply.github.com> Date: Mon, 18 Aug 2025 10:55:57 +0530 Subject: [PATCH 0716/2656] Gurudayal Singh (#102228) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 35f64141..1ae94c53 100644 --- a/Contributors.md +++ b/Contributors.md @@ -83,6 +83,7 @@ - [sajad thapa](https://github.com/sajadthapa04) - [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) From 9930d1a7a4814cc5905cae5c946e13fc99a6eae4 Mon Sep 17 00:00:00 2001 From: Amos Babu Date: Mon, 18 Aug 2025 09:11:27 +0300 Subject: [PATCH 0717/2656] contribute (#102229) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1ae94c53..f4396b53 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1910,3 +1910,4 @@ jack - first contribution practice - [Sarbojit Rana](https://github.com/sarbojitrana) - [John Mixon](https://github.com/mixdev2112) - Chara +- [Amos Babu](https://github.com/amos-babu) From 52b544a30f9f7be0db654b646017724a83ef4230 Mon Sep 17 00:00:00 2001 From: Jaswanth Manda <62865929+jaswanthmanda@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:51:57 +0530 Subject: [PATCH 0718/2656] Add Jaswanth to Contributors list (#102230) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f4396b53..651e1c0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -503,6 +503,7 @@ The-Yash-is-Joined - [AureDev](https://github.com/AureDev) - [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) From 584eae7a3255013334d9cff05167c7db5109009e Mon Sep 17 00:00:00 2001 From: NYAMNYAM <86179446+nyammmmm@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:28:25 +0900 Subject: [PATCH 0719/2656] My first work (#102231) * Add NYAMNYAM to Contributors list * Add NYAMNYAM to Contributors list * Add NYAMNYAM to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 651e1c0e..24603662 100644 --- a/Contributors.md +++ b/Contributors.md @@ -426,6 +426,7 @@ The-Yash-is-Joined - [Navish](https://github.com/Nishu1508) . [Luiki17] (https://github.com/Luiki17) - [Tournoy Noa](https://github.com/) +- [NYAMNYAM] -[MohamedSayed](https://github.com/mohammedsayed30) -[Fyobei] (https://github.com/Waku-a11y) - [Nasrul](https://github.com/nnayz) From abce5788b058227b3bfa36d9181cc4dacc9b9ed2 Mon Sep 17 00:00:00 2001 From: ZaidRasul <125134225+ZaidRasul@users.noreply.github.com> Date: Mon, 18 Aug 2025 12:45:14 +0500 Subject: [PATCH 0720/2656] Add Zaid-Rasul to Contributors.md (#102232) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 24603662..ccdcff19 100644 --- a/Contributors.md +++ b/Contributors.md @@ -229,6 +229,7 @@ - [Prem Kumar T G](https://github.com/prem7129) - [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] From 64804d01b66d28c41ff1a96aa2ebfca78b72c82e Mon Sep 17 00:00:00 2001 From: Amogh Mulik Date: Mon, 18 Aug 2025 13:45:27 +0530 Subject: [PATCH 0721/2656] the file fork successsfully (#102233) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ccdcff19..089dd998 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1914,3 +1914,4 @@ jack - first contribution practice - [John Mixon](https://github.com/mixdev2112) - Chara - [Amos Babu](https://github.com/amos-babu) +- [Amos Babu](https://github.com/amos-babu) From 49cbd69da20ab0538feb4c578fe81a3e114189b2 Mon Sep 17 00:00:00 2001 From: NYAMNYAM Date: Mon, 18 Aug 2025 17:25:31 +0900 Subject: [PATCH 0722/2656] Add link --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 089dd998..c31307d6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -427,7 +427,7 @@ The-Yash-is-Joined - [Navish](https://github.com/Nishu1508) . [Luiki17] (https://github.com/Luiki17) - [Tournoy Noa](https://github.com/) -- [NYAMNYAM] +- [NYAMNYAM](https://github.com/nyammmmm) -[MohamedSayed](https://github.com/mohammedsayed30) -[Fyobei] (https://github.com/Waku-a11y) - [Nasrul](https://github.com/nnayz) From 462133334faa1e2b020ecd725fb4c77586a0eebb Mon Sep 17 00:00:00 2001 From: goldenbough0 <99235302+goldenbough0@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:52:36 +0800 Subject: [PATCH 0723/2656] Add goldenbough0 to Contributors list (#102236) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 089dd998..92502b01 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1912,6 +1912,7 @@ jack - first contribution practice - [Neil Irungu](https://github.com/algorithmine) - [Sarbojit Rana](https://github.com/sarbojitrana) - [John Mixon](https://github.com/mixdev2112) +- [goldenbough0](https://github.com/goldenbough0) - Chara - [Amos Babu](https://github.com/amos-babu) - [Amos Babu](https://github.com/amos-babu) From ecbe083df7236f5495835d0be8124c143b264b83 Mon Sep 17 00:00:00 2001 From: sshnag <152087533+sshnag@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:11:05 +0630 Subject: [PATCH 0724/2656] Add SSA to Contributors list (#102239) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 92502b01..3cbff652 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ [Nakshathra](https://github.com/Nakshathra-17S) - [Veysel Yatkın](https://github.com/veysel2020) - [rainhuang0220](https://github.com/rainhuang0220) +- [SSA](https://github.com/sshnag) - [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.com/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) From 38073ada545d5f678ec0f5b1d653f2c2cfa66ae9 Mon Sep 17 00:00:00 2001 From: Amardeepp2 Date: Mon, 18 Aug 2025 15:29:54 +0530 Subject: [PATCH 0725/2656] Added Amardeep to the file (#102240) Co-authored-by: Amardeep --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3cbff652..eecd8239 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1917,3 +1917,4 @@ jack - first contribution practice - Chara - [Amos Babu](https://github.com/amos-babu) - [Amos Babu](https://github.com/amos-babu) +- [Bonumaddi Amardeep](https://github.com/Amardeepp2) From c02e45e8277d5b5ed71796f8abc1d793db56d317 Mon Sep 17 00:00:00 2001 From: Ei Ei Lin <166842265+eieilin-coding@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:30:36 +0630 Subject: [PATCH 0726/2656] Add eieilin to Contributors list (#102241) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eecd8239..649e5449 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Veysel Yatkın](https://github.com/veysel2020) - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) +- [eieilin](https://github.com/eieilin) - [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.com/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) From 80648fe12aa28f09d7181c0230feeaf9fa06c04d Mon Sep 17 00:00:00 2001 From: Ei Ei Lin <166842265+eieilin-coding@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:31:37 +0630 Subject: [PATCH 0727/2656] Add eieilin to Contributors list (#102242) From 5c438c374822ff91c322e5eea2003d742ed6ddce Mon Sep 17 00:00:00 2001 From: Muhammed Hidash <116627998+Hidash-broto@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:39:33 +0530 Subject: [PATCH 0728/2656] Add Muhammed Hidash to Contributors list (#102243) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 649e5449..0459c1fb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ - [Saparmyrat Saparmyradov](https://github.com/Sapar-hub) - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala]() +- [Muhammed Hidash](https://github.com/Hidash-broto) - [Mopuri Abhiram]() - [Prashanth-000](https://github.com/Prashanth-000) - [Jem Koeleman]() From d51c1d0eca093438073abb54ab96bf006dcf934c Mon Sep 17 00:00:00 2001 From: Randa Lakab Date: Mon, 18 Aug 2025 12:48:28 +0200 Subject: [PATCH 0729/2656] Add Randa Lakab to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 0459c1fb..53d5cc7e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1920,3 +1920,5 @@ jack - first contribution practice - [Amos Babu](https://github.com/amos-babu) - [Amos Babu](https://github.com/amos-babu) - [Bonumaddi Amardeep](https://github.com/Amardeepp2) +- [Randa Lakab](https://github.com/Randa-Lakab) + From d0fdac8624a48aa802d482bfeb72b1671aabfd7c Mon Sep 17 00:00:00 2001 From: Sinchanar09 Date: Mon, 18 Aug 2025 16:53:48 +0530 Subject: [PATCH 0730/2656] Add your-name to Contributors list (#102246) Co-authored-by: Sinchana --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0459c1fb..43a65336 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1885,6 +1885,7 @@ jack - first contribution practice -[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) From 8499b866f651a1e2137be93c187850c95a1cb3e1 Mon Sep 17 00:00:00 2001 From: Abdullah Date: Mon, 18 Aug 2025 17:14:02 +0530 Subject: [PATCH 0731/2656] Add abdullah (#102247) * Add Abdullah to Contributors list * Added Abdullah to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 43a65336..56378d2f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -59,6 +59,7 @@ - [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) From 9a1f77c0af6bd2c8f05a5e33224800015c64de1c Mon Sep 17 00:00:00 2001 From: Muhammad Ali <100938343+Muhammad-Ali-Khan9@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:40:22 +0500 Subject: [PATCH 0732/2656] added (#102248) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 56378d2f..ba3f41bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1922,3 +1922,4 @@ jack - first contribution practice - [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) From 424af47186b1bbb3827f3e8e03d32548df597b6a Mon Sep 17 00:00:00 2001 From: Rowthu Naveen Kumar Date: Mon, 18 Aug 2025 19:17:26 +0530 Subject: [PATCH 0733/2656] Add Naveen kumar to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ba3f41bc..e43dc4b4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors [Nakshathra](https://github.com/Nakshathra-17S) +- [Naveen Kumar](https://github.com/RowthuNaveenKumar) - [Veysel Yatkın](https://github.com/veysel2020) - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) From f1cc984e7b4c96a571b454da63ba554ff0f02e54 Mon Sep 17 00:00:00 2001 From: Brandon McHugh <101467867+brandmch@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:49:35 -0400 Subject: [PATCH 0734/2656] brandmch (#102251) Co-authored-by: brandonmchugh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ba3f41bc..9c8d26a8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors [Nakshathra](https://github.com/Nakshathra-17S) +- [Brandon McHugh](https://github.com/brandmch) - [Veysel Yatkın](https://github.com/veysel2020) - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) From 774007533594d4c94c9ce1949054177c63ec4272 Mon Sep 17 00:00:00 2001 From: Ofeq Koren <100407639+OfeqK@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:51:18 +0300 Subject: [PATCH 0735/2656] ok added (#102253) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9c8d26a8..8953b7bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1919,6 +1919,7 @@ jack - first contribution practice - [Sarbojit Rana](https://github.com/sarbojitrana) - [John Mixon](https://github.com/mixdev2112) - [goldenbough0](https://github.com/goldenbough0) +- OK - Chara - [Amos Babu](https://github.com/amos-babu) - [Amos Babu](https://github.com/amos-babu) From 619e85039d82ab85b3f6c59552f9606afe6a5e6d Mon Sep 17 00:00:00 2001 From: darshons <109768471+darshons@users.noreply.github.com> Date: Mon, 18 Aug 2025 08:56:59 -0500 Subject: [PATCH 0736/2656] Add Darshon to Contributors list (#102254) Co-authored-by: Darshon Singh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8953b7bd..9178dce6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.com/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) +- [Darshon](https://github.com/darshons) - [Archit Jaju](https://github.com/ayhm23) - [Shashidhar](https://github.com/shashidharsai) - [gazoline keton](https://github.com/gazolineketon) From 306c98078492b36696e9a1db84013cd65b305f3e Mon Sep 17 00:00:00 2001 From: Joery <100026928+joeryvs@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:23:32 +0200 Subject: [PATCH 0737/2656] Add joeryvs to Contributors list (#102256) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9178dce6..a0cb52f7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1005,6 +1005,7 @@ Eoin O'B - [SIva Saketh](https://github.com/sivasaketh) - [Dev Goyal](https://github.com/DevGoyal9238) - [KigulaJesse](https://github.com/KigulaJesse) +- [Joery van Santen](https://github.com/joeryvs) - [Sitanshu Nandan](https://github.com/stansho) - [Fatih Portakal](https://github.com/GoStKoRx) - [Ctrshift-Pm](https://github.com/Ctrshift-Pm) From 9526a724ca56409ee3daa79d67c877bf40684e26 Mon Sep 17 00:00:00 2001 From: mjmconvento Date: Mon, 18 Aug 2025 22:24:21 +0800 Subject: [PATCH 0738/2656] Add Millicent Convento to Contributors list (#102257) Co-authored-by: Millicent Convento --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a0cb52f7..6633822e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1921,6 +1921,7 @@ jack - first contribution practice - [Sarbojit Rana](https://github.com/sarbojitrana) - [John Mixon](https://github.com/mixdev2112) - [goldenbough0](https://github.com/goldenbough0) +- [Millicent Convento](https://github.com/mjmconvento) - OK - Chara - [Amos Babu](https://github.com/amos-babu) From 5b2e4557d66da11ae176caee14c110ef4b20c296 Mon Sep 17 00:00:00 2001 From: Sai Harika Usikarla <132150772+SaiHarika16@users.noreply.github.com> Date: Mon, 18 Aug 2025 19:57:34 +0530 Subject: [PATCH 0739/2656] Add Sai Harika to Contributors list (#102258) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6633822e..57735c39 100644 --- a/Contributors.md +++ b/Contributors.md @@ -997,6 +997,7 @@ Eoin O'B - [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) From 36cbd74b690425effaed21a30626328fbdc5661e Mon Sep 17 00:00:00 2001 From: Vicky Date: Mon, 18 Aug 2025 19:58:47 +0530 Subject: [PATCH 0740/2656] Add Vicky S to Contributors list (#102259) Co-authored-by: contacts11save-tech --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 57735c39..6a9cd625 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Vicky S](https://github.com/VickySource) [Nakshathra](https://github.com/Nakshathra-17S) - [Brandon McHugh](https://github.com/brandmch) - [Veysel Yatkın](https://github.com/veysel2020) From ea64d3b034c8659d70cda7caa2552beefb8a2a6b Mon Sep 17 00:00:00 2001 From: Ajay Brightson Date: Mon, 18 Aug 2025 20:16:53 +0530 Subject: [PATCH 0741/2656] Add Ajay Brightson to Contributors list (#102260) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6a9cd625..50ebc3a5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ - [Koushik Pyarasani](https://github.com/pyaarasanikoushik) - [Parth Sivakumar](https://github.com/Parth-sk) - [Akul Anhith](https://github.com/akul) +- [Ajay Brightson](https://github.com/AjayJ1711) - [Shabir Ahmad Sediqi](https://github.com/Shabir-Ahmad-Sediqi) - [Wycliffe Musau](https://github.com/Excellent58) - [Pragya Rai]() From f91ede7f0b8130b7c3e761485816dae43ceed007 Mon Sep 17 00:00:00 2001 From: The Engineer Babu <110736902+Engineerbabu777@users.noreply.github.com> Date: Mon, 18 Aug 2025 20:01:38 +0500 Subject: [PATCH 0742/2656] Add Engineer Babu to Contributors list (#102261) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 50ebc3a5..4d9e4375 100644 --- a/Contributors.md +++ b/Contributors.md @@ -118,6 +118,7 @@ - [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) - [ananya](https://github.com/ankashyap) - [Nainika Agrawal](https://github.com/nainika0305) - [Sahil Kolte](https://github.com/sahilakolte) From fcc9ac3e90c2f23c2ec26c88c58be9b7e2477295 Mon Sep 17 00:00:00 2001 From: blueqing2026 Date: Mon, 18 Aug 2025 23:27:04 +0800 Subject: [PATCH 0743/2656] docs: Update my contributor name --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9382caef..4950518c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,7 +26,7 @@ - [Srinath Akkem](https://github.com/bd-SrinathAkkem) - [Koushik Pyarasani](https://github.com/pyaarasanikoushik) - [Parth Sivakumar](https://github.com/Parth-sk) -- [Trần Phương hùng ](https://github.com/blueqing2026) +- [Trần Phương Hùng & Đỗ Nhật Thanh ❤️](https://github.com/blueqing2026) - [Akul Anhith](https://github.com/akul) - [Ajay Brightson](https://github.com/AjayJ1711) - [Shabir Ahmad Sediqi](https://github.com/Shabir-Ahmad-Sediqi) From 0297e1d29c97f41185459400e6fe8f17f792bf80 Mon Sep 17 00:00:00 2001 From: Krish Yadav Date: Mon, 18 Aug 2025 21:20:01 +0530 Subject: [PATCH 0744/2656] Add Krish Yadav to Contributors list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 4d9e4375..06b5f669 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1928,7 +1928,10 @@ jack - first contribution practice - [Millicent Convento](https://github.com/mjmconvento) - OK - 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) +- \ No newline at end of file From 7396c8033a5af02321bcea4aff323a1c35e4f43d Mon Sep 17 00:00:00 2001 From: standoffethan Date: Mon, 18 Aug 2025 12:16:48 -0400 Subject: [PATCH 0745/2656] Add StandoffEthan to Contributors.md (#102264) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4d9e4375..375a30ab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1815,6 +1815,7 @@ Eoin O'B - [Brandyn Coverdill](https://github.com/BrandynCoverdill) - [Rohit Mahajan](https://github.com/Rohit273848) - [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) From d48f56847a047090088dd865468c62660325e504 Mon Sep 17 00:00:00 2001 From: mika <75982266+mihirK5@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:13:06 +0530 Subject: [PATCH 0746/2656] Add Mika to Contributors list (#102265) Co-authored-by: mihir --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 375a30ab..29be259c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -441,6 +441,7 @@ The-Yash-is-Joined -[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) - [KG](https://github.com/kgoel9899) - [lzc](https://github.com/lzcooker) From 9129ea0cce9bea1708efbffd2e71f80991161ff0 Mon Sep 17 00:00:00 2001 From: Cyrus253 <84694755+Cyrus253@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:19:28 +0530 Subject: [PATCH 0747/2656] Add Ravishankar Saini to Contributors list (#102267) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 29be259c..44e3ece9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.com/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) +- [Ravishankar saini](https://github.com/Cyrus253) - [Darshon](https://github.com/darshons) - [Archit Jaju](https://github.com/ayhm23) - [Shashidhar](https://github.com/shashidharsai) From 35c418da6774a4ea3f7eec9dc8122f94cf0bafec Mon Sep 17 00:00:00 2001 From: ashurohom Date: Mon, 18 Aug 2025 22:34:47 +0530 Subject: [PATCH 0748/2656] add name in Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0f988db9..190b9d34 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) - [0xAnamul](https://github.com/0xAnamul) +- [AshuRohom](https://github.com/ashurohom) - [João Scarlateli](https://github.com/Scarlateli) - [seon99il](https://github.com/seon99il) - [Ms_Njuguna](https://github.com/Ms-Njuguna) From fc23e27e4c99ff2f8584136b44577637fba08f5c Mon Sep 17 00:00:00 2001 From: Niyati Raiyani Date: Mon, 18 Aug 2025 22:38:11 +0530 Subject: [PATCH 0749/2656] Update Contributors.md (#102269) Add Niyati To Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 44e3ece9..d2a21b0a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -784,6 +784,7 @@ Ben - [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) From 9214301e505a97e47732339d38607acd045ebf47 Mon Sep 17 00:00:00 2001 From: Rutikyadav71 Date: Mon, 18 Aug 2025 22:53:00 +0530 Subject: [PATCH 0750/2656] Added my name Rutik Yadav to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d2a21b0a..2db7da7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1936,3 +1936,4 @@ jack - first contribution practice - [Amos Babu](https://github.com/amos-babu) - [Bonumaddi Amardeep](https://github.com/Amardeepp2) - [Muhammad Ali Khan](https://github.com/Muhammad-Ali-Khan9) +- [Rutik Yadav](https://github.com/rutikyadav71) From 41f7eb012ed4e83aa99de25198ee584250fe61cf Mon Sep 17 00:00:00 2001 From: Randa LAKAB Date: Mon, 18 Aug 2025 19:29:07 +0200 Subject: [PATCH 0751/2656] Revert "Add Randa Lakab to Contributors list" From fdbea1c2e19096755b29bebcabb70833c2ec789d Mon Sep 17 00:00:00 2001 From: Vicky Date: Mon, 18 Aug 2025 23:10:03 +0530 Subject: [PATCH 0752/2656] Update Contributors.md --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index ee6b8e02..bed57fd5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,10 +1,11 @@ # Contributors - - [Vicky S](https://github.com/VickySource) + [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) - [Brandon McHugh](https://github.com/brandmch) main +- [Vicky S](https://github.com/VickySource) - [Veysel Yatkın](https://github.com/veysel2020) - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) @@ -1943,4 +1944,4 @@ jack - first contribution practice - [Amos Babu](https://github.com/amos-babu) - [Bonumaddi Amardeep](https://github.com/Amardeepp2) - [Muhammad Ali Khan](https://github.com/Muhammad-Ali-Khan9) -- \ No newline at end of file +- From f79013c2337461ecf812be830273f0fcc573a771 Mon Sep 17 00:00:00 2001 From: naveench98 <41969050+naveench98@users.noreply.github.com> Date: Mon, 18 Aug 2025 23:18:46 +0530 Subject: [PATCH 0753/2656] Add Naveen C to Contributors list (#102273) Co-authored-by: chintinthapallynaveen144@gmail.com --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ee6b8e02..321daefb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ - [Brandon McHugh](https://github.com/brandmch) main - [Veysel Yatkın](https://github.com/veysel2020) +- [Naveen C](https://github.com/naveench98) - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) - [eieilin](https://github.com/eieilin) From d3b2629be8abeace0d2fa90b3f84793b513bc1e3 Mon Sep 17 00:00:00 2001 From: Observer <100063210+coder595@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:45:15 +0400 Subject: [PATCH 0754/2656] Add Muhammad Nouman to Contributors list (#102275) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 321daefb..5b0369ff 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Naveen Kumar](https://github.com/RowthuNaveenKumar) - [Brandon McHugh](https://github.com/brandmch) main +- [Muhammad Nouman](https://github.com/coder595) - [Veysel Yatkın](https://github.com/veysel2020) - [Naveen C](https://github.com/naveench98) - [rainhuang0220](https://github.com/rainhuang0220) @@ -1944,4 +1945,4 @@ jack - first contribution practice - [Amos Babu](https://github.com/amos-babu) - [Bonumaddi Amardeep](https://github.com/Amardeepp2) - [Muhammad Ali Khan](https://github.com/Muhammad-Ali-Khan9) -- \ No newline at end of file +- From 879087fea8ead12d40ea188e6aef5fbc2b45e972 Mon Sep 17 00:00:00 2001 From: Vittorino Favaro Date: Mon, 18 Aug 2025 21:00:58 +0200 Subject: [PATCH 0755/2656] Add Vittorino Favaro to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 375a30ab..680172d4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Vicky S](https://github.com/VickySource) [Nakshathra](https://github.com/Nakshathra-17S) - [Brandon McHugh](https://github.com/brandmch) +- [Vittorino Favaro](https://github.com/vittorino-favaro) - [Veysel Yatkın](https://github.com/veysel2020) - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) From 7994d95467e72a4602c5ccc0f30baff6b415a0fb Mon Sep 17 00:00:00 2001 From: Dusty Johnson Date: Mon, 18 Aug 2025 15:48:49 -0400 Subject: [PATCH 0756/2656] Add Dusty Johnson to Contributors list (#102278) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5b0369ff..352455f9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1679,6 +1679,7 @@ Eoin O'B - [Gabriel Fernandes](https://github.com/gabrielfernandeswebdev) - [Ravichandra](https://github.com/ravichandra-21/-contributions) - [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/) From 2f6e895dc437985b76b197cec2762e27c68ac9cd Mon Sep 17 00:00:00 2001 From: Vittorino Favaro Date: Mon, 18 Aug 2025 22:09:52 +0200 Subject: [PATCH 0757/2656] Add Vittorino Favaro to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index dc96e200..a7e06086 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,7 +5,7 @@ - [Naveen Kumar](https://github.com/RowthuNaveenKumar) - [Brandon McHugh](https://github.com/brandmch) - [Muhammad Nouman](https://github.com/coder595) -- [Vittorino Favaro](https://github.com/vittorino-favaro) +- [Vittorino Favaro](https://github.com/vittorino-favaro) - [Veysel Yatkın](https://github.com/veysel2020) - [Naveen C](https://github.com/naveench98) - [rainhuang0220](https://github.com/rainhuang0220) From dab282286a9f910078e4e6cb71b09264c947a122 Mon Sep 17 00:00:00 2001 From: Sam Kumar <68733217+Samk104@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:11:18 -0400 Subject: [PATCH 0758/2656] Add SamK to Contributors list (#102279) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 352455f9..91d96d84 100644 --- a/Contributors.md +++ b/Contributors.md @@ -262,6 +262,7 @@ main - [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) From 2511b457c63fe32008ce12b0a7c82074e17b72ad Mon Sep 17 00:00:00 2001 From: YEAHx4 <45203447+5tarlight@users.noreply.github.com> Date: Tue, 19 Aug 2025 05:35:16 +0900 Subject: [PATCH 0759/2656] Add 5tarlight to Contributors list (#102280) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9b0e84eb..e0b2f77e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ main - [Archit Jaju](https://github.com/ayhm23) - [Shashidhar](https://github.com/shashidharsai) - [gazoline keton](https://github.com/gazolineketon) +- [Kyusan Kim](https://github.com/5tarlight) - [Mathew Joseph](https://github.com/MJTheGreat3) - [Shivek Ranjan](https://github.com/ShivekRanjan) - [Srinath Akkem](https://github.com/bd-SrinathAkkem) From 0e1d1912c1aa4ac88d1511461061e2ed4ceaa5db Mon Sep 17 00:00:00 2001 From: Keshav Mishra <51233907+MrKeshav0X7@users.noreply.github.com> Date: Tue, 19 Aug 2025 02:25:45 +0530 Subject: [PATCH 0760/2656] [Keshav](https://github.com/MrKeshav0X7) (#102274) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 68976c13..51064d3b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1949,4 +1949,5 @@ jack - first contribution practice - [Amos Babu](https://github.com/amos-babu) - [Bonumaddi Amardeep](https://github.com/Amardeepp2) - [Muhammad Ali Khan](https://github.com/Muhammad-Ali-Khan9) +- [Keshav](https://github.com/MrKeshav0X7) - [Rutik Yadav](https://github.com/rutikyadav71) From 112144596287eab5dc5d6bf1bd2fd88a6b082bde Mon Sep 17 00:00:00 2001 From: CodeWithDeeksh Date: Tue, 19 Aug 2025 02:26:19 +0530 Subject: [PATCH 0761/2656] Add [Deekshitha S](https://github.com/CodeWithDeeksh) to Contributors list (#102276) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 51064d3b..b2892a06 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1949,5 +1949,6 @@ jack - first contribution practice - [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) - [Rutik Yadav](https://github.com/rutikyadav71) From 8b87a3639c30acf5fc850c4c7dfca74476b1f679 Mon Sep 17 00:00:00 2001 From: Tusa Larkowski <22150022+tlarkowski@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:07:53 -0400 Subject: [PATCH 0762/2656] Added my name to Contributors.md. (#102282) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ee78494c..71b279ae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -29,6 +29,7 @@ - [Ajay Brightson](https://github.com/AjayJ1711) - [Shabir Ahmad Sediqi](https://github.com/Shabir-Ahmad-Sediqi) - [Wycliffe Musau](https://github.com/Excellent58) +- [Tusa Rivera-Larkowski](https://github.com/tlarkowski) - [Pragya Rai]() - [Saparmyrat Saparmyradov](https://github.com/Sapar-hub) - [Zohaib Khan](https://github.com/zohaibkhan745) From 510cdbf583959de54e778470816e7cc2d3fb4a65 Mon Sep 17 00:00:00 2001 From: lurch9 <90292267+lurch9@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:45:05 -0700 Subject: [PATCH 0763/2656] Add Alex Hann to Contributors list (#102283) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 71b279ae..3687e238 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ - [Brandon McHugh](https://github.com/brandmch) - [Muhammad Nouman](https://github.com/coder595) - [Vittorino Favaro](https://github.com/vittorino-favaro) +- [Alex Hann](https://github.com/lurch9) - [Veysel Yatkın](https://github.com/veysel2020) - [Naveen C](https://github.com/naveench98) - [rainhuang0220](https://github.com/rainhuang0220) From 69c4817f36ff69e56bdea2bd8168c82207dfef99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A3?= <68034164+rena-biaobock@users.noreply.github.com> Date: Mon, 18 Aug 2025 21:08:20 -0300 Subject: [PATCH 0764/2656] add rena-biaobock to Contributors list (#102285) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3687e238..de3238f6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1332,6 +1332,7 @@ Eoin O'B - [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) From 0605ad2bbbb2db95872afab4fe98b1c1f358ab6d Mon Sep 17 00:00:00 2001 From: victor <147680227+vituwc@users.noreply.github.com> Date: Tue, 19 Aug 2025 09:08:13 +0800 Subject: [PATCH 0765/2656] add vituwc to contributors list (#102286) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index de3238f6..ff8ae7e0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -38,6 +38,7 @@ - [Muhammed Hidash](https://github.com/Hidash-broto) - [Mopuri Abhiram]() - [Prashanth-000](https://github.com/Prashanth-000) +- vituwc - [Jem Koeleman]() - [Madhu Dora]() - [Nishal Ahmed](https://github.com/nishalahmedpk) From bb802e6e58286d572fb573e4a33ba0391a5bf309 Mon Sep 17 00:00:00 2001 From: blueqing2026 Date: Tue, 19 Aug 2025 10:14:37 +0800 Subject: [PATCH 0766/2656] =?UTF-8?q?Add:=20=20Tr=E1=BA=A7n=20Ph=C6=B0?= =?UTF-8?q?=C6=A1ng=20H=C3=B9ng=20y=C3=AAu=20=C4=90=E1=BB=97=20Nh=E1=BA=AD?= =?UTF-8?q?t=20Thanh=20to=20contributors=20list=20(#102287)?= 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 ff8ae7e0..9382caef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Srinath Akkem](https://github.com/bd-SrinathAkkem) - [Koushik Pyarasani](https://github.com/pyaarasanikoushik) - [Parth Sivakumar](https://github.com/Parth-sk) +- [Trần Phương hùng ](https://github.com/blueqing2026) - [Akul Anhith](https://github.com/akul) - [Ajay Brightson](https://github.com/AjayJ1711) - [Shabir Ahmad Sediqi](https://github.com/Shabir-Ahmad-Sediqi) From 390af6c72ecc2ec6e101eb77a05ba250924c68f6 Mon Sep 17 00:00:00 2001 From: halzq Date: Tue, 19 Aug 2025 10:56:47 +0800 Subject: [PATCH 0767/2656] Add halzq to Contributors list (#102289) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9382caef..ddaae33a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -386,6 +386,7 @@ P Venkata Rami Reddy - [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) From 97e89b34365e94a285ce69f14308aebe437e72be Mon Sep 17 00:00:00 2001 From: Nishant Naravarajula Date: Mon, 18 Aug 2025 23:55:26 -0400 Subject: [PATCH 0768/2656] Add nish-naravarajula to contributors (#102290) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ddaae33a..2538f1e2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Naveen Kumar](https://github.com/RowthuNaveenKumar) - [Brandon McHugh](https://github.com/brandmch) - [Muhammad Nouman](https://github.com/coder595) +- [Nishant Naravarajula](https://github.com/nish-naravarajula) - [Vittorino Favaro](https://github.com/vittorino-favaro) - [Alex Hann](https://github.com/lurch9) - [Veysel Yatkın](https://github.com/veysel2020) From 00818794fa594d4fb340aaf6ad82d34425eb870a Mon Sep 17 00:00:00 2001 From: Bjsruthi <137275862+Bjsruthi@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:16:16 +0530 Subject: [PATCH 0769/2656] Add Sruthi to Contributors list (#102293) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2538f1e2..87dbd67b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -86,6 +86,7 @@ - [David Chamling Rai](https://github.com/Wadangkaa) - Sasank - [Choudary Hussain Ali](https://github.com/choudaryhussainali) +- [Sruthi BJ](https://github.com/Bjsruthi) - [Areen Patil](https://github.com/areen-patil) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) From 4fc87c38535d5baf001ced63cd624ef0539d5a29 Mon Sep 17 00:00:00 2001 From: "Kunduru.Sai Sruthi" <135644542+saisruthikunduru@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:25:50 +0530 Subject: [PATCH 0770/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 87dbd67b..eb865610 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors - +- [Sai Sruthi Kunduru](https://github.com/saisruthikunduru) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) From c07bb3fdc76e8a5ab85b110d2568a9c59c178289 Mon Sep 17 00:00:00 2001 From: "Kunduru.Sai Sruthi" <135644542+saisruthikunduru@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:26:57 +0530 Subject: [PATCH 0771/2656] Revert "Update Contributors.md" --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index eb865610..87dbd67b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors -- [Sai Sruthi Kunduru](https://github.com/saisruthikunduru) + [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) From f77ccc0ea1cab6d8a68e87916d880bfccfbf3755 Mon Sep 17 00:00:00 2001 From: Priyanka-Singh3 <141346628+Priyanka-Singh3@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:53:46 +0530 Subject: [PATCH 0772/2656] Priyanka Singh added to the contributors list (#102295) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 87dbd67b..d917e7e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1814,6 +1814,7 @@ Eoin O'B - [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) From 294d8d0fe9e1c7b5d9da1df3be9d635d8079a6e3 Mon Sep 17 00:00:00 2001 From: Satvik Mittal Date: Tue, 19 Aug 2025 12:57:42 +0530 Subject: [PATCH 0773/2656] Added satvik to contributors list (#102296) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d917e7e9..0ee27a11 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,4 @@ -# Contributors +git # Contributors [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution @@ -1632,6 +1632,7 @@ Eoin O'B - [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) From 18ea4189239ef16540c9f64da04898b1b46b680e Mon Sep 17 00:00:00 2001 From: Taha Reeh <50425586+TahaReeh@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:16:52 +0200 Subject: [PATCH 0774/2656] Add Taha Reeh to Contributors list (#102297) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0ee27a11..e03333f4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1028,6 +1028,7 @@ Eoin O'B - [SIva Saketh](https://github.com/sivasaketh) - [Dev Goyal](https://github.com/DevGoyal9238) - [KigulaJesse](https://github.com/KigulaJesse) +- [Taha Reeh] (https://github.com/TahaReeh) - [Joery van Santen](https://github.com/joeryvs) - [Sitanshu Nandan](https://github.com/stansho) - [Fatih Portakal](https://github.com/GoStKoRx) From 591e2e759eaacb0ddb74cdf02f7ceed0bbed1ce4 Mon Sep 17 00:00:00 2001 From: Muhammad Yousif Date: Tue, 19 Aug 2025 14:09:04 +0500 Subject: [PATCH 0775/2656] My first open source contribution - Muhammad Yousif (#102299) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e03333f4..af46c127 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ git # Contributors -[Zainab Travadi](https://github.com/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) - [Ravishankar saini](https://github.com/Cyrus253) +- [Muhammad Yousif](https://github.com/YousifCreates) - [Darshon](https://github.com/darshons) - [Archit Jaju](https://github.com/ayhm23) - [Shashidhar](https://github.com/shashidharsai) From 66d9b296241f230a1d65c329f86b1b9eb6b4ad13 Mon Sep 17 00:00:00 2001 From: kerolos nesim <112533022+kerolosnesim1@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:56:42 +0300 Subject: [PATCH 0776/2656] add kerolos to contribution list (#102300) Co-authored-by: kerolos --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index af46c127..0bcfb2d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ git # Contributors - [Muhammad Yousif](https://github.com/YousifCreates) - [Darshon](https://github.com/darshons) - [Archit Jaju](https://github.com/ayhm23) +- [Kerolos Nesim](https://github.com/kerolosnesim1) - [Shashidhar](https://github.com/shashidharsai) - [gazoline keton](https://github.com/gazolineketon) - [Kyusan Kim](https://github.com/5tarlight) From 8f3ad387b7812ac41744d76312f55f498c6ec279 Mon Sep 17 00:00:00 2001 From: saisruthikunduru Date: Tue, 19 Aug 2025 16:14:52 +0530 Subject: [PATCH 0777/2656] Add Sai Sruthi to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 87dbd67b..3f3d740c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors - +- [Sai Sruthi Kunduru](https://github.com/saisruthikunduru/) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) From c5e1b437bd22a3d0e10fcd612c62c07675fb12b9 Mon Sep 17 00:00:00 2001 From: Agam Manash Roy Date: Tue, 19 Aug 2025 16:59:19 +0530 Subject: [PATCH 0778/2656] Added Agam_IMT2023131 to contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0bcfb2d1..28be70fe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ git # Contributors - +- [Agam](https://github.com/InvincibleAgam) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) From 714f63d66d9d8b43eefeb089ea05fd19ea76d2d4 Mon Sep 17 00:00:00 2001 From: SanjeevKrSharma Date: Tue, 19 Aug 2025 17:13:54 +0530 Subject: [PATCH 0779/2656] Add Sanjeev Kumar Sharma to Contributors list (#102305) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0bcfb2d1..68c49915 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ git # Contributors - [Nishant Naravarajula](https://github.com/nish-naravarajula) - [Vittorino Favaro](https://github.com/vittorino-favaro) - [Alex Hann](https://github.com/lurch9) +- [Sanjeev Kumar Sharma](https://github.com/SanjeevKrSharma) - [Veysel Yatkın](https://github.com/veysel2020) - [Naveen C](https://github.com/naveench98) - [rainhuang0220](https://github.com/rainhuang0220) From 12fede5c7c2dbb0d5f315c38e316c298a5f3acbf Mon Sep 17 00:00:00 2001 From: Tonny Nyauke <137804255+TonnyNyauke@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:44:07 +0300 Subject: [PATCH 0780/2656] Add Tonny Nyauke to Contributors list (#102306) Co-authored-by: STFoundation --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 68c49915..734517b6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ git # Contributors naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) - [Brandon McHugh](https://github.com/brandmch) +- [Tonny Nyauke] - [Muhammad Nouman](https://github.com/coder595) - [Nishant Naravarajula](https://github.com/nish-naravarajula) - [Vittorino Favaro](https://github.com/vittorino-favaro) From 5c882358119a352f1364643702a70a5f33717c37 Mon Sep 17 00:00:00 2001 From: Ahmed Fikri <149339473+Fikri-20@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:42:32 +0300 Subject: [PATCH 0781/2656] added Fikri as as contributer (#102307) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 734517b6..0e64a320 100644 --- a/Contributors.md +++ b/Contributors.md @@ -33,6 +33,7 @@ git # Contributors - [Parth Sivakumar](https://github.com/Parth-sk) - [Trần Phương hùng ](https://github.com/blueqing2026) - [Akul Anhith](https://github.com/akul) +- [Ahmed Fikri](https://github.com/Fikri-20) - [Ajay Brightson](https://github.com/AjayJ1711) - [Shabir Ahmad Sediqi](https://github.com/Shabir-Ahmad-Sediqi) - [Wycliffe Musau](https://github.com/Excellent58) From 53716e04ada5d9eed0a020618ab878b506a733e4 Mon Sep 17 00:00:00 2001 From: Vincent Ospazi <77007455+VincentOspazi@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:05:33 +0200 Subject: [PATCH 0782/2656] "Add Vincent O to Contributors list (#102309) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0e64a320..599a056e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1967,4 +1967,5 @@ jack - first contribution practice - [Muhammad Ali Khan](https://github.com/Muhammad-Ali-Khan9) - [Deekshitha S](https://github.com/CodeWithDeeksh) - [Keshav](https://github.com/MrKeshav0X7) +- [Vincent O](https://github.com/Vinads) - [Rutik Yadav](https://github.com/rutikyadav71) From 29a876d263bafc643c38c03d411fe612437397bf Mon Sep 17 00:00:00 2001 From: MartinPerfumo <77883092+MartinPerfumo@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:27:05 +0200 Subject: [PATCH 0783/2656] Add Martin Perfumo to Contributors list (#102310) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 599a056e..b066514e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ git # Contributors +- [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) From a4d9cb66dfb2a0782dce3da72bd78418ae52df69 Mon Sep 17 00:00:00 2001 From: Thiyagu Arunachalam <101319072+Thiya11@users.noreply.github.com> Date: Tue, 19 Aug 2025 19:17:45 +0530 Subject: [PATCH 0784/2656] add thiyagu arunachalam to contributors list (#102311) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b066514e..3152a7dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1686,6 +1686,7 @@ Eoin O'B - [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) From e43660c117f98f31b00f6e5b8d993e181b3dc47d Mon Sep 17 00:00:00 2001 From: PrernaRajora Date: Tue, 19 Aug 2025 19:31:53 +0530 Subject: [PATCH 0785/2656] Add Prerna Rajora to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index b066514e..23dca4f3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1970,3 +1970,5 @@ jack - first contribution practice - [Keshav](https://github.com/MrKeshav0X7) - [Vincent O](https://github.com/Vinads) - [Rutik Yadav](https://github.com/rutikyadav71) +- [Prerna Rajora](https://github.com/PrernaRajora) + From 4529a35cf43e950974273f994ed32ffcc61453fe Mon Sep 17 00:00:00 2001 From: Chxuo Date: Tue, 19 Aug 2025 22:10:29 +0800 Subject: [PATCH 0786/2656] Add chxuo to Contributors list (#102313) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3152a7dd..5ea8aaa7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1971,3 +1971,4 @@ jack - first contribution practice - [Keshav](https://github.com/MrKeshav0X7) - [Vincent O](https://github.com/Vinads) - [Rutik Yadav](https://github.com/rutikyadav71) +- [Chxuo](https://github.com/chxuo) From 8e6e9b970986cf6b3c587d03530b393bdd2243f8 Mon Sep 17 00:00:00 2001 From: polygon Date: Tue, 19 Aug 2025 23:42:22 +0900 Subject: [PATCH 0787/2656] Add polygon to Contributors list (#102315) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5ea8aaa7..692bcc48 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1972,3 +1972,4 @@ jack - first contribution practice - [Vincent O](https://github.com/Vinads) - [Rutik Yadav](https://github.com/rutikyadav71) - [Chxuo](https://github.com/chxuo) +- [polygon00-dev](https://github.com/polygon00-dev) From eff8432d1593384c79b139fa1602fee884d0c7d6 Mon Sep 17 00:00:00 2001 From: Kyle Boo <158229998+bookang869@users.noreply.github.com> Date: Tue, 19 Aug 2025 07:48:17 -0700 Subject: [PATCH 0788/2656] Add kyle boo to Contributors List (#102317) Co-authored-by: Kyle --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 692bcc48..29575f69 100644 --- a/Contributors.md +++ b/Contributors.md @@ -866,6 +866,7 @@ Ben - [Görkem](https://github.com/gorkemozsari) - [Ian McManus](https://github.com/ianmcman) - [Patrick Yeung](https://github.com/eampat) +- [Kyle Boo](https://github.com/bookang869) - [Leon Deppe](https://github.com/leondeppe) - [Owen Roukey](https://github.com/rouk5555) - [Aminat A](https://github.com/pejuameenat) From 108551a73b373d41c9469944f428ecc07b050850 Mon Sep 17 00:00:00 2001 From: Dhairya Dave <131279694+dhairyadev26@users.noreply.github.com> Date: Tue, 19 Aug 2025 20:22:21 +0530 Subject: [PATCH 0789/2656] Add Dhairya Dev to Contributors list (#102318) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 29575f69..0e92bb69 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ git # Contributors +- [Dhairya Dev](https://github.com/dhairyadev26) - [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution From 2226dfa9a5a8627c4321c7226a665ae6a393ef05 Mon Sep 17 00:00:00 2001 From: Ayush Kesharwani <149497870+the-ayushm@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:11:48 +0530 Subject: [PATCH 0790/2656] Added my name to the contributors list (#102319) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0e92bb69..a4051f85 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ git # Contributors - [Areen Patil](https://github.com/areen-patil) - [Sunday](https://github.com/Hao-tian) - [Demetris B.](https://github.com/deyil) +- Ayush - [Priyanshu Tiwari](https://github.com/d3monviking) - [Kartikeya Dimri](https://github.com/kartikeya-dimri) - [0xAnamul](https://github.com/0xAnamul) From cdf2b64684a9c65df08b4616fa36ac78d3296778 Mon Sep 17 00:00:00 2001 From: Bobby <98844419+bobbywells52@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:19:44 -0600 Subject: [PATCH 0791/2656] add Bobby Wells to contributors (#102320) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a4051f85..437977eb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -507,6 +507,7 @@ The-Yash-is-Joined - [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) - [wystmk](https://github.com/wystmk) - [Shab00](https://github.com/Shab00) From 181ef6bdf0b1e6d1cda37a564fc4dfe6d7ed3f7f Mon Sep 17 00:00:00 2001 From: ShreyanshBB Date: Tue, 19 Aug 2025 22:01:06 +0530 Subject: [PATCH 0792/2656] Added Shreyansh Bhagwat to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a4051f85..4f45d498 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ git # Contributors - +- [Shreyansh Bhagwat](https://github.com/ShreyanshBB007) - [Dhairya Dev](https://github.com/dhairyadev26) - [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) From fa8e7c4be1fad1857582980e9a1f82c6c266491e Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Tue, 19 Aug 2025 18:42:53 +0200 Subject: [PATCH 0793/2656] Started Translation new Readme --- docs/translations/README.de.md | 250 +++++++++++++++++++++++++-------- 1 file changed, 190 insertions(+), 60 deletions(-) diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md index 5f85f613..97388285 100644 --- a/docs/translations/README.de.md +++ b/docs/translations/README.de.md @@ -1,120 +1,250 @@ -[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) +[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) -# Erste Beiträge +#### _Read this in [other languages](docs/translations/Translations.md)._ +[Shqip](docs/translations/README.al.md) +[Armenian](docs/translations/README.arm.md) +[Uzbek language](docs/translations/README.uz.md) +[Azərbaycan dili](docs/translations/README.aze.md) +[বাংলা](docs/translations/README.bn.md) +[Bulgarian](docs/translations/README.bg.md) +[Português (Brasil)](docs/translations/README.pt_br.md) +[Català](docs/translations/README.ca.md) +[中文 (Simplified)](docs/translations/README.zh-cn.md) +[Czech](docs/translations/README.cs.md) +[Deutsch](docs/translations/README.de.md) +[Dansk](docs/translations/README.da.md) +[المصرية](docs/translations/README.eg.md) +[Dezéiriya](docs/translations/README.dz.md) +[Español de España](docs/translations/README.es.md) +[Française](docs/translations/README.fr.md) +[Gaeilge](docs/translations/README.ga.md) +[Galego](docs/translations/README.gl.md) +[Ελληνικά](docs/translations/README.gr.md) +[ქართული](docs/translations/README.ge.md) +[Magyar](docs/translations/README.hu.md) +[Bahasa Indonesia](docs/translations/README.id.md) +[עִברִית](docs/translations/README.hb.md) +[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](docs/translations/Translations.md) +[தமிழ்](docs/translations/README.ta.md) +[فارسی](docs/translations/README.fa.md) +[Italiano](docs/translations/README.it.md) +[日本語](docs/translations/README.ja.md) +[සිංහල](docs/translations/README.si.md) +[Kiswahili (Kenya)](docs/translations/README.kws.md) +[한국어](docs/translations/README.ko.md) +[Lietuvių kalba](docs/translations/README.lt.md) +[Limba Română Limba Română](docs/translations/README.ro.md) +[မြန်မာ](docs/translations/README.mm_unicode.md) +[Македонски](docs/translations/README.mk.md) +[Español de México](docs/translations/README.mx.md) +[Bahasa Melayu / بهاس ملايو‎ / Malay](docs/translations/README.my.md) +[Dutch](docs/translations/README.nl.md) +[Norsk](docs/translations/README.no.md) +[नेपाली](docs/translations/README.np.md) +[Wikang Filipino](docs/translations/README.fil.md) +[English (Pirate)](docs/translations/README.en-pirate.md) +[اردو](docs/translations/README.ur.md) +[Twi (Ghana)](docs/translations/README.gh.md) +[Polski](docs/translations/README.pl.md) +[Português (Portugal)](docs/translations/README.pt-pt.md) +[Русский язык](docs/translations/README.ru.md) +[العربية](docs/translations/README.ar.md) +[Svenska](docs/translations/README.se.md) +[Slovenčina](docs/translations/README.slk.md) +[Slovenščina](docs/translations/README.sl.md) +[ภาษาไทย](docs/translations/README.th.md) +[Türkçe](docs/translations/README.tr.md) +[中文(Traditional)](docs/translations/README.zh-tw.md) +[Українська](docs/translations/README.ua.md) +[Tiếng Việt](docs/translations/README.vn.md) +[Swahili language](docs/translations/README.sw.md) +[Zulu (South Africa)](docs/translations/README.zul.md) +[Afrikaans (South Africa)](docs/translations/README.afk.md) +[Igbo (Nigeria)](docs/translations/README.igb.md) +[Bambara (Mali)](docs/translations/README.mli.md) +[Hausa (Nigeria)](docs/translations/README.hau.md) +[Yoruba (Nigeria)](docs/translations/README.yor.md) +[Latvia](docs/translations/README.lv.md) +[Suomeksi](docs/translations/README.fi.md) +[Беларуская мова](docs/translations/README.by.md) +[Српски](docs/translations/README.sr.md) +[Қазақша](docs/translations/README.kz.md) +[Bosanski](docs/translations/README.bih.md) +[Bosanski](docs/translations/README.bih.md) +[Hrvatski](docs/translations/README.hr.md) +[پښتو](docs/translations/README.ps.md) +[Somalia](docs/translations/README.so.md) +[Ecuador](docs/translations/README.ec.md) +[Luganda (Uganda)](docs/translations/README.lug.md) +[Turkmen language](docs/translations/README.tm.md) +[Ewe (TOGO)](docs/translations/README.ewe.md) +[አማርኛ](docs/translations/README.et.md) +[Kurdî](docs/translations/README.kr.md) +[Malagasy](docs/translations/README.mg.md) +[ភាសាខ្មែរ](docs/translations/README.kh.md) +[Moroccan Darija](docs/translations/README.ma.md) -Repository forken +# First Contributions -Aller Anfang ist schwer. Gerade dann, wenn wir gemeinsam an etwas arbeiten, möchte niemand etwas falsch machen. Aber Open Source dreht sich um Kooperation und lebt durch die Beiträge vieler Freiwilliger. Deshalb haben wir es uns zur Aufgabe gemacht, neuen Mitgliedern in der Open-Source-Gemeinde ihre ersten Schritte so einfach wie möglich zu machen. +Dieses Projekt zielt darauf ab, Anfängern den Einstieg zu erleichtern und sie bei ihrem ersten Beitrag zu unterstützen. Wenn du deinen ersten Beitrag leisten möchten, befolge die folgenden Schritte. -Natürlich helfen die vorhandenen Artikel und Videoanleitungen. Aber was kann besser sein, als es einfach einmal auszuprobieren – mit dem Wissen, dass man nichts kaputt machen kann? Dieses Projekt will Anfängern zeigen, wie sie möglichst einfach ihren ersten Beitrag leisten. Bedenke: Je entspannter du bist, desto besser lernst du. Wenn du deinen ersten Beitrag leisten möchtest, folge diesen einfachen Schritten. Wir versprechen dir, es wird Spaß machen. +_Wenn du nicht weißt wie man das Terminal/CMD bedient, [hier sind tutorials für GUI Tools.](#tutorials-using-other-tools)_ -Wenn du Git noch nicht installiert hast, [installiere es](https://help.github.com/articles/set-up-git/) +fork this repository -## Repository forken +#### Wenn du Git nicht auf deinem System installiert hast, [installiere es](https://docs.github.com/en/get-started/quickstart/set-up-git). -Forke das Repository durch das Anklicken der Schaltfläche "Fork". Dadurch erhältst du deine eigene Version des Projektes in deinem Profil. +## Forke dieses Repository -## Repository klonen +Forke dieses Repository indem du auf den Fork Button oben auf dieser Seite klickst. +Dies wird eine Kopie dieses Repository's in deinem Account erstellen. -Repository klonen +## Klone das Repository -Klone das Repository auf deinen Computer. Klicke auf die Schaltfläche "Clone or download" und anschließend auf das "copy to clipboard"-Symbol. +clone this repository -Öffne eine Kommandozeile und gib den folgenden git-Befehl ein: +Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu dienem Github Account, öffne das geforkte Repository, klicke auf den Code Button, dann auf den HTTPS Tab und dann klicke das _copy url to clipboard_ icon. -``` -git clone "Deine kopierte URL" +Open a terminal and run the following git command: + +```bash +git clone "url you just copied" ``` -Statt 'Deine kopierte URL' (ohne Anführungszeichen) füge die Repository-URL aus dem vorherigen Schritt ein. +where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url. -URL kopieren +copy URL to clipboard -Beispiel: +For example: -``` -git clone https://github.com/dein-Name/first-contributions.git +```bash +git clone git@github.com:this-is-you/first-contributions.git ``` -An der Stelle 'dein-Name' muss dein GitHub-Nutzername stehen. Mit diesem Befehl kopierst du den Inhalt deines first-contributions-Repository von GitHub auf deinen Computer. +where `this-is-you` is your GitHub username. Here you're copying the contents of the first-contributions repository on GitHub to your computer. -## Erstelle einen Branch +## Create a branch -Wechsle zum Repository-Verzeichnis auf deinem Computer (falls du es nicht schon getan hast). +Change to the repository directory on your computer (if you are not already there): -``` +```bash cd first-contributions ``` -Erstelle nun einen Branch mit dem Befehl `git checkout`: +Now create a branch using the `git switch` command: -``` -git checkout -b +```bash +git switch -c your-new-branch-name ``` -Beispiel: +For example: -``` -git checkout -b add-max-mustermann +```bash +git switch -c add-alonzo-church ``` -(Der Name des Branches muss nicht unbedingt das Wort _add_ beinhalten, aber hier ist es sinnvoll, denn der Zweck deines Branches ist es ja, deinen Namen zur Liste hinzuzufügen.) +
+ If you get any errors using git switch, click here: -## Mache die nötigen Änderungen und committe sie +If the error message "Git: `switch` is not a git command. See `git –help`" appears, it's likely because you're using an older version of git. -Öffne `Contributors.md` in einem Text-Editor und füge deine Namen hinzu. Beachte, dass du den Namen nicht am Anfang oder am Ende der Datei hinzufügst. Speichere die Datei anschließend. - -Gibst du in der Kommandozeile nun `git status` ein, siehst du die Änderungen. - -Füge die Änderungen mit dem Befehl `git add` zu deinem eben erstellten Branch hinzu: +In this case, try to use `git checkout` instead: +```bash +git checkout -b your-new-branch-name ``` + +
+ +## Make necessary changes and commit those changes + +Now 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. + +git status + +If you go to the project directory and execute the command `git status`, you'll see there are changes. + +Add those changes to the branch you just created using the `git add` command: + +```bash git add Contributors.md ``` -Nun committest du deine Änderungen mit `git commit`: +Now commit those changes using the `git commit` command: -``` -git commit -m "Add to Contributors list" +```bash +git commit -m "Add your-name to Contributors list" ``` -Ersetze `` mit deinem Namen. +replacing `your-name` with your name. -## Pushe die Änderung zu GitHub +## Push changes to GitHub -Pushe die Änderungen mit `git push`: +Push your changes using the command `git push`: -``` -git push origin +```bash +git push -u origin your-branch-name ``` -Ersetze `` mit dem Namen des Branches, den du zuvor erstellt hast. +replacing `your-branch-name` with the name of the branch you created earlier. -## Sende deine Änderungen zum Review +
+ If you get any errors while pushing, click here: -Wenn du jetzt zu deinem Repository auf GitHub gehst, siehst du einen Knopf `Compare & pull request`. Klicke darauf. +- ### 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/'
+ Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account. -Erstelle einen pull request + Also, you might want to run 'git remote -v' to check your remote address. + + If it looks anything like this: +
origin	https://github.com/your-username/your_repo.git (fetch)
+  origin	https://github.com/your-username/your_repo.git (push)
+ + change it using this command: + ```bash + git remote set-url origin git@github.com:your-username/your_repo.git + ``` + Otherwise you'll still get prompted for username and password and get authentication error. +
-Erstelle einen Pull Request indem du auf die Schaltfläche `Create pull request` klickst. +## Submit your changes for review -Pull Request senden +If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button. -Roshan Jossey wird nun deine Änderungen in den Master-Branch dieses Projekts mergen. Du erhältst eine E-Mail, sobald dies geschehen ist. +create a pull request -## Wie geht es weiter? +Now submit the pull request. -Glückwunsch! Du hast soeben den Standard-Workflow _Fork -> Clone -> Edit -> Pull Request_ beendet, der dir als Mitwirkender häufig begegnen wird. +submit pull request -Feiere deinen Beitrag zum Projekt und teile ihn mit deinen Freunden und Followern über unsere [Web-App](https://firstcontributions.github.io/#social-share). +Soon I'll be merging all your changes into the main branch of this project. You will get a notification email once the changes have been merged. -Wenn Du noch mehr üben möchtest, schau Dir das [Code-Contributions Repository](https://github.com/roshanjossey/code-contributions) an. -Falls du jetzt zu anderen Projekten beitragen möchtest, dann haben wir für dich eine Liste von einfachen, ersten Issues zusammengestellt, an denen du arbeiten kannst. Diese Projekt-Liste findest du [in unserer Web-App](https://firstcontributions.github.io/#project-list). +## Where to go from here? -## Tutorials mit anderen Tools +Congrats! You just completed the standard _fork -> clone -> edit -> pull request_ workflow that you'll often encounter as a contributor! -| 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) | +Celebrate your contribution and share it with your friends and followers by going to [web app](https://firstcontributions.github.io/#social-share). + +If you'd like more practice, checkout [code contributions](https://github.com/roshanjossey/code-contributions). + +Now let's get you started with contributing to other projects. We've compiled a list of projects with easy issues you can get started on. Check out [the list of projects in the web app](https://firstcontributions.github.io/#project-list). + +### [Additional material](docs/additional-material/git_workflow_scenarios/additional-material.md) + +## Tutorials Using Other Tools + +| GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [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 0a55c3e8c746409c877d7ae46b5a15a84f91730a Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Tue, 19 Aug 2025 18:43:57 +0200 Subject: [PATCH 0794/2656] =?UTF-8?q?changed=20"klicke"=20to=20"dr=C3=BCck?= =?UTF-8?q?e"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/translations/README.de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md index 97388285..7728dbad 100644 --- a/docs/translations/README.de.md +++ b/docs/translations/README.de.md @@ -105,7 +105,7 @@ Dies wird eine Kopie dieses Repository's in deinem Account erstellen. clone this repository -Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu dienem Github Account, öffne das geforkte Repository, klicke auf den Code Button, dann auf den HTTPS Tab und dann klicke das _copy url to clipboard_ icon. +Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu dienem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den HTTPS Tab und dann drücke auf das _copy url to clipboard_ icon. Open a terminal and run the following git command: From 5a7b3c15ff33f3983cec883879096074a0ceaf3c Mon Sep 17 00:00:00 2001 From: aaaappplle Date: Wed, 20 Aug 2025 00:56:13 +0800 Subject: [PATCH 0795/2656] add Aaaappplle to Contributor list (#102322) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 437977eb..2442f50d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ git # Contributors - [Muhammed Hidash](https://github.com/Hidash-broto) - [Mopuri Abhiram]() - [Prashanth-000](https://github.com/Prashanth-000) +- [Aaaappplle](https://github.com/aaaappplle) - vituwc - [Jem Koeleman]() - [Madhu Dora]() From 868720434162b90930bc259a64bc6d2a40195b73 Mon Sep 17 00:00:00 2001 From: Ashwin Suresh <124293373+AshwinSureshDS@users.noreply.github.com> Date: Tue, 19 Aug 2025 22:29:13 +0530 Subject: [PATCH 0796/2656] Add ashwin-suresh to Contributors list (#102323) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2442f50d..ef24f9e0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1186,6 +1186,7 @@ Eoin O'B - [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) From 1905f6b9c251aaeaa0e31e2de05bb56cbd850899 Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Tue, 19 Aug 2025 19:01:50 +0200 Subject: [PATCH 0797/2656] Need to go eat :) --- docs/translations/README.de.md | 38 +++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md index 7728dbad..5ade88d2 100644 --- a/docs/translations/README.de.md +++ b/docs/translations/README.de.md @@ -105,55 +105,55 @@ Dies wird eine Kopie dieses Repository's in deinem Account erstellen. clone this repository -Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu dienem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den HTTPS Tab und dann drücke auf das _copy url to clipboard_ icon. +Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu dienem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den SSH Tab und dann drücke auf das _copy url to clipboard_ icon. -Open a terminal and run the following git command: +Öffne ein Terminal Fenster und führe den folgenden Git Befehl aus: ```bash -git clone "url you just copied" +git clone "kopierte url" ``` -where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url. +wobei "kopierte url" (ohne die Anführungszeichen) die url zu diesem Repository ist (deine Fork von diesem Projekt). Im vorherigen Schritt siehst du wie du diese erhälst . copy URL to clipboard -For example: +Zum Beispiel: ```bash -git clone git@github.com:this-is-you/first-contributions.git +git clone git@github.com:das-bist-du/erster-Beitrag.git ``` -where `this-is-you` is your GitHub username. Here you're copying the contents of the first-contributions repository on GitHub to your computer. +wobei `das-bist-du` dein Github Nutzername ist. Hier kopierst du den Inhalt des first-contributions Repository's auf Github auf deinen Computer. -## Create a branch +## Erstelle einen Zweig -Change to the repository directory on your computer (if you are not already there): +Wechsle zum Repository Ordner (wenn du nicht bereits dort bist): ```bash cd first-contributions ``` -Now create a branch using the `git switch` command: +Erstelle nun einen Zweig, indem du den `git switch` Befehl benutzst: ```bash -git switch -c your-new-branch-name +git switch -c dein-neuer-zweig-name ``` -For example: +Zum Beispiel: ```bash git switch -c add-alonzo-church ```
- If you get any errors using git switch, click here: + Wenn du auf irgendeinen Fehler bei der Nutzung von `git switch` stößt, drücke hier: -If the error message "Git: `switch` is not a git command. See `git –help`" appears, it's likely because you're using an older version of git. +Wenn die Fehlermeldung "Git: `switch` is not a git command. See `git –help`" auftaucht, liegt dies wahrscheinlich daran das du eine veraltete Version von Git nutzt. -In this case, try to use `git checkout` instead: +In diesem Fall versuche stattdessen `git checkout` zu nutzen: ```bash -git checkout -b your-new-branch-name +git checkout -b dein-neuer-zweig-name ```
@@ -234,15 +234,15 @@ If you'd like more practice, checkout [code contributions](https://github.com/ro Now let's get you started with contributing to other projects. We've compiled a list of projects with easy issues you can get started on. Check out [the list of projects in the web app](https://firstcontributions.github.io/#project-list). -### [Additional material](docs/additional-material/git_workflow_scenarios/additional-material.md) +### [Zusätzliches Material](docs/additional-material/git_workflow_scenarios/additional-material.md) -## Tutorials Using Other Tools +## Tutorials mit anderen Tools | GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [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:

+

Dieses Projekt wird unterstützt von:

From 30d261e399d82cb700188b983eff91390d26777c Mon Sep 17 00:00:00 2001 From: Shun Khaing <97438070+shunkhaing@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:15:51 -0700 Subject: [PATCH 0798/2656] Shun K (#102324) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ef24f9e0..7fb03e76 100644 --- a/Contributors.md +++ b/Contributors.md @@ -71,6 +71,7 @@ git # Contributors - [Karan Dhiman](https://github.com/karandhiman12) - [Gurparsad Singh](https://github.com/gprathour) - [Srinivas Batthula](https://github.com/srinivas-batthula) +- [Shun Khaing](https://github.com/shunkhaing) - [Pavishni](https://github.com/Pavishni) - [Evan](https://github.com/ICreateStuff5) - [Pranav Sandeep](https://github.com/Pranavv0307) From 40e167fcda64bbcf9223d785c5dcafb8a7f6237d Mon Sep 17 00:00:00 2001 From: QuadCypress <133628940+QuadCypress@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:49:02 -0700 Subject: [PATCH 0799/2656] Add Grant to Contributors list (#102325) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7fb03e76..dc8d35b6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1980,3 +1980,4 @@ jack - first contribution practice - [Rutik Yadav](https://github.com/rutikyadav71) - [Chxuo](https://github.com/chxuo) - [polygon00-dev](https://github.com/polygon00-dev) +- Grant \ No newline at end of file From 221fe659114350aa315d4bb41762c16274de2d8a Mon Sep 17 00:00:00 2001 From: Ankit Kumar Yadav <67411716+AnkitKrYadav@users.noreply.github.com> Date: Wed, 20 Aug 2025 00:34:38 +0530 Subject: [PATCH 0800/2656] add my name to contributors list (#102326) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dc8d35b6..e67ffe42 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ git # Contributors +- [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) - [Dhairya Dev](https://github.com/dhairyadev26) - [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) From 4721ffc800767be1b2932a73d93525240c8efc2b Mon Sep 17 00:00:00 2001 From: Preenu Ann Ponnachan Date: Tue, 19 Aug 2025 20:07:57 +0100 Subject: [PATCH 0801/2656] Add Preenu to Contributors list (#102327) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e67ffe42..fe1b8286 100644 --- a/Contributors.md +++ b/Contributors.md @@ -334,6 +334,7 @@ P Venkata Rami Reddy - [Refenal ellisa] - [Mohamed Hossam](https://github.com/mo-hossam-stack) - [Jared Krandel] +- Preenu - [haru0707](https://github.com/haru0707) - Swastik - [Faust Levity](https://github.com/Faust-Levity) From 2d0cac96f99682a1e0cbadb194e6f0ea4106814c Mon Sep 17 00:00:00 2001 From: Zachary Gallman <78001506+zdotg@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:14:45 -0400 Subject: [PATCH 0802/2656] Add your-name to Contributors list (#102328) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index fe1b8286..f79752dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1982,4 +1982,5 @@ jack - first contribution practice - [Rutik Yadav](https://github.com/rutikyadav71) - [Chxuo](https://github.com/chxuo) - [polygon00-dev](https://github.com/polygon00-dev) -- Grant \ No newline at end of file +- Grant +- [Zach Gallman](https://github.com/zdotg) \ No newline at end of file From 6479647ac8e305012f7ee6aa4495c270e61b46b7 Mon Sep 17 00:00:00 2001 From: VirtualDavide <159574031+VirtualDavide@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:19:59 +0200 Subject: [PATCH 0803/2656] Aggiunto VirtualDavide alla Contributors list (#102329) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f79752dd..4fc33f90 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1260,6 +1260,7 @@ Eoin O'B - [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) From d6d436065e23d655315cf45acdc5f23794ab1383 Mon Sep 17 00:00:00 2001 From: Devesh Paryani <127661847+Devesh102030@users.noreply.github.com> Date: Wed, 20 Aug 2025 01:02:16 +0530 Subject: [PATCH 0804/2656] Add Devesh Paryani to Contributors list (#102330) Co-authored-by: Devesh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4fc33f90..ab3ba8f8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ git # Contributors - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) - [eieilin](https://github.com/eieilin) +- [Devesh Paryani](https://github.com/Devesh102030) - [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.com/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) From aa45b68e6f4b54882a79eee7d69b579db27a629c Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:33:07 +0200 Subject: [PATCH 0805/2656] continued Translating --- docs/translations/README.de.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md index 5ade88d2..d809bcdd 100644 --- a/docs/translations/README.de.md +++ b/docs/translations/README.de.md @@ -90,9 +90,9 @@ Dieses Projekt zielt darauf ab, Anfängern den Einstieg zu erleichtern und sie bei ihrem ersten Beitrag zu unterstützen. Wenn du deinen ersten Beitrag leisten möchten, befolge die folgenden Schritte. -_Wenn du nicht weißt wie man das Terminal/CMD bedient, [hier sind tutorials für GUI Tools.](#tutorials-using-other-tools)_ +_Wenn du nicht weißt wie man das Terminal/CMD bedient, [hier findest du Anleitungen für GUI Tools.](#Anleitungen-für-andere-Tools)_ -fork this repository +Forke dieses Repository #### Wenn du Git nicht auf deinem System installiert hast, [installiere es](https://docs.github.com/en/get-started/quickstart/set-up-git). @@ -103,9 +103,9 @@ Dies wird eine Kopie dieses Repository's in deinem Account erstellen. ## Klone das Repository -clone this repository +Klone dieses Repository -Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu dienem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den SSH Tab und dann drücke auf das _copy url to clipboard_ icon. +Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu deinem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den SSH Tab und dann drücke auf das _copy url to clipboard_ icon. Öffne ein Terminal Fenster und führe den folgenden Git Befehl aus: @@ -115,7 +115,7 @@ git clone "kopierte url" wobei "kopierte url" (ohne die Anführungszeichen) die url zu diesem Repository ist (deine Fork von diesem Projekt). Im vorherigen Schritt siehst du wie du diese erhälst . -copy URL to clipboard +URL in die Zwischenablage kopieren Zum Beispiel: @@ -146,9 +146,9 @@ git switch -c add-alonzo-church ```

- Wenn du auf irgendeinen Fehler bei der Nutzung von `git switch` stößt, drücke hier: + Wenn du auf irgendeinen Fehler bei der Nutzung von git switch stößt, drücke hier: -Wenn die Fehlermeldung "Git: `switch` is not a git command. See `git –help`" auftaucht, liegt dies wahrscheinlich daran das du eine veraltete Version von Git nutzt. +Wenn die Fehlermeldung "Git: `switch` is not a git command. See `git –help`" erscheint, liegt dies wahrscheinlich daran das du eine veraltete Version von Git nutzt. In diesem Fall versuche stattdessen `git checkout` zu nutzen: @@ -160,25 +160,25 @@ git checkout -b dein-neuer-zweig-name ## Make necessary changes and commit those changes -Now 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. +Öffne nun die Datei `Contributors.md` in einem Texteditor und füge deinen Namen hinzu. Füge ihn nicht ganz am Anfang oder am Ende hinzu, sondern irgendwo dazwischen, mittendrin. Speichere jetzt die Datei. git status -If you go to the project directory and execute the command `git status`, you'll see there are changes. +Wenn du in den Projektordner gehst und den Befehl `git status`, ausführst werden dir die Änderungen angezeigt. -Add those changes to the branch you just created using the `git add` command: +Füge diese Änderungen nun zu dem Zweig hinzu den du gerade erstellt hast, indem du den Befehl `git add` ausführst. ```bash git add Contributors.md ``` -Now commit those changes using the `git commit` command: +Jetzt commite diese Änderungen mit dem `git commit` Befehl: ```bash git commit -m "Add your-name to Contributors list" ``` -replacing `your-name` with your name. +ersetze `your-name` mit deinem Namen. ## Push changes to GitHub @@ -236,7 +236,7 @@ Now let's get you started with contributing to other projects. We've compiled a ### [Zusätzliches Material](docs/additional-material/git_workflow_scenarios/additional-material.md) -## Tutorials mit anderen Tools +## Anleitungen für andere Tools | GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | From c97e3e64dc9b1245cb641a8f308afb827f1ddbe3 Mon Sep 17 00:00:00 2001 From: Thabang Alfred Motsohae <221667053+Axulo-Inc@users.noreply.github.com> Date: Tue, 19 Aug 2025 23:07:28 +0200 Subject: [PATCH 0806/2656] Add Thabang Alfred Motsoahae to Contributors list (#102331) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ab3ba8f8..a523adab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1985,4 +1985,5 @@ jack - first contribution practice - [Chxuo](https://github.com/chxuo) - [polygon00-dev](https://github.com/polygon00-dev) - Grant -- [Zach Gallman](https://github.com/zdotg) \ No newline at end of file +- [Zach Gallman](https://github.com/zdotg) +- [Thabang Alfred Motsoahae](https://github.com/Axulo-Inc) From 5e8b7ecf5cfc9399b0707dfa211fa2c477bcd3e6 Mon Sep 17 00:00:00 2001 From: Addvika <117724792+Addvika@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:50:14 -0700 Subject: [PATCH 0807/2656] Add Aadvika to Contributors list (#102332) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a523adab..3fefaf48 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1968,6 +1968,7 @@ jack - first contribution practice - [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) - [Millicent Convento](https://github.com/mjmconvento) - OK From 012f21d2e8e56ffcb3fc5f42bc016fc9e22f6b6d Mon Sep 17 00:00:00 2001 From: Diya Pandey Date: Tue, 19 Aug 2025 18:29:38 -0400 Subject: [PATCH 0808/2656] Add Diya to contrinutors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 756c8d61..b774a943 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,8 +43,8 @@ namaskaram!!this is my first contribution. - [Devansh Gaur](https://github.com/Devaur03) - I am gonna be king of pirates. 🏴‍☠️ - [David Wilson](https://github.com/CaptainDavidA) - I am gonna be the pirate ship 🏴‍☠️ -[Manali Sengupta](https://github.com/manali15-hub)- My First Open Source Contribution! -- [Diya Pandey] https://github.com/diyapandey - hi! here to get started with open source project contribution - [Aakash Mahajan](https://github.com/AakashMahajan25) - My First Open Source Contribution! +- - [Diya Pandey] https://github.com/diyapandey - hi! here to get started with open source project contribution - [Aman Rohilla](https://github.com/amanrohilla23) - [Theo J] - First Contribution - [Cyril Pius](https://github.com/cyrilpiusch)- I remember Matthieu Vinet's first contribution From 5897a6d6d78b6cf4cfb6a4a4a602dde65465b9ca Mon Sep 17 00:00:00 2001 From: AltDarkCtrl Date: Tue, 19 Aug 2025 18:28:46 -0600 Subject: [PATCH 0809/2656] have_try_and_have_fun (#102334) Co-authored-by: whiteli <931@mail.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3fefaf48..d8fd9fcd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1920,6 +1920,7 @@ jack - first contribution practice - [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) From a23ab6db534e99d835adf292d263c5520912ce75 Mon Sep 17 00:00:00 2001 From: Mohammed Zubair <64643003+zubair7272@users.noreply.github.com> Date: Wed, 20 Aug 2025 07:07:25 +0530 Subject: [PATCH 0810/2656] Add Zubair to Contributors List (#102335) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d8fd9fcd..16ee2e56 100644 --- a/Contributors.md +++ b/Contributors.md @@ -356,6 +356,7 @@ P Venkata Rami Reddy - [ATUL-SHARMA](https://github.com/Atul-Clg-Id) - [Mokshith] - [Pinion](https://pinion.kr) +- [Zubair] - [jürgen vanzeir] - [yeisondev001 💎](https://github.com/yeisondev001) - [ZMM-zhangmanman] From 3b4cdec62e82850c2413f87e9624fb9289afe9b9 Mon Sep 17 00:00:00 2001 From: David Gralla <46726016+dgralla@users.noreply.github.com> Date: Tue, 19 Aug 2025 23:38:56 -0400 Subject: [PATCH 0811/2656] Add David Gralla as a contributor (#102339) Co-authored-by: dgralla --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 16ee2e56..63c1986d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -114,6 +114,7 @@ git # Contributors - [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) - [mizuki](https://github.com/mizuresort) - [Priyanshu Tiwari](https://github.com/d3monviking) From cbb69f324e14c8269df786d4852ba83e598de142 Mon Sep 17 00:00:00 2001 From: ravijha9546 <113815949+ravijha9546@users.noreply.github.com> Date: Wed, 20 Aug 2025 09:34:11 +0530 Subject: [PATCH 0812/2656] Add Ravi Jha to Contributors list (#102340) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 63c1986d..ffe26dcf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ git # Contributors - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) +- [Ravi Kumar Jha](https://github.com/ravijha9546) - [Dhairya Dev](https://github.com/dhairyadev26) - [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) From 4411bcf182b3ecc56ebead2fa486919c4087b626 Mon Sep 17 00:00:00 2001 From: Vishal Manik <61356787+vmanik2k@users.noreply.github.com> Date: Wed, 20 Aug 2025 10:38:44 +0530 Subject: [PATCH 0813/2656] Contribution done (#102341) Co-authored-by: Vishal Manik --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ffe26dcf..64ca42ec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ git # Contributors - [Tonny Nyauke] - [Muhammad Nouman](https://github.com/coder595) - [Nishant Naravarajula](https://github.com/nish-naravarajula) +- [Vishal Manik](https://github.com/vmanik2k) - [Vittorino Favaro](https://github.com/vittorino-favaro) - [Alex Hann](https://github.com/lurch9) - [Sanjeev Kumar Sharma](https://github.com/SanjeevKrSharma) From 13a27422e281217e2370cad774b45a0973b4b9d2 Mon Sep 17 00:00:00 2001 From: Rudrabikram Roy Date: Wed, 20 Aug 2025 10:44:06 +0530 Subject: [PATCH 0814/2656] Add Rudrabikram Roy to Contributors list (#102342) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 64ca42ec..359d313c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -56,6 +56,7 @@ git # Contributors - [Jem Koeleman]() - [Madhu Dora]() - [Nishal Ahmed](https://github.com/nishalahmedpk) +- [Rudrabikram Roy](https://github.com/codedbyrudra) - [Jenna Hall](https://github.com/swejenna) - [Ankit Aggarwal](https://curious.pm) - [rubik](https://github.com/rubiksfood) From bb148bf695ec5e6f0955fd60af56ec1ec6a68540 Mon Sep 17 00:00:00 2001 From: Devansh Baghla <143107636+Devansh-b@users.noreply.github.com> Date: Wed, 20 Aug 2025 10:54:37 +0530 Subject: [PATCH 0815/2656] Add Devansh-Baghla to Contributors list (#102343) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 359d313c..9bf04870 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1221,6 +1221,7 @@ Eoin O'B - [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) From f0544b60e2e1f2e188bac15c20881b505a606683 Mon Sep 17 00:00:00 2001 From: tatovisk85 Date: Tue, 19 Aug 2025 23:23:40 -0700 Subject: [PATCH 0816/2656] Add Renato Ferreira to Contributors list (#102344) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9bf04870..7b36a375 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1995,3 +1995,4 @@ jack - first contribution practice - Grant - [Zach Gallman](https://github.com/zdotg) - [Thabang Alfred Motsoahae](https://github.com/Axulo-Inc) +- [Renato Ferreira](https://github.com/tatovisk85) \ No newline at end of file From c9ef7c780cca695326b661210fd445b96ac020d5 Mon Sep 17 00:00:00 2001 From: MUHAMMAD TALHA <160895671+TALHAdevelops@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:46:50 +0500 Subject: [PATCH 0817/2656] add-Muhammad-Talha (#102346) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7b36a375..1b92dfc8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1995,4 +1995,5 @@ jack - first contribution practice - Grant - [Zach Gallman](https://github.com/zdotg) - [Thabang Alfred Motsoahae](https://github.com/Axulo-Inc) -- [Renato Ferreira](https://github.com/tatovisk85) \ No newline at end of file +- [Renato Ferreira](https://github.com/tatovisk85) +- [Muhammad Talha](https://github.com/TALHAdevelops) #Last Contributor of 1 Thousands \ No newline at end of file From 5c66b042c5ec6258aee72775c7b51b7178bf294b Mon Sep 17 00:00:00 2001 From: Kaushal Sahebrao Galav <156807627+kaushalcracks@users.noreply.github.com> Date: Wed, 20 Aug 2025 12:40:58 +0530 Subject: [PATCH 0818/2656] Add kaushal to contributors (#102347) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1b92dfc8..90b79525 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1996,4 +1996,5 @@ jack - first contribution practice - [Zach Gallman](https://github.com/zdotg) - [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 \ No newline at end of file +- [Muhammad Talha](https://github.com/TALHAdevelops) #Last Contributor of 1 Thousands +- [Kaushal Galav](https://github.com/kaushalcracks) \ No newline at end of file From cc0f81e3eb7d0b619aa6248b684a43ed787db032 Mon Sep 17 00:00:00 2001 From: c-sidd Date: Wed, 20 Aug 2025 13:55:07 +0530 Subject: [PATCH 0819/2656] Added chandrachud siddharth name on the line 625 (#102349) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 90b79525..7a935c56 100644 --- a/Contributors.md +++ b/Contributors.md @@ -624,6 +624,7 @@ Ben - [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/) From 8ed7dfc2d0e130a591394f0bd80ca26fd523cad1 Mon Sep 17 00:00:00 2001 From: Maxim Durnea <70955732+max-durnea@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:29:59 +0300 Subject: [PATCH 0820/2656] Add Maxim Durnea to Contributors list (#102350) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7a935c56..4a24495c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1998,4 +1998,5 @@ jack - first contribution practice - [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) \ No newline at end of file +- [Kaushal Galav](https://github.com/kaushalcracks) +- [Durnea Maxim](https://github.com/max-durnea) \ No newline at end of file From f23b7e9613761f59375c13cd49020858935f9a96 Mon Sep 17 00:00:00 2001 From: pininttisunil Date: Wed, 20 Aug 2025 15:03:29 +0530 Subject: [PATCH 0821/2656] sunil contribution --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4a24495c..2260e298 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ git # Contributors - +- [Pinintti Sunil](https://github.com/Pininttisunil) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) - [Ravi Kumar Jha](https://github.com/ravijha9546) - [Dhairya Dev](https://github.com/dhairyadev26) From 2df5f979378587e729dc0543837f69dade4b7c86 Mon Sep 17 00:00:00 2001 From: vanixyz Date: Wed, 20 Aug 2025 15:04:24 +0530 Subject: [PATCH 0822/2656] chnged contributions.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4a24495c..0f9a99bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -673,6 +673,7 @@ Ben - [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) - [Olympus5](https://github.com/Olympus5) - [risavctt](https://github.com/risavctt) From 39bd8327cfc08614fa5eba6199485eee42cd90af Mon Sep 17 00:00:00 2001 From: Vartekalohiya13 Date: Wed, 20 Aug 2025 15:05:02 +0530 Subject: [PATCH 0823/2656] added name in contrinuters.md (#102353) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4a24495c..6928cb1c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1999,4 +1999,5 @@ jack - first contribution practice - [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) \ No newline at end of file +- [Durnea Maxim](https://github.com/max-durnea) +[Vartika Lohiya](https://github.com/vartekalohiya13) \ No newline at end of file From 5b34580327ad2370a0a49d05e87d4151b933c967 Mon Sep 17 00:00:00 2001 From: vanixyz Date: Wed, 20 Aug 2025 15:06:16 +0530 Subject: [PATCH 0824/2656] changes amde --- Contributors.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0f9a99bc..3575e100 100644 --- a/Contributors.md +++ b/Contributors.md @@ -778,7 +778,6 @@ Ben - [AdiSaikat](https://github.com/adisaikat) - [jsutCodes](https://github.com/jsutCodes) - [Somto Ogbe](https://github.com/somtoval) -- [Abhay](https://github.com/abhayiscoding) - [kevinmj12](https://github.com/kevinmj12) - [ninet33n](https://github.com/meetVaidya) - [Vasu Singh](https://github.com/Vasu1303) From ef0c84edf42be32b98ec5af639de24353b4642eb Mon Sep 17 00:00:00 2001 From: vapvaparpva-dotcom Date: Wed, 20 Aug 2025 12:41:20 +0300 Subject: [PATCH 0825/2656] Update Oleg's contribution (#102354) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Олег --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6928cb1c..32515fde 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2000,4 +2000,5 @@ jack - first contribution practice - [Muhammad Talha](https://github.com/TALHAdevelops) #Last Contributor of 1 Thousands - [Kaushal Galav](https://github.com/kaushalcracks) - [Durnea Maxim](https://github.com/max-durnea) -[Vartika Lohiya](https://github.com/vartekalohiya13) \ No newline at end of file +- [Oleg] (https://github.com/vapvaparpva-dotcom) +- [Vartika Lohiya](https://github.com/vartekalohiya13) \ No newline at end of file From 1be72014340d2f198de9bae130e88f16e8679a4b Mon Sep 17 00:00:00 2001 From: bittu9975 <99003738+bittu9975@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:36:00 +0530 Subject: [PATCH 0826/2656] first contibution (#102356) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 32515fde..5c069f71 100644 --- a/Contributors.md +++ b/Contributors.md @@ -392,6 +392,7 @@ P Venkata Rami Reddy - [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) -[bzms](https://github.com/lizzalpha) From f6317361b59c93277729cfcb7b49264561992870 Mon Sep 17 00:00:00 2001 From: Jagath Krishna K M Date: Wed, 20 Aug 2025 15:59:33 +0530 Subject: [PATCH 0827/2656] Add JagathKrishna to Contributors list (#102358) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c069f71..1865e6df 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1234,6 +1234,7 @@ Eoin O'B - [rice-mountain](https://github.com/rice-mountain) - [Ronahi Bağcı](https://github.com/RonayBagci) - [RiteshSirohi](https://github.com/riteshsirohi) +- [JagathKriishna](https://github.com/Jagathkrish) - [SANJAY KUMAR](https://github.com/sanjaydeepak) - [Algorytmouse](https://github.com/algorytmouse) - [shubham goyal](https://github.com/shubgoyal23) From 65d06ac073b8576fd4facab772569c6bd188b500 Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:02:48 +0200 Subject: [PATCH 0828/2656] Finished Translation --- docs/translations/README.de.md | 47 +++++++++++++++++----------------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md index d809bcdd..09aa45b5 100644 --- a/docs/translations/README.de.md +++ b/docs/translations/README.de.md @@ -180,59 +180,58 @@ git commit -m "Add your-name to Contributors list" ersetze `your-name` mit deinem Namen. -## Push changes to GitHub +## Änderungen auf Github pushen -Push your changes using the command `git push`: +Übertrage deine Änderungen mit `git push`: ```bash -git push -u origin your-branch-name +git push -u origin dein-zweig-name ``` -replacing `your-branch-name` with the name of the branch you created earlier. +ersetze `dein-zweig-name` mit dem Namen des Zweiges den du vorhin erstellt hast.
- If you get any errors while pushing, click here: + Solltest du auf irgendwelche Fehler beim Pushen stoßen, drücke hier: -- ### Authentication Error +- ### Authentifizierungs Fehler
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/'
- Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account. - - Also, you might want to run 'git remote -v' to check your remote address. + Gehe zu [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) wie du einen ssh Key zu deinem Account hinzufügst und konfigurierst. + Außerdem, kannst du 'git remote -v' ausführen um deine Remote Addresse anzuzeigen. - If it looks anything like this: + Wenn es so aussieht:
origin	https://github.com/your-username/your_repo.git (fetch)
   origin	https://github.com/your-username/your_repo.git (push)
- change it using this command: + ändere es mit diesem Befehl: ```bash - git remote set-url origin git@github.com:your-username/your_repo.git + git remote set-url origin git@github.com:dein-nutzername/dein_repo.git ``` - Otherwise you'll still get prompted for username and password and get authentication error. + Ansonsten wirst du noch immer aufgefordert Passwort und Benutzername einzugeben und bekommst einen Authentifizierungs Fehler.
-## Submit your changes for review +## Reiche deine Änderungen für ein Review ein -If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button. +Wenn du jetzt zu deinem Repository auf Github gehts, wirst du einen `Compare & pull request` Knopf sehen. Drücke diesen Knopf. -create a pull request +erstelle eine Pull-Request -Now submit the pull request. +Jetzt, reiche deine Pull-Request ein. -submit pull request +Reiche deine Pull-Request ein -Soon I'll be merging all your changes into the main branch of this project. You will get a notification email once the changes have been merged. +Bald werde ich alle deine Änderungen in den Haupt-Zweig dieses Projektes mergen. Du wirst eine Benachrichtigungs Email bekommen sobald die Änderungen gemerged wurden. -## Where to go from here? +## Was nun? -Congrats! You just completed the standard _fork -> clone -> edit -> pull request_ workflow that you'll often encounter as a contributor! +Gratulation! Du hast gerade den Standard _Forken -> Klonen -> Bearbeiten -> Pull-Request_ Workflow durchgeführt, dem du als Beitragender oft begegnen wirst! -Celebrate your contribution and share it with your friends and followers by going to [web app](https://firstcontributions.github.io/#social-share). +Feier deinen Beitrag und teile in mit deinen Freunden und Followern indem du hier drückst [web app](https://firstcontributions.github.io/#social-share). -If you'd like more practice, checkout [code contributions](https://github.com/roshanjossey/code-contributions). +Wenn du gerne mehr Übung hättest, schau dir [code contributions](https://github.com/roshanjossey/code-contributions) an. -Now let's get you started with contributing to other projects. We've compiled a list of projects with easy issues you can get started on. Check out [the list of projects in the web app](https://firstcontributions.github.io/#project-list). +Jetzt los gehts, mit Beiträgen zu anderen Projekten. Wir haben eine Liste von Projekten mit leichten Fehlern für Einsteiger bereitgestellt. Schau dir [die Liste der Projekte in der Web-App an](https://firstcontributions.github.io/#project-list) an. ### [Zusätzliches Material](docs/additional-material/git_workflow_scenarios/additional-material.md) From e44f6fffa556e078551eee60bbc48afb6ea55a53 Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:19:47 +0200 Subject: [PATCH 0829/2656] Update README.de.md --- docs/translations/README.de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md index 09aa45b5..7860f4b2 100644 --- a/docs/translations/README.de.md +++ b/docs/translations/README.de.md @@ -233,7 +233,7 @@ Wenn du gerne mehr Übung hättest, schau dir [code contributions](https://githu Jetzt los gehts, mit Beiträgen zu anderen Projekten. Wir haben eine Liste von Projekten mit leichten Fehlern für Einsteiger bereitgestellt. Schau dir [die Liste der Projekte in der Web-App an](https://firstcontributions.github.io/#project-list) an. -### [Zusätzliches Material](docs/additional-material/git_workflow_scenarios/additional-material.md) +### [Zusätzliches Material](docs/additional-material/additional-material.md) ## Anleitungen für andere Tools From 4e6d58d4ee1e0f3f81051b7c13482e29be7016b8 Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:46:08 +0200 Subject: [PATCH 0830/2656] fixxed linking --- docs/translations/README.de.md | 176 ++++++++++++++++----------------- 1 file changed, 88 insertions(+), 88 deletions(-) diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md index 7860f4b2..f39d0865 100644 --- a/docs/translations/README.de.md +++ b/docs/translations/README.de.md @@ -2,89 +2,89 @@ [![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) -#### _Read this in [other languages](docs/translations/Translations.md)._ -[Shqip](docs/translations/README.al.md) -[Armenian](docs/translations/README.arm.md) -[Uzbek language](docs/translations/README.uz.md) -[Azərbaycan dili](docs/translations/README.aze.md) -[বাংলা](docs/translations/README.bn.md) -[Bulgarian](docs/translations/README.bg.md) -[Português (Brasil)](docs/translations/README.pt_br.md) -[Català](docs/translations/README.ca.md) -[中文 (Simplified)](docs/translations/README.zh-cn.md) -[Czech](docs/translations/README.cs.md) -[Deutsch](docs/translations/README.de.md) -[Dansk](docs/translations/README.da.md) -[المصرية](docs/translations/README.eg.md) -[Dezéiriya](docs/translations/README.dz.md) -[Español de España](docs/translations/README.es.md) -[Française](docs/translations/README.fr.md) -[Gaeilge](docs/translations/README.ga.md) -[Galego](docs/translations/README.gl.md) -[Ελληνικά](docs/translations/README.gr.md) -[ქართული](docs/translations/README.ge.md) -[Magyar](docs/translations/README.hu.md) -[Bahasa Indonesia](docs/translations/README.id.md) -[עִברִית](docs/translations/README.hb.md) -[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](docs/translations/Translations.md) -[தமிழ்](docs/translations/README.ta.md) -[فارسی](docs/translations/README.fa.md) -[Italiano](docs/translations/README.it.md) -[日本語](docs/translations/README.ja.md) -[සිංහල](docs/translations/README.si.md) -[Kiswahili (Kenya)](docs/translations/README.kws.md) -[한국어](docs/translations/README.ko.md) -[Lietuvių kalba](docs/translations/README.lt.md) -[Limba Română Limba Română](docs/translations/README.ro.md) -[မြန်မာ](docs/translations/README.mm_unicode.md) -[Македонски](docs/translations/README.mk.md) -[Español de México](docs/translations/README.mx.md) -[Bahasa Melayu / بهاس ملايو‎ / Malay](docs/translations/README.my.md) -[Dutch](docs/translations/README.nl.md) -[Norsk](docs/translations/README.no.md) -[नेपाली](docs/translations/README.np.md) -[Wikang Filipino](docs/translations/README.fil.md) -[English (Pirate)](docs/translations/README.en-pirate.md) -[اردو](docs/translations/README.ur.md) -[Twi (Ghana)](docs/translations/README.gh.md) -[Polski](docs/translations/README.pl.md) -[Português (Portugal)](docs/translations/README.pt-pt.md) -[Русский язык](docs/translations/README.ru.md) -[العربية](docs/translations/README.ar.md) -[Svenska](docs/translations/README.se.md) -[Slovenčina](docs/translations/README.slk.md) -[Slovenščina](docs/translations/README.sl.md) -[ภาษาไทย](docs/translations/README.th.md) -[Türkçe](docs/translations/README.tr.md) -[中文(Traditional)](docs/translations/README.zh-tw.md) -[Українська](docs/translations/README.ua.md) -[Tiếng Việt](docs/translations/README.vn.md) -[Swahili language](docs/translations/README.sw.md) -[Zulu (South Africa)](docs/translations/README.zul.md) -[Afrikaans (South Africa)](docs/translations/README.afk.md) -[Igbo (Nigeria)](docs/translations/README.igb.md) -[Bambara (Mali)](docs/translations/README.mli.md) -[Hausa (Nigeria)](docs/translations/README.hau.md) -[Yoruba (Nigeria)](docs/translations/README.yor.md) -[Latvia](docs/translations/README.lv.md) -[Suomeksi](docs/translations/README.fi.md) -[Беларуская мова](docs/translations/README.by.md) -[Српски](docs/translations/README.sr.md) -[Қазақша](docs/translations/README.kz.md) -[Bosanski](docs/translations/README.bih.md) -[Bosanski](docs/translations/README.bih.md) -[Hrvatski](docs/translations/README.hr.md) -[پښتو](docs/translations/README.ps.md) -[Somalia](docs/translations/README.so.md) -[Ecuador](docs/translations/README.ec.md) -[Luganda (Uganda)](docs/translations/README.lug.md) -[Turkmen language](docs/translations/README.tm.md) -[Ewe (TOGO)](docs/translations/README.ewe.md) -[አማርኛ](docs/translations/README.et.md) -[Kurdî](docs/translations/README.kr.md) -[Malagasy](docs/translations/README.mg.md) -[ភាសាខ្មែរ](docs/translations/README.kh.md) -[Moroccan Darija](docs/translations/README.ma.md) +#### _Read this in [other languages](../translations/Translations.md)._ +[Shqip](../translations/README.al.md) +[Armenian](../translations/README.arm.md) +[Uzbek language](../translations/README.uz.md) +[Azərbaycan dili](../translations/README.aze.md) +[বাংলা](../translations/README.bn.md) +[Bulgarian](../translations/README.bg.md) +[Português (Brasil)](../translations/README.pt_br.md) +[Català](../translations/README.ca.md) +[中文 (Simplified)](../translations/README.zh-cn.md) +[Czech](../translations/README.cs.md) +[Deutsch](../translations/README.de.md) +[Dansk](../translations/README.da.md) +[المصرية](../translations/README.eg.md) +[Dezéiriya](../translations/README.dz.md) +[Español de España](../translations/README.es.md) +[Française](../translations/README.fr.md) +[Gaeilge](../translations/README.ga.md) +[Galego](../translations/README.gl.md) +[Ελληνικά](../translations/README.gr.md) +[ქართული](../translations/README.ge.md) +[Magyar](../translations/README.hu.md) +[Bahasa Indonesia](../translations/README.id.md) +[עִברִית](../translations/README.hb.md) +[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](../translations/Translations.md) +[தமிழ்](../translations/README.ta.md) +[فارسی](../translations/README.fa.md) +[Italiano](../translations/README.it.md) +[日本語](../translations/README.ja.md) +[සිංහල](../translations/README.si.md) +[Kiswahili (Kenya)](../translations/README.kws.md) +[한국어](../translations/README.ko.md) +[Lietuvių kalba](../translations/README.lt.md) +[Limba Română Limba Română](../translations/README.ro.md) +[မြန်မာ](../translations/README.mm_unicode.md) +[Македонски](../translations/README.mk.md) +[Español de México](../translations/README.mx.md) +[Bahasa Melayu / بهاس ملايو‎ / Malay](../translations/README.my.md) +[Dutch](../translations/README.nl.md) +[Norsk](../translations/README.no.md) +[नेपाली](../translations/README.np.md) +[Wikang Filipino](../translations/README.fil.md) +[English (Pirate)](../translations/README.en-pirate.md) +[اردو](../translations/README.ur.md) +[Twi (Ghana)](../translations/README.gh.md) +[Polski](../translations/README.pl.md) +[Português (Portugal)](../translations/README.pt-pt.md) +[Русский язык](../translations/README.ru.md) +[العربية](../translations/README.ar.md) +[Svenska](../translations/README.se.md) +[Slovenčina](../translations/README.slk.md) +[Slovenščina](../translations/README.sl.md) +[ภาษาไทย](../translations/README.th.md) +[Türkçe](../translations/README.tr.md) +[中文(Traditional)](../translations/README.zh-tw.md) +[Українська](../translations/README.ua.md) +[Tiếng Việt](../translations/README.vn.md) +[Swahili language](../translations/README.sw.md) +[Zulu (South Africa)](../translations/README.zul.md) +[Afrikaans (South Africa)](../translations/README.afk.md) +[Igbo (Nigeria)](../translations/README.igb.md) +[Bambara (Mali)](../translations/README.mli.md) +[Hausa (Nigeria)](../translations/README.hau.md) +[Yoruba (Nigeria)](../translations/README.yor.md) +[Latvia](../translations/README.lv.md) +[Suomeksi](../translations/README.fi.md) +[Беларуская мова](../translations/README.by.md) +[Српски](../translations/README.sr.md) +[Қазақша](../translations/README.kz.md) +[Bosanski](../translations/README.bih.md) +[Bosanski](../translations/README.bih.md) +[Hrvatski](../translations/README.hr.md) +[پښتو](../translations/README.ps.md) +[Somalia](../translations/README.so.md) +[Ecuador](../translations/README.ec.md) +[Luganda (Uganda)](../translations/README.lug.md) +[Turkmen language](../translations/README.tm.md) +[Ewe (TOGO)](../translations/README.ewe.md) +[አማርኛ](../translations/README.et.md) +[Kurdî](../translations/README.kr.md) +[Malagasy](../translations/README.mg.md) +[ភាសាខ្មែរ](../translations/README.kh.md) +[Moroccan Darija](../translations/README.ma.md) # First Contributions @@ -94,7 +94,7 @@ _Wenn du nicht weißt wie man das Terminal/CMD bedient, [hier findest du Anleitu Forke dieses Repository -#### Wenn du Git nicht auf deinem System installiert hast, [installiere es](https://docs.github.com/en/get-started/quickstart/set-up-git). +#### Wenn du Git nicht auf deinem System installiert hast, [installiere es](https://...github.com/en/get-started/quickstart/set-up-git). ## Forke dieses Repository @@ -197,7 +197,7 @@ ersetze `dein-zweig-name` mit dem Namen des Zweiges den du vorhin erstellt hast.
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/'
- Gehe zu [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) wie du einen ssh Key zu deinem Account hinzufügst und konfigurierst. + Gehe zu [GitHub's tutorial](https://...github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) wie du einen ssh Key zu deinem Account hinzufügst und konfigurierst. Außerdem, kannst du 'git remote -v' ausführen um deine Remote Addresse anzuzeigen. Wenn es so aussieht: @@ -233,13 +233,13 @@ Wenn du gerne mehr Übung hättest, schau dir [code contributions](https://githu Jetzt los gehts, mit Beiträgen zu anderen Projekten. Wir haben eine Liste von Projekten mit leichten Fehlern für Einsteiger bereitgestellt. Schau dir [die Liste der Projekte in der Web-App an](https://firstcontributions.github.io/#project-list) an. -### [Zusätzliches Material](docs/additional-material/additional-material.md) +### [Zusätzliches Material](../additional-material) ## Anleitungen für andere Tools -| GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | +| GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [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) | +| [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) |

Dieses Projekt wird unterstützt von:

From 0c89fdbb358a5b8ad1b9456c1d160ac842ea6d0a Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:57:43 +0200 Subject: [PATCH 0831/2656] Add files via upload --- .../translations/README.afk.md | 129 ++++++++ .../translations/README.al.md | 127 ++++++++ .../translations/README.am.md | 124 ++++++++ .../translations/README.amh.md | 146 +++++++++ .../translations/README.ar.md | 176 +++++++++++ .../translations/README.arm.md | 144 +++++++++ .../translations/README.assamese.md | 167 +++++++++++ .../translations/README.aze.md | 115 ++++++++ .../translations/README.bg.md | 122 ++++++++ .../translations/README.bih.md | 124 ++++++++ .../translations/README.bn.md | 134 +++++++++ .../translations/README.by.md | 151 ++++++++++ .../translations/README.ca.md | 121 ++++++++ .../translations/README.col.md | 129 ++++++++ .../translations/README.cs.md | 126 ++++++++ .../translations/README.da.md | 128 ++++++++ .../translations/README.de.md | 249 ++++++++++++++++ .../translations/README.dz.md | 143 +++++++++ .../translations/README.ec.md | 152 ++++++++++ .../translations/README.eg.md | 179 ++++++++++++ .../translations/README.en-pirate.md | 127 ++++++++ .../translations/README.eo.md | 133 +++++++++ .../translations/README.es.md | 124 ++++++++ .../translations/README.et.md | 131 +++++++++ .../translations/README.ewe.md | 141 +++++++++ .../translations/README.fa.md | 130 +++++++++ .../translations/README.fi.md | 129 ++++++++ .../translations/README.fil.md | 136 +++++++++ .../translations/README.fr.md | 176 +++++++++++ .../translations/README.ga.md | 152 ++++++++++ .../translations/README.ge.md | 123 ++++++++ .../translations/README.gh.md | 142 +++++++++ .../translations/README.gl.md | 112 +++++++ .../translations/README.gr.md | 139 +++++++++ .../translations/README.guj.md | 124 ++++++++ .../translations/README.hau.md | 133 +++++++++ .../translations/README.hb.md | 276 ++++++++++++++++++ .../translations/README.hi.md | 125 ++++++++ .../translations/README.hne.md | 123 ++++++++ .../translations/README.hr.md | 124 ++++++++ .../translations/README.hu.md | 124 ++++++++ .../translations/README.hy.md | 135 +++++++++ .../translations/README.id.md | 166 +++++++++++ .../translations/README.igb.md | 128 ++++++++ .../translations/README.it.md | 128 ++++++++ .../translations/README.ja.md | 115 ++++++++ .../translations/README.ka.md | 89 ++++++ .../translations/README.kh.md | 222 ++++++++++++++ .../translations/README.ko.md | 141 +++++++++ .../translations/README.kr.md | 222 ++++++++++++++ .../translations/README.kws.md | 134 +++++++++ .../translations/README.kz.md | 108 +++++++ .../translations/README.la.md | 119 ++++++++ .../translations/README.lt.md | 145 +++++++++ .../translations/README.lug.md | 125 ++++++++ .../translations/README.lv.md | 123 ++++++++ .../translations/README.ma.md | 141 +++++++++ .../translations/README.me.md | 129 ++++++++ .../translations/README.mg.md | 145 +++++++++ .../translations/README.mk.md | 123 ++++++++ .../translations/README.ml.md | 137 +++++++++ .../translations/README.mli.md | 139 +++++++++ .../translations/README.mm_unicode.md | 130 +++++++++ .../translations/README.mr.md | 131 +++++++++ .../translations/README.mx.md | 124 ++++++++ .../translations/README.my.md | 119 ++++++++ .../translations/README.ng-pidgin.md | 120 ++++++++ .../translations/README.nl.md | 142 +++++++++ .../translations/README.no.md | 158 ++++++++++ .../translations/README.np.md | 221 ++++++++++++++ .../translations/README.od.md | 136 +++++++++ .../translations/README.pb.md | 116 ++++++++ .../translations/README.pl.md | 138 +++++++++ .../translations/README.ps.md | 148 ++++++++++ .../translations/README.pt-ao.md | 97 ++++++ .../translations/README.pt-pt.md | 104 +++++++ .../translations/README.pt_br.md | 123 ++++++++ .../translations/README.ro.md | 143 +++++++++ .../translations/README.ru.md | 174 +++++++++++ .../translations/README.se.md | 123 ++++++++ .../translations/README.si.md | 129 ++++++++ .../translations/README.sindhi.md | 132 +++++++++ .../translations/README.sk.md | 125 ++++++++ .../translations/README.sl.md | 121 ++++++++ .../translations/README.slk.md | 121 ++++++++ .../translations/README.so.md | 154 ++++++++++ .../translations/README.sr.md | 118 ++++++++ .../translations/README.sw.md | 130 +++++++++ .../translations/README.ta.md | 153 ++++++++++ .../translations/README.te.md | 127 ++++++++ .../translations/README.th.md | 120 ++++++++ .../translations/README.tl.md | 127 ++++++++ .../translations/README.tm.md | 157 ++++++++++ .../translations/README.tr.md | 133 +++++++++ .../translations/README.ua.md | 135 +++++++++ .../translations/README.un-aln.md | 129 ++++++++ .../translations/README.ur.md | 168 +++++++++++ .../translations/README.uz.md | 147 ++++++++++ .../translations/README.vn.md | 126 ++++++++ .../translations/README.yor.md | 129 ++++++++ 100 files changed, 13852 insertions(+) create mode 100644 docs/gui-tool-tutorials/translations/README.afk.md create mode 100644 docs/gui-tool-tutorials/translations/README.al.md create mode 100644 docs/gui-tool-tutorials/translations/README.am.md create mode 100644 docs/gui-tool-tutorials/translations/README.amh.md create mode 100644 docs/gui-tool-tutorials/translations/README.ar.md create mode 100644 docs/gui-tool-tutorials/translations/README.arm.md create mode 100644 docs/gui-tool-tutorials/translations/README.assamese.md create mode 100644 docs/gui-tool-tutorials/translations/README.aze.md create mode 100644 docs/gui-tool-tutorials/translations/README.bg.md create mode 100644 docs/gui-tool-tutorials/translations/README.bih.md create mode 100644 docs/gui-tool-tutorials/translations/README.bn.md create mode 100644 docs/gui-tool-tutorials/translations/README.by.md create mode 100644 docs/gui-tool-tutorials/translations/README.ca.md create mode 100644 docs/gui-tool-tutorials/translations/README.col.md create mode 100644 docs/gui-tool-tutorials/translations/README.cs.md create mode 100644 docs/gui-tool-tutorials/translations/README.da.md create mode 100644 docs/gui-tool-tutorials/translations/README.de.md create mode 100644 docs/gui-tool-tutorials/translations/README.dz.md create mode 100644 docs/gui-tool-tutorials/translations/README.ec.md create mode 100644 docs/gui-tool-tutorials/translations/README.eg.md create mode 100644 docs/gui-tool-tutorials/translations/README.en-pirate.md create mode 100644 docs/gui-tool-tutorials/translations/README.eo.md create mode 100644 docs/gui-tool-tutorials/translations/README.es.md create mode 100644 docs/gui-tool-tutorials/translations/README.et.md create mode 100644 docs/gui-tool-tutorials/translations/README.ewe.md create mode 100644 docs/gui-tool-tutorials/translations/README.fa.md create mode 100644 docs/gui-tool-tutorials/translations/README.fi.md create mode 100644 docs/gui-tool-tutorials/translations/README.fil.md create mode 100644 docs/gui-tool-tutorials/translations/README.fr.md create mode 100644 docs/gui-tool-tutorials/translations/README.ga.md create mode 100644 docs/gui-tool-tutorials/translations/README.ge.md create mode 100644 docs/gui-tool-tutorials/translations/README.gh.md create mode 100644 docs/gui-tool-tutorials/translations/README.gl.md create mode 100644 docs/gui-tool-tutorials/translations/README.gr.md create mode 100644 docs/gui-tool-tutorials/translations/README.guj.md create mode 100644 docs/gui-tool-tutorials/translations/README.hau.md create mode 100644 docs/gui-tool-tutorials/translations/README.hb.md create mode 100644 docs/gui-tool-tutorials/translations/README.hi.md create mode 100644 docs/gui-tool-tutorials/translations/README.hne.md create mode 100644 docs/gui-tool-tutorials/translations/README.hr.md create mode 100644 docs/gui-tool-tutorials/translations/README.hu.md create mode 100644 docs/gui-tool-tutorials/translations/README.hy.md create mode 100644 docs/gui-tool-tutorials/translations/README.id.md create mode 100644 docs/gui-tool-tutorials/translations/README.igb.md create mode 100644 docs/gui-tool-tutorials/translations/README.it.md create mode 100644 docs/gui-tool-tutorials/translations/README.ja.md create mode 100644 docs/gui-tool-tutorials/translations/README.ka.md create mode 100644 docs/gui-tool-tutorials/translations/README.kh.md create mode 100644 docs/gui-tool-tutorials/translations/README.ko.md create mode 100644 docs/gui-tool-tutorials/translations/README.kr.md create mode 100644 docs/gui-tool-tutorials/translations/README.kws.md create mode 100644 docs/gui-tool-tutorials/translations/README.kz.md create mode 100644 docs/gui-tool-tutorials/translations/README.la.md create mode 100644 docs/gui-tool-tutorials/translations/README.lt.md create mode 100644 docs/gui-tool-tutorials/translations/README.lug.md create mode 100644 docs/gui-tool-tutorials/translations/README.lv.md create mode 100644 docs/gui-tool-tutorials/translations/README.ma.md create mode 100644 docs/gui-tool-tutorials/translations/README.me.md create mode 100644 docs/gui-tool-tutorials/translations/README.mg.md create mode 100644 docs/gui-tool-tutorials/translations/README.mk.md create mode 100644 docs/gui-tool-tutorials/translations/README.ml.md create mode 100644 docs/gui-tool-tutorials/translations/README.mli.md create mode 100644 docs/gui-tool-tutorials/translations/README.mm_unicode.md create mode 100644 docs/gui-tool-tutorials/translations/README.mr.md create mode 100644 docs/gui-tool-tutorials/translations/README.mx.md create mode 100644 docs/gui-tool-tutorials/translations/README.my.md create mode 100644 docs/gui-tool-tutorials/translations/README.ng-pidgin.md create mode 100644 docs/gui-tool-tutorials/translations/README.nl.md create mode 100644 docs/gui-tool-tutorials/translations/README.no.md create mode 100644 docs/gui-tool-tutorials/translations/README.np.md create mode 100644 docs/gui-tool-tutorials/translations/README.od.md create mode 100644 docs/gui-tool-tutorials/translations/README.pb.md create mode 100644 docs/gui-tool-tutorials/translations/README.pl.md create mode 100644 docs/gui-tool-tutorials/translations/README.ps.md create mode 100644 docs/gui-tool-tutorials/translations/README.pt-ao.md create mode 100644 docs/gui-tool-tutorials/translations/README.pt-pt.md create mode 100644 docs/gui-tool-tutorials/translations/README.pt_br.md create mode 100644 docs/gui-tool-tutorials/translations/README.ro.md create mode 100644 docs/gui-tool-tutorials/translations/README.ru.md create mode 100644 docs/gui-tool-tutorials/translations/README.se.md create mode 100644 docs/gui-tool-tutorials/translations/README.si.md create mode 100644 docs/gui-tool-tutorials/translations/README.sindhi.md create mode 100644 docs/gui-tool-tutorials/translations/README.sk.md create mode 100644 docs/gui-tool-tutorials/translations/README.sl.md create mode 100644 docs/gui-tool-tutorials/translations/README.slk.md create mode 100644 docs/gui-tool-tutorials/translations/README.so.md create mode 100644 docs/gui-tool-tutorials/translations/README.sr.md create mode 100644 docs/gui-tool-tutorials/translations/README.sw.md create mode 100644 docs/gui-tool-tutorials/translations/README.ta.md create mode 100644 docs/gui-tool-tutorials/translations/README.te.md create mode 100644 docs/gui-tool-tutorials/translations/README.th.md create mode 100644 docs/gui-tool-tutorials/translations/README.tl.md create mode 100644 docs/gui-tool-tutorials/translations/README.tm.md create mode 100644 docs/gui-tool-tutorials/translations/README.tr.md create mode 100644 docs/gui-tool-tutorials/translations/README.ua.md create mode 100644 docs/gui-tool-tutorials/translations/README.un-aln.md create mode 100644 docs/gui-tool-tutorials/translations/README.ur.md create mode 100644 docs/gui-tool-tutorials/translations/README.uz.md create mode 100644 docs/gui-tool-tutorials/translations/README.vn.md create mode 100644 docs/gui-tool-tutorials/translations/README.yor.md diff --git a/docs/gui-tool-tutorials/translations/README.afk.md b/docs/gui-tool-tutorials/translations/README.afk.md new file mode 100644 index 00000000..d9ed6467 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.afk.md @@ -0,0 +1,129 @@ +[![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) + + +# Eerste Bydraes + +Dit is moeilik. Dit is altyd moeilik om die eerste keer iets te doen. Veral wanneer jy saamwerk, maak foute nie 'n gemaklike ding nie. Ons wou die manier waarop nuwe open source bydraers vir die eerste keer leer en bydra, vereenvoudig. + +Lees artikels en kyk tutoriale kan help, maar wat is beter as om die goed in die praktyk te doen? Hierdie projek het ten doel om leiding te gee en die manier waarop beginners hul eerste bydrae maak, te vereenvoudig. As jy jou eerste bydrae wil maak, volg die onderstaande stappe. + +#### *As jy nie gemaklik is met die opdraglyn nie, [is daar tutoriale wat GUI-instrumente gebruik.](#Bykomende-materiaal )* + + +fork this repository + +As jy nie git op jou masjien het nie, [installeer dit]( https://help.github.com/articles/set-up-git/). + +## Vork hierdie bewaarplek + +Vork hierdie repo deur op die vurk knoppie bo-aan hierdie bladsy te klik. Dit sal 'n kopie van hierdie repository in u rekening skep. + +## Klone die repository + +clone this repository + +Klone nou die vurk repo aan jou masjien. Gaan na jou GitHub-rekening, maak die vurk repo oop, klik op die kloonknop en klik dan op die kopie na die knipbord- ikoon. + +Open 'n terminaal en voer die volgende git opdrag uit: + +``` +git clone "url you just copied" +``` + +waar "url jy net gekopieer" het (sonder die aanhalingstekens) is die url na hierdie repository (jou vurk van hierdie projek). Sien die vorige stappe om die url te verkry. + +copy URL to clipboard + +Byvoorbeeld: + +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +waar `this-is-youis` jou GitHub gebruikersnaam Hier kopieer jy die inhoud van die eerste bydrae repository in GitHub na jou rekenaar. + +## Skep 'n tak + +Verander na die repository gids op jou rekenaar (as jy nie reeds daar is nie): + +``` +cd first-contributions +``` + +Skep nou 'n tak met die git `checkout` opdrag: + +``` +git checkout -b +``` + +Byvoorbeeld: + +``` +git checkout -b add-alonzo-church +``` + +(Die naam van die tak hoef nie die woord by te voeg nie, maar dit is 'n redelike ding om in te sluit omdat die doel van hierdie tak is om jou naam by 'n lys te voeg.) + +## Maak die nodige veranderinge en verbind die veranderinge + +Nou oop `Contributors.md` lêer in 'n teksredigeerder, voeg jou naam daarby. Moet dit nie aan die begin of einde van die lêer byvoeg nie. Sit dit oral tussenin. Stoor nou die lêer. + +git status + +As u na die projekgids gaan en die opdrag uitvoer `git status`, sal u sien dat daar veranderinge is. + + +Voeg die veranderinge by die tak wat jy net geskep het deur die `git add` opdrag te gebruik: + +``` +git add Contributors.md +``` + +Doen nou die veranderinge deur die `git commit` opdrag te gebruik: + +``` +git commit -m "Add to Contributors list" +``` + +vervang `` met jou naam. + +## Druk veranderinge na GitHub + +Druk jou veranderinge deur die opdrag te gebruik `git push`: + +``` +git push origin +``` + +vervang `` met die naam van die tak wat jy vroeër geskep het. + +## Dien jou veranderinge in vir hersiening + +As jy na jou repository op GitHub gaan, sal jy 'n `Compare & pull` requestknoppie sien. Klik op daardie knoppie. + +create a pull request + +Dien nou die trekversoek in. + +submit pull request + +Binnekort sal ek al jou veranderinge in die meestertak van hierdie projek saamsmelt. U sal 'n kennisgewing-e-pos ontvang sodra die veranderinge saamgesmelt is. + +## Waarheen gaan jy vandaan? + +Geluk! Jy het net die standaardvurk voltooi -> klone -> wysig -> PR- werkvloei wat jy dikwels as 'n bydraer sal ervaar! + +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) + +| GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | +| --- | --- | --- | --- | --- | --- | +| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visuele Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visuele Studio Kode](../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) | diff --git a/docs/gui-tool-tutorials/translations/README.al.md b/docs/gui-tool-tutorials/translations/README.al.md new file mode 100644 index 00000000..43164224 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.al.md @@ -0,0 +1,127 @@ +[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) + +# Kontributet e Para + +Është gjithmonë e vështirë hera e parë kur bën diçka. Sidomos kur bashkëpunon, të bësh gabime nuk është një ndjenjë e mirë. Ne duam ta thjeshtësojmë mënyrën se si kontribuesit e open-source mësojnë dhe kontribuojnë për herë të parë. +Leximi i artikujve & shikimi i tutorialve ndihmojnë, por ç'është më mirë se sa ta bësh këtë gjë në një vend praktike? Ky projekt synon të udhëzojë & të thjeshtësojë mënyrën se si fillestarët bëjnë kontributin e tyre të parë. Nëse dëshiron të bësh kontributin tënd të parë, ndiqi hapat më poshtë. + +#### _Nëse ende nuk ndjehesh komod me command line, [këtu ke tutoriale që përdorin veglat e GUI](#Tutoriale-duke-përdorur-vegla-tjera)_ + +fork this repository + +Nëse nuk ke Git të instaluar në pajisjen tënde, [instaloje](https://help.github.com/articles/set-up-git/). + +## Bëje fork këtë repozitor + +Për të bërë fork këtë repozitor kliko butonin fork në majë të kësaj faqeje. Kjo do të krijojë një kopje të ketij repozitori në llogarinë tënde. + +## Klonoje këtë repozitor + +clone this repository + +Tani klonoje në pajisjen tënde repozitorin që bëre fork. Shko te llogaria e GitHub, hap forked repository, kliko butonin Code dhe pastaj kliko ikonën _copy to clipboard_. + +Hap terminalin dhe bëje run git komandën në vazhdim: + +``` +git clone "url që sapo ke kopjuar" +``` + +ku "url që sapo ke kopjuar" (pa thonjëzat) është url e këtij repozitori (repozitori që bëre fork). Shiko hapat e mëparshëm për të marrë url-në. + +copy URL to clipboard + +Për shembull: + +``` +git clone https://github.com/ky-je-ti/first-contributions.git +``` + +ku `ky-je-ti` është emri jot në GitHub. Këtu ti e kopjon përmbajtjen e repozitorit first-contributions në GitHub te kompjuteri jot. + +## Krijo një degë (branch) + +Ndryshoje lokacionin te repozitori në kompjuterin tënd (nëse nuk je në lokacionin e duhur): + +``` +cd first-contributions +``` + +Tani krijo një degë duke përdorur komandën `git checkout`: + +``` +git checkout -b +``` + +Për shembull: + +``` +git checkout -b add-filan-fisteku +``` + +(Emri i degës nuk është i nevojshëm të ketë fjalën _add_ në të, por është e arsyeshme të përfshihet pasi që qëllimi i kësaj dege është të shtojë emrin tënd në një listë.) + +## Bëji ndryshimet e nevojshme dhe bëji commit + +Tani hap dosjën `Contributors.md` në një program për editim të tekstit dhe shto emrin tënd. Mos e shto në fillim ose në fund. Shtoje ku të duash në mes. Tani, ruaj dosjën. + +git status + +Nëse shkon te lokacioni i projektit dhe e ekzekuton komandën `git status`, do shohësh se ka ndryshime. + +Shtoji këto ndryshime te dega që sapo krijove duke përdorur komandën `git add`: + +``` +git add Contributors.md +``` + +Tani bëji commit këto ndryshime duke përdorur komandën `git commit`: + +``` +git commit -m "Add to Contributors list" +``` + +zëvendëso `` me emrin tënd. + +## Bëji push (shtyji) ndryshimet në GitHub + +Bëji push ndryshimet duke përdorur komandën `git push`: + +``` +git push origin +``` + +zëvendëso `` me emrin e degës që krijove më herët. + +## Paraçiti ndryshimet për shqyrtim + +Nëse shkon te repozitori jot në GitHub, do të shohësh një buton `Compare & pull request`. Klikoje. + +create a pull request + +Tani paraqisni këtë kërkesë tërheqjeje. + +submit pull request + +Së shpejti do të bashkoj (bëj merge) të gjitha ndryshimet te dega master e këtij projekti. Ti do të njoftohesh me email kur të bëhen ndryshimet. + +## Ku të shkosh nga këtu? + +Urime! Ti sapo ke kompletuar procesin _fork -> clone -> edit -> PR_ që do ta hasësh shpesh si kontributor! + +Festoje kontributin tënd dhe ndaje me shokët dhe ndjekësit duke shkuar te [web aplikacioni](https://firstcontributions.github.io/#social-share). + +Nëse dëshiron më shumë praktikë, shiko [kontributet e kodit](https://github.com/roshanjossey/code-contributions) + +Tani të të ndihmojmë që të kontribuosh në projekte tjera. Ne kemi krijuar një listë projektesh me probleme të lehta tek të cilat mund të fillosh. Shiko [listën e projekteve në web apliacion](https://firstcontributions.github.io/#project-list). + +### [Materiale shtesë](additional-material/git_workflow_scenarios/additional-material.md) + +## Tutoriale duke përdorur vegla tjera + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.am.md b/docs/gui-tool-tutorials/translations/README.am.md new file mode 100644 index 00000000..af18eb6a --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.am.md @@ -0,0 +1,124 @@ +[![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) + + +# የመጀመሪያ አስተዋጽዖዎች + +ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋጾ የሚያደርጉበትን መንገድ ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያዎን አስተዋፅዖ ለማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ + + +#### command line ካልተመቸህ, [GUI መሳሪያዎችን በመጠቀም አጋዥ ስልጠናዎች አሉ።.](#Tutorials-Usin'-Other-Tools) + +fork this repository + +በማሽንዎ ላይ git ከሌለዎት, [ይጫኑት](https://help.github.com/articles/set-up-git/). + +## Fork this repository + +በዚህ ገጽ ላይኛው ክፍል ላይ ያለውን fork ቁልፍን ጠቅ በማድረግ ይህንን ይጫኑት። +ይህ በአንተ መለያ ውስጥ የዚህን repository ቅጂ ይፈጥራል። + +## Clone the repository + +clone this repository + +አሁን Fork ይህን repository ወደ ማሽንዎ. ወደ GitHub መለያዎ ይሂዱ, የእርሶን repository ይክፈቱ. የኮድ ምልክቱን ጠቅ ያድርጉ እና ከዚያ ቅጂውን ምልክቱን ጠቅ ያድርጉ ለመቅዳት. + +``` +git clone "የቀዱትን url' ያስገቡ" +``` +"የቀዱትን url' ያስገቡ" (ያለ ጥቅስ ምልክቶች) ይህ የዚህ repository url ነው(የእርሶ ቅጂ ፕሮጀክት). url ለማግኘት የቀደመውን ደረጃዎች ይመልከቱ. + +copy URL to clipboard + +ለምሳሌ: + +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +where `this-is-you` የእርስዎ GitHub መለያ ስም ነው።. እዚህ በ GitHub ላይ ያለውን የመጀመሪያ አስተዋፅዖ repository ይዘቶችን ወደ ኮምፒውተርዎ እየገለበጡ ነው። + +## Create a branch(ቅርንጫፍ ይፍጠሩ) + +በኮምፒተርዎ ላይ ያለውን repository ማውጫ ይቀይሩ (እዚያ ከሌለዎት): + +``` +cd first-contributions +``` + +አሁን የ `git checkout` ትዕዛዝን በመጠቀም ቅርንጫፍ ይፍጠሩ: + +``` +git checkout -b +``` + +ለምሳሌ: + +``` +git checkout -b github-ethiopia +``` + +## አስፈላጊ ለውጦችን ያድርጉ እና ለውጦችን commit ያድርጉ + +አሁን የ Contributors.md ፋይልን በጽሑፍ አርታኢ(editor) ውስጥ ይክፈቱ፣ ስምዎን በእሱ ላይ ያክሉ። በፋይሉ መጀመሪያ ወይም መጨረሻ ላይ አይጨምሩት። በመካከል የትኛውም ቦታ ላይ ያስቀምጡት. አሁን, ፋይሉን ያስቀምጡ(save). + +git status + +ወደ የፕሮጀክት ማውጫው ሄደው የ git status ከፈጸሙ ለውጦች እንዳሉ ያያሉ። + +የ `git add` ትእዛዝን በመጠቀም እነዚያን ለውጦች አሁን በፈጠሩት ቅርንጫፍ ላይ አክል፡ + +``` +git add Contributors.md +``` + +አሁን የ `git commit` ትዕዛዝ በመጠቀም እነዚህን ለውጦች ያድርጉ፡ + +``` +git commit -m "Add <የእርስዎ-ስም> to Contributors list" +``` + +<የእርስዎ-ስም> ፋንታ የራስዎትን ስም ይጻፉ. + +## ለውጦችን ወደ GitHub ይጫኑ + +`git push` የሚለውን ትዕዛዝ በመጠቀም ለውጦችዎን ይጫኑ + +``` +git push origin <የእርስዎ-branch-name> +``` + +`<የእርስዎ-branch-name>` ፋንታ የራስዎትን branch ስም ያስገቡ + +## ለውጦችዎን ለግምገማ ያስገቡ + +በ GitHub ላይ ወደ repository ከሄዱ፣ `Compare & pull request` ጥያቄን ያያሉ። በዚያ ቁልፍ ላይ ጠቅ ያድርጉ። + +create a pull request + +አሁን pull request ጥያቄውን ያስገቡ + +submit pull request + +በቅርቡ ሁሉንም ለውጦችዎን ወደ የዚህ ፕሮጀክት ዋና ቅርንጫፍ አዋህዳለሁ. ለውጦቹ ከተዋሃዱ በኋላ የማሳወቂያ ኢሜይል ይደርስዎታል። + +## ከዚህ ወዴት መሄድ አለብዎት ? + +እንኳን ደስ ያለህ! አሁን መደበኛ fork -> clone -> edit -> pull request ሂደትን ጨርሰዋል. እንደ አስተዋጽዖ አበርካች ብዙ ጊዜ ይህ ሂደት ያጋትሞታል + +አስተዋጾዎን ያክብሩ እና ለጓደኞችዎ እና ተከታዮችዎ ያካፍሉ ወደ [ዲህረ ገጾ በመሄድ](https://firstcontributions.github.io/#social-share). + +ማንኛውም እርዳታ ከፈለጉ ወይም ማንኛውም ጥያቄ ካለዎት የእኛን [Slack ቡድን](https://join.slack.com/t/firstcontributors/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY) መቀላቀል ይችላሉ. + +አሁን ለሌሎች ፕሮጀክቶች በማበርከት እንጀምር. እርስዎ ሊጀምሩባቸው የሚችሉ ቀላል ጉዳዮች ያላቸውን የፕሮጀክቶች ዝርዝር አዘጋጅተናል።. [እኚህን ማስፈተሪያ ይከተሉ](https://firstcontributions.github.io/#project-list). + +### [ተጨማሪ ቁሳቁስ](../additional-material/git_workflow_scenarios/additional-material.md) + +## ሌሎች መሳሪያዎችን በመጠቀም አጋዥ ስልጠናዎች + +|GitHub Desktop|Visual Studio 2017|GitKraken| +|---|---|---| +|[GitHub Desktop](../github-desktop-tutorial.md)|[Visual Studio 2017](../github-windows-vs2017-tutorial.md)|[GitKraken](../gitkraken-tutorial.md)| diff --git a/docs/gui-tool-tutorials/translations/README.amh.md b/docs/gui-tool-tutorials/translations/README.amh.md new file mode 100644 index 00000000..72a3c5a7 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.amh.md @@ -0,0 +1,146 @@ +## የመጀመሪያ አስተዋፅኦዎች + +ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋጾ የሚያደርጉበትን መንገድ ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያዎን አስተዋፅዖ ለማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ። + +***በcommand line(ተርሚናል) ካልተመቸዎት፣ [የGUI መሳሪያዎችን ለመጠቀም አጋዥ ስልጠናዎች እዚህ ያገኛሉ።](#tutorials-using-other-tools)*** + +fork this repository + +### በማሽንዎ ላይ ጊት(git) ከሌለዎት ፤ [ይጫኑት](https://docs.github.com/en/get-started/quickstart/set-up-git) ። + +## ይህንን ማከማቻ **fork** ያድርጉ + +በዚህ ገጽ ላይኛው ክፍል ላይ ያለውን የfork button ጠቅ በማድረግ ይህንን ማከማቻ fork ያድርጉት። +ይህ በአንተ account ውስጥ የዚህን repository ቅጂ ይፈጥራል። + +## የማከማቻውን ተመሳሳይ ይፍጠሩ + +clone this repository + +አሁን fork የተደረገውን ማከማቻ (repository) ቅጂ በማሽንዎ(በኮምፒውተርዎ) ይፍጥሩ። ወደ GitHub (account)መለያዎ ይሂዱ፤ fork የተደረገውን ማከማቻ ይክፈቱ፤ ኮድ የሚለውን button ጠቅ ያድርጉ እና ከዚያ *ወደ clipboard ቅዳ* የሚለውን ጠቅ ያድርጉ:: + +ተርሚናል ይክፈቱ እና የሚከተለውን የgit ትዕዛዝ run + +```bash +git clone "የቀዱትን url" + +``` + +"አሁን የገለበጡት url" (ያለ ጥቅስ ምልክቶቹ) የማከማቻው (የዚህ ፕሮጀክት fork) url ነው። urlን ለማግኘት የቀደመውን ደረጃዎች ይመልከቱ። + +copy URL to clipboard + +ለምሳሌ:- + +```bash +git clone git@github.com:ይህ-አንተ-ነህ/first-contributions.git + +``` + +'ይህ-አንተ-ነህ' የእርሶ GitHub ተጠቃሚ username ነው። አሁን በ GitHub ላይ ያለውን የመጀመሪያ አስተዋፅዖ(first-contributions) ማከማቻ ይዘቶችን ወደ ኮምፒውተርዎ እየገለበጡ ነው። + +## ቅርንጫፍ ይፍጠሩ + +በኮምፒተርዎ ላይ ወዳለው የማከማቻ ማህደር ይግቡ (እዚያው ከሌሉ ማለት ነው!)፡ + +```bash +cd first-contributions + +``` + +አሁን የ‹git switch› ትዕዛዝን በመጠቀም ቅርንጫፍ ይፍጠሩ፡ + +```bash +git switch -c የእርስዎ-አዲሱ-ቅርንጫፍ-ስም + +``` + +ለምሳሌ:- + +```bash +git switch -c ይሁን-አለማየሁ + +``` + +## አስፈላጊ ለውጦችን ያድርጉ እና ለውጦችን ይፈጥሙ(commit) + +አሁን የ‹[Contributors.md](http://contributors.md/)› ፋይልን በጽሑፍ አርታኢ ውስጥ ይክፈቱ እና ስምዎትን ይጨምሩበት። በፋይሉ መጀመሪያ ወይም መጨረሻ ላይ አይጨምሩት። በመካከል የትኛውም ቦታ ላይ ያስቀምጡት። አሁን, ፋይሉን save ያድርጉ። + +git status + +ወደ የፕሮጀክት ማህደሩ ሄደው ይህን ትዕዛዝ (`git status`) ከፈጸሙ፣ ለውጦች እንዳሉ ያያሉ። + +የ‹git add› ትዕዛዙን በመጠቀም እነዚያን ለውጦች ወደ ፈጠሩት ቅርንጫፍ ያክሉ። + +```bash +git add Contributors.md + +``` + +አሁን የ‹git commit› ትዕዛዙን በመጠቀም እነዚህን ለውጦች ያድርጉ፡: + +```bash +git commit -m "የአስተዋጽዖ አበርካቾች ዝርዝር ውስጥ የእርስዎን-ስም ያክሉ" + +``` + +'የእርስዎን-ስም' የሚለውን በስምዎ ይተኩ፡፡ + +ለውጦችን ወደ GitHub ይግፉ + +‹git push› የሚለውን ትዕዛዝ በመጠቀም ለውጦችዎን ይግፉ፡፡ + +```bash +git push -u origin የእርስዎ-ቅርንጫፍ-ስም + +``` + +ቀደም ብለዉ በፈጠሩት የቅርንጫፍ ስም 'የእርስዎን-ቅርንጫፍ-ስም'ን ይትኩ። + +

+ በመግፋት ላይ ማንኛውም ስህተት ካጋጠሞት ፤ እዚህ ጠቅ ያድርግ: + +- 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/'
+Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account. + +
+ +## ለውጦችዎን ለግምገማ ያስገቡ + +በ GitHub ላይ ወደ ማከማቻዎ ከሄዱ፣ ‘compare & pull request' የሚለውን ቁልፍ ያያሉ። በዚያ ቁልፍ ላይ ጠቅ ያድርጉ። + +create a pull request + +አሁን pull request ያስገቡ። + +submit pull request + +በቅርቡ ሁሉንም ለውጦችዎን ወደ የዚህ ፕሮጀክት ዋና ቅርንጫፍ አዋህዳቸዋለሁ። ለውጦቹ ከተዋሃዱ በኋላ የማሳወቂያ ኢሜይል ይደርስዎታል። + +## ከዚህስ ወዴት ልሂድ? + +እንኳን ደስ ያሎዎት! ልክ እንደ አስተዋጽዖ አበርካች የሚያጋጥሙትን መደበኛ _fork -> clone -> አርትዕ -> የመሳብ ጥያቄ_ የስራ ፍሰትን አጠናቀዋል! + +አስተዋጾዎን ያጣጣጥሙ እና ወደ ድር በመሄድ ለጓደኞችዎ እና ተከታዮችዎ ያካፍሉ።(https://firstcontributions.github.io/#social-share). + +ማንኛውም እርዳታ ከፈለጉ ወይም ማንኛውም ጥያቄ ካለዎት የእኛን 'slack' ቡድን መቀላቀል ይችላሉ::(https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w). + +አሁን ለሌሎች ፕሮጀክቶች በማበርከት እንጀምር። እርስዎ ሊጀምሩባቸው የሚችሉ ቀላል ጉዳዮች ያላቸውን የፕሮጀክቶች ዝርዝር አዘጋጅተናል። በድር መተግበሪያ ውስጥ ያሉትን የፕሮጀክቶች ዝርዝር ይመልከቱ(https://firstcontributions.github.io/#project-list). + +## [ተጨማሪ ቁሳቁስ](https://www.notion.so/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) | + +

ይህ ፕሮጀክት የሚደገፈው በ:

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.ar.md b/docs/gui-tool-tutorials/translations/README.ar.md new file mode 100644 index 00000000..61359b77 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ar.md @@ -0,0 +1,176 @@ +[![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) + +#
مساهمتك الأولى
+ +
+الصعوبة متوقعة عندما تبدأ بأي عمل جديد، خصوصاً إذا كان العمل يتضمن أشخاصًا آخرين، مما يجعل الوقوع في الخطأ مزعجًا. +
+لكن المساهمة في مشاريع مفتوحة المصدر يتطلب ويتوقع الخطأ ولهذا السبب سيساعدك الآخرون في تصحيح هذا الخطأ. +
+في هذا المشروع هدفنا هو تسهيل الطريق لمساهمتك الأولى. +
+ +
+قراءة ومتابعة التعليمات المتاحة على الإنترنت ستساعدك بالتأكيد. ومع ذلك، ستستفيد بشكل أكبر إذا استطعت المشاركة في مشروع معين دون الخوف من الوقوع في الأخطاء. يهدف هذا المشروع إلى تقديم توجيهات وإرشادات أولية لمساعدتك في البدء بأول مساهمة لك. + +تذكر أن الخطأ أمر متوقع، والهدف الأسمى هو التعلم من هذه البيئة. نشجعك على أن تركز أثناء متابعة الخطوات التالية لإكمال مساهمتك الأولى. نعدك بأنك ستستمتع بالتجربة وسوف تستفيد منها + +
+ +
+إذا لم يكن لديك git على الجهاز الخاص بك،قم بتثبيته من هنا +
+ +##
افرق هذا المشروع - Fork this Repository
+ +fork this repository +
+افرق هذا المشروع بالضغط على زر Fork في أعلى هذه الصفحة. +من خلال ذلك ستنشأ نسخة من هذا المشروع على حسابك الخاص. +
+ +##
استنسخ هذا المشروع - Clone the repository
+ +clone this repository + +
+استنسخ هذا المشروع على جهازك. +انقر على زر Clone ثم انقر على أيقونة Copy to clipboard +
+copy URL to clipboard +
+افتح terminal واكتُب الأمر التالي: +
+ +``` +git clone "url you just copied" +``` + +
قم باستبدال "url you just copied" بالرابط الذي نسخته من الخطوة السابقة، هذا الرابط يحتوي على المشروع.
+ +
على سبيل المثال:
+ +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +
+في هذا المثال لاحظ 'this-is-you' سيكون اسم حسابك في موقع github يليه رابط المشروع الذي فرقته في أول خطوة، هذا الأمر سينسخ محتويات المشروع على جهازك لتتمكن من التعديل عليه بحرية. +
+
+ +##
إنشاء فرع - Create a branch
+ +
انتقل إلى المجلد الذي يحتوي على المشروع عن طريق الأمر التالي:
+ +``` +cd first-contributions +``` + +
الآن قم بإنشاء فرع عن طريق الأمر التالي:
+ +``` +git checkout -b "add-your-name" +``` + +
اسمك بدل add-your-name
+ +
على سبيل المثال:
+ +``` +git checkout -b "add-alonzo-church" +``` + +
+ +##
قم بإجراء التعديلات المطلوبة وأتممها
+ +
+الآن قم بفتح الملف "Contributors.md" في محرر النصوص المفضل لديك وأضف اسمك ثم احفظ الملف. +بعد ذلك اذهب إلى terminal واكتب الأمر git status. هذا الأمر سيظهر لك التغييرات التي حدثت في المشروع. +لإضافة هذه التغييرات قم بإضافتها عن طريق هذا الأمر git add. +
+ +``` +git add Contributors.md +``` + +
الآن قم بإتمام التغييرات باستخدام الأمر git commit.
+ +``` +git commit -m "Add to Contributors list" +``` + +
استبدل <your-name> باسمك.
+
+ +##
ارفع التغييرات إلى Push changes to Github - Github
+ +
ارفع التغييرات عن طريق الأمر git push
+ +``` +git push origin "add-your-name" +``` + +
استبدل <add-your-name> باسم الفرع الذي أنشأته من قبل.
+ +
+

سلم تغيراتك للمراجعة

+ +
في صفحة المشروع الخاصة بك يوجد زر Compare & pull request. اضغط على هذا الزر.
+ +create a pull request + +
والآن سلم طلبك لتتم مراجعته
+ +submit pull request + +
بعد المراجعة سوف أقوم بدمج تغييراتك إلى الفرع الرئيسي في المشروع. سيتم تنبيهك عن طريق البريد الإلكتروني بذلك.
+ +
الفرع الرئيسي الخاص بك لن يحتوي على هذه التغييرات. عليك مزامنته مع الفرع الرئيسي عن طريق الخطوات التالية.
+ +##
مزامنة نسختك مع المشروع الرئيسي
+ +
الخطوة الأولى، انتقل إلى الفرع الرئيسي.
+ +``` +git checkout master +``` + +
ثانياً، أضف رابط مشروعي كـupstream remote url.
+ +``` +git remote add upstream https://github.com/Roshanjossey/first-contributions +``` + +
بهذه الطريقة نخبر git أن هناك نسخة أخرى من هذا المشروع في هذا الرابط ونسميها upstream. +بعد أن أوافق على تغييراتك، قم بسحب النسخة الجديدة من المشروع عن طريق الأمر التالي: +
+ +``` +git fetch upstream +``` + +
هنا سنقوم بسحب جميع التغييرات من (upstream remote). والآن، عليك أن تدمج التحديثات الجديدة من فرعي إلى فرعك الرئيسي.
+ +``` +git rebase upstream/master +``` + +
وهنا تطبق التغييرات إلى الفرع الرئيسي. إذا رفعت التغييرات لفرعك الرئيسي سيتم تحديث مشروعك
+ +``` +git push origin master +``` + +
لاحظ أنك ترفع إلى remote اسمه 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) | diff --git a/docs/gui-tool-tutorials/translations/README.arm.md b/docs/gui-tool-tutorials/translations/README.arm.md new file mode 100644 index 00000000..79658426 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.arm.md @@ -0,0 +1,144 @@ +[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) + +# Առաջին ներդրումները + +Այս նախագիծը նպատակ ունի պարզեցնել և ուղղորդել, թե ինչպես են սկսնակները կատարում իրենց առաջին ներդրումը: Եթե ​​ցանկանում եք կատարել ձեր առաջին ներդրումը, հետևեք ստորև նշված քայլերին. + +_Եթե ​​ձեզ դուր չի գալիս հրամանի տողը, [այստեղ կան ձեռնարկներ՝ օգտագործելով GUI գործիքները](#tutorials-using-other-tools)_ + +պատառաքաղել այս պահոցը + +#### Եթե ​​դուք չունեք git ձեր մեքենայի վրա, [տեղադրեք այն](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## Պատառաքաղեք այս պահոցը + +Պատառաքաղեք այս պահոցը՝ սեղմելով այս էջի վերևի պատառաքաղի կոճակը: +Այս կստեղծի այս պահոցի պատճենը ձեր հաշվում. + +## Կլոնավորեք պահեստը + +Կլոնավորեք պահեստը + +Այժմ կլոնավորեք պատառաքաղված պահոցը ձեր մեքենայի մեջ: Գնացեք ձեր GitHub հաշիվ, բացեք պատառաքաղված պահոցը, սեղմեք կոճակի կոճակը և սեղմեք _copy to clipboard_ պատկերակը. + +Բացեք տերմինալ և գործարկեք հետևյալ git հրամանը: + +```bash +git clone "url-ը որ դուք հենց նոր պատճենեցիք" +``` + +որտեղ «url-ը, որը հենց նոր պատճենեցիր» (առանց չակերտների) այս պահոցի url-ն է (այս նախագծի ձեր պատառաքաղը): Դիտեք նախորդ քայլերը՝ URL-ը ստանալու համար + +պատճենել URL-ը clipboard-ում + +Օրինակ: + +```bash +git clone git@github.com:this-is-you/first-contributions.git +``` + +որտեղ `this-is-you` ձեր GitHub օգտանունն է: Այստեղ դուք պատճենում եք GitHub-ի առաջին ներդրումների պահոցի բովանդակությունը ձեր համակարգչում. + +## Ստեղծեք մասնաճյուղ + +Փոխեք ձեր համակարգչի պահեստի գրացուցակը (եթե արդեն այնտեղ չեք): + +```bash +cd first-contributions +``` + +Այժմ ստեղծեք մասնաճյուղ՝ օգտագործելով «git switch» հրամանը: + +```bash +git switch -c քո-նոր-մասնաճյուղի-անունը +``` + +Օրինակ: + +```bash +git switch -c add-sarkis-cult +``` + +## Կատարեք անհրաժեշտ փոփոխությունները և commit կատարեք այդ փոփոխությունները + +Այժմ բացեք `Contributors.md` ֆայլը տեքստային խմբագրիչում, ավելացրեք ձեր անունը դրան: Մի ավելացրեք այն ֆայլի սկզբում կամ վերջում: Տեղադրեք այն ցանկացած տեղ արանքում: Այժմ պահեք ֆայլը. + +git status + +Եթե ​​գնաք նախագծի գրացուցակ և կատարեք `git status` հրամանը, կտեսնեք, որ փոփոխություններ կան. + +Ավելացրե՛ք այդ փոփոխությունները այն ճյուղին, որը հենց նոր ստեղծեցիք՝ օգտագործելով `git add` հրամանը: + +```bash +git add Contributors.md +``` + +Այժմ կատարեք այդ փոփոխությունները՝ օգտագործելով `git commit` հրամանը: + +```bash +git commit -m "Add your-name to Contributors list" +``` + +`your-name` փոխարինելով ձեր անունով. + +## Փոփոխությունները մղեք GitHub-ին + +Կատարեք ձեր փոփոխությունները՝ օգտագործելով `git push` հրամանը: + +```bash +git push -u origin 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-ի ձեռնարկ](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ձեր հաշվի համար SSH բանալի ստեղծելու և կազմաձևելու վերաբերյալ. +
+ +## Ներկայացրեք ձեր փոփոխությունները վերանայման + +Եթե ​​գնաք ձեր պահոց GitHub-ում, կտեսնեք `Compare & pull request` կոճակը: Սեղմեք այդ կոճակի վրա. + +create a pull request + +Այժմ ներկայացրեք pull request-ը. + +submit pull request + +Շուտով ես կմիավորեմ ձեր բոլոր փոփոխությունները այս նախագծի հիմնական ճյուղի մեջ: Փոփոխությունները միաձուլվելուց հետո դուք կստանաք ծանուցման նամակ. + +## Որտեղ գնալ այստեղից? + + +Շնորհավորում եմ Դուք հենց նոր ավարտեցիք ստանդարտ _fork -> clone -> edit -> pull request_ աշխատանքային հոսքը, որը հաճախ կհանդիպեք որպես ներդրող! + +Նշեք ձեր ներդրումը և կիսվեք այն ձեր ընկերների և հետևորդների հետ՝ գնալով [վեբ հավելված](https://firstcontributions.github.io/#social-share). + +Եթե ցանկանում եք ավելի շատ փորձ ձեռք բերել, տեսեք [ծածկագրի ներդրումները](https://github.com/roshanjossey/code-contributions)։ + + +Հիմա եկեք սկսենք ձեր ներդրումն ունենալ այլ նախագծերում: Մենք կազմել ենք հեշտ խնդիրներ ունեցող նախագծերի ցանկ, որոնցից կարող եք սկսել: Ստուգեք [վեբ հավելվածի նախագծերի ցանկը](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) | + +

Այս նախագծին աջակցում են:

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.assamese.md b/docs/gui-tool-tutorials/translations/README.assamese.md new file mode 100644 index 00000000..946caa62 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.assamese.md @@ -0,0 +1,167 @@ +[![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) + + +# First Contributions + +এই প্ৰকল্পই আৰম্ভণকাৰীসকলৰ বাবে প্ৰথম অৱদানটো সহজ আৰু পোষকভাৱে কৰিবলৈ সহায় কৰে। যদি আপুনি আপোনাৰ প্রথম অৱদানটো কৰিবলৈ বিচাৰে, তলত দিয়া পদক্ষেপসমূহ অনুসৰণ কৰক। + +যদি আপুনি command lineৰ সৈতে আৰামদায়ক নোহোৱাঁ, GUI tools ব্যৱহাৰ কৰি ইয়াত tutorial আছে। + +fork this repository + +যদি আপোনাৰ মেচিনত git নাই, ইনষ্টল কৰক [install it](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## এই ৰেপ'জিট'ৰিটো Fork কৰক +এই পৃষ্ঠাৰ ওপৰত থকা fork বুটামত ক্লিক কৰি এই ৰেপ'জিট'ৰিটো Fork কৰক। এইটো আপোনাৰ একাউণ্টত এই ৰেপ'জিট'ৰিটোৰ এটা কপি সৃষ্টি কৰিব। + +## ৰেপ'জিট'ৰিটো ক্লোন কৰক + +clone this repository + +এতিয়া fork কৰা ৰেপ'জিট'ৰিটো আপোনাৰ মেচিনত ক্লোন কৰক। আপোনাৰ GitHub একাউণ্টত যাওক, fork কৰা ৰেপ'জিট'ৰিটো খোলক, code বুটামত ক্লিক কৰক আৰু তাৰপিছত copy to clipboard আইকনটোত ক্লিক কৰক। + +টাৰ্মিনেল খোলক আৰু নিম্নলিখিত git কমাণ্ডটো চলাওক: + +```bash +git clone "url you just copied" +``` + +য'ত "url you just copied" (নাম উদ্ধৃতিহীন) হৈছে এই ৰেপ'জিট'ৰিটোৰ url (এই প্ৰকল্পৰ আপোনাৰ fork)। url পোৱা আগৰ পদক্ষেপসমূহ চাওক। + +copy URL to clipboard + +উদাহৰণ স্বৰূপে + +```bash +git clone git@github.com:this-is-you/first-contributions.git +``` + +য'ত this-is-you হৈছে আপোনাৰ GitHub ইউজাৰনেম। ইয়াত আপুনি first-contributions ৰেপ'জিট'ৰিটোৰ বিষয়বস্তু GitHub ৰ পৰা আপোনাৰ কম্পিউটাৰত কপি কৰি থৈছা। + +## Branch সৃষ্টি কৰক +আপোনাৰ কম্পিউটাৰৰ ৰেপ'জিট'ৰিৰ ডাইৰেক্টৰীত পৰিৱৰ্তন কৰক (যদি আপুনি ইতিমধ্যেই তাত নোহোৱাঁ): + +```bash +cd first-contributions +``` + +এতিয়া git switch কমাণ্ড ব্যৱহাৰ কৰি এখন শাখা সৃষ্টি কৰক: + +```bash +git switch -c <আপোনাৰ-নতুন-শাখা-নাম-যোগ-বনাওক> + +``` + +উদাহৰণ স্বৰূপে + +```bash +git switch -c add-alonzo-church +``` + +
+ যদি আপুনি git switch ব্যৱহাৰ কৰি কোনো ত্ৰুটি পায়, ইয়াত ক্লিক কৰক: + +যদি আপুনি "Git: ‘switch’ is not a git command. See ‘git –help’" ত্ৰুটি পায়, তেতিয়া আপুনি পুরণি সংস্কৰণৰ git ব্যৱহাৰ কৰি থকা সম্ভাৱনা আছে। +এই ক্ষেত্ৰত, git switchৰ পৰিবৰ্তে git checkout ব্যৱহাৰ কৰাৰ চেষ্টা কৰক: + +```bash +git checkout -b your-new-branch-name +``` + +
+ +## প্ৰয়োজনীয় পৰিবৰ্তন কৰক আৰু সেই পৰিবৰ্তনসমূহ Commit কৰক + +এতিয়া Contributors.md ফাইলটো এটা টেক্সট সম্পাদকত খোলক। আপোনাৰ নামটো ইয়াত যোগ কৰক। নামটো ফাইলৰ আৰম্ভণিতে বা শেষত যোগ নকৰিব। নামটো মাজৰ যিকোনো স্থানত ৰাখক। এতিয়া, ফাইলটো সংৰক্ষণ(save) কৰক। + +git status + +যদি আপুনি প্ৰকল্প ডাইৰেক্টৰীত যোৱা আৰু কমাণ্ড `git status` চলোৱা, আপুনি পৰিবৰ্তনসমূহ দেখিব। + +এই পৰিবৰ্তনসমূহকে আপুনি সৃষ্টি কৰা নতুন শাখাত যোগ কৰিবলৈ `git add` কমাণ্ডটো ব্যৱহাৰ কৰক: + +```bash +git add Contributors.md +``` + +এতিয়া সেই পৰিবৰ্তনসমূহ `git commit` কমাণ্ড ব্যৱহাৰ কৰি commit কৰক: + +```bash +git commit -m "Add <আপোনাৰ-নাম> to Contributors list" + +``` + +আপোনাৰ-নাম স্থলৱি দি আপোনাৰ নাম যোগ কৰক: + +## পৰিবৰ্তনসমূহ GitHub ত Push কৰক + +আপোনাৰ পৰিবৰ্তনসমূহ নিম্নলিখিত কমাণ্ড ব্যৱহাৰ কৰি GitHub ত Push কৰক: + +```bash +git push -u origin your-branch-name +``` + +নিম্নলিখিত কমাণ্ডটো ব্যৱহাৰ কৰক, `your-branch-name` স্থলৱি দি আপোনাৰ শাখাৰ নাম যোগ কৰক: + +
+ যদি আপুনি Push কৰাৰ সময়ত কোনো ত্ৰুটি পায়, ইয়াত ক্লিক কৰক: + +- ### প্ৰমাণীকৰণ ত্ৰুটি +
remote: পাসৱৰ্ড প্ৰমাণীকৰণৰ সহায়তা অপসাৰণ কৰা হৈছিল 13 আগষ্ট, 2021 তাৰিখে
+  remote: অনুগ্ৰহ কৰি চাওক:: https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ অধিক তথ্যৰ বাবে
+অনুগ্ৰহ কৰি এইটো চাওক: '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 কী সৃষ্ট আৰু কনফিগাৰ কৰাৰ জন্য যোৱা + + আপুনি 'git remote -v' কমাণ্ডটো চলাব পাৰে আপোনাৰ দূৰৱর্তী ঠিকনাটো পৰীক্ষা কৰিবলৈ। + +যদি ইয়াৰ আউটপুটটি এইদৰে দেখায়: +
origin	https://github.com/your-username/your_repo.git (fetch)
+  origin	https://github.com/your-username/your_repo.git (push)
+ + কমাণ্ড ব্যৱহাৰ কৰি ইয়াক পৰিবৰ্তন কৰক: + ```bash + git remote set-url origin git@github.com:your-username/your_repo.git + ``` + নহলে আপুনি কেতিয়াও লগইনৰ বাবে নিৰ্দিষ্ট নাম আৰু পাছৱৰ্ড দিয়া হব আৰু লগইন ত্ৰুটি হব। +
+ +## আপোনাৰ পৰিবৰ্তনসমূহ পৰ্যালোচনাৰ বাবে জমা দিয়ক +যদি আপুনি GitHub ত আপোনাৰ ৰেপ'জিট'ৰিটোত যায়, আপুনি `Compare & pull request` বুটামটো দেখিব। এই বুটামটোত ক্লিক কৰক। + +create a pull request + +Pull Request জমা দিয়ক + +submit pull request + +আপোনাৰ পৰিবৰ্তনসমূহ তাড়তে প্ৰকল্পৰ মুখ্য শাখাত মিলাই দিম। পৰিবৰ্তনসমূহ মিলোৱা হ'লে আপুনি এটা অৱগতিমূলক ইমেইল লাভ কৰিব। + +## য়াৰ পৰা ক’লৈ যাব? +অভিনন্দন! আপুনি কেৱল সম্পূৰ্ণ কৰিলে fork -> clone -> edit -> pull request কাৰ্যধাৰাটোৰ মানসংগত ৰূপ যি প্ৰায়ে এক অবদানকাৰী হিচাপে সন্মুখীন হ'ব! + +আপোনাৰ অৱদান উদযাপন কৰক আৰু আপোনাৰ বন্ধু আৰু অনুসাৰকসকলৰ সৈতে ইয়াক শেয়াৰ কৰক [web app](https://firstcontributions.github.io/#social-share). + +যদি আপুনি অধিক অনুশীলন কৰিব বিচাৰে, [code contributions](https://github.com/roshanjossey/code-contributions) পৰীক্ষা কৰক। + +এতিয়া আপোনাক আন প্ৰকল্পত অৱদান কৰিবলৈ আৰম্ভ কৰা যাক। আমি সহজ সমস্যাসমূহ সহ কিছু প্ৰকল্পৰ তালিকা সংকলন কৰিছো যাৰ সহায়ত আপুনি আৰম্ভ কৰিব পাৰে। [ৱেব এপত প্ৰকল্পসমূহৰ তালিকা পৰীক্ষা কৰক](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) | + +

এই প্ৰকল্পৰ সহায়ত:

+

+ + + +

+ + diff --git a/docs/gui-tool-tutorials/translations/README.aze.md b/docs/gui-tool-tutorials/translations/README.aze.md new file mode 100644 index 00000000..8b5dab09 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.aze.md @@ -0,0 +1,115 @@ +[![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) + +# İlk töhfələr + +Bu layihə yeni başlayanların ilk töhfələrini vermə yollarını sadələşdirmək və istiqamətləndirmək məqsədini daşıyır. İlk töhfənizi vermək istəyirsinizsə, aşağıdakı addımları izləyin. + +_Əgər komanda sətri ilə rahat deyilsinizsə, [burada GUI alətlərindən istifadə edən təlimatlar tapa bilərsiniz.](#Digər-alətlərin-istifadəsi-üçün-təlimlər)_ + +fork this repository + +#### Maşınınızda (yəni, kompüterinizdə) GIT yoxdursa, [buradan quraşdıra bilərsiniz](https://help.github.com/articles/set-up-git/). + +## Layihəni "çəngəlləmək" + +Səhifənin yuxarı hissəsindəki "Fork" düyməsini vuraraq bu layihəni çəngəlləyin. +Bu hesabınızda deponun bir kopyasını yaradacaqdır. + +## Deponu (Repository) klonlaşdırma + +clone this repository + +İndi çəngəlli deponu kompüterinizə klonlaşdırın. GitHub hesabınıza daxil olun, çəngəlli deponu açın, kod düyməsinə vurun və sonra _copy to clipboard_ simgəsinə klikləyin. + +Daha sonra terminalı açın və aşağıdakı git komandasını daxil edin: + +``` +git clone "kopyaladığınız-url" +``` +"kopyaladığınız-url" (dırnaq işarəsi olmadan) yerinə bu deponun GitHub səhifəsindən aldığınız linki kopyalayın. + +copy URL to clipboard + +Misal üçün: +``` +git clone https://github.com/istifadəçi-adı/first-contributions.git +``` +`istifadəçi-adı` sizin GitHub istifadəçi adınızdır. Burada siz GitHub-da ilk töhfələr deposunun məzmununu kompüterinizə köçürürsünüz. + +## Budaq (Branch) yaratmaq + +Kompüterinizdəki depo qovluğuna keçin (əgər orada deyilsinizsə): + +``` +cd first-contributions +``` +`git checkout` əmrini istifadə edərək bir Budaq (Branch) yaradın: +``` +git checkout -b +``` + +Misal üçün: +``` +git checkout -b add-alonzo-church +``` + +## Lazımi dəyişiklikləri edin və bu dəyişiklikləri həyata keçirin + +İndi `Contributors.md` faylını mətn redaktorunda açın, adınızı əlavə edin. Faylın əvvəlinə və ya sonuna əlavə etməyin. Arada bir yerə qoyun. İndi faylı yadda saxlayın. + +git status + +Layihə qovluğuna gedib `git status` əmrini icra etsəniz, dəyişikliklərin olduğunu görəcəksiniz. + +Bu dəyişiklikləri `git add` əmrindən istifadə edərək yaratdığınız Budağa əlavə edin: + +``` +git add Contributors.md +``` + +İndi `git commit` əmrindən istifadə edərək bu dəyişiklikləri edin: + +adınızla `` ilə əvəz olunsun. + +## Dəyişiklikləri GitHub-a itələyin (push) + +Dəyişikliklərinizi "git push" əmrindən istifadə edərək itələyin: + + +``` +git push origin +``` + +`` yerinə öz istifadəçi adınızı daxil edin. + +## Dəyişikliklərinizi nəzərdən keçirmək üçün göndərin + +GitHub-dakı deponuza daxil olsanız, bir `Compare & pull request` düyməsini görəcəksiniz. Bu düyməni vurun. + +create a pull request + +İndi çəkmə tələbini (pull request) göndərin. + +submit pull request + +Tezliklə bütün dəyişikliklərinizi bu layihənin master filialına birləşdirəcəyəm. Dəyişikliklər birləşdirildikdən sonra bildiriş e-poçtu alacaqsınız. + +## Bundan sonra nə edə bilərəm? + +Təbriklər! Töhfə olaraq tez-tez qarşılaşacağınız standart _fork -> clone -> edit -> pull request_ tamamlamısınız! + +Töhfənizi qeyd edin və [veb tətbiqə](https://firstcontributions.github.io/#social-share) girərək dostlarınız və izləyicilərinizlə bölüşün. + +Daha çox təcrübə istəyirsinizsə, yoxlayın [kod töhfələri](https://github.com/roshanjossey/code-contributions). + +İndi başqa layihələrə töhfə verməyə başlayaq. Başlaya biləcəyiniz asan məsələləri olan layihələrin siyahısını hazırladıq, [siyahıya baxın](https://firstcontributions.github.io/#project-list). + +### [Əlavə Məlumat](additional-material/git_workflow_scenarios/additional-material.md) + +## Digər alətlərin istifadəsi üçün təlimlər + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.bg.md b/docs/gui-tool-tutorials/translations/README.bg.md new file mode 100644 index 00000000..8ee8bc65 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.bg.md @@ -0,0 +1,122 @@ +[![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) + + +# Първи стъпки + +Трудно е. Когато правиш нещо за пръв път винаги е трудно. Още повече, когато се работи съвместно с други хора. Затова решихме да опростим процеса на учене за новобранците в допринасянето към отворен софтуер. + +Четенето на статии и гледането на видео уроци помага, но има ли по-добър учител от практиката в защитена среда? Целта на този проект е да напътства и опрости първите стъпки на новобранците в участието и приноса към отворен софтуер. Ако искате да направите първата си контрибуция и да станете част от обществото на отворен софтуер, следвайте стъпките по-долу. + +#### *Ако не се чувствате комфортно използвайки command line (терминал), [ето и уроци за използването на програми с графичен интерфейс](#Уроци-за-иползването-на-други-приложения)* + + +fork this repository + +Ако нямате git на вашия компютър, [инсталирайте го]( https://help.github.com/articles/set-up-git/). + +## Направете Разклонение (Fork) на това хранилище (repository) + +Направете разклонение на хранилището като натиснете бутона "Fork" в горната част на тази страница. +Това ще направи копие на това хранилище във вашия GitHub профил. + +## Клонирайте това хранилище + +clone this repository + +Сега клонирайте локално на вашия компютър разклоненото хранилище. Отидете във вашия GitHub профил, отворете разклоненото хранилище, +кликнете на бутона 'Clone' и копирайте линка или натиснете иконката 'copy to clipboard' (копирай в клипборда). + +Отворете терминал и въведете следната команда + +``` +git clone "линка който току-що копирахте" +``` +като на мястото на "URL-а който току-що копирахте" (без кавичките) поставете линка към това хранилище (Вашето Разклонение на този проект). Вижте +предните стъпки за това как да се сдобиете с линка. +copy URL to clipboard + +Например: +``` +git clone https://github.com/this-is-you/first-contributions.git +``` +Като на мястото на `this-is-you` се намира вашето потребителско име. В тази стъпка вие направихте копие на съдържанието на GitHub хванилището на 'first contributions' във вашия компютър. + +## Създайте клон (branch) + +Стигнете до местоположението във вашия компютър, където копирахте хранилището (ако вече не се намирате там): + +``` +cd first-contributions +``` +Сега създайте клон използвайки командата `git switch -c`: +``` +git switch -c +``` + +Например: +``` +git switch -c add-alonzo-church +``` +(Името на клона не е задължително да съдържа думата *add*, но е препоръчително, защото целта на този клон е да добавите името си към списък.) + +## Направете нужните промени и ги commit-нете + +Сега отворете файла `Contributors.md` в текстов редактор и добавете името си в него. Не го добавяйте в началото или края на файла. Поставете го някъде посредата. Сега запазете промените. + +git status + + +Ако навигирате през терминала до директорията на проекта и въведете командата `git status`, ще видите че има променени файлове. + + +ДОбавете тези промени към клона, който създадохте, използвайки командата `git add`: + +``` +git add Contributors.md +``` + +Сега commit-нете тези промени с командата `git commit`: +``` +git commit -m "Add to Contributors list" +``` +като смените `` с вашето име. + +## Качете (Push) промените в GitHub + +Качете вашите промени като въведете командата `git push`: +``` +git push origin +``` +сменяйки `` с името на клона, който създадохте по-рано. + +## Предайте вашите промени за рецензия + +Ако отидете във вашето хранилище в GitHub, ще видите бутона `Compare & pull request`. Натиснете го. + +create a pull request + +Сега предайте вашите промени за рецензия. + +submit pull request + +Скоро аз ще слея (merge) всички ваши промени в главния клон (мастер branch) на този проект. Вие ще бъдете уведомени по електронната поща когато това се случи. + +## От тук накъде? + +Поздравления! Вие току що изпълнихте стандарните _fork -> clone -> edit -> PR_ операции, които ще срещнете като сътрудник! + +Отпразнувайте вашия принос и го споделете с приятели и последователи като посетите [уеб приложението](https://firstcontributions.github.io/#social-share). + +Ако бихте искали повече практика, разгледайте [код приноси](https://github.com/roshanjossey/code-contributions). + +Време да започнете да допринасяте и към други приекти. Ние сме съставили списък с проекти съдържащи лесни проблеми, които са лесни за начало. Проверете [списъка от приекти в уеб приложението](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) | diff --git a/docs/gui-tool-tutorials/translations/README.bih.md b/docs/gui-tool-tutorials/translations/README.bih.md new file mode 100644 index 00000000..ff0b44b3 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.bih.md @@ -0,0 +1,124 @@ +[![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) + +# Prvi doprinosi + +Ovaj projekat ima za cilj da pruži konkretne korake i olakša način na koji početnici prilažu svoje prve doprinose (eng. contributions). Ukoliko ste se prepoznali u tekstu iznad i zelite da probate i doprinesete ovome ili nekom drugom projektu, pratite slijedece korake. + +#### _Ukoliko niste bas sigurni u vas rad sa komandnom linijom/terminalom (terminal -> za macOs), [mozete koristit ovaj link kroz GUI alate.](#Uputstva-za-druge-alate)_ + +Napravite fork repozitorijuma + +Ukoliko nemate git instaliran na vašoj mašini, [instalirajte ga ovde](https://help.github.com/articles/set-up-git/). + +## Uradite fork repozitorijuma + +Uradite račvanje (fork) tako što ćete kliknuti na dugme _fork_ na vrhu stranice. Ovako pravite kopiju repozitorijuma na vašoj github stranici. + +## Klonirajte repozitorijum + +clone this repository + +Slijedeće, klonirajte repozitorijum koji ste prethodno račvali (fork). Posjetite svoj GitHub profil, otvorite repozitorijum koji ste račvali, kliknite na _clone_ (kloniraj/kopiraj) dugme i kliknite na ikonicu _copy to clipboard_. + +Otvorite terminal i upišite slijedece git komande: + +``` +git clone "url koji ste prethodno kopirali sa vaseg github profila" (bez navodnika i razmaka) +``` + +copy URL to clipboard + +Na primjer: + +``` +git clone https://github.com/ovo-ste-vi/first-contributions.git +``` + +Gdje je umjesto `ovo-ste-vi` upisano vaše _github_ korisničko ime. Ovim kopirate sadržaj repozitorijuma _first-contributions_ na vašu mašinu. + +## Pravljenje grane _branch_ + +Prebacite se u radni direktorij na vašoj mašini: + +``` +cd first-contributions (ili pratite gdje se tacno nalazi na vasoj masini) +``` + +Pa zatim napravite novo grananje _branch_ koristeći `git checkout` comandu: + +``` +git checkout -b +``` + +Na primer: + +``` +git checkout -b add-alonzo-church +``` + +(Naziv grane ne mora da sadrži _add_ na početku ili vase _ime_, ali je zgodno uključiti ga jer je svrha ove grane da doda vaše ime na listu. + +## Napravite potrebne izmjene i potvrdite promjene + +Otvorite `Contributors.md` fajl u tekst editoru i dodajte vaše ime. Nemojte dodavati ime na sam početak ili kraj. Stavite ga negdje u sredinu. Potom sačuvajte fajl. + +git status + +Ukoliko odete u radni direktorijum i izvršite komandu `git status`, primjetit ce te da postoje promjene. + +Dodajte ove promjene u granu koju ste gore napravili koristeći `git add` komandu: + +``` +git add Contributors.md +``` + +Sada potvrdite ove promjene koristeći `git commit` komandu: + +``` +git commit -m "Add to Contributors list" +``` + +Gdje umjesto `` upisujete svoje ime. + +## Push changes to GitHub + +Pošaljite izmjene u repozitorijum na GitHub nalogu `git push`: + +``` +git push origin +``` + +gdje umjesto `` stavljate ime vašeg grananja koje ste prethodno napravili. + +## Pošaljite izmjene na reviziju + +Ukoliko odete na repozitorijum na vašem GitHub profilu primetićete `Compare & pull request` Dugme. Kliknite na njega. + +create a pull request + +a potom pošaljite zahtjev klikom na dugme _Create pull request_. + +submit pull request + +Nakon toga, admin će spojiti promjene koje ste napravili sa master granom projekta. Dobićete mejl potvrde kada se grane spoje. + +## Šta dalje? + +Čestitamo! Završili ste standardni _fork -> clone -> edit -> PR_ tok koji će vas pratiti kroz vaš čitav programerski život! + +Proslavite tako što ćete podjeliti vaš 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-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +A sada, možemo početi sa doprinosima drugim projektima. Napravili smo spisak projekata sa jednostavnim problemima na kojima možete početi da radite. Posetite stranicu sa [the list of projects na našem sajtu](https://firstcontributions.github.io/#project-list). + +### [Dodatni materijali](../additional-material/git_workflow_scenarios/additional-material.md) + +## Uputstva za druge alate + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.bn.md b/docs/gui-tool-tutorials/translations/README.bn.md new file mode 100644 index 00000000..aabb3584 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.bn.md @@ -0,0 +1,134 @@ +[![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) + +# প্রথম অবদানসমূহ + +এই প্রকল্পের উদ্দেশ্য হলো নতুন ডেভেলপারদের তাদের প্রথম অবদানটি সহজ করা এবং নির্দেশনা দেওয়া। যদি আপনি আপনার প্রথম অবদান করতে চান, তবে নীচের ধাপগুলি অনুসরণ করুন। + +প্রবন্ধ পড়ে এবং টিউটোরিয়াল দেখে অনেক কিছুই শেখা যায়, কিন্তু ব্যবহারিক পদ্ধতিতে কাজ করার চেয়ে উপযোগী কিছু হতে পারে না। এই প্রজেক্টের লক্ষ্য হচ্ছে নবীনদের দিকনির্দেশনা দেওয়া আর সেই সাথে তাদের প্রথম অবদান রাখার কাজটি সহজ করে তোলা। আপনি যদি ওপেন সোর্সে আপনার প্রথম অবদান রাখতে চান, তাহলে নিচের সহজ ধাপগুলো অনুসরণ করুন। কথা দিচ্ছি, এই প্রক্রিয়াটি অত্যন্ত মজার ও আনন্দদায়ক। + +#### _যদি কমান্ড লাইনে সমস্যা হয়, [তবে নীচে একটি GUI টুল ব্যবহার করে টিউটোরিয়াল দেওয়া হয়েছে।](#অন্যান্য-টুল-ব্যবহারের-টিউটোরিয়াল)_ + + +fork this repository + +আপনার কম্পিউটারে গিট না থাকলে, [ ইনস্টল করুন ](https://help.github.com/articles/set-up-git/)। + +## এই রিপোজিটরি ফর্ক করুন + +এই রিপোজিটরি ফর্ক করতে 'ক্লিক এর মাধ্যমে' এই পৃষ্ঠার উপরে ফর্ক বাটনে ক্লিক করুন। +এটি আপনার অ্যাকাউন্টে এই রিপোজিটরির একটি কপি তৈরি করবে। + +## রিপোজিটরি ক্লোন করুন + +clone this repository + +এখন এই রিপোজিটরিটি আপনার কম্পিউটারে ক্লোন করুন। এজন্যে প্রথমে ক্লোন(Clone) বাটনে ক্লিক করুন। এরপর ক্লিক করুন _ক্লিপবোর্ডে কপি করুন(copy to clipboard)_ আইকনটিতে। + +আপনার টার্মিনাল (উইন্ডোজের ক্ষেত্রে কমান্ড প্রম্পট (CMD)) চালু করুন এবং নিচের কমান্ড রান করুন : + +``` +git clone "url you just copied" +``` + +যেখানে "url you just copied" (উদ্ধৃতি চিহ্ন ব্যতীত) হচ্ছে এই রিপোজিটরির ইউআরএল যা আপনি পূর্বের ধাপেই পেয়েছেন। + +copy URL to clipboard + +যেমন: + +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +এখানে `this-is-you` হচ্ছে আপনার গিটহাব ইউজারনেম। এই কমান্ডটির মাধ্যমে আপনার কম্পিউটারে গিটহাবে অবস্থিত first-contributions রিপোজিটরির একটি কপি তৈরি হবে। + +## একটি ব্রাঞ্চ তৈরি করুন + +আপনার কম্পিউটারে রিপোজিটরির ডিরেক্টরিতে যান (যদি এখনো অন্য ডিরেক্টরিতে থাকেন) : + +``` +cd first-contributions +``` + +এখন `git switch` কমান্ডের মাধ্যমে একটি ব্রাঞ্চ তৈরি করুন : + +``` +git switch -c +``` + +যেমন : + +``` +git switch -c add-alonzo-church +``` + +(ব্রাঞ্চের নামে _add_ শব্দটি যুক্ত থাকা জরুরী নয়। তবে এই ব্রাঞ্চের উদ্দেশ্য যেহেতু আপনার নাম তালিকাভুক্ত করা, সেহেতু _add_ শব্দটি যুক্ত থাকাই কাম্য।) + +## প্রয়োজনীয় পরিবর্তন করুন ও পরিবর্তনগুলো কমিট করুন + +এখন যে কোন টেক্সট এডিটরে `Contributors.md` ফাইলটি খুলুন, এতে আপনার নাম যুক্ত করুন, অতঃপর ফাইলটি সেভ করুন। এবার প্রজেক্ট ডিরেক্টরি থেকে `git status` কমান্ড রান করলে আপনি পরিবর্তনগুলো দেখতে পাবেন। `git add` কমান্ড দ্বারা এই পরিবর্তনগুলো আপনার তৈরি ব্রাঞ্চে যুক্ত করুন : + +``` +git add Contributors.md +``` + +এরপর `git commit` কমান্ড ব্যবহার করে এই পরিবর্তনগুলো কমিট করুন : + +``` +git commit -m "Add to Contributors list" +``` + +``-এর বদলে আপনার নাম লিখতে ভুলবেন না। + +## পরিবর্তনগুলো গিটহাবে পুশ করা + +`git push` কমান্ড ব্যবহার করে পরিবর্তনগুলো পুশ করুন : + +``` +git push origin -u +``` + +এক্ষেত্রে ``-এর বদলে পূর্বে আপনার তৈরি ব্রাঞ্চের নাম লিখুন। + +
+ পুশ করতে সমস্যা হলে এখানে ক্লিক করুন: + +- ### অথ্যানটিকেশনে সমস্যা +
remote: পাসওয়ার্ড অথ্যানটিকেশনের সাপোর্ট আগস্ট ১৩, ২০২১ থেকে আর নেই। Personal access token ব্যাবহার করুন।
+  remote: https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ তে আরো তথ্য পাবেন।
+  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 generation এবং configuration + এর আরো তথ্য পাবেন। + +
+ + +## রিভিউয়ের জন্য আপনার পরিবর্তনগুলো জমা দিন + +আপনার গিটহাব রিপোজিটরিতে `Compare & pull request` বাটনে ক্লিক করুন। + +create a pull request + +এখন _পুল রিকোয়েস্ট_ সাবমিট করুন। + +submit pull request + +শীঘ্রই আমি এই প্রজেক্টের মাস্টার ব্রাঞ্চে আপনার সমস্ত পরিবর্তন গুলো মার্জ করব। পরিবর্তনগুলি একত্রিত হয়ে গেলে আপনি একটি নিশ্চিতকরণ ই-মেইল পাবেন৷ + +## এরপর কী করব? + +আপনার অবদানের আনন্দ উপভোগ করুন এবং [ওয়েব অ্যাপ](https://firstcontributions.github.io/#social-share)-এর মাধ্যমে বন্ধু ও অনুসরণকারীদের সাথে শেয়ার করুন। + +যদি আপনি আরও অনুশীলন করতে চান, তাহলে [কোড অবদানগুলি](https://github.com/roshanjossey/code-contributions) চেকআউট করুন। + +এখন আপনি অন্যান্য প্রজেক্টগুলোতেও অবদান রাখতে পারেন। আপনার সুবিধার্থে আমরা সহজ সমস্যা সম্বলিত প্রজেক্টগুলোর একটি তালিকা তৈরি করেছি। ওয়েব অ্যাপে [প্রজেক্টগুলোর তালিকা](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 | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [গিটহাব ডেস্কটপ](../gui-tool-tutorials/github-desktop-tutorial.md) | [ভিজুয়্যাল স্টুডিও ২০১৭](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [গিটক্র্যাকেন](../gui-tool-tutorials/gitkraken-tutorial.md) | [ভিজুয়্যাল স্টুডিও কোড](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [আটলাসিয়ান সোর্সট্রি](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [ইন্টেলিজ আইডিয়া](../gui-tool-tutorials/github-windows-intellij-tutorial.md) | diff --git a/docs/gui-tool-tutorials/translations/README.by.md b/docs/gui-tool-tutorials/translations/README.by.md new file mode 100644 index 00000000..ab624d83 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.by.md @@ -0,0 +1,151 @@ +[![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) + +# Першы ўклад у праект + +Складана. Заўсёды складана пачынаць нешта з самага пачатку. Даволі непрыемна рабіць памылкі, асабліва калі вы працуеце ў камандзе. Увесь open source складаецца з супрацоўніцтва і сумеснай працы. Мы хочам аблегчыць першыя крокі ў навучанні і супрацоўніцтве пачаткоўцам распрацоўнікам. + +Чытанне артыкулаў і падручнікаў можа дапамагчы, але што можа быць лепш, чым сапраўдны практычны вопыт, без рызыкі што-небудзь сапсаваць. Мэта гэтага праекта - належным чынам накіраваць маладых навабранцаў, а таксама даць ім магчымасць зрабіць іх першы ўклад. Памятаеце: чым менш вы напружаныя, тым лепш вы вучыцеся. Калі вы шукаеце магчымасць ажыццявіць свой першы ўклад, проста прытрымлівайцеся простым крокам, размешчаным ніжэй. Абяцаем, будзе цікава. + +fork this repository + + +Калі ў вас не ўсталяваны git на кампутары, [ ўсталюйце яго ]( https://help.github.com/articles/set-up-git/ ) + +## Стварыце асобную галінку + +Стварыце асобную галінку, націснуўшы на кнопку `fork` зверху гэтай старонкі. Такім чынам вы створыце копію гэтага рэпазітара ў сваім запісе. + +## Капіюйце рэпазітар + +clone this repository + +Цяпер каб скапіяваць ваш рэпазітар на персанальны кампутар. Націсніце на кнопку `clone`, а затым на абразок `copy to clipboard`, каб скапіяваць спасылку. + +Адкрыйце тэрмінал і запусціце наступную git каманду: + +``` +git clone "url you just copied" +``` +Дзе "url you just copied" (без двукоссяў) гэта спасылка на ваш рэпазітар. Паглядзіце папярэднія крокі, каб атрымаць гэтую спасылку. + +copy URL to clipboard + +Напрыклад: +``` +git clone https://github.com/this-is-you/first-contributions.git +``` +Дзе `this-is-you` ваш лагін на github. Такім чынам вы капіруеце рэпазітар 'first-contributions' з GitHub на ваш персанальны кампутар. + +## Стварыце галінку + +Перайдзіце ў каталог рэпазітара на вашым кампутары, калі вы яшчэ не там. + +``` +cd first-contributions +``` +Цяпер стварыце галінку, з дапамогай `каманды git checkout` + +``` +git checkout -b +``` + +Напрыклад: +``` +git checkout -b add-alonzo-church +``` +(Сінтаксічную не патрабуецца, каб назва галіны ўтрымлівала слова * add *, але гэта апраўдана, паколькі падкрэслівае прызначэнне гэтай галіны - дадаць ваша імя ў спісы.) + +## Занясіце неабходныя змены і стварыце commit + +Цяпер адкрыйце файл `Contributors.md` ў вашым тэкставым рэдактары, запішыце ваша імя і захавайце файл. Калі вы пяройдзеце ў дырэкторыю праекта і выканайце `git status`, вы ўбачыце змены. Дадайце гэтыя змены з дапамогай каманды `git add`. + +``` +git add Contributors.md +``` + +Цяпер занясіце дадзеныя змены з дапамогай каманды `git commit`. +``` +git commit -m "Add to Contributors list" +``` +Зменіце `` на ваша імя + +## Занясіце дадзеныя змены на github + +Занясіце вашыя змены з дапамогай каманды `git push` +``` +git push origin +``` +Зменіце `` на імя галіны, якую вы стварылі раней. + +## Пацвердзіце змены для праверкі вашага кода + +Калі вы зойдзеце ў свой рэпазітар на GitHub, вы ўбачыце кнопку `Compare & pull request`. Націсніце на яе. + +create a pull request + +Цяпер пацвердзіце pull-request. + +submit pull request + +Хутка я ўчыню аб'яднанне ўсіх вашых змяненняў з асноўнай галіной гэтага праекта. Вы атрымаеце паведамленне па электроннай пошце, калі змены будуць прынятыя (ўнесены ў галоўную галіну). + +Асноўная галіна вашага рэпазітара не будзе зменена. Для сінхранізацыі выканайце крокі, размешчаныя ніжэй. + +## Сінхранізуецца ваша адгалінаванне з дадзеным рэпазітаром + +Перш за ўсё перайдзіце ў асноўную галіну: +``` +git checkout master +``` +Затым дадайце url майго рэпазітара ў полі `upstream remote url`: +``` +git remote add upstream https://github.com/Roshanjossey/first-contributions +``` +Такім чынам мы паведамім git, што існуе іншая версія дадзенага праекта па пэўнай спасылцы, і мы яе лічым майстрам. Як толькі змены смержены, падгрузіць новую версію майго рэпазітара. +``` +git fetch upstream +``` + +Такім чынам мы забралі ўсе змены ў маім адгалінаванні (upstream remote). Пасля, вам трэба зліць новую версію майго рэпазітара з вашай майстар-галіной. +``` +git rebase upstream/master +``` +Так вы ўжываеце ўсе змены, якія вы падцягнулі да вашай майстар-галіны. Калі вы запушите зараз майстар-галіна, ваша адгалінаванне таксама будзе ўтрымліваць змены. +``` +git push origin master +``` +Звярніце ўвагу, што вы робіце push ў выдаленай рэпазітар origin. + +На гэтым этапе я аб'яднаў вашу галіну `` са сваёй майстар-галіной, а вы аб'ядналі сваю майстар-галіна з маёй. Ваша галіна больш не патрэбна, вы можаце выдаліць яе: +``` +git branch -d +``` +Таксама можаце выдаліць яе версію ў аддаленым рэпазітары: +``` +git push origin --delete +``` +Гэта зусім не абавязкова, але назва гэтай галіны адлюстроўвае яе даволі спецыфічнае прызначэнне. І працягласць яе жыцця можа быць адпаведна кароткай. + +## Выкарыстанне іншых інструментаў + +| 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) | + + +## Што далей? + +Ніжэй некалькі папулярных рэпазітароў, дзе вы можаце знайсці заданні для пачаткоўцаў. Наперад, перайдзіце ў рэпазітары, каб даведацца больш. + +| [![exercism](https://avatars2.githubusercontent.com/u/5624255?v=3&s=100)](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [![fun-retro](https://avatars3.githubusercontent.com/u/15913975?v=3&s=100)](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [![habitat](https://avatars1.githubusercontent.com/u/18171698?v=3&s=100)](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [![scikit-learn](https://avatars0.githubusercontent.com/u/365630?v=3&s=100)](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [![elasticsearch](https://avatars2.githubusercontent.com/u/6764390?v=3&s=100)](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [exercism](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [Fun Retros](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [react](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [habitat](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [scikit-learn](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [Leiningen](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [numpy](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [elasticsearch](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) | +| [![homebrew](https://avatars2.githubusercontent.com/u/1503512?v=3&s=100)](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [![rust](https://avatars1.githubusercontent.com/u/5430905?v=3&s=100)](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [![vuejs](https://avatars1.githubusercontent.com/u/6128107?v=3&s=100)](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [![Suave](https://avatars2.githubusercontent.com/u/5822862?v=3&s=100)](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [![OpenRA](https://avatars3.githubusercontent.com/u/409046?v=3&s=100)](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [![PowerShell](https://avatars0.githubusercontent.com/u/11524380?v=3&s=100)](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [![coala](https://avatars2.githubusercontent.com/u/10620750?v=3&s=100)](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [![moment](https://avatars2.githubusercontent.com/u/4129662?v=3&s=100)](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) | +| [homebrew](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [vuejs](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [Suave](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [OpenRA](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [PowerShell](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [coala](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [moment](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) | +| [![ava](https://avatars0.githubusercontent.com/u/8527916?v=3&s=100)](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [![freeCodeCamp](https://avatars0.githubusercontent.com/u/9892522?v=3&s=100)](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [![webpack](https://avatars3.githubusercontent.com/u/2105791?v=3&s=100)](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [![hoodie](https://avatars1.githubusercontent.com/u/1888826?v=3&s=100)](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [![pouchdb](https://avatars3.githubusercontent.com/u/3406112?v=3&s=100)](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [![neovim](https://avatars0.githubusercontent.com/u/6471485?v=3&s=100)](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [![babel](https://avatars2.githubusercontent.com/u/9637642?v=3&s=100)](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/adobe/brackets/labels/Starter%20bug) | +| [ava](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [webpack](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [hoodie](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [pouchdb](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [neovim](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [babel](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [brackets](https://github.com/adobe/brackets/labels/Starter%20bug) | +| [![Node.js](https://avatars1.githubusercontent.com/u/9950313?v=3&s=100)](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | +| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | diff --git a/docs/gui-tool-tutorials/translations/README.ca.md b/docs/gui-tool-tutorials/translations/README.ca.md new file mode 100644 index 00000000..52fd4303 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ca.md @@ -0,0 +1,121 @@ +[![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) + + +# Primeres Contribucions + +És difícil. Sempre es difícil fer una cosa per primera vegada. Sobretot quan es col·labora amb altres, ja que equivocar-se no és gens agradable. Volem simplificar la manera d'aprendre a contribuir i col·laborar en projectes de codi obert per primera vegada. + +Llegir articles i mirar tutorials pot ser útil, però què millor que fer les coses en un entorn pràctic real? Aquest projecte és una guia per a principiants que vol simplificar la primera contribució a projectes de codi oberts. Si vols fer la teva primera contribució, segueix les instruccions que es mostren a continuació: + +#### *Si no et sents còmode/a amb la línia d'ordres (*Command Line*), [aquí trobaràs tutorials utilitzant eines que tenen Interfície Gràfica (GUI)](#Tutorials-amb-Altres-Eines)* + +fer fork d'aquest repositori + +Si no tens git al teu ordinador, l'hauràs d'[instal·lar]( https://help.github.com/articles/set-up-git/). + +## Bifurca (*Fork*) aquest respositori + +Fes una *fork* d'aquest repositori clicant al botó "*Fork*" a la part superior dreta d'aquesta pàgina. +Això crearà una còpia d'aquest repositori al teu compte de GitHub. + +## Clona (*Clone*) el repositori + +clonar aquest repositori + +Clona aquest repositori al teu ordinador: ves al teu compte de GitHub, fes clic al botó clonar "*clone or download*" del repositori, i després clica a la icona de *copiar al porta-retalls*. + +Obre una terminal/línia d'ordre i executa el següent comandament de git: + +``` +git clone "url que acabes de copiar" +``` +on "url que acabeu de copiar" (sense cometes dobles) és la *url* per a aquest repositori (la vostra bifurcació o *fork* d'aquest projecte). Per obtenir la *url*, torna als passos anteriors. + +copiar URL al porta-retalls + +Per exemple: +``` +git clone https://github.com/aquest-soc-jo/first-contributions.git +``` +on `aquest-soc-jo` és el teu nom d'usuari de GitHub. En aquest pas, estàs copiant el contingut del repositori *first-contributions* de GitHub al teu ordinador. + +## Crea una branca (*branch*) + +Canvieu al directori del repositori del vostre ordinador (si no hi esteu allà ja): + +``` +cd first-contributions +``` +Crea una nova branca (*branch*) utilitzant el comandament `git checkout`: +``` +git checkout -b +``` + +Per exemple: +``` +git checkout -b add-nom-cognom +``` +(No fa falta que el nom de la branca contingui la paraula *add* però és recomanable, ja que l'objectiu d'aquesta branca és afegir el teu nom a la llista.) + +## Fes els canvis necessaris i confirma (*commit*) els canvis + +Obre l'arxiu `Contributors.md` en un editor de text i afegeix-hi el teu nom. No l'afegeixis ni al principi, ni al final de l'arxiu. Posa'l en qualsevol altre posició. Llavors desa l'arxiu. + +git status + + +Ara, si vas al directori del projecte i executes el comandament `git status`, veuràs els canvis. + + +Afegeix aquests canvis a la branca que acabes de crear utilitzant el comandament `git add`: + +``` +git add Contributors.md +``` + +Confirma (*commit*) els canvis utilitzant el comandament `git init`: +``` +git commit -m "Add to Contributors list" +``` +reemplaçant `` amb el teu nom. + +## Empeny (*Push*) els canvis cap a GitHub + +Envia els canvis utilitzant el comandament `git push`: +``` +git push origin +``` +reemplaçant `` amb el nom de la branca que has creat anteriorment. + +## Envia (*Submit*) els canvis per tal que siguin revisats + +Si ara vas al teu respositori a GitHub, veuràs un botó `Compare & pull request` (Compara i fes una solicitud d'incorporació). Fes clic en aquest botó. + +crear una pull request + +Envia la solicitud d'incorporació (*pull request*). + +envia la pull request + +Quan un administrador vegi la solicitud, la revisarà i incorporarà els teus canvis a la branca principal (*main branch*) del projecte. Rebràs una notificació per correu electrònic quan els canvis s'hagin incorporat. + +## I ara què? + +Enhorabona! Acabes de completar el procés de treball principal que et trobaràs com a col·laborador de projectes de codi obert: *_fork -> clone -> edit -> PR_*. + +Ara, celebra la teva contribució i comparteix-la amb els teus amics i seguidors anant a [la web](https://firstcontributions.github.io/#social-share). + +Si vols contribuir al projecte, pots començar amb aquesta [guia per contribuir al codi](https://github.com/roshanjossey/code-contributions). + +A continuació, et pots preparar per contribuir a altres projectes. Hem reunit una llista de projectes amb tasques (*issues*) pendents fàcils per tal de poder començar. Fes un cop d'ull a [la llista de projectes aquí](https://firstcontributions.github.io/#project-list). + +### [Material extra](../additional-material/git_workflow_scenarios/additional-material.md) + + +## Tutorials utilitzant altres eines + +| 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](https://www.jetbrains.com/idea/download/#section=windows) | diff --git a/docs/gui-tool-tutorials/translations/README.col.md b/docs/gui-tool-tutorials/translations/README.col.md new file mode 100644 index 00000000..290d5f61 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.col.md @@ -0,0 +1,129 @@ +[![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) + +# Primeras Contribuciones + +Uy, la cosa está complicada. La primera vez que uno le mete la ficha a algo nuevo es re difícil, ¿sí o qué? Más cuando toca camellar con otra gente, porque nadie quiere meter las patas y quedar como un guevón. Nosotros queremos es que los pipiolos que le quieren entrar al código abierto la tengan más suave para aprender y aportar su granito de arena. + +Bacano leer artículos y ver tutoriales y toda esa vaina, pero nada como aprender haciendo, ¿o no? Este proyecto es una guía re chévere para que los novatos le cojan el tiro a esto de contribuir por primera vez. Si quieres estrenar tus pinitos en esto, sigue estos pasos al pie de la letra: + +#### _Si no le has cogido el tiro a la consola,[acá tenés tutoriales con herramientas más amigables (GUI)](#Tutoriales-con-otras-herramientas)_ + +fork de este repositorio + +Si no tenés git en tu aparato, podés encontrar cómo instalarlo en[este link](https://docs.github.com/es/get-started/quickstart/set-up-git). + +## Hacele un (_Fork_) a este repositorio + +Dale click al botón de "_Fork_" allá arriba a la derecha de esta página. +Eso te va a crear una copia de este repositorio en tu cuenta, facilito. + +## Clona (_Clone_) el repositorio Forkeado + +clonar este repositorio + +Ahora toca clonar este repositorio en tu compu. Andate a tu cuenta de GitHub, dale al botón de "_clone or download_" y después al iconito para _copiar al portapapeles_. + +Abre tu consola o terminal y ejecuta el siguiente comando de git: + +``` +git clone "url que acabas de copiar" +``` + +Donde dice "url que acabas de copiar" (sin las comillas, ojo) es la _url_ de este repositorio (tu _fork_ del proyecto). Mira los pasos de antes para sacar la _url_. + +copiar URL al portapapeles + +Por ejemplo: + +``` +git clone https://github.com/este-eres-tu/first-contributions.git +``` + +Cambiá `este-eres-tu` por tu usuario de GitHub. Acá estás copiando todo el contenido del repositorio _first-contributions_ de GitHub a tu compu. + +## Crea una rama (_Branch_) + +Metete al directorio del repositorio en tu compu (si no estás ya ahí). + +``` +cd first-contributions +``` + +Ahora crea una rama (_branch_) usando el comando `git checkout`: + +``` +git checkout -b +``` + +Por ejemplo: + +``` +git checkout -b add-alonzo-church +``` + +(No es obligatorio que el nombre de la rama tenga la palabra add, pero tiene sentido ponerla porque la idea de esta rama es agregar tu nombre a la lista.) + +## Hacé los cambios necesarios y confirmalos (_Commit_) + +Abrí el archivo `Contributors.md` en un editor de texto y agregá tu nombre. No lo pongas ni al principio ni al final del archivo, metelo en cualquier otro lado. Guardá el archivo. + +git status + +Si vas al directorio del proyecto y ejecutas el comando `git status`, verás que hay cambios. + +Agrega esos cambios a la rama (_branch_) que creaste anteriormente usando el comando `git add`: + +``` +git add Contributors.md +``` + +Ahora hacele un _commit_ a esos cambios ejecutando el comando `git commit`: + +``` +git commit -m "Add to Contributors list" +``` + +cambiando `` por tu nombre, obviamente. + +## Subí (_Push_) tus cambios a GitHub + +Mandale un _push_ de tus cambios usando el comando `git push`: + +``` +git push origin +``` + +Reemplaza `` con el nombre de la rama que creaste antes. + +## Mandá (_Submit_) tus cambios para que los revisen + +Si vas a tu repositorio en GitHub, verás un botón `Compare & pull request`. Dale click sobre este botón. + +crea una pull request + +Ahora mandá la _pull request_. + +enviar la pull request + +Dentro de poco voy a estar fusionando tus cambios (haciendo merge) con la rama master de este proyecto. Te va a llegar un correo cuando los cambios estén fusionados. + +## ¿Y ahora qué sigue? + +¡Felicitaciones parcero! ¡Le diste la vuelta completa al proceso _fork -> clone -> edit -> PR_ que vas a usar un montón como contribuidor! + +Celebrá tu aporte y compartilo con tus amigos y seguidores en la.[web app](https://firstcontributions.github.io/#social-share). + +También te podés unir a nuestro equipo de Slack si necesitás una mano o tenés alguna pregunta.[Unite a nuestro Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Ahora dale, empezá a contribuir a otros proyectos. Armamos una lista de proyectos con issues fáciles para que arranques. Dale una mirada a la[lista de proyectos en la aplicación web](https://firstcontributions.github.io/#project-list). + +### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md) + +## Tutoriales con otras herramientas + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.cs.md b/docs/gui-tool-tutorials/translations/README.cs.md new file mode 100644 index 00000000..60cfa05b --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.cs.md @@ -0,0 +1,126 @@ +[![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) + + +# První příspěvek + +Život je těžký. Obzvláště když něco děláte poprvé. V případě, že na něčem spolupracujete, není dělání chyb něco, co by vám dělalo radost. My bychom rádi zjednodušili cestu novým přispěvatelům do open-source při jejich učení se jak na to. + +Čtení článků nebo zhlédnutí video návodů jsou také cesty, ale co je lepší než si danou věc přímo osahat na vlastní kůži v reálném prostředí? Tento projekt je zaměřen na poskytnutí pomoci začátečníkům s jejich prvním přispěním do open-source. Pokud jste jím právě vy, následujte kroky popsané níže. + +#### *Pokud nemáte rádi příkazovou řádku, [zde najdete návody na použití nástrojů s GUI (grafické uživatelské rozhraní)](#Návod-za-použití-dalších-nástrojů)* + + +forkněte tento repozitář + +Pokud namáte nainstalovaný git, [nainstalujte si jej]( https://help.github.com/articles/set-up-git/). + +## Forkněte tento repozitář + +Forkněte (vytvoření kopie z originálu, z anglického *fork* – *vidlička*, jako vytvoření nové odnože) tento repozitář kliknutím na tlačítko **Fork** nahoře na této stránce. Tím vytvoříte kopii tohoto repozitáře na svém vlastním GitHub účtu. + +## Naklonujte repozitář + +naklonujte tento repozitář + +Nyní naklonujte (anglicky *clone*) forknutý repozitář na váš počítač, naklonování není nic jiného než stáhnutí obrazu repozitáře k vám na počítač. Na vašem GitHub účtu si otevřete forknutý repozitář, klikněte na tlačítko **Clone or download** a následně v okýnku, které se objeví, klikněte na tlačítko s ikonkou **copy to clipboard** vedle URL adresy, čímž si ji zkopírujete do schránky. + +Teď otevřete terminál a spusťte následující příkaz: + +``` +git clone "url které jste právě zkopírovali" + +``` + +zkopírujte adresu do schránky + +Například: + +``` +git clone https://github.com/vase-username/first-contributions.git +``` + +Tímto na svém počítači vytvoříte složku se soubory daného repozitáře. + +## Vytvořte větev + +V příkazové řádce se přepněte do složky s repozitářem (pokud v ní už nejste) + +``` +cd first-contributions +``` + +Nyní vytvořte novou větev (anglicky *branch*) za použití příkazu `git checkout`: + +``` +git checkout -b +``` + +Například: +``` +git checkout -b pridani-meho-jmena +``` + +Jméno větve by mělo vypovídat o tom, co kód nebo cokoliv jiného do ní přidané bude dělat/vykonávat, případně proč se daná věc děje. + +## Udělejte změny a zaznamenejte je + +Otevřete soubor `Contributors.md` v textovém editoru a přidejte do něj své jméno. Napiště jej někam doprostřed a soubor uložte. + +git status + +Pokud teď v příkazové řádce spustíte příkaz `git status`, uvidíte jaké změny byly v repozitáři provedeny. + +Tyto změny do dané větvě přidáte příkazem `git add`: + +``` +git add Contributors.md +``` + +Zbývá už jen potvrdit (anglicky *commit*) změny příkazem `git commit`: + +``` +git commit -m "Add to Contributors list" +``` + +Za přepínač `-m` se píše co dané změny představují, popis by měl být jednoduchý ale výstižný. + +## Protlačte změny na GitHub + +Nyní změny provedené lokálně na počítači protlačíme (anglicky *push*) na GitHub příkazem `git push`: + +``` +git push origin +``` + +## Předložte své změny k posouzení + +Pokud se nyní podíváte do svého GitHub repozitáře, uvidíte tlačítko **Compare & pull request**. Klikněte na něj. + +vytvořte pull request + +Teď vytvořte žádost o přetažení vaší větve do originálního repozitáře (anglicky *pull request*). + +potvrďte pull request + +Brzy budou správci provádět zapracování vašich změn do hlavní (anglicky *master*) větve tohoto projektu. Až se do ní vaše změny dostanou, dostanete e-mailové upozornění. + +## Kam dále? + +Blahopřejeme! Právě jste dokončili standardní _fork -> clone -> edit ->_ průběh práce (anglicky *workflow*), se kterým se jako přispěvatel do projektů setkáte dennodenně. + +Oslavte svůj první příspěvek se svými přáteli a následovníky přes [webovou aplikaci](https://firstcontributions.github.io/#social-share). + +Pokud byste chtěli více praxe, můžete zkusit [code contributions](https://github.com/roshanjossey/code-contributions). + +Nyní vám už nic nebrání v příspívání do ostatních projektů. Připravili jsme pro vás seznam projektů, které mají jednoduché záležitosti k vyřešení/naprogramování, se kterými můžete začít. Podívejte se [zde](https://firstcontributions.github.io/#project-list). + +### [Další materiály](../additional-material/git_workflow_scenarios/additional-material.md) + + +## Návod za použití dalších nástrojů + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.da.md b/docs/gui-tool-tutorials/translations/README.da.md new file mode 100644 index 00000000..4ef764da --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.da.md @@ -0,0 +1,128 @@ +[![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) + +# Første bidrag + +Det er svært. Det er altid svært når det er første gang. Specielt hvis man samarbejder er det ikke rart at begå fejl. Vi vil simplificere den store udfordring det er for nybegyndere at lære om open-source, og at lave deres første bidrag. + +At læse artikler og se video guides hjælper, men hvad er bedre end at bruge det i praksis? Dette projekt håber at kunne tilbyde vejledning og gøre det overkommeligt for alle at lave deres første open-source bidrag. + +#### _Hvis du ikke er komfortabel med command line, [her er vejledninger til GUI værktøjer](#Guides-med-andre-værktøjer)_ + +fork this repository + +Har du ikke Git på din maskine kan du [installere det](https://help.github.com/articles/set-up-git/). + +## Fork dette repository + +Fork dette repo ved at klikke på "fork" knappen øverst på siden. +Dette vil lave en kopi af projektet i din Github konto. + +## Clone dette repository + +clone this repository + +Næste trin er at "clone" dit nye repository til din maskine. Naviger til din Github account og åbn dit nye repository, derefter find "clone" øverst oppe og tryk på knappen. Tryk _copy to clipboard_ ikonet. + +Åbn en terminal og kør den følgende git command: + +``` +git clone "din url" +``` + +hvor "din url" skal erstattes med den URL du kopieret i forrige trin. + +copy URL to clipboard + +Eksempel: + +``` +git clone https://github.com/dit-brugernavn/first-contributions.git +``` + +Erstat 'dit-brugernavn' med dit GitHub brugernavn. Her kopierer vi indholdet af first-contributions repositoriet fra din Github konto, til din lokale PC. + +## Opret en branch + +Åbn en konsol og cd til dit lokale repository (hvis ikke du allerede er der): + +``` +cd first-contributions +``` + +Derefter opretter du en branch med kommandoen `git checkout`: + +``` +git checkout -b +``` + +Eksempel: + +``` +git checkout -b add-alonzo-church +``` + +(Navnet på din branch behøver ikke at indeholde ordet _add_, men det giver mening at inkludere det her da branchen er til for at tilføje dit navn til en liste med navne.) + +## Lav dine ændringer og commit dem + +Åben filen `Contributors.md` i en text editor og tilføj dit navn til listen. Undgå at tilføje dit navn øverst eller nederst på listen, men helst et sted i mellem. Når dette er gjort så gem filen. + +git status + +Hvis du går til konsollen og kører kommandoen `git status`, vil du se dine ændringer. + +Tilføj disse ændringer til din branch med kommandoen `git add`: + +``` +git add Contributors.md +``` + +Derefter commit ændringerne med kommandoen `git commit`: + +``` +git commit -m "Add to Contributors list" +``` + +Erstat `` med dit Github brugernavn. + +## Push ændringer til Github + +Push dine ændringer til Github med kommandoen `git push`: + +``` +git push origin +``` + +Erstat `` med navnet på den branch du oprettede tidligere. + +## Indgiv ændringer til inspektion + +Hvis du går ind på dit repository på Github, så vil du se en `compare & pull request` knap. Klik på den. + +create a pull request + +Indgiv nu din pull request. + +submit pull request + +Snart vil jeg merge dine ændringer ind i master branch'en af projektet. Du vil modtage en notifikation per email når dine ændringer er blevet merget. + +## Hvor til nu? + +Tillykke! Du har nu gennemført den udbredte _fork -> clone -> edit -> PR_ workflow som du vil støde oftest på som contributor! + +Fejr dit bidrag og del det med dine venner og følgere ved at gå til [web app](https://firstcontributions.github.io/#social-share). + +Du kan også tilslutte dig vores code-contributions repo, hvis du er klar til at løse mere avancerede problemer. [Join code-contributions repo](https://github.com/firstcontributions/code-contributions). + +Tillad os også at hjælpe dig i gang med dine næste bidrag. Vi har kompileret en liste af projekter med letty, overkommelige problemer du kan starte ud med. Check den ud her: [the list of projects in web app](https://firstcontributions.github.io/#project-list). + +### [ekstra materiale](../additional-material/git_workflow_scenarios/additional-material.md) + +## Guides med andre værktøjer + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.de.md b/docs/gui-tool-tutorials/translations/README.de.md new file mode 100644 index 00000000..f39d0865 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.de.md @@ -0,0 +1,249 @@ +[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) + +#### _Read this in [other languages](../translations/Translations.md)._ +[Shqip](../translations/README.al.md) +[Armenian](../translations/README.arm.md) +[Uzbek language](../translations/README.uz.md) +[Azərbaycan dili](../translations/README.aze.md) +[বাংলা](../translations/README.bn.md) +[Bulgarian](../translations/README.bg.md) +[Português (Brasil)](../translations/README.pt_br.md) +[Català](../translations/README.ca.md) +[中文 (Simplified)](../translations/README.zh-cn.md) +[Czech](../translations/README.cs.md) +[Deutsch](../translations/README.de.md) +[Dansk](../translations/README.da.md) +[المصرية](../translations/README.eg.md) +[Dezéiriya](../translations/README.dz.md) +[Español de España](../translations/README.es.md) +[Française](../translations/README.fr.md) +[Gaeilge](../translations/README.ga.md) +[Galego](../translations/README.gl.md) +[Ελληνικά](../translations/README.gr.md) +[ქართული](../translations/README.ge.md) +[Magyar](../translations/README.hu.md) +[Bahasa Indonesia](../translations/README.id.md) +[עִברִית](../translations/README.hb.md) +[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](../translations/Translations.md) +[தமிழ்](../translations/README.ta.md) +[فارسی](../translations/README.fa.md) +[Italiano](../translations/README.it.md) +[日本語](../translations/README.ja.md) +[සිංහල](../translations/README.si.md) +[Kiswahili (Kenya)](../translations/README.kws.md) +[한국어](../translations/README.ko.md) +[Lietuvių kalba](../translations/README.lt.md) +[Limba Română Limba Română](../translations/README.ro.md) +[မြန်မာ](../translations/README.mm_unicode.md) +[Македонски](../translations/README.mk.md) +[Español de México](../translations/README.mx.md) +[Bahasa Melayu / بهاس ملايو‎ / Malay](../translations/README.my.md) +[Dutch](../translations/README.nl.md) +[Norsk](../translations/README.no.md) +[नेपाली](../translations/README.np.md) +[Wikang Filipino](../translations/README.fil.md) +[English (Pirate)](../translations/README.en-pirate.md) +[اردو](../translations/README.ur.md) +[Twi (Ghana)](../translations/README.gh.md) +[Polski](../translations/README.pl.md) +[Português (Portugal)](../translations/README.pt-pt.md) +[Русский язык](../translations/README.ru.md) +[العربية](../translations/README.ar.md) +[Svenska](../translations/README.se.md) +[Slovenčina](../translations/README.slk.md) +[Slovenščina](../translations/README.sl.md) +[ภาษาไทย](../translations/README.th.md) +[Türkçe](../translations/README.tr.md) +[中文(Traditional)](../translations/README.zh-tw.md) +[Українська](../translations/README.ua.md) +[Tiếng Việt](../translations/README.vn.md) +[Swahili language](../translations/README.sw.md) +[Zulu (South Africa)](../translations/README.zul.md) +[Afrikaans (South Africa)](../translations/README.afk.md) +[Igbo (Nigeria)](../translations/README.igb.md) +[Bambara (Mali)](../translations/README.mli.md) +[Hausa (Nigeria)](../translations/README.hau.md) +[Yoruba (Nigeria)](../translations/README.yor.md) +[Latvia](../translations/README.lv.md) +[Suomeksi](../translations/README.fi.md) +[Беларуская мова](../translations/README.by.md) +[Српски](../translations/README.sr.md) +[Қазақша](../translations/README.kz.md) +[Bosanski](../translations/README.bih.md) +[Bosanski](../translations/README.bih.md) +[Hrvatski](../translations/README.hr.md) +[پښتو](../translations/README.ps.md) +[Somalia](../translations/README.so.md) +[Ecuador](../translations/README.ec.md) +[Luganda (Uganda)](../translations/README.lug.md) +[Turkmen language](../translations/README.tm.md) +[Ewe (TOGO)](../translations/README.ewe.md) +[አማርኛ](../translations/README.et.md) +[Kurdî](../translations/README.kr.md) +[Malagasy](../translations/README.mg.md) +[ភាសាខ្មែរ](../translations/README.kh.md) +[Moroccan Darija](../translations/README.ma.md) + +# First Contributions + +Dieses Projekt zielt darauf ab, Anfängern den Einstieg zu erleichtern und sie bei ihrem ersten Beitrag zu unterstützen. Wenn du deinen ersten Beitrag leisten möchten, befolge die folgenden Schritte. + +_Wenn du nicht weißt wie man das Terminal/CMD bedient, [hier findest du Anleitungen für GUI Tools.](#Anleitungen-für-andere-Tools)_ + +Forke dieses Repository + +#### Wenn du Git nicht auf deinem System installiert hast, [installiere es](https://...github.com/en/get-started/quickstart/set-up-git). + +## Forke dieses Repository + +Forke dieses Repository indem du auf den Fork Button oben auf dieser Seite klickst. +Dies wird eine Kopie dieses Repository's in deinem Account erstellen. + +## Klone das Repository + +Klone dieses Repository + +Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu deinem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den SSH Tab und dann drücke auf das _copy url to clipboard_ icon. + +Öffne ein Terminal Fenster und führe den folgenden Git Befehl aus: + +```bash +git clone "kopierte url" +``` + +wobei "kopierte url" (ohne die Anführungszeichen) die url zu diesem Repository ist (deine Fork von diesem Projekt). Im vorherigen Schritt siehst du wie du diese erhälst . + +URL in die Zwischenablage kopieren + +Zum Beispiel: + +```bash +git clone git@github.com:das-bist-du/erster-Beitrag.git +``` + +wobei `das-bist-du` dein Github Nutzername ist. Hier kopierst du den Inhalt des first-contributions Repository's auf Github auf deinen Computer. + +## Erstelle einen Zweig + +Wechsle zum Repository Ordner (wenn du nicht bereits dort bist): + +```bash +cd first-contributions +``` + +Erstelle nun einen Zweig, indem du den `git switch` Befehl benutzst: + +```bash +git switch -c dein-neuer-zweig-name +``` + +Zum Beispiel: + +```bash +git switch -c add-alonzo-church +``` + +
+ Wenn du auf irgendeinen Fehler bei der Nutzung von git switch stößt, drücke hier: + +Wenn die Fehlermeldung "Git: `switch` is not a git command. See `git –help`" erscheint, liegt dies wahrscheinlich daran das du eine veraltete Version von Git nutzt. + +In diesem Fall versuche stattdessen `git checkout` zu nutzen: + +```bash +git checkout -b dein-neuer-zweig-name +``` + +
+ +## Make necessary changes and commit those changes + +Öffne nun die Datei `Contributors.md` in einem Texteditor und füge deinen Namen hinzu. Füge ihn nicht ganz am Anfang oder am Ende hinzu, sondern irgendwo dazwischen, mittendrin. Speichere jetzt die Datei. + +git status + +Wenn du in den Projektordner gehst und den Befehl `git status`, ausführst werden dir die Änderungen angezeigt. + +Füge diese Änderungen nun zu dem Zweig hinzu den du gerade erstellt hast, indem du den Befehl `git add` ausführst. + +```bash +git add Contributors.md +``` + +Jetzt commite diese Änderungen mit dem `git commit` Befehl: + +```bash +git commit -m "Add your-name to Contributors list" +``` + +ersetze `your-name` mit deinem Namen. + +## Änderungen auf Github pushen + +Übertrage deine Änderungen mit `git push`: + +```bash +git push -u origin dein-zweig-name +``` + +ersetze `dein-zweig-name` mit dem Namen des Zweiges den du vorhin erstellt hast. + +
+ Solltest du auf irgendwelche Fehler beim Pushen stoßen, drücke hier: + +- ### Authentifizierungs Fehler +
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/'
+ Gehe zu [GitHub's tutorial](https://...github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) wie du einen ssh Key zu deinem Account hinzufügst und konfigurierst. + Außerdem, kannst du 'git remote -v' ausführen um deine Remote Addresse anzuzeigen. + + Wenn es so aussieht: +
origin	https://github.com/your-username/your_repo.git (fetch)
+  origin	https://github.com/your-username/your_repo.git (push)
+ + ändere es mit diesem Befehl: + ```bash + git remote set-url origin git@github.com:dein-nutzername/dein_repo.git + ``` + Ansonsten wirst du noch immer aufgefordert Passwort und Benutzername einzugeben und bekommst einen Authentifizierungs Fehler. +
+ +## Reiche deine Änderungen für ein Review ein + +Wenn du jetzt zu deinem Repository auf Github gehts, wirst du einen `Compare & pull request` Knopf sehen. Drücke diesen Knopf. + +erstelle eine Pull-Request + +Jetzt, reiche deine Pull-Request ein. + +Reiche deine Pull-Request ein + +Bald werde ich alle deine Änderungen in den Haupt-Zweig dieses Projektes mergen. Du wirst eine Benachrichtigungs Email bekommen sobald die Änderungen gemerged wurden. + +## Was nun? + +Gratulation! Du hast gerade den Standard _Forken -> Klonen -> Bearbeiten -> Pull-Request_ Workflow durchgeführt, dem du als Beitragender oft begegnen wirst! + +Feier deinen Beitrag und teile in mit deinen Freunden und Followern indem du hier drückst [web app](https://firstcontributions.github.io/#social-share). + +Wenn du gerne mehr Übung hättest, schau dir [code contributions](https://github.com/roshanjossey/code-contributions) an. + +Jetzt los gehts, mit Beiträgen zu anderen Projekten. Wir haben eine Liste von Projekten mit leichten Fehlern für Einsteiger bereitgestellt. Schau dir [die Liste der Projekte in der Web-App an](https://firstcontributions.github.io/#project-list) an. + +### [Zusätzliches Material](../additional-material) + +## Anleitungen für andere Tools + +| 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) | + +

Dieses Projekt wird unterstützt von:

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.dz.md b/docs/gui-tool-tutorials/translations/README.dz.md new file mode 100644 index 00000000..b523d9cd --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.dz.md @@ -0,0 +1,143 @@ +[![Houb el tatbi9ate el hourra](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) + + +# Awel mouchraka 🇩🇿 + +Dayemen kayen mochkile ki nebdaw hadja men el bidaya. El khawof ta3 edire khatae daymen machi melih, khousousan ki techarek fi el code. Bessah 3alem el tatbi9ate el hourine mawodjoud bache etcharek wo tekhdem fi madjemou3a. Tani, Rana habine nebesstou el ta3lime ta3 el moucharraka el djadidda fel tatbi9ate el hourra bi ta3lime kifache techarek lil merra el oulla. + +Te9rra ma9alate wa les tutos te9derre te3awonek, bessah wache howa afdel mine tehawolle tessiyi bela ma eddire akhtae ? Hadda el machrou3 medyoure bache yaa3ti nassaihe wo y ssahel tari9ate kifache li maya3rfouche bache eydirrou el moucharaka el oulla ta3houme. Etfekare : 9edma tekoune alaise, 9edma tet3alem bezaf. Wolla rak hab etcharek lel merra el oulla, teba3 el khtouwate el djaya. Wallah, rah tekoune moussaliya. + +embrancher ce repertoire + +Wolla ma3endekche git fel ordinateur ta3ek, [ tell3ou be rabet ]( https://help.github.com/articles/set-up-git/ ). + +## Forker hadda el garage (ne3aytoulou tani Fork) + +Forker el garage ki teklicker 3ala zire Fork el fow9e ta3 el safeha. +Hada rah yecrée nousskha tabe9 el assel ta3 el garage fi github ta3ek. + +## Enssoukhe el garage 3andek fel PC + +clonez ce répertoire + +Dourka, enssoukhe hada el garage 3ala el PC diyalek. Clické 3ala el zire enssoukhe menba3ede eclicker 3ala l'icone *copié fi presse papier ta3ek*. + +Eftah la console ta3 les commandes (ida rak fi windows) wola el terminale (ida rak fi MacOS ou Linux) menba3de cheghale lé commandes git el taliya : + +``` +git clone "l'url eli copietha dourk berk" +``` +wine "l'url eli copietha dourk berk" (bela lé guillemets) hiya l'url ta3 el garage. chouf fi eli fate men 9abel bache tethassel 3ala l'url. + +copier l'URL dans le presse-papier + +Mithale : +``` +git clone https://github.com/issem-el-mousstakhdem-ta3ek/first-contributions.git +``` + +wine `issem-el-mousstakhdem-ta3ek` howa issem el mousstakhdem ta3 el compte ta3ek github, hena rak tecopier ga3 el mouhtawa ta3 el garage `first-contributions` mine Github lel PC diyalek. + +## Ecréyé far3e + +Rouhe lel garage ta3 el projet eli créyitou djedide mousstenssakhe (edha marakeche déja fih) + +``` +cd first-contributions +``` + +Dourka ecréyé far3e be la commande `git checkout` : + +``` +git checkout -b +``` + +Mithale : +``` +git checkout -b add-koffi-sani +``` +(Esseme el far3e mayahtajeche yekoune fih kelmete *add*, mé hadja meliha loukane yekoune fih hadef lel fare3 wo tezide esseme diyalek lel lista.) + +## Dire el taghyirate el mouhima é kemle fiha + +Dourka, efteh el féchiyé `Contributors.md` fi un editeur de text, zid fih assmek, menba3de ahfedou, Idha fetehte le terminal ou derte la commande `git status`, rah etchouf beli kayen taghyérates. Zid hadouk al taghiyérates lel far3e eli créyeteho men 9bel be la commande `git add` : +``` +git add Contributors.md +``` + +Dourka, kemel commité hadouk étaghyérates be la commande `git commit`: + +``` +git commit -m "Add to Contributors list" +``` +Ghéyere `` bel assem diyalek. + +## Eb3athe el tagheyérates fi github + +Ebe3athes el taghyérates diyalek be la commande `git push` : +``` +git push origin +``` +Bedel `` be esseme el far3e eli créyeteho men 9abel. + +## Présenté el taghyérates ta3ek lel fahsse + +Idha rahet lel garage diyalek 3ala github, rah etchouffe beli kayen zire `Compare & pull request`, éclické 3ala el zire hadek. + +create a pull request + +Dourka présenter el talebe diyalek lel fahsse. + +submit pull request + +Fi zamen saghire rah ene fuzioné el taghyérates ta3ek me3a el fare3 main ta3 el projet hada, Yewosselek rissala ta3 el taghyérates ghire ki tendare la fusion kamel. + +El far3e main ta3ek marahe yessralou hata taghyiére lel ane. Bache main ta3ek yekoune moutwafek me3a ta3i, lazem tabe3 hadou lé el khoutouwates : + +## Khelli el main ta3ek synchronisé me3a hada el garage + + Bache tebda, rouhe lel fare3 main + ``` + git checkout main + ``` + + Zide l'url ta3 el garage ta3ek ki `upstream remote url` : +``` +git remote add upstream https://github.com/Roshanjossey/first-contributions +``` + +Hada rah tekoune tarika bache te9oule lel git beli kayen version wahdoukhera texister bi had el 3ounwane wo nettb9ou a3lihe `upstream`. Ghire el tagheyérates tet fuzionna, hawosse 3ala la version djedidda ta3 el garrage ta3i : +``` +git fetch upstream +``` + +Henya rana nehawossou 3ala teghyérates fel main ta3i (upstream remote). Dourka, rahe tefusioner el taghyére el djadid ta3 el garage ta3i me3a el far3e ta3ek main : +``` +git rebase upstream/main +``` +Henya rahe neteb9ou ga3 el taghyérates eli rak tehawosse a 3lihoume fel far3e main. Idha be3ate el far3e main dourka, el main ta3ek rahe yekoune howa tani fih taghéyérates : +``` +git push origin main +``` +Tahedire: Hadi el khetra, rah tebe3aye el garage el be3ide eli assmou origin. + +Fi hade el marhala rani fusionite el far3e `` me3a el far3e main, wo enta fusionite el far3e main ta3i me3a el far3e main ta3ek. el far3e `` maraheche nahtajouhe, edane te9dere tessuprimihe : + +``` +git branch -d +``` +wa aydan te9dere tenihi la version ta3ou fel far3e el be3ide tani : +``` +git push origin --delete +``` +Wache cheft henaya machi darouri, bessah assem el far3e yewori beli el hadef rahe moukhassasse. + +## Tuto besste3male adawates wahdoukhra + + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.ec.md b/docs/gui-tool-tutorials/translations/README.ec.md new file mode 100644 index 00000000..fabd76f4 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ec.md @@ -0,0 +1,152 @@ +[![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) + + +# Primeras Contribuciones + +Este proyecto tiene como objetivo simplificar y guiar la forma en que los principiantes hacen su primera contribución. Si está buscando hacer su primera contribución, siga los pasos a continuación. + + +#### *Si no estás familiarizado con la línea de comandos, [aquí hay tutoriales usando herramientas con Interfaz Gráfica (GUI)](#tutoriales-usando-otras-herramientas)* + +fork de este repositorio + +En caso de no tener instalado Git en tu equipo, te dejo una [guia]( https://git-scm.com/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Instalaci%C3%B3n-de-Git) para instalarlo. + +## Has un "Fork" de este repositorio + +Presiona el boton "fork" de este repositorio en la parte superior derecha de la página. Al hacer esto, se crea una copia de este repositorio en tu cuenta de GitHub. + +## Has un "Clone" del repositorio copiado + +clonar este repositorio + +Ahora clona el repositorio al que le hiciste un fork previamente, el URL del repositorio deberia estar asi `https://github.com//first-contributions`. Entra en tu cuenta de Github, y has click en el botón `Code` y luego en la pestaña SSH y luego haz clic en el icono de _copiar al portapapeles_. + +Abre tu terminal y ejecuta el siguiente comando git: + +``` +git clone "la url del repositorio que copiaste" +``` + +Donde "la url del repositorio que copiaste" (sin las comillas dobles) es la *url* a este repositorio (tu *fork* a este proyecto), se veria algo asi `https://github.com//first-contributions.git` . + +copiar URL al portapapeles + +Por ejemplo: +``` +git clone https://github.com//first-contributions.git +``` +Donde `` es tu nombre de usuario de GitHub. Con este comando estas copiando los contenidos del repositorio *first-contributions* de GitHub a tu equipo. + +## Crea una rama (*Branch*) + +Cambia al directorio del repositorio en tu equipo (si es que no estás ahí ya). + +``` +cd first-contributions +``` + +Ahora crea una rama (*branch*) usando el comando `git checkout` o `git switch`: +``` +git checkout -b +git switch -c +``` + +Por ejemplo: +``` +git checkout -b add-julio-jaramillo +git switch -c add-julio-jaramillo +``` +
+ Si obtienes algún error usando git switch, haz clic aquí: + +Si aparece el mensaje de error "Git: `switch` no es un comando git. Consulta `git –help`", es probable que estés usando una versión anterior de git. + +En este caso, intenta usar git checkout en su lugar. +
+ +## Haz los cambios necesarios y has un "Commit" de esos cambios + +Abre el archivo `Contributors.md` en un editor de texto y añade tu nombre. No lo añadas ni al principio ni al final del archivo, hazlo en cualquier otro sitio. Ahora guarda el archivo. + +git status + +Si vas al directorio del proyecto y ejecutas el comando `git status`, podrás ver los cambios ya reflejados. + +Agrega esos cambios a la rama (*branch*) que creaste antes usando el comando `git add`: + +``` +git add Contributors.md +``` + +Ahora puedes hacer un *commit* sobre estos cambios ejecutando el comando `git commit`: +``` +git commit -m "Add to Contributors list" +``` +reemplazando `` con tu nombre. + + +## Haz un "Push" de tus cambios a GitHub + +Envía tus cambios usando el comando `git push`: +``` +git push -u origin +``` +Reemplaza `` con el nombre de la rama que creaste anteriormente. + +
+ Si obtienes algún error al enviar (Push), haz clic aquí: + +- ### Error de Autenticación +
remote: El soporte para la autenticación de contraseña se eliminó el 13 de agosto de 2021. Utiliza un token de acceso personal en su lugar.
+  remote: Consulta [https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/](https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/) para obtener más información.
+  fatal: Fallo en la autenticación para '[https://github.com/](https://github.com/)/first-contributions.git/'
+ Ve al [tutorial de GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) sobre cómo generar y configurar una clave SSH en tu cuenta. + + Además, es posible que desees ejecutar `git remote -v` para verificar tu dirección remota. + + Si se ve algo como esto: +
origin [https://github.com/tu-usuario/tu_repo.git] (fetch)  
+  origin  [https://github.com/tu-usuario/tu_repo.git] (push)
+ + + cámbialo usando este comando: + ```bash + git remote set-url origin git@github.com:tu-usuario/tu_repo.git + ``` + De lo contrario, aún se te pedirá un nombre de usuario y contraseña y obtendrás un error de autenticación. +
+ +## Envía (*Submit*) tus cambios para ser revisados + +Si vas a tu repositorio en GitHub, verás un botón `Compare & pull request`. Haz clic sobre este botón. + +crea una pull request + +Ahora envía el *pull request*. + +enviar la pull request + +Pronto estaré combinando tus cambios (haciendo *merge*) con la rama master de este proyecto. Recibirás una notificación por correo electrónico cuando los cambios hayan sido combinados. + +## ¿Cuáles son los siguientes pasos? + +¡Felicidades! ¡Has completado la línea de trabajo *_fork -> clone -> edit -> PR_* que encontrarás habitualmente como contribuidor! + +Festeja tu contribución y compártela con tus amigos y seguidores yendo a la [web app](https://firstcontributions.github.io/#social-share). + +Si deseas más práctica, consulta [code contributions](https://github.com/roshanjossey/code-contributions). + +Ahora empieza a contribuir a otros proyectos. Hemos reunido una lista de proyectos con *issues* sencillas para que puedas empezar. Échale un ojo a la [lista de proyectos en la web app](https://firstcontributions.github.io/#project-list). + +### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md) + + +## Tutoriales usando otras herramientas + +|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)| diff --git a/docs/gui-tool-tutorials/translations/README.eg.md b/docs/gui-tool-tutorials/translations/README.eg.md new file mode 100644 index 00000000..18b2ed99 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.eg.md @@ -0,0 +1,179 @@ +[![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 على جهازك حمله من هنا. +
+ +##
أفصل المشروع دة - Fork this Repository
+fork this repository +
+خد نسخة من المشروع دة (أو افصله) عن طريق انك تدوس على Fork في أعلى الصفحة. +لو عملت كدة فأنت اخدت نسخة من الفولدر دة فى حسابك على github. +
+ +##
إنسخ المشروع دة - Clone the repository
+ +clone this repository + +
+انسخ المشروع دة لجهازك. +دوس على Clone بعدين دوس على أيقونة Copy to clipboard +
+copy URL to clipboard +
+إفتح التريمنال وأكتب الأمر دة: +
+ +``` +git clone "url you just copied" +``` + +
بدل "url you just copied" حط الرابط اللي نسخته من الخطوة اللي فاتت، الرابط دة بتاع المشروع.
+ +
على سبيل المثال:
+ +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +
+في المثال دة لاحظ ان 'this-is-you' هيكون إسم حسابك في موقع github، الأمر دة هينسخ محتويات المشروع لجهازك الخاص عشان تقدر تعدل عليه بحرية في أي وقت. +
+
+ +##
إنشاء فرع - Create a branch
+ + +
بما اننا عايزين نعمل تغيير فى الفايل اللى عملناله نسخة على الجهاز.. الأول ننتقل للفولدر اللي لسة نسخينه:
+ +``` +cd first-contributions +``` + +
قبل مانعمل التغيير هنعمل "فرع" وهنديله اسم زي كدة:
+ +``` +git checkout -b "add-your-name" +``` + +
هتحط اسمك بدل your-name
+ +
مثلا:
+ +``` +git checkout -b "add-alonzo-church" +``` + +
+ +##
غيّر التغيير اللي حابب تغيره:
+ +
+التغيير اللي هتغيره فى الحالة دي انك تحط اسمك فى نهاية قايمة الأسماء فى فايل. افتح فايل اسمه "Contributors.md" بالـ text editor المفضل ليك وحط إسمك و إحفظ الفايل. +بعد كدة ارجع للترمينال وأكتب الأمر دة git status الأمر دة بيظهر لك أي تغيرات حصلت في المشروع. +عشان تضيف التغيرات دي للفرع بتاعك هتستخدم الأمر دا git add. +
+ +``` +git add Contributors.md +``` + +
حتى الأن انت عندك فرع فيه التغيير، عشان تبعت التغيير دة وتتمه هيتعمل على خطوتين: الأولى انك تعمل للتغيير دة اسم فهتستخدم الأمر git commit.
+ +``` +git commit -m "Add to Contributors list" +``` + +
إستبدل <your-name> بإسمك.
+
+ +##
بعدين ترفع التغييرات - Push changes to Github
+ +
هترفع التغييرات عن طريق الأمر git push
+ +``` +git push origin "add-your-name" +``` + +
إستبدل <add-your-name> بإسم الفرع اللي انت لسة عامله .
+ +
+ لو عندك مشكلة وانت بتعمل push غالبا هتكون 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/'
+ أسهل طريقة لحل المشكلة انك تعمل ssh key وتحطه علي GitHub + [GitHub's Tutorial - Create an ssh key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) + [GitHub's tutorial - adding ssh key to your account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) + بكده هتكون authenticated و مش هيكون عندك مشكلة لما تعمل push + + تقدر تتاكد انك بترفع علي الريبو الصح لما تكتب في ال + ```bash + git remote -v + ``` + لو ظهرلك كده: +
origin	https://github.com/your-username/your_repo.git (fetch)
+  origin	https://github.com/your-username/your_repo.git (push)
+ يبقي معندكش مشكلة + غير كده تقدر تغير ال remote address كده + ```bash + git remote set-url origin git@github.com:your-username/your_repo.git + ``` +
+ +
+

سلم تغيراتك للمراجعة

+ + +
في صفحة المشروع بتاعك على صفحتك الشخصية على github دوس على زرار Compare & pull request. هو ماكنش ظاهر قبل كدة.
+ +create a pull request + +
دلوقتي هتسلم طلبك لصاحب المشروع الأساسي عشان يراجع عليه، في الحالة دي الطلب بتاعك هيوصلي.
+ +submit pull request + +
بعد المراجعة هدمج تغيرراتك للفرع الرئيسي في المشروع. وهيتم تنبيهك عن طريق البريد الإلكتروني بدة.
+ +
لما يحصل وأقبل طلبك هتلاقي ان المشروع المنسوخ على حسابك مفيهوش التغيررات. فلازم تزامن المشروع الرئيسي باللي على حسابك بالخطوات دي:
+ + +##
طب اعمل ايه بعد كدة؟
+ +
+ احتفل بأول مساهمة ليك، أعمل شير مع صحابك ومتابعينك عن طريق زيارة الموقع دة. +
+ +
إذا كنت ترغب في المزيد من التدريب مساهمات
+ + +
+ +
يلا نخليك تبدأ تساهم في مشاريع بجد؟ عملنا قائمة بمشاريع بمشاكل بسيطة ممكن تبدأ بيها النهاردة.
+ + +## + +##
لو هتستخدم ادوات تانية ممكن تتعلم من هنا
+ +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.en-pirate.md b/docs/gui-tool-tutorials/translations/README.en-pirate.md new file mode 100644 index 00000000..54603b00 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.en-pirate.md @@ -0,0 +1,127 @@ +[![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) + + +# First Contributions + +'tis hard. 'tis always hard th' first time ye do somethin'. Especially when ye be collaboratin', makin' mistakes ain't a comfortable thin'. We wanted t' simplify th' way new open-source contributors learn & contribute fer th' first time. + +Readin' tales & watchin' tutorials can help, but wha''s better than actually doin' th' stuff in a practice environment? This project aims at providin' guidance & simplifyin' th' way beginners make thar first contribution. If ye be lookin' t' make yer first contribution, follow th' steps below. + +#### *If ye're nah comfortable wit' command line, [here be tutorials usin' GUI tools.](#Tutorials-Usin'-Other-Tools)* + +fork this repository + +If ye don't 'ave git on yer machine, [install it](https://help.github.com/articles/set-up-git/). + +## Fork this repository + +Fork this repo by skewerin' on th' fork button on th' top o' this page. +This will create a copy o' this repository in yer account. + +## Clone the repository + +clone this repository + +Now clone this repo t' yer machine. Go t' yer GitHub account, skewer on th' clone button 'n then skewer th' *copy to clipboard* icon. + +Open a terminal 'n run th' followin' git command: + +``` +git clone "url ye jus' copied" +``` + +where "url ye jus' copied" (without th' quote marks) be th' url t' this repository (yer fork o' this project). See th' previous steps t' obtain th' url. + +copy URL to clipboard + +Fer example: + +``` +git clone https://github.com/this-be-ye/first-contributions.git +``` + +where `this-be-ye` be yer GitHub username. Here ye're copyin' th' contents o' th' first-contributions repository in GitHub t' yer 'puter. + +## Create a branch + +Change t' th' repository directory on yer 'puter (if ye be nah already thar): + +``` +cd first-contributions +``` + +Now create a branch usin' th' `git checkout` command: + +``` +git checkout -b +``` + +Fer example: + +``` +git checkout -b add-luke-oliff +``` + +(Th' name o' th' branch does nah needs t' 'ave th' word *add* in it, but 'tis a reasonable thin' t' include 'cause th' purpose o' this branch be t' add yer name t' a list.) + +## Make necessary changes 'n commit those changes + +Now open `Contributors.md` file in a text editor, add yer name t' it. Don't add it at th' beginnin' or end o' th' file. Put it anywhere in between. Now, save th' file. + +git status + +If ye go t' th' project directory 'n execute th' command `git status`, ye'll see thar are changes. + +Add those changes t' th' branch ye jus' created usin' th' `git add` command: + +``` +git add Contributors.md +``` + +Now commit those changes usin' th' `git commit` command: + +``` +git commit -m "Add to Contributors list" +``` + +replacing `` with your name. + +## Push changes t' GitHub + +Push yer changes usin' th' command `git push`: + +``` +git push origin +``` + +replacin' `` wit' th' name o' th' branch ye created earlier. + +## Submit yer changes fer review + +If ye go t' yer repository on GitHub, ye'll see a `Compare & pull request` button. Click on that button. + +create a pull request + +Now submit th' pull request. + +submit pull request + +Soon I'll be mergin' all yer changes into th' master branch o' this project. Ye will get a notification email once th' changes 'ave been merged. + +## Where t' go from here? + +Well done! Ye jus' completed th' standard _fork -> clone -> edit -> PR_ workflow that ye'll encounter often as a contributor! + +Celebrate yer contribution 'n share it wit' yer hearties 'n followers by goin' t' [web app](https://firstcontributions.github.io/#social-share). + +Now let's get ye started wit' contributin' t' other projects. We've compiled a list o' projects wit' easy issues ye can get started on. Check out [th' list o' projects in web app](https://firstcontributions.github.io/#project-list). + +### [Additional material](../additional-material/git_workflow_scenarios/additional-material.md) + +## Tutorials Usin' Other Tools + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.eo.md b/docs/gui-tool-tutorials/translations/README.eo.md new file mode 100644 index 00000000..dda4aa3b --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.eo.md @@ -0,0 +1,133 @@ +[![Amo al Malferma Kodo](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) +[![Licenco: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +[![Helpantoj de Malferma Kodo](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) + +# Unuaj Kontribuoj + +Estas malfacile. Iam estas malfacile la unua fojo kiam vi faras ion, speciale kiam vi kunlaboras kun aliaj, ĉar fari erarojn ne estas agrable. Nia celo estas simpligi la manieron en kiu novaj kontribuantoj de _malferma kodo_ lernas kaj kontribuas unue. + +Legi artikolojn kaj rigardi tutoriaojn povas helpi, sed kio estas pli bona ol fari aferojn en praktika medio? Ĉi tiu projekto celas esti gvidilo kaj simpligi la manieron en kiu komencantoj faras sian unuan kontribuon. Se vi volas fari vian unuan kontribuon, sekvu la paŝojn kiuj estas montritaj sube. + +#### *Se vi ne estas konata kun la komandlinio, [jen tutoriaj uzante ilojn kun Grafika Interfaco (GUI)](#Tutoriales-con-otras-herramientas)* + +fork de este repositorio + +Se vi ne havas git-on en via komputilo, vi povas trovi instrukciojn por instali ĝin [ĉi tie]( https://docs.github.com/es/get-started/quickstart/set-up-git ). + +## Forku (*Fork*) ĉi tiun deponejon + +Forku ĉi tiun deponejon klakante la butonon "*Fork*" en la supraj dekstra flanko de ĉi tiu paĝo. +Tio kreos kopion de ĉi tiu deponejo en via konto. + +## Klono (*Clone*) la forkan deponejon + +kloni ĉi tiun deponejon + +Nun klono ĉi tiun deponejon al via komputilo. Iru al via GitHub-konto, klaku sur la butono "*clone or download*" kaj poste klaku sur la ikono por *kopii al la poŝtelefono*. + +Malfermu vian konsolon aŭ terminalon kaj rulu la jenan git-an komandon: + +```bash +git clone "url you just copied" +``` + +Kie estas "la URL kiun vi ĵus kopis" (sen la duobla cita signo) estas la *URL* de ĉi tiu deponejo (via fork de ĉi tiu projekto). Rigardu la antaŭajn paŝojn por akiri la *URL*-on. + +kopii la URL-on al la poŝtelefono + +Ekzemple: + +```bash +git clone git@github.com:this-is-you/first-contributions.git +``` + +La parto kun `este-eres-tu` estos anstataŭigita per via GitHub-uzantonomo. Ĉi tie vi kopias la enhavon de la deponejo *first-contributions* de GitHub al via komputilo. + +## Krei branĉon (*Branch*) + +Shanĝu al la dosierujo de la deponejo sur via komputilo (se vi ne jam estas tie): + +```bash +cd first-contributions +``` + +Nun kredu branĉon (*branch*) uzante la komandon `git checkout`: + +```bash +git switch -c your-new-branch-name +``` + +Ekzemple: + +```bash +git switch -c add-alonzo-church +``` + +(La nomo de la branĉo ne devas enhavi la vorton *add*, sed estas racionebla ĉar la celo de tiu ĉi branĉo estas aldoni vian nomon al la listo.) + +## Faru la necesajn ŝanĝojn kaj konfirmu (*Commit*) tiujn ŝanĝojn + +Malfermu la dosieron `Contributors.md` en teksta redaktilo kaj aldonu vian nomon. Ne aldonu ĝin aŭ en la komenco aŭ en la fino de la dosiero, sed faru tion ie interne. Konservu la dosieron. + +git status + +Se vi iras al la projekta dosierujo kaj ekzekutas la komandon `git status`, vi vidos ke estas ŝanĝoj. + +Aldonu tiujn ŝanĝojn al la branĉo kiun vi kreis antaŭe uzante la komandon `git add`: + + +```bash +git add Contributors.md +``` + +Nun konfirmu tiujn ŝanĝojn uzante la komandon `git commit`: + + +```bash +git commit -m "Aldonu al la listo de Kontribuantoj" +``` + +anstataŭigu `` per via nomo. + +## Puŝu (*Push*) viajn ŝanĝojn al GitHub + +Puŝu viajn ŝanĝojn uzante la komandon `git push`: + + +```bash +git push -u origin your-branch-name +``` + + +Anstataŭigu `` per la nomo de la branĉo kiun vi kreis antaŭe. + +## Submetu (*Submit*) viajn ŝanĝojn por revizio + +Se vi iras al via deponejo en GitHub, vi vidos butonon `Compare & pull request`. Klaku sur tiu butono. + +krei pull request + +Nun sendu la *pull request*. + +sendi pull request + +Baldaŭ mi unuos viajn ŝanĝojn (faros *merge*) kun la ĉefa branĉo de tiu ĉi projekto. Vi ricevos retmesaĝon kiam la ŝanĝoj estos unuitaj. + +## Kie iri de ĉi tie? + +Gratulojn! Vi ĵus finis la regulan _fork -> clone -> redaktu -> pull request_ fluon kiun vi ofte renkontos kiel kontribuanto! + +Festu vian kontribuon kaj dividiĝu kun viaj amikoj kaj sekvantoj irante al [rete apikaĵo](https://firstcontributions.github.io/#social-share). + +Vi ankaŭ povas aliĝi al nia Slack-teamo se vi bezonas helpon aŭ havas demandojn. [Aliĝu al nia Slack-teamo](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Nun komencu kontribui al aliaj projektoj. Ni kolektis liston de projektoj kun facilaj problemoj, por ke vi povu ekhavi. Rigardu [la liston de projektoj en la rete apikaĵo](https://firstcontributions.github.io/#project-list). + +### [Plia materialo](../additional-material/git_workflow_scenarios/additional-material.md) + +## Tutoriaj uzante aliajn ilojn + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.es.md b/docs/gui-tool-tutorials/translations/README.es.md new file mode 100644 index 00000000..4dd4109d --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.es.md @@ -0,0 +1,124 @@ +[![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) + +# Primeras Contribuciones + +Es complicado. Resulta difícil la primera vez que haces algo, especialmente cuando colaboras con otros, pues cometer errores no es nada agradable. Nuestro objetivo es simplificar la forma en la que nuevos contribuidores de _código abierto_ aprenden y contribuyen por primera vez. + +Leer artículos y ver tutoriales puede ayudar, pero, ¿Qué mejor manera de practicar que hacer las cosas en un entorno de prácticas? Este proyecto se enfoca en guiar a principiantes durante su primera contribución. Si quieres lograr tu primera contribución, sigue los pasos que se muestran a continuación. + +#### *Si no estás familiarizado con la consola o terminal, [aquí hay tutoriales usando herramientas con Interfaz Gráfica (GUI)](#Tutoriales-con-otras-herramientas)* + +fork de este repositorio + +Si no tienes git en tu equipo, puedes encontrar instrucciones para instalarlo en [este enlace]( https://docs.github.com/es/get-started/quickstart/set-up-git ). + +## Bifurca (*Fork*) este repositorio + +Haz un *fork* de este repositorio haciendo click en el botón "*Fork*" en la parte superior derecha en esta página. +Esto creará una copia de este repositorio en tu cuenta. + +## Clona (*Clone*) el repositorio bifurcado + +clonar este repositorio + +Ahora clona este repositorio en tu equipo. Dirígete a tu cuenta de GitHub, haz click en el botón "*clone or download*" y luego haz click en el icono para *copiar al portapapeles*. + +Abre tu consola o terminal y ejecuta el siguiente comando de git: + +``` +git clone "url que acabas de copiar" +``` + +Donde pone "url que acabas de copiar" (sin las comillas dobles) es la *url* a este repositorio (tu *fork* a este proyecto). Mira los pasos previos para obtener la *url*. + +copiar URL al portapapeles + +Por ejemplo: +``` +git clone https://github.com/este-eres-tu/first-contributions.git +``` +La parte de `este-eres-tu` la reemplazarás con tu usuario de GitHub. Aquí estás copiando los contenidos del repositorio *first-contributions* de GitHub a tu equipo. + +## Crea una rama (*Branch*) + +Cambia al directorio del repositorio en tu equipo (si es que no estás ahí ya). + +``` +cd first-contributions +``` + +Ahora crea una rama (*branch*) usando el comando `git checkout` o `git switch`: +``` +git checkout -b + +git switch -c +``` + +Por ejemplo: +``` +git checkout -b add-alonzo-church + +git switch -c add-alonzo-church +``` +(El nombre de la rama no tiene por qué contener la palabra *add*, pero es razonable que lo tenga porque el objetivo de esta rama es añadir tu nombre a la lista.) + +## Haz los cambios necesarios y confirma (*Commit*) esos cambios + +Abre el archivo `Contributors.md` en un editor de texto y añade tu nombre. No lo añadas ni al principio ni al final del archivo, hazlo en cualquier otro sitio. Guarda el archivo. + +git status + +Si vas al directorio del proyecto y ejecutas el comando `git status`, verás que hay cambios. + +Agrega esos cambios a la rama (*branch*) que creaste anteriormente usando el comando `git add`: + +``` +git add Contributors.md +``` + +Ahora haz un *commit* sobre estos cambios ejecutando el comando `git commit`: +``` +git commit -m "Add to Contributors list" +``` +cambiando `` por tu nombre. + +## Sube (*Push*) tus cambios a GitHub + +Haz *push* de tus cambios usando el comando `git push`: +``` +git push -u origin +``` +Reemplaza `` con el nombre de la rama que creaste anteriormente. + +## Envía (*Submit*) tus cambios para ser revisados + +Si vas a tu repositorio en GitHub, verás un botón `Compare & pull request`. Haz click sobre el botón. + +crea una pull request + +Ahora envía la *pull request*. + +enviar la pull request + +Pronto estaré fusionando tus cambios (haciendo *merge*) con la rama master de este proyecto. Recibirás una notificación por correo electrónico cuando los cambios hayan sido fusionados. + +## ¿Cuáles son los siguientes pasos? + +¡Enhorabuena! ¡Has completado el flujo de trabajo *_fork -> clone -> edit -> PR_* que encontrarás habitualmente como contribuidor! + +Celebra tu contribución y compártela con tus amigos y seguidores yendo a [web app](https://firstcontributions.github.io/#social-share). + +Si quieres más práctica, echa un vistazo a [contribuciones de código](https://github.com/roshanjossey/code-contributions). + +Ahora empieza a contribuir en otros proyectos. Hemos reunido una lista de proyectos con *issues* sencillas para que puedas empezar. Échale un ojo a la [lista de proyectos en la aplicación web](https://firstcontributions.github.io/#project-list). + +### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md) + + +## Tutoriales con otras herramientas + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.et.md b/docs/gui-tool-tutorials/translations/README.et.md new file mode 100644 index 00000000..e0a5a6c2 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.et.md @@ -0,0 +1,131 @@ +# የመጀመሪያ አስተዋጽዖዎች + +ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋፅዖቸውን እንዲያደርጉ መንገዱን ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያውን አስተዋፅዖ ማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ። + +_በትእዛዝ መስመሩ ካልተመቻችሁ [የጂአይ መሳሪያዎችን በመጠቀም መማሪያ ይኸውና](#መማሪያዎች-ሌሎች-መሳሪያዎችን-በመጠቀም)_ + + +fork this repository + +#### በማሽንዎ ላይ git ከሌለዎት፣ [ጫን](https://docs.github.com/en/get-started/quickstart/set-up-git)። + +## ይህንን ማከማቻ ሹካ ያድርጉ + +በዚህ ገጽ ላይኛው ክፍል ላይ ያለውን የሹካ ቁልፍ ጠቅ በማድረግ ይህንን ማከማቻ ሹካ ያድርጉት። +ይህ በአንተ መለያ ውስጥ የዚህን ማከማቻ ቅጂ ይፈጥራል። + +## ማከማቻውን መዝጋት + +clone this repository + +አሁን የሹካውን መያዣ ወደ ማሽንዎ ያያይዙት. ወደ GitHub መለያዎ ይሂዱ፣ የሹካ ማከማቻውን ይክፈቱ፣ የኮድ አዝራሩን ጠቅ ያድርጉ እና ከዚያ _copy to clipboard_ አዶን ጠቅ ያድርጉ። + +ተርሚናል ይክፈቱ እና የሚከተለውን የgit ትዕዛዝ ያሂዱ፡- + +``` +git clone "ዩአርኤሉን አሁን ቀድተሃል።" +``` + +"ዩአርኤል አሁን የገለበጡት" (ያለ ጥቅሶች) ወደዚህ ማከማቻ ዩአርኤል (የዚህ ፕሮጀክት ሹካ) የሆነበት። ዩአርኤሉን ለማግኘት የቀደመውን ደረጃዎች ይመልከቱ። + +ዩአርኤልን ወደ ክሊፕቦርድ ቅዳ + +ለምሳሌ: + +``` +git clone https://github.com/ይህ አንተ ነህ።/first-contributions.git +``` + +የ GitHub ተጠቃሚ ስምህ የት `ይህ አንተ ነህ።' እዚህ በ GitHub ላይ ያለውን የመጀመሪያ አስተዋፅዖ ማከማቻ ይዘቶችን ወደ ኮምፒውተርዎ እየገለበጡ ነው። + +#ቅርንጫፍ ፍጠር + +በኮምፒውተርዎ ላይ ወዳለው የማከማቻ ማውጫ ይቀይሩ (እዚያ ከሌለዎት)፡- + +``` +cd first-contributions +``` + +አሁን የ`git switch` ትዕዛዝን በመጠቀም ቅርንጫፍ ይፍጠሩ፡ + +``` +git switch -c የእርስዎ-አዲሱ-ቅርንጫፍ-ስም +``` + +ለምሳሌ: + +``` +git switch -c add-alonzo-church +``` + +## አስፈላጊ ለውጦችን ያድርጉ እና ለውጦችን ያድርጉ + +አሁን የ`Contributors.md` ፋይልን በጽሑፍ አርታኢ ውስጥ ይክፈቱ፣ ስምዎን በእሱ ላይ ያክሉ። በፋይሉ መጀመሪያ ወይም መጨረሻ ላይ አይጨምሩት። በመካከል የትኛውም ቦታ ላይ ያስቀምጡት. አሁን, ፋይሉን ያስቀምጡ. + +git status + +ወደ የፕሮጀክት ማውጫው ሄደው ትዕዛዙን `git status` ከፈጸሙ፣ ለውጦች እንዳሉ ያያሉ። + +የ `git add` ትዕዛዙን በመጠቀም እነዚያን ለውጦች ወደ ፈጠሩት ቅርንጫፍ ያክሉ። + +``` +git add Contributors.md +``` +አሁን የ‹git› ትዕዛዙን በመጠቀም እነዚህን ለውጦች ያድርጉ፡ + +``` +git commit -m "ስሜን ወደ አስተዋጽዖ አበርካቾች ዝርዝር ጨምር" +``` + +'ስሜን' በስምህ በመተካት። + +## ለውጦችን ወደ GitHub ይግፉ + +የ `git push` ትዕዛዝን በመጠቀም ለውጦችዎን ይግፉ፡- + +``` +git push -u origin የእርስዎ-ቅርንጫፍ-ስም +``` + +replacing `የእርስዎ-ቅርንጫፍ-ስም` with the name of the branch you created earlier. + +
+ በመግፋት ላይ ማንኛውም ስህተት ካጋጠመህ እዚህ ጠቅ አድርግ፡- + +- ### የማረጋገጫ ስህተት +
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 አጋዥ ስልጠና](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ይሂዱ የኤስኤስኤች ቁልፍን ወደ መለያዎ ማመንጨት እና ማዋቀር። + +
+ +## ለውጦችዎን ለግምገማ ያስገቡ + +በ GitHub ላይ ወደ ማከማቻዎ ከሄዱ፣ `Compare and Pull Request` የሚለውን ቁልፍ ያያሉ። በዚያ ቁልፍ ላይ ጠቅ ያድርጉ። + +የመጎተት ጥያቄ ፍጠር + +አሁን የመሳብ ጥያቄውን ያስገቡ። + +ጥያቄን ጎትት + +በቅርቡ ሁሉንም ለውጦችዎን ወደ የዚህ ፕሮጀክት ዋና ቅርንጫፍ አዋህዳለሁ። ለውጦቹ ከተዋሃዱ በኋላ የማሳወቂያ ኢሜይል ይደርስዎታል። + +## ከዚህ ወዴት ልሂድ? + +እንኳን ደስ ያለህ! ልክ እንደ አስተዋጽዖ አበርካች የሚያጋጥሙትን መደበኛ _fork -> clone -> አርትዕ -> የመሳብ ጥያቄ_ የስራ ፍሰትን አጠናቀዋል! + +አስተዋፅኦዎን ያክብሩ እና ወደ [ድር መተግበሪያ](https://firstcontributions.github.io/#social-share) በመሄድ ለጓደኞችዎ እና ተከታዮችዎ ያካፍሉ። + +ማንኛውም እርዳታ ከፈለጉ ወይም ማንኛውም ጥያቄ ካለዎት የእኛን ደካማ ቡድን መቀላቀል ይችላሉ. [የላላ ቡድንን ይቀላቀሉ](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)። + +አሁን ለሌሎች ፕሮጀክቶች በማበርከት እንጀምር። እርስዎ ሊጀምሩባቸው የሚችሉ ቀላል ጉዳዮች ያላቸውን የፕሮጀክቶች ዝርዝር አዘጋጅተናል። ይመልከቱ [በድር መተግበሪያ ውስጥ ያሉ የፕሮጀክቶች ዝርዝር](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) | diff --git a/docs/gui-tool-tutorials/translations/README.ewe.md b/docs/gui-tool-tutorials/translations/README.ewe.md new file mode 100644 index 00000000..4f28afd7 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ewe.md @@ -0,0 +1,141 @@ +[![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) + + +# Kpekpeɖeŋu Gbãtɔ + +Esesẽna ɣesiaɣi ne èwɔ nane zi gbãtɔ.Vɔvɔ̃ be yeawɔ vodadawo meɖea dzi ɖi kura o, vevietɔ ne èle nu wɔm aduadu.Gake kɔmpiutadziɖoɖo siwo wozãna faa ƒe xexeame ku ɖe nuwɔwɔ aduadu kple dɔwɔwɔ le ƒuƒoƒo me ŋu.Azɔ hã, míedi be míana wòanɔ bɔbɔe na kɔmpiutadziɖoɖo yeye siwo tsɔa nu faa femaxee la be woasrɔ̃ nu to alesi nàdzɔ nu zi gbãtɔ la fiafia wò me. + +Nyatiwo kple nufiamewo xexlẽ ate ŋu akpe ɖe ŋuwò, gake nukae nyo wu be nàdze agbagba eye màte ŋu awɔ vodada o? Dɔ sia ƒe taɖodzinue nye be wòana mɔfiame eye wòana alesi dɔsrɔ̃viwo wɔa woƒe nudzɔdzɔ gbãtɔ nanɔ bɔbɔe.Ðo ŋku edzi be: zi alesi nèfa tu la, zi nenemae nèsrɔ̃a nu nyuie wu.Ne èdi vevie be yeadzɔ nu gbãtɔ la, ɖeko nàwɔ ɖe afɔɖeɖe siawo dzi.Medo ŋugbe be anye modzakaɖeɖe. + +ŋe asi ɖe nu sia ŋu + +Ne git mele wò kɔmpiuta dzi o, [ tsɔe de wò kɔmpiuta dzi ]( https://help.github.com/articles/set-up-git/ ). + +## Miɖe asi le agbalẽdzraɖoƒe sia (si woyɔna hã be Fork) . + +Ne èdi be yeaʋu agbalẽvi sia la, zi dzi le aɖaka si nye "Fork" si le axa la ƒe tame. +Esia ana be woaŋlɔ nyatakaka siwo le nyatakakadzraɖoƒea ɖe wò asitelefon dzi. + +## Wɔ numekugbalẽvi sia ƒe kɔpi + +Wɔ numekugbalẽvi sia ƒe kɔpi + +Azɔ wɔ agbalẽdzraɖoƒe sia ƒe nɔnɔmetata ɖe wò kɔmpiuta dzi. Zi clone ƒe dzesi dzi emegbe nàzi dzesi la dzi *kɔpi ɖe agbalẽƒomɔ̃ me*. + +Ʋu kpovitɔ eye nàzã git se siwo gbɔna : + +``` +git clone "url si nèwɔ kɔpi na fifia" +``` +afisi "url si nèwɔ kɔpi teti koe nye ema" (si me nyayɔyɔawo mele o) nye url si le agbalẽdzraɖoƒea. Kpɔ akpa si do ŋgɔ be nàxɔ url la. + +copier l'URL dans le presse-papier + +Le kpɔɖeŋu me : +``` +git clone https://github.com/wò-ŋkɔ-si-nèzãna/first-contributions.git +``` +afisi `Wò ŋkɔ si nèzãna` nye wò GitHub zãla ƒe ŋkɔ. Afisiae nèle nusiwo le agbalẽdzraɖoƒea ƒe kɔpi wɔm le `first-contributions` tso GitHub dzi le wò kɔmpiuta dzi. + +## Wɔ alɔdzedɔwɔƒe aɖe + +Ʋu yi dɔwɔwɔ ƒe nɔnɔmetata yeye si wowɔ ƒe nɔnɔmetata me (ne mèle afima haɖe o): + +``` +cd first-contributions +``` +Azɔ wɔ alɔdze aɖe kple sededea `git checkout` : +``` +git checkout -b +``` + +Le kpɔɖeŋu me : +``` +git checkout -b add-abdou-raouf-atarmla +``` +(Mehiã be nya *add* nanɔ alɔdzedɔwɔƒea ƒe ŋkɔ me o, gake esɔ be nàde eme elabena taɖodzinu si le alɔdze sia ŋue nye be wòatsɔ wò ŋkɔ akpe ɖe xexlẽdzesi aɖe ŋu.) + +## Wɔ tɔtrɔ siwo hiã eye nàtsɔ wo ana + +Azɔ ʋu nuŋlɔɖia `Contributors.md` de wò ŋkɔ ɖe etame eye nàŋlɔe ɖi. Ne èʋu sedede ƒe nyatakakadzraɖoƒea eye nèwɔ sededea `git status`, àkpɔe be tɔtrɔwo li. Tsɔ tɔtrɔ siawo kpe ɖe alɔdze si nèwɔ fifia kple sededea ŋu `git add` : +``` +git add Contributors.md +``` + +Azɔ wɔ tɔtrɔ siawo kple sededea `git commit`: +``` +git commit -m "Tsɔ kpe ɖe Nudzɔlawo ƒe xexlẽdzesi ŋu" +``` +tsɔ wò ŋkɔ ɖɔli ``. + +## Tu tɔtrɔwo ɖe GitHub dzi + +Tu wò tɔtrɔwo kple sededea `git push` : +``` +git push origin +``` +tsɔ alɔdze si wowɔ va yi ƒe ŋkɔ ɖɔli ``. + +## Miɖo miaƒe tɔtrɔwo ɖa be woalé ŋku ɖe wo ŋu + +Ne èyi wò nudzraɖoƒe le Github la, àkpɔ `Compare & pull request` ƒe dzesi. Zi dzesi sia dzi. + +create a pull request + +Azɔ tsɔ hehe ƒe biabiaa ɖo ɖa. + +submit pull request + +Eteƒe madidi o, maƒo miaƒe tɔtrɔwo katã nu ƒu ɖe dɔ sia ƒe alɔdze vevitɔ me. Àxɔ nyatakaka to e-mail dzi ne wonya wu ƒoƒo ɖekae nu ko. + +Womatrɔ asi le miaƒe alɔdzedɔwɔƒea ƒe alɔdzedɔwɔƒe gãtɔ ŋu le ɣeyiɣi sia me o. Be wò spur nawɔ ɖeka kple tɔnye la, wɔ ɖe afɔɖeɖe siawo dzi. + +## Na wò alɔdzedɔwɔƒea nawɔ ɖeka kple nyatakakadzraɖoƒe sia + + Gbã la, trɔ ɖe alɔdzedɔwɔƒe gã la ŋu (main) + ``` + git checkout main + ``` + + Eye nàtsɔ nye nyatakakadzraɖoƒe ƒe ka akpee be `upstream remote url` : +``` +git remote add upstream https://github.com/Roshanjossey/first-contributions +``` +Esia nye mɔ si dzi míetona gblɔna be nu bubu aɖe hã li si le míaƒe nyatakakadzraɖoƒea si míeyɔna be `upstream`. Ne tɔtrɔawo va wɔ ɖeka ko la, di nye numekuku ƒe akpa yeyea: +``` +git fetch upstream +``` + +Afisiae míele tɔtrɔwo katã dim le nye alɔdzedɔwɔƒe (upstream remote) me. Fifia ele be nàƒo tɔtrɔ yeye si tso nye agbalẽdzraɖoƒea nu ƒu ɖe wò alɔdze gã la me: +``` +git rebase upstream/main +``` +Le afisia la, míewɔa tɔtrɔ siwo katã dim nènɔ la ŋudɔ le alɔdzedɔwɔƒe gã la me. Ne ètu alɔdze gã la fifia la, tɔtrɔ siawo hã anɔ wò fɔkpaa ŋu: +``` +git push origin main +``` +Nuxlɔ̃ame: Fifia ya èle tutum ayi adzɔge ʋĩ ƒe nyatakakadzraɖoƒe si woyɔna be origin. + +Le afisia la, metsɔ wò `` alɔdzedɔwɔƒea ƒo ƒu kple nye alɔdze gãtɔ, eye nètsɔ nye alɔdze gã la ƒo ƒu kple wò alɔdze gãtɔ. Wò `` alɔdze megahiã o, eyata àteŋu atutue: +``` +git branch -d +``` +eye àte ŋu atutu eƒe tɔtrɔ le adzɔge ʋĩ ƒe nyatakakadzraɖoƒe hã: +``` +git push origin --delete +``` +Esia mehiã o, gake alɔdzedɔwɔƒea ƒe ŋkɔ ɖee fia be eƒe taɖodzinua nye nu si le vevie. Eƒe agbenɔɣi ate ŋu anɔ kpuie. + +## Nufiame siwo zãa dɔwɔnu bubuwo + + +| 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) | + +## Afikae míayi emegbe? + +Àte ŋu awɔ ɖeka kple míaƒe ƒuƒoƒoa hã le Slack nenye be èhiã kpekpeɖeŋu alo nyabiase aɖewo le asiwò. [Wɔ ɖeka kple ƒuƒoƒoa le Slack dzi](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) diff --git a/docs/gui-tool-tutorials/translations/README.fa.md b/docs/gui-tool-tutorials/translations/README.fa.md new file mode 100644 index 00000000..c1209ccf --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.fa.md @@ -0,0 +1,130 @@ +[![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) + +

+ +# اولین مشارکت + +این پروژه قصد دارد تا مسیر مشارکت در پروژه‌های متن‌باز را برای تازه‌کارها آسان نماید. اگر شما نیز به دنبال راهی برای ثبت اولین مشارکت خود هستید، این اقدامات را دنبال کنید. + +_اگر با محیط کامندی (CLI) احساس راحتی نمی‌کنید، [راهنمای استفاده از ابزارهای گرافیکی (GUI) را مشاهده کنید](#آموزش-انجام-مشارکت-در-دیگر-ابزارها)._ + +fork this repository + +#### اگر نرم‌افزار git را آماده ندارید، [از اینجا نصب کنید](https://help.github.com/articles/set-up-git/). + +## مخزن را فورک کنید + +با کلیک کردن بر روی دکمه Fork، از مخزن مورد نظر یک انشعاب بگیرید. این عملیات یک نسخه کپی از مخزن را بر روی حساب کاربری شما ایجاد می‌کند. + +## مخزن را کلون (شبیه) کنید + +clone this repository + +حال، از مخزن فورک شده، یک کلون روی سیستم کاربری خود ایجاد کنید. وارد حساب کاربری خود شده و مخزن فورک شده را باز کنید. دکمه Code را فشرده و نماد copy to clipboard را انتخاب کنید. + +سپس یک ترمینال باز کنید و دستور گیت زیر را اجرا نمایید: + +```bash +git clone "url you just copied" +``` + +بطوری که در قسمت "url you just copied"، آدرس مخزن فورک شده بدون علامت‌های کوتیشن (نقل قول) قرار گیرد. + +copy URL to clipboard + +بعنوان مثال: + +```bash +git clone https://github.com/this-is-you/first-contributions.git +``` + +به طوری که عبارت `this-is-you` برابر با نام حساب کاربری گیت‌هاب شما باشد. با این اقدام، تمام محتوای مورد نیاز جهت مشارکت را بر روی سیستم خود آماده می‌سازید. + +### یک شاخه ایجاد کنید + +اگر در مسیر مخزن کلون شده قرار ندارید، با دستور زیر وارد مسیر مخزن شوید: + +```bash +cd first-contributions +``` + +با استفاده از دستور `git checkout` یک شاخه جدید ایجاد کنید: + +```bash +git checkout -b your-new-branch-name +``` + +بعنوان مثال: + +```bash +git checkout -b add-alonzo-church +``` + +(هیچ لزومی نیست که در نام شاخه از کلمه `add` استفاده کنید. چنانچه قرار است بعنوان مشارکت، نام خود را به یک لیست اضافه کنیم، استفاده از این کلمه بعنوان نام شاخه، امری عاقلانه می‌باشد.) + +### تغییرات اساسی ایجاد کرده و کامیت کنید + +در این قدم، ابتدا فایل `Contributors.md` را در یک محیط ویرایش متن باز کنید. نام خود را به این فایل اضافه کنید. توجه کنید که نام نه در ابتدا و نه در انتها قرار گیرد. نام را بین اسامی قرار دهید. فایل را ذخیره کنید. + +git status + +چنانچه وارد مسیر مخزن شوید و دستور `git status` را اجرا نمایید، مشاهده خواهید کرد که تغییراتی بر روی مخزن اعمال شده. + +با استفاده از دستور `git add`، تغییرات را به برنچ از پیش ساخته‌شده اضافه کنید: + +```bash +git add Contributors.md +``` + +حال، تغییرات را با دستور `git commit` کامیت و ثبت نمایید: + +```bash +git commit -m "Add to Contributors list" +``` + +توجه داشته باشید که نام خود را با عبارت `` جایگزین کنید. + +## تغییرات را ارسال (پوش) کنید + +با استفاده از دستور `git push` تغییرات ثبت شده را ارسال کنید: + +```bash +git push origin +``` + +نام برنچی که در مراحل قبل ایجاد کردید را با عبارت `` جایگزین کنید. + +## تغییرات خود را برای بررسی، ثبت کنید + +چنانچه وارد مخزن فورک شده در حساب کاربری خود شوید، گزینه‌ای تحت عنوان `Compare & pull request` مشاهده خواهید کرد. آن گزینه را انتخاب کنید. + +create a pull request + +در این مرحله، درخواست (Pull request) خود را ثبت کنید. + +submit pull request + +نهایتا، من تغییرات شما را به برنچ master پروژه اضافه (merge) خواهم کرد. بلافاصله پس از مرج شدن درخواست شما، یک ایمیل مبنی بر همین موضوع برای شما ارسال خواهد شد. + +## اقدامات بعدی + +تبریک! شما مراحل فورک کردن، کلون کردن، ایجاد تغییرات و پول رکوئست را به خوبی پشت سر گذاشتید. + +مشارکت خود روی این پروژه را [از اینجا](https://firstcontributions.github.io/#social-share) با دیگر دوستان و دنبال‌کنندگان خود جشن بگیرید. + +همچنین شما می‌توانید [از اینجا](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)، وارد تیم Slack ما شوید و سوالات خود را مطرح نمایید. + +حال، شما می‌توانید مشارکت خود را روی دیگر پروژه‌ها آغاز نمایید. ما یک لیست از پروژه‌ها با مشکلات ساده ایجاد کردیم که گزینه خوبی برای شروع می‌باشد. لیست پروژه‌ها را [از این اینجا](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) | + +

diff --git a/docs/gui-tool-tutorials/translations/README.fi.md b/docs/gui-tool-tutorials/translations/README.fi.md new file mode 100644 index 00000000..9ddd935a --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.fi.md @@ -0,0 +1,129 @@ +[![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) + + +# Ensimmäiset kontribuutiot + +Se on vaikeaa. Ensimmäiset kerrat ovat aina vaikeita. Etenkin tehdessä yhteistyötä, virheiden teko ei ole ollenkaan mukavaa. Me halusimme yksinkertaistaa tavan jolla avoimen lähdekoodin kontribuoijat oppivat sekä kontribuoivat ensimmäistä kertaa. + +Artikkeleiden lukeminen sekä tutoriaalien katsominen voi auttaa, mutta mikä onkaan parempaa kuin käytännön harjoite harjoitusympäristössä? Tämä projekti tähtää avun tarjoamiseen sekä aloittelijoiden ensimmäisen kontribuution yksinkertaistamiseen. Jos olet aikeissa kontribuoida ensimmäistä kertaa, seuraa alla olevia ohjeita. + +#### *Jos et osaa käyttää komentoriviä sulavasti, [täältä löytyy tutoriaaleja GUI-työkalujen käyttöön.](#Muiden-työkalujen-tutoriaaleja)* + +fork this repository + +Jos sinulla ei ole git asennettuna koneellesi, [asenna se](https://help.github.com/articles/set-up-git/). + +## Forkkaa tämä repositorio + +Forkkaa tämä repositorio klikkaamalla yläkulmassa näkyvää painiketta "Fork". Tämä luo kopion tästä repositoriosta käyttäjällesi. + +## Kloonaa repositorio + +clone this repository + +Seuraavaksi kloonaa juuri forkkaamasi repositorio koneellesi. Mene GitHub käyttäjäsivuillesi, avaa forkkaamasi repositorio sekä klikkaa "Clone or download"-painiketta jonka jälkeen kopioi osoite painamalla "Copy to clipboard"-ikonia. + +Avaa komentorivi ja syötä seuraava git-komento: + +``` +git clone "Juuri kopioimasi URL" +``` + +"Juuri kopioimasi URL"-tekstin sijasta (ilman lainausmerkkejä) pastea repositorion URL äskeisestä vaiheesta. + +copy URL to clipboard + +Esimerkiksi: + +``` +git clone https://github.com/nimesi/first-contributions.git +``` + +Kirjoita GitHub-käyttäjänimesi 'nimesi' teksin sijaan. Tämä komento kopioi sisällön GitHubisi first contributions-repositorion koneellesi. + +## Luo branch + +Mene repositoriosi kansioon koneellasi (ellet jo ole siellä). + +``` +cd first-contributions +``` + +Seuraavaksi luo branch komennolla `git checkout`: + +``` +git checkout -b +``` + +Esimerkiksi: + +``` +git checkout -b add-matti-meikalainen +``` + +(Branchin nimeen ei välttämättä tarvitse sisällyttää sanaa *add*, mutta tässä se käy järkeen sillä tämän branchin tarkoitus on lisätä nimesi listaan.) + +## Tee tarvittavat muutokset sekä committoi ne + +Seuraavaksi avaa `Contributors.md` tiedosto tekstieditorissa ja lisää nimesi tiedostoon. Älä lisää sitä tiedoston alkuun taikka loppuun vaan keskelle. Seuraaksi tallenna tiedosto. + +git status + +Jos menet projektin kansioon ja syötät komennon `git status`, näet muutokset. + +Lisää nuo muutokset branchiin `git add` komennolla: + +``` +git add Contributors.md +``` + +Seuraavaksi committoi muutokset `git commit` komennolla: + +``` +git commit -m "Add to Contributors list" +``` + +Korvaamalla `` nimelläsi. + +## Muutosten pushaaminen GitHubiin + +Pushaa muutoksesi komennolla `git push`: + +``` +git push origin +``` + +Korvaamalla `` nimellä jonka annoit branchillesi aikaisemmin. + +## Jätä muutoksesi arvosteltavaksi + +Jos menet repositorioosi GitHubissa, näet `Compare & pull request` painikkeen. Paina tuota painiketta. + +create a pull request + +Seuraavaksi suorita pull request. + +submit pull request + +Seuraavaksi mergeän muutoksesi tämän projektin master-branchiin. Tulet saamaan ilmoituksen sähköpostiisi kun muutokset ovat mergetty. + +## Mihin seuraavaksi? + +Onneksi olkoon! Olet juuri suorittanut tavanomaisen *Fork -> Clone -> Edit -> Pull Request* -työnkulun joka tulee vastaasi usein kontribuoijana! + +Juhlista kontribuutiotasi ja jaa se ystävillesi ja followereillesi menemällä [Web Appiin](https://firstcontributions.github.io/#social-share). + +Voit liittyä Slack tiimiimme jos sinulla on kysyttävää. [Liity Slack tiimiin](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Jos haluaisit kontribuoida muihin projekteihin, me olemme koonneet listan yksinkertaisista ensimmäisistä issueista työskenneltäväksesi. [Lista löytyy Web-Appistamme](https://firstcontributions.github.io/#project-list). + +### [Lisämateriaaleja](../additional-material/git_workflow_scenarios/additional-material.md) + +## Muiden työkalujen tutoriaaleja + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.fil.md b/docs/gui-tool-tutorials/translations/README.fil.md new file mode 100644 index 00000000..e4b18c7b --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.fil.md @@ -0,0 +1,136 @@ +[![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) + + +# 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. + +_Kung hindi ka komportable sa 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). + +## I-fork ang repositoryong 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-clone ang repositoryo + +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. + +Magbukas ng terminal at patakbuhin ang sumusunod na git command: + +``` +git clone "url na kinopya 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. + +copy URL to clipboard + +Halimbawa: + +``` +git clone https://github.com/this-is-you/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. + +## Gumawa ng sangay + +Baguhin sa direktoryo ng repositoryo sa iyong computer (kung wala ka pa roon): + +``` +cd first-contributions +``` + +Ngayon lumikha ng isang sangay gamit ang utos na `git switch`: + +``` +git switch -c your-new-branch-name +``` + +Halimbawa: + +``` +git switch -c add-alonzo-church +``` + +## Gumawa ng mga kinakailangang pagbabago at gawin ang mga pagbabagong iyon + +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. + +git status + +Kung pupunta ka sa direktoryo ng proyekto at isagawa ang command na `git status`, makikita mong may mga pagbabago. + +Idagdag ang mga pagbabagong iyon sa sangay na nilikha mo lamang gamit ang utos na `git add`: + +``` +git add Contributors.md +``` + +Ngayon gawin ang mga pagbabagong iyon gamit ang utos na `git commit`: + +``` +git commit -m "Add your-name to Contributors list" +``` + +Ngayon gawin ang mga pagbabagong iyon gamit ang utos na `git commit`: + +## I-push ang mga pagbabago sa GitHub + +Itulak ang iyong mga pagbabago gamit ang command na `git push`: + +``` +git push -u origin your-branch-name +``` + +pinapalitan ang `your-branch-name` ng pangalan ng branch na ginawa mo kanina. + +
+ Kung nakakakuha ka ng anumang mga error habang nagtutulak, mag-click dito: + +- ### 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. +
+ +## Isumite ang iyong mga pagbabago para sa pagsusuri + +Kung pupunta ka sa iyong repository sa GitHub, makakakita ka ng button na `Ihambing at hilahin ang kahilingan. I-click ang button na iyon. + +create a pull request + +Ngayon isumite ang kahilingan sa paghila. + +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. + +## Saan pupunta mula dito? + +Congrats! Nakumpleto mo lang ang karaniwang _fork -> clone -> edit -> pull request_ workflow na madalas mong makaharap 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). + +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). + +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). + +### [Karagdagang materyal](additional-material/git_workflow_scenarios/additional-material.md) + +## Mga Tutorial Gamit ang Iba Pang Mga Tool + +| 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) | \ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.fr.md b/docs/gui-tool-tutorials/translations/README.fr.md new file mode 100644 index 00000000..713672f9 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.fr.md @@ -0,0 +1,176 @@ +[![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) + + +# Premières Contributions + +C'est toujours compliqué la première fois que l'on fait quelque chose. La peur de faire des fautes n'est pas du tout confortable, spécialement quand vous collaborez. Mais le monde du logiciel libre est le fait de collaborer et de travailler en groupe. Aussi, nous voulons simplifier l'apprentissage des nouveaux contributeurs au logiciel libre en vous enseignant à contribuer pour la première fois. + +Lire des articles et des tutoriels peut aider, mais qu'y a-t-il de mieux que d'essayer sans pouvoir faire d'erreurs ? Ce projet a pour ambition de fournir des conseils et simplifier la manière dont les apprentis font leur première contribution. Souvenez-vous : plus vous êtes serein, mieux vous apprenez. Si vous aspirez à faire votre première contribution, suivez tout simplement les étapes suivantes. Promis, ce sera amusant. + +forker ce repertoire + +Si vous n'avez pas encore Git installé sur votre machine, [ installez-le ]( https://help.github.com/articles/set-up-git/ ). + +## Faire un fork de ce dépôt + +Forkez ce dépôt en cliquant sur le bouton *fork* en haut de cette page. +Cela créera une copie de ce dépôt dans votre propre compte GitHub + +## Clonez ce répertoire + +clonez ce répertoire + +Maintenant, clonez ce répertoire sur votre ordinateur. Allez sur votre compte GitHub, ouvrez le dépôt forké, cliquez sur le bouton *Code*, puis sur l’onglet *SSH* et enfin sur l’icône *copier dans le presse-papiers*. + +Ouvrez une invite de commande (si vous êtes sous Windows) ou un terminal (si vous êtes sous MacOS ou Linux) et exécutez la commande git suivante : + +``` +git clone "l'url que vous venez de copier" +``` +où "l'url que vous venez de copier" (sans les guillemets) est l'url du dépôt forké. Revoir les étapes précédentes pour obtenir l’URL exacte. + +copier l'URL dans le presse-papier + +Par exemple : +``` +git clone https://github.com/votre-nom-d-utilisateur/first-contributions.git +``` +où `votre-nom-d-utilisateur` est votre nom d'utilisateur GitHub. Ici vous êtes en train de copier le contenu du dépôt `first-contributions` depuis GitHub sur votre ordinateur. + +## Créez une branche + +Déplacez-vous dans le répertoire du projet nouvellement cloné (si vous n'y êtes pas encore) : + +``` +cd first-contributions +``` +Maintenant créez une branche avec la commande `git checkout` : +``` +git checkout -b +``` + +Par exemple : +``` +git checkout -b add-koffi-sani +``` +(Le nom de la branche n'a pas besoin de contenir le terme *add*, mais il est mieux de l'inclure car l'objectif de cette branche est d'ajouter votre nom à une liste.) + +
Si vous rencontrez une erreur avec git switch, cliquez ici : +Si le message "Git: switch is not a git command. See git –help" s’affiche, c’est probablement parce que vous utilisez une ancienne version de Git. + +Dans ce cas, essayez plutôt : + +``` +git checkout -b nom-de-ta-nouvelle-branche +``` +
+ +## Effectuez les modifications nécessaires et enregistrez-les + +Ouvrez le fichier `Contributors.md` dans un éditeur de texte, ajoutez-y votre nom, et enregistrez-le. Ne l’ajoutez pas au début ou à la fin du fichier, mais quelque part au milieu. + +git status + +Si vous ouvrez l'invite de commande et que vous exécutez la commande `git status`, vous verrez qu'il y a des modifications. Ajoutez ces modifications à la branche que vous venez de créer avec la commande `git add` : +``` +git add Contributors.md +``` + +Maintenant faites un commit de ces modifications avec la commande `git commit`: +``` +git commit -m "Add to Contributors list" +``` +en remplaçant `` par votre nom. + +## Envoyez les modifications vers GitHub + +Poussez vos modifications avec la commande `git push` : +``` +git push -u origin +``` +en remplaçant `` avec le nom de la branche précédemment créée. + +
Si tu obtiens une erreur au moment de pousser, clique ici : + +- ### Erreur d’authentification +
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/'
+Suivez le tutoriel GitHub pour générer et configurer une clé SSH sur votre compte. + +Vous pouvez également exécuter git remote -v pour vérifier votre adresse distante. + +Si elle ressemble à ceci : + +
origin https://github.com/ton-nom-utilisateur/ton_repo.git (fetch) origin https://github.com/ton-nom-utilisateur/ton_repo.git (push)
+Modifiez-la avec cette commande : + +``` +git remote set-url origin git@github.com:ton-nom-utilisateur/ton_repo.git +``` +Sinon, vous continuerez de devoir entrer votre mot de passe et vous obtiendrez une erreur d’authentification. + +
+ +## Soumettez votre contribution pour révision + +Si vous vous rendez sur votre répertoire sur Github, vous verrez un bouton `Compare & pull request`. Cliquez dessus. + +créer une pull request + +Soumettez ensuite la *pull request*. + +soumettre une pull request + +Je fusionnerai bientôt vos modifications dans la branche principale du projet. +Vous recevrez un e-mail de confirmation une fois que ce sera fait. + +La branche main de votre dépôt forké ne subira pas de modification. Pour que votre dépôt soit synchronisé avec le mien, suivez les étapes suivantes. + +## Gardez votre embranchement synchronisé avec ce répertoire + + D'abord, basculez sur la branche main + ``` + git checkout main + ``` + + Et ajouter l'url de mon répertoire comme `upstream remote url` : +``` +git remote add upstream https://github.com/Roshanjossey/first-contributions +``` +Ceci est une manière de dire à git qu'une autre version de ce répertoire existe à l'adresse spécifiée et que nous l'appelons `upstream`. Une fois les modifications fusionnées, cherchez la nouvelle version de mon répertoire : +``` +git fetch upstream +``` + +Ici nous cherchons toutes les modifications dans mon embranchement (upstream remote). Maintenant, vous devez fusionner la nouvelle révision de mon répertoire avec votre branche main : +``` +git rebase upstream/main +``` +Ici nous appliquons toutes les modifications que vous avez récupéré à la branche main. Si vous poussez la branche main maintenant, votre embranchement aussi aura les modifications : +``` +git push origin main +``` +Avertissement: Cette fois, vous poussez les modifications au répertoire distant appelé origin. + +A cet instant j'ai fusionné votre branche `` avec ma branche main, et vous avez fusionné ma branche main avec votre branche main. Votre branche `` n'est plus utile, donc vous pouvez la supprimer : +``` +git branch -d +``` +et vous pouvez supprimer sa version dans le répertoire distant aussi : +``` +git push origin --delete +``` +Ceci n'est pas nécessaire, mais le nom de la branche montre que son objectif est assez spécifique. Sa durée de vie peut être courte. + +## Tutoriels en utilisant d'autres outils + + +| 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) | + +## 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) diff --git a/docs/gui-tool-tutorials/translations/README.ga.md b/docs/gui-tool-tutorials/translations/README.ga.md new file mode 100644 index 00000000..fff5e61c --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ga.md @@ -0,0 +1,152 @@ +[![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) + +# Tosaíonn Céad Cuireadh + +Is é aidhm an tionscadail seo a bheith simplí agus treoraithe don tslí a ndéanann túsóirí a gcéad chuimsithe. Más mian leat do chéad chuimsiú a dhéanamh, lean na céimeanna thíos. + +_Más rud é nach bhfuil tú compordach leis an líne smachta, [tá tutóirialanna anseo ag baint úsáide as uirlisí GUI](#tutorials-using-other-tools)_ + + +fork this repository + +#### Mura bhfuil git ar do mhaisín agat, [suiteáil é](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## Foirgneamh an repositry a shábháil + +Foirgneamh an repositry seo trí ghrúpaigh air a dhéanamh. Cliceáil ar an gcnaipe foirgneamh atá ar bharr an leathanaigh seo. Cruthóidh sé cóip d'an repositry seo in do chuntas féin. + + +## Clónaigh an repositry + +clone this repository + +Anois, clónaigh an repositry ghrúpaithe chuig do mhaisín. Téigh go dtí do chuntas GitHub, oscail an repositry ghrúpaithe, cliceáil ar an gcnaipe cód agus ansin _cliceáil ar an íomhá ghlactha_ chuig an ghluais cóipchlibeaird. + + + +Oscail tearma agus rith an t-ordú git seo a leanas: + +``` +git clone "url a ghlac tú amach" +``` + +Mar sin "url a ghlac tú amach" (gan na tréimhseanna quoitimh) is ea url chuig an repositry seo (do ghruapa den tionscadal seo). Féach ar na céimeanna roimhe sin chun an url a fháil. + +copy URL to clipboard + +Mar shampla: + +``` +git clone git@github.com:this-is-you/first-contributions.git +``` + +Ait a bhfuil `this-is-you` is t-ainm úsáideora GitHub. Anseo atá tú ag cóipeáil ábhar repositry first-contributions ar GitHub chuig do ríomhaire. + +## Cruthaigh snáth + +Athraigh go dtí comhad repositry ar do ríomhaire (mura bhfuil tú ansin cheana): + +``` +cd first-contributions +``` + +nois cruthaigh snáth ag baint úsáide as an comhad `git switch`: + +``` +git switch -c your-new-branch-name +``` + +Mar shampla: + +``` +git switch -c add-alonzo-church +``` + +## Déan na hathruithe riachtanacha agus déan comhaireamh orthu + +Anois, oscail `Contributors.md` i eagarthóir téacs, cuir do ainm leis. Ná cuir é ag tús ná ag deireadh an chomhad. Cuir é in aon áit ina lár. Ansin, sábháil an comhad. + + +git status + +Más téann tú go dtí comhaid tionscadail agus déanann tú an t-ordú `git status`, feicfidh tú go bhfuil athruithe ann. + +Cuir na hathruithe sin leis an snáth a chruthaigh tú leis an gcnaipe `git add`: + +``` +git add Contributors.md +``` + +Ansin déan comhaireamh orthu leis an gcnaipe `git commit`: + +``` +git commit -m "Add your-name to Contributors list" +``` + +agus cuir in áit do ainm in ionad `your-name`. + +## Seol athruithe chuig GitHub + +Seol do chuid athruithe ag baint úsáide as an gcnaipe `git push`: + +``` +git push -u origin your-branch-name +``` + + +agus cuir `your-branch-name` do snátha a chruthaigh tú roimhe seo. +
+ Má fhaigheann tú botúin ar bith le linn an athsheoladh, cliceáil anseo: + +- ### 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/'
+ Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account. + +
+ +## Cuimhnigh ort do chuid athruithe a chur chun athbhreithnithe + +Má téann tú go dtí do repositry ar GitHub, feicfidh tú cnaipe `Compare & pull request`. Cliceáil ar an gcnaipe sin. + + +create a pull request + +Ansin cuir isteach an iarratas athbhreithnithe. + +submit pull request + +Go luath beidh mé ag méascadh na hathruithe uile atá déanta agat isteach i mbranca príomh an tionscadail seo. Beidh ríomhphost fógra agat nuair a bheidh na hathruithe comhoiriúnaithe. + + +## Cá háit a leantú as seo amach? + +Comhghairdeas! Chríochnaigh tú an tslí ríthábhachtach _fork -> clone -> edit -> pull request_ iarratas ar athbhreithniú a bhíonn ag tionscalóirí go minic! + + +Ceiliúraigh do chionta agus roinne é le do chairde agus le do leanúnaigh trí dul go dtí an aip ghréasáin. [web app](https://firstcontributions.github.io/#social-share). + +D'fhéadfá dul inár bhfoireann Slack má tá cabhair uait nó ceisteanna agat. [Ghabh le foireann Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w). + +Anois, lig dúinn tú a thosú ag tacú le tionscadail eile. Tá liosta againn de thionscadail le faidhéideanna éasca a d'fhéadfá tosú orthu. Féach ar liosta na dtionscadal san aip ghréasáin. + +Anois, lig dúinn tú a thosú ag tacú le tionscadail eile. Tá liosta againn de thionscadail le faidhéideanna éasca a d'fhéadfá tosú orthu. Féach ar [liosta na dtionscadal san aip ghréasáin](https://firstcontributions.github.io/#project-list). + +### [Ábhar Breise](additional-material/git_workflow_scenarios/additional-material.md) + +## Tutóirialanna Ag Úsáid Uirlisí Eile + +| 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) | + +

Tugann tacaíocht don tionscadal seo::

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.ge.md b/docs/gui-tool-tutorials/translations/README.ge.md new file mode 100644 index 00000000..84d738d7 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ge.md @@ -0,0 +1,123 @@ +[![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) + + +# პირველი კონტრიბუცია +ახალი რამის პირველად, დამოუკიდებლად, გაკეთება შეიძლება საკმაოდ რთული აღმოჩნდეს. მითუმეტეს, თუ უცხოებთან თანამშრომლობ და შეცდომების დაშვება არცთუ ისე კარგი გრძნობაა. ჩვენ გვინდოდა დამწყები ოფენ სორს კონტრიბუტორებისთვის გაგვემარტივებინა საქმე და გვესწავლებინა თუ როგორ უნდა შეიტანონ წვლილი სხვა პროექტებში. + +ეს პროექტი ეხმარება დამწყებ "დეველოპერებს" რათა გაუადვილდეთ პირველი კონტრიბუცია Github_ზე. თუ გინდა რომ პირველი შენი დაწერილი კოდი Github_ზე ათვირთო მაშინ მიყევი ქვემოთ მოცემულ ინსტრუქციას. + +კი, სტატიების წაკითხვა და ვიდეოების ყურება კარგია, მაგრამ, პრაქტიკას არც ერთი შეედრება. ეს პროექტიც ზუსტად იმისთვისაა, რომ გაგიმარტივოს გზა პირველ კონტრიბუციამდე, რომელსაც ქვემოთ ჩამოთვლილი რამდენიმე ნაბიჯი გაშორებს.\ + + +#### *თუ ტერმინალთან დიდად არ მეგობრობ, [აქ ნახავ რამდენიმე პროგრამას, რომელიც ტერმინალის გამოყენებას აგარიდებს თავიდან]( #ტუტორიალები-სხვა-პროგრამების-გამოყენებით )* + +fork this repository + +თუ კომპიუტერში გითი არ გაქვს ჩაწერილი, [მიჰყევი ლინკს]( https://help.github.com/articles/set-up-git/). + +## დაფორკე ეს რეპოზიტორია + +რეპოზიტორიის დაფორკვისთვის, ამ გვერდის მარჯვენა ზედა კუთხეში დააჭირე "Fork" ღილაკს, რომელიც მის ასლს შეგიქმნის. + +## რეპოზიტორიის დაკლონვა + +clone this repository + +ახლა, დაფორკილი რეპოზიტორია შენს კომპიუტერზე უნდა გადმოიტანო. ამისთვის შედი შენს გითჰაბის პროფილზე, გახსენი რეპოზიტორია და დააჭირე "Clone or download"-ს, შემდეგ კი *"copy to clipboard"*-ის სურათს. + +ახლა გახსენი ტერმინალი და გაუშვი შემდეგი ბრძანება: + +``` +git clone "url you just copied" +``` +სადაც "url you just copied" (ბრჭყალების გარეშე) არის შენ მიერ დაკოპირებული რეპოზიტორიის ლინკი. (თუ ეს ლინკი არ გაქვს, წინა ნაბიჯი თავიდან გაიარე). + +copy URL to clipboard + +მაგალითად: +``` +git clone https://github.com/this-is-you/first-contributions.git +``` +სადაც `this-is-you` ნაწილი, შენი გითჰაბის სახელია. ამითი რეპოზიტორიის ყველა ფაილი შენს კომპიუტერში გადმოვა. + +## შექმენი ბრენჩი + +შენი კომპიუტერით შედი რეპოზიტორიის ფოლდერში (თუ უკვე იქ არ ხარ): + +``` +cd first-contributions +``` +ახლა შექმენი ახალი ბრენჩი `git checkout` ბრძანების გამოყენებით: +``` +git checkout -b +``` + +მაგალითად: +``` +git checkout -b add-alonzo-church +``` +(ბრენჩის სახელის დასაწყისში *add*-ის მიწერა სავალდებულო არაა, თუმცა მიზანშეწონილია, რადგანაც მისი მთავარი მიზანია თქვენი სახელი დაამატოს კონტრიბუტორთა სიაში.) + +## საჭირო ფაილების შეცვლა და ატვირთვა + +ახლა რომელიმე პროგრამით (სასურველია ტექსტ ედიტორით) გახსენი ფაილი, სახელად `Contributors.md` და დაამატე შენი სახელი. ოღონდ გაითვალისწინე, რომ ის სხვების სახელებს შორის უნდა ჩაწერო და არა ფაილის დასაწყისში, ან ბოლოში. შეინახე ცვლილებები. + +git status + + +თუ პროექტის ფოლდერში გადახვალ და გაუშვებ ბრძანება: `git status`. ტერმინალი გაჩვენებს რა ფაილებში მოხდა ცვლილებები. + + +`git add`-ით დაამატე ცვლილებები შენ მიერ შექმნილ ახალ ბრენჩს: + +``` +git add Contributors.md +``` + +ახლა შეინახე ისინი `git commit`-ის გამოყენებით: +``` +git commit -m "Add to Contributors list" +``` +აქაც, `` უნდა შეცვალო შენი პროფილის სახელით. + +## ცვლილებების ატვირთვა გითჰაბზე + +ატვირთე შენი ნამუშევარი `git push`-ის მეშვეობით: +``` +git push origin +``` +`` აქ შენ მიერ შექმნილი ბრენჩის სახელით უნდა ჩაანაცვლო. + +## განხილვის მოთხოვნა + +გითჰაბზე, შენს რეპოზიტორიაში როცა გადახვალ, დაინახავ `Compare & pull request` ღილაკს. დააჭირე. + +create a pull request + +ახლა შენ მოითხოვ ცვლილებების განხილვას. + +submit pull request + +და სულ მალე, შენი ნამუშევარი ამ პროექტის მთავარ ბრენჩზე გამოჩნდება. ამის შესახებ მეილსაც მიიღებ. + +## აქედან საით? + +გილოცავ! შენ შეასრულე სტანდარტული კონტრიბუციის პროცედურა, რომელსაც მომავალში ხშირად გამოიყენებ, როგორც კონტრიბუტორი! + +აღნიშნე და გაუზიარე მეგობრებს შენი წარმატება [ამ ლინკზე გადასვლით](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). + +### [დამატებითი მასალა](../additional-material/git_workflow_scenarios/additional-material.md) + + +## ტუტორიალები სხვა პროგრამების გამოყენებით + +| GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | +| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | +| [GitHub Desktop](../github-desktop-tutorial.md) | [Visual Studio 2017](../github-windows-vs2017-tutorial.md) | [GitKraken](../gitkraken-tutorial.md) | [Visual Studio Code](../github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../github-windows-intellij-tutorial.md) | \ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.gh.md b/docs/gui-tool-tutorials/translations/README.gh.md new file mode 100644 index 00000000..d6a08050 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.gh.md @@ -0,0 +1,142 @@ +[![Love for 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) +[![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) + +# Ntoboa a Edi Kan + +Bere a edi kan a wobɛyɛ biribi no yɛ nea ɛyɛ den bere nyinaa. Suro a wusuro sɛ wubedi mfomso no nyɛ nea ahotɔ wom koraa, titiriw bere a woreyɛ biako no. Nanso wiase a ɛwɔ open source no fa adwumayɛkuw ne adwuma a wɔbɛyɛ sɛ kuw ho. Enti, yɛpɛ sɛ yɛma ɔkwan a wɔfa so ma wɔn a wɔde mmoa foforo kɔ open source no yɛ mmerɛw denam sɛnea wobɛkyerɛkyerɛ wo sɛnea wode wo ntoboa a edi kan bɛma no so. + +Nsɛm ne nkyerɛkyerɛ akenkan betumi aboa, nanso dɛn na eye sen sɛ wobɛbɔ mmɔden a wunsuro sɛ wubedi mfomso? Saa dwumadie yi botaeɛ ne sɛ ɛbɛma akwankyerɛ na ama sɛdeɛ wɔn a wɔrefi aseɛ no de wɔn ntoboa a ɛdi kan de ma no ayɛ mmerɛ. Kae:dodow a wo ho adwo wo no, dodow no ara na wusua ade yiye.Sɛ wopɛ sɛ wode wo ntoboa a edi kan ma a, di anammɔn a ɛwɔ ase ha no akyi kɛkɛ. + +fork this repository + +Sɛ wo nni Git wɔ wo kɔmputa so a, . [fa hyɛ wo kɔmputa so](https://help.github.com/articles/set-up-git/). + +## Fork Saa Adekorabea Yi + +Fork saa adekorabea yi denam fork button a ɛwɔ kratafa no atifi a wobɛma so. +Wei bɛma woanya akoraeɛ no bi wɔ wo akonta so. + +## Clone Saa Adekorabea + +clone this repository + +Afei clone saa akoraeɛ yi kɔ wo kɔmputa so. Klik clone button no so na afei klik *kɔpi kɔ clipboard so* icon no so. + +Bue ahyɛdeɛ kwan (sɛ wowɔ Windows so) anaa terminal (sɛ wowɔ MacOS anaa Linux so) na yɛ git ahyɛdeɛ a ɛdidi soɔ yi: + +``` +git clone "URL a woayɛ ho kɔpi nkyɛe no" +``` +baabi a "URL a woayɛ ho kɔpi seesei ara" (a nsɛm a wɔafa aka no nka ho) yɛ akoraeɛ URL. + +copy URL to clipboard + +Nhwɛsoɔ: +``` +git clone https://github.com/your-username/first-contributions.git +``` +baabi a `wo-ɔdefoɔ din` yɛ wo GitHub dwumadie din. Ɛha na worekɔpi `ntoboa ahorow a edi kan` akoraeɛ no mu nsɛm afiri GitHub so akɔ wo kɔmputa so. + +## Yɛ Baa Dwumadibea + +Kɔ adwuma no ho kyerɛwtohɔ a wɔayɛ no foforo no so (sɛ woankɔ hɔ dedaw a): + +``` +cd first-contributions +``` +Afei fa `git checkout` ahyɛdeɛ no yɛ baa dwumadibea: +``` +git checkout -b +``` + +Nhwɛsoɔ: +``` +git checkout -b add-quarjo-wusu +``` +(Ɛnsɛ sɛ baa dwumadibea din no kura asɛmfua *add*, nanso ntease wom sɛ wode bɛka ho efisɛ baa dwumadibea yi atirimpɔw ne sɛ wode wo din bɛka list bi ho.) + +## Yɛ Nsakrae a Ɛho Hia na Fa Hyɛ + +Afei, bue `Contributors.md` fael no wɔ text editor mu, fa wo din ka ho, na sie fael no. Sɛ wobue ahyɛdeɛ no na wo tu `git status` ahyɛdeɛ no a, wobɛhunu sɛ nsakraeɛ bi wɔ hɔ. Fa nsakrae yi ka baa dwumadibea a woayɛ nkyɛe no ho denam `git add` ahyɛde no so: +``` +git add Contributors.md +``` + +Afei fa `git commit` ahyɛdeɛ no yɛ nsakraeɛ yi: +``` +git commit -m "Add kɔ Contributors list no so" +``` +fa wo din si `` ananmu. + +## Pia Nsakraeɛ kɔ GitHub + +Fa `git push` ahyɛdeɛ no pia wo nsakraeɛ no: +``` +git push origin +``` +fa baa dwumadibea a woadi kan abɔ no din si `` ananmu. + +## Fa Wo Nsakrae no Mena ma Wɔnhwɛ Mu + +Sɛ wokɔ wo akoraeɛ wɔ GitHub so a, wobɛhunu `Fa toto ho. + +create a pull request + +Afei fa twetwe adesrɛ no kɔma. + +submit pull request + +Mebɛka mo nsakraeɛ nyinaa abom ayɛ adwuma yi baa dwumadibea titiriw no nnansa yi ara. Wo nsa bɛka amanneɛbɔ email bere a wɔawie nkabom no. + +Wɔrensakra wo fork no nkorabata titiriw no wɔ saa bere yi mu. Sɛnea ɛbɛyɛ a wo fork no ne me de no bɛkɔ so ayɛ pɛ a, di anammɔn yi akyi. + +## Ma Wo Fork no ne Saa Adekorabea Yi Nhyia + +Nea edi kan no, dan kɔ baa dwumadibea titiriw no so: +``` +git checkout main +``` + +Na fa me akoraeɛ URL no ka ho sɛ `upstream akyirikyiri url`: +``` +git remote add upstream https://github.com/Roshanjossey/first-contributions +``` +Wei yɛ ɔkwan a yɛbɛfa so aka akyerɛ Git sɛ saa akoraeɛ yi nkyerɛaseɛ foforɔ wɔ hɔ wɔ address a wɔakyerɛ no so, na yɛfrɛ no `upstream`. Sɛ wɔka nsakraeɛ no bom wie a, hwehwɛ me akoraeɛ no foforɔ no: +``` +git fetch upstream +``` + +Ɛha na yɛrefa nsakraeɛ a ɛwɔ me baa dwumadibea a ɛwɔ soro no nyinaa aba.Afei ɛsɛ sɛ wode me akorae no mu nsakrae foforo no bom ne wo baa dwumadibea titiriw no: +``` +git rebase upstream/main +``` +Ɛha na yɛde nsakraeɛ a wode baa wo baa dwumadibea kɛseɛ no nyinaa redi dwuma.Sɛ wopia baa dwumadibea kɛse no mprempren a, wo kyɛnsee no nso benya nsakrae ahorow no: + +``` +git push origin main +``` +Kɔkɔbɔ: Saa bere yi de, worepia akɔ akyirikyiri adekorabea a wɔfrɛ no origin no so. + +Saa bere yi, mede wo `` baa dwumadibea no kaa me baa dwumadibea kɛse no ho, na wo nso wode me baa dwumadibea kɛse no kaa wo baa dwumadibea titiriw no ho. Wo `` baa dwumadibea no ho nhia bio, enti wubetumi apopa: +``` +git branch -d +``` +na wubetumi nso apopa ne akyirikyiri nkyerɛase no: +``` +git push origin --delete +``` +Eyi ho nhia, nanso baa dwumadibea no din kyerɛ sɛ n’atirimpɔw yɛ pɔtee koraa. Ne nkwa nna betumi ayɛ tiaa. + +## Nkyerɛkyerɛ a Wɔde Nnwinnade Afoforo Di Dwuma + +| 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) | + +## Nea Ɛdi Akyi? + +You can also join our team on Slack in case you need help or have any questions. [Join the team on Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) \ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.gl.md b/docs/gui-tool-tutorials/translations/README.gl.md new file mode 100644 index 00000000..de340a1d --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.gl.md @@ -0,0 +1,112 @@ +[![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) + +# Primeiras Contribucións + +É difícil. Sempre é difícil a primeira vez que fas algo. Especialmente cando estás colaborando, equivocarse non é algo agradable. Pero no *open source* (o código aberto) todo trata de colaboración e de traballar xuntos. Quixemos simplificar a forma na que novos contribuidores *open-source* aprenden e contribúen por primeira vez. + +Ler artículos e ver titoriais pode axudar, pero ¿que haberá mellor que facer as cousas nunha contorna pensada para practicar? Iste proxecto enfócase en prover unha guía e en simplificar o xeito no que os novatos fan a súa primeira contribución. Lembra que mentres máis relaxado esteas, mellor aprenderás. Se queres facer a túa primeira contribución só tés que seguir os sinxelos pasos que se amosan a continuación. E prometémosche que será entretido. + +fork de éste repositorio + +Se aínda non tés git na túa máquina, [ instálao ]( https://help.github.com/articles/set-up-git/ ) + +## Bifurca(*Fork*) este repositorio + +Fai un *fork* (bifurcación) deste repo facendo click no botón "Fork" que está na cima desta páxina. +Isto creará unha copia deste repositorio na túa conta. + +## Clona(*Clone*) o repositorio + +clonar este repositorio + +A continuación clona este repo no teu equipo. Fai click no botón "*Clone*" e despois na icona para copiar ó portapapeis (clipboard) + +Abre a túa consola ou terminal e executa o seguinte comando de git: + +``` +git clone "url que copiache" +``` +Onde "url que copiache" (sen as comiñas) é a url deste repositorio. Mira os pasos previos para obter a url. + +copiar URL a clipboard + +Por exemplo: +``` +git clone https://github.com/o-teu-nome/first-contributions.git +``` +Onde "o-teu-nome" é o teu usuario de GitHub. Aquí estarás copiando os contidos do repositorio first-contributions en GitHub para o teu computador. + +## Crear unha póla(*Branch*) + +Cambia ó directorio do repositorio no teu computador (se é que non estás xa nel). + +``` +cd first-contributions +``` + +Agora crea unha branch (póla) usando o comando `git checkout` + +``` +git checkout -b +``` + +Por exemplo +``` +git checkout -b engade-María-Soliña +``` + +(O nome da branch non ten que incluir necesariamente a palabra 'engade', pero resulta razoable se consideramos que o propósito desta póla é engadir o teu nome a unha lista). + +## Fai os cambios necesarios e efectúa(*Commit*) deses cambios + +Agora abre o arquivo `Contributors.md` nun editor de texto, engade o teu nome e despois garda o arquivo. Se vas ó directorio do proxecto e executas `git status`, verás que hai modificacións. + +git status + + Agrega eses cambios ou modificacións usando o comando `git add` tal como se amosa: + +``` +git add Contributors.md +``` + +Agora podes facer commit sobre os cambios co comando `git commit` +``` +git commit -m "Add to Contributors list" +``` +cambiando `` polo teu nome. + +## Envía (*Push*) os teus cambios a GitHub + +Fai un *push* dos teus cambios usando o comando `git push` +``` +git push origin +``` +cambiando `` polo nome da branch que creaches antes. + +## Envía os teus cambios para seren revisados + +Se vas ó teu repositorio en GitHub, verás un botón `Compare & pull request`. Fai click nese botón: + +crea unha pull request + +Agora crea e envía a pull request: + +sube a pull request + +Axiña mesturarei os teus cambios (facendo *merge*) na master branch deste proxecto. Recibirás unha notificación por correo cando os cambios xa estean mesturados. + +### [ Material adicional ](../additional-material/git_workflow_scenarios/additional-material.md) + +## Titoriais con outras ferramentas + + +| 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) | + +## 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) diff --git a/docs/gui-tool-tutorials/translations/README.gr.md b/docs/gui-tool-tutorials/translations/README.gr.md new file mode 100644 index 00000000..8feee52c --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.gr.md @@ -0,0 +1,139 @@ +[![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) + +# Πρώτες Συνεισφορές + +Αυτό το έργο έχει σκοπό να απλοποιήσει και να καθοδηγήσει τον τρόπο με τον οποίο οι αρχάριοι κάνουν την πρώτη τους συνεισφορά. Αν σκοπεύετε να κάνετε την πρώτη σας συνεισφορά, ακολουθήστε τα παρακάτω βήματα. + +Αν δεν είστε εξοικειωμένοι με τη γραμμή εντολών, [εδώ υπάρχουν σεμινάρια που χρησιμοποιούν γραφικά εργαλεία](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) + +fork this repository + +Εάν δεν έχετε εγκατεστημένο το git στον υπολογιστή σας, [εγκαταστήστε το](https://help.github.com/articles/set-up-git/) + +## Αντιγράψτε το αποθετήριο (fork) + +Αντιγράψτε το αποθετήριο πατώντας το κουμπί με τίτλο `Fork` στην κορυφή αυτής της σελίδας. Με αυτό τον τρόπο ένα ακριβές αντίγραφο του αποθετηρίου θα δημιουργηθεί στο λογαριασμό σας. + +## Αποθηκεύστε τοπικά το αποθετήριο (clone) + +clone this repository + +Τώρα αντιγράψτε το αποθετήριο στον υπολογιστή σας. Κάντε κλικ στο κουμπί `Clone or download` και μετά στο εικονίδιο δεξιά από το σύνδεσμο για αντιγραφή στο πρόχειρο. + +Ανοίξτε ένα παράθυρο τερματικού και τρέξτε την ακόλουθη git εντολή: + +``` +git clone "σύνδεσμος που μόλις αντιγράψατε" +``` + +Όπου "σύνδεσμος αποθετηρίου" (χωρίς τα εισαγωγικά) είναι ο σύνδεσμος για αυτό το αποθετήριο. Ανατρέξτε στα προηγούμενα βήματα για να βρείτε αυτόν τον σύνδεσμο. + +copy URL to clipboard + +Για παράδειγμα: + +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +Όπου 'this-is-you' είναι το όνομα χρήστη που έχετε στο github. Από εδώ αντιγράφετε τα περιεχόμενα του αποθετηρίου `first-contributions` απο το github στον υπολογιστή σας. + +## Δημιουργήστε ένα νέο παρακλάδι (branch) + +Πηγαίνετε στο φάκελο του αποθετηρίου στον υπολογιστή σας εάν δεν είστε ήδη εκεί. + +``` +cd first-contributions +``` + +Τώρα δημιουργήστε ένα νέο παρακλάδι χρησιμοποιώντας την εντολή `git switch` : + +``` +git switch -c your-new-branch-name +``` + +Για παράδειγμα: + +``` +git switch -c add-alonzo-church +``` + +(Το όνομα του παρακλαδιού δεν χρειάζεται να περιέχει την λέξη _add_ αλλά είναι λογικό να την συμπεριλάβουμε μιας και ο σκοπός του παρακλαδιού είναι να προσθέσουμε το όνομα μας σε μια λίστα.) + +## Πραγματοποιήστε τις αλλαγές και αποθηκεύστε τες (add & commit) + +Τώρα ανοίξτε το αρχείο `Contributors.md` με έναν επεξεργαστή κειμένου. Χρειάζεται να είστε εξοικειωμένοι με την Markdown, μια ελαφριά γλώσσα σήμανσης. Δείτε στο [cheat sheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) για το πως να χρησιμοποιήσετε την Markdown. + +Σε αυτήν την περίπτωση προσθέστε την παρακάτω σειρά στο τέλος του αρχείου `Contributors.md:` + +``` +- [Το-όνομα-σας](https://github.com/Your-username) +``` + +Για παράδειγμα: + +``` +- [John Doe](https://github.com/johndoe) +``` + +Σιγουρευτείτε ότι δεν υπάρχει κενό ανάμεσα στα `](` . Αποθηκεύστε το αρχείο και κλείστε το. + +git status + +Εάν πάτε στο φάκελο του αποθετηρίου και γράψετε την εντολή `git status`, θα δείτε ότι υπάρχουν κάποιες αλλαγές. Προσθέστε αυτές τις αλλαγές χρησιμοποιώντας την εντολή `git add`. + +``` +git add Contributors.md +``` + +Τώρα σώστε αυτές τις αλλαγές χρησιμοποιώντας την παρακάτω `git commit` εντολή. + +``` +git commit -m "Add to Contributors list" +``` + +όπου `` αντικαταστήστε με το όνομα σας + +## Αποθηκεύστε τις αλλαγές σας στο github (push) + +Αποθηκεύστε τις αλλαγές σας χρησιμοποιώντας την εντολή `git push` + +``` +git push origin +``` + +όπου `` αντικαταστήστε με το όνομα του παρακλαδιού(branch) που δημιουργήσατε προηγουμένως + +## Υποβάλετε τις αλλαγές σας για έλεγχο + +Εάν πάτε στο αποθετήριο (repository) στο github θα δείτε ένα κουμπί με τίτλο `Compare & pull request`. Κάντε κλικ σε αυτό το κουμπί. + +create a pull request + +Τώρα υποβάλετε το pull request. + +submit pull request + +Σύντομα θα ενσωματώσω όλες τις αλλαγές σας στο master branch του προγράμματος. Θα ειδοποιηθείτε με email όταν οι αλλαγές που κάνατε ενσωματωθούν. + +## Τι να κάνετε τώρα; + +Συγχαρητήρια! Μόλις ολοκληρώσατε την τυπική ροή εργασιών _fork -> clone -> edit -> pull request_ που θα συναντήσετε συχνά ως συνεργάτης! + +Γιορτάστε και μοιραστείτε την συνεισφορά σας με τους φίλους και τους ακόλουθους σας πηγαίνοντας στο [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) + +## Εκπαιδευτικό Υλικό Χρήσης Άλλων Εργαλείων + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.guj.md b/docs/gui-tool-tutorials/translations/README.guj.md new file mode 100644 index 00000000..8668eff4 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.guj.md @@ -0,0 +1,124 @@ +[![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) + +# પ્રથમ યોગદાન + +પ્રથમ વખત કંઈક કરવું થોડું મુશ્કેલ છે. ખાસ કરીને જ્યારે તમે જુથ સાથે મળીને કામ કરી રહ્યા હોવ, ત્યારે ભૂલો કરવી એ સારી વાત નથી. પરંતુ એકબીજા સાથે મળીને અને એક જ સાથે કામ કરવું એ જ તો ઓપેન સોર્સ છે. અમે તમારું પ્રથમ ઓપન સોર્સ કોન્ટ્રિબ્યુશન / યોગદાન સરળ બનાવાનો પ્રયત્ન કરીશુ. + +ઓનલાઇન આર્ટિકલ્સ વાંચન અને ઓનલાઇન ટ્યુટોરિયલ્સ મદદ કરી શકે છે, પરંતુ પોતે જ તે કામ કરવાથી સારું શું હોઇ શકે? આ પ્રોજેક્ટ તમને તમારી પ્રથમ કોન્ટ્રિબ્યુશન માટે દિશા નિર્દેશ આપશે. જો તમે તમારું પ્રથમ કોન્ટ્રીબ્યુશન કરવા માંગો છો તો આગળ આપેલા પગલાઓ અનુસરો. + +જો તમે કમાન્ડ લાઇન સાથે આરામદાયક ન હોવ, તો અહીં [ GUI ટૂલ્સનો ઉપયોગ કરવાના ટ્યુટોરિયલ્સ ](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) આપેલ છે. + +fork this repository + +જો તમારા કમ્પ્યુટર પર Git ઇન્સ્ટોલ નથી, [ તો Git ઈન્સ્ટોલ કરો](https://help.github.com/articles/set-up-git/) + +## રિપોઝીટરીને ફોર્ક કરો + +ફોર્ક(કાંટા) બટન પર ક્લિક કરવાથી આ રિપોઝીટરી ફોર્ક થાય છે, આ તમારા GitHub એકાઉન્ટમાં આ રિપોઝીટરીની એક નકલ (કોપી) બનાવશે. + +## રિપોઝીટરી ક્લોન કરો + +clone this repository + +હવે તમે આ રેપો તમારા કમ્પ્યુટરમાં ક્લોન કરો (અર્થાત ડાઉનલોડ કરો). તમારા GitHub એકાઉન્ટ પર જાવ, કોડ બટન પર ક્લિક કરો અને પછી `copy to clipboard` આઇકોન પર ક્લિક કરો. આનાથી એ રેપોજીટરીનો યુઆરએલ કોપી થશે. + +તમારા કમ્પ્યુટર પર એક ટર્મિનલ / કમાંડ પ્રોમ્પ્ટ ખોલો અને નીચે દર્શાવ્યા મુજબ git આદેશ ચલાવો: + +``` +git clone "યુઆરએલ જે તમે હમણાં જ નકલ(ક્લોન) કરી" +``` + +જ્યાં "યુઆરએલ જે તમે હમણાં જ કોપી કર્યું છે" (અવતરણ ચિહ્નો સિવાય) એ આ રિપોઝીટરી(આ પ્રોજેક્ટનો તમારો ફૉર્ક) ની URL ના સંગ્રહ માટે છે. તેની URL ને મેળવવા માટે પાછલા પગલાં જુઓ. તેમને કોપી કરેલ યુઆરએલ સાથે બદલી કાઢો. + +ઉદાહરણ તરીકે: + +``` +git clone https://github.com/આ-તમે-છો/first-contributions.git +``` + +copy URL to clipboard + +'આ-તમે-છો' તમારા GitHub એકાઉન્ટનું `username` છે. અહીં તમે તમારા કમ્પ્યુટરમાં GitHub થી first-contributions રિપોને કોપી કરી રહ્યા છો અથવા તેના એક સ્થાનિક / લોકલ કોપી બનાવી રહ્યા છે. + +## એક બ્રાંચ બનાવો + +તમારા કમ્પ્યુટર પર બનાવેલ રિપોઝીટરીની કોપીનાં ફોલ્ડર / ડિરેક્ટરીમાં જાવ (જો હજુ સુધી તમે ત્યાં ન હોવ તો નીચે આપેલ Command(આદેશ) ચલાવો) + +``` +cd first-contributions +``` + +હવે 'git checkout' command(આદેશ) નો ઉપયોગ કરીને એક નવી શાખા(Branch) બનાવો. નવી શાખા(Branch) બનાવવા માટે -b વિકલ્પનો ઉપયોગ થાય છે. + +``` +git checkout -b <તમારી-શાખા-નામ-ઉમેરો> +``` + +ઉદાહરણ તરીકે: + +``` +git checkout -b add-alonzo-church +``` + +(શાખા(Branch)ના નામમાં 'add' ઉમેરવાની જરૂર નથી, પરંતુ તેમાં શામેલ કરવું યોગ્ય છે કારણ કે શાખા(Branch)નો હેતુ એક નામ છે, જે નામ ઉમેરવાનું છે.) + +## આવશ્યક ફેરફારો કરો અને તે ફેરફારોને કમીટ કરો- + +હવે 'Contributors.md` ફાઇલને એક ટેક્સ્ટ એડિટરમાં ખોલો અને તેમા તમારુ નામ લખો. ફાઇલની શરૂઆત અથવા અંતે ઉમેરવાને બદલે, તેને મધ્યમાં ગમે ત્યાં રાખો. હવે, ફાઇલને સેવ કરો. + +git status + +જો તમે પ્રોજેક્ટની ડાઈરેક્ટરીમા જશો અને કમાન્ડ પ્રોમ્પ્ટમાં `git status` નિર્દેશ ચલાવશો, તો તમે કરેલા પરિવર્તન જોઈ શક્શો. તે પરિવર્તન બનાવવામાં આવેલ શાખા(Branch)માં ઉમેરવા માટે 'git add` કમાન્ડ વાપરો. + +``` +git add Contributors.md +``` + +હવે તમારા પોતાના ફેરફારોને 'git commit' આદેશનો ઉપયોગ કરી કમીટ કરો. + +``` +git commit -m "Add <તમારુ-નામ> to Contributors list" +``` + +<તમારુ નામ> ની જગ્યાએ તમારું નામ દાખલ કરો + +## + +તમારા ફેરફારો ને Github માં પુશ કરો (ધકેલો). + +`git push` ઉપયોગ કરીને તમારા પરિવર્તન ને પુશ કરો + +``` +git push origin <તમારી-શાખા-નામ-ઉમેરો> +``` + +`<તમારી-શાખા-નામ-ઉમેરો>` ની જગ્યાએ તમારી શાખા(Branch)નુ નામ ઉમેરો. + +## તમારા ફેરફારોના રીવ્યુ માટે સબમિટ કરો + +જો તમે તમારા github એકાઉન્ટ પર તમારી રિપો માં જાવ તો Compare & pull request નો ઓપ્શન હશે. તેને દબાવો. + +create a pull request + +હવે તમારી pull request સબમિટ કરો. + +submit pull request +ટૂંક સમયમાં હું તમારા ફેરફારો માટે આ પ્રોજેક્ટની માસ્ટર શાખામાં મર્જ ક્રી દઇશ. તમને એક મેલ આવશે જ્યારે તમારા ફેરફારો મર્જ થશે. + +## હવે, અહીંથી ક્યાં જવું ? + +અભિનંદન!:tada: તમે હમણાં જ સ્ટાન્ડર્ડ `fork -> clone -> edit -> pull request` વર્કફ્લો પૂર્ણ કર્યો છે. જેનો તમે વારંવાર સહયોગકર્તા (contributor) તરીકે સામનો કરશો! + +તમારા પ્રથમ યોગદાનની ઉજવણી કરો અને [વેબ એપ્લિકેશન](https://firstcontributions.github.io/#social-share) પર જઈને તમારા મિત્રો અને ફોલોઅર્સ સાથે શેર કરો. + +જો તમને વધુ પ્રેક્ટિસ જોઈતી હોય, તો [કોડ યોગદાન ચેકઆઉટ](https://github.com/roshanjossey/code-contributions) કરો. + +ચાલો, હવે તમને અન્ય પ્રોજેક્ટ્સમાં કંટ્ર્રીબ્યુટ કરવામા મદદ કરુ. અમે તમારા માટે એક યાદી બનાવી છે જેમા ખૂબ સરળ issues(મુદ્દાઓ) છે વેબ એપમા પ્રોજેક્ટ્સ ની સૂચિ જુઓ.](https://firstcontributions.github.io/#project-list) + +## અન્ય સાધનોનો ઉપયોગ કરીને ટ્યુટોરીયલ્સ + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.hau.md b/docs/gui-tool-tutorials/translations/README.hau.md new file mode 100644 index 00000000..71fa8e28 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.hau.md @@ -0,0 +1,133 @@ +[![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) + +# Kyauta ta Farko + +Yana da wahala. Yana da wahala lokacin da kuka fara yin wani abu. Musamman lokacin da kuke mu'amala, yin kuskure ba abu ne mai kyau ba. Muna son ƙirƙirar buɗaɗɗen hanya don sababbin mutane don koyo kuma su shiga a karon farko. + +Karatun labarai da koyawa kan layi na iya taimaka muku, amma menene ya fi yin ainihin abin? Manufar wannan aikin shine don ba da jagora & ba da damar mutane su fara ba da gudummawa. Idan kuna neman ba da gudummawarku ta farko, bi matakan da ke ƙasa. + +#### *Idan ba kwa son alamomin doka, [Anan akwai koyawa ta amfani da kayan aikin GUI.](#Koyo-don-amfani-wasu)* + +fork this repository + +Idan ba ku da inji a kan injin ku, [shigar da shi]( https://help.github.com/articles/set-up-git/). + + +## Cire wannan babban fayil ɗin + +Cire wannan repo ta danna maɓallin thumbnail a saman wannan shafin. Wannan zai haifar da ajiyar tsaro guda ɗaya a cikin asusunku. + +## Yana rufe wurin ajiya + +clone this repository + +Yanzu maye gurbin repo akan injin ku. Je zuwa asusun GitHub ɗin ku, buɗe repo don dannawa, danna maɓallin clone sannan danna gunkin alamar. + +Bude tasha kuma gudanar da umarni mai zuwa: + +``` +git clone "url you just copied" +``` + +inda "url ɗin da kuka kwafi" (ba tare da alamar magana ba) shine url don ajiya anan (ƙarshen wannan aikin). Duba matakan da suka gabata don samun url. + +copy URL to clipboard + +Misali: + +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +inda `this-is-you` shine sunan mai amfani na GitHub. Anan, kuna kwafin abun ciki na ainihin gudummawar GitHub akan kwamfutarka. + +## Ƙirƙiri reshe + +Canja zuwa tsarin shugabanci akan kwamfutarka (idan ba ku da shi a can): + +``` +cd na farko-gudunmawar +``` + +Yanzu, ƙirƙiri reshe ta amfani da umarnin 'git checkout': + +``` +git checkout -b <ƙara-sabon-reshe-name> +``` + +Misali: + +``` +git checkout -b add-alonzo-church +``` + +(Sunan reshen ba lallai ba ne a saka kalmar a cikinsa, amma yana da mahimmanci ku haɗa shi saboda manufar wannan reshen shine ƙara sunan ku a cikin jerin sunayen). + +## Yi canje-canjen da suka dace kuma ku canza waɗannan canje-canje + + +Yanzu buɗe fayil ɗin `Contributors.md` a editan rubutu, ƙara sunan ku gare shi. Ana haɗe shi zuwa farkon ko ƙarshen fayil ɗin. Saka shi wani wuri a tsakanin. Yanzu ajiye fayil ɗin. + +git status + +Idan ka je kundin kundin kamfani kuma ka aiwatar da umurnin 'git status', za ka ga cewa akwai canje-canje. + + +Ƙara waɗannan canje-canje zuwa reshen da kuka ƙirƙira ta amfani da umarnin 'git add': + +``` +git ƙara Masu ba da gudummawa.md +``` + +Yanzu aiwatar da canje-canje ta amfani da umarnin 'git Committee': + +``` +git commit -m "Ƙara zuwa lissafin Masu ba da gudummawa" +``` +Sauya `' da sunan ku. + +## Tura duk waɗannan canje-canje zuwa GitHub + + +Yi canje-canjen ku ta amfani da umarnin 'git push': + +``` +git tura asalin <ƙara-sunan-reshen ku> +``` + +Sauya `` da sunan reshe da kuka ƙirƙira a baya. + +## Ƙaddamar da canje-canjenku don dubawa + + +Idan kun je wurin ajiyar ku akan GitHub, zaku ga maɓallin 'Compare & ja buƙatar'. Danna maɓallin. + +create a pull request + +Yanzu, yi buƙatar. + +submit pull request + +Nan ba da jimawa ba zan magance duk canje-canjenku a wannan reshe. Za ku karɓi saƙon sanarwa a duk lokacin da aka yi canji. + +## Ina zan je daga nan? + +Taya murna! Ka kawai karanta uwar garken -> kwafin fitarwa -> gyara -> Zazzage sabis na PR wanda koyaushe za ku hadu a matsayin mai ba da ku! + +Duba gudunmawar ku kuma ku raba ta tare da abokanku da mabiyanku ta ziyartar [app app](https://firstcontributions.github.io/#social-share). + +Kuna iya shiga cikin ma'aikatan mu na abokantaka idan kuna buƙatar kowane taimako ko kuna da tambayoyi. [Haɗa ƙungiyar slack](https://join.slack.com/t/firstcontr🏴ibutors/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWYZm + +Yanzu, bari mu fara da ba da gudummawa don wasu ayyuka. Mun tattara jerin ayyuka masu sauƙi da tattaunawa da za ku iya farawa. Duba [jerin ayyuka da aikace-aikacen yanar gizo](https://firstcontributions.github.io/#project-list). + + +### [Ƙarin Material](../additional-material/git_workflow_scenarios/additional-material.md) + +## Ilimi da amfani da sauran kayan + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.hb.md b/docs/gui-tool-tutorials/translations/README.hb.md new file mode 100644 index 00000000..ac28b50e --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.hb.md @@ -0,0 +1,276 @@ +[![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) + + +#### _קרא [בשפות אחרות](Translations.md)._ + +[Shqip](README.al.md) +[Armenian](README.arm.md) +[Uzbek language](README.uz.md) +[Azərbaycan dili](README.aze.md) +[বাংলা](README.bn.md) +[Bulgarian](README.bg.md) +[Português (Brasil)](README.pt_br.md) +[Català](README.ca.md) +[中文 (Simplified)](README.zh-cn.md) +[Czech](README.cs.md) +[Deutsch](README.de.md) +[Dansk](README.da.md) +[العربية](README.eg.md) +[Dezéiriya](README.dz.md) +[Española](README.es.md) +[Française](README.fr.md) +[Gaeilge](README.ga.md) +[Galego](README.gl.md) +[Ελληνικά](README.gr.md) +[ქართული](README.ge.md) +[Magyar](README.hu.md) +[Bahasa Indonesia](README.id.md) +[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](Translations.md) +[தமிழ்](README.ta.md) +[فارسی](README.fa.md) +[پښتو](README.pus.md) +[Italiano](README.it.md) +[日本語](README.ja.md) +[සිංහල](README.si.md) +[Kiswahili (Kenya)](README.kws.md) +[한국어](README.ko.md) +[Lietuvių kalba](README.lt.md) +[Limba Română Limba Română](README.ro.md) +[မြန်မာ](README.mm_unicode.md) +[Македонски](README.mk.md) +[Español de México](README.mx.md) +[Bahasa Melayu / بهاس ملايو‎ / Malay](README.my.md) +[Dutch](README.nl.md) +[Norsk](README.no.md) +[नेपाली](README.np.md) +[Wikang Filipino](README.fil.md) +[English (Pirate)](README.en-pirate.md) +[اردو](README.ur.md) +[Twi (Ghana)](README.gh.md) +[Polski](README.pl.md) +[Português (Portugal)](README.pt-pt.md) +[Русский язык](README.ru.md) +[عربى](README.ar.md) +[Svenska](README.se.md) +[Slovenčina](README.slk.md) +[Slovenščina](README.sl.md) +[ภาษาไทย](README.th.md) +[Türkçe](README.tr.md) +[中文(Traditional)](README.zh-tw.md) +[Українська](README.ua.md) +[Tiếng Việt](README.vn.md) +[Swahili language](README.sw.md) +[Zulu (South Africa)](README.zul.md) +[Afrikaans (South Africa)](README.afk.md) +[Igbo (Nigeria)](README.igb.md) +[Bambara (Mali)](README.mli.md) +[Hausa (Nigeria)](README.hau.md) +[Yoruba (Nigeria)](README.yor.md) +[Latvia](README.lv.md) +[Suomeksi](README.fi.md) +[Беларуская мова](README.by.md) +[Српски](README.sr.md) +[Қазақша](README.kz.md) +[Bosanski](README.bih.md) +[Bosanski](README.bih.md) +[Hrvatski](README.hr.md) +[پښتو](README.ps.md) +[Somalia](README.so.md) +[Ecuador](README.ec.md) +[Luganda (Uganda)](README.lug.md) +[Turkmen language](README.tm.md) +[Ewe (TOGO)](README.ewe.md) +[አማርኛ](README.et.md) +[Kurdî](README.kr.md) +[Malagasy](README.mg.md) +[ភាសាខ្មែរ](README.kh.md) +[Moroccan Darija](README.ma.md) + +# תרומות ראשונות + +מטרת פרויקט זה היא לפשט ולהדריך מתחילים בדרכם אל תרומתם הראשונה לקוד פתוח. אם אתם מחפשים דרך לבצע תרומה ראשונית, עקבו אחר ההוראות הבאות. + +_אם אינכם חשים בנוח להשתמש בשורת פקודה, [כאן תוכלו למצוא מדריכים לשימוש בכלים גרפיים](#הדרכות-בשימוש-כלים-אחרים)._ + +ביצוע Fork למאגר + +#### אם עוד לא התקנתם GIT, [התקינו כעת](https://help.github.com/articles/set-up-git). + +## בצעו FORK למאגר זה + +כדי לבצע FORK למאגר זה, ניתן ללחוץ על כפתור ה – FORK בתחילת העמוד. +פעולה זה תיצור עותק של מאגר זה בחשבון שלכם. + +## שכפול המאגר + +שכפול מאגר + +כעת, שכפלו את המאגר הזה למחשב שלכם. לכו לדף ה-GitHub שלכם, לחצו על כפתור השכפול ואז לחצו על הצלמית `copy to clipboard`. + +פתחו טרמינל והריצו את הפקודה הבאה: + +```bash +git clone "url you just copied" +``` + + +כאשר הביטוי `"url you just copied"` (ללא סימני הגרשיים) הוא הקישור למאגר זה שביצעתם עליו FORK קודם לכן. ראו את הצעדים הקודמים כדי להשיג את הקישור. + +copy URL to clipboard + +לדוגמא: + +```bash +git clone git@github.com:this-is-you/first-contributions.git +``` + + +כאשר `this-is-you` הוא שם המשתמש שלכם ב-GitHub. לכאן אתם מעתיקים את התוכן של מאגר first-contributions ב-GitHub לתוך המחשב שלכם. + +## יצירת ענף + +החליפו לתיקיית המאגר בתוך המחשב שלכם (באם טרם נכנסתם לתיקייה זו): + +```bash +cd first-contributions +``` + + +כעת, צרו ענף (branch) בשימוש הפעולה `git switch`: + +```bash +git switch -c your-new-branch-name +``` + + לדוגמא: + +```bash +git switch -c add-alonzo-church +``` + +
+
+אם אתה מקבל שגיאות בעת השימוש ב-git switch, לחץ כאן: +

אם מופיעה הודעת השגיאה "Git: switch is not a git command. See git –help", +זה כנראה בגלל שאתה משתמש בגרסה ישנה של Git.

+ +

במקרה כזה, נסה להשתמש במקום זאת בפקודה git checkout:

+ +```bash +git checkout -b your-new-branch-name +``` + +
+
+ +## ערכו שינויים הכרחיים ובצעו להם commit + + +כעת פתחו את הקובץ `Contributors.md` בתוכנת עריכת טקסט והוסיפו את השם שלכם אליו. אל תוסיפו את השם בתחילת הקובץ או בסופו. הוסיפו אותו באמצע. לאחר שסיימתם, שמרו את הקובץ. + +git status + +אם תנווטו לתיקיית הפרויקט ותבצעו את הפעולה `git status`, תוכלו לראות את השינויים שביצעתם שם. + +הוסיפו את השינויים האלו לענף שיצרתם תוך שימוש בפקודה `git add`: + +```bash +git add Contributors.md +``` + + +עכשיו, בצעו commit לשינויים הללו תוך שימוש בפקודת `git commit`: + +```bash +git commit -m "Add your-name to Contributors list" +``` + + +החליפו את הביטוי `your-name` עם השם שלכם. + +## לדחוף את השינויים ל-GitHub + + +דחפו את השינויים תוך שימוש בפקודה `git push`: + +```bash +git push origin add-your-branch-name +``` + + +החליפו את `add-your-branch-name` עם השם של הענף שיצרתם מוקדם יותר. + +
+
+במידה ומתקבלות שגיאות במהלך הדחיפה, לחץ כאן + +
    +
  • +

    שגיאת אימות

    +
  • +
+ +```bash +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](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) על יצירה והגדרה של מפתח SSH לחשבון שלך. + +כמו כן, ייתכן שתרצה להריץ את הפקודה 'git remote -v' כדי לבדוק את הכתובת המרוחקת שלך. + +אם זה דומה לזה: +```bash +origin https://github.com/your-username/your_repo.git (fetch) +origin https://github.com/your-username/your_repo.git (push) +``` + +תחליף את זה בעזרת הפקודה: +```bash +git remote set-url origin git@github.com:your-username/your_repo.git +``` +אחרת, עדיין תתבקש לספק שם משתמש וסיסמה ותקבל שגיאת אימות. +
+
+ +## הגישו את השינויים שלכם לסקירה + + +אם תלכו למאגר שלכם ב-GitHub, תוכלו לראות כפתור עם הכיתוב `Compare & pull request`. לחצו על כפתור זה. + +create a pull request + +כעת, הגישו את בקשת הדחיפה (pull request): + +submit pull request + +בקרוב, אצרף את כל השינויים לתוך הענף הראשי של פרויקט זה. אתם תקבלו עדכון במייל ברגע שהשינויים ימוזגו. + +## מה לעשות מכאן? + +כל הכבוד! כרגע סיימתם את מעגל הזרימה הסטנדרטי של _fork -> clone -> edit -> pull request_ שאתם תפגשו באופן שכיח כתורמים! + +תחגגו את התרומתכם ושתפו אותה עם החברים והעוקבים שלכם בכך שתלכו ל-[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) + +## הדרכות בשימוש כלים אחרים + +| 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) | + +

פרוייקט זה נתמך על ידי:

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.hi.md b/docs/gui-tool-tutorials/translations/README.hi.md new file mode 100644 index 00000000..9fef1919 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.hi.md @@ -0,0 +1,125 @@ +[![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) +# प्रथम योगदान + +इस परियोजना का उद्देश्य शुरुआती लोगों द्वारा अपना पहला योगदान करने की प्रक्रिया को सरल और मार्गदर्शित करना है। यदि आप योगदान देना चाहते हैं, तो नीचे दिए गए चरणों का पालन करें। + +आर्टिकल्स पढ़ना और ऑनलाइन ट्यूटोरियल्स देखना मददगार साबित हो सकते हैं, लेकिन बिना कुछ गलती करके खुद काम करने से अच्छा हो सकता है। इस प्रोजेक्ट आपको अपने पहले योगदान के लिए दिशा निर्देशित करेगा। याद रखें - जितने तनाव मुक्त होकर आप सीखेंगे, उतना ही बेहतर सीख पाएंगे। नीचे दिए गए निर्देशों का पालन करें। + +fork this repository + +यदि आपके कंप्यूटर पर Git नहीं है तो, [इसे स्थापित करें](https://help.github.com/articles/set-up-git/) । + +_यदि आप कमांड लाइन के साथ सहज नहीं हैं, [तो यहाँ ग्राफिकल इंटरफेस (GUI) टूल्स का उपयोग करने वाले ट्यूटोरियल हैं] (#अन्य-टूल-का-उपयोग-करके-ट्यूटोरियल) ।_ + +## रिपॉज़िटरी को फोर्क करना + +काँटा (फोर्क) बटन पर क्लिक करके इस रिपॉज़िटरी को फोर्क कर सकते हैं। यह आपके GitHub खाते (अकाउंट) में इस रिपॉज़िटरी की एक प्रति (कॉपी) बना देगा जो केवल आपके लिए उपलब्ध होगी। + +## रिपॉज़िटरी को क्लोन करना + +clone this repository + +अब इस रिपॉज़िटरी को अपने कंप्यूटर पर क्लोन (यानी डाउनलोड) करें। अपने GitHub अकाउंट पर जाएँ, फोर्क की गई रिपॉज़िटरी खोलें, 'Code/कोड' बटन पर क्लिक करें, और फिर 'Copy to Clipboard' आइकॉन पर क्लिक करें। + +अपने कंप्यूटर पर एक टर्मिनल/कमांड प्रांप्ट खोलें और निम्न git आदेश (कमांड) चलाएँ: + +``` +git clone "यूआरएल जिसे आपने अभी कॉपी किया" +``` + +जहाँ "यूआरएल जिसे आपने अभी कॉपी किया" (उद्धरण चिह्नों के बिना) इस रिपॉज़िटरी के लिए यूआरएल है (इस परियोजना का आपका फोर्क) । यूआरएल प्राप्त करने के लिए पिछले निर्देश देखें । + +उदाहरण के लिए: + +``` +git clone https://github.com/यह-आप-हैं/first-contributions.git +``` + +copy URL to clipboard + +`यह-आप-हैं` आपके GitHub अकाउंट का नाम है। यहाँ आप अपने कंप्यूटर में GitHub से first-contributions रिपॉज़िटरी को कॉपी कर रहे हैं अथवा उसकी एक लोकल/स्थानीय कॉपी बना रहे हैं । + +## एक शाखा (ब्राँच) बनाएँ + +अपने कंप्यूटर पर बनाई गई रिपॉज़िटरी की कॉपी के फोल्डर/डायरेक्टरी में जाएँ (यदि अभी तक नहीं की है तो निम्न आदेश चलाएँ) + +``` +cd first-contributions +``` + +अब एक नई शाखा बनाएँ `git switch` कमांड का उपयोग करके । +नई शाखा बनाने के लिए -c ऑप्शन का उपयोग होता है । + +``` +git switch -c <अपनी-शाखा-का-नाम-जोड़ें> +``` + +उदाहरण के लिए: + +``` +git switch -c add-alonzo-church +``` + +( शाखा के नाम में `add` जोड़ने की आवश्यकता नहीं है, लेकिन इसमें शामिल होना जरूरी है क्योंकि इस शाखा का उद्देश्य एक सूची में अपना नाम जोड़ना है। ) + +## आवश्यक परिवर्तन करें और उन परिवर्तनों को कमिट करें- + +अब `Contributors.md` फ़ाइल को एक टेक्स्ट एडिटर में खोलकर इसमें अपना नाम जोड़ दें। फ़ाइल की शुरुआत या अंत में इसे न जोड़ें। इसे बीच में कहीं भी रखें । + +git status + + +आप यदि `git status` कमांड चलाएंगे , तो आपको अपने द्वारा किये गए परिवर्तन देखेंगे। + +उन परिवर्तनों को बनाई गई शाखा में जोड़ने के लिए `git add` कमांड का उपयोग करें । + +``` +git add Contributors.md +``` + +अब अपने किये गए बदलावों को `git commit` कमांड का उपयोग करके कमिट करें । + +``` +git commit -m "Add <आपका-नाम> to Contributors list" +``` + +<आपका-नाम> की जगह अपना नाम लिखें । + +## अपने बदलावों को Github में पुश करें । + +`git push` का उपयोग कर अपने परिवर्तन को पुश करें । + +``` +git push origin <अपनी-शाखा-का-नाम-जोड़ें> +``` + +`<अपनी-शाखा-का-नाम-जोड़ें>` की जगह अपनी शाखा का नाम लिखें । + +## अपने बदलावों को रिव्यु के लिए सबमिट करें । + +यदि आप अपने GitHub प्रोफ़ाइल पर अपनी रिपॉज़िटरी खोलते हैं, तो आपको 'Compare & pull request' का विकल्प दिखाई देगा। उस पर क्लिक करें। +create a pull request + +अब अपनी pull request सबमिट करें । + +submit pull request +जल्द ही मैं आपके बदलावों को इस प्रोजेक्ट की मुख्य शाखा में सम्मिलित कर दूंगा। आपको एक ईमेल आएगी जब आपके बदलाव सम्मिलित होंगे । + +## यहाँ से कहाँ जाएं? + +बधाई! आपने _fork -> clone -> edit -> PR_ वर्कफ्लो की पूर्ति कर ली है, जिसका आप अक्सर एक योगदानकर्ता के रूप में सामना करेंगे! + +अपने पहले योगदान की खुशी में जश्न मनाएं तथा इसे [वेब एप्प](https://firstcontributions.github.io/#social-share) के जरिये अपने मित्रों के साथ शेयर करें। + +आप हमारी स्लैक टीम को ज्वाइन कर सकते हैं यदि आपको कुछ मदद चाहिए या आपके कोई प्रश्न हों । [स्लैक पे ज्वाइन करें](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) + +अब आप अन्य प्रोजेक्ट्स पर योगदान कर सकते हैं, तो चलिए शुरू करते हैं! हमने आपके लिए एक प्रोजेक्ट्स की सूचि तैयार की है जहाँ सरल इश्यूज हैं । आप चाहें तो वहाँ से आरम्भ कर सकते हैं । [प्रोजेक्ट्स कि लिस्ट](https://firstcontributions.github.io/#project-list) + +## शिक्षण अन्य साधनो का उपयोग करने के लिए + +|GitHub Desktop|Visual Studio 2017|GitKraken|VS Code|Sourcetree App| +|---|---|---|---|---| +|[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)| diff --git a/docs/gui-tool-tutorials/translations/README.hne.md b/docs/gui-tool-tutorials/translations/README.hne.md new file mode 100644 index 00000000..5fcb04c2 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.hne.md @@ -0,0 +1,123 @@ +[![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) +# प्रथम योगदान + +पहली बार कुछू करे बर कठिन होथे| ख़ास तौर पर जब आपमन मिलकर काम करथव तब गलतियां करना बने बात नहीं आय | मगर आपस म मिलना अउ एक जुट होकर काम करे ल ही त ओपन सोर्स कइथे| हमन आप मन के पहला ओपन सोर्स कॉन्ट्रिब्यूशन/योगदान आसान बनाए बर आपमन की मदद करबो | + +आर्टिकल्स पढ़े अउ ऑनलाइन ट्यूटोरियल देखके मदद मिल सकत हे मगर बिना कुछू गलत करे अउ खुद वो काम करे ले बने अउ का हो सकत हे ? यह प्रोजेक्ट आपमन के पहले कॉन्ट्रिब्यूशन बर दिशा निर्देशन करे बर बने मदद करहि | याद रखौ - जतका तनाव मुक्त होकर आप मन सिखहु ततका आपमन बने सीख पाबौ | अगर आप मन अपन पहली कॉन्ट्रिब्यूशन करना चाहत हो त आगे दिए तरीका ल बने फॉलो करौ | + +fork this repository + +आपमन के कंप्यूटर म Git नहीं हे त, [एला स्थापित करौ](https://help.github.com/articles/set-up-git/) + +## रिपॉज़िटरी ल फॉर्क करे बर + +कांटा (फॉर्क) बटन म क्लिक करके ए रिपॉज़िटरी ल फॉर्क कर सकत हो| ए ह आपमन के GitHub खाते म इही रिपॉज़िटरी के एकठन प्रति (कॉपी) बना दिहि। + +## रिपोजिटरी क्लोन + +clone this repository + +अब आपमन ए रेपो ल अपन कंप्यूटर म क्लोन (डाउनलोड) करव| अपन GitHub खाते म जाकर क्लोन बटन म क्लिक करव अउ फिर कॉपी टू क्लिपबोर्ड आइकॉन म क्लिक करव | + +अपन कंप्यूटर म एक ठन टर्मिनल/कमांड प्रांप्ट खोलव अउ निम्न git आदेश चलावव: + +``` +git clone "यूआरएल जैला आपमन कॉपी करे हावव " +``` + +जेती "यूआरएल जैला आपमन कॉपी करे हावव" (उद्धरण चिह्नों के बिना) ए भंडार बर यूआरएल हे । यूआरएल प्राप्त करे बर पिछला चरण देखव । + +उदाहरण बर: + +``` +git clone https://github.com/यह-तै-हावस/first-contributions.git +``` + +copy URL to clipboard + +यह-तै-हावस आपमन के GitHub अकाउंट के नाम हावै। एती आपमन अपन कंप्यूटर न GitHub ले फर्स्ट-कंट्रिब्यूशंज़ रेपो ल कॉपी करथव अउ ओखर एक लोकल/स्थानीय कॉपी बनावथस| + +## एक ब्राँच बनाए बर + +अपन कंप्यूटर म बनाये गए रिपॉजिटरी के कॉपी के फोल्डर/डायरेक्टरी म जावव (अगर अब तक नहीं करे हावस त निम्न आदेश चलावव) + +``` +cd first-contributions +``` + +अब एक ठी नवा शाखा बनवाव `git checkout` कमांड के उपयोग करके | +नवा शाखा बनाए बर -b ऑप्शन के उपयोग होथे। + +``` +git checkout -b <अपन-शाखा-के-नाम-जोड़ें> +``` + +उदाहरण बर: + +``` +git checkout -b add-alonzo-church +``` + +( शाखा के नाम म `add` जोड़ने के आवश्यकता नहीं हावए, लेकिन एमा जोड़ना चल जाहि काबर की ए शाखा के उद्देश्य एक सूची म अपन नाम ल जोड़े बर हे। ) + +## आवश्यक परिवर्तन करे बर अउ उन परिवर्तनों ल कमिट करे बर- + +अब `Contributors.md` फ़ाइल ल एक टेक्स्ट एडिटर म खोलकर एमा अपन नाम लिखव। फ़ाइल के शुरुआत या अंत म एला झन जोड़बे। एला बीच म कही तिरिया देहु आपमन | + +git status + + +आपमन अगर `git status` निर्देश चलाहु , त आपमन ल किये गए परिवर्तन दिखहि। + +उन परिवर्तनों ल बनाए गए शाखा म जोड़े बर `git add` कमान्ड के उपयोग करव | + +``` +git add Contributors.md +``` + +अब अपन करे गए बदलाव ल कमिट करे बर `git commit` आदेश के उपयोग करव | + +``` +git commit -m "Add <अपन-नाम> to Contributors list" +``` + +<अपन-नाम> के जगह अपन नाम डालव| + +## अपन करे बदलाव ल Github म पुश करव| + +`git push` के उपयोग कर अपन परिवर्तन ल पुश करव| + +``` +git push origin <अपन-शाखा-के-नाम-जोड़व> +``` + +`<अपन-शाखा-के-नाम-जोड़व>` के जगह अपन शाखा के नाम डालव| + +## अपन बदलाव ल रिव्यु करे बर सबमिट करव| + +आपमन अपन github प्रोफाइल म अपन रेपो म जाबा अउ Compare & pull request ल दबवाव| +create a pull request + +आप मन के pull request सबमिट करव| + +submit pull request +मैं आपमन के बदलाव ल ए प्रोजेक्ट के मास्टर शाखा म तुरते मर्ज कर दुहु| आप मन ल एक ठन मेल आ जहि जब बदलाव मर्ज होही| + +## इहा ले कती जाबो? + +बधाई हो मितान! आपमन ने_fork -> clone -> edit -> PR_ वर्कफ़्लो ल पूरा कर डरे हव! + +अपन पहली योगदान के ख़ुशी म अपन संगी मन करा शेयर करव [वेब एप्प](https://firstcontributions.github.io/#social-share) पे जाके | + +आपमन हमर स्लैक टीम ल ज्वाइन कर सकत हव अगर आपमन ल कोनो सहायता के जरुरत होही त | [म ज्वाइन करव](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) + +अब आपमन अउ प्रोजेक्ट्स म कंट्रीब्यूट करे बर शुरू कर सकत हव | हमन एक लिस्ट बनाए हन जेन म अड़बड़ सरल मुद्दे हवएं| [प्रोजेक्ट्स के लिस्ट](https://firstcontributions.github.io/#project-list) + +## अन्य टूल के उपयोग करके ट्यूटोरियल + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.hr.md b/docs/gui-tool-tutorials/translations/README.hr.md new file mode 100644 index 00000000..1c94cc99 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.hr.md @@ -0,0 +1,124 @@ +[![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) + +# Prvi doprinosi + +Cilj ovog projekta je da pruži jednostavne korake za početnike da naprave svoje prve doprinose. Ukoliko želite napraviti prvi doprinos pratite sljedeće korake ispod. + +#### _Ukoliko niste baš sigurni u svoj rad s komandnom linijom/terminalom, [ovdje možete pronaći tutorijale za GUI alate.](#Upute-za-druge-alate)_ + +Napravite fork repozitorijuma + +Ukoliko nemate git instaliran na Vašem računalu, [instalirajte ga ovdje](https://help.github.com/articles/set-up-git/). + +## Napravite fork repozitorija + +Forkajte ovaj repozitorij tako da kliknete na dugme _fork_ na vrhu stranice. Ovako pravite kopiju repozitorija na vašoj github stranici. + +## Klonirajte repozitorij + +clone this repository + +Sada klonirajte repozitorij koji ste prethodno forkali. Posjetite svoj GitHub profil, otvorite repozitorij koji ste forkali, kliknite na _clone_ (kloniraj) dugme i kliknite na ikonicu _copy to clipboard_. + +Otvorite terminal i upišite slijedeće git naredbe: + +``` +git clone "url koji ste sada kopirali" +``` + +gdje je "url koji ste sada kopirali" (bez navodnika) url na ovaj repozitorij (vaš fork ovog projekta). Pogledajte prethodne korake kako dohvatiti url. + +copy URL to clipboard + +Na primjer: + +``` +git clone https://github.com/ovo-ste-Vi/first-contributions.git +``` + +Gdje je umjesto `ovo-ste-Vi` upisano vaše _github_ korisničko ime. Ovime kopirate sadržaj repozitorija _first-contributions_ na vaše računalo. + +## Stvaranje grane _branch_ + +Prebacite se u radni direktorij na Vašem računalu (ukoliko već niste tamo): + +``` +cd first-contributions +``` + +Pa zatim napravite novu granu _branch_ koristeći `git switch` comandu: + +``` +git switch -c dodaj-svoje-ime +``` + +Na primjer: + +``` +git switch -c add-alonzo-church +``` + +## Napravite potrebne izmjene i potvrdite promjene + +Otvorite `Contributors.md` datoteku u tekst editoru i dodajte Vaše ime. Nemojte dodavati ime na sam početak ili kraj. Stavite ga negdje u sredinu. Potom spremite datoteku. + +git status + +Ukoliko odete u radni direktorij i izvršite naredbu `git status`, primijetit ćete da postoje promjene. + +Dodajte ove promjene u granu koju ste gore napravili koristeći `git add` naredbu: + +``` +git add Contributors.md +``` + +Sada potvrdite ove promjene koristeći `git commit` naredbu: + +``` +git commit -m "Add svoje-ime to Contributors list" +``` + +Gdje umjesto `svoje-ime` upisujete svoje ime. + +## Pushajte promjene na GitHub + +Pošaljite promjene u repozitorij na GitHub-u koristeći naredbu `git push`: + +``` +git push origin -u ime-Vaše-grane +``` + +gdje umjesto `ime-Vaše-grane` stavljate ime vaše grane koje ste prethodno napravili. + +## Pošaljite izmjene na pregled + +Ukoliko odete na repozitorij na Vašem GitHub profilu primijetit ćete `Compare & pull request` Dugme. Kliknite na njega. + +create a pull request + +a zatim pošaljite zahtjev klikom na dugme _Create pull request_. + +submit pull request + +Nakon toga, vlasnik će spojiti promjene koje ste napravili sa master granom projekta. Dobit ćete mail potvrde kada se grane spoje. + +## Što dalje? + +Čestitamo! Završili ste standardni _fork -> clone -> edit -> PR_ tok koji će vas pratiti kroz Vaš čitav programerski život! + +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). + +### [Dodatni materijali](../additional-material/git_workflow_scenarios/additional-material.md) + +## Upute za druge alate + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.hu.md b/docs/gui-tool-tutorials/translations/README.hu.md new file mode 100644 index 00000000..89fb1cb3 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.hu.md @@ -0,0 +1,124 @@ +[![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) + + +# Első közreműködés nyílt forráskódú projektben + +Minden kezdet nehéz, ezért szeretnénk segíteni számodra az első lépésekben ahhoz, hogy bátran kódolj kooperatívan nyílt forráskódú projekteket. Senki sem szeret hibázni, de szerencsére itt most nyugodtan megteheted. A lényeg, hogy gyakorolj! + +A projekt célja, hogy útmutatást nyújtson, egyszerűsítse és segítse a kezdők első lépéseit nyílt forráskódú szoftverek közös programozásában. Ha te is most készülsz először ilyet csinálni, segítünk neked, kövesd az alábbi lépéseket. + +#### *Ha a parancssor kényelmetlen, [itt egy tutorial a GUI felület használatához.](#Oktatóanyagok-más-eszközök-használatával)* + +forkold ezt a repót + +Ha nincs a gépeden git, [telepítsd fel]( https://help.github.com/articles/set-up-git/). + +## Ágaztasd ezt a repót (fork) + +A Fork gomb kattintásával ágaztasd el ezt a repót. +Ezzel készítettél egy másolatot erről a reporól a te saját git fiókodba. + +## Klónozd a repót (clone) + +klónozd ezt a repót + +Most klónozd az elágaztatott repót a gépedre. Menj a GitHub fiókodra, nyisd meg a forkolt repositoryt, kattints a clone gombra, majd kattints a *copy to clipboard* ikonra. + +Nyiss egy terminált és futtasd a következő parancsot: + +``` +git clone "url-amit-most-masoltal-le" +``` +A "url-amit-most-masoltal-le" kifejezést, cseréld ki (idézőjelek nélkül) a vágólapra helyezett repository url címére (ami ebből a projektől ágazik). Az ágaztatás folyamatát lásd az előző lépésben. + +másold az URL címet a vágólapra + +Például: +``` +git clone https://github.com/a-te-git-neved/first-contributions.git +``` +A `a-te-git-neved` lesz a GitHub felhasználóneved. Ezzel letöltöd a first-contributions repositoryt GitHub-ról a saját számítógépedre. + +## Készíts egy ágat (branch) + +Navigálj a repository könytárába (ha nem ott vagy jelenleg): + +``` +cd first-contributions +``` + +Most készítsünk egy ágat `git checkout` parancs használatával: + +``` +git switch -c +``` + +Például: +``` +git switch -c add-gabor-takacs +``` +(A branch nevében nem kötelező, hogy benne legyen az *add* szó, de észszerű belefoglalni, mert ennek az ágnak az a célja, hogy hozzáadja a nevünket egy listához.) + +## Végezd el a szükséges változtatásokat és rögzítsd azokat (commit) + +Nyisd meg a `Contributors.md` fájlt egy szövegszerkesztőben, majd add hozzá a neved. Ne a fájl elejére vagy végére helyezd, hanem a kettő közé. A kettő között bárhová teheted. Mentsd el a fájlt. + +git status + + +Ha a project könyvtárába navigálsz és futtatod a `git status` parancsot, akkor a következő módosításokat fogod látni: + + +Ezeket a módosításokat add hozzá a branchez a `git add` paranccsal: + +``` +git add Contributors.md +``` + +Commitoljuk a módosításokat a `git commit` paranccsal: +``` +git commit -m "Add to Contributors list" +``` +Helyettesítsd `` kifejezést a saját neveddel. + +## Töltsd fel az elkészült változtatásokat a GitHub-ra (push) + +Töltsd fel a változtatásokat a `git push` paranccsal: +``` +git push origin +``` +Helyettesítsd az `` kifejezést annak a branchnek a nevével, amit korábban létrehoztál. + +## Küldd be a módosításaidat ellenőrzésre (pull request) + +Ha a saját repódba navigálsz GitHub-on, látnod kell a `Compare & pull request` gombot. Kattints rá! + +pull request készítése + +Sikeresen elküldted a pull requested. + +pull request beküldése + +Kis idő elteltével összevonja a változásokat a project fő ágában. Értesítést fogsz kapni emailben, ha a változások összefűzésre kerültek. + +## Hogyan tovább? + +Gratulálunk! Sikeresen teljesítetted az alapvető _fork -> clone -> edit -> PR_ folyamatot, melyet gyakran kell majd csinálnod közreműködőként! + +Ünnepeld meg az első kooperációdat és oszd meg barátaiddal és követőiddel ennek a [web app](https://firstcontributions.github.io/#social-share)-nak a segítségével. + +Bármilyen kérdésed van vagy segítségre lenne szükséged, csatlakozz slack csapatunkhoz. [Csatlakozz a slack csapathoz.](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Itt az idő egy másik projektben is közreműködni. Összeállítottunk egy listát azokról a projektekről, melyek könnyebb feladatokat tartalmaznak az induláshoz. Nézd meg a [projektek listáját](https://firstcontributions.github.io/#project-list) a webalkalmazásban. + +### [Kiegészítő anyag](../additional-material/git_workflow_scenarios/additional-material.md) + + +## Oktatóanyagok más eszközök használatával + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.hy.md b/docs/gui-tool-tutorials/translations/README.hy.md new file mode 100644 index 00000000..9a12b19a --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.hy.md @@ -0,0 +1,135 @@ +[![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) + +# Առաջին ներդրումները(contributions) + +Այս նախագիծը նպատակ ունի պարզեցնել և առաջնորդել սկսնակներին իրենց առաջին ներդրման ճանապարհին: Եթե ցանկանում եք կատարել ձեր առաջին ներդրումը, հետևեք ստորև նշված քայլերին: + +_Եթե հրամանի պատուհանը (command line) ձեզ հարմար չէ, [ահա ուղեցույցներ գրաֆիկական ինտերֆեյսի (GUI) կիրառմամբ.](#Ուղեցույցներ-այլ-գործիքների-կիրառմամբ)_ + +fork this repository + +#### Եթե դուք չունեք git ձեր մեքենայի վրա, [տեղադրեք այն](https://help.github.com/articles/set-up-git/) + +## Ճյուղավորեք (fork) այս պահոցը (repository) + +Ստեղծեք ձեր սեփական պատճենը՝ սեղմելով այս էջի վերևում գտնվող `fork` կոճակը: +Դա կստեղծի այս պահոցի պատճենը ձեր պրոֆիլում: + +## Կլոնավորեք պահոցը + +clone this repository + +Հիմա կլոնավորեք պահոցը ձեր համակարգչում: Հղումը պատճենելու համար սեղմեք `clone` կոճակը, այնուհետև `copy to clipboard` կոճակը: + +Բացեք տերմինալը և գործարկեք հետևյալ git հրամանը. + +``` +git clone "url you just copied" +``` + +Որտեղ "url you just copied"-ը (առանց չակերտների) ձեր պահոցի հղումն է (այս նախագծի ձեր ճյուղավորումը). Հետևեք քայլերին, որպեսզի ստանաք հղումը. + +copy URL to clipboard + +Օրինակ՝ + +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +Որտեղ `this-is-you`-ն github-ի ձեր մուտքանունն է. Այսպիսով դուք պատճենում եք first-contributions պահոցը՝ GitHub-ից, ձեր համակարգչի վրա: + +## Ստեղծեք ճյուղ + +Մուտք գործեք ձեր համակարգչում գտնվող պահոցը, եթե արդեն այնտեղ չեք։ + +``` +cd first-contributions +``` + +Հիմա ստեղծեք նոր ճյուղ՝ օգտագործելով `git checkout` հրամանը․ + +``` +git checkout -b +``` + +Օրինակ՝ + +``` +git checkout -b add-alonzo-church +``` + +## Կատարեք անհրաժեշտ փոփոխությունները և կատարեք ձեր ներդրումը (commit) + +Հիմա բացեք `Contributors.md` ֆայլը ձեր տեքստային խմբագրիչում, գրեք ձեր անունը և պահպանեք ֆայլը։ Մի ավելացրեք այն ֆայլի սկզբում կամ վերջում: Տեղադրեք այն որևէ տեղ մեջտեղում: Այժմ պահպանեք ֆայլը: + +git status + +Եթե գնաք նախագծի պանակ և կատարեք `git status` հրամանը, կտեսնեք, որ փոփոխություններ կան: + +Ավելացրեք այդ փոփոխությունները այն ճյուղին, որը հենց նոր ստեղծեցիք՝ օգտագործելով `git add` հրամանը. + +``` +git add Contributors.md +``` + +Այժմ գործադրեք այս փոփոխությունները `git commit` հրամանով. + +``` +git commit -m "Add to Contributors list" +``` + +Փոփոքեք ``-ը ձեր անունով + +## Push արեք փոփոխությունները github + +Push արեք ձեր փոփոխությունները `git push` հրամանով․ + +``` +git push origin +``` + +Փոփոխոք ``-ը ավելի վաղ ստեղծած ճյուղի անունով: + +
+ Եթե push անելիս առաջանում են սխալներ, սեղմեք այստեղ՝ + +- ### 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/'
+ Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account. + +
+ +## Հաստատեք փոփոխությունները վերանայման համար + +Եթե այցելեք ձեր GitHub պահոցը, կտեսնեք `Compare & pull request` կոճակը։ Սեղմեք այդ կոճակը։ + +create a pull request + +Ապա հաստատեք pull հարցումը: + +submit pull request + +Շուտով ես կմիավորեմ ձեր բոլոր փոփոխությունները այս նախագծի գլխավոր մասնաճյուղի մեջ: Փոփոխությունները միաձուլվելուց հետո դուք կստանաք ծանուցող նամակ: + +## Ու՞ր գնալ այստեղից + +Շնորհավորանքնե՛րս, դուք հենց նոր ավարտեցիք ստանդարտ _fork -> clone -> edit -> pull request_ աշխատակարգը, որը հաճախ կհանդիպեք որպես ներդրող: + +Նշեք ձեր ներդրումը և կիսվեք այն ձեր ընկերների և հետևորդների հետ՝ այցելելով [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). + +### [Լրացուցիչ նյութեր](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) | diff --git a/docs/gui-tool-tutorials/translations/README.id.md b/docs/gui-tool-tutorials/translations/README.id.md new file mode 100644 index 00000000..d74eb953 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.id.md @@ -0,0 +1,166 @@ +[![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) + +# Kontribusi Pertama + +Proyek ini bertujuan untuk menyederhanakan dan membimbing perjalanan seorang pemula berkontribusi di Github untuk pertama kali. Pertahatikan 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)_ + +fork this repository + +Apabila Anda belum menginstall git di komputer Anda, [install segera](https://help.github.com/articles/set-up-git/). + +## _Fork_ Repositori Ini + +Fork repositori ini dengan cara klik tombol _Fork_ yang ada di bagian atas kanan pada halaman ini. Hal Ini akan membuat sebuah salinan repositori di akun Anda. + +## _Clone_ (Kloning) Repositori + +clone this repository + +Sekarang kloning repositori yang sudah Anda _fork_ ke komputer Anda. Pergi ke akun GitHub Anda, buka repositori yang sudah Anda _fork_, klik tombol _Code_ dan kemudian klik ikon salin ke papan klip. + +Buka sebuah terminal dan jalankan perintah git berikut: + +``` +git clone "url yang telah Anda disalin" +``` + +bagian "url yang telah Anda disalin" (tanpa tanda petik) adalah url ke repositori ini (proyek yang telah Anda _fork_ ini). Lihat langkah sebelumnya untuk mendapatkan url. + +copy URL to clipboard + +Contohnya: + +``` +git clone git@github.com:ini-adalah-anda/first-contributions.git +``` + +bagian `ini-adalah-anda` adalah nama pengguna GitHub Anda. Di sini Anda menyalin konten dari repositori first-contributions di GitHub ke komputer Anda. + +## Membuat Sebuah _Branch_ (Cabang) + +Pindah ke direktori repositori yang terdapat pada komputer Anda (jika Anda belum berada di sana): + +``` +cd first-contributions +``` + +Sekarang buatlah sebuah _branch_ menggunakan perintah `git checkout`: + +``` +git checkout -b +``` + +Contohnya: + +``` +git checkout -b add-alonzo-church +``` + +
+ Jika kamu mendapatkan beberapa kesalahan menggunakan git switch, klik disini: + +Jika pesan error: "Git: `switch` is not a git command. See `git –help`" muncul, kemungkinan besar Anda menggunakan versi git yang lama. + +Dalam kasus ini, coba gunakan `git checkout` sebagai gantinya: + +```bash +git checkout -b your-new-branch-name +``` + +
+ +## Buat Perubahan Yang Diperlukan Lalu _Commit_ (Simpan) Perubahan Tersebut + +Sekarang buka berkas `Contributors.md` menggunakan teks editor, tambahkan nama Anda ke dalamnya. Jangan menambahkan pada awal atau akhir dari berkas. Simpan dimana saja di antaranya. Sekarang simpan berkasnya. + +git status + +Jika Anda pergi ke direktori proyek dan mengeksekusi perintah `git status`, Anda akan melihat ada sebuah perubahan. + +Tambahkan perubahan tersebut ke _branch_ yang baru saja Anda buat menggunakan perintah `git add`: + +``` +git add Contributors.md +``` + +Sekarang simpan perubahan tersebut menggunakan perintah `git commit`: + +``` +git commit -m "Add to Contributors list" +``` + +Ubah bagian `` dengan nama Anda. + +## Dorong (Push) Perubahan Ke GitHub + +_Push_ perubahan menggunakan perintah `git push`: + +``` +git push origin +``` + +ganti bagian `` dengan nama cabang yang sebelumnya Anda buat. + +
+ Jika Anda mendapatkan kesalahan saat melakukan push, klik disini: + +- ### Kesalahan Autentikasi +
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/'
+ Buka [tutorial GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) untuk menghasilkan dan mengkonfigurasi sebuah kunci SSH ke akun Anda. + + Jika kelihatannya seperti ini: + +
origin	https://github.com/your-username/your_repo.git (fetch)
+  origin	https://github.com/your-username/your_repo.git (push)
+ + Buat perubahan dengan perintah: + +
git remote set-url origin git@github.com:your-username/your_repo.git
+ + Jika tidak, Anda akan tetap dimintai nama pengguna dan kata sandi serta mendapatkan kesalahan autentikasi. +
+ + +## Kirim Perubahan Untuk Diperiksa + +Jika Anda membuka repositori Anda di GitHub, Anda akan melihat sebuah tombol `Compare & pull request`. Tekan tombol tersebut. + +create a pull request + +Sekarang kirimkan _Pull Request_ + +submit pull request + +Saya (pengelola) akan segera menggabungkan semua perubahan Anda ke cabang utama (_main branch_) dari proyek ini. Anda akan mendapatkan email pemberitahuan setelah perubahan digabungkan. + +## Ke Mana Lagi Setelah Dari Sini? + +Selamat! Anda baru saja menyelesaikan standar _fork_ -> _clone_ -> _edit_ -> _pull request_ sebuah alur kerja yang akan sering Anda temui sebagai seorang kontributor! + +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). + +## [Materi tambahan](../additional-material/translations/additional-material.id.md) + +## Tutorial Menggunakan Alat (tools) Lain + +| 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) | + +

Proyek ini didukung oleh:

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.igb.md b/docs/gui-tool-tutorials/translations/README.igb.md new file mode 100644 index 00000000..31838e80 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.igb.md @@ -0,0 +1,128 @@ +[![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) + +# Onyinye Mbụ + +O siri ike. Ọ na-esiri gị ike mgbe mbụ i mere ihe. Karịsịa mgbe ị na-emekọ ihe, imehie ihe abụghị ihe dị mma. Anyị chọrọ ime ka ụzọ ndị ọhụrụ na-emeghe emeghe na-amụta ma tinye aka maka oge mbụ. + +Ịgụ isiokwu & nkuzi ntanetị nwere ike inyere gị aka, ma gịnị dị mma karịa ime ihe ahụ na-eme ihe omume? Ihe oru a bu iji nye nduzi & mee ka ndi mmadu bidoro ibu onyinye mbu. Ọ bụrụ na ị na-achọ ime onyinye mbụ gị, gbasoo nzọụkwụ dị n'okpuru. + +#### _Ọ bụrụ na ị naghị enwe mmasị na akara iwu, [ebe a bụ nkuzi na-eji ngwaọrụ GUI.](#Nkuzi-na-iji-ihe-ndi-ozo)_ + +fork this repository + +Ọ bụrụ na ịnweghị igwe na igwe gị, [wụnye ya](https://help.github.com/articles/set-up-git/). + +## Wepu ebe nchekwa a + +Wepu a repo site na ịpị bọtịnụ mkpịsị aka n'elu nke ibe a. Nke a ga-emepụta otu ntinye nchekwa a na akaụntụ gị. + +## Na-ekpuchi ebe nchekwa + +clone this repository + +Ugbu a, dochie ya repo na igwe gị. Gaa na akaụntụ GitHub gị, meghee repo ahụ maka pịa, pịa bọtịnụ clone ma pịazie ya na akara ngosi akara ngosi. + +Mepee ọnụ ma jikwa iwu na-esonụ: + +``` +git clone "url you just copied" +``` + +ebe "url na ị depụtaghachiri" (na-enweghị ntinye ọnụ) bụ url maka nchekwa ebe a (mgbịrịgwụ nke ọrụ a). Hụ nzọụkwụ ndị gara aga iji nweta url. + +copy URL to clipboard + +Ọmụmaatụ: + +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +ebe `this-is-you` ka aha njirimara GitHub gị. Lee, ị na-edegharị ọdịnaya nke onyinye ntinye mbụ na GitHub na kọmputa gị. + +## Mepụta alaka + +Gbanwee na nhazi ndekọ na kọmputa gị (ọ bụrụ na ịnweghị ebe ahụ): + +``` +cd first-contributions +``` + +Ugbu a, mepụta alaka ụlọ ọrụ site na iji `git checkout` iwu: + +``` +git checkout -b +``` + +Ọmụmaatụ: + +``` +git checkout -b add-alonzo-church +``` + +(Aha alaka ahụ adịghị mkpa iji tinye okwu ahụ n'ime ya, ma ọ bụ ihe dị mkpa ị gụnyere n'ihi na ebumnuche nke alaka a bụ ịgbakwunye aha gị na ndepụta.) + +## Mee mgbanwe ndị dị mkpa ma mee mgbanwe ndị ahụ + +Ugbu a mepee `Contributors.md` faịlụ na nchịkọta ederede, tinye aha gị na ya. Adakwunye ya na mmalite ma ọ bụ njedebe nke faịlụ ahụ. Tinye ya n'ebe ọ bụla n'etiti. Ugbu a, chekwaa faịlụ ahụ. + +git status + +Ọ bụrụ na ịga na ndekọ ụlọ ọrụ ma mebie iwu ahụ `git status`, ị ga-ahụ na e nwere mgbanwe. + +Tinye mgbanwe ndị a n'alaka ụlọ ọrụ ị mepụtara site na iji `git add` iwu ahụ: + +``` +git add Contributors.md +``` + +Ugbu a mee mgbanwe ndị ahụ site na iji `git commit` iwu ahụ: + +``` +git commit -m "Add to Contributors list" +``` + +jiri aha gị dochie ``. + +## Kwanye mgbanwe nile a n'ime GitHub + +Mee mgbanwe gị site na iji iwu `git push`: + +``` +git push origin +``` + +dochie `` aha alaka ụlọ ọrụ ị mepụtara n'oge gara aga. + +## Nyefee mgbanwe gị maka nyocha + +Ọ bụrụ na ị gaa ebe nchekwa gị na GitHub, ị ga-ahụ `Compare & pull request` bọtịnụ. Pịa bọtịnụ ahụ. + +create a pull request + +Ugbu a, rịọ arịrịọ ahụ. + +submit pull request + +N'oge na-adịghị anya, m ga-emeri mgbanwe gị niile n'ime ngalaba alaka ụlọ ọrụ a. Ị ga-enweta ozi ngosi mgbe ọ bụla emetụtara mgbanwe. + +## Ebee ka esi aga ebe a? + +Ekele! Naanị ị gụchara ihe nkesa -> mmepụta oyiri -> dezie -> Bọpụ ọrụ PR nke ị ga-ezute mgbe niile dị ka onye na-enye gị! + +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) + +## Nkuzi na iji ihe ndi ozo + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.it.md b/docs/gui-tool-tutorials/translations/README.it.md new file mode 100644 index 00000000..286247a3 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.it.md @@ -0,0 +1,128 @@ +[![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) + +# Il primo contributo + +È dura. È sempre difficile fare qualcosa per la prima volta. Specialmente quando si sta collaborando, sbagliare ci mette a disagio. Ma l'open source si basa sulla collaborazione e sul lavorare insieme. Pertanto volevamo semplificare il modo in cui i nuovi collaboratori imparano e contribuiscono per la prima volta a progetti open-source. + +Leggere articoli e guardare tutorial può essere utile, ma cosa c'è di meglio che provare a fare effettivamente le cose sul campo? Questo progetto punta ad essere una guida per i meno esperti. Ricorda: più sei rilassato, meglio imparerai. Se vuoi contribuire per la prima volta, segui i semplici passi elencati qui sotto. Ti promettiamo che sarà divertente. + +fork this repository + +Se non hai git sul tuo computer, [installalo]( https://help.github.com/articles/set-up-git/). + +## Fai il fork di questa repository + +Fai il *fork* di questa *repo* (abbreviazione di *repository*, ossia un archivio) cliccando sul bottone ***fork*** in cima alla pagina. +Questo creerà una copia di questa repository nel tuo account. + +## Scarica la repository + +clone this repository + +Ora scarica (*clone*) questa repo nel tuo computer. Clicca sul pulsante per scaricare e poi copia l'url. + +Apri il terminale e lancia il seguente comando: + +```bash +git clone "url appena copiato" +``` + +dove "url appena copiato" (senza le virgolette) è l'url di questa repository. Leggi i passaggi precedenti per ottenere l'url. + +copy URL to clipboard + +Per esempio: + +```bash +git clone https://github.com/questo-sei-tu/first-contributions.git +``` + +dove `questo-sei-tu` è il tuo username GitHub. Qui stai copiando il contenuto della repository da GitHub al tuo computer. + +## Crea un ramo (*Branch*) + +Entra nella directory della repository (se non lo hai già fatto): + +```bash +cd first-contributions +``` + +Ora crea un ramo (*branch*) usando il comando `git checkout -b`: + +```bash +git checkout -b +``` + +Ad esempio: + +```bash +git checkout -b aggiungi-alonzo-church +``` + +(Non è necessario inserire la parola *aggiungi* nel nome del branch, ma in questo caso è ragionevole includerlo poiché lo scopo di questo branch è aggiungere il tuo nome alla lista. +Lo scopo di nominare un branch è descrivere le modifiche che andremo ad effettuare, il nome deve essere quindi descrittivo e non generale per facilitare il team con cui si collabora.) + +## Fai le modifiche necessarie e crea un commit + +Ora apri il file `Contributors.md` in un editor, inserisci il tuo nome. Non aggiungerlo all'inizio o alla fine del file ma in un qualsiasi punto nel mezzo. Ora salva il file. Se vai nella directory del progetto ed esegui il comando `git status`, vedrai quali sono i cambiamenti. Aggiungi le modifiche al branch appena creato usando il comando `git add`: + +```bash +git add Contributors.md +``` + +Crea ora una commit che includa le modifiche da te fatte, usando `git commit`: + +```bash +git commit -m "Add to Contributors list" +``` + +cambiando `` con il tuo nome. + +## Invia (*Push*) le modifiche a GitHub + +Invia (*push*) le tue modifiche con il comando `git push`: + +```bash +git push origin +``` + +sostituendo `` con il nome del branch creato prima. + +## Invia i tuoi cambiamenti per una revisione + +Se vai nella tua repository su GitHub, vedrai il pusante `Compare & pull request`. Cliccalo. + +create a pull request + +Ora invia la pull request. + +submit pull request + +Presto avrò incorporato (*merge*) tutti i tuoi cambiamenti nel master branch di questo progetto. Ti arriverà una mail di notifica una volta che le modifiche saranno state accettate. + +### [ Prossimi passi ](../additional-material/git_workflow_scenarios/additional-material.md) + +## Tutorial usando altri tool + +| 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) | + +## E ora? + +Unisciti alla nostra squadra su slack in caso tu abbia bisogno di aiuto o abbia qualche domanda. Proveremo ad aiutarti! [Unisciti alla squadra Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Qui sotto puoi trovare delle repo popolari dove cercare problemi semplici da cui partire. Continua nelle repo per imparare di più + +|[![exercism](https://avatars2.githubusercontent.com/u/5624255?v=3&s=100)](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22)|[![fun-retro](https://avatars3.githubusercontent.com/u/15913975?v=3&s=100)](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly)|[](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22)|[![habitat](https://avatars1.githubusercontent.com/u/18171698?v=3&s=100)](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[![scikit-learn](https://avatars0.githubusercontent.com/u/365630?v=3&s=100)](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie)|[](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22)|[![elasticsearch](https://avatars2.githubusercontent.com/u/6764390?v=3&s=100)](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22)| +|---|---|---|---|---|---|---|---| +|[exercism](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22)|[Fun Retros](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly)|[react](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22)|[habitat](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[scikit-learn](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[Leiningen](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie)|[numpy](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22)|[elasticsearch](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22)| +|[![homebrew](https://avatars2.githubusercontent.com/u/1503512?v=3&s=100)](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)|[![rust](https://avatars1.githubusercontent.com/u/5430905?v=3&s=100)](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy)|[![vuejs](https://avatars1.githubusercontent.com/u/6128107?v=3&s=100)](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22)|[![Suave](https://avatars2.githubusercontent.com/u/5822862?v=3&s=100)](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy)|[![OpenRA](https://avatars3.githubusercontent.com/u/409046?v=3&s=100)](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[![PowerShell](https://avatars0.githubusercontent.com/u/11524380?v=3&s=100)](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs)|[![coala](https://avatars2.githubusercontent.com/u/10620750?v=3&s=100)](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer)|[![moment](https://avatars2.githubusercontent.com/u/4129662?v=3&s=100)](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs)| +|[homebrew](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)|[Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy)|[vuejs](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22)|[Suave](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy)|[OpenRA](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[PowerShell](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs)|[coala](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer)|[moment](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs)| +|[![ava](https://avatars0.githubusercontent.com/u/8527916?v=3&s=100)](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22)|[![freeCodeCamp](https://avatars0.githubusercontent.com/u/9892522?v=3&s=100)](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[![webpack](https://avatars3.githubusercontent.com/u/2105791?v=3&s=100)](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22)|[![hoodie](https://avatars1.githubusercontent.com/u/1888826?v=3&s=100)](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[![pouchdb](https://avatars3.githubusercontent.com/u/3406112?v=3&s=100)](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22)|[![neovim](https://avatars0.githubusercontent.com/u/6471485?v=3&s=100)](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level)|[![babel](https://avatars2.githubusercontent.com/u/9637642?v=3&s=100)](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) |[](https://github.com/adobe/brackets/labels/Starter%20bug)| +|[ava](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22)|[freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[webpack](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22)|[hoodie](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[pouchdb](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22)|[neovim](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level)|[babel](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) |[brackets](https://github.com/adobe/brackets/labels/Starter%20bug)| +| [![Node.js](https://avatars1.githubusercontent.com/u/9950313?v=3&s=100)](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22)|[](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22)| +| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) |[Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | diff --git a/docs/gui-tool-tutorials/translations/README.ja.md b/docs/gui-tool-tutorials/translations/README.ja.md new file mode 100644 index 00000000..f3f07c87 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ja.md @@ -0,0 +1,115 @@ +[![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) + +# First Contributions + +初めてのことは何でも大変なものです。特に他人と協力する時に、間違うのは気持ちの良いことではありません。しかし、オープンソースにおける活動では協力することが全てです。私たちは初めてオープンソースに貢献する人たちが、簡単に貢献できる方法を学べるようにしたいと考えています。 + +記事を読んだりチュートリアルをやってみることはためになりますが、実際にやってみる方が良いでしょう。このプロジェクトはそのガイダンスを行い、初心者が最初のオープンソースへの貢献を簡単に行えるようにするためのものです。
+初めてのオープンソースへの貢献を行いたい場合、以下の簡単なステップに従ってください。 + +#### *コマンドラインでの操作に慣れていない場合、[グラフィカルなツールでもチュートリアルを行えます。]( #その他のツールを使用したチュートリアル )* + +fork this repository + +まだGitをインストールしていない場合は、[ここ](https://help.github.com/articles/set-up-git/)からインストールしてください + +## リポジトリをフォーク + +Forkボタンをクリックしてこのリポジトリをフォークしてください。 +この作業であなたのアカウントにはこのリポジトリのコピーが作られます。 + +## リポジトリをクローン + +clone this repository + +次にフォークしたリポジトリをクローンします。あなたのリポジトリに移動してフォークしたリポジトリを開き*Code*ボタンをクリックした後に*Copy to clipboard*アイコンをクリックしてください。 + +ターミナルを開いて以下のgitコマンドを実行してください: + +``` +git clone "コピーしたURL" +``` +"コピーしたURL" (ダブルクオーテーションは除いてください) は先ほどコピーしたリポジトリのURLと置き換えてください。 + +copy URL to clipboard + +例: +``` +git clone https://github.com/<あなたのユーザー名>/first-contributions.git +``` +`あなたのユーザー名` はご自身のGitHubユーザー名に置き換えてください。この作業でGitHub のリポジトリの内容はあなたのコンピュータに保存されました。 + +## ブランチを作成 + +もしリポジトリのディレクトリにいなければそこまで移動してください。 + +``` +cd first-contributions +``` +`git switch` コマンドを使用してブランチを作成します: +``` +git switch -c +``` + +例: +``` +git switch -c add-alonzo-church +``` +(ブランチの名前には必ずしも*add*が含まれていなければならないわけではありませんが、このブランチの目的があなたの名前をリストに加えることであることを考慮すれば含むのが適切です。) + +## コードを変更してその変更をコミット + +テキストエディタで`Contributors.md`ファイルを開いてあなたの名前を追加してください。ただし、ファイルの先頭または最後に追加しないようにしましょう。名前リストの間のどこか好きな場所に、あなたの名前を追加するようにしてください。あなたの名前をファイルに加えたら、ファイルを保存します。 + +git status + +プロジェクトディレクトリに移動して`git status`を実行すると、変更がなされたことが確認できると思います。`git add`コマンドを使ってそれらの変更を適用してください。 +``` +git add Contributors.md +``` + +次に`git commit`コマンドを使ってこれらの変更をコミットします。 +``` +git commit -m "Add <あなたの名前> to Contributors list" +``` +`<あなたの名前>`をご自身の名前に置き換えてください。 + +## GitHubに変更をpushする + +`git push`コマンドを使って変更をpushしてください。 +``` +git push origin <ブランチ名> +``` +`<ブランチ名>`には先ほど作成したブランチ名を入れてください。 + +## レビューのためにプルリクエストを送る + +GitHub上であなたのリポジトリに行くと、`Compare & pull request`ボタンが表示されます。そのボタンをクリックしてください。 + +create a pull request + +プルリクエストを作ってください。 + +submit pull request + +すぐに変更がこのプロジェクトのmainブランチにマージされます。マージが終了した際にはその旨のメールが送られます。 + +## 次に何をするべきか + +おめでとうございます! コントリビューターとして重要な _フォーク -> クローン -> 編集 -> プルリクエスト_ の基本的なワークフローが完了しました。 + +初めてのオープンソースへの貢献を祝って友達やフォロワーに[このウェブアプリ](https://firstcontributions.github.io/#social-share)を使ってシェアしましょう。 + +もし何かしら質問があるようでしたら[私たちのSlack team](https://firstcontributors.slack.com/join/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY)に入ってください。 + +他のプロジェクトへの貢献を始めましょう。簡単なイシューが立てられているプロジェクトのリストを作りました。ウェブアプリで[プロジェクトリスト](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) | diff --git a/docs/gui-tool-tutorials/translations/README.ka.md b/docs/gui-tool-tutorials/translations/README.ka.md new file mode 100644 index 00000000..2c3ae195 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ka.md @@ -0,0 +1,89 @@ +[![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) + + +# ಮೊದಲ ಕೊಡುಗೆಗಳು + +ಈ ಯೋಜನೆಯು ಆರಂಭಿಕರು ತಮ್ಮ ಮೊದಲ ಕೊಡುಗೆಯನ್ನು ನೀಡುವ ವಿಧಾನವನ್ನು ಸರಳಗೊಳಿಸುವ ಮತ್ತು ಮಾರ್ಗದರ್ಶನ ಮಾಡುವ ಗುರಿಯನ್ನು ಹೊಂದಿದೆ. ನಿಮ್ಮ ಮೊದಲ ಕೊಡುಗೆಯನ್ನು ನೀಡಲು ನೀವು ಬಯಸಿದರೆ, ಕೆಳಗಿನ ಹಂತಗಳನ್ನು ಅನುಸರಿಸಿ. + +_ನೀವು ಆಜ್ಞಾ ಸಾಲಿನೊಂದಿಗೆ ಆರಾಮದಾಯಕವಲ್ಲದಿದ್ದರೆ,[GUI ಉಪಕರಣಗಳನ್ನು ಬಳಸುವ ಟ್ಯುಟೋರಿಯಲ್‌ಗಳು ಇಲ್ಲಿವೆ.](#tutorials-using-other-tools)_ + +fork this repository + +ನಿಮ್ಮ ಯಂತ್ರದಲ್ಲಿ ನೀವು ಜಿಟ್ ಹೊಂದಿಲ್ಲದಿದ್ದರೆ,[ಅದನ್ನು ಸ್ಥಾಪಿಸಿ](https://help.github.com/articles/set-up-git/) + +## ಈ ರೀಪಾಜ಼ಟೊರೀ ಫೋರ್ಕ್ ಮಾಡಿ + +ಈ ಪುಟದ ಮೇಲ್ಭಾಗದಲ್ಲಿರುವ ಫೋರ್ಕ್ ಬಟನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡುವ ಮೂಲಕ ಈ ರೆಪೊಸಿಟರಿಯನ್ನು ಫೋರ್ಕ್ ಮಾಡಿ. +ಇದು ನಿಮ್ಮ ಖಾತೆಯಲ್ಲಿ ಈ ರೆಪೊಸಿಟರಿಯ ನಕಲನ್ನು ರಚಿಸುತ್ತದೆ. + +## ರೆಪೊಸಿಟರಿ ಕ್ಲೋನ್ + +clone this repository + +ಈಗ ನಿಮ್ಮ ಯಂತ್ರಕ್ಕೆ ಫೋರ್ಕ್ಡ್ ರೆಪೊಸಿಟರಿಯನ್ನು ಕ್ಲೋನ್ ಮಾಡಿ. ನಿಮ್ಮ GitHub ಖಾತೆಗೆ ಹೋಗಿ, ಫೋರ್ಕ್ ಮಾಡಿದ ರೆಪೊಸಿಟರಿಯನ್ನು ತೆರೆಯಿರಿ, ಕೋಡ್ ಬಟನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ ಮತ್ತು ನಂತರ _copy to clipboard_ ಐಕಾನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ. + +ಟರ್ಮಿನಲ್ ತೆರೆಯಿರಿ ಮತ್ತು ಕೆಳಗಿನ git ಆಜ್ಞೆಯನ್ನು ಚಲಾಯಿಸಿ: + +``` +git clone "url ನೀವು ಇದೀಗ ನಕಲಿಸಿದ್ದೀರಿ" +``` +ಎಲ್ಲಿ "url ನೀವು ಇದೀಗ ನಕಲಿಸಿದ್ದೀರಿ" (ಉದ್ಧರಣ ಚಿಹ್ನೆಗಳಿಲ್ಲದೆ) ಈ ಭಂಡಾರಕ್ಕೆ url ಆಗಿದೆ (ಈ ಯೋಜನೆಯ ನಿಮ್ಮ ಫೋರ್ಕ್). Url ಪಡೆಯಲು ಹಿಂದಿನ ಹಂತಗಳನ್ನು ನೋಡಿ. + +copy URL to clipboard + +ಉದಾಹರಣೆಗೆ: +``` +git clone https://github.com/this-is-you/first-contributions.git +``` +ಅಲ್ಲಿ `ಇದು-ನೀವು 'ನಿಮ್ಮ ಗಿಟ್‌ಹಬ್ ಬಳಕೆದಾರಹೆಸರು. ಇಲ್ಲಿ ನೀವು ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ಗೆ ಗಿಟ್‌ಹಬ್‌ನಲ್ಲಿನ ಮೊದಲ ಕೊಡುಗೆಗಳ ಭಂಡಾರದ ವಿಷಯಗಳನ್ನು ನಕಲಿಸುತ್ತಿದ್ದೀರಿ. +## ಒಂದು ಶಾಖೆಯನ್ನು ರಚಿಸಿ +ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನಲ್ಲಿ ರೆಪೊಸಿಟರಿ ಡೈರೆಕ್ಟರಿಗೆ ಬದಲಾಯಿಸಿ (ನೀವು ಈಗಾಗಲೇ ಇಲ್ಲದಿದ್ದರೆ): +``` +cd first-contributions +``` +ಈಗ `git checkout` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ಒಂದು ಶಾಖೆಯನ್ನು ರಚಿಸಿ: +``` +git checkout -b <ನಿಮ್ಮ ಹೊಸ-ಶಾಖೆ-ಹೆಸರನ್ನು ಸೇರಿಸಿ> +``` +ಉದಾಹರಣೆಗೆ: +``` +git checkout -b add-alonzo-church +``` +(ಶಾಖೆಯ ಹೆಸರಿನಲ್ಲಿ `add` ಎಂಬ ಪದವನ್ನು ಹೊಂದುವ ಅಗತ್ಯವಿಲ್ಲ, ಆದರೆ ಇದನ್ನು ಸೇರಿಸುವುದು ಸಮಂಜಸವಾದ ವಿಷಯ ಏಕೆಂದರೆ ಈ ಶಾಖೆಯ ಉದ್ದೇಶವು ನಿಮ್ಮ ಹೆಸರನ್ನು ಪಟ್ಟಿಗೆ ಸೇರಿಸುವುದು.) +## ಅಗತ್ಯ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ ಮತ್ತು ಆ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ +ಈಗ ಪಠ್ಯ ಸಂಪಾದಕದಲ್ಲಿ `Contributor.md` ಫೈಲ್ ಅನ್ನು ತೆರೆಯಿರಿ, ಅದಕ್ಕೆ ನಿಮ್ಮ ಹೆಸರನ್ನು ಸೇರಿಸಿ. ಅದನ್ನು ಫೈಲ್‌ನ ಪ್ರಾರಂಭ ಅಥವಾ ಕೊನೆಯಲ್ಲಿ ಸೇರಿಸಬೇಡಿ. ನಡುವೆ ಎಲ್ಲಿಯಾದರೂ ಇರಿಸಿ. ಈಗ, ಫೈಲ್ ಅನ್ನು ಉಳಿಸಿ. +git status +ನೀವು ಪ್ರಾಜೆಕ್ಟ್ ಡೈರೆಕ್ಟರಿಗೆ ಹೋಗಿ `git status` ಆಜ್ಞೆಯನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸಿದರೆ, ಬದಲಾವಣೆಗಳಿವೆ ಎಂದು ನೀವು ನೋಡುತ್ತೀರಿ. +Add those changes to the branch you just created using the `git add` command: +``` +git add Contributors.md +``` +ಈಗ `git commit` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ಆ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ: +``` +git commit -m "ಕೊಡುಗೆದಾರರ ಪಟ್ಟಿಗೆ <ನಿಮ್ಮ- ಹೆಸರು> ಸೇರಿಸಿ" +``` +ನಿಮ್ಮ ಹೆಸರಿನೊಂದಿಗೆ `<ನಿಮ್ಮ- ಹೆಸರು>` ಅನ್ನು ಬದಲಾಯಿಸುತ್ತದೆ. +## ಬದಲಾವಣೆಗಳನ್ನು ಗಿಟ್‌ಹಬ್‌ಗೆ ಪುಶ್ ಮಾಡಿ +`Git push` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ಒತ್ತಿರಿ: +``` +git push origin <ನಿಮ್ಮ ಶಾಖೆಯ ಹೆಸರನ್ನು ಸೇರಿಸಿ> +``` +`` ಅನ್ನು ನೀವು ಮೊದಲು ರಚಿಸಿದ ಶಾಖೆಯ ಹೆಸರಿನೊಂದಿಗೆ ಬದಲಾಯಿಸುತ್ತದೆ. +## ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ವಿಮರ್ಶೆಗಾಗಿ ಸಲ್ಲಿಸಿ +ನೀವು ಗಿಟ್‌ಹಬ್‌ನಲ್ಲಿರುವ ನಿಮ್ಮ ಭಂಡಾರಕ್ಕೆ ಹೋದರೆ, ನೀವು `Compare & pull request` ಬಟನ್ ನೋಡುತ್ತೀರಿ. ಆ ಗುಂಡಿಯನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ. +create a pull request +ಈಗ ಪುಲ್ ವಿನಂತಿಯನ್ನು ಸಲ್ಲಿಸಿ. +submit pull request +ಶೀಘ್ರದಲ್ಲೇ ನಾನು ನಿಮ್ಮ ಎಲ್ಲಾ ಬದಲಾವಣೆಗಳನ್ನು ಈ ಯೋಜನೆಯ ಮಾಸ್ಟರ್ ಶಾಖೆಯಲ್ಲಿ ವಿಲೀನಗೊಳಿಸುತ್ತೇನೆ. ಬದಲಾವಣೆಗಳನ್ನು ವಿಲೀನಗೊಳಿಸಿದ ನಂತರ ನೀವು ಅಧಿಸೂಚನೆ ಇಮೇಲ್ ಅನ್ನು ಪಡೆಯುತ್ತೀರಿ. +## ಇಂದಿನಿಂದ ಏನು? +ಅಭಿನಂದನೆಗಳು! ನೀವು ಕೊಡುಗೆದಾರರಾಗಿ ಆಗಾಗ್ಗೆ ಎದುರಾಗುವ ಪ್ರಮಾಣಿತ _fork -> clone -> edit -> PR_ ವರ್ಕ್‌ಫ್ಲೋ ಅನ್ನು ನೀವು ಇದೀಗ ಪೂರ್ಣಗೊಳಿಸಿದ್ದೀರಿ! +ನಿಮ್ಮ ಕೊಡುಗೆಯನ್ನು ಆಚರಿಸಿ ಮತ್ತು ಅದನ್ನು ನಿಮ್ಮ ಸ್ನೇಹಿತರು ಮತ್ತು ಅನುಯಾಯಿಗಳೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ [ವೆಬ್ ಅಪ್ಲಿಕೇಶನ್](https://firstcontributions.github.io/#social-share). +ನೀವು ಹೆಚ್ಚಿನ ಅಭ್ಯಾಸವನ್ನು ಬಯಸಿದರೆ, ಪರಿಶೀಲಿಸಿ [ಕೋಡ್ ಕೊಡುಗೆಗಳು](https://github.com/roshanjossey/code-contributions). +ಈಗ ನೀವು ಹೆಚ್ಚಿನ ಯೋಜನೆಗಳಿಗೆ ಕೊಡುಗೆ ನೀಡಲು ಪ್ರಾರಂಭಿಸಬಹುದು. ನಾವು ನಿಮಗಾಗಿ ಒಂದು ಪಟ್ಟಿಯನ್ನು ತಯಾರಿಸಿದ್ದೇವೆ ಅದು ಬಹಳ ಸುಲಭವಾದ ಸಮಸ್ಯೆಗಳು. [ಯೋಜನೆಗಳ ಪಟ್ಟಿ](https://firstcontributions.github.io/#project-list) +## ಇತರ ಪರಿಕರಗಳನ್ನು ಬಳಸುವ ಟ್ಯುಟೋರಿಯಲ್ +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.kh.md b/docs/gui-tool-tutorials/translations/README.kh.md new file mode 100644 index 00000000..762ed300 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.kh.md @@ -0,0 +1,222 @@ +[![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) + +#### _អានឯកសារនេះជា [ភាសាផ្សេង](translations/Translations.md)._ + +[Shqip](translations/README.al.md) +[Armenian](translations/README.arm.md) +[Uzbek language](translations/README.uz.md) +[Azərbaycan dili](translations/README.aze.md) +[বাংলা](translations/README.bn.md) +[Bulgarian](translations/README.bg.md) +[Português (Brasil)](translations/README.pt_br.md) +[Català](translations/README.ca.md) +[中文 (Simplified)](translations/README.zh-cn.md) +[Czech](translations/README.cs.md) +[Deutsch](translations/README.de.md) +[Dansk](translations/README.da.md) +[العربية](translations/README.eg.md) +[Dezéiriya](translations/README.dz.md) +[Española](translations/README.es.md) +[Française](translations/README.fr.md) +[Gaeilge](translations/README.ga.md) +[Galego](translations/README.gl.md) +[Ελληνικά](translations/README.gr.md) +[ქართული](translations/README.ge.md) +[Magyar](translations/README.hu.md) +[Bahasa Indonesia](translations/README.id.md) +[עִברִית](translations/README.hb.md) +[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](translations/Translations.md) +[தமிழ்](translations/README.ta.md) +[فارسی](translations/README.fa.md) +[پښتو](translations/README.pus.md) +[Italiano](translations/README.it.md) +[日本語](translations/README.ja.md) +[සිංහල](translations/README.si.md) +[Kiswahili (Kenya)](translations/README.kws.md) +[한국어](translations/README.ko.md) +[Lietuvių kalba](translations/README.lt.md) +[Limba Română Limba Română](translations/README.ro.md) +[မြန်မာ](translations/README.mm_unicode.md) +[Македонски](translations/README.mk.md) +[Español de México](translations/README.mx.md) +[Bahasa Melayu / بهاس ملايو‎ / Malay](translations/README.my.md) +[Dutch](translations/README.nl.md) +[Norsk](translations/README.no.md) +[नेपाली](translations/README.np.md) +[Wikang Filipino](translations/README.tl.md) +[English (Pirate)](translations/README.en-pirate.md) +[اردو](translations/README.ur.md) +[Polski](translations/README.pl.md) +[Português (Portugal)](translations/README.pt-pt.md) +[Русский язык](translations/README.ru.md) +[عربى](translations/README.ar.md) +[Svenska](translations/README.se.md) +[Slovenčina](translations/README.slk.md) +[Slovenščina](translations/README.sl.md) +[ภาษาไทย](translations/README.th.md) +[Türkçe](translations/README.tr.md) +[中文(Traditional)](translations/README.zh-tw.md) +[Українська](translations/README.ua.md) +[Tiếng Việt](translations/README.vn.md) +[Swahili language](translations/README.sw.md) +[Zulu (South Africa)](translations/README.zul.md) +[Afrikaans (South Africa)](translations/README.afk.md) +[Igbo (Nigeria)](translations/README.igb.md) +[Yoruba (Nigeria)](translations/README.yor.md) +[Hausa (Nigeria)](translations/README.hau.md) +[Latvia](translations/README.lv.md) +[Suomeksi](translations/README.fi.md) +[Беларуская мова](translations/README.by.md) +[Српски](translations/README.sr.md) +[Қазақша](translations/README.kz.md) +[Bosanski](translations/README.bih.md) +[Bosanski](translations/README.bih.md) +[Hrvatski](translations/README.hr.md) +[پښتو](translations/README.ps.md) +[Somalia](translations/README.so.md) +[Ecuador](translations/README.ec.md) +[Turkmen language](translations/README.tm.md) +[Ewe (TOGO)](translations/README.ewe.md) +[አማርኛ](translations/README.et.md) +[ភាសាខ្មែរ](translations/README.kh.md) + +# ការរួមចំណែកជាលើកដំបូង + +គម្រោងនេះមានគោលបំណងធ្វើឱ្យសាមញ្ញ និងណែនាំពីរបៀបដែលអ្នកចាប់ផ្តើមធ្វើការរួមចំណែកដំបូងរបស់ពួកគេ។ ប្រសិនបើអ្នកកំពុងស្វែងរកការរួមចំណែកដំបូងរបស់អ្នក សូមអនុវត្តតាមជំហានខាងក្រោម។ + +_ប្រសិនបើអ្នកមិនសូវស្រួលជាមួយបន្ទាត់ពាក្យបញ្ជាទេ [នេះគឺជាការបង្រៀនដោយប្រើឧបករណ៍ GUI ។](#tutorials-using-other-tools)_ + +fork this repository + +#### ប្រសិនបើអ្នកមិនមាន git នៅលើម៉ាស៊ីនរបស់អ្នក [សូមដំឡើង](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## ស៊ាំសាខានេះ (Fork this repository) + +សូមស៊ាំសាខានេះដោយចុចលើប៊ូតុង Fork ដែលនៅផ្នែកខាងលើនៃទំព័រនេះ។ +វានឹងបង្កើតច្បាប់ចម្លងនៃសាខានេះក្នុងគណនីរបស់អ្នក។ + +## ចម្លងសាខានេះ (Clone the repository) + +clone this repository + +ឥឡូវនេះ ចម្លងសាខាដែលអ្នកបានស៊ាំទៅកាន់កុំព្យូទ័ររបស់អ្នក។ ចូលទៅគណនី GitHub របស់អ្នក បើកសាខាដែលបានស៊ាំ ចុចលើប៊ូតុង Code ហើយចុចលើរូបតំណាង​​ _copy to clipboard_។ + +បើក terminal ហើយដំណើរការពាក្យបញ្ជា git ខាងក្រោម៖ + +```bash +git clone "url you just copied" +``` + +កន្លែងដែល "url ដែលអ្នកទើបតែចម្លង" (ដោយគ្មានសញ្ញាសម្រង់) គឺជា url ទៅកាន់ឃ្លាំងនេះ (ចំនុចប្រសព្វរបស់អ្នកនៃគម្រោងនេះ)។ សូមមើលជំហានមុនដើម្បីទទួលបាន url ។ + +copy URL to clipboard + +ឧទាហរណ៍៖ + +```bash +git clone git@github.com:this-is-you/first-contributions.git +``` + +កន្លែងដែល `this-is-you` គឺជាឈ្មោះអ្នកប្រើប្រាស់ GitHub របស់អ្នក។ នៅទីនេះអ្នកកំពុងចម្លងមាតិកានៃឃ្លាំងការរួមចំណែកដំបូងនៅលើ GitHub ទៅកាន់កុំព្យូទ័ររបស់អ្នក។ + +## បង្កើតសាខាថ្មី (Create a branch) + +ផ្លាស់ប្តូរទៅថតឃ្លាំងនៅលើកុំព្យូទ័ររបស់អ្នក (ប្រសិនបើអ្នកមិនទាន់នៅទីនោះ)៖ + +```bash +cd first-contributions +``` + +ឥឡូវបង្កើតសាខាមួយដោយប្រើពាក្យបញ្ជា 'git switch'៖ + +```bash +git switch -c your-new-branch-name +``` + +ឧទាហរណ៍៖ + +```bash +git switch -c add-alonzo-church +``` + +## កែប្រែលើកែលម្អដែលចាំបាច់ និងធ្វើការប្តិត (commit) ប្រែប្រួលទាំងនោះ + +ឥឡូវនេះបើកឯកសារ 'Contributors.md' នៅក្នុងកម្មវិធីនិពន្ធអត្ថបទ បន្ថែមឈ្មោះរបស់អ្នកទៅវា។ កុំបន្ថែមវានៅដើម ឬចុងបញ្ចប់នៃឯកសារ។ ដាក់វានៅកន្លែងណាមួយនៅចន្លោះ។ ឥឡូវនេះរក្សាទុកឯកសារ។ + +git status + +ប្រសិនបើអ្នកចូលទៅកាន់ថតគម្រោង ហើយប្រតិបត្តិពាក្យបញ្ជា 'git status' អ្នកនឹងឃើញមានការផ្លាស់ប្តូរ។ + +បន្ថែមការផ្លាស់ប្តូរទាំងនោះទៅសាខាដែលអ្នកទើបតែបង្កើតដោយប្រើពាក្យបញ្ជា `git add`៖ + +```bash +git add Contributors.md +``` + +ឥឡូវនេះធ្វើការផ្លាស់ប្តូរទាំងនោះដោយប្រើពាក្យបញ្ជា 'git commit'៖ + +```bash +git commit -m "Add your-name to Contributors list" +``` + +ជំនួស 'ឈ្មោះរបស់អ្នក' ជាមួយឈ្មោះរបស់អ្នក។ + +## ផ្តួលប្រែប្រួលទៅ GitHub (Push changes to GitHub) + +រុញការផ្លាស់ប្តូររបស់អ្នកដោយប្រើពាក្យបញ្ជា 'git push': + +```bash +git push -u origin your-branch-name +``` + +ជំនួស `your-branch-name` ជាមួយនឹងឈ្មោះសាខាដែលអ្នកបានបង្កើតមុន។ + +
+ ប្រសិនបើអ្នកទទួលបានកំហុសណាមួយនៅពេលរុញ សូមចុចទីនេះ៖ + +- ### កំហុសនៅក្នុងការ Authentication (Authentication Error) +
remote: ការគាំទ្រសម្រាប់ការបញ្ចូលពាក្យសម្ងាត់ត្រូវបានដកហូតនៅថ្ងៃទី 13 ខែសីហា ឆ្នាំ 2021។ សូមប្រើ **Personal Access Token** ជំនួស។
+  remote: សូមមើល https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ សម្រាប់ព័ត៌មានបន្ថែម។
+  fatal: ការ Authenticate បរាជ័យសម្រាប់ '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 ទៅក្នុងគណនី GitHub របស់អ្នក។ +
+ +## ដាក់បញ្ជូនការផ្លាស់ប្តូររបស់អ្នកសម្រាប់ការពិនិត្យ + +ប្រសិនបើអ្នកចូលទៅកាន់ឃ្លាំងរបស់អ្នកនៅលើ GitHub អ្នកនឹងឃើញប៊ូតុង 'Compare & pull request' ។ ចុចលើប៊ូតុងនោះ។ + +create a pull request + +ឥឡូវនេះដាក់សំណើទាញ។ + +submit pull request + +ឆាប់ៗនេះ ខ្ញុំនឹងបញ្ចូលការផ្លាស់ប្តូររបស់អ្នកទាំងអស់ទៅក្នុងសាខាចម្បងនៃគម្រោងនេះ។ អ្នកនឹងទទួលបានអ៊ីមែលជូនដំណឹង នៅពេលដែលការផ្លាស់ប្តូរត្រូវបានបញ្ចូលគ្នា។ + +## តើត្រូវទៅណាពីទីនេះ? + +អបអរសាទរ! អ្នកទើបតែបានបញ្ចប់ស្តង់ដារ _fork -> clone -> edit -> pull request_ workflow ដែលអ្នកនឹងជួបប្រទះជាញឹកញាប់ក្នុងនាមជាអ្នករួមចំណែក! + +អបអរសាទរការរួមចំណែករបស់អ្នក ហើយចែករំលែកវាជាមួយមិត្តភក្តិ និងអ្នកដើរតាមរបស់អ្នកដោយចូលទៅកាន់ [កម្មវិធីគេហទំព័រ](https://firstcontributions.github.io/#social-share). + +អ្នកអាចចូលរួមជាមួយក្រុម slack របស់យើង ប្រសិនបើអ្នកត្រូវការជំនួយ ឬមានសំណួរណាមួយ។ [ចូលរួមក្រុម slack](https://firstcontributors.slack.com/join/shared_invite/zt-29qhyr9lt-Bi7WLbgGIFqV7aCEG_grvg#/shared-invite/email). + +ឥឡូវនេះ ចូរអ្នកចាប់ផ្តើមជាមួយនឹងការរួមចំណែកដល់គម្រោងផ្សេងទៀត។ យើងបានចងក្រងបញ្ជីគម្រោងដែលមានបញ្ហាងាយស្រួលដែលអ្នកអាចចាប់ផ្តើមបាន។ ពិនិត្យមើល [បញ្ជីគម្រោងក្នុងកម្មវិធីបណ្ដាញ](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) | + +

គម្រោងនេះត្រូវបានគាំទ្រដោយ៖

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.ko.md b/docs/gui-tool-tutorials/translations/README.ko.md new file mode 100644 index 00000000..ca508e1c --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ko.md @@ -0,0 +1,141 @@ +[![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) + +# 첫 기여 + +이 프로젝트는 초보자가 처음으로 오픈소스에 기여할 수 있도록 쉽게 안내하는 것을 목표로 합니다. 첫 번째 기여를 하고 싶다면, 아래의 설명을 따라주세요. + +_만약 명령어 인터페이스에 익숙하지 않다면, [여기에서 GUI 도구 튜토리얼을 참고하세요.](#다른-도구들을-사용한-튜토리얼)._ + +이 저장소 포크하기 + +#### 만약, git이 설치되어있지 않다면 [설치하세요](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## 저장소 포크하기 + +이 저장소 페이지의 상단에 있는 Fork 버튼을 클릭해서 저장소를 포크하세요. 그러면 본인의 깃허브 계정에 이 저장소의 복사본이 생성됩니다. + +## 저장소 클론하기 + +이 저장소 복제하기 + +이제 fork한 저장소를 자신의 기기에 클론하세요. 깃허브 계정의 fork한 저장소에 들어가서, Code 버튼을 클릭하고, _클립보드로 url 복사_ 아이콘을 클릭합니다. + +터미널을 열고 다음 git 명령을 실행합니다: + +```bash +git clone "방금 복사한 URL" +``` + +위에 (따옴표를 제외한) "방금 복사한 URL"은 이 저장소의 URL입니다. URL은 이전 단계에서 찾을 수 있습니다. + +URL을 클립보드로 복사 + +예시: + +```bash +git clone git@github.com:this-is-you/first-contributions.git +``` + +`this-is-you`에 해당하는 부분을 본인의 깃허브 계정명으로 바꾸어주세요. 이 명령어는 깃허브의 first-contributions 저장소를 자신의 컴퓨터로 복사합니다. + +## 브랜치 생성하기 + +(아직 저장소 디렉토리가 아니라면) 아래의 명령어를 입력해서 조금 전에 컴퓨터에 복사한 저장소 디렉토리로 이동합니다. + +```bash +cd first-contributions +``` + +그리고 `git switch` 명령어를 입력해서 브랜치를 생성합니다. + +```bash +git switch -c your-new-branch-name +``` + +예시: + +```bash +git switch -c add-alonzo-church +``` + +## 필요한 부분을 변경하고 변경사항을 커밋하기 + +이제 텍스트 편집기에서 `Contributors.md` 파일을 열고 본인의 이름을 아래와 같이 추가해주세요. 파일의 시작 부분이나 마지막 부분에 추가해서는 안됩니다. 중간 부분의 마음에 드는 곳에 추가하면 됩니다. 그리고 파일을 저장하세요. + +git status + +프로젝트 디렉토리로 이동해서 `git status` 명령어를 실행하면 변경사항이 존재하는 것을 볼 수 있습니다. + +변경사항을 `git add` 명령어를 사용해서 조금 전에 생성한 브랜치에 추가합니다. + +```bash +git add Contributors.md +``` + +이제 `git commit` 명령어를 사용해서 변경사항을 커밋합니다. + +```bash +git commit -m "Add your-name to Contributors list" +``` + +`your-name`을 본인 이름으로 변경하세요. + +## 변경사항을 깃허브에 푸시하기 + +`git push` 명령어로 변경사항을 푸시합니다. + +```bash +git push -u origin your-branch-name +``` + +`your-branch-name` 부분을 조금 전에 생성한 브랜치 이름으로 변경하세요. + +
+ 푸시하는 중에 에러가 발생했다면, 여기를 클릭하세요: + +- ### 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/'
+ [깃허브 튜토리얼](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)로 이동해서 본인의 계정에 SSH key 생성 및 설정에 대한 정보를 얻을 수 있습니다. + +
+ +## 검토를 위해 변경사항을 제출하기 + +이제 본인의 깃허브 저장소로 이동하면 `Compare & pull request` 버튼을 볼 수 있습니다. 버튼을 클릭하세요. + +풀 요청
+생성하기 + +이제 풀 요청(Pull Request)을 제출합니다. + +풀 요청 제출하기 + +이제 여러분의 변경사항을 담당자가 확인한 후에 main 브랜치에 병합 하게 되면 알림 메일을 받을 수 있습니다. + +## 첫 기여, 그리고 그 후 + +축하합니다! 앞으로 기여자로서 자주 사용하게될 기본 워크플로우인 _포크(fork) -> 클론(clone) -> 수정(edit) -> 풀 요청(pull request)_, 를 완료했습니다! + +첫 기여에 대한 소식을 친구들 및 팔로워에게 [웹 앱](https://firstcontributions.github.io/#social-share)을 통해 공유해보세요. + +이제 다른 프로젝트에도 기여해보세요! 지금 바로 시작할 수 있는 난이도가 낮은 이슈들로 가득찬 목록이 있습니다. [웹앱의 프로젝트 목록](https://firstcontributions.github.io/#project-list)에서 확인해보세요. + +### [추가 자료](../additional-material/translations/Korean/additional-material.ko.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) | + +

This project is supported by:

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.kr.md b/docs/gui-tool-tutorials/translations/README.kr.md new file mode 100644 index 00000000..9868bac1 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.kr.md @@ -0,0 +1,222 @@ +[![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) + +#### _Read this in [other languages](translations/Translations.md)._ + +[Shqip](translations/README.al.md) +[Armenian](translations/README.arm.md) +[Uzbek language](translations/README.uz.md) +[Azərbaycan dili](translations/README.aze.md) +[বাংলা](translations/README.bn.md) +[Bulgarian](translations/README.bg.md) +[Português (Brasil)](translations/README.pt_br.md) +[Català](translations/README.ca.md) +[中文 (Simplified)](translations/README.zh-cn.md) +[Czech](translations/README.cs.md) +[Deutsch](translations/README.de.md) +[Dansk](translations/README.da.md) +[العربية](translations/README.eg.md) +[Dezéiriya](translations/README.dz.md) +[Española](translations/README.es.md) +[Française](translations/README.fr.md) +[Gaeilge](translations/README.ga.md) +[Galego](translations/README.gl.md) +[Ελληνικά](translations/README.gr.md) +[ქართული](translations/README.ge.md) +[Magyar](translations/README.hu.md) +[Bahasa Indonesia](translations/README.id.md) +[עִברִית](translations/README.hb.md) +[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](translations/Translations.md) +[தமிழ்](translations/README.ta.md) +[فارسی](translations/README.fa.md) +[پښتو](translations/README.pus.md) +[Italiano](translations/README.it.md) +[日本語](translations/README.ja.md) +[සිංහල](translations/README.si.md) +[Kiswahili (Kenya)](translations/README.kws.md) +[한국어](translations/README.ko.md) +[Lietuvių kalba](translations/README.lt.md) +[Limba Română Limba Română](translations/README.ro.md) +[မြန်မာ](translations/README.mm_unicode.md) +[Македонски](translations/README.mk.md) +[Español de México](translations/README.mx.md) +[Bahasa Melayu / بهاس ملايو‎ / Malay](translations/README.my.md) +[Dutch](translations/README.nl.md) +[Norsk](translations/README.no.md) +[नेपाली](translations/README.np.md) +[Wikang Filipino](translations/README.tl.md) +[English (Pirate)](translations/README.en-pirate.md) +[اردو](translations/README.ur.md) +[Polski](translations/README.pl.md) +[Português (Portugal)](translations/README.pt-pt.md) +[Русский язык](translations/README.ru.md) +[عربى](translations/README.ar.md) +[Svenska](translations/README.se.md) +[Slovenčina](translations/README.slk.md) +[Slovenščina](translations/README.sl.md) +[ภาษาไทย](translations/README.th.md) +[Türkçe](translations/README.tr.md) +[中文(Traditional)](translations/README.zh-tw.md) +[Українська](translations/README.ua.md) +[Tiếng Việt](translations/README.vn.md) +[Swahili language](translations/README.sw.md) +[Zulu (South Africa)](translations/README.zul.md) +[Afrikaans (South Africa)](translations/README.afk.md) +[Igbo (Nigeria)](translations/README.igb.md) +[Yoruba (Nigeria)](translations/README.yor.md) +[Hausa (Nigeria)](translations/README.hau.md) +[Latvia](translations/README.lv.md) +[Suomeksi](translations/README.fi.md) +[Беларуская мова](translations/README.by.md) +[Српски](translations/README.sr.md) +[Қазақша](translations/README.kz.md) +[Bosanski](translations/README.bih.md) +[Bosanski](translations/README.bih.md) +[Hrvatski](translations/README.hr.md) +[پښتو](translations/README.ps.md) +[Somalia](translations/README.so.md) +[Ecuador](translations/README.ec.md) +[Turkmen language](translations/README.tm.md) +[Ewe (TOGO)](translations/README.ewe.md) +[አማርኛ](translations/README.et.md) +Kurdî + +# Beşdariyên Yekem + +Ev proje armanc dike ku rêya destpêkkeran ji bo beşdariya wan a yekem hêsan û rêber bike. Heke hûn li beşdariya xwe ya yekem digerin, van gavan bişopînin. + +_Heke hûn bi xeta fermanê ne rehet in, [li vir perwerdeyên ku amûrên GUI bikar tînin hene.](#perwerdeyên-ku-amûrên-din-bikar-tînin)_ + +vê depoyê fork bikin + +#### Heke git li ser makîneya we tune, [wê saz bikin](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## Vê depoyê fork bikin + +Vê depoyê bi tikandina bişkoka fork li jora vê rûpelê fork bikin. +Ev ê kopiyeke vê depoyê di hesabê we de çêke. + +## Depoyê clone bikin + +vê depoyê clone bikin + +Niha depoya forkkirî li makîneya xwe clone bikin. Herin hesabê xwe yê GitHub, depoya forkkirî vekin, li ser bişkoka code bitikînin û paşê li ser îkona _copy to clipboard_ bitikînin. + +Termînalek vekin û ev fermana git bimeşînin: + +```bash +git clone "url'a ku we naha kopî kir" +``` + +li cihê ku "url'a ku we naha kopî kir" (bêyî nîşanên jêgirtinê) url'a vê depoyê ye (forka we ya vê projeyê). Ji bo bidestxistina url'ê li gavên berê binêrin. + +URL'ê kopî bikin + +Bo nimûne: + +```bash +git clone git@github.com:ev-hûn-in/first-contributions.git +``` + +li ku derê `ev-hûn-in` navê we yê bikarhêneriya GitHub e. Li vir hûn naveroka depoya first-contributions li ser GitHub'ê li kompûtera xwe kopî dikin. + +## Şaxekê çêbikin + +Derbasi pelrêça depoyê li ser komputera xwe bibin (heke hûn ne li wir in): + +```bash +cd first-contributions +``` + +Niha bi bikaranîna fermana `git switch` şaxekê çêbikin: + +```bash +git switch -c navê-şaxa-we-ya-nû +``` + +Bo nimûne: + +```bash +git switch -c add-alonzo-church +``` + +## Guherandinên pêwist çêbikin û wan guherandinan commit bikin + +Niha pelê `Contributors.md` di edîtorekî nivîsê de vekin, navê xwe lê zêde bikin. Wê li destpêk an dawiya pelê zêde nekin. Li cihekî navbera wan de deynin. Niha, pelê tomarbikin. + +git status + +Heke hûn herin pelrêça projeyê û fermana `git status` bimeşînin, hûn ê bibînin ku guherandin hene. + +Van guhertinan li şaxa ku we nû çêkiriye bi bikaranîna fermana `git add` zêde bikin: + +```bash +git add Contributors.md +``` + +Niha van guhertinan bi bikaranîna fermana `git commit` commit bikin: + +```bash +git commit -m "Add navê-we to Contributors list" +``` + +`navê-we` bi navê xwe re biguherin. + +## Guhertinan bişînin GitHub + +Guherandinên xwe bi fermana `git push` bişînin: + +```bash +git push -u origin navê-şaxa-we +``` + +`navê-şaxa-we` bi navê şaxa ku we berê çêkiribû re biguherin. + +
+ Heke hûn di dema push kirinê de bi xeletiyekê re rû bi rû bimînin, li vir bitikînin: + +- ### Xeletiya Rastkirinê +
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/'
+ Herin [perwerdehiya GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) li ser çêkirin û veavakirina mifteya SSH ji bo hesabê xwe. + +
+ +## Guherandinên xwe ji bo nirxandinê pêşkêş bikin + +Heke hûn herin depoya xwe li ser GitHub, hûn ê bişkokek `Compare & pull request` bibînin. Li ser wê bişkokê bitikînin. + +daxwaza kişandinê çêbikin + +Niha daxwaza kişandinê pêşkêş bikin. + +daxwaza kişandinê pêşkêş bikin + +Di demek nêzîk de, ez ê hemû guherandinên we di şaxa sereke ya vê projeyê de tevlihev bikim. Dema ku guherandin hatin tevlihevkirin, hûn ê e-nameyek agahdariyê bistînin. + +## Ji vir ve ku derê? + +Pîroz be! We çerxa _fork -> clone -> edit -> pull request_ a standard ku hûn ê gelek caran wek beşdarvan pêrgî wê werin temam kir! + +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) + +## Perwerdeyên Ku Amûrên Din Bikar Tînin + +| 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) +

This project is supported by:

+

+ + + +

| diff --git a/docs/gui-tool-tutorials/translations/README.kws.md b/docs/gui-tool-tutorials/translations/README.kws.md new file mode 100644 index 00000000..7eb993dd --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.kws.md @@ -0,0 +1,134 @@ +[![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) + + + +# Mchango wa Kwanza + + +Ni vigumu. Ni vigumu daima mara ya kwanza unafanya kitu. Hasa wakati unashirikiana, kufanya makosa sio jambo la kushangaza. Tulitaka kurahisisha njia mpya ya wafadhili wa kujifunza na kuchangia kwa mara ya kwanza. + +Kusoma makala na mafunzo ya kutazama yanaweza kusaidia, lakini ni nini bora zaidi kuliko kufanya mambo halisi katika mazingira ya mazoezi? Mradi huu unalenga kutoa mwongozo na kurahisisha wasanidi wa njia kufanya mchango wao wa kwanza. Ikiwa unatafuta kufanya mchango wako wa kwanza, fuata hatua zifuatazo. + +#### *Ikiwa huna urahisi na mstari wa amri, [hapa ni mafunzo kwa kutumia zana za GUI.](#Mafundisho-Kutumia-Zana-Zingine)* + + +fork this repository + + +## Vuta hifadhi hii + +Vuta repo hii kwa kubonyeza kifungo cha fakia juu ya ukurasa huu. Hii itaunda nakala ya hifadhi hii katika akaunti yako. + +## Weka chumba + +clone this repository + +Sasa nakala repo iliyovutwa kwa mashine yako. Nenda kwenye akaunti yako ya GitHub, fungua repo iliyovutwa, bonyeza kitufe cha kamba na kisha bofya nakala kwenye clipboard. + + +Fungua terminal na uendesha amri yafuatayo: + +``` +git clone "url you just copied" +``` + +ambapo "url ulikosa tu" (bila alama za kupiga kura) ni url kwenye hifadhi hii (fomu yako ya mradi huu). Angalia hatua za awali ili kupata url. + +copy URL to clipboard + +Kwa mfano: + +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +hapo `this-is-you`tumia jina lako la mtumiaji GitHub. Hapa unakili nakala ya maudhui ya kwanza ya michango kwenye GitHub kwenye kompyuta yako. + +## Unda tawi + +Badilisha kwenye saraka ya uhifadhi kwenye kompyuta yako (ikiwa huko tayari): + +``` +cd first-contributions +``` + +Sasa unda tawi kwa kutumia git `checkout` amri: + + +``` +git checkout -b +``` + +Kwa mfano: + +``` +git checkout -b add-alonzo-church +``` + +(Jina la tawi haina haja ya kuwa neno liongeze ndani yake, lakini ni jambo la kuzingatia kwa sababu lengo la tawi hili ni kuongeza jina lako kwenye orodha.) + +## Fanya mabadiliko muhimu na ufanyie mabadiliko hayo + +Sasa fungua `Contributors.md` faili katika mhariri wa maandishi, uongeze jina lako. Usiongeze kwenye mwanzo au mwisho wa faili. Weka mahali popote katikati. Sasa, sahau faili. + +git status + +Ikiwa unakwenda kwenye saraka ya mradi na kutekeleza amri `git status`, utaona kuna mabadiliko. + + +Ongeza mabadiliko hayo kwenye tawi ulilojenga kwa kutumia `git add` amri: + +``` +git add Contributors.md +``` + +Sasa fanya mabadiliko hayo kwa kutumia amri `git commit`: + +``` +git push origin +``` + +kubadilisha `` jina lako. + +## Skuma mabadiliko kwenye GitHub + +Skuma mabadiliko yako kwa kutumia amri `git push`: + +``` +git push origin +``` + +kubadilisha `` na jina la tawi uliloumba hapo awali. + +## Tuma mabadiliko yako kwa ukaguzi + +Ikiwa unaenda kwenye hifadhi yako kwenye GitHub, utaona `Compare & pull request` kifungo. Bofya kwenye kifungo hicho. + +create a pull request + +Sasa weka ombi la kuvuta. + +submit pull request + +Hivi karibuni nitaunganisha mabadiliko yako yote kwenye tawi la mradi huu. Utapata barua pepe ya arifa mara mabadiliko yameunganishwa. + +## Wapi kutoka hapa? + +Hongera! Wewe umekamilisha fomu ya kawaida *fork -> clone -> hariri -> pull request* ambayo unakutana mara nyingi kama mchangiaji! + +Sherehekea mchango wako na marafiki na wafuasi wako kwa kuenda kwenye [programu ya wavuti](https://firstcontributions.github.io/#social-share). + +Unaweza kujiunga na timu yetu ya slack ikiwa unahitaji msaada wowote au una maswali yoyote. [Jiunge na timu ya slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Sasa hebu tuanze uanze na kuchangia kwenye miradi mingine. Tumeandika orodha ya miradi na masuala rahisi unaweza kuanza. Angalia [orodha ya miradi katika programu ya wavuti](https://firstcontributions.github.io/#project-list). + +### [Nyenzo za ziada](../additional-material/git_workflow_scenarios/additional-material.md) + +## Mafundisho Kutumia Zana Zingine + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.kz.md b/docs/gui-tool-tutorials/translations/README.kz.md new file mode 100644 index 00000000..4b6dfd52 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.kz.md @@ -0,0 +1,108 @@ +[![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) + +# Жобаға алғаш рет үлес қосу + +Оңай іс емес, жалпы кез-келген істе алғашқы қадам қиын келеді. Қателіктер жасау өте жағымсыз, әсіресе топтық жұмыс істесеңіз. Барлық open source проекттер ынтымақтастық пен бірегей жұмыстан тұрады. Біз бастаушы әзірлеушілер үшін үлес қосу және бірлесіп жұмыс істеудегі алғашқы қадамдарды жеңілдеткіміз келеді. + +Егер сіз өзіңіздің алғашқы үлесіңізді жасау мүмкіндігін іздесеңіз, төмендегі қарапайым қадамдарды орындаңыз. +fork this repository + + +Егерде сіздің компьютеріңізде git қосылмаған болса, [ оны қосыңыз ]( https://help.github.com/articles/set-up-git/ ) + +## Тармақты (fork) жасаңыз + +Өзіңіздің тармағыңызды жасау үшін, беттің үстіңгі жағындағы `fork` түймесін басыңыз. Осылай сіз осы репозиторийдің өзіңіздің аккаутыңызда копиясын жасайсыз. + +## Репозиторийді клондаңыз + +clone this repository + +Енді бұл репозиторийді өз дербес компьютеріңізге клодаңыз. Сілтемені көшіру үшін `clone` батырмасын басыңыз, содан кейін `copy to clipboard` белгішесіне басыңыз. + +Терминалды ашып, келесі git пәрмендіні іске қосыңыз: + +``` +git clone "url you just copied" +``` +Бұл жерде "url you just copied" (тырнақшасыз) сіздің репозиторийңізге сілтеме. Бұл сілтемені алу үшін алдыңғы қадамдарды қараңыз. + +copy URL to clipboard + +Мысалы: +``` +git clone https://github.com/this-is-you/first-contributions.git +``` +Бұл жерде `this-is-you` сіздің github-тағы логин. Осылайша GitHub-тан сіздің компьютеріңізге 'first-contributions' репозиторийін көшіресіз. + +## Тармақ жасаңыз + +Терминалда репозиторий папкасына кіріңіз (егер әлі кірмеген болсаңыз): + +``` +cd first-contributions +``` +Енді `git switch` команданың көмегімен тармақты құрыңыз. + +``` +git switch -c your-new-branch-name +``` + +Мысалы: +``` +git checkout -b add-alonzo-church +``` +> Тармақтың аты шешіп жатқан мәселе немесе енгізетін өзгерістеріңізге сәйкес болғаны дұрысырақ, бірақ міндетті емес. + +## Керек өзгерістерді еңгізіп, коммит жасаңыз + +Енді мәтіндік редакторда `Contributors.md` файлын ашыңыз, атыңызды енгізіңіз және файлды сақтаңыз. Егер сіз жобалық каталогқа барып, `git status` орындасаңыз, өзгертулерді көресіз. Бұл өзгертулерді `git add` командасымен қосыңыз. + +``` +git add Contributors.md +``` + +Енді бұл өзгерістерды `git commit` командасымен коммиттаңыз. + +``` +git commit -m "Add to Contributors list" +``` +`` өзіңіздің атыңызға ауыстырыңыз + +## Өзгерістерді Github'қа жіберіңіз + +Өзгерістерді `git push` командасымен жіберіңіз +``` +git push origin your-new-branch-name +``` +`your-new-branch-name` дегенді алдында құрған тармақ атына өзгертіңіз. + +## Өзгерістерді ревью үшін растаңыз + +Егер сіз GitHub-тағы репозиторийге кірсеңіз, `Compare & pull request` батырмасын көресіз. Оны басыңыз. + +create a pull request + +Енді пулл-реквестті растаңыз. + +submit pull request + +Көп ұзамай мен осы жобаның негізгі бөлімімен барлық өзгерістерді біріктіремін. Өзгерістер қабылданған кезде (мердж жасалғанда) электрондық хат аласыз. + +## Ары қарай не? + +Төменде сіз жаңадан келген тапсырмаларды таба алатын бірнеше танымал репозиторийлер бар. Қосымша ақпарат алу үшін репозиторийге барыңыз. + +| [![exercism](https://avatars2.githubusercontent.com/u/5624255?v=3&s=100)](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [![fun-retro](https://avatars3.githubusercontent.com/u/15913975?v=3&s=100)](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [![habitat](https://avatars1.githubusercontent.com/u/18171698?v=3&s=100)](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [![scikit-learn](https://avatars0.githubusercontent.com/u/365630?v=3&s=100)](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [![elasticsearch](https://avatars2.githubusercontent.com/u/6764390?v=3&s=100)](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [exercism](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [Fun Retros](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [react](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [habitat](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [scikit-learn](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [Leiningen](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [numpy](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [elasticsearch](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) | +| [![homebrew](https://avatars2.githubusercontent.com/u/1503512?v=3&s=100)](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [![rust](https://avatars1.githubusercontent.com/u/5430905?v=3&s=100)](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [![vuejs](https://avatars1.githubusercontent.com/u/6128107?v=3&s=100)](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [![Suave](https://avatars2.githubusercontent.com/u/5822862?v=3&s=100)](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [![OpenRA](https://avatars3.githubusercontent.com/u/409046?v=3&s=100)](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [![PowerShell](https://avatars0.githubusercontent.com/u/11524380?v=3&s=100)](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [![coala](https://avatars2.githubusercontent.com/u/10620750?v=3&s=100)](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [![moment](https://avatars2.githubusercontent.com/u/4129662?v=3&s=100)](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) | +| [homebrew](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [vuejs](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [Suave](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [OpenRA](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [PowerShell](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [coala](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [moment](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) | +| [![ava](https://avatars0.githubusercontent.com/u/8527916?v=3&s=100)](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [![freeCodeCamp](https://avatars0.githubusercontent.com/u/9892522?v=3&s=100)](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [![webpack](https://avatars3.githubusercontent.com/u/2105791?v=3&s=100)](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [![hoodie](https://avatars1.githubusercontent.com/u/1888826?v=3&s=100)](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [![pouchdb](https://avatars3.githubusercontent.com/u/3406112?v=3&s=100)](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [![neovim](https://avatars0.githubusercontent.com/u/6471485?v=3&s=100)](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [![babel](https://avatars2.githubusercontent.com/u/9637642?v=3&s=100)](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/adobe/brackets/labels/Starter%20bug) | +| [ava](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [webpack](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [hoodie](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [pouchdb](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [neovim](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [babel](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [brackets](https://github.com/adobe/brackets/labels/Starter%20bug) | +| [![Node.js](https://avatars1.githubusercontent.com/u/9950313?v=3&s=100)](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | +| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | + diff --git a/docs/gui-tool-tutorials/translations/README.la.md b/docs/gui-tool-tutorials/translations/README.la.md new file mode 100644 index 00000000..1edc9414 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.la.md @@ -0,0 +1,119 @@ +[![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) + +# "Contribute" ຜົນງານໃນ GitHub ຮ່ວມກັບຄົນອື່ນເປັນຄັ້ງທຳອິດແມ່ນບໍ່? + +ມັນເປັນເລື່ອງທີ່ຂ້ອງຂ້າງຍາກໜ້ອຍໜຶ່ງ, ແຕ່ກ້າວທຳອິດໃນການເລີ່ມຕົ້ນເຮັດຫຍັງບາງຢ່າງມັນກໍ່ຈະຍາກແບບນີ້ສະເໝີ ໂດຍສະເພາະເວລາທີ່ຕ້ອງຮ່ວມງານກັບຄົນອື່ນ ເພາະເມື່ອເຮົາໄດ້ເຮັດຫຍັງຜິດພາດມັນກໍ່ມັກຈະເຮັດໃຫ້ເຮົາບໍ່ສະບາຍໃຈ, ແຕ່ວ່າໃນໂລກຂອງໂອເພັນຊອສ (open source) ຄືໂລກທີ່ເຮົາຕ້ອງໄດ້ເຮັດວຽກຮ່ວມກັນ! ເຮົາຈຶ່ງຢາກໃຫ້ຜູ້ທີ່ເຂົ້າມາໃໝ່ໄດ້ຮຽນຮູ້ວິທີການ "ຄອນທຣິບິ້ວ" ຜົນງານຮ່ວມກັບຄົນອື່ນໃນ GitHub ແບບງ່າຍໆ. + +ການອ່ານບົດຄວາມ ແລະ ການທີ່ໄດ້ທົດລອງເຮັດຕົວຢ່າງຕ່າງໆກໍ່ອາດຈະຊ່ວຍໄດ້, ແຕ່ເຖິງຢ່າງໃດກໍ່ຕາມ ຄົງຈະບໍ່ມີສິ່ງໃດເໜືອໄປກວ່າການທີ່ເຮົາໄດ້ລົງມືເຮັດດ້ວຍຕົນເອງ!. ໃນໂປຣເຈັກນີ້ຈະສອນໃຫ້ມືໃໝ່ຮູ້ຈັກການສົ່ງ "contribution" ທຳອິດໄດ້ຢ່າງງ່າຍໆ. + +ໃຫ້ຈື່ໄວ້ວ່າ: ຄວາມພະຍາຍາມຢູ່ທີ່ໃດ ຄວາມພະຍາຍາມກໍ່ຢູ່ທີ່ນັ້ນເຊັ່ນກັນ! + +ຖ້າພ້ອມແລ້ວເຮົາມາລອງສົ່ງ contibution ທຳອິດກັນໄດ້ພຽງບໍ່ເທົ່າໃດຂັ້ນຕອນດ້ານລຸ່ມໄປພ້ອມໆກັນເລີຍ, ບອກເລີຍວ່າງ່າຍກວ່າປອກກ້ວຍ. + +fork this repository + +ຫາກໃຜຍັງບໍ່ໄດ້ຕິດຕັ້ງ git ລົງໃນເຄື່ອງ, ທ່ານສາມາດກົດລິ້ງ[ຕິດຕັ້ງໄດ້ທີ່ນີ້]( https://help.github.com/articles/set-up-git/ ) + +## ກົດ "Fork" ໂປຣເຈັກນີ້ + +ໂປຣເຈັກຫຼັກນີ້ມັກຈະເອີ້ນວ່າ ໂປຣເຈັກຕົ້ນນ້ຳ, ທ່ານສາມາດ fork ໂປຣເຈັກຕົ້ນນ້ຳນີ້ໄປຍັງ repo ຂອງ account ຂອງທ່ານເອງໄດ້ໂດຍການກົດປຸ່ມ "Fork" ທີ່ດ້ານເທິງຂອງໜ້ານີ້. + +ແລ້ວໂປຣເຈັກນີ້ກໍ່ຈະຖືກຄັດລອກໄປທີ່ account ຂອງທ່ານ. + +## ກົດປຸ່ມ "Clone" ໂປຣເຈັກນີ້ + +clone this repository + +ມາຮອດຂັ້ນຕອນນີ້ເຮົາກໍ່ Clone ໂປຣເຈັກລົງມາທີ່ຄອມພິວເຕີຂອງເຮົາໂດຍການກົດທີ່ປຸ່ມ "Clone" ແລ້ວເລືອກ *Copy to clipboard* (ຄຳສັ່ງຄັດລອກ) + +ເປີດ terminal ຂຶ້ນມາ (ຕົວຢ່າງ Terminal ໃນ MacOS ຫຼື cmd ໃນ Windows) ແລ້ວພິມຄຳສັ່ງ git ຕໍ່ໄປນີ້: + +``` +git clone "url ທີ່ຄັດລອກໄວ້" +``` +"url ທີ່ຄັດລອກໄວ້" (ບໍ່ຕ້ອງໃສ່ " ") ຄື url ຂອງໂປຣເຈັກຂອງທ່ານ ທ່ານສາມາດກັບໄປເບິ່ງວິທີການຄັດລອກ url ໄດ້ຈາກຫົວຂໍ້ກ່ອນໜ້ານີ້ + +copy URL to clipboard + +ຕົວຢ່າງ: +``` +git clone https://github.com/this-is-you/first-contributions.git +``` +`this-is-you` ຄືຊື່ username ຂອງທ່ານຢູ່ເທິງ GitHub, ມາຮອດບ່ອນນີ້ທ່ານໄດ້ "Clone" ໂປຣເຈັກ first-contributions ໄປໄວ້ທີ່ຄອມພິວເຕີຂອງທ່ານແລ້ວ. + +## ສ້າງ branch + +ໃນ terminal ປ່ຽນ directory ໄປບ່ອນທີ່ທ່ານ Clone ໂປຣເຈັກໄວ້: + +``` +cd first-contributions +``` +ບ່ອນນີ້ໃຫ້ສ້າງ branch (ແຕກສາຂາອອກມາໃໝ່) ດ້ວຍຄຳສັ່ງ `git checkout`: +``` +git checkout -b <ຊື່ branch> +``` + +ຕົວຢ່າງ: +``` +git checkout -b add-phongphat-khamphiew +``` +(ປົກກະຕິຊື່ຂອງ branch ບໍ່ຈຳເປັນຕ້ອງມີຄຳວ່າ *add* ແຕ່ໃນໂປຣເຈັກນີ້ຢາກໃຫ້ໃຊ້ add-ຊື່-ຂອງ-ທ່ານ ເພາະຊື່ຂອງທ່ານຈະໄປສະແດງຢູ່ທີ່ລາຍການ Contributors (ຜູ້ເຂົ້າຮ່ວມ) ຂອງໂປຣເຈັກນີ້ + +## ເພີ່ມຫຼືແກ້ໄຂ code ໄດ້ເລີຍ, ແຕ່ຢ່າລືມ "Commit" ບອກວ່າທ່ານໄດ້ເຮັດຫຍັງລົງໄປແລ້ວແນ່ + +ຕອນນີ້ໃຫ້ເປີດໄຟລ໌ `Contributors.md` ໃນໂປຣແກຣມ text editor ເພີ່ມຊື່ຂອງທ່ານລົງໄປ ຈາກນັ້ນບັນທຶກໄຟລ໌ + +git status + +ໃນ terminal ຖ້າທ່ານຢູ່ທີ່ directory ຂອງໂປຣເຈັກ ໃຫ້ລອງພິມຄຳສັ່ງ `git status` ຈະເຫັນວ່າທ່ານໄດ້ປ່ຽນແປງໄຟລ໌ໃດແນ່ແລ້ວ. + +ເພີ່ມການປ່ຽນແປງນັ້ນໆເຂົ້າໄປ branch ທີ່ຫາກໍ່ສ້າງດ້ວຍຄຳສັ່ງ `git add`: +``` +git add Contributors.md +``` + +ຕອນນີ້ "Commit" ການປ່ຽນແປງດັ່ງກ່າວດ້ວຍຄຳສັ່ງ `git commit`: +``` +git commit -m "Add <ຊື່ຂອງທ່ານ> to Contributors list" +``` +ແທນບ່ອນ `<ຊື່ຂອງທ່ານ>` ດ້ວຍຊື່ແທ້ຂອງທ່ານ. + +## "Push" code ທີ່ປ່ຽນແປງຂຶ້ນ GitHub + +"Push" ຜົນງານທີ່ທ່ານໄດ້ເຮັດໃນຂັ້ນຕອນກ່ອນໜ້ານີ້ຂຶ້ນ GitHub ດ້ວຍຄຳສັ່ງ `git push`: +``` +git push origin <ຊື່ branch ຂອງທ່ານ> +``` +ແທນບ່ອນ `<ຊື່ branch ຂອງທ່ານ>` ດ້ວຍຊື່ຂອງ branch ທີ່ທ່ານໄດ້ສ້າງໄວ້ໃນຫົວຂໍ້ກ່ອນໜ້ານີ້ (add-ຊື່-ຂອງ-ທ່ານ) + +## ສົ່ງຜົນງານ ແລະ ລໍຖ້າຣີວິວຈາກເຈົ້າຂອງໂປຣເຈັກ + +ໄປທີ່ repository ຂອງທ່ານເທິງ GitHub ກົດທີ່ `Compare & pull request` + +create a pull request + +ຕອນນີ້ກໍ່ສົ່ງ Pull Request ໄປທີ່ໂປຣເຈັກຫຼັກ ຫຼື ໂປຣເຈັກຕົ້ນນ້ຳໄດ້ເລີຍ + +submit pull request + +ເຮົາຈະທຳການ "Merge" ຫຼື ລວມຜົນງານທີ່ທ່ານໄດ້ປ່ຽນແປງ code ມາທີ່ master branch ຂອງໂປຣເຈັກນີ້, ທ່ານຈະໄດ້ຮັບອີເມວເມື່ອເຮົາໄດ້ທຳການ Merge ຜົນງານຂອງທ່ານສຳເລັດແລ້ວ. + +## ຈະເຮັດຫຍັງຕໍ່ຫຼັງຈາກນີ້? +ຍິນດີນຳ, ທ່ານໄດ້ປະຕິບັດຂັ້ນຕອນຂອງການເຮັດ 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) + +ຈາກນີ້ທ່ານສາມາດ contribute ໃຫ້ໂປຣເຈັກອື່ນໆໄດ້, ໂດຍທາງເຮົາໄດ້ເຮັດລາຍການໂປຣເຈັກທີ່ງ່າຍຕໍ່ການເລີ່ມຕົ້ນບາງສ່ວນໄວ້ໃຫ້ [ລາຍຊື່ໂປຣເຈັກທີ່ໜ້າສົນໃຈ](https://firstcontributions.github.io/#project-list) + +### [ຂໍ້ມູນອື່ນໆເພີ່ມເຕີມ](../additional-material/git_workflow_scenarios/additional-material.md) + +## ເຝິກການ contribute ໂດຍໃຊ້ເຄື່ອງມືອື່ນໆ + +|GitHub Desktop|Visual Studio 2017|GitKraken| +|---|---|---| +|[GitHub Desktop](../github-desktop-tutorial.md)|[Visual Studio 2017](../github-windows-vs2017-tutorial.md)|[GitKraken](../gitkraken-tutorial.md)| + diff --git a/docs/gui-tool-tutorials/translations/README.lt.md b/docs/gui-tool-tutorials/translations/README.lt.md new file mode 100644 index 00000000..21e101c4 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.lt.md @@ -0,0 +1,145 @@ +[![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) + + +# Pirmieji įnašai + +Sunku. Visada sunku ką nors padaryti pirmą kartą. Ypač bendradarbiaujant, klaidų darymas nėra malonus dalykas. Tačiau atviras kodas - tai bendravimas ir bendradarbiavimas. Mes norime paprasčiau paaiškinti naujiesiems atvirojo kodo kūrėjams, kaip jie gali prisidėti pirmą kartą. + +Galite pradėti skaityti straipsnius ir žiūrėti vadovus, bet kas gali būti geriau nei mokymasis darant be klaidų pirmą kartą? Šio projekto tikslas - suteikti patarimus ir supaprastinti tai, kaip naujokai atlieka savo pirmąjį indėlį. Prisiminkite: kuo labiau atsipalaidavę esate, tuo geriau mokotės. Jei norite atlikti pirmąjį indėlį, atlikite toliau pateiktus paprastus veiksmus. Mes pažadame, tai bus smagu. + +_Jei nesate pratę dirbti su komandine eilute, [čia rasite vadovą, naudojantį GUI įrankius.](#tutorials-using-other-tools)_ + +fork this repository + +#### Jei neturite instaliuoto git, [instaliuokite čia](https://help.github.com/articles/set-up-git/). + +## Kopijuokite (fork) šią saugyklą + +Kopijuokite saugyklą paspausdami šaknies simbolio mygtuką šio puslapio viršuje. +Tai sukurs šios saugyklos kopiją jūsų GitHub paskyroje. + +## Klonuokite saugyklą + +clone this repository + +Dabar klonuokite šią saugyklą į savo kompiuterį. Spustelėkite klonavimo mygtuką ir tada spustelėkite *copy to clipboard* piktogramą. + +Atidarykite terminalą ir paleiskite šią git komandą: + +``` +git clone "kątik nukopijuota nuoroda" +``` +kur "kątik nukopijuota nuoroda" (be citatos ženklų) yra url nuoroda jūsų saugyklai (jūsų projekto kopijai). Peržiūrėkite ankstesnius veiksmus, kad gautumėte url nuorodą. + +copy URL to clipboard + +Pavyzdžiui: +``` +git clone https://github.com/tai-jus/first-contributions.git +``` +kur `tai-jus` yra jūsų GitHub paskyros vartotojo vardas. Čia jūs kopijuojate first-contributions saugyklos turinį į "GitHub" aplanką savo kompiuteryje. + +## Sukurkite šaką (branch) + +Pakeiskite kompiuterio saugyklos katalogą (jei dar to nepadarėte anksčiau): + +``` +cd first-contributions +``` +Dabar sukurkite šaką naudodami komandą `git branch`: +``` +git branch -c +``` + +Pavyzdžiui: +``` +git branch -c add-vardenis-pavardenis +``` +(Saugyklos pavadinime neprivalo būti žodžio *add*, bet mes jį naudojame, kadangi šios šakos (branch) paskirtis yra įtraukti savo vardą į sąrašą.) + +
+ Jei gavote klaidos pranešimą naudodami git switch, spauskite čia: + +Jei klaidos pranešimas yra "Git: `switch` is not a git command. See `git –help`", tikėtinai naudojate seną git versiją. + +Tokiu atveju bandykite `git checkout`: + +```bash +git checkout -b add-vardenis-pavardenis +``` + +
+ +## Atlikite reikiamus pakeitimus ir pridėkite (commit) šiuos pakeitimus + +Dabar atidarykite failą `Contributors.md` teksto redaktoriuje ir pridėkite prie jo savo vardą. Nedėkite jo į failo pradžią ar pabaigą - įrašykite jį bet kur kitur faile. Galiausiai, išsaugokite failą. + +Jei eisite į projekto katalogą ir paleisite komandą `git status`, pamatysite, kad yra pakeitimų. Pridėkite šiuos pakeitimus į ką tik sukurtą šaką (branch) komandos `git add` pagalba: +``` +git add Contributors.md +``` + +Dabar atlikite šiuos pakeitimus naudodami komandą `git commit`: +``` +git commit -m "Add to Contributors list" +``` +pakeisdami `` savo vardu. + +## Išsiųskite pakeitimus į GitHub + +Išsiųskite pakeitimus komanda `git push`: +``` +git push origin +``` +pakeisdami `` anskčiau sukurtos šakos (branch) vardu. + +
+ Jei gaunate klaidos pranešimą išsaugodami pakeitimus, spauskite čia: + +- ### Autentifikacijos klaida +
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 vadovas](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) padės jums sugeneruoti ir sukonfiguruoti SSH raktą savo paskyroje. + + Taip pat, galbūt norėsite pabandyti 'git remote -v', skirtą patikrintite savo nuotolinį adresą (remote address). + + Jei jis atrodo taip ar panašiai: +
origin	https://github.com/your-username/your_repo.git (fetch)
+  origin	https://github.com/your-username/your_repo.git (push)
+ + pakeiskite jį, naudodami komandą: + ```bash + git remote set-url origin git@github.com:your-username/your_repo.git + ``` + Kitu atveju jūsų vis tiek sulauksite klausimo apie savo vartotojo vardą ir slaptažodį ir sulauksite autentifikacijos klaidos. +
+ +## Pateikite pakeitimus peržiūrai + +Eikite į savo saugyklą GitHub. Pamatysite mygtuką `Compare & pull request` (palyginti ir įtraukti užklausą). Spustelėkite šį mygtuką. + +create a pull request + +Dabar pateikite įtraukimo į pradinę saugyklą (pull) užklausą. + +submit pull request + +Netrukus projekto autorius sujungs visus jūsų šakos pakeitimus su šio projekto pagrindine šaka. Kai pakeitimai bus sujungti, gausite tai patvirtinantį el. laišką. + +## Kas toliau? + +Džiaukitės ir atkreipkite dėmesį į savo įnašą pasidalindami šia žinia su draugais [interneto aplikacijoje](https://firstcontributions.github.io/#social-share). + +Pradėkite tobulinti kitus projektus. Mes sukūrėme projektų sąrašą, kuriuose yra lengvai išsprendžiamų problemų. Peržiūrėkite [projektų sąrašą interneto aplikacijoje](https://firstcontributions.github.io/#project-list). + +### [ Papildoma medžiaga ](../additional-material/git_workflow_scenarios/additional-material.md) + + +## Pamokos naudojant kitus įrankius + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.lug.md b/docs/gui-tool-tutorials/translations/README.lug.md new file mode 100644 index 00000000..a21a9018 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.lug.md @@ -0,0 +1,125 @@ +[![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) + +# Okwongezaako Eby'okusooka + +Ekigendererwa ky'enteekateeka eno kwe kusobozesa n'okuyamba abayizi mu kuteekawo ebyabwe eby'okubiri. Bw'oba oyagala okukola eky'osooka okuyongeraako, goberera emboozi ez'ekiddako wansi. + +_Bw'oba tokkiriziganya na command line, [wano waliyo ebiranga ebikozesa ebikozesebwa ebiwa GUI.](#tutorials-using-other-tools)_ + +fork this repository + +#### Bw'oba tolina git ku kompyuta yo, [teeka git](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## Gabaako repo eno + +Gabaako repo eno nga okozesa ekirungo ekiri waggulu ku lupapula luno. Kino kijja kutonda kopi ya repo eno mu akaawunti yo. + +## Koppa repo + +clone this repository + +Kati koppa repo eyogabiddwa ku kompyuta yo. Genda ku akaawunti yo ku GitHub, fungula repo eyogabiddwa, koona ku kaakano akaliko code n'oluvannyuma koona ku kirungo _copy to clipboard_. + +Fungula terminal n'okozesa ekiragiro ekiddako ku git: + +```bash +git clone "url you just copied" +``` + +"URL gy'okoze koppa" (nga tekirina obubonero obuli mu kkiwandiiko) kye URL eri ku repo eno (okugaba kwo ku kawefube ono). Laba ku bigambo ebyo ebiri waggulu okugenda ku URL. + +copy URL to clipboard + +Ekikokyo: + +```bash +git clone git@github.com:this-is-you/first-contributions.git +``` + +awa `this-is-you` ye erinya lyo ku GitHub. Wano okopeera ebiri mu repo ey'okusooka okuyongeraako ku GitHub ku kompyuta yo. + +## Tonda branch + +Kyusa mu nnannyini repo ku kompyuta yo (bw'oba toliyo dda): + +```bash +cd first-contributions +``` + +Kati tonda branch ng'oyita mu kiragiro kya `git switch`: + +```bash +git switch -c your-new-branch-name +``` + +Ekikokyo: + +```bash +git switch -c add-alonzo-church +``` + +## Kola enkyukakyuka eziyetaagisa n'okikakasa ezo enkyukakyuka + +Kati gulawo fayiro ya `Contributors.md` mu kikozesebwa ky'okuwandiika, yongeramu erinnya lyo mu fayiro eno. Togyongeramu ku ntandikwa oba ku nkomerero ya fayiro. Tta gy'ali wakati wa fayiro. Kati, giyita fayiro eno. + +git status + +Bw'ogenda mu kisenge ky'enteekateeka n'okola ekiragiro `git status`, ojja kulaba nga waliyo enkyukakyuka. + +Yongeza ezo enkyukakyuka ku branch gye watondawo nga okozesa ekiragiro kya `git add`: + +```bash +git add Contributors.md +``` + +Kati okakasa ezo enkyukakyuka nga okozesa ekiragiro kya `git commit`: + +```bash +git commit -m "Add your-name to Contributors list" +``` + +oweerereza erinnya lyo ku `your-name`. + +## Sindikiza enkyukakyuka ku GitHub + +Sindikiza enkyukakyuka nga okozesa ekiragiro kya `git push`: + +```bash +git push -u origin your-branch-name +``` + +oweerereza erinnya lyo ku `your-branch-name`. + +## Weereza enkyukakyuka zo okuzuulibwa + +Bw'ogenda ku repo yo ku GitHub, ojja kulaba akapipati ka `Compare & pull request`. Koona ku kapipati ako. + +create a pull request + +Kati weereza pull request. + +submit pull request + +Olwatuuka kunsonga y'okukakasa enkyukakyuka zo, ojja kufuna email ya kunnyonnyola enkyukakyuka zomaze okukakasa. + +Oluvannyuma lw'okwo + +Ki ekirungi! Onoowuziza ku ttendekero lya _fork -> clone -> edit -> pull request_ workflow gwe oyinza okufuna ng'omukozi! + +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) + +## Ebitendekebwa Ebikozesa Ebikozesebwa Ebirala + +| 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) | + diff --git a/docs/gui-tool-tutorials/translations/README.lv.md b/docs/gui-tool-tutorials/translations/README.lv.md new file mode 100644 index 00000000..66f86b2f --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.lv.md @@ -0,0 +1,123 @@ +[![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) + + +# Pirmais devums + +Kaut ko paveikt pirmo reizi vienmēr ir grūti. Turklāt pieļaut kļūdas, jo īpaši līdzdarbojoties ar citiem, nav patīkami. Mēs vēlamies vienkāršot veidu, kā jauni atvērtā koda līdzautori mācās un pievieno savu devumu pirmo reizi. + +Rakstu lasīšana un pamācību skatīšanās var palīdzēt, tomēr nekas nav labāks par īstu darbību mācību vidē. Šī projekta mērķis ir sniegt norādījumus un vienkāršot veidu, kā iesācēji pievieno savu pirmo devumu. Ja tu vēlies līdzdarboties, seko turpmāk norādītajiem soļiem. + +#### *Ja tu nejūties ērti ar komandrindu, [izmanto GUI rīku pamācības.]( #pamācības-citiem-rīkiem )* + + +fork this repository + +Ja tavā datorā nav git, [uzinstalē to]( https://help.github.com/articles/set-up-git/). + +## Izveido repozitorija atzarojumu + +Izveido savu repozitorija atzarojumu, nospiežot *fork* pogu šīs lapas augšpusē. +Tādējādi tavā profilā tiks izveidota šī repozitorija kopija. + +## Klonē repozitoriju + +clone this repository + +Tagad klonē nokopēto repozitoriju savā datorā. Ej uz savu GitHub profilu, atver nokopēto repozitoriju, nospied *clone* pogu un tad nospied uz *copy to clipboard* ikonas. + +Atver termināli un palaid šo git komandu: + +``` +git clone "tikko nokopētā saite" +``` +kur "tikko nokopētā saite" (bez pēdiņām) ir url uz šo repozitoriju (tavs projekta atzarojums). Apskaties iepriekšējos soļos, kā dabūt url. + +copy URL to clipboard + +Piemēram: +``` +git clone https://github.com/tavs-vārds/first-contributions.git +``` +kur `tavs-vārds` ir tavs GitHub lietotājvārds. Šādi tu kopē GitHub repozitorija *first-contributions* saturu savā datorā. + +## Izveido zaru + +Savā datorā nomaini repozitorija direktoriju (ja tu vēl neatrodies tajā): + +``` +cd first-contributions +``` +Tagad izveido zaru ar `git checkout` komandu: +``` +git checkout -b +``` + +Piemēram: +``` +git checkout -b add-alonzo-church +``` +(Zara nosaukumā nav obligāti jābūt vārdam *add*, bet būtu lietderīgi to iekļaut, jo šī zara mērķis ir tava vārda pievienošana sarakstam.) + +## Veic nepieciešamās izmaiņas un iesūti tās + +Tagad atver `Contributors.md` failu teksta redaktorā un pievieno tam savu vārdu. Nepievieno to faila sākumā vai beigās, bet ievieto to kaut kur pa vidu. Pēc tam saglabā failu. + +git status + + +Ja tu dosies uz projekta direktoriju un izpildīsi komandu `git status`, tu redzēsi, ka tajā ir izmaiņas. + + +Pievieno šīs izmaiņas zaram, kuru tu tikko izveidoji, ar `git add` komandu: + +``` +git add Contributors.md +``` + +Tagad iesūti šīs izmaiņas ar `git commit` komandu: +``` +git commit -m "Add to Contributors list" +``` +aizvietojot `` ar savu vārdu. + +## Pievieno izmaiņas GitHub + +Pievieno savas izmaiņas ar komandu `git push`: +``` +git push origin +``` +aizvietojot `` ar zara, kuru tu iepriekš izveidoji, nosaukumu. + +## Iesniedz izmaiņas pārskatīšanai + +Ja tu dosies uz savu GitHub repozitoriju, tu redzēsi `Compare & pull request` pogu. Nospied to. + +create a pull request + +Tagad iesniedz pievienotās izmaiņas. + +submit pull request + +Jau pavisam drīz es pievienošu visas tavas izmaiņas šī projekta galvenajam (master) zaram. Tu saņemsi paziņojumu e-pastā, tiklīdz izmaiņas būs pievienotas. + +## Un ko tagad? + +Apsveicam! Tu tikko pabeidzi standarta _fork -> clone -> edit -> PR_ darbplūsmu, ar kuru turpmāk bieži nāksies sastapties kā līdzautoram. + +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) + + +## Pamācības citiem rīkiem + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.ma.md b/docs/gui-tool-tutorials/translations/README.ma.md new file mode 100644 index 00000000..f4c0d0d8 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ma.md @@ -0,0 +1,141 @@ +[![KAY3BEK T3AWN 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) +[![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) + + +# Awel Moucharaka + +Fo9ma katbghi tbda chi 7aja jdida katkoun m39da flewl. Dik lkhouf anak tghlet ki3ssbek,5ossosan fach katkoun 5dam m3a nass o5rin. Walakin lblan dl open source w anak t5dm m3a nass f fra9i . Bghina , nsshlou 3likoum bach t3lmou tcharkou fchi projet open source b7al hada l awel mra . + +Rah blan tb9a t9ra kifach dir wla tchouf des tutoriels , walakin wach machi 7ssen nwriwk ki der bla matghlet ? Had lprojet l hadaf dyalou howa y3tek nassa2i7 w 5lik 3a9l : koulma knti mheden , ghat3lem 7ssen. Ila knti 3wal der awel i3ana , tbe3 had l5otowat w ra atsde9lk . Kanwa3dk , ghay3jbek l7al. +connecter had repo + +Ila makanch 3ndk git f pc dyalk, [ Telechargeh ]( https://help.github.com/articles/set-up-git/ )mn had site. + +## Jbed had repo l3endek (kismiwha hna Fork) + +Brek 3la dik FORK kima kaybanlk f tswira bach twli 3ndek b7al version dyal repo f compte dyalk . + +## Telecharger 3ndk repo (Kismiwha clone ) + +Clone d repo + +Daba ,cloner repo dyalk l pc 3ndk. Brek 3la bottona d Clone w copier dik lien (HTTPS houwa sahel) ra kayna bottona 7da lien katcopiehlk nichan . + +7el daba cmd (ila knti f windows) wla terminal (ila kan 3ndk mac wla 5dam b linux) w copier had les commandes li ghanwrik : + +``` +git clone "dik lien li 3ad copieti" +``` +3andak t5liha hakak hhh "dik lien li 3ad copieti" (bla douk "") kteb tma lien li copieti fhemni . + +copier l'URL dans le presse-papier + +Atkoun b7al had chkel : +``` +git clone https://github.com/smytk_dyal_github/first-contributions.git +``` +rah `smytk_dyal_github` hia smya li nta dayr. +Daba nta fhad l5twa ghatelecharger ga3 had repo 3ndk f pc bach tbda tbeddel fiha. + +## Swb branche jdida dyalk + +Daba f cmd nit wla terminal , d5l l dik lmilf li 3ad telechargeti (kteb had l3iba la ma3rftich d5l manuellement ) : + +``` +cd first-contributions +``` +Daba ha kifach ghatswb branch dyalk `git checkout` : +``` +git checkout -b "smya_dlbranch" +``` + +Par exemple : +``` +git checkout -b add-brahim +``` +(Machi darori tder f smya add , walakin gha bach nfhmo 3lach zdtiha) + +## Bdl fl file d Contributors + +Daba d5el l fichier dyal `Contributors.md` fchi editeur , zid smytk w chi lien ila bghiti (3andak der chi7aja 5ayba). Ila ktbti daba f dik cmd/terminal `git status`, aybanulk l3ibat li bdlti. Daba zidhoum l branch dyalk add-brahim bhad l3iba dyal `git add` : +``` +git add Contributors.md +``` + +Sauvegardeha b `git commit`: +``` +git commit -m "Add to Contributors list" +``` +der fblasst `` smytk dbss7 (brahim matalan). + +## PUSHIIII + +Daba ghatpushi had lmodofication li derti l github b `git push` : +``` +git push origin +``` +ana knt mssmiha add-brahim , nta bdlha bachma knti dayr . + +## 7et les modifications bach ytchafo + +Ila rj3ti l github atl9a dik l3iba dyal `Compare & pull request` +brek 3liha a5ay. + +create a pull request + +Sf brek 3liha bach tle3 lnass li mss2oulin 3la hadchi. + +submit pull request + +Chwia mbe3d matjm3 dik lmodifications li derti . Aywslk mail ki9ololk fih ra safi dkchi dyalk nadi. + +branche main dyalk maghaytbdel fiha walou daba . Ila bghiti ta main dyalk ykoun msynchroniser tbe3 had les étapes. + +## 5li main dyalk synchronisé m3a contributors + +B3da rje3 lmain matb9ach fdik add-brahim + ``` + git checkout main + ``` + +zid lien d repo as `upstream remote url` : +``` +git remote add upstream https://github.com/smytk_d_github/first-contributions +``` +Ghi dik changes ydaro , 5ssk moraha tjbd version jdida dyal repo dyalk: +``` +git fetch upstream +``` + +Hna kan9lbo 3la ga3 tghyirat li kaynin f lfork dyalk nta (upstream remote). Daba 3ad 5ssk tjm3 had jdida m3a repo dyalk (main) : +``` +git rebase upstream/main +``` +Daba ga3 tghyirat kaynin fl main. ila pushiti modifications aydaro ta f fork dyalk : +``` +git push origin main +``` + +Daba ra jm3na branch dyal `` m3a l main dyalna , w jm3na lmain dyalna m3a main dyalhom (yarbi tkoun fhmtini hh).Daba dik li drti flwl dyal `` mab9atch 3ndha fa2ida , ila bghiti t7ydha : +``` +git branch -d +``` +w ymklk t7yda ta mn repo li b3ida : +``` +git push origin --delete +``` +Machi darori t7yd lbranch walakin raha salat 5smtha ma3ndha lach tb9a tma . + +## Tutoriels bchi twichyat o5rin + + +| 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) | + +## Fin nmchi daba ? + +Ymklkoum tjiw l slack fin kayna lfr9a d hadchi kaml , n9do n3awnokom w njawbo 3la chi ass2ila [Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) + diff --git a/docs/gui-tool-tutorials/translations/README.me.md b/docs/gui-tool-tutorials/translations/README.me.md new file mode 100644 index 00000000..71405b8c --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.me.md @@ -0,0 +1,129 @@ +[![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) + +# Prvi doprinos + +Ovaj projekat ima za cilj da pojednostavi i vodi početnike do njihovog prvog doprinosa. Ako želite da napravite vaš prvi doprinos, pratite korake ispod. + +_Ako nijeste navikli da koristite komandnu liniju, [evo tutorijala koji koristi GUI alatke.](#Tutorijali-koji-koriste-druge-alatke)_ + +napravite kopiju repozitorijuma + +#### 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. + +## Klonirajte repozitorijum + +Klonirajte repozitorijum + +Sada klonirajte repozitorijum na vašu mašinu. Idite na vaš GitHub profil, otvorite kopiju repozitorijuma, kliknite na dugme **code** i kliknite ikonicu *copy to clipboard*. + +Otvorite terminal i unesite sledeću git komandu: + +``` +git clone "url koji ste upravo kopirali" +``` + +Umjesto "url koji ste upravo kopirali" (bez znaka navoda) unesite url repozitorijuma koji ste kopirali u prethodnom koraku. + +Kopirajte URL + +Na primjer: + +``` +git clone https://github.com/korisnicko-ime/first-contributions.git +``` + +Umjesto `korisnicko-ime` napišite korisničko ime za vaš GitHub nalog. Na ovaj način kopirate sadržaj repozitorijuma na vašu mašinu. + +## Kreiranje grane _(branch)_ + +Prebacite se u radni direktorijum na vašem računaru (ukoliko već nijeste tu): + +``` +cd first-contributions +``` + +Sada kreirajte granu koristeći komadu `git checkout`: + +``` +git checkout -b ime-vase-grane + +``` + +Na primjer: + +``` +git checkout -b add-nikola-popovic +``` + +(Ime grane ne mora sadržati riječ _add_, ali je to preporučljivo jer je poenta ove grane da se doda vaše ime na listu kontributora.) + +## Napravite potrebne promjene i potvrdite ih + +Sada otvorite fajl `Contributors.md` u tekst editoru i dodajte vaše ime. Nemojte dodati svoje ime na početku ili na kraju fajla. Stavite ga bilo gdje između. Sada, sačuvajte fajl. + +git status + +Ako se vratite na radni direktorijum i izvršite komandu `git status`, vidjećete da su prisutne promjene. + +Dodajte te promjene u granu koju ste kreirali u prethodnim koracima koristeći komandu `git add`: + +``` +git add Contributors.md +``` + +Sada potvrdite te izmjene koristeći komandu `git commit` : + +``` +git commit -m "Add to Contributors list" +``` + +Umjesto `` napišite vaše ime. + +## Pošaljite izmjene u repozitorijum + +Pošaljite izmjene koje ste napravili u repozitorijum na GitHub-u koristeći komandu `git push`: + +``` +git push origin +``` + +Umjesto `` napišite ime grane koju ste kreirali ranije. + +## Pošaljite vaše izmjene na provjeru + +Ako odete na repozitorijum na GitHub-u, vidjećete dugme **Compare / Pull Request**. Kliknite to dugme. + +Kreirajte pull request + +Sada pošaljite vaš pull request. + +Pošaljite pull request + +Uskoro, ja ću spojiti promjene koje ste napravili sa master granom repozitorijuma. Dobićete mejl potvrde kada se grane spoje. + +## Šta dalje? + +Čestitamo! Upravo ste izvršili standradni _fork -> clone -> edit -> pull request_ proces koji ćete često gledati dok doprinosite kodu. + +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) + +## Tutorijali koji koriste druge alatke + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.mg.md b/docs/gui-tool-tutorials/translations/README.mg.md new file mode 100644 index 00000000..2cb9a192 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.mg.md @@ -0,0 +1,145 @@ +[![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) + + +# Fandraisana anjara voalohany + +Manahirana antsika foana indraindray ny manomboka zavatra amin'ny voalohany. Tsy mampahazo aina ny manao diso, indrindra moa fa rehefa mifampizara asa sy rehefa miara-miasa aman'olona. Ny tontolo eo amin'ny rindrakajy malalaka anefa dia miompana tanteraka eo amin'ny fiaraha-miasa miaraka amin'ireo olona efa mati-hanina. Izany indrindra ny antom-pisian'ito loharano misokatra ito mba hanamora ny fianaran'ireo vaovao izay handray anjara voalohany eo amin'ny fifampizarana eo amin'ny tontolon'ny rindrakajy malalaka. + +Tadidio fa tsy hahay mihitsy ianao raha tsy manandrana ary ny fahadisoana azo no hahazoanao traikefa. Raha te hahay ny fomba fandraisana anjara amin'ny fifampizarana ary dia araho ireto dingana manaraka ireto: + +Mampifandraiso ity takelaka ity + +Raha mbola tsy misy git ny solosainao, [ ampidiro izy ]( https://help.github.com/articles/set-up-git/ ). + +## Hampifandraiso ity takelaka ity (izay antsoina koa hoe "Fork") + +Raha te hampifandray an'ity takelaka ity amin'ny kaontinao ianao dia tsindrio ilay bokotra "fork" etsy ambony. Lasa misy dika mitovy amin'ity takelaka ity ao amin'ny kaontinao avy eo. + +## Dikao mitovy ity takelaka ity ao amin'ny solosainao + +Dikao mitovy ity takelaka ity + +Raha te hanao dika mitovy an'ity takelaka ity ianao, dia mankanesa ao amin'ny kaontinao "Github" ary sokafy ilay takelaka nampifandraisinao. Tsindrio ilay bokotra misy soratra hoe "Code" etsy ambony, tsindrio ilay sary fahamantarana manao kopia. + +Sokafy avy eo fandefasana kaomandy, ary alefaso ity kaomandy ity: + +``` +git clone "Rohy izay natao kopia" +``` + +Ilay "Rohy izay natao kopia" (tsy misy faingo) dia ny rohy misy ilay takelaka ao amin'ny kaontinao. Jereo eo ambony ny fomba hahazoana ilay rohy. + +Ataovy kopia ny rohy + +Ohatra: +``` +git clone https://github.com/ny-anaranao/first-contributions.git +``` +Ilay `ny-anaranao` dia ny anaran'ny kaontinao "Github". Eto dia manao dika mitovy ny takelaka avy lavitra ho ao amin'ny solosainao. + +## Mamorona sampana + +Midira ao amin'ny toerana misy ilay tetikasa izay nataonao kopia (raha mbola tsy ao): + +``` +cd first-contributions +``` +Mamorona sampana vaovao ka alefaso ny kaomandy `git checkout` : +``` +git checkout -b +``` + +Ohatra: +``` +git checkout -b add-crystel-ratsimbazafy +``` + +## Ataovy ny fanovana ilaina rehetra + +Sokafy ny rakitra `Contributors.md` ao amin'ny fanoratanao ny soratra, dia hampidiro ao ny anaranao, dia tehirizo.Raha sokafanao ny fandefasana kaomandy ka alefanao ny `git status`, dia ho hitanao fa misy ny zavatra niova. Hampidiro anaty lisitra mba ho afaka hiditra ao amin'ny sampana zay noforoninao ny fanovana amin'ny alalan'ny kaomandy `git add`: + +``` +git add Contributors.md +``` + +Hampidiro ao amin'ny sampana amin'izay ny fanovana nataonao amin'ny alalan'ny `git commit`: +``` +git commit -m "Add to Contributors list" +``` +Soloy ny anaranao ilay ``. + +## Alefaso any amin'ilay takelaka ao amin'ny Github ny fanovanao + +Raha te hanao an'izay dia alefaso ny kaomandy `git push` : +``` +git push origin +``` +Soloy ilay sampana izay noforoninao ilay hoe ``. + +## Alefaso ny fangatahano mba hojerena + +Raha mitsidika ny takelakao ao amin'ny Github ianao dia mahita bokotra `Compare & pull request`. Tsindrio io bokotra io. + +Mamorona fangatahana + +Alefaso ny fangatahana avy eo. + +Mandefa ny fangatahana + +Ho hakambako ao amin'ny sampana fiaingan'ny tetikasa ny zavatra nataonao avy eo. Mahazo mailaka ianao avy eo mba hahafantaranao fa vita ny fanakambanana. + +Ny sampana fiaingan'ny tetikasa anao dia tsy maharay ilay fanovanao fa mila raisinao manokana izay fanovana farany ao amin'ny sampana fiaingan'ny tetikasa. Araho ireto dingana manaraka ireto. + +## Tazomy tsy ho lany andro ny takelaka nampifandraisinao tamin'ny tena izy. + +Mankanesa ao amin'ny sampana fiaingana. + ``` + git checkout main + ``` + +Dia hampidiro ny rohy misy ny takelak'ilay tetik'asa naotaonao fampifandraisana `upstream remote url`: + +``` +git remote add upstream https://github.com/Roshanjossey/first-contributions +``` + +Fomba iray atao mba hahahafantaran'i git fa misy zavatra vaovao ao amin'io takelaka io izay antsoina hoe `upstream`. Rehefa vita izay dia alaivo ny fanovana vaovao rehetra ao amin'ilay takelaka nampifandraisina: + +``` +git fetch upstream +``` +Alefaso ao amin'ny sampana fiaingana misy ny takelakao anaty solosainao ny zavatra vaovao rehetra: + +``` +git rebase upstream/main +``` + +Alefaso any amin'ny takelaka ao amin'ny github anao ny fanovana azonao rehetra: + +``` +git push origin main +``` + +Afaka fafana amin'izay ny sampana izay noforoninao rehefa vita izay: +``` +git branch -d +``` +Afaka fafana ihany koa ny sampana avy lavitra: +``` +git push origin --delete +``` + +## Fanoroana hafa izay mampiasa fitaovana hafa + + +| 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) | + +## Ny atao manaraka ? + +Afaka miditra ho mpikambana ao amin'ny ekipanay ao amin'ny Slack ianao raha mila fanontaniana na fanampiana. [Hiditra ho mpikambana ao amin'ny Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) + diff --git a/docs/gui-tool-tutorials/translations/README.mk.md b/docs/gui-tool-tutorials/translations/README.mk.md new file mode 100644 index 00000000..2dfaf7b8 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.mk.md @@ -0,0 +1,123 @@ +[![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) + + +# Први чекори + +Тешко е. Секогаш е тешко кога нешто се прави за прв пат. Кога соработуваме со други луѓе, правењето грешки е непријатно. Затоа сакавме да го поедноставиме начинот на кој новите соработници на отворен код учат и допринесуваат за прв пат. + +Читањето на статии и гледањето на видеа помага до некаде, но нема подобар начин за учење од вежбањето. Целта на овој проект е да се обезбеди вежба и да се поедностави начинот по кој почетниците допринесуваат отворен код. Ако сакате да го направите својот прв придонес, тогаш следете ги долунаведените чекори. + +#### *Ако не сакате да користите command line (терминал), [овде имате упатства за GUI](#Вежби-за-користење-на-други-програми)* + + +fork this repository + +Ако немате git на вашиот компјутер, [инсталирајте го]( https://help.github.com/articles/set-up-git/). + +## Направете Разгранување (Fork) на ова складиште (repository) + +Направете разгранување на складиштето со притискање на копчето "Fork" кое се наоѓа на горниот дел на оваа страница. +Вака ќе направите копија на складиштето во вашиот GitHub профил. + +## Клонирајте го овоа складиште + +clone this repository + +Сега треба да го клонирате складиштето во вашиот компјутер. Отидете во вашиот GitHub профил, отворете го разгранетото складиште, +кликнете на копчето "Clone" и копирајте го линкот. Исто така може да притиснете на иконата за копирање (Copy to clipboard) + +Отворете го терминалот и воведете ја следната команда: + +``` +git clone "линкот кој го копиравте" +``` +На местото на "линкот кој го копиравте" (без наводници) поставете го линкот на складиштето (Вашето Разгранување на овој проект). Погледнете ги претходните чекори за да видете како да го добиете линкот. + +copy URL to clipboard + +На пример: +``` +git clone https://github.com/vashiot-username/first-contributions.git +``` +со преименување на `vashiot-username` во вашето корисничко име. Во овој чекор правите копија на складиштето first-contributions од GitHub кон вашиот компјутер. + +## Создавање на гранка (branch) + +Променете ја локацијата на складиштето во вашиот компјутер (Ако сеуште не сте ја промениле): + +``` +cd first-contributions +``` +Сега создајте гранка со помош на командата `git checkout`: +``` +git checkout -b +``` + +На пример: +``` +git checkout -b add-alonzo-church +``` +(Името на гранката не мора да го содржи зборот *add*, но се препорачува, затоа што целта на оваа гранка е да го додадете вашето име во списокот.) + +## Направете ги потребните промени и извршете (commit) ги + +Сега отворете го фајлот `Contributors.md` во уредник за текст и додадете го вашето име. Не додавајте го на почетокот или крајот на фајлот. Поставете го некаде на средината. Зачувајте ги промените. + +git status + + +Ако ја извршете командата `git status` во директоријата на складиштето, ќе забележите дека има промени. + + +Зачувајте ги промените на создадената гранката со помош на командата `git add`: + +``` +git add Contributors.md +``` + +Сега извршете ги промените со командата `git commit`: +``` +git commit -m "Add to Contributors list" +``` +со промена на `` со вашето име. + +## Поставете (Push) ги промените во GitHub + +Поставете ги вашите промени со командата `git push`: +``` +git push origin +``` +со промена на `` во името на вашата гранка, која ја создадовте претходно. + +## Поднесете ги вашите промени за преглед. + +Ако отидете во вашето складиште во GitHub, ќе го забележите копчето `Compare & pull request`. Притиснете го. + +create a pull request + +Сега поднесете ги вашите промени за преглед. + +submit pull request + +Наскоро ќе ги спојам (merge) сите ваши промени во главната гранка (мастер branch) на овој проект. Ќе бидете известени по пат на електронска пошта за спојот на вашите промени. + +## Што е следно? + +Честитки! Само што ги завршивте _fork -> clone -> edit -> PR_ операции, со кои ќе се соочувате често како соработник! + +Прославете ги вашите придонеси и споделете ги со пријатели и следители со посета на [веб-апликацијата](https://firstcontributions.github.io/#social-share). + +Можете да станете дел од нашиот slack team ако ви треба помош или имате прашања [Стани дел](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Сега е време да започнете да допринесувате кон други проекти. Ние имаме создадено список со лесни проекти за да започнете. [Види ја листата](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) | diff --git a/docs/gui-tool-tutorials/translations/README.ml.md b/docs/gui-tool-tutorials/translations/README.ml.md new file mode 100644 index 00000000..0568b4af --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ml.md @@ -0,0 +1,137 @@ +[![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) + +ആദ്യമായി ഒരു കാര്യം ചെയ്യുക എന്നുള്ളത് വളരെ ബുദ്ധിമുട്ടാണ്. പ്രത്യേകിച്ച്, മറ്റു പലരുടെയും ഒപ്പം ജോലി ചെയ്യുമ്പോൾ തെറ്റ് വരുന്നത് അത്ര സുഖകരമായ കാര്യം അല്ല. സ്വതന്ത്ര സോഫ്റ്റ്‌വെയറിലേക്ക് ആദ്യമായി സംഭാവന ചെയ്യുന്നവർക്ക് അതിനെ പറ്റി പഠിക്കാനും പങ്കാളി ആകുവാനും വേണ്ടി കുറച്ച്‌ കൂടെ എളുപ്പമായ എന്തെങ്കിലും ഉണ്ടാക്കണമെന്നായിരുന്നു ഞങ്ങളുടെ ആഗ്രഹം. +ലേഖനങ്ങൾ വായിക്കുന്നതും വീഡിയോ കാണുന്നതും ഒക്കെ സഹായകരമാണ്. പക്ഷേ ചെയ്ത് തന്നെ പഠിക്കുന്നതാണ് ഏറ്റവും നല്ലത്. + + +ഈ പ്രൊജക്റ്റ് ഇതിനെ പറ്റി പരിചയം ഇല്ലാത്ത ഒരാൾക്ക് ആദ്യത്തെ സംഭാവന നല്കാൻ ഉള്ള ഒരു വഴികാട്ടി ആണ്. + + +നിങ്ങളും നിങ്ങളുടെ ആദ്യ സംഭാവന നൽകാൻ ആഗ്രഹിക്കുന്നു എങ്കിൽ താഴെ പറയുന്നത് പോലെ ചെയ്യുക. + + +#### *താങ്കൾക്ക് കമാൻഡ് ലൈൻ ഉപയോഗിച്ച്‌ പരിചയം ഇല്ലെങ്കിൽ, [GUI ഉപയോഗിച്ച് ചെയ്യാൻ ഉള്ള നിർദേശങ്ങൾ ഇവിടെ ലഭ്യമാണ്](#മറ്റു-ഉപകരണങ്ങൾ-ഉപയോഗിച്ച്-ചെയ്യുന്നതിനെ-പറ്റിയുള്ള-ലേഖനങ്ങൾ)*. + +fork this repository + +താങ്കളുടെ കമ്പ്യൂട്ടറിൽ ഗിറ്റ് (git) ഇല്ലെങ്കിൽ, [ഇൻസ്റ്റാൾ ചെയ്യുക](https://help.github.com/articles/set-up-git/). + +## ഈ റെപ്പോസിറ്ററി ഫോർക്ക് (fork) ചെയ്യുക + +ഈ പേജിന്റെ ഏറ്റവും മുകളിൽ ഉള്ള ഫോർക്ക് ബട്ടൺ ഉപയോഗിച്ച് ഈ റെപ്പോസിറ്ററി ഫോർക്ക് ചെയ്യുക. ഇങ്ങനെ ചെയ്യുമ്പോൾ നിങ്ങളുടെ അക്കൗണ്ടിൽ ഈ റെപ്പോസിറ്ററിയുടെ ഒരു പകർപ്പ് സൃഷ്ടിക്കപ്പെടുന്നു. + +## ഈ റെപ്പോസിറ്ററി ക്ലോൺ (clone) ചെയ്യുക + +clone this repository + +ഇനി ഫോർക്ക് ചെയ്ത റെപ്പോസിറ്ററി നിങ്ങളുടെ കമ്പ്യൂട്ടറിലേക്ക് ക്ലോൺ ചെയ്യുക. നിങ്ങളുടെ ഗിറ്റ്ഹബ് (GitHub) അക്കൗണ്ട് എടുത്ത് അതിൽ ഫോർക്ക് ചെയ്ത റെപ്പോസിറ്ററി തുറക്കുക. എന്നിട്ട് മുകളിൽ ക്ലോൺ ബട്ടണിലെ *കോപ്പി ടു ക്ലിപ്പ് ബോർഡ് (Copy to clipboard)* എന്ന ഐക്കൺ ക്ലിക്ക് ചെയ്യുക. + +എന്നിട്ട് ഒരു ടെർമിനൽ എടുത്ത് താഴെ പറയുന്ന ഗിറ്റ് കമാൻഡ് റൺ ചെയ്യുക: + +``` +git clone <നിങ്ങളുടെ-ലിങ്ക്> +``` + +ഇതിൽ `<നിങ്ങളുടെ-ലിങ്ക്>` എന്ന് പറയുന്നത് താങ്കളുടെ (ഫോർക്ക് ചെയ്ത) റെപ്പോസിറ്ററി ലിങ്ക് ആണ്. ലിങ്ക് എങ്ങനെ കോപ്പി ചെയ്യാം എന്നറിയാൻ ഇതിനു മുൻപ് ഉള്ള നിർദേശം നോക്കുക. + +copy URL to clipboard + +ഉദാഹരണം: + +``` +git clone https://github.com/<താങ്കൾ>/first-contributions.git +``` + +ഇതിൽ `<താങ്കൾ>` എന്നതിന് പകരം നിങ്ങളുടെ ഗിറ്റ്ഹബ് യൂസർനെയിം കൊടുക്കുക. ഇപ്പോൾ നിങ്ങൾ ചെയ്യുന്നത് നിങ്ങളുടെ ഗിറ്റ്ഹബിലെ ഫസ്റ്റ്-കോണ്ട്രിബൂഷൻസ് (first-contributions) റെപ്പോസിറ്ററിയിൽ ഉള്ളവ നിങ്ങളുടെ കമ്പ്യൂട്ടറിലേക്ക് കോപ്പി ചെയ്യുകയാണ്. + +## ഒരു ശാഖ (ബ്രാഞ്ച്, Branch) ഉണ്ടാക്കുക + +നിങ്ങളുടെ റെപ്പോസിറ്ററിയിലേക്ക് കടക്കുക: + +``` +cd first-contributions +``` + +എന്നിട്ട് `git checkout` എന്ന കമാൻഡ് ഉപയോഗിച്ച് ഒരു ബ്രാഞ്ച് ഉണ്ടാക്കുക: + +``` +git switch -c <നിങ്ങളുടെ-പുതിയ-ബ്രാഞ്ചിന്റെ-പേര്> +``` + +ഉദാഹരണം: + +``` +git switch -c add-alonzo-church +``` + +(ബ്രാഞ്ചിന്റെ പേരിൽ add എന്ന് ഉണ്ടാകണം എന്ന് നിർബന്ധം ഇല്ല. പക്ഷെ നിങ്ങളുടെ ഉദ്ദേശം നിങ്ങളുടെ പേര് ഇതിൽ ഉൾപ്പെടുത്തണം എന്നത് ആണെന്നതിനാൽ അത് കൊടുക്കുന്നതാണ് നല്ലത്.) + +## ആവശ്യത്തിനുള്ള വ്യത്യാസങ്ങൾ വരുത്തി അവ കമ്മിറ്റ് (commit) ചെയ്യുക + +ഇനി `Contributors.md` എന്ന ഫയൽ ഒരു എഡിറ്റർ ഉപയോഗിച്ച് തുറന്നതിനു ശേഷം താങ്കളുടെ പേര് അതിൽ ഉൾപ്പെടുത്തുക. അങ്ങനെ ചെയ്യുമ്പോൾ തുടക്കത്തിലോ അവസാനത്തിലോ അല്ലാതെ ഇടയിൽ എവിടെയെങ്കിലും ഉൾപെടുത്തുക. എന്നിട്ട് ആ ഫയൽ സേവ് ചെയ്യുക. + +git status + +താങ്കളുടെ പ്രൊജക്റ്റ് ഡയറക്ടറിയിൽ ചെന്ന് `git status` എന്ന കമാൻഡ് അടിച്ചു നോക്കിയാൽ താങ്കൾ വരുത്തിയ വ്യത്യാസങ്ങൾ കാണാൻ സാധിക്കും. + +ഈ വ്യത്യാസങ്ങൾ `git add` കമാൻഡ് ഉപയോഗിച്ച്‌ നിങ്ങളുടെ ബ്രാഞ്ചിലേക്ക് ചേർക്കുക: + +``` +git add Contributors.md +``` + +ഇനി നിങ്ങൾ ഉണ്ടാക്കിയ വ്യത്യാസങ്ങൾ `git commit` കമാൻഡ് ഉപയോഗിച്ച് കമ്മിറ്റ് ചെയ്യുക: + +``` +git commit -m "Add <താങ്കളുടെ-പേര്> to Contributors list" +``` + +ഇതിൽ `<താങ്കളുടെ-പേര്>` എന്ന സ്ഥാനത്ത് താങ്കളുടെ ശരിയായ പേര് കൊടുക്കുക. + +## വ്യത്യാസങ്ങൾ ഗിറ്റ്ഹബിലേക്ക് ചേർക്കുക (push) + +`git push` കമാൻഡ് ഉപയോഗിച്ച് വ്യത്യാസങ്ങൾ ഗിറ്റ്ഹബിലേക്ക് പുഷ് ചെയ്യുക: + + +``` +git push origin <താങ്കളുടെ-ബ്രാഞ്ചിന്റെ-പേര്> +``` + +ഇതിൽ <താങ്കളുടെ-ബ്രാഞ്ചിന്റെ-പേര്> എന്നതിന് പകരം താങ്കൾ നേരത്തെ ഉണ്ടാക്കിയ ബ്രാഞ്ചിന്റെ പേര് കൊടുക്കുക. + +## നിങ്ങളുടെ വ്യത്യാസങ്ങൾ പരിശോധനക്കായി (review) സമർപ്പിക്കുക + +നിങ്ങൾ ഇപ്പോൾ നിങ്ങളുടെ ഗിറ്റ്ഹബ് റെപ്പോസിറ്ററിയിൽ പോയി നോക്കിയാൽ അവിടെ `Compare & pull request` എന്ന ഒരു ബട്ടൺ കാണാം. അതിൽ അമർത്തുക. + +create a pull request + +ഇനി പുൾ റിക്വസ്റ്റ് (pull request) കൊടുക്കുക. + +submit pull request + +വൈകാതെ തന്നെ ഞാൻ താങ്കളുടെ വ്യത്യാസങ്ങൾ പ്രധാന ബ്രാഞ്ചിലേക്ക് ചേർക്കുന്നതായിരിക്കും. അപ്പോൾ താങ്കൾക്ക് ഒരു ഇമെയിൽ അറിയിപ്പ് ലഭിക്കും. + +## ഇവിടെ നിന്ന് ഇനി എങ്ങോട്ട്? + +അഭിനന്ദനങ്ങൾ! താങ്കൾ താങ്കളുടെ ആദ്യത്തെ _fork -> clone -> edit -> PR_ പടികൾ വിജയകരമായി പൂർത്തിയാക്കിയിരുന്നു. ഒരു സംഭാവകൻ/സംഭാവിക എന്ന നിലക്ക് ഇത് താങ്കൾക്ക് ഇടയ്ക്കിടെ ചെയ്യേണ്ടി വരുന്ന ഒരു കാര്യം ആണ്! + +താങ്കളുടെ സംഭാവന സുഹൃത്തുക്കളും പിൻഗാമികളുമായി (followers) പങ്കിട്ട് ആഘോഷിക്കുവാനായി ഈ [വെബ് ആപ്പ് ഉപയോഗിക്കുക](https://firstcontributions.github.io/#social-share). + +താങ്കൾക്ക് എന്തെങ്കിലും സഹായം വേണമെങ്കിൽ, അല്ലെങ്കിൽ എന്തെങ്കിലും ചോദ്യങ്ങൾ ഉണ്ടെങ്കിൽ ഞങ്ങളുടെ [slack team-ൽ ചേരുവാനായി റിക്വസ്റ്റ് അയക്കുക](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +ഇനി താങ്കൾക്ക് മറ്റുള്ള പ്രൊജെക്ടുകളിൽ സംഭാവന ചെയ്യുവാൻ സാധിക്കും. താങ്കൾക്ക് വേഗം തുടങ്ങുവാൻ വേണ്ടി ഞങ്ങൾ എളുപ്പത്തിൽ തീർക്കാവുന്ന പ്രശ്നങ്ങൾ (issues) ഉള്ള പ്രോജക്ടുകളുടെ ഒരു ലിസ്റ്റ് ഉണ്ടാക്കിയിട്ടുണ്ട്. അത് ഈ [പ്രോജക്ടുകളുടെ ലിസ്റ്റിൽ](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) | diff --git a/docs/gui-tool-tutorials/translations/README.mli.md b/docs/gui-tool-tutorials/translations/README.mli.md new file mode 100644 index 00000000..73194853 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.mli.md @@ -0,0 +1,139 @@ +[![Porozɛ fuw kanu](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) + + +# Bolomafara(contributions) fɔlɔw + +A ka gɛlɛn tuma bɛɛ ni i ye fɛn dɔ kɛ siɲɛ fɔlɔ min na. Siranya min bɛ mɔgɔ la ka filiw kɛ, o tɛ mɔgɔ lafiya fewu, kɛrɛnkɛrɛnnenya la n’aw bɛ jɛ ka baara kɛ ɲɔgɔn fɛ. Nka porogaramu hɔrɔnma diɲɛ ye jɛkafɔ ni baara kɛli ye kuluw kɔnɔ. Ani fana, an b’a fɛ ka dɛmɛ donbaga kuraw bolo minnu bɛ porogaramu fuw la, olu ka se ka kalan nɔgɔya, an kɛtɔ k’aw kalan bolomafara kɛcogo la siɲɛ fɔlɔ. + +Barokunw ni kalansenw kalanni bɛ se ka dɛmɛ don, nka mun ka fisa ni k’a ɲini k’a sɔrɔ i ma se ka filiw kɛ? Nin porozɛ in kun ye ka bilasirali kɛ ani ka kalandenw ka dɛmɛ fɔlɔ kɛcogo nɔgɔya. Aw ye aw hakili to a la: ni aw hakili sigilen don, aw bɛ kalan kɛ ka ɲɛ. N’i ​​b’a fɛ k’i ka bolomafara fɔlɔ kɛ, i ka nin fɛɛrɛ ninnu labato dɔrɔn. N bɛ layidu ta ko a bɛna kɛ ɲɛnajɛ ye. + +embrancher ce repertoire + +Ni git t i ka ɔridinatɛri kan, [ a sigi sen kan]( https://help.github.com/articles/set-up-git/ ). + +## Aw ye nin ɲɛbilasɛbɛn in bolofara (a bɛ fɔ fana ko Fork) . + +Forok kɛ nin ɲɛbilasɛbɛn in na ni fork butɔni digilen ye ɲɛ sanfɛ. +O bɛna kɛ sababu ye ka kunnafonisɛbɛn kopi dɔ dilan i ka jatebɔsɛbɛn kan. + +## aw ka kan ka nin ɲɛbilasɛbɛn in Clone + +clonez ce répertoire + +Sisan, i ka nin ɲɛbilasɛbɛn in clone i ka ɔridinatɛri kɔnɔ. Clone button digi o kɔfɛ *copier dans le presse-papier* taamasiyɛn digi. + +Cikan yɔrɔ dɔ da wuli (n’i bɛ Windows kan) walima terminal (n’i bɛ MacOS walima Linux kan) ka nin git cikan ninnu kɛ: +``` +git clone "URL min ye i kopi kɛ sisan" +``` +wali "URL min ye i kopi kɛ sisan" (ni gillemants tɛ) ye url ye min bɛ kɛ ni ɲɛbilasɛbɛn ye. Aw ye tilayɔrɔ tɛmɛnen lajɛ walasa ka URL sɔrɔ. + +copier l'URL dans le presse-papier + +misale : +``` +git clone https://github.com/votre-nom-d-utilisateur/first-contributions.git +``` +yɔrɔ min na `i-tɔgɔ` ye i ka GitHub baarakɛla tɔgɔ ye. Yan i bɛ `first-contributions` ɲɛbilasɛbɛn kɔnɔkow kopi ka bɔ GitHub la ka taa i ka ɔridinatɛri kɔnɔ. + +## Bolo(contributions) dɔ dabɔ + +Aw bɛ taa poroze ɲɛbilasɛbɛn kura clone (n’aw tɛ yen fɔlɔ): + +``` +cd first-contributions +``` +Sisan, bolofara(branch) dɔ dabɔ ni cikan ye`git checkout` : +``` +git checkout -b +``` + +misale : +``` +git checkout -b add-koffi-sani +``` +(Bolofara tɔgɔ man kan ka kɛ ni *add* daɲɛ ye, nka a bɛnnen don k’a don a kɔnɔ bawo nin bolofara in kun ye k’i tɔgɔ fara lisi kan.) + +## Yɛlɛma wajibiyalenw kɛ ani k’u bila + +Sisan, `Contributors.md` file da wuli sɛbɛnnikɛlan dɔ kɔnɔ, k'i tɔgɔ fara a kan, k'a mara. N'i ye cikan-sɛbɛn da wuli ka `git status` cikan baara, i b'a ye ko fɛn dɔw b'a la. Aw ye nin bεnkanw Fàra bolofara kan aw ye min Dabɔ sisan ni `git add` cikan ye: +``` +git add Contributors.md +``` + +Sisan, aw bɛ o fɛn caman Changements (Yɛlɛma) kɛ ni cikan(commade) ye`git commit`: +``` +git commit -m "Add to Contributors list" +``` +ni `` bilali ye i tɔgɔ nɔ na + +## Yɛlɛma caman bɛ GitHub (GitHub) la + +Aw bɛ aw ka fɛn caman Changements (Yɛlɛma) Gɛn ni cikan ye `git push` : +``` +git push origin +``` +ni `` bilali ye bolofara min dabɔra ka kɔrɔ, o tɔgɔ bila a nɔ na. + +##Aw ye aw ka fɛn caman ci walasa ka segin u kan + +N’i ​​taara i ka marayɔrɔ la Github kan, i bɛna `Compare & pull request` butɔni ye. Butɔn digi. + +create a pull request + +Sisan, aw ka sama ɲinini sɛbɛn di + +submit pull request + +Sɔɔni n bɛna aw ka fɛn caman Changements bɛɛ fara ɲɔgɔn kan ka kɛ nin porozɛ in bolofara belebele ye. I bɛna kunnafoni imɛri sɔrɔ ni farali banna dɔrɔn. +I ka tɔnbolofara belebeleba tɛna yɛlɛma nin waati in na. Walasa k’aw ka bolofara ni ne ta ka bɛn, aw bɛ nin fɛɛrɛ ninnu tigɛ. + +## Aw k’aw ka tɔnbolofara to ɲɔgɔn fɛ ni nin ɲɛbilasɛbɛn in ye + +Fɔlɔ, i ka wuli ka taa bolofara belebeleba(main) la + ``` + git checkout main + ``` + +Ani ka n ka ɲɛbilasɛbɛn url fara a kan i n’a fɔ `upstream remote url`: +``` +git yɔrɔjan fara sanfɛ https://github.com/Roshanjossey/fɔlɔ-dɛmɛ +``` +Nin ye fɛɛrɛ ye k’a fɔ git ye ​​ko nin ɲɛbilasɛbɛn in bɔko wɛrɛ bɛ yen ladɛrɛsi kofɔlen na wa an b’a wele ko `upstream`. Ni fɛn caman Changements (Yɛlɛma) farala ɲɔgɔn kan, i ka version kura ɲini n ka ɲɛbilasɛbɛn kɔnɔ: +``` +git fetch upstream +``` + +Yan an bɛ fɛn caman sɛmɛntiya n ka bolofara kɔnɔ (upstream remote). Sisan i ka kan ka n ka ɲɛbilasɛbɛn lajɛlen kura fara ɲɔgɔn kan i ka bolofara belebele kɔnɔ: +``` +git rebase upstream/main +``` +Yan, i ye fɛn minnu ɲini, an bɛ olu bɛɛ waleya bolofara belebeleba la. N’i ​​ye bolofara belebele gɛlɛya sisan, i ka bolofara fana bɛna fɛn caman Changements: +``` +git push origin main +``` +Kɔlɔsili: Nin sen in na, i bɛ ka gɛlɛya ka taa yɔrɔjan ɲɛbilasɛbɛn na min bɛ wele ko origin. + +Nin hakɛ in na n y'i ka bolofara `` fara n ka bolofara belebele kan, wa i ye n bolofara belebele fara ɲɔgɔn kan n'i ka bolofara belebele ye. I ka bolofara `` nafa tɛ yen tugun, o la i bɛ se k'a bɔ yen: +``` +git branch -d +``` +ani i bɛ se k’a bɔko bɔ yɔrɔjan ɲɛbilasɛbɛn kɔnɔ fana: +``` +git push origin --delete +``` +O tɛ wajibi ye, nka bolofara tɔgɔ b’a jira ko a sinsinnen bɛ fɛn kɛrɛnkɛrɛnnen kan kosɛbɛ. A si bɛ se ka kɛ waati surun ye. + +## Kalan minnu bɛ kɛ ni baarakɛminɛn wɛrɛw ye + + +| 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) | + +## An bɛ taa min kɔfɛ? + +Aw bɛ se fana ka fara an ka jɛkulu kan Slack kan ni aw mago bɛ dɛmɛ na walima ni ɲininkali dɔw bɛ aw fɛ. [Rejoindre l'équipe sur Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) diff --git a/docs/gui-tool-tutorials/translations/README.mm_unicode.md b/docs/gui-tool-tutorials/translations/README.mm_unicode.md new file mode 100644 index 00000000..f8574413 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.mm_unicode.md @@ -0,0 +1,130 @@ +[![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) + + +# ပထမအကြိမ် ကူညီထောက်ပံ့ခြင်း + +ဘယ်အရာမဆို ပထမဦးဆုံးလုပ်ဆောင်အခါ အခက်အခဲတွေ့ကြုံရပါတယ်။ အထူးသဖြင့် လူအများနဲ့ ပေါင်းသင်းလုပ်ကိုင်ကြတဲ့ အခါ မထင်မှတ်ထားတဲ့ အမှားများတွေ့ရတတ်ပြီး အဆင်မပြေတာတွေဖြစ်တတ်ပါတယ်။ Open source software များကတော့ လူအများနဲ့ ပေါင်းသင်းဆက်ဆံလုပ်ကိုင် ကြရတာပါ။ ဒါကြောင့်မို့ ပထမဦးဆုံးအကြိမ် open-source project များကို ပါဝင် ကူညီထောက်ပံ့သူများကို ပထမဆုံးအကြိမ် ကူညီထောက်ပံ့နိုင်ဖို့နဲ့ လွယ်ကူ ရိုးရှင်းတဲ့ လေ့လာနည်းဖြစ်ဖို့ ရည်ရွယ်ပါတယ်။ + +လေ့ကျင်ခန်း စာစောင်တွေနဲ့ ဗီဒီယိုတွေက အကူအညီရနိုင်သော်လဲ တကယ်လက်တွေ့လုပ်ဆောင်တာထက် ပိုကောင်းတာမရှိပါဘူး။ ဒီ project က ပထမဆုံးအကြိမ် ကူညီထောက်ပံ့ပေးမဲ့ သူတွေအတွက် လွယ်ကူ ရှိးရှင်းပြီး အကူအညီအထောက်ပံ့ဖြစ်စေဖို့ ရည်ရွယ်ပါတယ်။ **မှတ်ထားပါ** : သင်ကသက်တောင်သက်သာရှိလေလေ သင်ကပိုကောင်းကောင်းသင်ယူနိုင်လေ ဖြစ်ပါတယ်။ သင်သာ အောက်မှာရှိတဲ့ အဆင့်တိုင်းလုပ်သွားလျှင် သင့်ရဲ့ ပထမဆုံး ကူညီထောက်ပံခြင်းမှာ အဆင်ပြေစွာ ပြီးမြောက်သွားမှာဆိုတာ အာမခံပါတယ်။ + +_command line (သို့) terminal အသုံးပြုရတာ အဆင်မပြေပါက [GUI tools အသုံးပြုပုံများကို ဒီမှာကြည့်ရန်](#အခြား-Tools-များ-အသုံးပြုသည့်-tutorial)_ + +fork this repository + +#### သင့်ကွန်ပျူတာထဲမှာ Git မသွင်းရသေးလျှင် [ဒီမှာ သွင်းနည်းကြည့်ရန်](https://help.github.com/articles/set-up-git/). + +## ဒီ repository ကို fork လုပ်ပါ + +Fork လုပ်ဖို့အတွက် စာမျက်နှာအပေါ်နားမှရှိတဲ့ fork ခလုတ် ကိုနှိပ်ပါ။ +ဒီ repository က သင့် အကောင့်ကို ပုံစံတူပွားအနေနဲ့ ရောက်လာပါမယ်။ + +## ဒီ repository ကို clone လုပ်ပါ + +clone this repository + +ခုနက fork လုပ်ထားတဲ့ repository ကို သင့်ကွန်ပျူတာထဲ clone လုပ်ပါမယ်။ သင့် Github အကောင့်ကိုသွားပြီး fork လုပ်ထားတဲ့ repository ကို ဖွင့်ပါ။ Code ဆိုတဲ့ ခလုတ်လေးကို နှိပ်ပြီး _copy to clipboard_ icon လေးကို နှိပ်ပါ။ + +command line (သို့) terminal ကိုဖွင့်ပြီး အောက်က Git command ကို run ပါ။ + +``` +git clone "ခုနက copy ထားတဲ့ လင့်ခ်" +``` + +"ခုနက copy ထားတဲ့ လင့်ခ်" (quotation marks မထည့်ရပါ) ဆိုတာဟာ ဒီ repository (ဒီပရောဂျက်ရဲ့ သင့် fork) ရဲ့ လင့်ခ်ပဲ ဖြစ်ပါတယ်။ ဒီနေရာမှာ အဆင်မပြေဖြစ်ခဲ့ရင် အပေါ်က အဆင့်များကို ပြန်လုပ်ပါ။ + +copy URL to clipboard + +ဥပမာ: + +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +`this-is-you` ဆိုတာ သင့်ရဲ့ Github username ပဲ ဖြစ်ပါတယ်။ ဒီအဆင့်တွေက Github မှာရှိတဲ့ first-contributions repository ကို သင့်ကွန်ပျူတာထဲသို့ ကူးထည့်တာပဲ ဖြစ်ပါတယ်။ + +## Branch အသစ်လုပ်ခြင်း + +သင် copy လုပ်ထားတဲ့ repository directory ကို မရောက်သေးရင် အောက်က command ကို run ပြီး ရောက်အောင်သွားပါ။ + +``` +cd first-contributions +``` + +Branch အသစ်ကို `git checkout` command ကို run ပြီးလုပ်ပါ။ + +``` +git checkout -b your-new-branch-name +``` + +ဥပမာ: + +``` +git checkout -b add-alonzo-church +``` + +(Branch နာမည်ဘာဖြစ်ဖြစ်ရပါတယ် သို့သော်လဲ ဒီ project ကသင့် နာမည်ကိုထပ်ထည့်မှာဖြစ်လို့ _add_ သင့်နာမည်ကို အားလုံးနဲ့ အဆင်ပြေအောင်ထည့်ပေးပါ။) + +## ပြောင်းစရာရှိတာများ ပြောင်းပြီး ထိုပြောင်းလဲမှုများကို commit လုပ်ခြင်း + +သင့် text editor မှာ `Contributors.md` ကိုဖွင့်ပါ။ ထိပ်ဆုံးနှင့်နောက်ဆုံးမှလွဲ၍ သင့်ရဲ့ နာမည်ကို အဆင်ပြေတဲ့ နေရာမှာထည့်ပြီး save ပါ။ + +git status + +ပြီးရင် ဒီ folder ရှိတဲ့နေရာကိုသွားပြီး `git status` command ကို run ပါ။ သင်ဘာတွေပြောင်းထားလဲဆိုတာ မြင်ရပါလိမ့်မယ်။ + +ဒီပြောင်းလဲမှုတွေကို သင့်ရဲ့ branch ကိုထည့်ဖို့အတွက် `git add` command ကို run ပါ။ + +``` +git add Contributors.md +``` + +အခု commit လုပ်ဖို့ `git commit` command ကို run ပေးပါ။ + +``` +git commit -m "Add to Contributors list" +``` + +`` နေရာမှာ သင့်နာမည်ကို အစားထိုးပါ။ + +## သင့်ရဲ့ ပြောင်းလဲ ပြုပြင်မှုကိုများကို Github သို့တင်ပါ။ + +ပြောင်းလဲမှုများကို Github သို့တင်ဖို့အတွက် `git push` ကို run ပါ။ + +``` +git push origin +``` + +`` နေရာမှာ သင်အသစ်လုပ်ထားတဲ့ branch နာမည်ကိုထည့်ပါ။ + +## သင်ပြောင်းထားတာ တွေကို review လုပ်ဖို့ submit လုပ်ပါ။ + +သင့် GitHub က သင့် repository မှာ `Compare & pull request` ဆိုတဲ့ ခလုတ်မြင်နေရမှာပါ။ အဲ့ဒီ ခလုတ်ကို နှိပ်လိုက်ပါ။ + +create a pull request + +အခု pull request ကို submit လုပ်လိုက်ပါ။ + +submit pull request + +သင့်ရဲ့ပြောင်းလဲမှုတွေကို ဒီ project ရဲ့ master branch မှာ ထည့်သွင်းပေးမှာဖြစ်ပါတယ်။ ဒါကြောင့် ဒီ project ရဲ့ master branch မှာ ထည့်သွင်းပြီးရင် သင့်မှာ notification email ရောက်လာပါလိမ့်မယ်။ + +## ဒါပြီးရင် ဘာတွေဆက် လေ့လာမလဲ + +Congratulation! Open Source Project တွေမှာ အမြဲလုပ်ရလေ့ရှိတဲ့ _fork -> clone -> edit -> pull request_ လုပ်ငန်းစဥ်ကို သင် အောင်မြင်စွာ လုပ်နိုင်ခဲ့ပါပြီ။ + +အခု သင်ကူညီထောက်ပံ့ခဲ့တာကို သင့်သူငယ်ချင်းတွေကို share ချင်ရင် [ဒီ web app](https://firstcontributions.github.io/#social-share) ကို သွားပါ။ + +တခြားအကူအညီများနဲ့ မေးစရာများရှိပါက ကျွန်တော်တို့ရဲ့ Slack team ကို ဝင်ရောက် မေးမြန်းနိုင်ပါတယ်။[Join slack team သို့ ဝင်ရန်](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +နောက်ထပ် ပရောဂျက်များကိုလည်း ဝင်ရောက်ကူညီလိုပါက ကျွန်တော်တို့ ပြုစုထားတဲ့ ပရောဂျက်စာရင်းကို လေ့လာနိုင်ပါတယ်။ [web app ထဲမှ ပရောဂျက်စာရင်း](https://firstcontributions.github.io/#project-list). + +### [အခြား ထွေလီကာလီများ](additional-material/git_workflow_scenarios/additional-material.md) + +## အခြား Tools များ အသုံးပြုသည့် tutorial + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.mr.md b/docs/gui-tool-tutorials/translations/README.mr.md new file mode 100644 index 00000000..7087531b --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.mr.md @@ -0,0 +1,131 @@ +[![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) + + +# प्रथम योगदान + +सुरुवातीला कुठलीही गोष्ट करणे कठीण असते. विशेषत: आपण एकत्र काम करत असताना चुका होणे स्वाभाविक आहे. परंतु एकमेकांसोबत भेटणे आणि एकत्र कार्य करणे हेच तर मुक्त स्त्रोत (Open Source) चे गमक आहे. आम्ही आपले प्रथम मुक्त स्त्रोत योगदान (Contribution) सुलभ करण्यास मदत करू. + +लेख वाचणे आणि ट्यूटोरियल पाहण्याने आपणास मदत होऊ शकते परंतु प्रत्यक्षात सराव करण्यापेक्षा काय चांगले आहे? या प्रकल्पाचा हेतू नवशिक्यांना आपले प्रथम योगदान देण्यासंदर्भात सोप्या स्वरुपात मार्गदर्शन प्रदान करण्याचा आहे. आपण आपले प्रथम योगदान देत असल्यास, खालील पायऱ्यांचे अनुसरण करा. + +#### *जर आपल्याला कमांड लाईन (CLI) सोयीस्कर वाटत नसेल तर [GUI टूल्स वापरण्यासंदर्भात ट्यूटोरियल येथे आहेत.](#इतर-साधने-वापरण्याबाबतीत-ट्युटोरियल)* + + +[](translations/README.en-pirate.md) + +fork this repository + +आपण आपल्या मशीनवर Git नसेल तर, [येथुन इन्स्टॉल करा](https://help.github.com/articles/set-up-git/). + +## रिपॉझिटरी (Repository) ला फोर्क (Fork) करणे + +फोर्क बटण क्लिक करून या रिपोला फोर्क करा. +हे आपल्या खात्यात या रिपॉझिटरीची प्रत (कॉपी) तयार करेल. + +## रिपॉझिटरी (Repository) ला क्लोन (Clone) करणे + +clone this repository + +आता फोर्क केलेला रिपो आपल्या संगणकावर क्लोन (Clone) करा. यासाठी आपण आपल्या गिटहब (GitHub) खात्यावर जा. जो रिपो आपण फोर्क केलेला आहे, त्याला उघडा. उघडलेल्या रिपोत उजव्या बाजुला वर `Clone or download` बटण दिसेल, त्यावर क्लिक करा. नंतर तेथील `Copy to clipboard` या आयकॉनवर क्लिक करा. याद्वारे प्रस्तुत रिपोची लिंक (URL) कॉपी झालेली असेल. + +आता आपले टर्मिनल (Terminal) उघडा व त्यात खालील git आदेश (Command) चालवा. + +``` +git clone <कॉपी-केलेली-लिंक> +``` + +copy URL to clipboard + +येथे `<कॉपी-केलेली-लिंक>` (त्रिकोणी कंस वगळता) यास आपण आताच कॉपी केलेली URL लिंक असे ग्राह्य धरण्यात यावे. ही URL लिंक मिळवण्याकरता याआधीच्या पायरीचे अवलोकन करावे. + +उदाहरणार्थ: + +``` +git clone https://github.com/तुमचे-युझर-नाव/first-contributions.git +``` + +येथे `तुमचे-युझर-नाव` याचा अर्थ आहे, आपल्या गिटहब खात्याचे नाव (Username). + +आता एंटर (Enter/Return) बटण दाबा. याद्वारे प्रस्तुत रिपो `first-contributions` आपल्या संगणकावर कॉपी होईल. + +## ब्रांच (Branch) बनवणे. + +आपल्या टर्मिनल वरुन आपली रिपो फोल्डर/डायरेक्टरी (Folder/Directory) बदला (जर आपण अद्याप बदलले नसेल तर). + +``` +cd first-contributions +``` + +आता `git checkout` ही कमांड वापरुन नवीन ब्रांच तयार करा. + +``` +git checkout -b <आपल्या-ब्रांचचे-नाव-येथे-टाका> +``` + +उदा: + +``` +git checkout -b add-rahul-thakare +``` + +(प्रत्येक ब्रांचच्या नावात `add` हा शब्द असणे आवश्यक नाही, परंतु वरील उदाहरणात त्याचा समावेश असणे ही एक वाजवी गोष्ट आहे कारण ईथे आपले नाव सूचीमध्ये जोडणे हा या शाखेचा उद्देश आहे.) + +## आवश्यक बदल करणे आणि ते बदल कमिट (Commit) करणे. + +आता मजकूर संपादक मध्ये `Contributors.md` फाइल उघडा, व त्यात आपले नाव जोडा. फाइलच्या सुरवातीस किंवा समाप्तीमध्ये जोडू नका. त्यामध्ये कुठेही ठेवा. आता फाईल सेव्ह (Save) करा. + +git status +आता तुम्ही पुन्हा टर्मिनल कडे जाल आणि `git status` ही कमांड चालवाल तर तुम्हाला त्यात काही बदल झालेले दिसतील. + +`git add` कमांड वापरुन आपण तयार केलेल्या शाखेत ते बदल जोडा + +``` +git add Contributors.md +``` + +आता `git commit` ही कमांड वापरुन आपले बदल कमिट/सुरक्षित करा. + +``` +git commit -m "Add <तुमचे-नाव> to Contributors list" +``` + +`<तुमचे-नाव>` च्याऐवजी आपले नाव टाका. + +## गिटहब मध्ये आपले बदल पुश करणे. + +`git push` वापरून आपले बदल पुश करा + +``` +git push origin <आपल्या-शाखेचे-नाव> +``` + +`<आपल्या-शाखेचे-नाव>` च्या जागी आपल्या ब्रांचचे नाव टाका. + +## पुनरावलोकनासाठी आपले बदल सबमिट करणे. + +आपण आपल्या गिटहब प्रोफाइलवर आपल्या रिपो वर गेल्यास, आपल्याला `Compare & pull request` पाठविण्याचा पर्याय दिसेल, ते दाबा. +create a pull request + +आता आपल्या `Pull request` सबमिट करा. + +submit pull request + +लवकरच मी आपले बदल या प्रकल्पाच्या मुख्य शाखेत विलीन करेन. जेव्हा आपले बदल विलीन होतील तेव्हा आपल्याला ई-मेल मिळेल. + +## आता पुढे काय? + +अभिनंदन! आपण नुकतीच _fork -> clone -> edit -> PR_ ही कार्यपद्धती पूर्ण केली आहे ज्यास आपणास एक योगदानकर्ता (Contributor) म्हणून सदैवच तोंड द्यावे लागते! + +आपले योगदान साजरे करा आणि [येथे](https://firstcontributions.github.io/#social-share) जाऊन आपल्या मित्र आणि अनुयायांसह शेअर/सामायिक करा. + +आपल्याला कोणत्याही मदतीची आवश्यकता असल्यास किंवा काही प्रश्न असल्यास आपण आमच्या स्लॅक टीममध्ये सामील होऊ शकता. [स्लॅक टीममध्ये सामील व्हा](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +आता आपण इतर प्रकल्पांमध्येही आपले योगदान देऊ शकता. आपण प्रारंभ करू शकाल अशा सुलभ समस्यांसह (Issues) आम्ही काही प्रोजेक्टची सूची संकलित केली आहे. [येथे वेब अॅप मधील प्रकल्पांची यादी पहा.](https://firstcontributions.github.io/#project-list) + +## इतर साधने वापरण्याबाबतीत ट्युटोरियल + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.mx.md b/docs/gui-tool-tutorials/translations/README.mx.md new file mode 100644 index 00000000..df61d92f --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.mx.md @@ -0,0 +1,124 @@ +[![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) + + +# Primeras contribuciones + +Siempre resulta difícil la primera vez que haces algo. Principalmente cuando colaboras con otros, ya que cometer errores no es agradable. Es por ello que, queremos hacer más sencilla la forma en la que los nuevos contribuyentes de _open source_ aprenden y contribuyen por primera vez. + +Leer artículos y ver tutoriales puede ayudar, pero ¿qué mejor que hacer las cosas en un ambiente de prácticas? Este proyecto se enfoca en guiar y en simplificar la forma en la que los principiantes hacen su primera contribución. Si buscas hacer tu primera contribución, sigue los pasos que se muestran a continuación. + +#### *Si no estás cómodo con la línea de comandos, [aquí hay unos tutoriales usando herramientas gráficas.](#Tutoriales-con-otras-herramientas)* + + +fork de este repositorio + +Si no tienes Git en tu equipo, aquí las instrucciones para instalarlo en el [enlace]( https://help.github.com/articles/set-up-git/ ) + +## Dale Fork al repositorio + +Dale "fork" a este repositorio dando clic en el botón "*Fork*" en la parte superior derecha de la página. +Esto creará una copia de este repositorio en tu cuenta. + +## Clona "Clone" el repositorio + +clonar este repositorio + +Ahora clona este repositorio en tu equipo. Ve a tu cuenta de Github, y da clic en el botón "*clone or download*" y luego da clic en el ícono para *copiar*. + +Abre tu consola o terminal y ejecuta el siguiente comando: + +``` +git clone "la url del repositorio que copiaste" +``` + +Donde "la url del repositorio que copiaste" (sin las comillas dobles) es la *url* a este repositorio (tu *fork* a este proyecto). Mira los pasos previos para obtener la *url*. + +copiar URL al portapapeles + +Por ejemplo: +``` +git clone https://github.com/usuarioGitHub/first-contributions.git +``` +Donde `usuarioGitHub` es tu usuario de GitHub. Aquí estás copiando los contenidos del repositorio *first-contributions* en GitHub a tu equipo. + +## Crea una rama (*Branch*) + +Cambia al directorio del repositorio en tu equipo (si es que no estás ahí ya). + +``` +cd first-contributions +``` + +Ahora crea una rama (*branch*) usando el comando `git switch`: +``` +git switch -c +``` + +Por ejemplo: +``` +git switch -c add-juan-perez +``` +(El nombre de la rama no tiene porqué contener la palabra *add*, pero es razonable que lo tenga porque el objetivo de esta rama es añadir tu nombre a la lista.) + +## Haz los cambios necesarios y guarda (*Commit*) esos cambios + +Abre el archivo `Contributors.md` en un editor de texto y añade tu nombre. No lo añadas ni al principio ni al final del archivo, hazlo en cualquier otro sitio. Guarda el archivo. + +git status + +Si vas al directorio del proyecto y ejecutas el comando `git status`, podrás ver los cambios ya reflejados. + +Agrega esos cambios a la rama (*branch*) que creaste antes usando el comando `git add`: + +``` +git add Contributors.md +``` + +Ahora puedes hacer un *commit* sobre estos cambios ejecutando el comando `git commit`: +``` +git commit -m "Add to Contributors list" +``` +reemplazando `` con tu nombre. + + +## Carga (*Push*) tus cambios a GitHub + +Mandar un *push* de tus cambios usando el comando `git push`: +``` +git push origin +``` +Reemplaza `` con el nombre de la rama que creaste anteriormente. + +## Envía (*Submit*) tus cambios para ser revisados + +Si vas a tu repositorio en GitHub, verás un botón `Compare & pull request`. Haz clic sobre este botón. + +crea una pull request + +Ahora envía el *pull request*. + +enviar la pull request + +Pronto estaré combinando tus cambios (haciendo *merge*) con la rama master de este proyecto. Recibirás una notificación por correo electrónico cuando los cambios hayan sido combinados. + +## ¿Cuáles son los siguientes pasos? + +¡Felicidades! ¡Has completado la línea de trabajo *_fork -> clone -> edit -> PR_* que encontrarás habitualmente como contribuidor! + +Festeja tu contribución y compártela con tus amigos y seguidores yendo a [web app](https://firstcontributions.github.io/#social-share). + +También podrías unirte a nuestro *equipo* de Slack en caso de que necesites ayuda o tengas alguna pregunta. [Únete a nuestro Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Ahora empieza a contribuir a otros proyectos. Hemos reunido una lista de proyectos con *issues* sencillas para que puedas empezar. Échale un ojo a la [lista de proyectos en la web app](https://firstcontributions.github.io/#project-list). + +### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md) + + +## Tutoriales con otras herramientas + +|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)| diff --git a/docs/gui-tool-tutorials/translations/README.my.md b/docs/gui-tool-tutorials/translations/README.my.md new file mode 100644 index 00000000..a2288cd0 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.my.md @@ -0,0 +1,119 @@ +[![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) + + +# Sumbangan Pertama + +Projek ini bertujuan untuk memberikan panduan dan memudahkan individu yang baru mula belajar membuat sumbangan pertama mereka. +Jika anda ingin membuat sumbangan pertama anda, sila ikuti arahan yang disediakan di bawah. + +#### *Sekiranya anda tidak selesa dengan menggunakan antara muka baris perintah (CLI), anda boleh mengikuti [panduan untuk menggunakan alat GUI di sini.](#Tutorial-Menggunakan-Alat-Lain)* + +fork this repository + +Jika git belum dipasang di mesin anda, sila memasangnya [di sini](https://help.github.com/articles/set-up-git/). + +## Fork repositori ini + +Fork repositori ini dengan menekankan butang 'Fork' yang terletak di bahagian atas halaman ini. +Tindakan tersebut akan menghasilkan salinan repositori ini ke dalam akaun GitHub anda. + +## Klon repositori ini + +clone this repository + +Klon repositori yang anda telah fork ke mesin anda. Selepas itu, layari akaun GitHub anda, buka repositori yang baru dicabang, klik butang Clone, dan kemudian klik ikon *Copy url to clipboard*. + +Buka terminal dan jalankan arahan git berikut: + +``` +git clone "URL anda baru disalin" +``` +di mana "URL anda baru disalin" (tanpa tanda petikan) adalah URL ke repositori ini (fork anda bagi projek ini). Rujuk langkah-langkah sebelumnya untuk mendapatkan URL tersebut. + +copy URL to clipboard + +Contoh: +``` +git clone https://github.com//first-contributions.git +``` +di mana `this-is-you` adalah nama pengguna GitHub anda. Di sini, anda menyalinkan kandungan repositori GitHub 'first-contributions' ke komputer anda. + +## Membuat branch + +Tukar ke direktori repositori pada komputer anda (jika lokasi CLI belum berada di sana): + +``` +cd first-contributions +``` +Sila buat branch menggunakan arahan `git switch`: +``` +git switch -c add-your-name +``` + +Contoh: +``` +git switch -c add-emma-maembong +``` + +## Buat perubahan yang diperlukan dan komit perubahan tersebut + +Sekarang, buka fail `Contributors.md` dalam sebuah editor teks, dan tambahkan nama anda ke dalam fail itu. Jangan tambahkan pada awal atau akhir fail. Letakkan di mana-mana bahagian di antara kedua-duanya. Kemudian, simpan fail tersebut. + +git status + + +Jika anda pergi ke direktori projek dan laksanakan arahan `git status`, anda akan melihat perubahan tersebut. + +Tambahkan perubahan itu ke branch yang baru anda cipta menggunakan arahan `git add`: + +``` +git add Contributors.md +``` + +Selepas itu, komit perubahan tersebut menggunakan arahan `git commit`: +``` +git commit -m "Add to Contributors list" +``` +menggantikan `` dengan nama anda. + +## Push perubahan ke dalam GitHub + +Tolak perubahan anda menggunakan arahan `git push`: +``` +git push -u origin +``` +menggantikan `` dengan nama branch yang kamu cipta sebelumnya. + +## Hantar perubahan anda untuk semakan + +Jika anda pergi ke repositori anda di GitHub, anda akan melihat butang `Compare & pull request`. Klik butang tersebut. + +create a pull request + +Hantar 'pull request' tersebut. + +submit pull request + +Tidak lama lagi, saya akan menggabungkan semua perubahan anda ke dalam branch 'main' projek ini. Anda akan menerima e-mel pemberitahuan sebaik sahaja perubahan telah digabungkan. + +## Pergi ke mana selepas ini? + +Tahniah! Anda baru saja selesai melaksanakan aliran kerja standard _fork -> clone -> edit -> pull request_ yang sering anda akan temui sebagai seorang penyumbang! + +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) + + +## Tutorial Menggunakan Alat Lain + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.ng-pidgin.md b/docs/gui-tool-tutorials/translations/README.ng-pidgin.md new file mode 100644 index 00000000..2f22681e --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ng-pidgin.md @@ -0,0 +1,120 @@ +[![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) + + +# First Contributions + +Dis project dey to make am simple and guide beginners how dem go make their first contribution. If you wan make your first contribution, follow these steps wey dey below. + +_If command line no dey comfortable for you, [see tutorials wey use GUI tools here.](#tutorials-using-other-tools)_ + +fork this repository + +#### If you no get git for your machine, [install am](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## Fork this repository + +Fork this repository by clicking on the fork button for the top of this page. +Dis one go create copy of dis repository for your account. + +## Clone the repository + +clone this repository + +Now clone the forked repository go your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon. + +Open a terminal and run the following git command: + +```bash +git clone "url wey you just copy" +``` + +where "url wey you just copy" (without the quotation marks) na the url to this repository (your fork of this project). See the previous steps to get the url. + +copy URL to clipboard + +For example: + +``` +git clone git@github.com:this-is-you/first-contributions.git + +``` + +where this-is-you na your GitHub username. Here you dey copy the contents of the first-contributions repository for GitHub go your computer. + +## Create a branch +Change go the repository directory for your computer (if you no dey there already): + +``` +cd first-contributions + +``` + +Now create a branch using the git switch command: + +``` +git switch -c your-new-branch-name + +``` + +For example: + +``` +git switch -c add-desmond-ezo-ojile + +``` + +## Make necessary changes and commit those changes +Now open Contributors.md file for a text editor, add your name to am. No add am for the beginning or end of the file. Put am anywhere for middle. Now, save the file. + +git status +If you go to the project directory and run the command git status, you go see say changes dey. + +Add those changes to the branch wey you just create using the git add command: + +``` +git add Contributors.md + +``` +Now commit those changes using the git commit command: + +``` +git commit -m "Add your-name to Contributors list" + +``` + +replace your-name with your own name. + +## Push changes to GitHub +Push your changes using the command git push: + +``` +git push -u origin your-branch-name + +``` + +replace your-branch-name with the name of the branch wey you create before. + +
+ If you get any errors while pushing, click here: + +## Authentication Error +
remote: Support for password authentication don remove since 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/'
+Go to GitHub's tutorial on how to generate and add SSH key to your account. +
+ +## Submit your changes for review +If you go to your repository on GitHub, you go see Compare & pull request button. Click on that button. + +create a pull request +Now submit the pull request. + +submit pull request +Soon I go merge all your changes into the main branch of this project. You go get notification email once the changes don merge. + +## Where to go from here? +Congrats! \ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.nl.md b/docs/gui-tool-tutorials/translations/README.nl.md new file mode 100644 index 00000000..ab7f3c27 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.nl.md @@ -0,0 +1,142 @@ +[![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) + +# Eerste bijdragen + +Dit project heeft als doel het versimpelen en het begeleiden van beginners in het maken van hun eerste bijdragen. Als je op het punt staat om je eerste bijdragen te maken, volg dan onderstaande stappen. + +_Als je je niet comfortable voelt met de command line, vind je [hier handleidingen voor het gebruik van GUI tools.](#handleidingen-voor-andere-tools)_ + +fork deze repository + +### Indien je git nog niet hebt op je systeem, [installeer het dan eerst](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## Deze repository forken + +Fork deze repository door op de fork knop te klikken. Dit creëert een kopie van deze repository in jouw account. + +## De repository clonen + +kloon deze repository + +Kloon nu deze repository naar je systeem. Klik op de kloon knop en dan op het kopiëren naar klembord icoon. + +Open een terminal en voer het volgende git commando uit: + +```bash +git clone "Gekopieerde repository url" +``` + +Waar "Gekopieerde repository url" (zonder aanhalingstekens) de url naar (jouw fork van) deze repository is. Zie de vorige stappen om de url te vinden. + +kopieer URL naar het klembord + +Bijvoorbeeld: + +```bash +git clone git@github.com:this-is-you/first-contributions.git +``` + +Waar 'this-is-you' staat, vul jij je GitHub gebruikersnaam is. Hiermee kopieer je de inhoud van de first-contributions repo op GitHub naar je systeem. + +## Een branch aanmaken + +Navigeer naar de map van de repository op je systeem (mocht je daar niet al zijn). + +```bash +cd first-contributions +``` + +Maak nu een branch aan door middel van het `git switch` commando: + +```bash +git switch -c je-nieuwe-branch-naam +``` + +Bijvoorbeeld: + +```bash +git switch -c add-alonzo-church +``` + +## Maak de benodigde wijzigingen en commit deze + +Open nu het `Contributors.md` bestand in een teksteditor en voeg je naam toe. Doe dit niet aan het begin of eind, maar ergens in het midden. Sla vervolgens het bestand op. + +git status + +Als je naar de projectmap gaat en `git status` doet, zul je zien dat er wijzigingen zijn. + +Voeg deze toe aan je branch met behulp van onderstaand `git add` commando. + +```bash +git add Contributors.md +``` + +Commit nu deze wijzigingen door onderstaand `git commit` commando te gebruiken. + +```bash +git commit -m "Add jouw-naam to Contributors list" +``` + +vervang `jouw-naam` met jouw naam + +## Push de wijzigingen naar GitHub + +Push je wijzigingen met `git push`: + +```bash +git push -u origin je-nieuwe-branch-naam +``` + +Vervang `je-nieuwe-branch-naam` met de naam van de branch die je eerder hebt aangemaakt. + + +
+ Als je foutmeldingen krijgt tijdens het pushen, klik dan hier: + +- ### 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/'
+ Ga naar [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) voor het genereren en configureren van een SSH-sleutel in je account. + +
+ +## Verstuur je wijzigingen voor review + +Als je naar je repository gaat op GitHub, zal je zien dat er een `Compare & pull request` knop staat. Klik hierop. + +creëer een pull request + +Verstuur nu je pull request. + +verstuur je pull request + +Nu ga ik (de beheerder) al je wijzigingen mergen in de master branch van dit project. Als de veranderingen gemerged zijn, zul je hier een e-mailnotificatie over ontvangen. + +## Hoe nu verder? + +Gefeliciteerd! Je hebt zojuist de standaard _fork -> clone -> edit -> PR_ workflow doorlopen die je vaak zult tegenkomen als bijdrager! + +Vier je bijdrage en deel het met je vrienden en volgers via de [web app](https://firstcontributions.github.io/#social-share). + +Mocht je nog vragen of hulp nodig hebben dan kun je je aanmelden voor ons [Slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Laten we je nu op weg helpen met het bijdragen aan andere projecten. We hebben een lijst samengesteld met projecten die makkelijke issues bevatten waar je aan kunt werken. Bekijk [de lijst op de web app](https://firstcontributions.github.io/#project-list) + +## Handleidingen voor andere tools + +| 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) | + + +

Dit project is gesponsord door:

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.no.md b/docs/gui-tool-tutorials/translations/README.no.md new file mode 100644 index 00000000..70fd119f --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.no.md @@ -0,0 +1,158 @@ +[![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) + + + +# Første bidrag + +Det er alltid vanskelig å gjøre noe for første gang. Spesielt når man samarbeider med andre kan det være tungt å gjøre feil. Vi ønsker å gjøre det lettere for nybegynnere å bidra til open-source. + +Å lese artikler og se videoer kan hjelpe, men hva kan vel være bedre enn å gjøre det i praksis? Dette prosjektet håper å kunne tilby en enkel veiledning og gjøre det lett for nybegynnere å gi sitt første bidrag. Følg trinnene nedenfor hvis du ønsker å gi ditt første bidrag til dette prosjektet. + +_Hvis du ikke er komfortabel med terminal, [så finnes det andre metoder med bruk av GUI.](#tutorials-using-other-tools)_ + +#### Om du ikke har git installert på din maskin, [følg denne veiledningen](https://help.github.com/articles/set-up-git/). +

+ +## Fork dette prosjektet + +fork this repository + +Fork prosjektet ved å klikke på "fork" knappen på toppen av denne siden. Dette vil legge til en kopi av dette prosjektet til din GitHub konto (prosjekter kalles repository på GitHub). +

+

+ +## Clone prosjektet + +clone this repository + +Nå skal vi klone prosjektet fra GitHub til din maskin. Gå til din GitHub konto og åpne din nye fork, deretter klikk på "clone" knappen og kopier linken. + +Åpne en terminal/kommandolinje og kjør følgende git kommando: + +```bash +git clone "din-link" +``` + +Erstatt `` med linken du kopierte i forrige trinn. + +copy URL to clipboard + +Eksempelvis: + +```bash +git clone https://github.com/ditt-brukernavn/first-contributions.git +``` + +der `ditt-brukernavn` er ditt GitHub brukernavn. Her kopierer vi innholdet i first-contributions prosjektet fra din GitHub konto til din lokale maskin. +

+

+ +## Opprett en branch + +Naviger terminalen inn i prosjektet (hvis du ikke er der allerede): + +```bash +cd first-contributions +``` + +Opprett en branch med `git checkout` kommandoen: + +```bash +git checkout -b +``` + +Eksempel: + +```bash +git checkout -b add-alonzo-church +``` +Navnet på din branch behøver ikke å inneholde ordet _add_, men det gir mening å inkludere det i denne sammenhengen. Endre "alonzo-church" til ditt navn. +

+ +## Lag nødvendige endringer og commit dem + +Åpne filen `Contributors.md` i et program for å redigere tekst og legg til ditt navn i listen. Ikke legg det til i begynnelsen eller slutten av filen, legg det til hvor som helst i mellom. Når du har gjort dette kan du lagre filen. + +git status + +Hvis du åpner terminalen igjen og kjører kommandoen `git status`, vil du se dine endringer. + +Legg endringene til i din nye branch med kommandoen `git add`: + + +```bash +git add Contributors.md +``` + +Commit endringene med kommandoen `git commit`: + +```bash +git commit -m "Add to Contributors list" +``` + +Erstatt `` med ditt navn. +

+ +## Push endringene til GitHub + +Push til GitHub med kommandoen `git push`: + +```bash +git push origin +``` + +Erstatt `` med navnet på branch som du opprettet tidligere. + +
+ Hvis du får noen feilmeldinger når du pusher til Github, klikk her: + +- ### 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/'
+ Gå til [GitHub's brukansvisning](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) med generering og konfigurering av SHH nøkkelen til kontoen din. + +
+

+ +## Send inn endringene for gjennomgang + +Hvis du går til ditt prosjekt på GitHub, vil du se en `Compare & pull request` knapp. Klikk på den for å opprette en pull request. + +create a pull request + +Send inn din pull request når du er klar. + +submit pull request + +Snart vil jeg merge dine endringer inn i master branch av mitt prosjekt. Du vil motta en notifikasjon på epost når dine endringer er lagt til. +

+ +## Hva nå? + +Gratulerer! Du har gjennomført standardprosessen for _fork -> clone -> edit -> PR_, en prosess du vil møte på ofte! + +Feir ditt bidrag og del det med dine venner og følgere ved å gå til [web app](https://firstcontributions.github.io/#social-share). + +Behøver du hjelp eller vil stille spørsmål så kan du bli med i vår slack-gruppe. [Join slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Nå kan du gå videre og bidra til andre open-source prosjekter. Vi har satt sammen en liste med enkle og overkommelige problemer du kan starte med. Sjekk den ut her: [the list of projects in the web app](https://firstcontributions.github.io/#project-list). +

+ +### [Ekstramateriale](additional-material/git_workflow_scenarios/additional-material.md) + +## Veiledning for andre verktøy + +| 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) | + +

This project is supported by:

+

+ + + +

\ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.np.md b/docs/gui-tool-tutorials/translations/README.np.md new file mode 100644 index 00000000..12b4d4df --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.np.md @@ -0,0 +1,221 @@ +[![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) + +#### _अन्य [भाषाहरूमा](translations/Translations.md) पढ्नुहोस्।_ + +[Shqip](translations/README.al.md) +[Uzbek language](translations/README.uz.md) +[Azərbaycan dili](translations/README.aze.md) +[বাংলা](translations/README.bn.md) +[Bulgarian](translations/README.bg.md) +[Português (Brasil)](translations/README.pt_br.md) +[Català](translations/README.ca.md) +[中文 (Simplified)](translations/README.zh-cn.md) +[Czech](translations/README.cs.md) +[Deutsch](translations/README.de.md) +[Dansk](translations/README.da.md) +[العربية](translations/README.eg.md) +[Española](translations/README.es.md) +[Française](translations/README.fr.md) +[Galego](translations/README.gl.md) +[Ελληνικά](translations/README.gr.md) +[ქართული](translations/README.ge.md) +[Magyar](translations/README.hu.md) +[Bahasa Indonesia](translations/README.id.md) +[עִברִית](translations/README.hb.md) +[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](translations/Translations.md) +[தமிழ்](translations/README.ta.md) +[فارسی](translations/README.fa.md) +[پښتو](translations/README.pus.md) +[Italiano](translations/README.it.md) +[日本語](translations/README.ja.md) +[සිංහල](translations/README.si.md) +[Kiswahili (Kenya)](translations/README.kws.md) +[한국어 한국어](translations/README.ko.md) +[Lietuvių kalba](translations/README.lt.md) +[Limba Română Limba Română](translations/README.ro.md) +[မြန်မာ](translations/README.mm_unicode.md) +[Македонски](translations/README.mk.md) +[Español de México](translations/README.mx.md) +[Bahasa Melayu / بهاس ملايو‎ / Malay](translations/README.my.md) +[Dutch](translations/README.nl.md) +[Norsk](translations/README.no.md) +[नेपाली](translations/README.np.md) +[Wikang Filipino](translations/README.tl.md) +[English (Pirate)](translations/README.en-pirate.md) +[اردو](translations/README.ur.md) +[Polski](translations/README.pl.md) +[Português (Portugal)](translations/README.pt-pt.md) +[Русский язык](translations/README.ru.md) +[عربى](translations/README.ar.md) +[Svenska](translations/README.se.md) +[Slovenčina](translations/README.slk.md) +[Slovenščina](translations/README.sl.md) +[ภาษาไทย](translations/README.th.md) +[Türkçe](translations/README.tr.md) +[中文(Traditional)](translations/README.zh-tw.md) +[Українська](translations/README.ua.md) +[Tiếng Việt](translations/README.vn.md) +[Zulu (South Africa)](translations/README.zul.md) +[Afrikaans (South Africa)](translations/README.afk.md) +[Igbo (Nigeria)](translations/README.igb.md) +[Yoruba (Nigeria)](translations/README.yor.md) +[Hausa (Nigeria)](translations/README.hau.md) +[Latvia](translations/README.lv.md) +[Suomeksi](translations/README.fi.md) +[Беларуская мова](translations/README.by.md) +[Српски](translations/README.sr.md) +[Қазақша](translations/README.kz.md) +[Bosanski](translations/README.bih.md) +[Bosanski](translations/README.bih.md) +[Hrvatski](translations/README.hr.md) +[پښتو](translations/README.ps.md) +[Somalia](translations/README.so.md) +[Ecuador](translations/README.ec.md) + +# पहिलो योगदान(contribution)। +यस प्रोजेक्टले शुरुवातकर्ताहरूले आफ्नो पहिलो योगदान गर्ने तरिकालाई सरल बनाउने र मार्गदर्शन गर्ने लक्ष्य राखेको छ। यदि तपाईं आफ्नो पहिलो योगदान गर्न खोज्दै हुनुहुन्छ भने, तलका चरणहरूको पालना गर्नुहोस्। हामी पहिलो योगदान (contribution) को लागि यसै repository को प्रयोग गर्नेछौ । + +_यदि तपाईं कमाण्ड लाइन (command line) सँग सहज हुनुहुन्न भने, [यहाँ GUI tool हरु प्रयोग गर्ने Tutorial हरु छन्।](#अन्य-उपकरणहरू-प्रयोग-गर्ने-tutorial-हरु)_ + +fork this repository . + +#### यदि तपाईंसँग तपाइँको कम्प्यूटरमा git छैन भने,[ यहाँबाट install गर्नुहोस्।]( https://help.github.com/articles/set-up-git/) + +## Repository Fork गर्नुहोस्। + +यस page को Top मा रहेको `Fork` बटनमा क्लिक गरेर यो repository लाई Fork गर्नुहोस। यसले तपाईंको GitHub account मा यस रिपोको प्रतिलिपि(copy) बनाउदछ । + +## Repository Clone गर्नुहोस्। + +clone this repository + +अब ` Fork ` गरेको repository लाई आफ्नो कम्प्युटरमा ` Clone ` गर्नको लागी तपाइको GitHub account मा जानुहोस् र Fork गरिएको Repository खोल्नुहोस्। अब ` Code ` बटनमा क्लिक गर्नुहोस् र त्यसपछि *copy to clipboard* आइकनमा क्लिक गर्नुहोस्। + +टर्मिनल खोल्नुहोस् र निम्न git कमाण्ड चलाउनुहोस्: + +``` +git clone "तपाइले copy गरेको URL" +``` + +जहाँ `"तपाइले copy गरेको URL"` छ, त्यो तपाईले fork गरेको repository को url हो । ( Url प्राप्त गर्न clone गर्ने चित्रहरुमा हेर्नुहोस्। ) + +URL लाई क्लिपबोर्डमा प्रतिलिपि बनाउनुहोस् + +उदाहरणका लागि: + +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +जहाँ `this-is-you` छ, त्यहाँ तपाईंको GitHub username लेख्नुहोस् । यहाँ तपाइँले GitHub बाट तपाईंको कम्प्युटरमा `first-contributions` repository को file हरु प्रतिलिपि (copy) गर्दै हुनुहुन्छ। + +## Repository Branch बनाउनुहोस्। + +तपाईंको कम्प्यूटरमा Clone गरेको repository को directory लाई खोल्नुहोस् (यदि तपाईं पहिले नै हुनुहुन्न भने): + +``` +cd first-contributions +``` + +अब `git switch` कमाण्ड प्रयोग गरेर एउटा branch बनाउनुहोस् : + +``` +git switch -c ब्रन्चको-नाम +``` + +उदाहरणको लागि: + +``` +git switch -c add-ram-regmi +``` + +(ब्रान्चको नाममा *add* शब्दको आवश्यकता छैन, तर यसमा add समावेश गर्न उचित छ किनभने यस branch को उद्देश्य तपाईंको नामलाई contributors को सूचीमा थप्ने हो।) + +## Repository मा आवश्यक परिवर्तनहरू गर्नुहोस् र तिनी परिवर्तनहरूलाई commit गर्नुहोस्। + +अब टेक्स्ट एडिटर (text editor) मा `Contributors.md` फाइल खोल्नुहोस्, यसमा तपाईंको नाम add गर्नुहोस् । तपाईंको नामलाई फाइलका नामहरुको बीचमा राख्नुहोस् , *सुरुवात वा अन्त्यमा तपाईंको नाम नथप्नुहोस्*। । +अब फाईल save गर्नुहोस्। + +git status + +अब यदि तपाई project directory जानुभयो र `git status` कमाण्डलाई रन (run) गर्नुभयो भने,तपाइँले त्यहाँ परिवर्तन भएका फाइलहरुको सुची देख्नुहुनेछ। + +तपाइले भर्खरै बनाउनु भएको branch मा `git add` कमाण्ड प्रयोग गरी तिनी परिवर्तनहरू थप्नुहोस्: + +``` +git add Contributors.md +``` + +अब `git commit` कमाण्ड प्रयोग गरेर तिनी परिवर्तनहरू कमिट (commit) गर्नुहोस्: + +``` +git commit -m "Add to Contributors list" +``` + +`` को साटोमा तपाईंको आफ्नो नाम लेख्नुहोला। + +## GitHub मा परिवर्तनहरुलाई push गर्नुहोस। + +`git push` कमाण्डको प्रयोग गरेर आफ्नो परिवर्तनहरु पुश (push) गर्नुहोस्: + +``` +git push -u origin +``` + +`` को सट्टामा तपाईले पहिले बनाएको branch को नामको लेख्नुहोस्। + +उदाहरणको लागि: + +``` +git push -u origin add-ram-regmi +``` + +
+ यदि push गर्दा केहि समस्या परेमा यहाँ क्लिक गर्नुहोस् : + +- ### 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/'
+ [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) मा गएर आफ्नो account को लागी SSH key generate र configure गर्नुहोस । +
+ +## Review को लागि तपाईंको परिवर्तनहरू पेश गर्नुहोस्। + +यदि तपाईं आफ्नो गिटहब रिपोजिटोरी ( GitHub Repository) मा जानुहुन्छ भने, तपाइँले `Compare & pull request` बटन देख्नुहुनेछ। त्यस बटनमा क्लिक गर्नुहोस्। + +एउटा पुल अनुरोध सिर्जना गर्नुहोस् + +अब pull request पेश गर्नुहोस्। + +submit pull request + +केहि समयमै म यस प्रोजेक्टको Master branch मा तपाईका सबै परिवर्तनहरू Merge गर्नेछु। परिवर्तनहरू merge भएपछि हजुरले एक notification इमेल(email) प्राप्त गर्नुहुनेछ। + +## यहाँबाट कहाँ जाने? + +बधाई छ! तपाईले *Fork* -> *Clone* -> *Edit* -> *Pull Request* कार्यप्रवाह(workflow) पूरा गर्नुभयो, जुन तपाई प्राय: एक योगदानकर्ता(contributor)को रूपमा गर्नुहुनेछ! + +तपाईंले योगदान(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). + +अब तपाईले अन्य प्रोजेक्टहरूमा योगदान दिन सुरु गर्नुहोस्। हामीले तपाईंले गर्न सक्नुहुने सजिलो समस्याहरू(issues)को साथमा प्रोजेक्टहरूको सूची संकलन गरेका छौ हेर्नुहोस् ।. [list of projects in the web app](https://firstcontributions.github.io/#project-list)। + +### [थप सामग्री](../additional-material/git_workflow_scenarios/additional-material.md) + +## अन्य उपकरणहरू प्रयोग गर्ने tutorial हरु + +| 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) | + +

यो project लाई समर्थन गर्ने:

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.od.md b/docs/gui-tool-tutorials/translations/README.od.md new file mode 100644 index 00000000..5bc1b7b3 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.od.md @@ -0,0 +1,136 @@ +[![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) + +# ପ୍ରଥମ ଅବଦାନ + +ଏହି ପ୍ରୋଜେକ୍ଟଟି ଆରମ୍ଭକାରୀମାନଙ୍କୁ ସେମାନଙ୍କର ପ୍ରଥମ ଅବଦାନକୁ ସରଳ ଏବଂ ମାର୍ଗଦର୍ଶନ କରିବାକୁ ଲକ୍ଷ୍ୟ ରଖିଛି | ଯଦି ତୁମେ ତୁମର ପ୍ରଥମ ଅବଦାନ ଦେବାକୁ ଚାହୁଁଛ, ନିମ୍ନରେ ଥିବା ପଦକ୍ଷେପଗୁଡ଼ିକୁ ଅନୁସରଣ କର | + +_ଯଦି ଆପଣ କମାଣ୍ଡ୍ ଲାଇନ୍ ସହିତ ଆରାମଦାୟକ ନୁହଁନ୍ତି, [ଏଠାରେ GUI ଉପକରଣ ବ୍ୟବହାର କରି ଟ୍ୟୁଟୋରିଆଲ୍ ଅଛି |](https://github.com/firstcontributions/first-contributions/blob/main/translations/README.od.md#ଅନ୍ୟାନ୍ୟ-ଉପକରଣ-ବ୍ୟବହାର-କରି-ଟ୍ୟୁଟୋରିଆଲ୍-)_ + + +ଏହି ସଂଗ୍ରହାଳୟକୁ ଫଙ୍କ୍ + +#### ଯଦି ଆପଣଙ୍କର ମେସିନରେ ଗିଟ୍ ନାହିଁ, ତେବେ ଏହାକୁ [ସଂସ୍ଥାପନ କରନ୍ତୁ](https://docs.github.com/en/get-started/quickstart/set-up-git) | + +## ଏହି ଭଣ୍ଡାରକୁ ଫର୍କ କରନ୍ତୁ | + +ଏହି ପୃଷ୍ଠାର ଉପରି ଭାଗରେ ଥିବା ଫଙ୍କ ବଟନ୍ ଉପରେ କ୍ଲିକ୍ କରି ଏହି ସଂଗ୍ରହାଳୟକୁ ଫର୍କ କରନ୍ତୁ | +ଏହା ଆପଣଙ୍କ ଆକାଉଣ୍ଟରେ ଏହି ସଂଗ୍ରହାଳୟର ଏକ କପି ସୃଷ୍ଟି କରିବ | + +## ସଂଗ୍ରହାଳୟକୁ କ୍ଲୋନ କରନ୍ତୁ | + +ଏହି ସଂଗ୍ରହାଳୟକୁ କ୍ଲୋନ କରନ୍ତୁ + +ବର୍ତ୍ତମାନ ତୁମର ଯନ୍ତ୍ରରେ ଫଙ୍କଡ୍ ରେପୋଜିଟୋରୀକୁ କ୍ଲୋନ୍ କର | ଆପଣଙ୍କର GitHub ଆକାଉଣ୍ଟକୁ ଯାଆନ୍ତୁ, ଫଙ୍କଡ୍ ରେପୋଜିଟୋରୀ ଖୋଲନ୍ତୁ, କୋଡ୍ ବଟନ୍ ଉପରେ କ୍ଲିକ୍ କରନ୍ତୁ ଏବଂ ତା’ପରେ କ୍ଲିପବୋର୍ଡ_ ଆଇକନ୍ ପାଇଁ _ କପି କ୍ଲିକ୍ କରନ୍ତୁ | + +ଏକ ଟର୍ମିନାଲ୍ ଖୋଲନ୍ତୁ ଏବଂ ନିମ୍ନଲିଖିତ git ନିର୍ଦ୍ଦେଶକୁ ଚଲାନ୍ତୁ: + +`` +git clone "url ତୁମେ କେବଳ କପି କରିଛ" +`` + +ଯେଉଁଠାରେ "url ତୁମେ କେବଳ କପି କରିଛ" (କୋଟେସନ୍ ମାର୍କ ବିନା) ଏହି ସଂଗ୍ରହାଳୟର url (ଏହି ପ୍ରୋଜେକ୍ଟର ଫଙ୍କ୍) | Url ପାଇବା ପାଇଁ ପୂର୍ବ ପଦକ୍ଷେପଗୁଡିକ ଦେଖନ୍ତୁ | + +କ୍ଲିପବୋର୍ଡକୁ URL କପି କରନ୍ତୁ + +ଉଦାହରଣ ସ୍ଵରୁପ: + +`` +git clone https://github.com/this-is-you/first-contributions.git +`` + +ଯେଉଁଠାରେ "ଏହା-ତୁମେ" ତୁମର GitHub ଉପଯୋଗକର୍ତ୍ତା ନାମ | ଏଠାରେ ଆପଣ GitHub ରେ ପ୍ରଥମ-ଅବଦାନ ସଂଗ୍ରହାଳୟର ବିଷୟବସ୍ତୁକୁ ଆପଣଙ୍କ କମ୍ପ୍ୟୁଟରରେ କପି କରୁଛନ୍ତି | + +## ଏକ ଶାଖା ସୃଷ୍ଟି କରନ୍ତୁ | + +ଆପଣଙ୍କ କମ୍ପ୍ୟୁଟରରେ ରେପୋଜିଟୋରୀ ଡିରେକ୍ଟୋରୀକୁ ପରିବର୍ତ୍ତନ କରନ୍ତୁ (ଯଦି ଆପଣ ପୂର୍ବରୁ ନାହାଁନ୍ତି): + +`` +cd first-contributions +`` + +ବର୍ତ୍ତମାନ `git switch` କମାଣ୍ଡ ବ୍ୟବହାର କରି ଏକ ଶାଖା ସୃଷ୍ଟି କରନ୍ତୁ: + +`` +git switch -c <ତୁମର-ନୂତନ-ଶାଖା-ନାମ> +`` + +ଉଦାହରଣ ସ୍ଵରୁପ: + +`` +git switch -c add-alonzo-church +`` + +## ଆବଶ୍ୟକ ପରିବର୍ତ୍ତନ କର ଏବଂ ସେହି ପରିବର୍ତ୍ତନଗୁଡିକ କର | + +ବର୍ତ୍ତମାନ ଟେକ୍ସଟ୍ ଏଡିଟର୍ ରେ `Contributors.md` ଫାଇଲ୍ ଖୋଲ, ଏଥିରେ ତୁମର ନାମ ଯୋଡ | ଫାଇଲ୍ ର ଆରମ୍ଭ କିମ୍ବା ଶେଷରେ ଏହାକୁ ଯୋଡନ୍ତୁ ନାହିଁ | ଏହାକୁ ଯେକ ଣସି ସ୍ଥାନରେ ରଖନ୍ତୁ | ବର୍ତ୍ତମାନ, ଫାଇଲ୍ ସେଭ୍ କରନ୍ତୁ | + +git status + +ଯଦି ଆପଣ ପ୍ରୋଜେକ୍ଟ ଡିରେକ୍ଟୋରୀକୁ ଯାଆନ୍ତି ଏବଂ `git status` କମାଣ୍ଡ୍ ଏକଜେକ୍ୟୁଟ୍ କରନ୍ତି, ଆପଣ ଦେଖିବେ ସେଠାରେ କିଛି ପରିବର୍ତ୍ତନ ଅଛି | + +ସେହି ପରିବର୍ତ୍ତନଗୁଡ଼ିକୁ ଆପଣ `git add` କମାଣ୍ଡ ବ୍ୟବହାର କରି ସୃଷ୍ଟି କରିଥିବା ଶାଖାରେ ଯୋଡନ୍ତୁ: + +`` +git add Contributors.md +`` +ବର୍ତ୍ତମାନ `git commit` କମାଣ୍ଡ ବ୍ୟବହାର କରି ସେହି ପରିବର୍ତ୍ତନଗୁଡ଼ିକୁ କର: + +`` +git commit -m "Add <ତୁମର ନାମ> to Contributors list" +`` + +<ତୁମର ନାମ> ସହିତ ତୁମର ନାମ ବଦଳାଇବା | + +## GitHub କୁ ପରିବର୍ତ୍ତନ କର | + +`git push` 'କମାଣ୍ଡ ବ୍ୟବହାର କରି ତୁମର ପରିବର୍ତ୍ତନକୁ ଠେଲିଦିଅ: + +`` +git push -u <ଉତ୍ପତ୍ତି ତୁମର ଶାଖା-ନାମ> +`` + +ଆପଣ ପୂର୍ବରୁ ସୃଷ୍ଟି କରିଥିବା ଶାଖାର ନାମ ସହିତ `ଉତ୍ପତ୍ତି ତୁମର ଶାଖା-ନାମ` କୁ ବଦଳାନ୍ତୁ | + +
+ ଯଦି ଆପଣ ଠେଲିବା ସମୟରେ କ any ଣସି ତ୍ରୁଟି ପାଆନ୍ତି, ତେବେ ଏଠାରେ କ୍ଲିକ୍ କରନ୍ତୁ: + +- ### ପ୍ରାମାଣିକିକରଣ ତ୍ରୁଟି | +
 ସୁଦୂର: ପାସୱାର୍ଡ ପ୍ରାମାଣିକିକରଣ ପାଇଁ ସମର୍ଥନ ଅଗଷ୍ଟ 13, 2021 ରେ ଅପସାରିତ ହୋଇଥିଲା। ଦୟାକରି ଏହା ବଦଳରେ ଏକ ବ୍ୟକ୍ତିଗତ ପ୍ରବେଶ ଟୋକେନ୍ ବ୍ୟବହାର କରନ୍ତୁ |
+  ସୁଦୂର: ଅଧିକ ସୂଚନା ପାଇଁ ଦୟାକରି https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ ଦେଖନ୍ତୁ |
+  ସାଂଘାତିକ: 'https://github.com/  /first-contributions.git/' 
ପାଇଁ ପ୍ରାମାଣିକିକରଣ ବିଫଳ ହେଲା | + [GitHub ର ଟ୍ୟୁଟୋରିଆଲ୍] କୁ ଯାଆନ୍ତୁ (https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ଆପଣଙ୍କ ଖାତାକୁ ଏକ SSH କି ସୃଷ୍ଟି ଏବଂ ବିନ୍ୟାସ କରିବା | + +
+ +## ସମୀକ୍ଷା ପାଇଁ ଆପଣଙ୍କର ପରିବର୍ତ୍ତନ ଦାଖଲ କରନ୍ତୁ | + +ଯଦି ଆପଣ GitHub ରେ ଥିବା ରେପୋଜିଟୋରୀକୁ ଯାଆନ୍ତି, ତେବେ ଆପଣ ଏକ “ତୁଳନା ଏବଂ ଟାଣ ଅନୁରୋଧ” ବଟନ୍ ଦେଖିବେ | ସେହି ବଟନ୍ ଉପରେ କ୍ଲିକ୍ କରନ୍ତୁ | + +ଏକ ଟାଣ ଅନୁରୋଧ ସୃଷ୍ଟି କରନ୍ତୁ + +ବର୍ତ୍ତମାନ ଟାଣ ଅନୁରୋଧ ଦାଖଲ କରନ୍ତୁ | + +ଟାଣ ଅନୁରୋଧ ଦାଖଲ + +ଶୀଘ୍ର ମୁଁ ତୁମର ସମସ୍ତ ପରିବର୍ତ୍ତନକୁ ଏହି ପ୍ରକଳ୍ପର ମୁଖ୍ୟ ଶାଖାରେ ମିଶ୍ରଣ କରିବି | ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ମିଶ୍ରିତ ହେବା ପରେ ତୁମେ ଏକ ବିଜ୍ email ପ୍ତି ଇମେଲ ପାଇବ | + +## ଏଠାରୁ କେଉଁଠିକୁ ଯିବା? + +ଅଭିନନ୍ଦନ! ତୁମେ କେବଳ ମାନକ _ଫୋର୍କ୍ -> କ୍ଲୋନ୍ -> ସଂପାଦନ -> ଟାଣ ଅନୁରୋଧ_ ୱାର୍କଫ୍ଲୋ ଯାହା ତୁମେ ପ୍ରାୟତ a ଏକ ସହଯୋଗୀ ଭାବରେ ସାମ୍ନା କରିବ! + +ଆପଣଙ୍କର ଅବଦାନକୁ ପାଳନ କରନ୍ତୁ ଏବଂ [ୱେବ୍ ଆପ୍](https://firstcontributions.github.io/#social-share) କୁ ଯାଇ ଆପଣଙ୍କର ସାଙ୍ଗ ଏବଂ ଅନୁସରଣକାରୀଙ୍କ ସହିତ ଅଂଶୀଦାର କରନ୍ତୁ | + +ଯଦି ତୁମର କ ଣସି ସାହାଯ୍ୟ ଦରକାର କିମ୍ବା କ ଣସି ପ୍ରଶ୍ନ ଅଛି ତେବେ ତୁମେ ଆମର ଅଳସୁଆ ଦଳରେ ଯୋଗ ଦେଇ ପାରିବ | [ଅଳିଆ ଦଳରେ ଯୋଗ ଦିଅନ୍ତୁ](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) + +ବର୍ତ୍ତମାନ, ଅନ୍ୟ ପ୍ରୋଜେକ୍ଟରେ ଯୋଗଦାନ ସହିତ ଆରମ୍ଭ କରିବା | ସହଜ ପ୍ରସଙ୍ଗଗୁଡିକ ସହିତ ଆମେ ପ୍ରୋଜେକ୍ଟଗୁଡିକର ଏକ ତାଲିକା ସଂକଳନ କରିଛୁ ଯାହାକୁ ଆପଣ ଆରମ୍ଭ କରିପାରିବେ | [ୱେବ୍ ଆପରେ ପ୍ରୋଜେକ୍ଟଗୁଡିକର ତାଲିକା](https://firstcontributions.github.io/#project-list) ଦେଖନ୍ତୁ | + +### [ଅତିରିକ୍ତ ସାମଗ୍ରୀ](additional-material/git_workflow_scenarios/additional-material.md) + +## ଅନ୍ୟାନ୍ୟ ଉପକରଣ ବ୍ୟବହାର କରି ଟ୍ୟୁଟୋରିଆଲ୍ | + +| GitHub Desktop | Visual Studio 2017 | GitKraken | 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) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) | diff --git a/docs/gui-tool-tutorials/translations/README.pb.md b/docs/gui-tool-tutorials/translations/README.pb.md new file mode 100644 index 00000000..43d093d1 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.pb.md @@ -0,0 +1,116 @@ +[![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) + +# ਪਹਿਲਾ ਯੋਗਦਾਨ + +ਇਸ ਪ੍ਰੋਜੈਕਟ ਦਾ ਉਦੇਸ਼ ਸ਼ੁਰੂਆਤੀ ਲੋਕਾਂ ਦਾ ਆਪਣਾ ਪਹਿਲਾ ਯੋਗਦਾਨ ਪਾਉਣ ਦੇ ਕਮ ਨੂੰ ਸਰਲ ਬਣਾਉਣ ਅਤੇ ਮਾਰਗਦਰਸ਼ਨ ਕਰਨਾ ਹੈ। ਜੇ ਤੁਸੀਂ ਆਪਣਾ ਪਹਿਲਾ ਯੋਗਦਾਨ ਪਾਉਣ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰ ਰਹੇ ਹੋ, ਤਾਂ ਹੇਠਾਂ ਦਿੱਤੇ ਕਦਮਾਂ ਦੀ ਪਾਲਣਾ ਕਰੋ। +ਜੇ ਤੁਸੀਂ ਕਮਾਂਡ ਲਾਈਨ ਨਾਲ ਸੁਖੀ ਨਹੀਂ ਹੋ, [ਇੱਥੇ ਜੀ.ਯੁ.ਆੀ ਟੂਲਸ ਦੀ ਵਰਤੋਂ ਕਰਨ ਦਿਆਂ ਟੁਟੋਰਿਅਲਸ ਹਨ.](#ਹੋਰ-ਟੂਲਜ-ਦੀ-ਵਰਤੋਂ-ਕਰਦਿਆਂ-ਟੁਟੋਰਿਅਲ) + +fork this repository + +#### ਜੇ ਤੁਹਾਡੀ ਮਸ਼ੀਨ ਤੇ ਗਿੱਟ ਨਹੀਂ ਹੈ, [ਇਸ ਨੂੰ ਇੰਸਟਾਲ ਕਰੋ](https://help.github.com/articles/set-up-git/)। + +## ਇਸ ਰਿਪੋਜ਼ਟਰੀ ਨੂੰ ਫੋਰਕ ਕਰੋ +ਇਸ ਪੰਨੇ ਦੇ ਸਿਖਰ ਤੇ 'ਫੋਰਕ ਬਟਨ' ਤੇ ਕਲਿੱਕ ਕਰਕੇ ਇਸ ਰਿਪੋਜ਼ਟਰੀ ਨੂੰ ਫੋਰਕ ਕਰੋ. ਇਹ ਤੁਹਾਡੇ ਖਾਤੇ ਵਿੱਚ ਇਸ ਰਿਪੋਜ਼ਟਰੀ ਦੀ ਇੱਕ ਕਾਪੀ ਬਣਾਏਗਾ. + +## ਰਿਪੋਜ਼ਟਰੀ ਨੂੰ ਕਲੋਨ ਕਰੋ +clone this repository + +ਹੁਣ ਆਪਣੀ ਮਸ਼ੀਨ ਤੇ ਫੋਰਕਡ ਰਿਪੋਜ਼ਟਰੀ ਦਾ ਕਲੋਨ ਕਰੋ। ਆਪਣੇ ਗਿਟ-ਹਬ ਅਕਾਉਂਟ ਤੇ ਜਾਓ, ਫੋਰਕਡ ਰਿਪੋਜ਼ਟਰੀ ਖੋਲ੍ਹੋ, ਕੋਡ ਬਟਨ ਤੇ ਕਲਿਕ ਕਰੋ ਅਤੇ ਫਿਰ ਕਲਿੱਪਬੋਰਡ ਆਈਕਨ ਤੇ ਕਾਪੀ ਕਲਿੱਕ ਕਰੋ. +ਇੱਕ ਟਰਮੀਨਲ ਖੋਲ੍ਹੋ ਅਤੇ ਹੇਠਲੀ ਗਿਟ ਕਮਾਂਡ ਚਲਾਓ: + +``` +git clone "ਯੂ.ਆਰ.ਐਲ ਜੇੈਕਰ ਤੁਸੀਂ ਹੁਣੇ ਨਕਲ ਕੀਤੀ" +``` + +ਜਿੱਥੇ “ਯੂ.ਆਰ.ਐਲ ਜੇੈਕਰ ਤੁਸੀਂ ਹੁਣੇ ਨਕਲ ਕੀਤੀ” (ਹਵਾਲਾ ਨਿਸ਼ਾਨਾਂ ਤੋਂ ਬਿਨਾਂ) ਇਸ ਰਿਪੋਜ਼ਟਰੀ ਦਾ ਯੂ.ਆਰ.ਐਲ ਹੈ (ਇਸ ਪ੍ਰੋਜੈਕਟ ਦਾ ਤੁਹਾਡਾ ਫੋਰਕ)। ਯੂ.ਆਰ.ਐਲ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਪਿਛਲੇ ਕਦਮ ਵੇਖੋ। +copy URL to clipboard + +ਉਦਾਹਰਣ ਲਈ: +``` +git clone https://github.com/this-is-you/first-contributions.git +``` + +ਜਿੱਥੇ `this-is-you` ਤੁਹਾਡਾ ਗਿਟ-ਹਬ ਉਪਯੋਗਕਰਤਾ ਨਾਮ ਹੈ। ਇੱਥੇ ਤੁਸੀਂ ਆਪਣੇ ਕੰਪਿਊਟਰ ਤੇ ਗਿਟ-ਹਬ ਉੱਤੇ ਪਹਿਲੇ-ਯੋਗਦਾਨ ਰਿਪੋਜ਼ਟਰੀ ਦੇ ਭਾਗਾਂ ਦੀ ਨਕਲ ਕਰ ਰਹੇ ਹੋ. + +## ਇੱਕ ਸ਼ਾਖਾ ਬਣਾਓ +ਆਪਣੇ ਕੰਪਿਊਟਰ ਉੱਤੇ ਰਿਪੋਜ਼ਟਰੀ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਬਦਲੋ (ਜੇ ਤੁਸੀਂ ਪਹਿਲਾਂ ਤੋਂ ਨਹੀਂ ਹੋ): + +``` +cd first-contributions +``` + +ਹੁਣ `git checkout` ਕਮਾਂਡ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਸ਼ਾਖਾ ਬਣਾਓ: + +``` +git checkout -b ਤੁਹਾਡਾ-ਨਵੀਂ-ਸ਼ਾਖਾ-ਦਾ-ਨਾਮ +``` + +ਉਦਾਹਰਣ ਲਈ: + +``` +git checkout -b add-alonzo-church +``` + +(ਸ਼ਾਖਾ ਦੇ ਨਾਮ ਨੂੰ ਇਸ ਵਿਚ _add_ ਸ਼ਬਦ ਦੀ ਜ਼ਰੂਰਤ ਨਹੀਂ ਹੈ, ਪਰ ਇਹ ਸ਼ਾਮਲ ਕਰਨਾ ਇਕ ਵਾਜਬ ਚੀਜ਼ ਹੈ ਕਿਉਂਕਿ ਇਸ ਸ਼ਾਖਾ ਦਾ ਉਦੇਸ਼ ਤੁਹਾਡੇ ਨਾਮ ਨੂੰ ਇਕ ਸੂਚੀ ਵਿਚ ਸ਼ਾਮਲ ਕਰਨਾ ਹੈ.) + +## ਜ਼ਰੂਰੀ ਤਬਦੀਲੀਆਂ ਕਰੋ ਅਤੇ ਉਨ੍ਹਾਂ ਬਦਲਾਵਾਂ ਨੂੰ ਪ੍ਰਤੀਬੱਧ ਕਰੋ +ਹੁਣ ਟੈਕਸਟ ਐਡੀਟਰ ਵਿੱਚ `Contributors.md` ਫਾਈਲ ਖੋਲ੍ਹੋ, ਇਸ ਵਿੱਚ ਆਪਣਾ ਨਾਮ ਸ਼ਾਮਲ ਕਰੋ. ਇਸ ਨੂੰ ਫਾਈਲ ਦੇ ਸ਼ੁਰੂ ਜਾਂ ਅੰਤ 'ਤੇ ਨਾ ਸ਼ਾਮਲ ਕਰੋ. ਇਸ ਨੂੰ ਕਿਤੇ ਵੀ ਵਿਚਕਾਰ ਰੱਖੋ। ਹੁਣ, ਫਾਈਲ ਸੇਵ ਕਰੋ। + +git status + +ਜੇ ਤੁਸੀਂ ਪ੍ਰੋਜੈਕਟ ਡਾਇਰੈਕਟਰੀ ਤੇ ਜਾਂਦੇ ਹੋ ਅਤੇ `git status` ਕਮਾਂਡ ਚਲਾਉਂਦੇ ਹੋ, ਤਾਂ ਤੁਸੀਂ ਦੇਖੋਗੇ ਕਿ ਬਦਲਾਅ ਹਨ। + +ਸ਼ਾਖਾ ਵਿੱਚ ਉਹ ਬਦਲਾਵ ਸ਼ਾਮਲ ਕਰੋ ਜੋ ਤੁਸੀਂ ਹੁਣੇ ਬਣਾਇਆ `git add` ਕਮਾਂਡ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਬਣਾਈ ਹੈ: + +``` +git add Contributors.md +``` + +ਹੁਣ ਉਹ ਤਬਦੀਲੀਆਂ `git ਕਮਿ`` ਕਮਾਂਡ ਦੀ ਵਰਤੋਂ ਨਾਲ ਕਰੋ: + +``` +git commit -m "Add to Contributors list" +``` + +ਤੁਹਾਡੇ ਨਾਮ ਨਾਲ `<ਤੁਹਾਡੇ ਆਪਣੇ ਨਾਮ> rep ਨੂੰ ਬਦਲਣਾ. + +## GitHub ਵਿੱਚ ਬਦਲੋ ਧੱਕੋ + +ਕਮਾਂਡ `git push` ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਆਪਣੀਆਂ ਤਬਦੀਲੀਆਂ ਧੱਕੋ: + +``` +git push origin +``` + +ਉਸ ਬ੍ਰਾਂਚ ਦੇ ਨਾਮ ਨਾਲ ` la ਨੂੰ ਬਦਲਣਾ ਜੋ ਤੁਸੀਂ ਪਹਿਲਾਂ ਬਣਾਈ ਸੀ. + +## ਆਪਣੀਆਂ ਤਬਦੀਲੀਆਂ ਨੂੰ ਸਮੀਖਿਆ ਲਈ ਦਰਜ ਕਰੋ + +ਜੇ ਤੁਸੀਂ ਗਿੱਟਹੱਬ 'ਤੇ ਆਪਣੀ ਰਿਪੋਜ਼ਟਰੀ' ਤੇ ਜਾਂਦੇ ਹੋ, ਤਾਂ ਤੁਸੀਂ `ਤੁਲਨਾ ਕਰੋ ਅਤੇ ਖਿੱਚੋ ਬੇਨਤੀ` ਬਟਨ ਨੂੰ ਵੇਖੋਗੇ. ਉਸ ਬਟਨ 'ਤੇ ਕਲਿੱਕ ਕਰੋ. + +create a pull request + +ਹੁਣ ਪੁਲੀ ਬੇਨਤੀ ਨੂੰ ਜਮ੍ਹਾ ਕਰੋ. + +submit pull request + +ਜਲਦੀ ਹੀ ਮੈਂ ਤੁਹਾਡੀਆਂ ਸਾਰੀਆਂ ਤਬਦੀਲੀਆਂ ਨੂੰ ਇਸ ਪ੍ਰੋਜੈਕਟ ਦੀ ਮਾਸਟਰ ਬ੍ਰਾਂਚ ਵਿੱਚ ਮਿਲਾ ਦੇਵਾਂਗਾ. ਇਕ ਵਾਰ ਤਬਦੀਲੀਆਂ ਨੂੰ ਮਿਲਾਉਣ ਤੋਂ ਬਾਅਦ ਤੁਹਾਨੂੰ ਇਕ ਸੂਚਨਾ ਈਮੇਲ ਮਿਲੇਗੀ. + +## ਇਥੋਂ ਕਿੱਥੇ ਜਾਣਾ ਹੈ? + +ਵਧਾਈਆਂ! ਤੁਸੀਂ ਹੁਣੇ ਹੀ ਸਟੈਂਡਰਡ _ਫੋਰਕ -> ਕਲੋਨ -> ਐਡਿਟ -> ਖਿੱਚ ਬੇਨਤੀ_ ਵਰਕਫਲੋ ਪੂਰਾ ਕੀਤਾ ਹੈ ਜਿਸਦਾ ਤੁਸੀਂ ਅਕਸਰ ਇੱਕ ਯੋਗਦਾਨ ਪਾਉਣ ਵਾਲੇ ਦੇ ਰੂਪ ਵਿੱਚ ਸਾਹਮਣਾ ਕਰੋਗੇ! + +ਆਪਣੇ ਯੋਗਦਾਨ ਦਾ ਜਸ਼ਨ ਮਨਾਓ ਅਤੇ ਜਾ ਕੇ ਇਸ ਨੂੰ ਆਪਣੇ ਦੋਸਤਾਂ ਅਤੇ ਪੈਰੋਕਾਰਾਂ ਨਾਲ ਸਾਂਝਾ ਕਰੋ। [ਵੈੱਬ ਐਪ](https://firstcontributions.github.io/#social-share). + +ਜੇਕਰ ਤੁਸੀਂ ਹੋਰ ਅਭਿਆਸ ਚਾਹੁੰਦੇ ਹੋ, ਤਾਂ [ਕੋਡ ਯੋਗਦਾਨਾਂ](https://github.com/roshanjossey/code-contributions) ਨੂੰ ਚੈੱਕਆਉਟ ਕਰੋ। + +ਆਓ ਹੁਣ ਤੁਹਾਨੂੰ ਹੋਰ ਪ੍ਰੋਜੈਕਟਾਂ ਵਿੱਚ ਯੋਗਦਾਨ ਪਾਉਣ ਲਈ ਸ਼ੁਰੂਆਤ ਕਰੀਏ. ਅਸੀਂ ਪ੍ਰੋਜੈਕਟਾਂ ਦੀ ਇੱਕ ਸੂਚੀ ਤਿਆਰ ਕੀਤੀ ਹੈ ਜਿਸ ਨਾਲ ਤੁਸੀਂ ਅਸਾਨ ਮੁੱਦਿਆਂ ਨੂੰ ਸ਼ੁਰੂ ਕਰ ਸਕਦੇ ਹੋ। [ਪ੍ਰੋਜੈਕਟਾਂ ਦੀ ਸੂਚੀ](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) | diff --git a/docs/gui-tool-tutorials/translations/README.pl.md b/docs/gui-tool-tutorials/translations/README.pl.md new file mode 100644 index 00000000..39b58641 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.pl.md @@ -0,0 +1,138 @@ +[![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) + +# Pierwsze kontrybucje + +Zawsze jest ciężko, kiedy robisz coś po raz pierwszy. Szczególnie gdy współpracujesz z innymi ludźmi, ponieważ popełnianie błędów nie jest niczym przyjemnym. Jednak właśnie na współpracy opiera się idea otwartego oprogramowania. Chcemy nauczyć w prosty sposób nowych programistów jak wgrać swoją pierwszą zmianę w obcym projekcie. + +Czytanie artykułów i oglądanie poradników może pomóc, ale czy jest coś lepszego niż spróbowanie czegoś samemu bez obaw, że się coś zepsuje? Ten projekt ma na celu dostarczyć nowicjuszom wskazówek i uprościć proces wgrania pierwszej zmiany. Pamiętaj: im bardziej jesteś zrelaksowany, tym lepiej się uczysz. Jeśli chcesz wgrać swoją pierwszą kontrybucję wykonaj kilka prostych kroków poniżej. Będzie fajnie, obiecujemy. + +fork this repository + +Jeśli nie masz Gita na swoim komputerze, [ zainstaluj go ](https://help.github.com/articles/set-up-git/). + +## Zrób fork repozytorium (`fork`) + +Zrób fork tego repozytorium klikając przycisk `Fork` na górze tej strony. Stworzysz tym samym kopię tego repozytorium na swoim koncie. + +## Sklonuj repozytorium (`clone`) + +clone this repository + +Teraz sklonuj repozytorium na swój komputer. Przejdź do swojego konta GitHub, otwórz skopiowane repozytorium, kliknij przycisk `Code`, a później ikonkę _skopiuj do schowka_. + +Otwórz konsolę i uruchom komendę git: + +``` +git clone +``` + +Gdzie `` to adres tego repozytorium (twojej kopii tego projektu). Zobacz poprzedni krok aby skopiować adres. + +copy URL to clipboard + +Przykład: + +``` +git clone https://github.com/to-ty/first-contributions.git +``` + +W miejscu `to-ty` to twój login na GitHubie. W tym kroku ściągasz zawartość twojej kopii repozytorium `first-contributions` z githuba na swój komputer. + +## Stwórz gałąź (`branch`) + +Wejdź do folderu ze swoim repozytorium (jeżeli jeszcze tam nie jesteś): + +``` +cd first-contributions +``` + +Teraz utwórz nową gałąź wykonując polecenie `git switch`: + +``` +git switch -c +``` + +Przykład + +``` +git switch -c add-adam-kowalski +``` + +(Nazwa gałęzi nie musi zawierać słowa _add_, ale dobrze jest je dodać z racji tego, że celem tej gałęzi jest dodanie twojego imienia do listy.) + +## Wprowadź zmiany i wgraj je + +Otwórz plik `Contributors.md` w edytorze tekstu. Musisz znać Markdown, lekki język znaczników. Tu masz ściągawkę gdzie znajdziesz informację jak go używać. + +Dodaj następującą linię w `Contributors.md` + +``` +[Twoje imię](https://github.com/Twoja-nazwa-użytkownika) +``` + +Przykład: + +``` +[John Doe](https://github.com/johndoe) +``` + +Nie dodawaj jej na początku ani na końcu pliku. Umieść ją w dowolnym miejscu pomiędzy. + +Upewnij się że nie ma spacji pomiędzy `](`. Zapisz plik i następnie go zamknij. + +Jeżeli wejdziesz do folderu ze swoim repozytorium i wykonasz komendę `git status`, zobaczysz, że są tam zmiany. Dodaj te zmiany do gałęzi którą właśnie utworzyłeś używając komendy `git add`: + +``` +git add Contributors.md +``` + +Teraz zapisz te zmiany wykonując komendę `git commit`: + +``` +git commit -m "Add to Contributors list" +``` + +Zastąp `` swoim imieniem i nazwiskiem. + +## Wyślij zmiany na GitHub + +Wyślij swoje zmiany komendą `git push`: + +``` +git push -u origin +``` + +Zastąp `` nazwą gałęzi, którą wcześniej utworzyłeś. + +## Wyślij swoje zmiany do zatwierdzenia + +W swoim repozytorium na GitHubie znajdziesz przycisk `Compare & pull request`. Kliknij go. + +create a pull request + +Teraz wyślij prośbę o scalenie. + +submit pull request + +Niedługo dodam proponowane przez ciebie zmiany do głównej gałęzi projektu. Zostaniesz powiadomiony mailowo kiedy zmiany zostaną scalone. + +## Co dalej? + +Brawo! Właśnie ukończyłeś standardowy workflow _fork -> clone -> edit -> pull request_, który często będziesz napotykać jako współtwórca! + +Świętuj swoją pierwszą zmianę i podziel się nią z przyjaciółmi i obserwującymi poprzez aplikację. + +Możesz dołączyć do naszego kanału slack w przypadku kiedy będziesz potrzebował pomocy albo miał jakieś pytania. Dołącz do slacka. + +Możesz teraz zacząć uczestniczyć w innych projektach. Przygotowaliśmy listę projektów z prostymi zadaniami które będą dobre na początek. Sprawdź listę projektów. + +### [Materiały dodatkowe](../additional-material/git_workflow_scenarios/additional-material.md) + +## Ćwiczenia przy użyciu innych narzędzi + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.ps.md b/docs/gui-tool-tutorials/translations/README.ps.md new file mode 100644 index 00000000..cbce5b17 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ps.md @@ -0,0 +1,148 @@ +
+ + + Open Source Love + + + MIT License + + + Open Source Helpers + + + Join Slack Team + + +--- + +## لومړی ګډون + +**د دې پروژې هدف دا دی چې نویو ګډونوالو ته په خلاصو سرچینو پروژو (Open Source Projects) کې د ګډون اسانه طریقه وښيي.** +که غواړئ خپله لومړنۍ مرسته وکړئ، لاندې ګامونه تعقیب کړئ. + +**که د کمانډ لاین (CLI) سره راحت نه یاست،** +[کولی شئ تصویري لارښود دلته وګورئ](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) + +**که مو Git انسټال نه وي،** +[له دې ځایه یې ښکته او نصب کړئ](https://help.github.com/articles/set-up-git/). + +## دا ذخیره (repository) فورک کړئ + +fork this repository + +- د دې پاڼې په سر کې د Fork تڼۍ کلیک کړئ. +- فورک کول به د دې ذخیرې یوه کاپي ستاسو د GitHub اکاونټ ته انتقال کړي. + +
+ +## دا ذخیره (repository) کلون کړئ + +clone this repository + +- خپل اکاونټ ته لاړ شئ او د فورک شوې ذخیرې لینک د **Code** تڼۍ څخه کاپي کړئ. + +
+ +- ترمینل یا CMD خلاص کړئ او دا کمانډ اجرا کړئ: + +```bash +git clone https://github.com/YourUsername/first-contributions.git +``` + +**یادونه:** دلته `YourUsername` باید ستاسو د GitHub اکاونټ نوم وي. + +## نوې څانګه (branch) جوړ کړئ + +- د first-contribution پروژه په خپل کوډ ایډیټر کې خلاصه کړئ. +- ترمینل کې دا کمانډ اجرا کړئ ترڅو نوې څانګه جوړه کړئ. ددې لپاره چې زمونږ د بدلونونو لپاره خپله څانګه وي او له نورو سره شریکه نشي. دې څانګې کې به مونږ ایډیټ کوو او بیا به یې له عمومي څانګې سره یوځای کوو. + +```bash +git switch -c your-branch-name +``` + +your-branch-name ستاسو د څانګې نوم دی. کولای شئ چې هر نوم تاسې ټاکلی شئ. + +## اړین بدلونونه راوړئ او commit کړئ + +- د `Contributors.md` فایل خلاص کړئ او خپل نوم پکې اضافه کړئ کې). +- فایل ذخیره کړئ. + +git status + +- ترمینل ته لاړ شئ او دا کمانډ اجرا کړئ ترڅو وګورئ کوم فایلونه مو بدل کړي دي: + +```bash +git status +``` + +- بدلونونه ذخیره کړئ: + +```bash +git add Contributors.md +``` + +- اوس مو بدلونونه کمټ Commit کړئ: + +```bash +git commit -m "message" +``` + +د مسیج پر ځای تاسې هر څه لیکلی شئ. بهتره دا ده چې تاسې په دې ځای کې ولیکئ چې کوم بدلونونه مو پروژې کې راوستل. + +## بدلونونه GitHub ته push کړئ + +- خپل بدلونونه کیټ هب ته پورته کړئ: + +```bash +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/<your-username>/first-contributions.git/
+
+
+ +[نو بیا دلته زده کړئ چې دا ستونزه څنګه حل کړئ](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) + +
+ +## خپل بدلونونه د بیاکتنې لپاره وسپارئ + +- خپل GitHub اکاونټ کې دې ریپوزیټوري ته لاړ شئ. +- د **Compare & pull request** تڼۍ به ووینئ. پر هغې کلیک وکړئ. + +create a pull request + +- اوس د pull request غوښتنه وسپارئ. + +submit pull request + +- له دې وروسته به ستاسو بدلونه د اصلي یا main څانګې سره یوځای شي او ستاسو نوم به د ګډون کوونکو لیست ته اضافه کړل شي. + +## له دې وروسته څه وکړئ؟ + +تاسو په بریالیتوب سره د فورک، کلون، ایډیټ، او pull request مرحلې بشپړې کړې. تاسې له دې نه وروسته کولی شئ چې په خلاص-سرچېنه پروژو کې په همدې طریقه برخه واخلئ. + +- خپل لومړئ ګډون ولمانځئ او له خپلو ملګرو سره یې [شریک کړئ](https://firstcontributions.github.io/#social-share). +- که کومه ستونزه یا پوښتنه لرئ، کولای شئ زموږ د Slack ټیم سره یوځای شئ. +- اوس کولای شئ په نورو پروژو کې هم ګډون وکړئ. [دلته د پروژو لیست وګورئ](https://firstcontributions.github.io/#project-list). + +## اضافي مواد + +## د نورو وسیلو په کارولو سره درسونه + +| 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) | + +
\ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.pt-ao.md b/docs/gui-tool-tutorials/translations/README.pt-ao.md new file mode 100644 index 00000000..be96f72b --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.pt-ao.md @@ -0,0 +1,97 @@ +[![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) + +# Primeiras Contribuições + +Começando no **Mundo Open-source ?** Então aqui você tem a sua oportunidade de fazer a sua primeira contribuição open-source, Siga os passos abaixo e no final você terá provalmente ter feito a sua primeira contribuição 🙂 + +Primeiramente, vamos começar por instalar o [Git](https://pt.wikipedia.org/wiki/Git) para que seja possível continuar os passos abaixos descritos, você poderá fazer a instalação do git, caso não tenha do através do link para a [Página de Instalação]( https://help.github.com/articles/set-up-git/ ). + + +## Faz Fork deste repositório +fork deste repositorio + +Faz Fork clicando no botão "Fork" no topo desta página e de seguida click na opção *Create a new Fork(Criar novo fork, em português)* +



+## Clone o repositório + +clonar este repositório + +Pós o fork, clone o repositorío para o seu dispositivo, Clicando no botão de *Code(código, em português)* e de seguida copiar o link, que aparecerá. + +Abra o seu Terminal ou PowerShell e digite o seguinte: +``` +git clone +``` + Para que fique assim: + +> git clone https://github.com/firstcontributions/first-contributions.git + +De seguida dê Enter + + +## Cria uma nova Branch + +Abra a pasta que foi criada quando você fez o clone + +Agora crie uma nova Branch usando o comando no terminal: `git checkout`: +``` +git checkout -b +``` + +Por exemplo: +``` +git checkout -b edgar-dikenge +``` +Obs.: O nome do Branch não precisa de ter a sigla "add", mas neste caso é recomendável, porque a finalidade deste Branch é a de adicionar o teu nome a uma lista. + +## Efetua as alterações necessárias e faz um Commit + +Agora vá para ficheiro `Contributors.md` no teu editor de código e adicione o seu nome e salve o ficheiro. Se fores para o diretório do projeto e executares o comando `git status`, verás que há alterações. Adiciona essas alterações ao Branch que acabaste de criar utilizando o comando `git add`: +``` +git add Contributors.md +``` +Agora faz um Commit dessas alterações utilizando o comando `git commit`: +``` +git commit -m "Add to Contributors list" +``` +substitui `` pelo teu nome ou nickname. + +## Faz um Push das alterações para o GitHub + +Faz um Push utilizando o comando `git push`: +``` +git push origin +``` +substitui `` pelo nome do Branch que criaste anteriormente. + +## Envia as tuas alterações para serem revistas + +Se fores para o teu repositório no GitHub, verás um botão `Compare & pull request`. Clica nesse botão. + +Cria um Pull Request + +Agora envia um Pull Request. + +Envia um pull request + +Quando puder incorporarei as tuas mudanças no Branch principal (master) deste projeto. Vais receber um e-mail de notificação quando as alterações forem incorporadas. + +## E agora ? + +Partilhe com seus amigos e seguidores [web app](https://firstcontributions.github.io/#social-share). + + Podes também juntar-te à nossa equipa no Slack caso precises de alguma ajuda ou tenhas alguma dúvida. [Junta-te à nossa equipa no Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Aqui tens mais suguestões para a sua próxima contribuição, Baza lá dar uma olhada: + +### [ Material adicional ](../additional-material/translations/Portuguese/additional-material.pt_br.md) + +## Tutoriais com outras ferramentas + + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.pt-pt.md b/docs/gui-tool-tutorials/translations/README.pt-pt.md new file mode 100644 index 00000000..04145cd4 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.pt-pt.md @@ -0,0 +1,104 @@ +[![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) + +# Primeiras Contribuições + +É difícil. É sempre difícil fazer algo pela primeira vez. Especialmente quando se está a colaborar, errar não é algo agradável. Mas *open source* (código aberto) trata-se de colaboração e de trabalharmos juntos. Queremos simplificar a forma com que novos colaboradores *open source* aprendem e contribuem pela primeira vez. + +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 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 +fork deste repositorio + +Faz Fork clicando no botão "Fork" no topo desta página. Esta operação criará uma cópia deste repositório na tua conta. +



+## Clona o repositório + +clonar este repositório + +Agora clona este repositório para a tua máquina local. Clique no botão "Clone or download" e, em seguida, clica no ícone "Copy to clipboard" para copiar o URL. + +Abre o teu terminal e executa o comando seguinte: +``` +git clone "url que copiou" +``` +onde "url que copiou" (sem as aspas) é o URL deste repositório. Consulte as etapas anteriores para obter o URL. + +copiar URL + +Por exemplo: +``` +git clone https://github.com/este-é-voce/first-contributions.git +``` +onde "este-é-voce" é o teu nome de usuário do GitHub. Aqui estás a copiar o conteúdo do repositório first-contributions para o teu computador. + +## Cria um Branch + +Vá para o diretório do repositório no teu computador (caso ainda não estejas lá): +``` +cd first-contributions +``` + +Agora crie um novo Branch usando o comando `git checkout`: +``` +git checkout -b +``` + +Por exemplo: +``` +git checkout -b add-alonzo-church +``` +Obs.: O nome do Branch não precisa de ter a sigla "add", mas neste caso é recomendável, porque a finalidade deste Branch é a de adicionar o teu nome a uma lista. + +## Efetua as alterações necessárias e faz um Commit + +Agora abra o ficheiro `Contributors.md` no teu editor de código, adiciona o teu nome e guarda o ficheiro. Se fores para o diretório do projeto e executares o comando `git status`, verás que há alterações. Adiciona essas alterações ao Branch que acabaste de criar utilizando o comando `git add`: +``` +git add Contributors.md +``` +Agora faz um Commit dessas alterações utilizando o comando `git commit`: +``` +git commit -m "Add to Contributors list" +``` +substitui `` pelo teu nome ou nickname. + +## Faz um Push das alterações para o GitHub + +Faz um Push utilizando o comando `git push`: +``` +git push origin +``` +substitui `` pelo nome do Branch que criaste anteriormente. + +## Envia as tuas alterações para serem revistas + +Se fores para o teu repositório no GitHub, verás um botão `Compare & pull request`. Clica nesse botão. + +Cria um Pull Request + +Agora envia um Pull Request. + +Envia um pull request + +Quando puder incorporarei as tuas mudanças no Branch principal (master) deste projeto. Vais receber um e-mail de notificação quando as alterações forem incorporadas. + +## Para onde ir a partir daqui? + +Celebra as tuas contribuições e partilha-as com amigos e seguidores através da [web app](https://firstcontributions.github.io/#social-share). + +Se quiseres praticar mais, acede a [code contributions](https://github.com/roshanjossey/code-contributions). + +Aqui estão alguns repositórios com Issues a nível de principiante em que tu podes ajudar a resolver. Vai em frente e clica nos repositórios para saber mais. + +### [ Material adicional ](../additional-material/translations/Portugues/additional-material.pt_br.md) + +## Tutoriais com outras ferramentas + + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.pt_br.md b/docs/gui-tool-tutorials/translations/README.pt_br.md new file mode 100644 index 00000000..de822156 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.pt_br.md @@ -0,0 +1,123 @@ +[![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) + +# Primeiras Contribuições + +Este projeto visa facilitar o caminho e guiar os iniciantes em suas primeiras contribuições. Se você deseja fazer a sua primeira contribuição, siga os passos abaixo. + +#### _Se não se sente confortável com a linha de comando, [aqui estão alguns tutoriais de ferramentas gráficas.](#Tutoriais-usando-outras-ferramentas)_ + +fork deste repositório + +Se não possui o git em sua máquina, [instale-o aqui](https://help.github.com/articles/set-up-git/). + +## Faça um _Fork_ deste repositório + +Faça um _Fork_ clicando no botão "_Fork_" no topo desta página, uma cópia deste repositório será criada em sua conta. + +## Clone o repositório + +clonar este repositório + +Agora clone este repositório para a sua máquina. Clique no botão "_Code_" e, em seguida, clique no ícone "_Copy to clipboard_" para copiar a URL. + +Abra um terminal e execute o seguinte comando do git: + +``` +git clone "url que copiou" +``` + +onde "url que copiou" (sem as aspas) é a URL deste repositório (seu fork deste projeto). Consulte as etapas anteriores para obter a URL. + +copiar URL + +Por exemplo: + +``` +git clone https://github.com/seu-usuario/first-contributions.git +``` + +onde "seu-usuário" é o seu usuário do _GitHub_. Aqui você estará copiando o conteúdo do repositório _first-contributions_ para o seu computador. + +## Crie um Branch + +Acesse o diretório do repositório no seu computador (caso você não esteja nele): + +``` +cd first-contributions +``` + +Agora crie um _Branch_ usando o comando `git switch`: + +``` +git switch -c +``` + +Por exemplo: + +``` +git switch -c add-andre-oliveira +``` + +Obs.: O nome do _Branch_ não precisa ter a sigla "add", mas nesse caso é recomendável, porque a finalidade deste _Branch_ é a de adicionar o seu nome à uma lista. + +## Efetue as alterações necessárias e faça um _Commit_ + +Agora, abra o arquivo `Contributors.md` em seu editor de código e adicione o seu nome a ele. Não o adicione no início ou no final do arquivo. Coloque-o em qualquer lugar no meio. Agora, salve o arquivo. + +git status + +Se você for para o diretório do projeto e executar o comando `git status`, verá que há alterações. Adicione essas alterações ao _Branch_ que você acabou de criar utilizando o comando `git add`: + +``` +git add Contributors.md +``` + +Agora, confirme essas alterações usando o comando git commit `git commit`: + +``` +git commit -m "Add to Contributors list" +``` + +substituindo `` pelo seu nome. + +## Faça um Push das alterações para o _GitHub_ + +Envie suas alterações usando o comando `git push`: + +``` +git push origin +``` + +substituindo `` pelo nome do _Branch_ que você criou anteriormente. + +## Envie suas alterações para serem revisadas + +Se você for para o seu repositório no _GitHub_, verá um botão `Compare & pull request`. Clique nesse botão. + +Crie um Pull Request + +Agora envie um _Pull Request_. + +Envie o Pull Request + +Logo estará mesclando ('mergeando') as suas mudanças no _Branch_ principal (main) deste projeto. Você receberá um e-mail de notificação quando as alterações forem mescladas. + +## Para onde ir a partir daqui? + +Parabéns! Você completou o fluxo de trabalho básico _fork -> clone -> edit -> PR_ que você encontrará frequentemente como contribuidor! + +Celebre sua contribuição e compartilhe com seus amigos e seguidores no [app web](https://firstcontributions.github.io/#social-share). + +Se você quiser mais prática, verifique [code contributions](https://github.com/roshanjossey/code-contributions). + +Agora você pode colaborar com outros projetos. Nós compilamos uma lista de projetos com problemas simples que você pode começar. Verifique em [a lista de projetos no web app](https://firstcontributions.github.io/#project-list). + +### [ Material adicional ](../additional-material/translations/Portugues/additional-material.pt_br.md) + +## Tutoriais usando outras ferramentas + +| GitHub Desktop | Visual Studio 2017 | IntelliJ IDEA | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [GitHub Desktop](../gui-tool-tutorials/translations/github-desktop-tutorial.pt_br.md) | [Visual Studio 2017](../gui-tool-tutorials/translations/github-windows-vs2017-tutorial.pt_br.md) | [IntelliJ IDEA](../gui-tool-tutorials/translations/github-windows-intellij-tutorial.pt_br.md) | diff --git a/docs/gui-tool-tutorials/translations/README.ro.md b/docs/gui-tool-tutorials/translations/README.ro.md new file mode 100644 index 00000000..af112c56 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ro.md @@ -0,0 +1,143 @@ +[![Surse Deschise 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) +[![Licență: MIT](https://img.shields.io/badge/Licență-MIT-green)](https://opensource.org/licenses/MIT) +[![Contribuitori](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) + + +# Primele Contribuții + +Acest proiect își propune să simplifice și să îndrume modul în care începătorii își fac prima contribuție. Dacă doriți să faceți prima contribuție, urmați pașii de mai jos. + +_Dacă nu vă simțiți confortabil folosind linia de comandă, [aici sunt tutoriale folosind alte unelte (GUI)](#tutoriale-folosind-alte-unelte)._ + +Realizați bifurcația depozitului + +#### Dacă nu ai git instalat, [instalează-l](https://help.github.com/articles/set-up-git/). + +## Realizați bifurcația depozitului + +Efectuați bifurcația acestui depozit apăsând pe butonul `Fork` din partea de sus a acestei pagini. +Aceasta va crea o copie a acestui depozit în contul dvs. + +## Clonați depozitul + +Clonați acest depozit + +Acum clonați depozitul bifurcat pe computerul dvs. Mergeți în contul dvs. GitHub, deschideți depozitul bifurcat, apăsați pe butonul `Code` și apoi pe pictograma de _copiere în clipboard_. + +Deschideți un terminal și executați următoarea comandă Git: + +```bash +git clone "URL-ul pe care l-ați copiat" +``` +unde `URL-ul pe care l-ați copiat` (fără ghilimele) este URL-ul către acest depozit (bifurcarea dvs. a acestui proiect). Consultați pașii anteriori pentru a obține URL-ul. + +Copiați URL-ul în clipboard + +De exemplu: + +```bash +git clone https://github.com/numele-tau/first-contributions.git +``` +unde `numele-tau` reprezintă numele dvs. de utilizator GitHub. Aici copiați conținutul depozitului _first-contributions_ de pe GitHub pe computerul dvs. + +## Creați o ramură + +Schimbați directorul depozitului de pe computerul dvs. (dacă nu sunteți deja acolo): + +```bash +cd first-contributions +``` + +Acum creați o ramură folosind comanda `git switch`: + +```bash +git switch -c numele-noii-ramuri +``` + +De exemplu: + +```bash +git switch -c adaug-alonzo-church +``` + +## Efectuați modificările necesare și comiteți acele modificări + +Acum deschideți fișierul `Contributors.md` într-un editor de text, adăugați-vă numele în el. Nu-l adăugați la începutul sau la sfârșitul fișierului. Puneți-l oriunde între acestea. Apoi, salvați fișierul. + +Stare git + +Dacă mergeți în directorul proiectului și executați comanda `git status`, veți vedea că există modificări. + +Adăugați aceste modificări în ramura pe care tocmai ați creat-o folosind comanda `git add`: + +```bash +git add Contributors.md +``` + +Acum comiteți acele modificări folosind comanda `git commit`: + +```bash +git commit -m "Adaug numele-tau la lista de Contribuitori" +``` +înlocuind `numele-tau` cu numele dvs. + +## Încărcați modificările pe GitHub + +Împinge schimbările tale cu comanda `git push`: + +```bash +git push -u origin numele-ramurii-tale +``` +înlocuind `numele-ramurii-tale` cu numele ramurii pe care ați creat-o anterior. + +
+ Dacă întâmpinați erori în timpul încărcării, apăsați aici: + + - ### Eroare de autentificare +
remote: Suportul pentru autentificarea prin parolă a fost eliminat la 13 august 2021. Vă rugăm să utilizați un token de acces personal în schimb.
+remote: Vă rugăm să consultați https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ pentru mai multe informații.
+fatal: Autentificare eșuată pentru 'https://github.com//first-contributions.git/'
+înlocuind `numele-tau` cu numele dvs. de utilizator GitHub. + +Mergeți la [tutorialul GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) pentru a genera și configura o cheie SSH pentru contul dvs. + +
+ +## Trimiteți modificările pentru a fi revizuite + +Dacă mergeți în depozitul dvs. de pe GitHub, veți vedea un buton `Compară și cereți trageri`. Faceți clic pe acest buton. + +Creați o cerere de tragere + +Acum trimiteți cererea de tragere. + +Trimiteți cererea de tragere + +În curând, voi integra toate modificările dvs. în ramura principală a acestui proiect. Veți primi o notificare prin e-mail odată ce modificările vor fi integrate. + +## Unde să mergeți de aici? + +Felicitări! Ați finalizat fluxul standard _fork -> clone -> edit -> pull request_ pe care îl veți întâlni adesea ca contributor! + +Sărbătoriți-vă contribuția și partajați-o cu prietenii și urmăritorii dvs., accesând [aplicația web](https://firstcontributions.github.io/#social-share). + +Puteți să vă alăturați echipei noastre Slack dacă aveți nevoie de ajutor sau aveți întrebări. [Alăturați-vă echipei Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w). + +Acum să vă începem cu contribuția la alte proiecte. Am compilat o listă de proiecte cu probleme ușoare cu care puteți începe. Verificați [lista de proiecte din aplicația web](https://firstcontributions.github.io/#project-list). + +### [Materiale suplimentare](additional-material/git_workflow_scenarios/additional-material.md) + + +## Tutoriale Folosind Alte Unelte (GUI) + +| 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) | + +

Acest proiect este susținut de:

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.ru.md b/docs/gui-tool-tutorials/translations/README.ru.md new file mode 100644 index 00000000..56af2264 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ru.md @@ -0,0 +1,174 @@ +[![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) + +# Первый вклад в проект + +Сложно. Всегда сложно начинать что-то с самого начала. Довольно неприятно совершать ошибки, особенно если вы работаете в команде. Весь open source состоит из сотрудничества и совместной работы. Мы хотим облегчить первые шаги в обучении и сотрудничестве начинающим разработчикам. + +Чтение статей и учебников может помочь, но что может быть лучше, чем настоящий практический опыт, без риска что-либо испортить? Цель этого проекта - должным образом направить молодых новобранцев, а также предоставить им возможность сделать их первый вклад. Помните: чем меньше вы напряжены, тем лучше вы учитесь. Если вы ищете возможность осуществить свой первый вклад, просто следуйте простым шагам, расположенным ниже. Обещаем, будет интересно. + +Если вам нужна помощь с командной строкой, [это руководство использует инструменты графической операционной системы (GUI).](#Использование-других-инструментов) + +сделать ветку + +Если у вас не установлен git на компьютере, [ установите его. ](https://help.github.com/articles/set-up-git/) + +## Создайте ветку + +Создайте собственную ветку, нажав на кнопку `fork` сверху этой страницы. Таким образом, вы создадите копию этого репозитория в своем аккаунте. + +## Клонируйте репозиторий + +клонировать репозиторий + +Теперь клонируйте ваш репозиторий на ПК. Нажмите на кнопку `clone`, а затем на иконку `copy to clipboard`, чтобы скопировать ссылку. + +Откройте терминал и запустите следующую git команду: + +``` +git clone "ссылка на репозиторий" +``` + +Где "ссылка на репозиторий" (без кавычек) - это ссылка на ваш репозиторий. Посмотрите предыдущие шаги, чтобы получить эту ссылку. + +скопируйте ссылку в буфер обмена + +Например: + +``` +git clone https://github.com/ваш-логин/first-contributions.git +``` + +Где `ваш логин` ваш логин на github'e. Таким образом вы копируете репозиторий 'first-contributions' с GitHub на ваш ПК. + +## Создайте ветку + +Перейдите в каталог репозитория на вашем компьютере, если вы еще не там. + +``` +cd first-contributions +``` + +Теперь создайте ветку с помощью команды `git checkout` + +``` +git checkout -b +``` + +Например: + +``` +git checkout -b add-alonzo-church +``` + +(Синтаксически не требуется, чтобы название ветки содержало слово _add_, но это оправдано, поскольку подчеркивает назначение этой ветки: добавить ваше имя в список.) + +## Внесите необходимые изменения и создайте коммит + +Теперь откройте файл `Contributors.md` в вашем текстовом редакторе, впишите ваше имя и сохраните файл. Если вы перейдёте в директорию проекта и выполните `git status`, вы увидите изменения. Добавьте эти изменения с помощью команды `git add`. + +``` +git add Contributors.md +``` + +Теперь закоммитьте данные изменения с помощью команды `git commit`. + +``` +git commit -m "Add to Contributors list" +``` + +Измените `` на ваше имя + +## Запушьте изменения на github + +Запушьте ваши изменения с помощью `git push` + +``` +git push origin +``` + +Измените `` на имя ветки, которую вы создали ранее. + +## Подтвердите изменения для ревью + +Если вы зайдете в свой репозиторий на GitHub, вы увидите кнопку `Compare & pull request`. Нажмите на нее. + +create a pull request + +Теперь подтвердите пулл-реквест. + +submit pull request + +Скоро я произведу объединение всех ваших изменений с основной веткой данного проекта. Вы получите сообщение по электронной почте, когда изменения будут приняты (смержены). + +Основная ветка вашего репозитория не будет изменена. Для синхронизации выполните шаги, расположенные ниже. + +## Синхронизируйте вашу ветку с данным репозиторием + +Прежде всего перейдите в основную ветку: + +``` +git checkout main +``` + +Затем добавьте url моего репозитория в поле `upstream remote url`: + +``` +git remote add upstream https://github.com/Roshanjossey/first-contributions +``` + +Таким образом мы сообщим git'у, что существует другая версия данного проекта по определенной ссылке, и мы ее считаем мастером. Как только изменения смержены, подгрузите новую версию моего репозитория. + +``` +git fetch upstream +``` + +Таким образом мы забрали все изменения в моём ответвлении (upstream remote). После, вам нужно смержить новую версию моего репозитория с вашей мастер-веткой. + +``` +git rebase upstream/main +``` + +Так вы применяете все изменения, которые вы подтянули к вашей мастер-ветке. Если вы запушите сейчас мастер-ветку, ваше ответвление тоже будет содержать изменения. + +``` +git push origin main +``` + +Обратите внимание, что вы пушите в удаленный репозиторий origin. + +На этом этапе я объединил вашу ветку `` со своей мастер-веткой, а вы объединили свою мастер-ветку с моей. Ваша ветка больше не нужна, вы можете удалить её: + +``` +git branch -d +``` + +Так же можете удалить её версию в удалённом репозитории: + +``` +git push origin --delete +``` + +Это совершенно не обязательно, но название этой ветки отражает её довольно специфическое назначение. И продолжительность её жизни может быть соответствующе короткой. + +## Использование других инструментов + +| 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) | + +## Что дальше? + +Ниже несколько популярных репозиториев, где вы можете найти задания для новичков. Вперёд, перейдите в репозитории, чтобы узнать больше. + +| [![exercism](https://avatars2.githubusercontent.com/u/5624255?v=3&s=100)](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [![fun-retro](https://avatars3.githubusercontent.com/u/15913975?v=3&s=100)](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [![habitat](https://avatars1.githubusercontent.com/u/18171698?v=3&s=100)](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [![scikit-learn](https://avatars0.githubusercontent.com/u/365630?v=3&s=100)](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie)(https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [![elasticsearch](https://avatars2.githubusercontent.com/u/6764390?v=3&s=100)](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [exercism](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [Fun Retros](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [react](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [habitat](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [scikit-learn](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [Leiningen](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [numpy](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [elasticsearch](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) | +| [![homebrew](https://avatars2.githubusercontent.com/u/1503512?v=3&s=100)](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [![rust](https://avatars1.githubusercontent.com/u/5430905?v=3&s=100)](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [![vuejs](https://avatars1.githubusercontent.com/u/6128107?v=3&s=100)](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [![Suave](https://avatars2.githubusercontent.com/u/5822862?v=3&s=100)](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [![OpenRA](https://avatars3.githubusercontent.com/u/409046?v=3&s=100)](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [![PowerShell](https://avatars0.githubusercontent.com/u/11524380?v=3&s=100)](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [![coala](https://avatars2.githubusercontent.com/u/10620750?v=3&s=100)](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [![moment](https://avatars2.githubusercontent.com/u/4129662?v=3&s=100)](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) | +| [homebrew](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [vuejs](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [Suave](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [OpenRA](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [PowerShell](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [coala](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [moment](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) | +| [![ava](https://avatars0.githubusercontent.com/u/8527916?v=3&s=100)](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [![freeCodeCamp](https://avatars0.githubusercontent.com/u/9892522?v=3&s=100)](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [![webpack](https://avatars3.githubusercontent.com/u/2105791?v=3&s=100)](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [![hoodie](https://avatars1.githubusercontent.com/u/1888826?v=3&s=100)](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [![pouchdb](https://avatars3.githubusercontent.com/u/3406112?v=3&s=100)](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [![neovim](https://avatars0.githubusercontent.com/u/6471485?v=3&s=100)](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [![babel](https://avatars2.githubusercontent.com/u/9637642?v=3&s=100)](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/adobe/brackets/labels/Starter%20bug) | +| [ava](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [webpack](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [hoodie](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [pouchdb](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [neovim](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [babel](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [brackets](https://github.com/adobe/brackets/labels/Starter%20bug) | +| [![Node.js](https://avatars1.githubusercontent.com/u/9950313?v=3&s=100)](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | +| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | diff --git a/docs/gui-tool-tutorials/translations/README.se.md b/docs/gui-tool-tutorials/translations/README.se.md new file mode 100644 index 00000000..2d1bb805 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.se.md @@ -0,0 +1,123 @@ +[![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 + +Det är alltid svårt första gången man gör något och speciellt när du samarbetar med andra kan det vara extra känsligt att göra misstag. Vi vill göra det lättare för dig att lära dig hur man bidrar till ett öppet källkods-projekt. + +Att läsa artiklar och titta på handledningar kan så klart hjälpa men det är alltid bättre att göra det på riktigt. Detta projeket har som syfte att tillhandahålla en guide och göra det enkelt för nybörjare att göra sina första bidrag. Om du är ute efter att göra ditt första bidrag kan du följa stegen nedan. + + +#### *Om du inte känner dig bekväm med kommandoraden, [så finns en vägledning här.](#Handledningar-för-andra-verktyg)* + + +fork this repository + +Om du inte har git installerat [så installera det]( https://help.github.com/articles/set-up-git/ ) + +## Gör en Fork på detta repository + +Forka repot genom att klicka på fork-knappen överst på denna sida. +Detta kommer att skapa en kopia av repot i ditt GitHub-konto. + +## Klona repository + +clone this repository + +Klona repot till din dator. Gå till ditt GitHub-konto och klicka på clone-knappen och klicka sedan på *copy to clipboard*-ikonen. + +Öppna en terminal och kör följande kommando: + +``` +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. + +copy URL to clipboard + +Till exempel: +``` +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. + +## Skapa en branch + +Gå till repo-katalogen på din dator (om du inte redan står i den katalogen): + +``` +cd first-contributions +``` + +Nu skapar du en branch genom att använda `git checkout`-kommandot: +``` +git checkout -b +``` + +Till exempel: +``` +git checkout -b mitt-tillag +``` + +## Gör de ändringar du vill göra och commita dem + +Nu öppnar du `Contributors.md` i en text-editor och lägger till ditt namn. Lägg inte till något i början eller slutet av dokumentet utan lägg till någonstans mitt emellan. Spara filen. + +git status + +Ge kommando `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`: + +``` +git add Contributors.md +``` + +Commita dina ändringar genom att använda `git commit`: +``` +git commit -m "Add to Contributors list" +``` +ersätt `` med ditt namn. + +## Pusha ändringar till GitHub + +Pusha dina ändringar genom att använda kommando `git push`: +``` +git push origin +``` +ersätt `` med det branch-namn du använt tidigare. + +## Skicka iväg dina ändringar för granskning + +Om du navigerar till ditt repo på GitHub kan du se en knapp med texten `Compare & pull request`. Klicka på den. + +create a pull request + +Skicka iväg din s.k. pull request. + +submit pull request + +Snart kommer jag införa dina ändringar i huvudprojektet. Du kommer att få ett e-mail så fort dina ändringar blivit införda. + +## Hur går man vidare? + +Gratulerar! Du har just genomfört standardprocessen för _fork -> clone -> edit -> PR_, en process du kommer att stöta på ofta! + +Fira genom att dela med dina vänner och följare genom att gå till [web app](https://firstcontributions.github.io/#social-share). + +Behöver du hjälp eller vill du ställa frågor så kan du gå med i vår slack-grupp. [Gå med i slack-gruppen](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Nu kan du gå vidare genom att bidra i andra projekt. Vi har sammanställt en lista med enkla uppgifter som du kan starta med. Kolla in [projektlistan i webbapplikationen](https://firstcontributions.github.io/#project-list). + +### [Ytterligare material](../additional-material/git_workflow_scenarios/additional-material.md) + + +## Handledningar för andra verktyg + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.si.md b/docs/gui-tool-tutorials/translations/README.si.md new file mode 100644 index 00000000..ba24b530 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.si.md @@ -0,0 +1,129 @@ +[![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) + +# පළමු දායකත්වය + +ආරම්භකයින්ගේ පළමු දායකත්වය ලබා දෙන ආකාරය සරල කිරීම සහ මඟ පෙන්වීම මෙම ව්‍යාපෘතියේ අරමුණයි. ඔබ ඔබේ පළමු දායකත්වය ලබා දීමට බලාපොරොත්තු වන්නේ නම්, පහත පියවර අනුගමනය කරන්න. + +#### *ඔබ විධාන රේඛාව (command line) සමඟ අපහසු නම්, [GUI මෙවලම් භාවිතා කරන නිබන්ධන මෙන්න.](#tutorials-using-other-tools)* + +මෙම ගබඩාව fork කරන්න + +ඔබේ පරිගණකයේ git නොමැති නම්, [ස්ථාපනය කරන්න](https://help.github.com/articles/set-up-git/). + +## මෙම ගබඩාව fork කිරීම + +පිටුවේ ඉහළින් ඇති fork බොත්තම ක්ලික් කිරීමෙන් මෙය කළ හැකිය. මෙය ඔබගේ ගිණුමේ +පිටපතක් සාදනු ඇත. + +## මෙම ගබඩාව clone කරන්න + +මෙම ගබඩාව clone කරන්න + +දැන් ඔබේ පරිගණකට fork කරපු repository ය ක්ලෝන කරන්න. ඔබට ඔබගේ GitHub ගිණුමට ගොස් fork කරපු repository විවෘත කර clone බොත්තම ක්ලික් කර එය පසුරු පුවරුවට (clipboard) පිටපත් කිරීමෙන් මෙය කළ හැක. + +*terminal* හෝ *command prompt* විවෘත කර පහත git විධානය ක්‍රියාත්මක කරන්න: + +``` +git clone "ඔබ පිටපත් කළ url එක" +``` + +මෙහි "ඔබ පිටපත් කළ url එක" (උපුටා දැක්වීම් ලකුණු නොමැතිව) මෙම ගබඩාවේ url එක වේ (මෙම ව්යාපෘතියේ ඔබේ දෙබල (fork) ). url එක ලබා ගැනීමට පෙර පියවර බලන්න. + +copy URL to clipboard + + +උදාහරණ වශයෙන්: + +``` +git clone https://github.com/මෙය-ඔබයි/first-contributions.git +``` + +මෙහි `මෙය ඔබයි` යනු GitHub පරිශීලක නාමයයි. මෙය ඔබගේ GitHub ගිණුමේ first-contributions repository පිටපතක් සෑදීමට ඔබට ඉඩ සලසයි. + +## ශාඛාවක් නිර්මාණය කිරීම + +ඔබේ පරිගණකයේ ගබඩා නාමාවලියට වෙනස් කරන්න (ඔබ දැනටමත් එහි නොමැති නම්): + +``` +cd first-contributions +``` + + +දැන් `git checkout` විධානය භාවිතා කරමින් ශාඛාවක් සාදන්න: + +``` +git checkout -b <ඔබගේ-නව-ශාඛාවේ-නම> +``` + +උදාහරණ වශයෙන්: + +``` +git checkout -b add-luke-oliff +``` + +(ශාඛාවේ නමට *add* එකතු කිරීම අවශ්‍ය නොවේ, නමුත් එය සාධාරණ දෙයකි, මන්ද මෙම ශාඛාවේ අරමුණ ඔබේ නම ලැයිස්තුවකට එකතු කිරීමයි.) + +## අවශ්‍ය වෙනස්කම් සිදු කර commit කරන්න + +දැන් Contributors.md ගොනුව පෙළ සංස්කාරකයක විවෘත කරන්න, එයට ඔබේ නම එක් කරන්න. ගොනුවේ ආරම්භයේ හෝ අවසානයේ එය එකතු නොකරන්න. එය අතර මැද ඕනෑම තැනකට එකතු කරන්න. දැන්, ගොනුව save කරන්න. + +git status + +ඔබ ව්‍යාපෘති නාමාවලිය වෙත ගොස් git status විධානය ක්‍රියාත්මක කළහොත්, වෙනස්කම් ඇති බව ඔබට පෙනෙනු ඇත. + +`git add` විධානය භාවිතයෙන් ඔබ දැන් නිර්මාණය කළ ශාඛාවට එම වෙනස්කම් එක් කරන්න: + +``` +git add Contributors.md +``` + +දැන් `git commit` විධානය භාවිතා කර එම වෙනස්කම් සිදු කරන්න: + +``` +git commit -m "Add <ඔයාගේ_නම> to Contributors list" +``` + +`<ඔබේ_නම>` වෙනුවට ඔබේ නම ඇතුල් කරන්න. + +## GitHub වෙත වෙනස්කම් තල්ලු කරන්න + +`git push` විධානය භාවිතයෙන් ඔබගේ වෙනස්කම් තල්ලු කරන්න: +``` +git push origin -u <ඔබගේ-නව-ශාඛාවේ-නම> +``` + +`<ඔබගේ-නව-ශාඛාවේ-නම>` ඔබ කලින් නිර්මාණය කළ නම සමඟ ශාඛාව ප්රතිස්ථාපනය කරන්න. + +## සමාලෝචනය සඳහා ඔබේ වෙනස්කම් ඉදිරිපත් කරන්න + + +ඔබ GitHub හි ඔබගේ ගබඩාවට ගියහොත්, ඔබට `Compare & pull request` බොත්තමක් පෙනෙනු ඇත. එම බොත්තම මත ක්ලික් කරන්න. + +create a pull request + +දැන් pull request ඉදිරිපත් කරන්න. + +submit pull request + +මම ළඟදීම ඔබේ සියලු වෙනස්කම් මෙම ව්‍යාපෘතියේ ප්‍රධාන ශාඛාවට ඒකාබද්ධ කරමි. වෙනස්කම් ඒකාබද්ධ කළ පසු ඔබට දැනුම්දීමේ Email පණිවිඩයක් ලැබෙනු ඇත. + +## මෙතැන් සිට කොහේ යන්නද? + +සුභ පැතුම්! ඔබ දායකයෙකු ලෙස සම්මත 'fork -> clone -> edit -> pull request' කාර්ය ප්‍රවාහය ඔබ සම්පුර්ණ කර ඇත! + +ඔබේ දායකත්වය සහ ඔබේ මිතුරන් සහ අනුගාමිකයින් සමඟ සමරන්න [web app](https://firstcontributions.github.io/#social-share) ගිහින් share කරන්න. + +ඔබට කිසියම් උදව්වක් අවශ්‍ය නම් හෝ කිසියම් ප්‍රශ්නයක් ඇත්නම් ඔබට අපගේ slack කණ්ඩායමට සම්බන්ධ විය හැකිය. [අපගේ slack කණ්ඩායමට එක්වන්න](https://join.slack.com/t/firstcontributors/shared_invite/zt-kpbyrmkk-JDkRtchcvRvQ0qK4iPmyvA).. + +දැන් අපි ඔබට වෙනත් ව්‍යාපෘති සඳහා දායක වීම ආරම්භ කරමු. ඔබට ආරම්භ කළ හැකි පහසු ගැටළු සහිත ව්‍යාපෘති ලැයිස්තුවක් අපි සම්පාදනය කර ඇත්තෙමු. පරීක්ෂා කරන්න [web app ව්‍යාපෘති ලැයිස්තුව](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) | diff --git a/docs/gui-tool-tutorials/translations/README.sindhi.md b/docs/gui-tool-tutorials/translations/README.sindhi.md new file mode 100644 index 00000000..3951a30f --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.sindhi.md @@ -0,0 +1,132 @@ +[![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) + +# پهريون تعاون + +اهو ڏکيو آهي. اهو هميشه مشڪل آهي پهريون دفعو توهان ڪجهه ڪيو خاص طور تي جڏهن توهان تعاون ڪري رهيا آهيو ، غلطيون ڪرڻ هڪ آرام واري شيءِ نه آهي. اسان پهريون طريقو کولڻ چاهيون ٿا نئون کليل ذريعو مددگار سکن ٿا ۽ پهريون ڀيرو حصو وٺن ٿا. + +پڙهائي آرٽيڪل ۽ ڏسڻ وارا سبق مدد ڪري سگھن ٿا ، پر اصل ۾ عملي ماحول ۾ شيون ڪرڻ سان سٺو ڇا آهي؟ ھن پروجيڪٽ جو مقصد مقصد مهيا ڪرڻ ۽ آسانيون جوڙيندڙن کي پنھنجي ابتدائي مدد ڪرڻ جو طريقو آھي. جيڪڏھن توھان پنھنجو پھريون حصو بڻائڻ جي ڪوشش ڪري رھيا آھيو ، ھيٺين قدمن تي عمل ڪريو. + +### جيڪڏهن توهان ڪمانڊ لائن سان مطمئن نه آهيو ، [هتي GUI ٽولز استعمال ڪرڻ وارا سبق آهن.] (# سبق استعمال ڪندڙ-ٻئي اوزار) _ + + +#### _ ھن [ٻين ٻولين ۾] پڙھو (ترجما / ترجما. ايم ڊي) ._ + +fork this repository + +#### جيڪڏهن توهان کي پنهنجي مشين تي گٽ نه آهي ، ته [انسٽال ڪريو] (https://help.github.com/articles/set-up-git/). + +## هن مخزن کي سنڀاليو + +هن صفحي جي مٿئين حصي تي فورڪ بٽن تي ڪلڪ ڪري هن مخزن کي دٻايو. +اهو توهان جي اڪائونٽ ۾ هن مخزن جي ڪاپي ٺاهي ڏيندو. + +## مخزن کي کلون + +clone this repository + +هاڻي ڪلون محفوظ ڪيل مخزن کي توهان جي مشين ڏانهن پهچايو. پنھنجي GitHub اڪائونٽ ڏانھن وڃو ، فورڪ ٿيل مخزن کي کوليو ، ڪوڊ واري بٽڻ تي ڪلڪ ڪريو ۽ پوءِ _ ڪپي ڪلپ بورڊ جي آئڪن تي ڪلڪ ڪريو. + +هڪ ٽرمينل کوليو ۽ هيٺيان گٽ ڪمانڊ هلايو. + +" +گٽ کلون ”يو آر ايل توهان ڪاپي ئي ڪئي آهي“ +" + +جتي "صرف توهان يوپي ايل ڪاپي ڪئي آهي" (ڪڻڪ جي نشانين کانسواءِ) هن ريزنزوري ڏانهن يو آر ايل (هن پراجيڪٽ جي ڪانٽ). يو آر ايل حاصل ڪرڻ لاءِ پوئين قدم ڏسو. + +copy URL to clipboard + +مثال طور: + +" +گٽ کلون https://github.com/this-is-you/first-contactions.git +" + +جتي-هي-تون-توهان جو آهي توهان جو GitHub صارف نالو هتي توهان پنهنجي ڪمپيوٽر ڏانهن GitHub تي سڀ کان پهرين شراڪت جي مخزن جو مواد نقل ڪري رهيا آهيو. + +## هڪ شاخ ٺاهيو + +توهان جي ڪمپيوٽر تي مخزن ڊاريڪٽري ۾ تبديل ڪريو (جيڪڏهن توهان پهريان ئي نه آهيو) + +" +سي ڊي پهرين تعاون +" + +ھاڻي شاخ ٺاھيو حڪم "گٽ چيڪ آئوٽ" استعمال ڪندي. + +" +ڏسي چڪاس ڪريو -آب نئون-شاخ-نالو +" + +مثال طور: + +" +گٽ چيڪ آئوٽ -b شامل الونزو-چرچ +" + +(شاخ جو نالو _add_ لفظ شامل ڪرڻ جي ضرورت ناهي ، پر ان ۾ شامل ٿيڻ مناسب ڳالهه آهي ڇاڪاڻ ته هن برانچ جو مقصد توهان جي نالي کي لسٽ ۾ شامل ڪرڻ آهي.) + +## ضروري تبديليون ڪيو ۽ انهن تبديلين کي انجام ڏيو + +ھاڻي ٽيڪسٽ ايڊيٽر ۾ Contributors.md فائل کوليو ، پنھنجو نالو ان ۾ شامل ڪريو. فائل جي شروعات يا آخر ۾ ان کي شامل نه ڪريو. ان کي وچ ۾ ڪٿي به وجھو. ھاڻي ، فائل کي بچايو. + +git status + +جيڪڏهن توهان پروجيڪٽ ڊاريڪٽري ڏانهن وڃو ۽ حڪم کي ختم ڪريو گٽ اسٽيٽس ، توهان ڏسندا ته هتي تبديليون آهن. + +جن شاخن کي توھان ٺاھيو آھي انھن کي شامل ڪريو جيڪي تبديلي آڻي سگھوٿا + +" +git شامل ڪريو Contributors.md +" + +ھاڻي انھن تبديلين کي انجام ڏيو "گٽ ڪمٽ" حڪم استعمال ڪندي: + +" +git commit -m "شرڪت ڪندڙن جي لسٽ ۾ <توھان جو نالو شامل ڪريو" +" + +توهان جي نالي سان "توهان جو نالو" بدلجي ٿو. + +## گٽ هب ۾ پش تبديلين + +پنھنجن تبديلين کي ھٿ سان ڌڪايو "گشت پش": + +" +گٽ پش اصل +" + +توهان جي ٺاهي ڪيل شاخ جي نالي سان "کي تبديل ڪرڻ + +## پنھنجون تبديليون راءِ لاءِ پيش ڪريو + +جيڪڏهن توهان GitHub تي پنهنجي مخزن ڏانهن ويندا آهيو ، توهان ڏسندا "تقابلي ۽ پلڻ واري درخواست" بٽڻ. انهي بٽڻ تي ڪلڪ ڪيو. + +create a pull request + +هاڻي پل جي درخواست جمع ڪر. + +submit pull request + +جلد ئي آئون توهان جي سڀني تبديلين کي ان منصوبي جي ماسٽر برانچ ۾ ضم ڪري ڇڏيندس. توهان جون هڪ ڀيرو اطلاع ملڻ واري اي ميل حاصل ٿيندي هڪ ڀيرو تبديليون ضم ٿي ويون آهن. + +## ڪيڏانهن وڃڻو آهي؟ + +مبارڪون هجن! توهان صرف معياري _فورڪ -> ڪلون -> ايڊٽ ڪيو -> پل درخواست_ ڪم جي وهڪري کي مڪمل ڪيو جنهن سان توهان اڪثر منهن ڏيڻ ۾ مدد ڪندا! + +پنهنجي حصي جو جشن ملهايو ۽ ان کي [ويب ايپ] تي وڃڻ سان پنهنجن دوستن ۽ پوئلڳن سان حصيداري ڪريو (https://firstcontactions.github.io/#social-share). + +جيڪڏهن توهان ڪنهن مدد جي گهرج ۾ يا ڪنهن سوال جي صورت ۾ توهان اسان جي سستي ٽيم ۾ شامل ٿي ويا [سليڪ ٽيم ۾ شامل ٿيو] (https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +هاڻي اچو ته توهان شروع ڪيو ٻين منصوبن ۾ ڀاڙي سان حصو وٺي اسان منصوبن جي هڪ فهرست مرتب ڪئي آهي توهان کي آسان مسئلن تي جيڪي توهان شروع ڪري سگهو ٿا. [ويب ائپ ۾ منصوبن جي فهرست] چيڪ ڪريو (https://firstcontactions.github.io/#project-list). + +### [اضافي مواد] (additional-material/git_workflow_scenarios/extra-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) | diff --git a/docs/gui-tool-tutorials/translations/README.sk.md b/docs/gui-tool-tutorials/translations/README.sk.md new file mode 100644 index 00000000..fa767a49 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.sk.md @@ -0,0 +1,125 @@ +[![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) + +# Prvý príspevok + +Život je ťažký. Obzvlášť keď niečo robíte prvýkrát. V prípade, že na niečom spolupracujete, nie je robenie chýb niečo, čo by vám robilo radosť. My by sme radi zjednodušili cestu novým prispievateľom do open-source pri ich učení sa ako na to. + +Čítanie článkov alebo zhliadnutie video návodov sú tiež cesty, ale čo je lepšie ako si danú vec priamo ohmatať na vlastnej koži v reálnom prostredí? Tento projekt je zameraný na poskytnutie pomoci začiatočníkom s ich prvým prispením do open-source. Ak ste ním práve vy, nasledujte kroky popísané nižšie. + +#### *Ak nemáte radi príkazový riadok, [tu nájdete návody na použitie nástrojov s GUI (grafické užívateľské rozhranie)](#Návod-za-použitie-ďalších-nástrojov)* + +forknite tento repozitár + +Ak máte nainštalovaný git, [nainštalujte si ho]( https://help.github.com/articles/set-up-git/). + +## Forknite tento repozitár + +Forknite (vytvorenie kópie z originálu, z anglického *fork* - *vidlička*, ako vytvorenie novej odnože) tento repozitár kliknutím na tlačidlo **Fork** hore na tejto stránke. Tým vytvoríte kópiu tohto repozitára na svojom vlastnom GitHib účte. + +## Naklonujte repozitár + +naklonujte tento repozitár + +Teraz naklonujte (anglicky *clone*) forknutý repozitár na váš počítač, naklonovanie nie je nič iné ako stiahnutie obrazu repozitára k vám na počítač. Na vašom GitHub účte si otvoríte forknutý repozitár, kliknite na tlačidlo **Clone or download** a následne v okienku, ktoré sa objaví, kliknite na tlačidlo s ikonkou **copy to clipboard** vedľa URL adresy, čím si ju skopírujete do schránky. + +Teraz otvorte terminál a spustite nasledujúci príkaz: + +```` +git clone "url ktoré ste práve skopírovali" + +```` + +skopírujte adresu do schránky + +Napríklad: + +```` +git clone https://github.com/vas-username/first-contributions.git +```` + +Týmto na svojom počítači vytvoríte priečinok so súbormi daného repozitára. + +## Vytvorte vetvu + +V príkazovom riadku sa prepnite do zložky s repozitárom (ak v nej už nie ste) + +```` +cd first-contributions +```` + +Teraz vytvorte novú vetvu (anglicky *branch*) za použitia príkazu `git checkout`: + +```` +git checkout -b +```` + +Napríklad: +```` +git checkout -b pridanie-mojho-mena +```` + +Meno vetvy by malo vypovedať o tom, čo kód alebo čokoľvek iné do nej pridané bude robiť/vykonávať, prípadne prečo sa daná vec deje. + +## Urobte zmeny a zaznamenajte ich + +Otvorte súbor `Contributors.md` v textovom editore a pridajte do neho svoje meno. Napíšte ho niekam doprostred a súbor uložte. + +git status + +Pokiaľ teraz v príkazovom riadku spustíte príkaz `git status`, uvidíte aké zmeny boli v repozitári vykonané. + +Tieto zmeny do danej vetvy pridáte príkazom `git add`: + +```` +git add Contributors.md +```` + +Zostáva už len potvrdiť (anglicky *commit*) zmeny príkazom `git commit`: + +```` +git commit -m "Add to Contributors list" +```` + +Za prepínač `-m` sa píše čo dané zmeny predstavujú, popis by mal byť jednoduchý ale výstižný. + +## Pretlačte zmeny na GitHub + +Teraz zmeny vykonané lokálne na počítači pretlačíme (anglicky *push*) na GitHub príkazom `git push`: + +```` +git push origin +```` + +## Predložte svoje zmeny na posúdenie + +Pokiaľ sa teraz pozriete do svojho GitHub repozitára, uvidíte tlačidlo **Compare & pull request**. Kliknite naň. + +vytvorte pull request + +Teraz vytvorte žiadosť o pretiahnutie vašej vetvy do originálneho repozitára (anglicky *pull request*). + +potvrďte pull request + +Čoskoro budú správcovia vykonávať zapracovanie vašich zmien do hlavnej (anglicky *master*) vetvy tohto projektu. Až sa do nej vaše zmeny dostanú, dostanete emailové upozornenie. + +## Kam ďalej? + +Blahoželáme! Práve ste dokončili štandardný _fork -> clone -> edit ->_ priebeh práce (anglicky *workflow), s ktorým sa ako prispievateľ do projektov stretnete dennodenne. + +Oslávte svoj prvý príspevok so svojimi priateľmi a nasledovníkmi cez [webovú aplikáciu](https://firstcontributions.github.io/#social-share). + +V prípade, ak by ste mali akékoľvek otázky alebo potrebovali pomoc, môžete sa [pridat k našemu Slack teamu](https://join.slack.com/t/firstcontributors/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY). + +Teraz vám už nič nebráni v prispievaní do ostatných projektov. Pripravili sme pre vás zoznam projektov, ktoré majú jednoduché záležitosti na vyriešenie/naprogramovanie, s ktorými môžete začať. Pozrite sa [tu](https://firstcontributions.github.io/#project-list). + +### [Ďalšie materiály](../additional-material/git_workflow_scenarios/additional-material.md) + + +## Návod za použitia ďalších nástrojov + +|GitHub Desktop|Visual Studio 2017|GitKraken|VS Code| +|---|---|---|---| +|[GitHub Desktop](../github-desktop-tutorial.md)|[Visual Studio 2017](../github-windows-vs2017-tutorial.md)|[GitKraken](../gitkraken-tutorial.md )|[Visual Studio Code](../github-windows-vs-code-tutorial.md)| \ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.sl.md b/docs/gui-tool-tutorials/translations/README.sl.md new file mode 100644 index 00000000..bee6b926 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.sl.md @@ -0,0 +1,121 @@ +[![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) + + +# Prvi prispevek + +Vsak začetek je težak. Ko sodeluješ z drugimi, so napake še veliko bolj neprijetne. Zato smo se odločili, da novincem olajšamo prispevanje k odprti kodi (ang. Open source). + +Branje člankov in sledenje vodičem lahko pomaga, vendar je še vedno najbolje da nove veščine vadimo sami v varnem okolju. Namen tega projekta je da novince vodi in jim olajša prvi prispevek k odprti kodi. Če želite narediti prvi prispevek, sledite spodnjim korakom. + +Angleški izrazi so v oklepajih, da dodajo kontekst vsebini. + +#### *Če se ne počutite dobro v ukazni vrstici (ang. command line), so tukaj [navodila za uporabo orodij z grafičnim vmesnikom.]( #vodiči-za-uporabo-drugih-orodij )* + + +fork this repository + +Če na svojem računalniku še nimaš "git", si ga [naloži]( https://help.github.com/articles/set-up-git/). + +## Ustvari svojo različico repository-ja ( Fork this repository ) + +S pritiskom na gumb "Fork" na vrhu te strani, ustvari svojo različico repositorya ( pogosto skrajšano v "repo" ) v svojem GitHub računu. + +## Kloniraj ta repository ( Clone the repository ) + +clone this repository + +Sedaj kloniraj ta repository na svoj računalnik. Pojdi v svoj GitHub račun in poišči svojo različico tega repositorya, klikni na gumb "Clone or download" in si kopiraj povezavo. Lahko uporabiš "Ctrl+C" ali pa klikni na ikono na desni strani povezave *copy to clipboard*. + +Odpri terminal in se postavi v direktorij, v katerem želiš imeti svojo kopijo repositorya. Nato zaženi naslednji ukaz: + +``` +git clone "url naslov, ki si ga ravno skopiral" +``` +"url naslov, ki si ga ravno skopiral" (brez navednic) je naslov, ki si ga skopiral na Githubu ( naslov tvoje različice projekta ). Glej prejšne korake da dobiš url naslov. + +copy URL to clipboard + +Primer: +``` +git clone https://github.com/this-is-you/first-contributions.git +``` +`this-is-you` je tvoje GitHub uporabniško ime. Ta ukaz skopira vsebino repositorya "first-contributions" z GitHuba v tvoj računalnik. + +## Ustvari vejo ( Create a branch ) + +Prestavi se v direktorij repositorya na svojem računalniku (če še nisi v njem): + +``` +cd first-contributions +``` +Sedaj ustvari vejo z uporabo ukaza `git checkout`: +``` +git checkout -b +``` + +Primer: +``` +git checkout -b add-janez-novak +``` +(Ni potrebno da je v imenu veje *add*, vendar je v tem primeru smiselno, ker je namen veje da dodaš svoje ime na seznam.) + +## Naredi spremembe in izvedi commmit teh sprememb ( Make necessary changes and commit those changes ) + +Odpri datoteko `Contributors.md` v urejevalniku besedila in dodaj svoje ime. Ne dodajaj ga na začetek ali konec datoteke, dodaj ga nekje vmes. Shrani datoteko. + +git status + +Če se postaviš v direktorij projekta in izvedeš ukaz `git status`, vidiš da obstajajo spremembe v projektu. + + +Dodaj te spremembe veji, ki si jo ravno ustvaril, z ukazom `git add`: + +``` +git add Contributors.md +``` + +Sedaj izvedi commit teh sprememb z ukazom `git commit`: +``` +git commit -m "Add to Contributors list" +``` +Zamenjaj `` s svojim imenom. Tekst med navednicami je komentar spremembe, ki se shrani s spremembo. + +## Pošlji spremembe na GitHub ( Push changes to GitHub ) + +Pošlji svoje spremembe z ukazom `git push`: +``` +git push origin +``` +Zamenjaj `` z imenom veje, ki si jo ustvaril. + +## Vloži svoje spremembe v pregled ( Submit your changes for review ) + +Če preveriš svoj repository na GitHubu, vidiš gumb `Compare & pull request`. Klikni na ta gumb. + +create a pull request + +Sedaj izvedi submit svojega pull requesta. + +submit pull request + +Kmalu bom združil tvoje spremembe v master vejo tega projekta. V svoj e-poštni nabiralnik boš dobil sporočilo, da so bile spremembe združene. + +## Kako nadaljevati? ( Where to go from here? ) + +Čestitke! Pravkar si končal običajni _fork -> clone -> edit -> PR_ potek dela, ki ga boš srečal kot sodelavec v odprto kodnih projektih! + +Lahko se pridružiš naši slack ekipi, če rabiš pomoč ali imaš vprašanja. [Pridruži se slack ekipi](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Sedaj lahko začneš prispevati drugim projektom. Sestavili smo seznam projektov z enostavnimi problemi (issues), ki jih lahko začneš reševati. Preveri [seznam projektov v spletni aplikaciji](https://firstcontributions.github.io/#project-list). + +### [Dodatne informacije](../additional-material/translations/Slovenian/additional-material.sl.md) + + +## Vodiči za uporabo drugih orodij + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.slk.md b/docs/gui-tool-tutorials/translations/README.slk.md new file mode 100644 index 00000000..042b3342 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.slk.md @@ -0,0 +1,121 @@ +[![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) + + +# Prvé príspevky + +Je to ťažké. Je to vždy ťažké, keď niečo robíš prvýkrát. Najmä vtedy, keď spolupracuješ, robiť chyby nie je pohodlná vec. Chceli sme zjednodušiť spôsob, akým sa noví prispievatelia do open source učia a prispievajú prvýkrát. + +Čítanie článkov a sledovanie tutoriálov môže pomôcť, ale čo je lepšie, ako skutočne robiť veci v skúšobnom prostredí? Cieľom tohto projektu je poskytnúť usmernenie a zjednodušiť spôsob, akým prvýkrát prispievajú začiatočníci. Ak máš záujem o prvý príspevok, postupuj podľa nižšie uvedených krokov. + +#### *Ak sa ti nedarí s príkazovým riadkom, [tu sú návody s nástrojmi grafického rozhrania.]( #návody-pomocou-iných-nástrojov )* + +fork this repository + +Ak nemáš na svojom počítači git, [nainštaluj ho]( https://help.github.com/articles/set-up-git/). + +## Skopíruj toto úložisko + +Skopíruj toto úložisko kliknutím na tlačidlo vidlice(fork) v hornej časti tejto stránky. +Tým sa vytvorí kópia tohto úložiska na tvojom účte. + +## Stiahni toto úložisko + +clone this repository + +Teraz stiahni toto úložisko do tvojho zariadenia. Prejdi do tvojho účtu GitHub, otvor skopírované úložisko, klikni na tlačidlo klonovania a potom klikni na ikonu * kopírovať do schránky *. + +Otvor terminál a spusti nasledujúci git príkaz: + +``` +git clone "adresa, ktorú si práve skopíroval" +``` +kde "adresa ktorú si práve skopíroval" (bez úvodzoviek) je adresa URL tohto úložiska (tvoja kópia tohto projektu). Pozri si predchádzajúce kroky na získanie adresy URL. + +copy URL to clipboard + +Napríklad: +``` +git clone https://github.com/toto-si-ty/prve-prispevky.git +``` +kde `toto-si-ty` je tvoje GitHub užívateľské meno. Tu skopíruješ obsah GitHub úložiska prve-prispevky do tvojho počítača. + +## Vytvor vetvu + +Prejdi do adresára úložiska v tvojom počítači (ak ešte nie si tam): + +``` +cd prve-prispevky +``` +Teraz vytvor vetvu pomocou príkazu `git checkout`: +``` +git checkout -b +``` + +Napríklad: +``` +git checkout -b pridaj-ferko-mrkvicka +``` +(Názov pobočky nemusí obsahovať slovo * pridaj *, ale je rozumné pridať ho, pretože účelom tejto pobočky je pridať tvoje meno do zoznamu.) + +## Vykonaj potrebné zmeny a potvrď tieto zmeny + +Teraz otvor súbor `Contributors.md` v textovom editore a pridaj do neho svoje meno. Nepridávaj ho na začiatok alebo na koniec súboru. Daj ho kdekoľvek medzi tým. Teraz súbor ulož. + +git status + +Ak prejdeš do adresára projektu a vykonáš príkaz `git status`, uvidíš zmeny. + +Pridaj tieto zmeny do vetvy, ktorú si práve vytvoril, pomocou príkazu `git add`: + +``` +git add Contributors.md +``` + +Teraz vykonaj tieto zmeny pomocou príkazu `git commit`: +``` +git commit -m "Pridaj do zoznamu pripievateľov" +``` +nahraď `` tvojim menon. + +## Nahraj zmeny na GitHub + +Nahraj svoje zmeny pomocou príkazu `git push`: +``` +git push origin +``` +nahraď `` názvom vetvy, ktorú si vytvoril skôr. + +## Odošli svoje zmeny na kontrolu + +Ak prejdeš do tvojho úložiska v službe GitHub, zobrazí sa tlačidlo `Compare & pull request`. Klikni na toto tlačidlo. + +create a pull request + +Teraz predlož požiadavku na vytiahnutie. + +submit pull request + + +Čoskoro budem zlučovat všetky vaše zmeny do hlavnej pobočky tohto projektu. Po zlúčení zmien dostaneš upozornenie. + +## Kam ísť odtiaľto? + +Gratulujem! Práve si dokončil štandardný _fork -> klon -> upraviť -> PR_ pracovný postup, ktorý sa často stretneš ako prispievateľ! + +Osláv svoj príspevok a zdieľaj ho so svojimi priateľmi a nasledníkmi [web app](https://firstcontributions.github.io/#social-share). + +Môžeš sa pripojiť k nášmu slack tímu v prípade, že potrebuješ nejakú pomoc alebo máš nejaké otázky. [Join slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Teraz začni s účasťou na iných projektoch. Vytvorili sme zoznam projektov s jednoduchými problémami, s ktorými môžeš začať. Pozri [zoznam projektov vo webovej aplikácii](https://firstcontributions.github.io/#project-list). + +### [Dodatočný materiál](../additional-material/git_workflow_scenarios/additional-material.md) + + +## Návody pomocou iných nástrojov + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.so.md b/docs/gui-tool-tutorials/translations/README.so.md new file mode 100644 index 00000000..9beec47e --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.so.md @@ -0,0 +1,154 @@ +[![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) + +# Wax ku biirinta kowaad + +Mashruucan ujeedadiisu waxey tahay in la fududeyo iyo in la hago kuwa bilawga ah si ay usameyan wax ku biirintooda kowaad "First contribution". Hadii aad raadinayso sida aad usameyn laheyd wax ku biirintaada kowaad, talaabooyinkan soo socda raac. + + +fork this repository + +#### Haddii git uusan kuugu jirrin kombiyuutarkaaga, [Soo dagso](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## kala qeybi Kaydkan (Repository) + +Kala qeybi kaydkan adigoo gujinayo badhanka kore ee page-ka kuna qoran "Fork". +Tani waxay ciwaankaga kudhax abuuri doontaa koobiga kaydkan + +## Koobbi (clone) kaydka + +clone this repository + +Hadda ku koobbi kaydkan kombiyuutarkaaga.Tag Akoonkaaga GitHub, Waxaad furtaa kaydki aad Kala qeybisay, Waxaad gujisa badhanka ku qoran "Code" ka dibna taabo koobiga sumadda sabuuradda. + +Waxaad furta "Teminal" ka kadib waxad ku qorta amarada git-ka soo socda: + +``` +git clone "url-ka aad hadda soo koobbiyeysay" +``` + +Iyadoo "url-ka aad hadda soo koobbiyeysay" (oo aan lahayn calaamadaha xigashada) uu yahay url-ka ama linkiga kaydkaan. waxaad dib usoo eegtaa talaabooyinkii hore si aad u hesho url-ka + +copy URL to clipboard + +Tusaale: + +``` +git clone https://github.com/magaca-isticmalaha/first-contributions.git +``` + +Halka `magaca-isticmalaha` uu yahay magacaaga aad ku isticmasho Github.Halkan waxa aad kombayutarkaaga ku koobiyaynaysaa waxa ku jira kaydka wax ku biirinta koowaad ee GitHub. + +## Abuur laan (branch) + +Haddii aadan weli ku jirin galka (folder), u gudub halka uu kaaga yaalo galka kombiyuutarkaaga: + +``` +cd first-contributions +``` + +Abuur laan cusub adigoo isticmaalaya amarka `git checkout`: + +``` +git checkout -b +``` + +Tusaale: + +``` +git checkout -b kudar-nur-farah-omar +``` + +Waajib ma ahan inaad ku darto ereyga `kudar` magaca laanta, laakin waxey uyeleysa micno maadama laantaan loo sameeyay in aad magacaada ku darto listiga wax kubiiriyasha. + +## Samee isbedelada lagama maarmaanka ah oo gali (commit) Github isbedeladaas + +Hadda ku fur faylka `Contributors.md` tafatiraha qoraalka, +Waa inaad aqoon u leedahay "Markdown", oo ah luqad calaamadeyn ah oo fudud. Fiiri [xaashida qishka](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) si aad u barato sida loo isticmaalo. +Ku dar magacaada, Hana ku darin bilowga ama dhamaadka faylka. Kudar meel kasta oo u dhaxaysa. + +``` +- [Magacaada](https://github.com/magaca-isticmalaha) +``` + +Tusaale: + +``` +- [Nur Farah](https://github.com/Nur-farah) +``` + +Hubi in aysan jirin meelo bannaan oo u dhexeeya `](`. Keydi oo xidh faylka. + + +git status + +Haddii aad tagto galka aad fuliso amarka `git status` waxaad arki doonta inay jiraan isbedelo + +Ku dar isbeddeladaas laanta aad hadda abuurtay adigoo isticmaalaya ammarka `git add`: + +``` +git add Contributors.md +``` + +Hadda gali (commit) isbeddeladaas adigoo isticmaalaya amarka `git commit`: + +``` +git commit -m "Kudar Magacaada listiga wax biirinta kowaad" +``` + +Adigoo `Magacaada` ku badalayo magacaada shaqsiga. + +(N.B: Waxaad ku qori kartaa fariinta xaqiijinta Ingiriisi maadaama aad la shaqayn doonto dad ka kala yimid meelo kala duwan oo adduunka ah.) + +## Ku riix isbedelada GitHub + +Riix isbedeladaada adigoo isticmaalaya amarka `git push`: + +``` +git push -u origin magaca-laantaada +``` + +Adigoo `magaca-laantaada` ku badalaya magaca laanta aad hore u abuurtay. + +
+ Haddii aad wax qalad ah aad aragto markaad riixayso, guji halkan: + +- ### Cilad Xaqiijin +
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/'
+ Tag [casharrada GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ee ku saabsan abuuritaanka iyo habaynta furaha SSH ee akoonkaaga + +
+ +## Soo gudbi isbeddelladaada si dib loogu eego + +Haddii aad tagto kaydkaaga GitHub,waxaad arki doontaa badhanka `Compare & pull request`. Badhankaas guji. + +create a pull request + +Hadda soo gudbi codsiga jiidista (pull request). + +submit pull request + +Dhawaan waxaan ku dari doonaa dhammaan isbeddelladaada laanta ugu weyn ee mashruucan (master). Waxaad heli doontaa iimayl ogeysiin ah marka isbeddelada la isku daro. + +## Halkee laga aadaa halkan? + +Hambalyo! Waxaad hadda dhamaystirtay heerka caadiga ah ee kalaqaybinta(fork) -> koobbi-ga (clone) -> wax kabedelka -> codsiga jiidista habka shaqada oo aad inta badan la kulmi doonto ka qaybqaate ahaan! + +U dabaaldeg wax ku biirintaada oo la wadaag asxaabtaada iyo kuwa ku raacsan adiga oo aadaya [abka shabakada](https://firstcontributions.github.io/#social-share). + +Waxaad ku biiri kartaa kooxdeena slack ah haddii aad u baahan tahay wax caawimo ah ama aad qabto wax su'aalo ah. [Ku biir kooxda slack ](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Hadda aan kuu bilowno ka qayb qaadashada mashaariicda kale. Waxaan soo diyaarinay liis mashruucyo ah oo leh qaladaad sahlan oo aad ku bilaabi karto. Fiiri [liiska mashaariicda ku jira abka shabakada](https://firstcontributions.github.io/#project-list). + +### [Waxyaabo dheeraad ah](additional-material/git_workflow_scenarios/additional-material.md) + +## Casharrada Isticmaalka Aalado Kale + +| 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) | \ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.sr.md b/docs/gui-tool-tutorials/translations/README.sr.md new file mode 100644 index 00000000..b3cca4ae --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.sr.md @@ -0,0 +1,118 @@ +[![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) + + +# Prvi prilog + +Teško je. Prvi pokušaj je uvek težak. Kada sarađuješ sa drugima, napraviti greške je utoliko strašnije. Želeli bismo da olakšamo proces kroz koji novi programeri koji doprinose otvorenom softveru (eng. open source) uče i doprinose po prvi put. + +Iako blogovi i tutorijali mogu da pomognu, ništa nije bolje nego uzeti stvari u svoje ruke i zaista doprinositi u trening-sredini. Ovaj projekat ima za cilj da pruži konkretne korake i olakša način na koji početnici prilažu svoje prve doprinose (eng. contributions). Ukoliko ste se prepoznali u tekstu iznad, pratite sledeće korake. + + +#### *Ako vam je nezgodno da čitate tekst u komandnoj liniji, [evo linka kroz GUI alate.](#Uputstva-za-druge-alate)* + +Napravite fork repozitorijuma + +Ukoliko nemati git instaliran na vašoj mašini, [instalirajte ga ovde]( https://help.github.com/articles/set-up-git/). + +## Napravite fork repozitorijuma + +Napravite račvanje (fork) tako što ćete kliknuti na dugme *fork* na vrhu stranice. Ovako pravite kopiju repozitorijuma na vašoj strani. + +## Klonirajte repozitorijum + +clone this repository + +Sledeće, klonirajte repozitorijum koji ste prethodno račvali. Posetite svoj GitHub profil, otvorite repozitorijum koji ste račvali, kliknite na *clone* dugme i kliknite na ikonicu *copy to clipboard*. + +Otvorite terminal i upišite sledeće git komande: + +``` +git clone "url you just copied" +``` +Umesto "url you just copied" (bez navodnika i razmaka) upišite url repozitorijuma koji ste kopirali u prethodnom koraku. + +copy URL to clipboard + +Na primer: +``` +git clone https://github.com/this-is-you/first-contributions.git +``` +Gde je umesto `this-is-you` upisano vaše korisničko ime. Ovim kopirate sadržaj repozitorijuma *first-contributions* na vašu mašinu. + +## Pravljenje grane *branch* + +Prebacite se u radni direktorijum na vašoj mašini: +``` +cd first-contributions +``` +Pa zatim napravite novo grananje *branch* koristeći `git checkout` comandu: +``` +git checkout -b +``` + +Na primer: +``` +git checkout -b add-alonzo-church +``` +(Naziv grane ne mora da sadrži *add* na početku, ali je zgodno uključiti ga jer je svrha ove grane da doda vaše ime na listu. + +## Napravite potrebne izmene i potvrdite promene + +Otvorite `Contributors.md` fajl u tekst editoru i dodajte vaše ime. Nemojte dodavati ime na sam početak ili kraj. Stavite ga negde u sredinu. Potom sačuvajte fajl. + +git status + +Ukoliko odete u radni direktorijum i izvršite komandu `git status`,primetićete da postoje promene. + +Dodajte ove promene u granu koju ste gore napravili koristeći `git add` komandu: + +``` +git add Contributors.md +``` + +Sada potvrdite ove promene koristeći `git commit` komandu: +``` +git commit -m "Add to Contributors list" +``` +Gde umesto `` upisujete svoje ime. + +## Push changes to GitHub + +Pošaljite izmene u repozitorijum na GitHub nalogu `git push`: +``` +git push origin +``` +gde umesto `` stavljate ime vašeg grananja. + +## Pošaljite izmene na reviziju + +Ukoliko odete na repozitorijum na vašem GitHub nalogu primetićete `Compare & pull request` Dugme. Kliknite na njega. + +create a pull request + +a potom pošaljite zahtev klikom na dugme *submit*. + +submit pull request + +Nakon toga, ja ću spojiti promene koje ste napravili sa master granom projekta. Dobićete mejl potvrde kada se grane spoje. + +## Šta dalje? + +Čestitamo! Završili ste standardni _fork -> clone -> edit -> PR_ tok koji će vas pratiti kroz vaš čitav programerski život! + +Proslavite tako što ćete podeliti vaš 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-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +A sada, možemo početi sa doprinosima drugim projektima. Napravili smo spisak projekata sa jednostavnim problemima na kojima možete početi da radite. Posetite stranicu sa [the list of projects na našem sajtu](https://firstcontributions.github.io/#project-list). + +### [Dodatni materijali](../additional-material/git_workflow_scenarios/additional-material.md) + +## Uputstva za druge alate + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.sw.md b/docs/gui-tool-tutorials/translations/README.sw.md new file mode 100644 index 00000000..13de4cbc --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.sw.md @@ -0,0 +1,130 @@ +[![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) + + +# Mchango wa Kwanza + +Ni vigumu. Mara zote ni vigumu kufanya kitu kwa mara ya kwanza. Hasa kama unashirikiana na wengine, kufanya makosa sio jambo la kushangaza. Tulitaka kurahisisha namna ambavyo wachangiaji wapya wa mifumo ya wazi wanavyojifunza na kuchangia kwa mara ya kwanza. + +Kusoma makala na kuangalia mafunzo ya video yaweza kusaidia, lakini ni jambo lipi bora zaidi kuliko kufanya kwa vitendo katika mazingira ya kujifunzia? Mradi huu unalenga kutoa mwongozo na kurahisisha namna ambavyo wachangiaji wapya wanavyoweza kuchangia kwa mara ya kwanza. Ikiwa unataka kuchangia kwa mara ya kwanza , fuata hatua zifuatazo. + +#### *Kama haujazoea kutumia 'command line', [waweza kutumia GUI.](#Makala ya namna ya kutumia nyenzo nyingine)* + +fork this repository + +Kama hauna git kwenye kompyuta yako, [pakua](https://help.github.com/articles/set-up-git/). + +## Tengeneza nakala ya repository kwenye akaunti yako ya Github + +'Fork' repository hii kwa kubonyeza kitufe kilichopo juu ya ukurasa huu +Kwa kufanya hivyo nakala ya repository hii itatengenezwa kwenye akaunti yako ya Github. + +## Tengeneza nakala ya repository kwenye kompyuta yako + +clone this repository + +Sasa clone repository kwenye kompyuta yako. Nenda kwenye akaunti yako ya Github bonyeza kitufe kilichoandikwa clone na baada ya hapo bonyeza kitufe kilichoandikwa *copy to clipboard* icon. + +Fungua terminal >_ kwenye kompyuta yako kisha command ifuatayo: + +``` +git clone "url-uliyo-nakili-github" +``` + +url hiyo inapatikana kwenye hatua ya ku clone, hakikisha unaondoa fungua semi na funga semi. + +copy URL to clipboard + +Kwa mfano: + +``` +git clone https://github.com/jina-lako-unalotumia-Github/first-contributions.git +``` + +Kwa kufanya hivyo utakuwa umenakili first-contributions repository kutoka Github kwenda kwenye kompyuta yako. + +## Tengeneza branch: + +Kwenye kompyuta yako, ukiwa kwenye terminal ingia kwenye repository uliyonakili + +``` +cd first-contributions +``` + +Sasa tengeneza branch kwa kutumia command ifuatayo `git checkout` command: + +``` +git checkout -b +``` + +Kwa mfano: + +``` +git checkout -b add-luke-oliff +``` + +(Jina la branch sio lazima lianze na neno *add*.) + +## Fanya mabadiliko na baada ya hapo commit: + +Sasa fungua faili linaloitwa `Contributors.md`, Andika jina lako. Usiweke jina lako mwanzoni au mwishoni mwa faili. Weka sehemu yoyote katikati. Baada ya hapo save faili. + +git status + +Ukiwa ndani ya directory hii kwenye terminal command ya `git status` itakuonesha mabadiliko yote uliyoyafanya. + +Jumuisha mabadiliko yote uliyoyafanya kwenye branch uliyotengeneza kwa kutumia command `git add` command: + +``` +git add Contributors.md +``` + +Sasa commit mabadiliko uliyoyafanya kwa kutumia command ya `git commit`: + +``` +git commit -m "Add to Contributor list" +``` + +Badilisha neno `` na jina lako. + +## Tuma mabadiliko uliyoyafanya kwenda Github + +Tuma mabadiliko uliyoyafanya kwa kutumia command ya `git push`: + +``` +git push origin +``` + +Badilisha `` na jina la branch ulilotengeneza hapo awali. + +## Kusanya mabadiliko uliyoyafanya kwa ajili ya uhakiki + +Ukiwa Github kwenye repository hii utaona kitufe kilichoandikwa `Compare & pull request`. Bonyeza kitufe hicho. + +create a pull request + +Sasa tuma pull request. + +submit pull request + +Haitochukua muda mrefu nitaanza kuchukua mabadiliko yaliyofanyika na kuyapeleka kwenye master branch ya mradi huu. Utapokea email kukujulisha mara tu hatua hii itakapokamilika. + +## Nini cha kufanya baada ya hapa? + +Hongera! Umeweza kumaliza hatua za msingi ambazo ni _fork -> clone -> edit -> PR_ ambazo utakutana nazo mara nyingi ukiwa kama mchangiaji! + +Sherehekea hatua uliyofikia na wajulishe wengine kwa kwenda kwenye [wavuti](https://roshanjossey.github.io/first-contributions/#social-share). + +Waweza kujiunga na kundi letu la slack endapo utakuwa unahitaji msaada wowote. [Jiunge na kundi letu la slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Sasa tuanze kuchangia kwenye miradi mingine. Tumekusanya orodha ya miradi ambayo ina mambo mepesi unayoweza kuanza kushughulika nayo. Angalia [Orodha ya miradi](https://roshanjossey.github.io/first-contributions/#project-list). + +### [Nyenzo za ziada](../additional-material/git_workflow_scenarios/additional-material.md) + +## Mafunzo ya namna ya kutumia nyenzo nyingine + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.ta.md b/docs/gui-tool-tutorials/translations/README.ta.md new file mode 100644 index 00000000..95b2919c --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ta.md @@ -0,0 +1,153 @@ +[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) + + +# முதல் பங்களிப்புகள் + +நீங்கள் ஏதாவது ஒன்றை முதல் முறை செய்யும் போது அது எப்போதுமே கடினமாக தான் இருக்கும். +குறிப்பாக, நீங்கள் குழுவாக சேர்ந்து வேலை செய்யும் போது, தவறு செய்துவிட்டால் அது மிகவும் +வருத்தம் அளிக்கக்கூடியாதாக இருக்கும். ஆகையால், திறந்த மூல மென்பொருள் +(open-source software) பங்களிப்பாளர்களாக எவ்வாறு செயலாற்ற வேண்டும் என்பதையும் +அதில் முதல் முறையாக பங்களிப்பு செய்வதை எளிதாக்குவதுமே எங்கள் நோக்கம். + +கட்டுரைகளைப் படிப்பதும், பயிற்சிகளைப் பார்ப்பதும் உதவக்கூடும், ஆனால் நடைமுறைச் சூழலில் +செய்முறையாகச் செய்வதை விட சிறந்தது என்ன? இந்த திட்டம் வழிகாட்டுதல்களை வழங்குவதையும், +ஆரம்பநிலை பங்களிப்பாளர்களை அவர்களின் முதல் பங்களிப்பை எளிதாக்குவதையும் நோக்கமாகக் +கொண்டுள்ளது. உங்கள் முதல் பங்களிப்பை வழங்க விரும்பினால், கீழே உள்ள வழிமுறைகளை +பின்பற்றவும். + +#### *command line tool உங்களுக்கு வசதியாக இல்லை என்றால், [இங்கே GUI tools ஐ பயன்படுத்தி பயிற்சிகள் உள்ளன.](#பிற-கருவிகளைப்-பயன்படுத்தி-பயிற்சிகள்)* + +இந்த repository ஐ fork செய்யவும் + +உங்கள் கணினியில் git இல்லை என்றால், [install செய்யவும்](https://help.github.com/articles/set-up-git/). + +## இந்த repository ஐ fork செய்தல் + + +இந்த பக்கத்தின் மேலே உள்ள fork பொத்தானைக் கிளிக் செய்வதன் மூலம் செயட்படுத்தலாம். +இது உங்கள் account இல் ஒரு copy ஐ உருவாக்கும். + +## இந்த repository ஐ clone செய்தல் + +இந்த repository ஐ clone செய்யவும் + +இப்போது உங்கள் கணினியில் fork செய்யப்பட்ட repository ஐ clone செய்யவும். உங்கள் GitHub கணக்கிற்குச் சென்று, forked செய்யப்பட்ட repository ஐ open செய்து clone பொத்தானைக் கிளிக் செய்து copy to clipboard கிளிக் செய்வதன் மூலம் நிறைவேற்றலாம். + +*terminal* அல்லது *command prompt* ஐ open செய்து பின்வரும் git கட்டளையை இயக்கவும்: + +``` +git clone "நீங்கள் copy செய்த url" +``` + +copy URL to clipboard + + +உதாரணத்திற்கு: + +``` +git clone https://github.com/இது நீங்கள்/first-contributions.git +``` + +இங்கு `இது நீங்கள்` என்பது GitHub username என்பதாகும். இதன் மூலம் நீங்கள் first-contributions repository இன் பிரதி ஒன்றை உங்கள் GitHub கணக்கில் செயட்படுத்துகிறீர்கள். + +## கிளையொன்றை உருவாக்குதல் + +repository directory க்கு செல்லவும் (நீங்கள் ஏற்கனவே அங்கு இல்லையென்றால்): + +``` +cd first-contributions +``` + + +இப்போது `git checkout` கட்டளையைப் பயன்படுத்தி ஒரு கிளையை உருவாக்கவும்: + +``` +git checkout -b <உங்கள்-கிளையின்-பெயர்> +``` + +உதாரணத்திற்கு: + +``` +git checkout -b உங்கள்-கிளையின்-பெயர் +``` + +(கிளையின் பெயருக்கு அதில் *add* சேர்க்க வேண்டிய அவசியமில்லை, ஆனால் இது ஒரு நியாயமான விஷயம், ஏனெனில் இந்த கிளையின் நோக்கம் உங்கள் பெயரை ஒரு பட்டியலில் சேர்ப்பதுதான்.) + +## தேவையான மாற்றங்களைச் செய்து அந்த மாற்றங்களை commit செய்யுங்கள் + +இப்போது *text editor* அல்லது *notepad* இல் `Contributors.md` கோப்பைத் திறந்து, அதில் உங்கள் பெயரைச் சேர்க்கவும். கோப்பின் தொடக்கத்திலோ அல்லது முடிவிலோ இதைச் சேர்க்க வேண்டாம். இடையில் எங்கும் வைக்கவும். இப்போது, ​​கோப்பை சேமிக்கவும். + +git status + +நீங்கள் project directory சென்று `git status` இயக்கினால், மாற்றங்கள் இருப்பதை நீங்கள் காண்பீர்கள். + + +`git add` கட்டளையைப் பயன்படுத்தி நீங்கள் உருவாக்கிய கிளையில் அந்த மாற்றங்களைச் சேர்க்கவும்: + +``` +git add Contributors.md +``` + +இப்போது `git commit` கட்டளையைப் பயன்படுத்தி அந்த மாற்றங்களைச் செய்யுங்கள்: + +``` +git commit -m "Add <உங்கள்_பெயர்> to Contributors list" +``` + +`உங்கள்_பெயர்` என்ற இடத்தில் உங்கள் பெயரை கொடுங்கள். + +## மாற்றங்களை GitHub இட்கு push செய்தல் + +`git push` கட்டளையைப் பயன்படுத்தி உங்கள் மாற்றங்களைத் தள்ளுங்கள்: + +``` +git push origin <உங்கள்-கிளையின்-பெயர்> +``` + + +`<உங்கள்-கிளையின்-பெயர்>` ஐ நீங்கள் முன்பு உருவாக்கிய கிளையின் பெயருடன் மாற்றுங்கள். + +
+ 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/'
+ + உங்கள் account இல் ஒரு SSH key உருவாக்குதல் மற்றும் கட்டமைத்தல் பற்றிய [GitHub இன் பயிற்சிக்கு](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) செல்லவும். +
+ +## உங்கள் மாற்றங்களை மதிப்பாய்வுக்கு சமர்ப்பிக்கவும் + + +GitHub இல் உள்ள உங்கள் களஞ்சியத்திற்குச் சென்றால், `Compare & pull request` கோரிக்கை பொத்தானைக் காண்பீர்கள். அந்த பொத்தானைக் கிளிக் செய்க. + +create a pull request + +இப்போது இழுக்கும் கோரிக்கையை சமர்ப்பிக்கவும். + +submit pull request + +விரைவில் உங்கள் எல்லா மாற்றங்களையும் இந்த திட்டத்தின் முதன்மை கிளையில் இணைக்கப்படும். மாற்றங்கள் ஒன்றிணைக்கப்பட்டவுடன் உங்களுக்கு அறிவிப்பு மின்னஞ்சல் கிடைக்கும். + +## இங்கிருந்து எங்கு செல்வது? + +வாழ்த்துக்கள்! நீங்கள் ஒரு பங்களிப்பாளராக அடிக்கடி சந்திக்கும் _fork -> clone -> edit -> PR_ பணிப்பாய்வு முடித்துவிட்டீர்கள். + + +உங்கள் பங்களிப்பைக் கொண்டாடுங்கள் மற்றும் உங்கள் நண்பர்கள் மற்றும் பின்தொடர்பவர்களுடன் [web app](https://firstcontributions.github.io/#social-share) சென்று பகிர்ந்து கொள்ளுங்கள். + +உங்களுக்கு மேலும் பயிற்சி தேவைப்பட்டால், [code contributions](https://github.com/roshanjossey/code-contributions) என்னும் செயலை சரிபார்க்கலாம். + +இப்போது மற்ற திட்டங்களுக்கு பங்களிப்பதன் மூலம் தொடங்குவோம். நீங்கள் தொடங்கக்கூடிய எளிதான சிக்கல்களுடன் திட்டங்களின் பட்டியலை நாங்கள் தொகுத்துள்ளோம். பாருங்கள் [the list of projects in the web app](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) | diff --git a/docs/gui-tool-tutorials/translations/README.te.md b/docs/gui-tool-tutorials/translations/README.te.md new file mode 100644 index 00000000..7996d2a0 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.te.md @@ -0,0 +1,127 @@ +[![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) + + +# ఓపెన్‌సోర్స్‌కు మీ మొదటి సహకారం + +ఇది కష్టం. మీరు ఏదైనా మొదటిసారి చేస్తున్నప్పుడు, ముఖ్యంగా ఇతరులతో కలిసి పని చేస్తున్నప్పుడు, తప్పులు చేయడం సౌకర్యంగా ఉండదు. కానీ ఓపెన్ సోర్స్ అంటే సహకారం మరియు కలిసి పనిచేయడం. మొదటిసారి ఓపెన్ సోర్స్ కంట్రిబ్యూటర్లు నేర్చుకోవాలని మరియు కంట్రిబ్యూట్ చేయాలని అనుకునే విధానాన్ని సరళం చేయాలని మేము అనుకుంటున్నాము. + +వ్యాసాలు చదవడం మరియు ట్యుటోరియల్స్ చూడటం సహాయపడవచ్చు, కానీ వాస్తవంగా ఆచరణాత్మక వాతావరణంలో చేయడం కంటే మెరుగైనది ఏముంది? ఈ ప్రాజెక్ట్ యొక్క లక్ష్యం ప్రారంభకులకు మార్గదర్శకత్వం మరియు వారి మొదటి కంట్రిబ్యూషన్ చేసే విధానాన్ని సరళీకరించడం. మీరు మీ మొదటి కంట్రిబ్యూషన్ చేయాలని చూస్తున్నట్లయితే, దిగువ దశలను అనుసరించండి. + +#### *మీకు కమాండ్ లైన్‌తో సౌకర్యంగా లేకపోతే, [ఇక్కడ GUI సాధనాలను ఉపయోగించి ట్యుటోరియల్స్ ఉన్నాయి.](#ఇతర-సాధనాలను-ఉపయోగించి-ట్యుటోరియల్స్)* + +fork this repository + +#### మీ కంప్యూటర్‌లో git లేకపోతే, [దాన్ని ఇన్‌స్టాల్ చేయండి](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## ఈ రిపోజిటరీని ఫోర్క్ చేయండి + +ఈ రిపోజిటరీని ఫోర్క్ చేయండి ఈ పేజీ ఎగువ భాగంలో ఫోర్క్ బటన్‌పై క్లిక్ చేయడం ద్వారా. +ఇది మీ ఖాతాలో ఈ రిపోజిటరీ కాపీని సృష్టిస్తుంది. + +## రిపోజిటరీని క్లోన్ చేయండి + +clone this repository + +ఇప్పుడు మీ కంప్యూటరులో ఫోర్క్ రిపోను క్లోన్ చేయండి. మీ GitHub ఖాతాకు వెళ్లండి, ఫోర్క్డ్ రెపోని తెరిచి, క్లోన్ బటన్పై క్లిక్ చేసి, ఆపై * కాపీ * క్లిప్బోర్డ్కు క్లిక్ చేయండి. + +టెర్మినల్ తెరిచి కింది git ఆదేశాన్ని అమలు చేయండి: +``` +git clone "మీరు ఇప్పుడే కాపీ చేసిన url" +``` +ఇక్కడ "మీరు ఇప్పుడే కాపీ చేసిన url" (కోట్ మార్కులు లేకుండా) ఈ రిపోజిటరీకి URL (ఈ ప్రాజెక్టు మీ ఫోర్క్). Url ను పొందడానికి మునుపటి దశలను చూడండి. +copy URL to clipboard + +ఉదాహరణకి: +```bash +git clone https://github.com/this-is-you/first-contributions.git +``` +ఇక్కడ 'this-is-you' మీ GitHub ప్రొఫైల్ నేమ్. ఇక్కడ మీరు `first-contribution` రిపోజిటరీ యొక్క కంటెంట్లను మీ GitHub అకౌంట్ లో మీ కంప్యూటర్కు కాపీ చేస్తున్నారు. + +## నూతన బ్రాంచ్ ను సృష్టించండి + +మీ కంప్యూటర్‌లోని రిపోజిటరీ డైరెక్టరీకి మార్చండి (మీరు ఇప్పటికే అక్కడ లేకపోతే): + +```bash +cd first-contributions +``` +ఇప్పుడు 'git checkout' కమాండ్ ను ఉపయోగించి ఒక బ్రాంచ్ ను సృష్టించండి: + + +ఉదాహరణకి: +```bash +git checkout -b add-alonzo-church +``` +(బ్రాంచ్ యొక్క పేరు దానిలో పదం * add * ను కలిగి ఉండవలసిన అవసరం లేదు. + +## అవసరమైన మార్పులు - చేర్పులు చేసి, ఆ మార్పులను నిరూపించండి. + +టెక్స్ట్ ఎడిటర్లో ఇప్పుడు ఓపెన్ `Contributors.md` ఫైల్లో, **మీ పేరుని జోడించండి. ఫైల్ ప్రారంభంలో లేదా ముగింపులో జోడించవద్దు. మధ్యలో ఎక్కడైనా ఉంచండి. ఇప్పుడు, ఫైల్ను సేవ్ చేయండి.** +git status + + +మీరు ప్రాజెక్ట్ డైరెక్టరీకి వెళ్లి `git status` కమాండ్ ని ఆదేశిస్తే, **మార్పులు-చేర్పులు ఉన్నాయి** అని మీరు చూస్తారు. + +`Git add ` కమాండ్ ను ఉపయోగించి మీరు సృష్టించిన బ్రాంచ్లో ఈ మార్పులను జోడించండి. + +`Git add` కమాండ్ను ఉపయోగించి మీరు సృష్టించిన బ్రాంచ్లో ఈ మార్పులను జోడించండి: +```bash +git add Contributors.md +``` + +ఇప్పుడు ఆ మార్పులను 'git commit' ఆదేశం ఉపయోగించి కట్టుకోండి: +```bash +git commit -m "Add to Contributors list" +``` +`` ని తొలగించి మీ పేరును కలపండి. + +## GitHubకి మార్పులను పుష్ చేయండి + +కమాండ్ ఉపయోగించి మీ మార్పులను పంపండి `git push`: +```bash +git push origin +``` +మీరు ముందుగా సృష్టించిన బ్రాంచీ పేరుతో `` ను జోడించుము. +
+ GitHubలోకి నెట్టేటప్పుడు మీకు ఏవైనా లోపాలు వస్తే, ఇక్కడ క్లిక్ చేయండి: + +- ### ప్రమాణీకరణ లోపం +
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) వెళ్లండి. + +
+ +## సమీక్ష కోసం మీ మార్పులను సమర్పించండి + +మీరు GitHub లో మీ రిపోజిటరీకి వెళ్లినట్లయితే, మీరు 'Compare & pull request' బటన్ను చూస్తారు. ఆ బటన్పై క్లిక్ చేయండి. + +create a pull request + +ఇప్పుడు పుల్ అభ్యర్థనను సమర్పించండి. + +submit pull request + + నేను మీ అన్ని మర్పులను ఈ ప్రాజెక్ట్ యొక్క ప్రధాన విభాగానికి విలీనం`merge to main branch` చేస్తాను. +మార్పులు విలీనం`merge` అయిన తర్వాత మీరు ఒక నోటిఫికేషన్ ఈమెయిల్ పొందుతారు. + +## ఇక్కడ నుండి ఎక్కడికి వెళ్లాలి? + +అభినందనలు! మీరు స్టాండర్డ్ _fork -> clone -> edit -> PR_ వర్క్ ఫ్లో ను పూర్తి చేసారు. + +[వెబ్ యాప్‌కి](https://firstcontributions.github.io/#social-share) వెళ్లడం ద్వారా మీ సహకారాన్ని జరుపుకోండి మరియు మీ స్నేహితులు మరియు అనుచరులతో భాగస్వామ్యం చేయండి. + +మీకు ఏదైనా సహాయం అవసరమైతే లేదా ఏవైనా ప్రశ్నలు ఉంటే మీరు మా స్లాక్ టీమ్‌లో చేరవచ్చు.[స్లాక్ జట్టులో చేరండి](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) + +ఇక, ఇప్పుడు మీరు ఇతర ప్రాజెక్టులకు తోడ్పడటం ప్రారంభించండి. మీరు ప్రారంభించగల సులభమైన సమస్యలతో ప్రాజెక్టుల జాబితాను మేము రెడీ చేసాము. [వెబ్ ప్రాజెక్టుల జాబితాలు](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) | diff --git a/docs/gui-tool-tutorials/translations/README.th.md b/docs/gui-tool-tutorials/translations/README.th.md new file mode 100644 index 00000000..33f03898 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.th.md @@ -0,0 +1,120 @@ +[![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) + +# อยากเริ่ม Contribute โปรเจคใน GitHub ของผู้อื่นเป็นครั้งแรกใช่ไหม? + +แน่นอนว่ามันอาจฟังดูเป็นเรื่องยาก, เพราะครั้งแรกของทุกอย่างมันมักจะยากเสมอแหละ โดยเฉพาะการทำงานร่วมกับผู้อื่น เพราะเมื่อเราทำอะไรผิดพลาดเรามักจะรู้สึกไม่สบายใจ +แต่สำหรับโลกของโอเพนซอร์ส(open source) มันคือโลกของการทำงานร่วมกัน! ดังนั้นไม่ต้องกลัว เราจะสอนให้คุณรู้วิธีในการ contribute ผลงานร่วมกับผู้อื่นใน GitHub แบบง่ายๆ เลยล่ะ + +การอ่านบทความและการทำตามตัวอย่างต่างๆ ก็อาจจะช่วยได้ แต่จะมีอะไรดีไปกว่าการที่เราได้ลงมือทำสิ่งนั้นๆ ด้วยตัวเองล่ะ! สำหรับโปรเจ็คนี้จะช่วยสอนให้มือใหม่ส่ง contribute กับโปรเจคต่างๆได้อย่างง่ายๆเลย เพียงทำตามขั้นตอนต่อไปนี้ + +โปรดทำใจให้สบาย ยิ่งคุณผ่อนคลายมากเท่าไหร่ คุณก็ยิ่งเรียนรู้ได้ดีมากขึ้นเท่านั้น! + +fork this repository + +ถ้าหากคุณยังไม่ได้ติดตั้ง git ลงบนเครื่องของคุณ คุณสามารถ[ติดตั้งได้ที่นี่]( https://help.github.com/articles/set-up-git/) + +ก่อนอื่นเลย หาโปรเจคที่คุณอยากจะร่วม contribute ก่อนเลย เมื่อคุณเจอโปรเจคที่สนใจแล้วมาเริ่มทำตามขั้นตอนต่อไปนี้กัน +(ต่อไปนี้เราจะขอเรียกโปรเจคต้นทางว่า "โปรเจ็คต้นน้ำ" (Source-project\Upstream-project)) + +## การ "Fork" โปรเจ็ค +เพื่อให้คุณสามารถคัดลอกเพื่อแยกโปรเจ็คต้นน้ำออกไปทำที่แอคเคาน์ส่วนตัวของคุณได้ โดยการกดปุ่ม "Fork" ที่ด้านบนของหน้านี้ + +แล้วโปรเจ็คต้นน้ำจะถูกคัดลอกนำไปใส่ไว้ในแอคเคาน์ของคุณ + +## การ "Clone" โปรเจ็ค + +clone this repository + +การ clone โปรเจคนั้น เป็นการ download sourcecode จาก GtiHub repository นั้นๆ มาลงคอมพิวเตอร์ของคุณ +โดยการคลิ๊กที่ปุ่ม "Clone" แล้วเลือก *Copy to clipboard* (คำสั่งคัดลอก) + +เปิดโปรแกรมเทอร์มินอลในเครื่อง (เช่น Terminal ใน MacOS หรือ cmd ใน Windows) แล้วรันคำสั่ง git ต่อไปนี้: + +```bash +git clone "url ที่คัดลอกไว้" +``` +"url ที่คัดลอกไว้" (ไม่ต้องใส่ " ") คือ url ของโปรเจ็คของคุณ คุณสามารถเลื่อนกลับไปดูวิธีการคัดลอก url ได้จากหัวข้อก่อนหน้านี้ + +copy URL to clipboard + +ตัวอย่าง: +```bash +git clone https://github.com/this-is-you/first-contributions.git +``` +`this-is-you` คือชื่อ username ของคุณบน GitHub ถึงตรงนี้คุณได้ "Clone" โปรเจ็ค first-contributions ไปไว้ที่คอมพิวเตอร์ของคุณแล้ว + +## การสร้าง branch + +ในโปรแกรมเทอร์มินอล เปลี่ยน directory ไปยังที่ที่คุณได้ Clone โปรเจ็คไว้: + +```bash +cd first-contributions +``` +ตรงนี้ให้สร้าง branch (แตกกิ่งการทำงานใหม่) ด้วยคำสั่ง `git checkout`: +```bash +git checkout -b <ชื่อ branch> +``` + +ตัวอย่าง: +```bash +git checkout -b add-alonzo-church +``` +(ปกติชื่อของ branch ไม่จำเป็นต้องมีคำว่า *add* แต่ในโปรเจ็คนี้อยากให้ใช้ add-ชื่อ-ของ-คุณ เพราะชื่อของคุณจะไปแสดงอยู่ในรายชื่อ Contributors (ผู้เข้าร่วม) ของโปรเจ็คนี้ + +## เพิ่มหรือลดโค้ดลงไปเลย แล้วอย่าลืม "Commit" บอกว่าคุณได้เปลี่ยนอะไรไปบ้างล่ะ + +ตอนนี้ให้เปิดไฟล์ `Contributors.md` ในโปรแกรม text editor เพิ่มชื่อของคุณลงไป จากนั้นเซฟไฟล์ + +git status + +ในโปรแกรมเทอร์มินอล ถ้าคุณอยู่ที่ directory ของโปรเจ็ค ให้ลองพิมพ์คำสั่ง `git status` จะเห็นว่าคุณได้ทำการเปลี่ยนอะไรไปบ้าง + +เพิ่มการเปลี่ยนแปลงนั้น ๆ เข้าไปใน branch ที่เพิ่งสร้าง ด้วยคำสั่ง `git add`: +```bash +git add Contributors.md +``` + +ตอนนี้ "Commit" การเปลี่ยนแปลงนั้น ๆ ด้วยคำสั่ง `git commit`: +```bash +git commit -m "Add <ชื่อของคุณ> to Contributors list" +``` +แทนที่ `<ชื่อของคุณ>` ด้วยชื่อจริง ๆ ของคุณ. + +## "Push" โค้ดที่เปลี่ยนไปขึ้นบน GitHub + +"Push" ผลงานที่คุณทำเมื่อกี้นี้ขึ้น GitHub ด้วยคำสั่ง `git push`: +```bash +git push origin <ชื่อ branch ของคุณ> +``` +แทนที่ `<ชื่อ branch ของคุณ>` ด้วยชื่อของ branch ของคุณที่เพิ่งสร้างไปเมื่อหัวข้อที่แล้ว ๆ (add-ชื่อ-ของ-คุณ) + +## ส่งผลงานของคุณและรอรีวิวจากเจ้าของโปรเจ็ค + +ไปที่ repository ของคุณบน GitHub คลิ๊กที่ `Compare & pull request` + +create a pull request + +ตอนนี้ก็ส่ง Pull Request ไปที่โปรเจ็คต้นน้ำได้เลย + +submit pull request + +แล้วเดี๋ยวเราจะ "Merge" หรือรวมผลงานที่คุณได้เปลี่ยนแปลงโค้ดมาที่ master branch ของโปรเจ็คนี้ คุณจะได้รับอีเมล เมื่อเราได้ทำการ Merge ผลงานของคุณเรียบร้อยแล้ว + +## เสร็จแล้วทำยังไงต่อดี +ยินดีด้วย คุณเพิ่งทำวัฏจักรพื้นฐานของการทำ 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) + +จากนี้คุณสามารถคอนทริบิ้วต์ให้กับโครงการอื่น ๆ ได้ โดยเราได้สร้างรายการบางส่วน เพื่อให้ง่ายต่อการเริ่มต้น [รายชื่อโครงการที่น่าสนใจ](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/translations/github-desktop-tutorial.th.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) | diff --git a/docs/gui-tool-tutorials/translations/README.tl.md b/docs/gui-tool-tutorials/translations/README.tl.md new file mode 100644 index 00000000..095b0525 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.tl.md @@ -0,0 +1,127 @@ +[![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) + + +# Mga unang kontribusyon + +Mahirap. Palaging mahirap sa unang pagkakataon ng anumang gawain. Lalo na sa isang kolaborasyon, kung saan hindi komportableng paglaanan ng tuon ang mga pagkakamali. Gusto naming simplehan at linawin ang modernong pamamaraan kung papaanong matuto at tumulong ang mga bagong *open-source contributors*. + +Maaaring makatulong ang pagbabasa ng mga artikulo at panonood ng mga *tutorials*, pero ano pa bang mas epektibong pamamaraan kaysa sa aktual na aplikasyon ng isang pagsasanay? Ang pangunahing pakay ng proyektong ito ay gabayan ang mga baguhan na gawin ang kanilang unang *contribution*. Kung ikaw ay isa sa mga taong iyon, sundin lang ang mga sumusunod na tagubilin. + +Kung hindi comfortable sa paggamit ng *command line*, [may mga tutorials din gamit ang mga *GUI* tools.](#Mga-tutorials-gamit-ang-ibang-tools)* + + + +fork this repository + +Kung wala pang *git* sa iyong computer, [i-install ito](https://help.github.com/articles/set-up-git/). + + +## I-fork ang repository + +I-fork ang *repository* sa pamamagitan ng pag-click sa *fork* *button* na matatagpuan sa bandang itaas na kanan ng *webpage* na ito. +Magkakaroon na ng kopya ng *repository* na ito sa iyong account. + +## I-clone ang repository + +clone this repository + +Ngayon, i-clone ang repository na iyong na-fork sa iyong computer. +Pumunta lang sa iyong GitHub account, buksan ang nai-fork na repository, i-click ang clone button pagkatapos i-click ang *copy to clipboard* icon. + +Buksan ang terminal at i-enter ang sumusunod na git command: + +```bash +git clone "url na nakopya mo" +``` +kung saan ang "url na nakopya mo" (wala ang mga panipi) ay ang URL ng repository (ang fork ng iyong proyekto). Pakitingnan nang mabuti ang mga nakaraang hakbang upang makuha ang url. + +copy URL to clipboard + +Halimbawa: +```bash +git clone https://github.com/iyong-username/first-contributions.git +``` +kung saan ang `iyong-username` ang iyong username sa GitHub. Mula sa command na ito, dito nagsisimula ng paggawa ng kopya ng nilalaman ng first-contributions repository mula sa GitHub papunta sa iyong kompyuter. + +## Gumawa ng isang branch + +Pumunta sa kompyuter directory ng iyong repository (kung hindi ka pa nakapunta): + +```bash +cd first-contributions +``` +Ngayon, gumawa na ng isang branch gamit ang `git checkout` command: +```bash +git checkout -b +``` + +Halimbawa: +```bash +git checkout -b dagdag-juan-dela-cruz +``` +(Hindi kailangan ng salitang *"dagdag"* sa pangalan ng i-dadagdag na branch pero makatwiran pa rin na gawin dahil layunin ng branch ang pagdagdag ng iyong pangalan sa isang listahan.) + +## Gumawa ng kinakailangan na pagbabago at i-commit ang mga nagawang pagbabago + +Ngayon, buksan ang `Contributors.md` file sa isang text editor, idagdag ang iyong pangalan. Huwag mong idagdag sa simula o sa hulian ng tinutukoy na file. Ilagay sa kalagitnaan ng file. At i-save and file. + +git status + + +Kapag pumunta ka sa directory ng iyong proyekto at i-enter ang command na `git status`, may makikita kang mga pagbabago. + + +Idagdag ang mga pagbabagong naganap papunta sa iyong branch gamit ang `git add` command: + +```bash +git add Contributors.md +``` + +Ngayon, i-commit ang mga nabagong files gamit ang `git commit` command: +```bash +git commit -m "Add to Contributors list" +``` +kung saan ang `` ay ang iyong pangalan. + +## I-push ang mga changes sa GitHub + +I-push ang mga nabago mong files gamit ang command na `git push`: +```bash +git push origin +``` +kung saan ang `` ay ang pangalan ng branch na naidagdag mo kani-kanila lang. + +## I-submit ang changes para sa review + +Pumunta sa iyong repository sa GitHub at may makikita kang `Compare & pull request` button, i-click mo ang tumutukoy na button. + +create a pull request + +I-submit ang pull request. + +submit pull request + +Pagkalipas ng ilang oras ay isasama ko ang mga pagbabago na nagawa mo papunta sa master branch ng proyekto na ito. May makukuha kang notification email kapag ang mga pagbabago ay na-isama sa proyekto. + +## Ano ang susunod na hakbang? + + +Congrats! Nakumpleto mo ang standard _fork -> clone -> edit -> PR_ na workflow na lagi mong magagamit bilang isang kontribyutor! + +I-celebrate ang iyong kontribusyon at i-share mo sa mga kaibigan at followers mo sa pagpunta sa [web app](https://firstcontributions.github.io/#social-share). + +Puwede ka rin sumama sa aming Slack team kung kailangan mo ng karagdagan tulong o gustong magtanong. [Sumama sa aming Slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Ngayon, magsimula ka na mag-contribute sa ibang proyekto. Nagtipon kami ng listahan ng mga proyekto na may madaling issues na puwedeng-puwede kang makisabay. Paki-visit lang [ang listahan mula sa web app](https://firstcontributions.github.io/#project-list). + +### [Mga karagdagan na materyal](../additional-material/git_workflow_scenarios/additional-material.md) + + +## Mga tutorials gamit ang ibang tools + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.tm.md b/docs/gui-tool-tutorials/translations/README.tm.md new file mode 100644 index 00000000..66af2dbd --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.tm.md @@ -0,0 +1,157 @@ +[![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) + +#### _[Başka dillerde](translations/Translations.md) okamak._ + +[Shqip](translations/README.al.md)[Uzbek language](translations/README.uz.md)[Azərbaycan dili](translations/README.aze.md)[বাংলা](translations/README.bn.md)[Bulgarian](translations/README.bg.md)[Português](translations/README.pt_br.md)[Català](translations/README.ca.md)[中文 (Simplified)](translations/README.zh-cn.md)[Czech](translations/README.cs.md)[Deutsch](translations/README.de.md)[Dansk](translations/README.da.md)[العربية](translations/README.eg.md)[Española](translations/README.es.md)[Française](translations/README.fr.md)[Galego](translations/README.gl.md)[Ελληνικά](translations/README.gr.md)[ქართული](translations/README.ge.md)[Magyar](translations/README.hu.md)[Bahasa Indonesia](translations/README.id.md)[עִברִית](translations/README.hb.md)[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](translations/Translations.md)[தமிழ்](translations/README.ta.md)[فارسی](translations/README.fa.md)[پښتو](translations/README.pus.md)[Italiano](translations/README.it.md)[日本語](translations/README.ja.md)[සිංහල](translations/README.si.md)[Kiswahili (Kenya)](translations/README.kws.md)[한국어 한국어](translations/README.ko.md)[Lietuvių kalba](translations/README.lt.md)[Limba Română Limba Română](translations/README.ro.md)[မြန်မာ](translations/README.mm_unicode.md)[Македонски](translations/README.mk.md)[Español de México](translations/README.mx.md)[Bahasa Melayu / بهاس ملايو‎ / Malay](translations/README.my.md)[Dutch](translations/README.nl.md)[Norsk](translations/README.no.md)[नेपाली](translations/README.np.md)[Wikang Filipino](translations/README.tl.md)[English (Pirate)](translations/README.en-pirate.md)[اردو](translations/README.ur.md)[Polski](translations/README.pl.md)[Português (Portugal)](translations/README.pt-pt.md)[Русский язык](translations/README.ru.md)[عربى](translations/README.ar.md)[Svenska](translations/README.se.md)[Slovenčina](translations/README.slk.md)[Slovenščina](translations/README.sl.md)[ภาษาไทย](translations/README.th.md)[Türkçe](translations/README.tr.md)[中文(Traditional)](translations/README.zh-tw.md)[Українська](translations/README.ua.md)[Tiếng Việt](translations/README.vn.md)[Zulu (South Africa)](translations/README.zul.md)[Afrikaans (South Africa)](translations/README.afk.md)[Igbo (Nigeria)](translations/README.igb.md)[Yoruba (Nigeria)](translations/README.yor.md)[Hausa (Nigeria)](translations/README.hau.md)[Latvia](translations/README.lv.md)[Suomeksi](translations/README.fi.md)[Беларуская мова](translations/README.by.md)[Српски](translations/README.sr.md)[Қазақша](translations/README.kz.md)[Bosanski](translations/README.bih.md)[Bosanski](translations/README.bih.md)[Hrvatski](translations/README.hr.md)[پښتو](translations/README.ps.md)[Somalia](translations/README.so.md)[Turkmen language](translations/README.tm.md) + +# Ilkinji goşantlar +Bu proýektiň maksady githuby täze öwrenijilere nädip ilkinji goşantlaryny(contribution) goşup biljeklerini görkezmekdir. + +Kyn bolup biler. Täze bir işi ilkinji sapar etmek hemişe kyn bolup biler. Hem-de başka kişiler bilen bilelikde işleşmeli bolsa, ýalňyşlyk etmäne çekinýäň, gorkýaň. Ýöne açyk çeşmäniň(open source) düýbünde başka kişiler bilen bilelikde işleşmek ýatýar. Biz açyk çeşme(open source) proýektlerine ilkinji sapar goşant goşjaklara ýol görkezip, ilkinji goşantlaryny goşmagyny aňsatlaşdyrmak isleýäs. + +Blog post okamak ýa-da wideolardan öwrenmek kömek edip biler, ýöne bir zady edip öwrenmegiň ýerini tutup biljek zat ýok, şeýle dälmi? Ilkinji goşandyňy goşmak isleýän bolsaň, aşakdaky görkezilenleri yzarlap bilersiň. + + +fork this repository + +#### Eger kompýuteriňizde git ýok bolsa, [şu ýerden ýükläň](https://docs.github.com/en/get-started/quickstart/set-up-git). + +## Şu repositoryny forklaň + +Şu sahypanyň ýokarsynda duran fork düwmesine basyp şu repositoryny forklap bilýaňiz. +Şunlukda, şu repositorynyň kopiýasy siziň hasabyňyzda bolyar. (Şu proýektiň eýesiniň hasabynda-da, siziň hasabyňyzda-da bolýar) + +## Şu repositoryny klonlaň(clone) + +clone this repository + +Indi, forklan repositoryny öz kompýuteriňize klonlaň(clone). Bu diýmek, ýaňy siziň github hasabyňyza kopiýasy gelen(forklan) şu proýekti oz kompyuteriňizde-de bir kopiýasyna eýe bolup bilýäňiz. Github hasabyňyza gidiň, forklan repositoryny açyň, code düwmesine basyň, soňra _copy to clipboard_ nyşanyna basyň. + +Terminaly açyp aşakdaky git buýruguny işlediň: + +``` +git clone "ýaňy kopiýa eden url-ňyz" +``` + +"ýaňy kopiýa eden url-ňyz"(goşa dyrnaksyz) şu repositorynyň url-y (şu proýektiň siziň eden forkuňyz).Url-ny almak üçin ýokarda görkezilenleri yzarlaň. + +copy URL to clipboard + +Mysal üçin: + +``` +git clone https://github.com/ulanyjy-ady/first-contributions.git +``` + +`ulanyjy-ady` diýip duran bölegiň deregine siziň Githubdaky ulanyjy adyňyz. Şu ýerde, Githubdaky first-contributions repositorynyň içindäki ähli zatlary kompýuteriňize kopiýalaýarsyňyz. + +## Şaha(branch) döretmek + +Repositorynyň duran papkasynda däl bolsaňyz, şol ýere gidiň: + +``` +cd first-contributions +``` + +Indi, `git switch` buýrugy arkaly täze şaha(branch) dörediň: + +``` +git switch -c siziň-täze-şahaňyzyň-ady +``` + +Mysal üçin: + +``` +git switch -c goş-ahmet-ahmedow +``` + +(Şahanyň adynda _goş_ sözüni hökman ýazmasaňyzam bolyar, ýöne bu şahanyň maksady adyňyzy goşant goşanlaryň hasabyna goşmak bolany üçin, _goş_ sözüni ulanmak düşnükli bolar) + +## Gerekli üýtgeşmeleri edip, ol üýtgeşmeleri bellige almak (commit etmek). + + +Indi, tekst redaktorynda(m.ü VSCode) `Contributors.md` faylyny açyň, içinde iň soňunda adyňyzy giriziň we ýatda saklaň(save) + +``` +- [Adyňyz](https://github.com/ulanyjy-adyňyz) +``` + +Mysal üçin: +``` +- [Ahmet Ahmedow](https://github.com/ahmetahmedow) +``` +```](``` arasynda boşluk ýokdur + +git status + +Terminalda eger proýektiň duran ýerine gidip,```git status``` buýrugyny işletseňiz, şol ýerde bolan üýtgeşmeleri görýaňiz. + +```git add ``` buýrugyny ulanyp şol üýtgeşmeleri ýokarda döreden şahamyza(branch) goşýas: + + +``` +git add Contributors.md +``` + +Indi, `git commit` buýrugy arkaly şol üýtgeşmeleri bellige alyp(commit) goýýas: + +``` + +git commit -m " goşant goşanlaryň hataryna girizildi" +``` +`` diýen ýere öz adyňyzy ýazyň + +(BELLIK: açyk çeşme(open source) dünýäsinde dünýäniň her dürli ýerlerinden her dürli adamlar bilen bilelikde işleşýaniňiz üçin bellige alyş(commit) tekstini iňlis dilinde ýazyp bilýaňiz). + +## Üýtgeşmeleri Githuba ibermek(Push) + +`git push` buýrugy arkaly üýtgeşmeleriňizi iberiň(push): + +``` +git push -u origin siziň-şahaňyzyň-ady +``` + +`siziň-şahaňyzyň-ady` bölegini ýokarda doreden şahaňyzyň ady bilen çalşyň. + +## Üýtgeşmeleriňizi gözden geçirmek üçin ýollaň +Eger Githubda şu repositoryňyza gitseňiz, `Compare & pull request` düwmesini görýäňiz. Şol düwmä basyň. + +create a pull request + +Indi, Çekiş haýyşnamasyny(pull request) ýollaň. + +submit pull request + +Basym, Eden ähli üýtgeşmeleriňizi gözden geçirip, proýektiň esasy şahasy(main branch) bilen birleşdirýäs. Üýtgeşmeler birleşdirilen soň, habarnama alarsyňyz. + + +## Mundan soň näme edip bilersiňiz? + +Gutlaýas! Siz standart goşant goşujy hökmünde kän gabat gelinýän _forklamak(fork) -> Klonlamak(clone) -> Üýtgetmek(edit) -> Çekiş haýyşnamasy(pull request)_ yzygiderliligini tamamladyňyz! + +Eden goşandyňyza begeniň we dostlaryňyz bilen paýlaşyň! + +[Bu baglanma](https://firstcontributions.github.io/#social-share) arkaly hem birnäçe gyzykly proýektlere öz goşandyňyzy goşup bilýäňiz. + +Eger-de islendik kömek gerek bolsa ýa-da soraglaryňyz bar bolsa [biziň Slack toparymyza](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) goşulyp bilýaňiz. + + + +### [Goşmaça maglumat](additional-material/git_workflow_scenarios/additional-material.md) + +## Başga gurallar hakynda sapaklar (ýöne iňlis dilinde) + +| 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) | + + +

Bu proýektiň goldaýjysy:

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.tr.md b/docs/gui-tool-tutorials/translations/README.tr.md new file mode 100644 index 00000000..8258ef80 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.tr.md @@ -0,0 +1,133 @@ +[![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) + +# İlk katkı + +Zor gelir... Herhangi bir işi ilk kez yapmak daima zor gelir. Özellikle başkalarıyla ortak çalışıyorsanız, hata yapmak içinize sinmez. Ancak "Açık Kaynakın" temelinde işbirliği ve birlikte çalışma yatmakta. Biz, açık kaynak projelere ilk kez katkıda bulunacak kişilerin bu süreci öğrenmesini ve ilk katkılarını sunmalarını kolaylaştırmayı istiyoruz. + +Makale okumak ve eğitim videoları izlemek yardımcı olabilir, fakat bir işi gerçekten yapmanın yerini ne tutabilir ki? Bu proje yeni başlayanların veya ilk defa katkıda bulunacakların işini kolaylaştırmak ve onlara rehberlik etmek amacındadır. Unutmayın ki ne kadar rahat olursanız o kadar rahat öğrenirsiniz. Eğer bir GitHub projesine ilk defa katkıda bulunacaksanız, aşağıda gösterilen basit adımları takip etmeniz yeterli olacaktır. Söz veriyoruz, eğlenceli olacak. + +fork this repository + +Eğer bilgisayarınızda git kurulu değil ise, [ yükleyin ]( https://help.github.com/articles/set-up-git/ ). + +## Projeyi "forklama" + +Sayfanın sağ üst köşesinde bulunan "Fork" butonuna basıp bu projeyi çatallayın. +Bu işlem sizin hesabınız altında projenin bir kopyasını oluşturacaktır. + +## Depoyu (Repository) klonlama + +clone this repository + +Şimdi bu depoyu bilgisayarınıza klonlayın. GitHub hesabınıza gidin, çatalladığınız depoyu açın, 'clone' butonuna basıp ardından *copy to clipboard* simgesine basın. + +Daha sonra komut istemini açıp aşağıdaki git komutunu çalıştırın: + +```bash +git clone "kopyaladığınız-url" +``` +"kopyaladığınız-url" (tırnak işaretleri olmadan) yerine bu deponun GitHub sayfasından aldığınız linki kopyalayın. + +copy URL to clipboard + +Örneğin: +```bash +git clone https://github.com/kullanıcı-adi/first-contributions.git +``` +`kullanıcı-adi` sizin GitHub kullanıcı adınız. Burada GitHub üzerinde bulunan first-contributions reposunun içeriğini bilgisayarınıza kopyalıyorsunuz. + +## Dal (Branch) oluşturma + +Eğer henüz klasör içerisinde değilseniz komut isteminde ana klasörünün konumuna gidin: + +```bash +cd first-contributions +``` +`git checkout` komutunu kullanarak yeni bir dal(branch) oluşturun: +```bash +git checkout -b +``` + +Örneğin: +```bash +git checkout -b ekle-aydin-cagri-dumlu +``` +(Dal ismi içinde *ekle* kelimesinin geçme zorunluluğu yok, fakat bu dal isminizi katkı sunanlar listesine ekleme amacıyla oluşturulduğundan, ekle yazmak mantıklı olacaktır.) + +## Gerekli değişiklikleri yapma ve değişiklikleri onaylama + +Şimdi, bir metin editöründe `Contributors.md` dosyasını açın. Basit bir işaretleme dili olan Markdown'a alışkın olmanız gerekmektedir. Nasıl kullanacağınızı öğrenmek için bu [kopya kağıdına](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) göz atabilirsiniz. + +`Contributors.md` dosyasının sonuna bu satırı ekleyin: + +```markdown +- [İsminiz](https://github.com/kullanici-adiniz) +``` + +Örneğin: + +```markdown +- [Ahmet Yılmaz](https://github.com/ahmet-yilmaz) +``` + +`](` arasında boşluk olmadığından emin olun. Dosyayı kaydedin ve kapatın. + +git status + +Komut istemi üzerinde proje klasörüne gidip `git status` komutunu yazdığınızda yaptığınız değişiklikleri göreceksiniz. + +`git add` komutu ile bu değişiklikleri oluşturduğunuz dal içerisine ekleyin. + +```bash +git add Contributors.md +``` + +Şimdi `git commit` komutunu kullanarak değişikliklerinizi onaylayın (commit): +```bash +git commit -m " katkıda bulunanlar listesine eklendi" +``` +`` yerine kendi isminizi yazın. + +(Ç.N: Açık kaynak dünyasında dünyanın farklı yerlerinden insanlarla birlikte çalışacağınız için onay mesajını İngilizce yazabilirsiniz.) + +## Değişiklikleri GitHub üzerine "itme" (Push) + +`git push` komutu ile değişikliklerinizi ittirin: +```bash +git push origin +``` +`` yerine daha önce oluşturduğunuz dalın ismini girin. + +## Değişikliklerinizi inceleme için gönderin + +Oluşturduğunuz deponun Github sayfasında `Compare & pull request` butonunu göreceksiniz. Bu butona basın. + +create a pull request + +Şimdi çekme isteğini (pull request) gönderin. + +submit pull request + +Yaptığınız değişiklikleri en kısa zamanda projenin "master" dalı ile birleştireceğiz. Bu işlem tamamlandığı zaman bir bilgilendirme e-postası alacaksınız. + +## Bundan sonra ne yapabilirim? + +Tebrikler! Katkıda bulunan kişi olarak sıklıkla karşılaşacağınız standart _çatal -> klon -> düzenle -> çekme isteği_ iş akışını tamamladınız! + +Sunduğunuz katkının coşkusunu yaşamak ve bunu arkadaşlarınız ve takipçilerinizle paylaşmak için [bu bağlantıdaki](https://firstcontributions.github.io/#social-share) uygulamamızı kullanabilirsiniz. + +Bir sorunuz veya yardıma ihtiyacınız olursa Slack takımımıza katılabilirsiniz. [Slack takımına katıl](https://firstcontributions.herokuapp.com) + +Artık diğer projelere katkı sunmaya hazırsınız. Çözmeye başlayabileceğiniz giriş seviyesindeki konulara (issue) sahip projeleri [sizin için derledik](https://firstcontributions.github.io/#project-list). + +### [Ek bilgi](../additional-material/git_workflow_scenarios/additional-material.md) + +## Diğer araçlarla ilgili eğitimler + + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.ua.md b/docs/gui-tool-tutorials/translations/README.ua.md new file mode 100644 index 00000000..4011a3ad --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ua.md @@ -0,0 +1,135 @@ +[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) + +# Перший внесок + +Цей проект спрямований на те, щоб спростити та спрямувати шлях новачків, які роблять свій перший внесок. Якщо ви хочете зробити свій перший внесок, виконайте наведені нижче дії. + +_Якщо ви не вмієте працювати з командним рядком, [ось навчальні посібники з використанням інструментів GUI.](#tutorials-using-other-tools)_ + +fork this repository + +Якщо ви ще не встановили git, тоді [зробіть це](https://help.github.com/articles/set-up-git/). + +## Форкніть репозиторій + +Форкніть свою власну копію цього репозиторію, натиснувши кнопку `fork` вгорі цієї сторінки. +Таким чином, ви створите копію цього репозиторію у вашому акаунті. + +## Клонуйте репозиторій + +clone this repository + +Тепер клонуйте цей репозиторій на ваш комп’ютер. Натисніть на кнопку `clone`, а потім - на іконку `copy to clipboard`. + +Відкрийте термінал і виконайте наступні команди: + +```bash +git clone "посилання, яке ви щойно скопіювали" +``` + +де `посилання, яке ви щойно скопіювали` (без лапок) - адреса цього репозиторію. Дивіться попередній крок для того, щоб отримати цю адресу. + +copy URL to clipboard + +Наприклад: +```bash +git clone https://github.com/this-is-you/first-contributions.git +``` + +де `this-is-you` - ваш нікнейм з GitHub. Таким чином, ви копіюєте вміст репозиторію з GitHub, в який збираєтесь зробити внесок, на ваш комп’ютер. + +## Створюємо гілку + +Перейдіть в директорію з репозиторієм на вашому комп’ютері (якщо ви ще цього не зробили): + +```bash +cd first-contributions +``` + +Тепер створюємо гілку за допомогою команди `git checkout`: + +```bash +git checkout -b +``` + +Наприклад: + +```bash +git checkout -b add-petro-church +``` + +(Назва гілки не повинна обов’язково містити слово *add*, але це має сенс, якщо майбутні зміни передбачають додавання чогось, наприклад, вашого імені у список контрибуторів.) + +## Робимо необхідні зміни та записуємо їх в репозиторій + +Тепер відкриваємо файл `Contributors.md` в текстовому редакторі та додаємо ваше ім’я, а потім зберігаємо файл. Якщо ви перейдете в директорію проєкту і виконаєте команду `git status`, ви побачите зміни. Додайте ці зміни до гілки, яку ви тільки що створили, за допомогою команди `git add`: + +```bash +git add Contributors.md +``` + +Тепер запишіть ці зміни за допомогою команди `git commit`: + +```bash +git commit -m "Add to Contributors list" +``` + +замініть `` своїм іменем. + +## Відправляємо зміни в GitHub + +Відправте зміни на віддалений репозиторій в GitHub за допомогою команди `git push`: + +```bash +git push -г origin +``` + +Замініть `` назвою гілки, яку ви створили раніше. + +
+ Якщо під час натискання виникають помилки, натисніть тут: + +- ### 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/'
+ Перейдіть до [туторіалу GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) щодо створення та налаштування ключа SSH для вашого облікового запису. + +
+ +## Відправляємо зміни на перевірку + +Коли ви перейдете до свого репозиторію в GitHub, ви побачите кнопку `Compare & pull request`. Сміливо натисніть на неї. + +create a pull request + +Тепер зміни відправлені на перевірку і затвердження. + +submit pull request + +Згодом я об’єднаю ваші запропоновані зміни з основною гілкою цього репозиторію. Ви отримаєте повідомлення, коли це буде зроблено. + +## Що далі? + +Вітаю! Ви щойно виконали стандартний робочий процес _fork -> clone -> edit -> pull request_, з яким ви часто стикаєтеся як контрибутор! + +Відзначте свій внесок і поділіться ним із друзями та читачами, перейшовши до [веб-програми](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) | + +

Цей проект підтримується:

+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.un-aln.md b/docs/gui-tool-tutorials/translations/README.un-aln.md new file mode 100644 index 00000000..404826f6 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.un-aln.md @@ -0,0 +1,129 @@ +[![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) + + +# ⎎⟟⍀⌇⏁ ☊⍜⋏⏁⍀⟟⏚⎍⏁⟟⍜⋏⌇ + +⏁⊑⟟⌇ ⌿⍀⍜⟊⟒☊⏁ ⏃⟟⋔⌇ ⏁⍜ ⌇⟟⋔⌿⌰⟟⎎⊬ ⏃⋏⎅ ☌⎍⟟⎅⟒ ⏁⊑⟒ ⍙⏃⊬ ⏚⟒☌⟟⋏⋏⟒⍀⌇ ⋔⏃☍⟒ ⏁⊑⟒⟟⍀ ⎎⟟⍀⌇⏁ ☊⍜⋏⏁⍀⟟⏚⎍⏁⟟⍜⋏. ⟟⎎ ⊬⍜⎍ ⏃⍀⟒ ⌰⍜⍜☍⟟⋏☌ ⏁⍜ ⋔⏃☍⟒ ⊬⍜⎍⍀ ⎎⟟⍀⌇⏁ ☊⍜⋏⏁⍀⟟⏚⎍⏁⟟⍜⋏, ⎎⍜⌰⌰⍜⍙ ⏁⊑⟒ ⌇⏁⟒⌿⌇ ⏚⟒⌰⍜⍙. + +_⟟⎎ ⊬⍜⎍'⍀⟒ ⋏⍜⏁ ☊⍜⋔⎎⍜⍀⏁⏃⏚⌰⟒ ⍙⟟⏁⊑ ☊⍜⋔⋔⏃⋏⎅ ⌰⟟⋏⟒, [⊑⟒⍀⟒ ⏃⍀⟒ ⏁⎍⏁⍜⍀⟟⏃⌰⌇ ⎍⌇⟟⋏☌ ☌⎍⟟ ⏁⍜⍜⌰⌇.](#tutorials-using-other-tools)_ + +fork this repository + +#### ⟟⎎ ⊬⍜⎍ ⎅⍜⋏'⏁ ⊑⏃⎐⟒ ☌⟟⏁ ⍜⋏ ⊬⍜⎍⍀ ⋔⏃☊⊑⟟⋏⟒, [⟟⋏⌇⏁⏃⌰⌰ ⟟⏁](https://help.github.com/articles/set-up-git/). + +## ⎎⍜⍀☍ ⏁⊑⟟⌇ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ + +⎎⍜⍀☍ ⏁⊑⟟⌇ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ ⏚⊬ ☊⌰⟟☊☍⟟⋏☌ ⍜⋏ ⏁⊑⟒ `fork` ⏚⎍⏁⏁⍜⋏ ⍜⋏ ⏁⊑⟒ ⏁⍜⌿ ⍜⎎ ⏁⊑⟟⌇ ⌿⏃☌⟒. + ⏁⊑⟟⌇ ⍙⟟⌰⌰ ☊⍀⟒⏃⏁⟒ ⏃ ☊⍜⌿⊬ ⍜⎎ ⏁⊑⟟⌇ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ ⟟⋏ ⊬⍜⎍⍀ ⏃☊☊⍜⎍⋏⏁. + +## ☊⌰⍜⋏⟒ ⏁⊑⟒ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ + +clone this repository + +⋏⍜⍙ ☊⌰⍜⋏⟒ ⏁⊑⟒ ⎎⍜⍀☍⟒⎅ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ ⏁⍜ ⊬⍜⎍⍀ ⋔⏃☊⊑⟟⋏⟒. ☌⍜ ⏁⍜ ⊬⍜⎍⍀ ☌⟟⏁⊑⎍⏚ ⏃☊☊⍜⎍⋏⏁, ⍜⌿⟒⋏ ⏁⊑⟒ ⎎⍜⍀☍⟒⎅ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬, ☊⌰⟟☊☍ ⍜⋏ ⏁⊑⟒ ☊⍜⎅⟒ ⏚⎍⏁⏁⍜⋏ ⏃⋏⎅ ⏁⊑⟒⋏ ☊⌰⟟☊☍ ⏁⊑⟒ _copy to clipboard_ ⟟☊⍜⋏. + +⍜⌿⟒⋏ ⏃ ⏁⟒⍀⋔⟟⋏⏃⌰ ⏃⋏⎅ ⍀⎍⋏ ⏁⊑⟒ ⎎⍜⌰⌰⍜⍙⟟⋏☌ `git` ☊⍜⋔⋔⏃⋏⎅: + +```bash +git clone "url you just copied" +``` + +⍙⊑⟒⍀⟒ "url you just copied" (⍙⟟⏁⊑⍜⎍⏁ ⏁⊑⟒ ⍾⎍⍜⏁⏃⏁⟟⍜⋏ ⋔⏃⍀☍⌇) ⟟⌇ ⏁⊑⟒ ⎍⍀⌰ ⏁⍜ ⏁⊑⟟⌇ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ (⊬⍜⎍⍀ ⎎⍜⍀☍ ⍜⎎ ⏁⊑⟟⌇ ⌿⍀⍜⟊⟒☊⏁). ⌇⟒⟒ ⏁⊑⟒ ⌿⍀⟒⎐⟟⍜⎍⌇ ⌇⏁⟒⌿⌇ ⏁⍜ ⍜⏚⏁⏃⟟⋏ ⏁⊑⟒ ⎍⍀⌰. + +copy URL to clipboard + +⎎⍜⍀ ⟒⌖⏃⋔⌿⌰⟒: + +```bash +git clone https://github.com/this-is-you/first-contributions.git +``` + +⍙⊑⟒⍀⟒ `this-is-you` ⟟⌇ ⊬⍜⎍⍀ GitHub ⎍⌇⟒⍀⋏⏃⋔⟒. ⊑⟒⍀⟒ ⊬⍜⎍'⍀⟒ ☊⍜⌿⊬⟟⋏☌ ⏁⊑⟒ ☊⍜⋏⏁⟒⋏⏁⌇ ⍜⎎ ⏁⊑⟒ ⎎⟟⍀⌇⏁-☊⍜⋏⏁⍀⟟⏚⎍⏁⟟⍜⋏⌇ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ ⍜⋏ GitHub ⏁⍜ ⊬⍜⎍⍀ ☊⍜⋔⌿⎍⏁⟒⍀. + +## ☊⍀⟒⏃⏁⟒ ⏃ ⏚⍀⏃⋏☊⊑ + +☊⊑⏃⋏☌⟒ ⏁⍜ ⏁⊑⟒ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ ⎅⟟⍀⟒☊⏁⍜⍀⊬ ⍜⋏ ⊬⍜⎍⍀ ☊⍜⋔⌿⎍⏁⟒⍀ (⟟⎎ ⊬⍜⎍ ⏃⍀⟒ ⋏⍜⏁ ⏃⌰⍀⟒⏃⎅⊬ ⏁⊑⟒⍀⟒): + +```bash +cd first-contributions +``` + +⋏⍜⍙ ☊⍀⟒⏃⏁⟒ ⏃ ⏚⍀⏃⋏☊⊑ ⎍⌇⟟⋏☌ ⏁⊑⟒ `git checkout` ☊⍜⋔⋔⏃⋏⎅: + +```bash +git checkout -b your-new-branch-name +``` + +⎎⍜⍀ ⟒⌖⏃⋔⌿⌰⟒: + +```bash +git checkout -b add-alonzo-church +``` + +## ⋔⏃☍⟒ ⋏⟒☊⟒⌇⌇⏃⍀⊬ ☊⊑⏃⋏☌⟒⌇ ⏃⋏⎅ ☊⍜⋔⋔⟟⏁ ⏁⊑⍜⌇⟒ ☊⊑⏃⋏☌⟒⌇ + +⋏⍜⍙ ⍜⌿⟒⋏ `Contributors.md` ⎎⟟⌰⟒ ⟟⋏ ⏃ ⏁⟒⌖⏁ ⟒⎅⟟⏁⍜⍀, ⏃⎅⎅ ⊬⍜⎍⍀ ⋏⏃⋔⟒ ⏁⍜ ⟟⏁. ⎅⍜⋏'⏁ ⏃⎅⎅ ⟟⏁ ⏃⏁ ⏁⊑⟒ ⏚⟒☌⟟⋏⋏⟟⋏☌ ⍜⍀ ⟒⋏⎅ ⍜⎎ ⏁⊑⟒ ⎎⟟⌰⟒. ⌿⎍⏁ ⟟⏁ ⏃⋏⊬⍙⊑⟒⍀⟒ ⟟⋏ ⏚⟒⏁⍙⟒⟒⋏. ⋏⍜⍙, ⌇⏃⎐⟒ ⏁⊑⟒ ⎎⟟⌰⟒. + +git status + +⟟⎎ ⊬⍜⎍ ☌⍜ ⏁⍜ ⏁⊑⟒ ⌿⍀⍜⟊⟒☊⏁ ⎅⟟⍀⟒☊⏁⍜⍀⊬ ⏃⋏⎅ ⟒⌖⟒☊⎍⏁⟒ ⏁⊑⟒ ☊⍜⋔⋔⏃⋏⎅ `git status`, ⊬⍜⎍'⌰⌰ ⌇⟒⟒ ⏁⊑⟒⍀⟒ ⏃⍀⟒ ☊⊑⏃⋏☌⟒⌇. + +⏃⎅⎅ ⏁⊑⍜⌇⟒ ☊⊑⏃⋏☌⟒⌇ ⏁⍜ ⏁⊑⟒ ⏚⍀⏃⋏☊⊑ ⊬⍜⎍ ⟊⎍⌇⏁ ☊⍀⟒⏃⏁⟒⎅ ⎍⌇⟟⋏☌ ⏁⊑⟒ `git add` ☊⍜⋔⋔⏃⋏⎅: + +```bash +git add Contributors.md +``` + +⋏⍜⍙ ☊⍜⋔⋔⟟⏁ ⏁⊑⍜⌇⟒ ☊⊑⏃⋏☌⟒⌇ ⎍⌇⟟⋏☌ ⏁⊑⟒ `git commit` ☊⍜⋔⋔⏃⋏⎅: + +```bash +git commit -m "Add to Contributors list" +``` + +⍀⟒⌿⌰⏃☊⟟⋏☌ `` ⍙⟟⏁⊑ ⊬⍜⎍⍀ ⋏⏃⋔⟒. + +## ⌿⎍⌇⊑ ☊⊑⏃⋏☌⟒⌇ ⏁⍜ GitHub + +⌿⎍⌇⊑ ⊬⍜⎍⍀ ☊⊑⏃⋏☌⟒⌇ ⎍⌇⟟⋏☌ ⏁⊑⟒ ☊⍜⋔⋔⏃⋏⎅ `git push`: + +```bash +git push origin -u +``` + +⍀⟒⌿⌰⏃☊⟟⋏☌ `` ⍙⟟⏁⊑ ⏁⊑⟒ ⋏⏃⋔⟒ ⍜⎎ ⏁⊑⟒ ⏚⍀⏃⋏☊⊑ ⊬⍜⎍ ☊⍀⟒⏃⏁⟒⎅ ⟒⏃⍀⌰⟟⟒⍀. + +
+ ⟟⎎ ⊬⍜⎍ ☌⟒⏁ ⏃⋏⊬ ⟒⍀⍀⍜⍀⌇ ⍙⊑⟟⌰⟒ ⌿⎍⌇⊑⟟⋏☌, ☊⌰⟟☊☍ ⊑⟒⍀⟒: + +- ### ⏃⎍⏁⊑⟒⋏⏁⟟☊⏃⏁⟟⍜⋏ ⟒⍀⍀⍜⍀ +
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 ⏁⎍⏁⍜⍀⟟⏃⌰](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ⍜⋏ ☌⟒⋏⟒⍀⏃⏁⟟⋏☌ ⏃⋏⎅ ☊⍜⋏⎎⟟☌⎍⍀⟟⋏☌ ⏃⋏ ⌇⌇⊑ ☍⟒⊬ ⏁⍜ ⊬⍜⎍⍀ ⏃☊☊⍜⎍⋏⏁. + +
+ +## ⌇⎍⏚⋔⟟⏁ ⊬⍜⎍⍀ ☊⊑⏃⋏☌⟒⌇ ⎎⍜⍀ ⍀⟒⎐⟟⟒⍙ + +⟟⎎ ⊬⍜⎍ ☌⍜ ⏁⍜ ⊬⍜⎍⍀ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ ⍜⋏ ☌⟟⏁⊑⎍⏚, ⊬⍜⎍'⌰⌰ ⌇⟒⟒ ⏃ `Compare & pull request` ⏚⎍⏁⏁⍜⋏. ☊⌰⟟☊☍ ⍜⋏ ⏁⊑⏃⏁ ⏚⎍⏁⏁⍜⋏. + +create a pull request + +⋏⍜⍙ ⌇⎍⏚⋔⟟⏁ ⏁⊑⟒ `pull request`. + +submit pull request + +⌇⍜⍜⋏ ⟟'⌰⌰ ⏚⟒ ⋔⟒⍀☌⟟⋏☌ ⏃⌰⌰ ⊬⍜⎍⍀ ☊⊑⏃⋏☌⟒⌇ ⟟⋏⏁⍜ ⏁⊑⟒ ⋔⏃⌇⏁⟒⍀ ⏚⍀⏃⋏☊⊑ ⍜⎎ ⏁⊑⟟⌇ ⌿⍀⍜⟊⟒☊⏁. ⊬⍜⎍ ⍙⟟⌰⌰ ☌⟒⏁ ⏃ ⋏⍜⏁⟟⎎⟟☊⏃⏁⟟⍜⋏ ⟒⋔⏃⟟⌰ ⍜⋏☊⟒ ⏁⊑⟒ ☊⊑⏃⋏☌⟒⌇ ⊑⏃⎐⟒ ⏚⟒⟒⋏ ⋔⟒⍀☌⟒⎅. + +## ⍙⊑⟒⍀⟒ ⏁⍜ ☌⍜ ⎎⍀⍜⋔ ⊑⟒⍀⟒? + +☊⍜⋏☌⍀⏃⏁⌇! ⊬⍜⎍ ⟊⎍⌇⏁ ☊⍜⋔⌿⌰⟒⏁⟒⎅ ⏁⊑⟒ ⌇⏁⏃⋏⎅⏃⍀⎅ _fork -> clone -> edit -> pull request_ ⍙⍜⍀☍⎎⌰⍜⍙ ⏁⊑⏃⏁ ⊬⍜⎍'⌰⌰ ⟒⋏☊⍜⎍⋏⏁⟒⍀ ⍜⎎⏁⟒⋏ ⏃⌇ ⏃ ☊⍜⋏⏁⍀⟟⏚⎍⏁⍜⍀! + +☊⟒⌰⟒⏚⍀⏃⏁⟒ ⊬⍜⎍⍀ ☊⍜⋏⏁⍀⟟⏚⎍⏁⟟⍜⋏ ⏃⋏⎅ ⌇⊑⏃⍀⟒ ⟟⏁ ⍙⟟⏁⊑ ⊬⍜⎍⍀ ⎎⍀⟟⟒⋏⎅⌇ ⏃⋏⎅ ⎎⍜⌰⌰⍜⍙⟒⍀⌇ ⏚⊬ ☌⍜⟟⋏☌ ⏁⍜ [⍙⟒⏚ ⏃⌿⌿](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). diff --git a/docs/gui-tool-tutorials/translations/README.ur.md b/docs/gui-tool-tutorials/translations/README.ur.md new file mode 100644 index 00000000..7721e7e3 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.ur.md @@ -0,0 +1,168 @@ +[![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) + +#
پہلی شراکت يا کانٹریبیوشن
+ +
+اس پروجیکٹ کا مقصد ابتدائی افراد کے اپنا پہلى شركت يا کانٹریبیوشن کرنے کے طریقے کو آسان بنانا اور رہنمائی کرنا ہے۔ اگر آپ اپنا پہلا حصہ ڈالنا چاہتے ہیں تو نیچے دیے گئے مراحل پر عمل کریں۔ +
+
+
+اگر آپ کمانڈ لائن سے واقف نہیں ہیں تو، یہاں +جى يو آئ ٹولز استعمال کرنے كا طریقہ + موجود ہے۔ +
+
+
+اگر آپ کی مشین پر گٹ نہیں ہے تو، +انسٹال کریں +
+ +##
اس ریپوزٹری کو فورک کریں
+
+اس صفحے کے سب سے اوپر فورک بٹن دبا کر اس ریپوزٹری کا استعمال کریں. + +اس ریپوزٹری کوفورک کریں +
+ +یہ آپ کے اکاؤنٹ میں اس کی ایک نقل بنا كے ذخیرہ کرے گا۔. +
+
+ +##
ریپوزٹری کا کلون کیجیے
+ +
+اب آپ اپنے کمپیوٹر مشین پر یہ ریپوزٹری کلون کریں. +
+ +ریپوزٹری کا کلون کیجیئے + +
+ کلون بٹن کو دبائیں اور پھر "copy to clipboard" آئیکن کو دبائیں۔ +
+ +یوآرایل کلپ بورڈ پر کاپی کریں + +
+ایک ٹرمینل کھولیں اور مندرجہ ذیل گٹ کمانڈ چلائیں: +
+ +```bash +git clone "یو آر ایل جو آپ نے ابھی کاپی کیا" +``` + +
+جہاں "یو آر ایل جو آپ نے ابھی کاپی کیا" (اقتباس کے نشانات " " کے بغیر) اس ریپوزٹری کو کلون کرنے کا یو آر ایل کا اندراج مراد ہے. یو آر ایل حاصل کرنے کیلئے پچھلے مرحلے کو دیکھیں. +
+ +
مثال کے طور پر:
+ +```bash +git clone https://github.com/this-is-you/first-contributions.git +``` + +
اس میں 'this-is-you' آپکا GitHub یوزرنیم ہے۔ یہاں آپ first-contributions GitHub ریپوزٹری کے مندرجات کمپیوٹر پر نقل کر رہے ہیں.
+ +##
ایک شاخ (برانچ) بنائیں
+ +
اپنے کمپیوٹر پر ریپوزٹری کی ڈائرکٹری تبدیل کریں (اگرآپ پہلے سے وہاں نہیں ہیں):
+ +```bash +cd first-contributions +``` + +
اب git checkout کمانڈ استعمال کرتے ہوئے ایک شاخ/برانچ تشکیل دیں :
+ +```bash +git checkout -b +``` + +
مثال کے طور پر:
+ +```bash +git checkout -b add-alonzo-church +``` + +
شاخ (برانچ) کا نام میں ضروری نہیں add شامل کریں، لیکن یہ مناسب ہے کہ اس میں یہ شامل ہو، کیونکہ اس شاخ کا مقصد آپ کے نام کو فہرست میں شامل کرنا ہے.
+ +##
ضروری تبدیلیاں کریں اور ان تبدیلیوں کو انجام دیں۔
+ +
+اب Contributors.md فائل کو ٹیکسٹ ایڈیٹر پر کھولیں، اپنا نام اس میں شامل کریں، اور پھر فائل کو محفوظ کریں۔ نام فائل کے شروع یا آخر میں شامل نہ کریں۔ اسے درمیان میں کہیں بھی ڈال دیں۔اگر آپ پراجیکٹ ڈائرکٹری میں جاتے ہیں اور کمانڈ git status کو چلاتے ہیں، تو آپ دیکھیں گے کہ تبدیلیاں موجود ہیں. ان تبدیلیوں کو اس شاخ میں git add کمانڈ استعمال کرتے ہوئے شامل کریں، جسے ابھی آپ نے بنایا تھا۔ : +
+ +```bash +git add Contributors.md +``` + +
اب git commit کمانڈ کا استعمال کرتے ہوئے ان تبدیلیوں کا ارتکاب کریں:
+ +```bash +git commit -m "Add to Contributors list" +``` + +
<your-name> کو اپنے نام کے ساتھ تبدیل کردیں.
+ +##
ان تبدیلیوں کو GitHub پردهکیل دیں۔
+ +
git push کمانڈ کے ذریعے اپنی تبدیلیوں کو پش کریں:
+ +```bash +git push origin +``` + +
<add-your-name> کو شاخ کے نام کے ساتھ بدل دیں، جسے آپ نے پہلے بنایا تھا.
+ +##
اپنی تبدیلیوں کو جائزے کیلئے جمع کروائیں۔
+ +
اگر آپ GitHub پر اپنی ریپوزٹری پر جاتے ہیں تو، آپ کو Compare & pull request دکھائی دے گا. اس بٹن کو دبائیں.
+ +ایک پل درخواست کریں + +
اب پل درخواست جمع کروائیں.
+ +پل درخواست جمع کروائیں + +
جلد ہی میں آپ کی تمام تبدیلیوں کو اس پروجیکٹ کی ماسٹر شاخ میں ضم کر دونگا. تبدیلیوں کو ضم کرنے کے بعد آپ کو نوٹیفکیشن ای میل مل جائے گی
+ +##
آگے کیا کرنا چاہیے؟
+
+مبارک ہو! آپ نے کامیابی سے + فورک -> کلون -> ترمیم -> پل ریکویسٹ ورک فلو + مکمل کر لیا ہے جو آپ کو اکثر ایک شراکت دار کے طور پر ملے گا + +اپنی شراکت کا جشن منائیں اور اپنے دوستوں اور فالوورز کے ساتھ اسے + ویب ایپ + پر جا کر شیئر کریں۔ +
+
+ آپ کو مدد کی ضرورت ہے یا کوئی سوال ہو تو آپ ہماری سلیک ٹیم میں بھی شامل ہوسکتے ہیں. +سلیک ٹیم میں شمولیت اختیار کریں۔ +
+
+
+اب ہم آپ کو دوسرے پراجيكٹس میں شراکت کرنے کے لئے دعوت ديتے ہیں۔ +ادھر آپ چند + مقبول ذخیروں + میں کچھ ابتدائی سطح کے مسائل حل کر سکتے ہیں. آگے بڑھیے اور مزید جاننے کے لئے ان ذخیروں پر جائیے۔ +
+ +###
[ اضافی مواد ](../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) | + +
+اس منصوبے کی حمایت کی ہے +
+

+ + + +

diff --git a/docs/gui-tool-tutorials/translations/README.uz.md b/docs/gui-tool-tutorials/translations/README.uz.md new file mode 100644 index 00000000..2e7ff2cd --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.uz.md @@ -0,0 +1,147 @@ +[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) + + +# 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. + +_Agar buyruq satri sizga mos bo'lmasa, [Bu erda GUI vositalaridan foydalanib amalga oshirishga oid darsliklari mavjud](#boshqa-vositalardan-foydalanish-uchun-qollanmalar)_ + + +repositoryni fork qiling + +#### Agar kompyuteringizda git mavjud bo'lmasa, [buni o'rnating](https://help.github.com/articles/set-up-git/). + +## Bu repositoryni fork qilib oling + +Bu repositoryni ushbu sahifaning yuqorisidagi fork tugmasini bosish orqali fork qilib oling. +Bu akkountingizda ushbu repositoryning nusxasini yaratadi. + +## Bu repositoryni klon qilib oling + +bu repositoryni klon qilib oling + +Endi fork qilingan repositoryni kompyuteringizga klon qiling. GitHub akkountingizga kirib, fork qilingan repositoryni oching, code tugmasi ustiga bosing va keyin _copy to clipboard_ belgisi (icon) ustiga bosing. + +Terminalni oching va quyidagi git buyruqlarini yurg'izing: + +```bash +git clone "siz horizgina 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. + +urlni klipboardga ko'chiring + +Misol uchun: + +```bash +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 +ko'chiryapsiz. + +## Branch yaratish + +Kompyuteringizda repository papkasiga kiring (agar u yerda bo'lmasangiz) + +```bash +cd first-contributions +``` + +Endi `git switch` buyrug'i orqali branch yarating: + +```bash +git switch -c yangi-branch-nomingiz +``` + +Misol uchun: + +```bash +git switch -c add-aliml92 +``` + +## Kerakli o'zgarishlarni qiling va bu o'zgarishlarni commit qiling + +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. + +`git add` buyrug'i yordamida hosil qilgan branchingizga o'zgarishlarni qo'shing: + +```bash +git add Contributors.md +``` + +Endi `git commit` buyrug'i yordamida bu o'zgarishlarni commit qiling: + +```bash +git commit -m "Contributors royxatiga ismingiz-ni kiritish" +``` +`ismingiz-` ni o'rniga o'zingizni ismingizni yozing. + +## O'zgarishlarni Githubga push qilish + +`git push` buyrug'i bilan o'zgartishlaringizni push qiling: + +```bash +git push origin -u yangi-branch-nomingiz +``` + +albatta, `yangi-branch-nomingiz` ni biroz oldin yaratgan branch nomiga almashtirgan holda. + +
+ Push qilish vaqtida biror xatolarni ko'rsangiz, bu yerni bosing + +- ### Autentifikatsiya Xatoligi +
+  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/'
+
+ +Akkountingizga SSH kalit yaratish va konfiguratsiya qilish uchun [GitHub qo'llanma](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ga o'ting. + +
+ +## O'zgartirishlaringizni ko'rib chiqilishi uchun topshirish + +Agar Githubdagi repositoryingizga o'tsangiz, `Compare & pull request` tugmasini ko'rasiz. O'sha tugmani bosing. + +pull request hosil qilish + +Endi pull requestni submit qiling. + +pull request submit qilish + +Tez orada men sizning barcha o'zgarishlaringizni ushbu proyektning main branchiga birlashtiraman. O'zgarishlar birlashtirilgandan so'ng sizga elektron pochta xabarnomasi keladi. + +## 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. + +Hissangizni nishonlang va [web app](https://firstcontributions.github.io/#social-share)ga o'tish orqali do'stlaringizga va ergashuvchilaringizga ulashing. + +Agar ko‘proq mashq qilishni xohlasangiz, [code contributions](https://github.com/firstcontributions/first-contributions/blob/main/code-contributions.md) faylini ko‘rib chiqing. + + + +Agar koʻproq mashq qilishni istasangiz, [kod hissalarini](https://github.com/roshanjossey/code-contributions) tekshiring. + + + + +Endi boshqa proyektlarga hissa qo‘shishni boshlaylik. Siz boshlashingiz mumkin bo'lgan oson masalalar bilan proyektlar ro'yxatini tuzdik. Ko'zdan kechiring [web appdagi proyektlar ro'yxati](https://firstcontributions.github.io/#project-list). + +### [Qo'shimcha materiallar](additional-material/git_workflow_scenarios/additional-material.md) + +## Boshqa Vositalardan Foydalanish Uchun Qollanmalar + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.vn.md b/docs/gui-tool-tutorials/translations/README.vn.md new file mode 100644 index 00000000..bc031320 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.vn.md @@ -0,0 +1,126 @@ +[![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) + +# Những đóng góp đầu tiên + +Lần đầu tiên bạn làm điều gì đó có thể gặp nhiều trở ngại. Đặc biệt khi bạn đang cộng tác, sai lầm là điều rất khó tránh khỏi. + +Việc đọc hướng dẫn có tác dụng, nhưng có gì tốt hơn là thực sự đóng góp trong môi trường thực tiễn? Dự án này là nhằm mục đích cung cấp sự hướng dẫn và đơn giản hóa cách thức những người mới tham gia đóng góp. Nếu bạn mong muốn thực hiện việc đóng góp đầu tiên của mình, chỉ cần làm theo các bước đơn giản bên dưới. + +#### *Nếu bạn không thoải mái khi làm việc với dòng lệnh, [đây là các hướng dẫn sử dụng các công cụ có giao diện đồ họa (GUI).]( #Hướng-dẫn-sử-dụng-các-công-cụ-khác )* + +fork this repository + +Nếu bạn không có git trên máy tính của bạn, [cài đặt git](https://help.github.com/articles/set-up-git/). + +## Sao chép kho lưu trữ (Fork) + +Sao chép (copy) kho lưu trữ mã nguồn (repository) này bằng cách nhấn vào nút `Fork` (Tạo nhánh) đầu trang này. Một bản sao kho lưu trữ này sẽ được tạo ra trong tài khoản của bạn. + +## Tạo bản lưu nội bộ của kho lưu trữ trên máy tính của bạn (clone) + +clone this repository + +Bây giờ, hãy sao chép bản sao (clone) kho lưu trữ đã được sao chép (fork) này vào máy của bạn. Để thực hiện thao tác này, truy xuất vào tài khoản GitHub của bạn, mở kho lưu trữ đã tạo nhánh rồi nhấn vào nút `Code`, và sau đó nhấn vào biểu tượng *copy to clipboard* + +Mở một cửa sổ terminal và chạy lệnh git sau đây: + +```bash +git clone "url bạn vừa sao chép" +``` +Trong đó `"url bạn vừa sao chép"` (không có dấu ngoặc kép) là url dẫn vào kho mã nguồn (mà bạn đã sao chép) này. Xem các bước trước đó để có được url. + +copy URL to clipboard + +Ví dụ: +```bash +git clone https://github.com/tên-bạn/first-contributions.git +``` +Trong đó `tên-bạn` là tên người dùng (username) tài khoản GitHub của bạn. Ở đây bạn đang sao chép nội dung của kho mã nguồn "first-contributions" trên GitHub vào máy tính của bạn + +## Tạo nhánh (branch) + +Di chuyển đến thư mục chứa kho lưu trữ trên máy tính của bạn (nếu bạn chưa ở đó): + +```bash +cd first-contributions +``` +Bây giờ tạo ra một nhánh (branch) sử dụng lệnh `git switch` +```bash +git switch -c +``` + +Ví dụ: +```bash +git switch -c thêm-Tran-Ly-Vu +``` +(Tên của nhánh mới không cần phải có từ *thêm* trong đó, nhưng nó được dùng vì mục đích của nhánh này là thêm tên của bạn vào danh sách.) + +## Thực hiện những thay đổi cần thiết và chấp nhận (commit) những thay đổi này + +Bây giờ mở tập tin `Contributors.md` trong một trình soạn thảo văn bản và thêm tên của bạn vào. Đừng thêm vào đầu hoặc cuối tập tin. Thêm vào bất cứ nơi nào ở giữa. Sau đó, lưu tập tin. + +git status + +Nếu bạn vào thư mục hiện tại của project và thực hiện lệnh `git status`, bạn sẽ thấy những thay đổi. + +Thêm những thay đổi vào nhánh bạn vừa tạo bằng lệnh `git add`: + +```bash +git add Contributors.md +``` + +Bây giờ chấp nhận những thay đổi bằng cách sử dụng dòng lệnh `git commit` dưới đây: +```bash +git commit -m "Them vào danh sách Cộng tác viên" +``` + +thay thế `` bằng tên của bạn. + +## Đẩy (push) các thay đổi lên GitHub + +Đẩy những thay đổi của bạn sử dụng `git push`: +```bash +git push origin +``` +thay thế `` với tên của nhánh bạn tạo ra trước đó. + +
+ Nếu bạn gặp bất cứ lỗi gì trong lúc thực hiện thao tác push, nhấn vào đây: + +- ### Lỗi xác thực (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/'
+ Truy cập vào [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) về việc tạo cấu hình khóa SSH cho tài khoản của bạn. + +
+ +## Gửi yêu cầu xem xét các thay đổi của bạn + +Nếu bạn mở kho mã nguồn của bạn trên GitHub, bạn sẽ thấy nút `Compare & pull request`. Nhấn vào nút đó. + +create a pull request + +Bây giờ, hãy gửi yêu cầu xem xét thay đổi (pull request) + +submit pull request + +Tôi sẽ sớm hợp nhất (merge) tất cả các thay đổi của bạn vào nhánh chính (master branch) của dự án này. Bạn sẽ nhận được email thông báo sau khi các thay đổi đã được gộp. + +## Bước tiếp theo là gì? + +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ỗ 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). + +### [Tài liệu bổ sung](../additional-material/git_workflow_scenarios/additional-material.md) + +## Hướng dẫn sử dụng các công cụ khác + +| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.yor.md b/docs/gui-tool-tutorials/translations/README.yor.md new file mode 100644 index 00000000..1edb8e84 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/README.yor.md @@ -0,0 +1,129 @@ +[![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) + + +# Akọkọ ilowosi + +Lati dasi nko lakoko n'le, pataki ti a ba ronu nipa asise ti a le bapade, a fe ko rorun fun awon ilowosi akoko lati le dasi +ise agbese lakoko, ise agbese yi a ko yin be ese le se, e tele ilana ni isalẹ + + +#### *to ba le lo pipaṣẹ, [awon ona mi re.](#Tutorials-Usin'-Other-Tools)* + +fork this repository + +e fi git sori ẹrọ [install it](https://help.github.com/articles/set-up-git/). + +## orita ibi ipamọ yii +orita ibi ipamọ yii, e te ' fork bọtini' ni oke oju iwe yi, e leyi a fun yin ni daako ni accounti yin + +## Dide ibi ipamọ + +clone this repository + +oya e de ibi ipamọ yi si account yin, e lo si githubu accounti yin, e te 'clone botini, ke wa te 'copy to clipboard' +. + +e sii ebute in ero ise yin, e te pipaṣẹ to be a labe oro yi si: + +```bash +git clone "ọna asopọ ' te daakọ" +``` + +ibi, "ọna asopọ ' te daakọ" (lai awọn ' quote iṣmiṣ) lo je ono asopo ti e dide ibi ipamo (e dide ibi ipamo ise igbesi). e wo awon atono ti tele to n be loke + +copy URL to clipboard + +oye ko ri bi: + +```bash +git clone https://github.com/oruko yin/first-contributions.git +``` + +ibi `oruko yin` ni oruko githubu accounti yin. ni bi yi en didako awon akoonu ' first-contributions repository in GitHubu' si ero ise yin. + +## ṣẹda ẹka + +seda eka si ero, amo ko to sebe te pipaṣẹ yi si ibe + +```bash +cd first-contributions +``` + +oya seda eka si pelu ' `git checkout` pipase: + +```bash +git checkout -b +``` + +fun apere: + +```bash +git checkout -b add-luke-oliff +``` + +(kon se dadun ki e lo "add", amo o daa fun irun nnkan bayii) + +## Ṣe awọn ayipada to ṣe pataki 'n ṣe awọn ayipada yẹn + +oya shi faili `Contributors.md` ninu olootu ọrọ, fi oruko re mo awon oruko to 'n wan be, ma fe se akoko tabi igbeyn, fi si arin. + +git status + +to ba te pipase `git status` si ebute re, wa re awon ayipada ti ose + +fi won mo eka ti ode pelu pipase yii `git add`: + +```bash +git add Contributors.md +``` + +oya dawon papop pelu pipase yi `git commit`: + +```bash +git commit -m "Add to Contributors list" +``` + +yi `` pada si oruko re. + +## Titari awọn ayipada si GitHub + +te pipase yi `git push`: + +```bash +git push origin +``` + +yi `` pada si orku e da ti ese ni ibere + +## Fi yer ayipada fer awotẹlẹ + +Ti o ba lọ t' yer ibi ipamọ lori GitHub, iwọ yoo ri a `Compare & pull request` botini. te botini yen. + +create a pull request + +oya fi silẹ. + +submit pull request + +To ba ya a ma so gbogo yipada ti e se papo, e o gba iwifunni lori imeeli yin + +## Nibo ni lati lọ? + +Ku ise oti pari boṣewa bisesenlo _fork -> clone -> edit -> PR_ bisesenlo ti o ma bapade ni ise asowopo + +Ṣe ayẹyẹ ilowosi yer 'ki o pin pẹlu' awọn ọkan ati awọn ọmọlẹyin nipasẹ lilọ’ si [web app](https://firstcontributions.github.io/#social-share). + +Ẹ lè darapọ̀ mọ́ àwọn òṣìṣẹ́ òṣìṣẹ́ wa tí kò já fáfá tí ẹ bá nílò ìrànlọ́wọ́ èyíkéyìí tàbí kí ẹ lè gba àlọ́ kankan. [Darapo](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + +Bayi jẹ ki a bẹrẹ pẹlu' idasi' t' awọn iṣẹ akanṣe miiran. A ti ṣe akojọpọ awọn iṣẹ akanṣe pẹlu awọn ọran irọrun ti o le bẹrẹ. Ṣayẹwo [awon re](https://firstcontributions.github.io/#project-list). + +### [Ptu le ka](../additional-material/git_workflow_scenarios/additional-material.md) + +## Tutorial lilo 'miiran Irinṣẹ + +| 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 a349fb97916601d36e9c872294ceb42505c548f2 Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:58:26 +0200 Subject: [PATCH 0832/2656] Add files via upload From 903fcd07ae29525aeb1bd4599ac786ab20189b9b Mon Sep 17 00:00:00 2001 From: true_lock <168660625+truelockmc@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:07:04 +0200 Subject: [PATCH 0833/2656] remove files i accidently added --- .../translations/README.afk.md | 129 -------- .../translations/README.al.md | 127 -------- .../translations/README.am.md | 124 -------- .../translations/README.amh.md | 146 --------- .../translations/README.ar.md | 176 ----------- .../translations/README.arm.md | 144 --------- .../translations/README.assamese.md | 167 ----------- .../translations/README.aze.md | 115 -------- .../translations/README.bg.md | 122 -------- .../translations/README.bih.md | 124 -------- .../translations/README.bn.md | 134 --------- .../translations/README.by.md | 151 ---------- .../translations/README.ca.md | 121 -------- .../translations/README.col.md | 129 -------- .../translations/README.cs.md | 126 -------- .../translations/README.da.md | 128 -------- .../translations/README.de.md | 249 ---------------- .../translations/README.dz.md | 143 --------- .../translations/README.ec.md | 152 ---------- .../translations/README.eg.md | 179 ------------ .../translations/README.en-pirate.md | 127 -------- .../translations/README.eo.md | 133 --------- .../translations/README.es.md | 124 -------- .../translations/README.et.md | 131 --------- .../translations/README.ewe.md | 141 --------- .../translations/README.fa.md | 130 --------- .../translations/README.fi.md | 129 -------- .../translations/README.fil.md | 136 --------- .../translations/README.fr.md | 176 ----------- .../translations/README.ga.md | 152 ---------- .../translations/README.ge.md | 123 -------- .../translations/README.gh.md | 142 --------- .../translations/README.gl.md | 112 ------- .../translations/README.gr.md | 139 --------- .../translations/README.guj.md | 124 -------- .../translations/README.hau.md | 133 --------- .../translations/README.hb.md | 276 ------------------ .../translations/README.hi.md | 125 -------- .../translations/README.hne.md | 123 -------- .../translations/README.hr.md | 124 -------- .../translations/README.hu.md | 124 -------- .../translations/README.hy.md | 135 --------- .../translations/README.id.md | 166 ----------- .../translations/README.igb.md | 128 -------- .../translations/README.it.md | 128 -------- .../translations/README.ja.md | 115 -------- .../translations/README.ka.md | 89 ------ .../translations/README.kh.md | 222 -------------- .../translations/README.ko.md | 141 --------- .../translations/README.kr.md | 222 -------------- .../translations/README.kws.md | 134 --------- .../translations/README.kz.md | 108 ------- .../translations/README.la.md | 119 -------- .../translations/README.lt.md | 145 --------- .../translations/README.lug.md | 125 -------- .../translations/README.lv.md | 123 -------- .../translations/README.ma.md | 141 --------- .../translations/README.me.md | 129 -------- .../translations/README.mg.md | 145 --------- .../translations/README.mk.md | 123 -------- .../translations/README.ml.md | 137 --------- .../translations/README.mli.md | 139 --------- .../translations/README.mm_unicode.md | 130 --------- .../translations/README.mr.md | 131 --------- .../translations/README.mx.md | 124 -------- .../translations/README.my.md | 119 -------- .../translations/README.ng-pidgin.md | 120 -------- .../translations/README.nl.md | 142 --------- .../translations/README.no.md | 158 ---------- .../translations/README.np.md | 221 -------------- .../translations/README.od.md | 136 --------- .../translations/README.pb.md | 116 -------- .../translations/README.pl.md | 138 --------- .../translations/README.ps.md | 148 ---------- .../translations/README.pt-ao.md | 97 ------ .../translations/README.pt-pt.md | 104 ------- .../translations/README.pt_br.md | 123 -------- .../translations/README.ro.md | 143 --------- .../translations/README.ru.md | 174 ----------- .../translations/README.se.md | 123 -------- .../translations/README.si.md | 129 -------- .../translations/README.sindhi.md | 132 --------- .../translations/README.sk.md | 125 -------- .../translations/README.sl.md | 121 -------- .../translations/README.slk.md | 121 -------- .../translations/README.so.md | 154 ---------- .../translations/README.sr.md | 118 -------- .../translations/README.sw.md | 130 --------- .../translations/README.ta.md | 153 ---------- .../translations/README.te.md | 127 -------- .../translations/README.th.md | 120 -------- .../translations/README.tl.md | 127 -------- .../translations/README.tm.md | 157 ---------- .../translations/README.tr.md | 133 --------- .../translations/README.ua.md | 135 --------- .../translations/README.un-aln.md | 129 -------- .../translations/README.ur.md | 168 ----------- .../translations/README.uz.md | 147 ---------- .../translations/README.vn.md | 126 -------- .../translations/README.yor.md | 129 -------- 100 files changed, 13852 deletions(-) delete mode 100644 docs/gui-tool-tutorials/translations/README.afk.md delete mode 100644 docs/gui-tool-tutorials/translations/README.al.md delete mode 100644 docs/gui-tool-tutorials/translations/README.am.md delete mode 100644 docs/gui-tool-tutorials/translations/README.amh.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ar.md delete mode 100644 docs/gui-tool-tutorials/translations/README.arm.md delete mode 100644 docs/gui-tool-tutorials/translations/README.assamese.md delete mode 100644 docs/gui-tool-tutorials/translations/README.aze.md delete mode 100644 docs/gui-tool-tutorials/translations/README.bg.md delete mode 100644 docs/gui-tool-tutorials/translations/README.bih.md delete mode 100644 docs/gui-tool-tutorials/translations/README.bn.md delete mode 100644 docs/gui-tool-tutorials/translations/README.by.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ca.md delete mode 100644 docs/gui-tool-tutorials/translations/README.col.md delete mode 100644 docs/gui-tool-tutorials/translations/README.cs.md delete mode 100644 docs/gui-tool-tutorials/translations/README.da.md delete mode 100644 docs/gui-tool-tutorials/translations/README.de.md delete mode 100644 docs/gui-tool-tutorials/translations/README.dz.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ec.md delete mode 100644 docs/gui-tool-tutorials/translations/README.eg.md delete mode 100644 docs/gui-tool-tutorials/translations/README.en-pirate.md delete mode 100644 docs/gui-tool-tutorials/translations/README.eo.md delete mode 100644 docs/gui-tool-tutorials/translations/README.es.md delete mode 100644 docs/gui-tool-tutorials/translations/README.et.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ewe.md delete mode 100644 docs/gui-tool-tutorials/translations/README.fa.md delete mode 100644 docs/gui-tool-tutorials/translations/README.fi.md delete mode 100644 docs/gui-tool-tutorials/translations/README.fil.md delete mode 100644 docs/gui-tool-tutorials/translations/README.fr.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ga.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ge.md delete mode 100644 docs/gui-tool-tutorials/translations/README.gh.md delete mode 100644 docs/gui-tool-tutorials/translations/README.gl.md delete mode 100644 docs/gui-tool-tutorials/translations/README.gr.md delete mode 100644 docs/gui-tool-tutorials/translations/README.guj.md delete mode 100644 docs/gui-tool-tutorials/translations/README.hau.md delete mode 100644 docs/gui-tool-tutorials/translations/README.hb.md delete mode 100644 docs/gui-tool-tutorials/translations/README.hi.md delete mode 100644 docs/gui-tool-tutorials/translations/README.hne.md delete mode 100644 docs/gui-tool-tutorials/translations/README.hr.md delete mode 100644 docs/gui-tool-tutorials/translations/README.hu.md delete mode 100644 docs/gui-tool-tutorials/translations/README.hy.md delete mode 100644 docs/gui-tool-tutorials/translations/README.id.md delete mode 100644 docs/gui-tool-tutorials/translations/README.igb.md delete mode 100644 docs/gui-tool-tutorials/translations/README.it.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ja.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ka.md delete mode 100644 docs/gui-tool-tutorials/translations/README.kh.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ko.md delete mode 100644 docs/gui-tool-tutorials/translations/README.kr.md delete mode 100644 docs/gui-tool-tutorials/translations/README.kws.md delete mode 100644 docs/gui-tool-tutorials/translations/README.kz.md delete mode 100644 docs/gui-tool-tutorials/translations/README.la.md delete mode 100644 docs/gui-tool-tutorials/translations/README.lt.md delete mode 100644 docs/gui-tool-tutorials/translations/README.lug.md delete mode 100644 docs/gui-tool-tutorials/translations/README.lv.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ma.md delete mode 100644 docs/gui-tool-tutorials/translations/README.me.md delete mode 100644 docs/gui-tool-tutorials/translations/README.mg.md delete mode 100644 docs/gui-tool-tutorials/translations/README.mk.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ml.md delete mode 100644 docs/gui-tool-tutorials/translations/README.mli.md delete mode 100644 docs/gui-tool-tutorials/translations/README.mm_unicode.md delete mode 100644 docs/gui-tool-tutorials/translations/README.mr.md delete mode 100644 docs/gui-tool-tutorials/translations/README.mx.md delete mode 100644 docs/gui-tool-tutorials/translations/README.my.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ng-pidgin.md delete mode 100644 docs/gui-tool-tutorials/translations/README.nl.md delete mode 100644 docs/gui-tool-tutorials/translations/README.no.md delete mode 100644 docs/gui-tool-tutorials/translations/README.np.md delete mode 100644 docs/gui-tool-tutorials/translations/README.od.md delete mode 100644 docs/gui-tool-tutorials/translations/README.pb.md delete mode 100644 docs/gui-tool-tutorials/translations/README.pl.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ps.md delete mode 100644 docs/gui-tool-tutorials/translations/README.pt-ao.md delete mode 100644 docs/gui-tool-tutorials/translations/README.pt-pt.md delete mode 100644 docs/gui-tool-tutorials/translations/README.pt_br.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ro.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ru.md delete mode 100644 docs/gui-tool-tutorials/translations/README.se.md delete mode 100644 docs/gui-tool-tutorials/translations/README.si.md delete mode 100644 docs/gui-tool-tutorials/translations/README.sindhi.md delete mode 100644 docs/gui-tool-tutorials/translations/README.sk.md delete mode 100644 docs/gui-tool-tutorials/translations/README.sl.md delete mode 100644 docs/gui-tool-tutorials/translations/README.slk.md delete mode 100644 docs/gui-tool-tutorials/translations/README.so.md delete mode 100644 docs/gui-tool-tutorials/translations/README.sr.md delete mode 100644 docs/gui-tool-tutorials/translations/README.sw.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ta.md delete mode 100644 docs/gui-tool-tutorials/translations/README.te.md delete mode 100644 docs/gui-tool-tutorials/translations/README.th.md delete mode 100644 docs/gui-tool-tutorials/translations/README.tl.md delete mode 100644 docs/gui-tool-tutorials/translations/README.tm.md delete mode 100644 docs/gui-tool-tutorials/translations/README.tr.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ua.md delete mode 100644 docs/gui-tool-tutorials/translations/README.un-aln.md delete mode 100644 docs/gui-tool-tutorials/translations/README.ur.md delete mode 100644 docs/gui-tool-tutorials/translations/README.uz.md delete mode 100644 docs/gui-tool-tutorials/translations/README.vn.md delete mode 100644 docs/gui-tool-tutorials/translations/README.yor.md diff --git a/docs/gui-tool-tutorials/translations/README.afk.md b/docs/gui-tool-tutorials/translations/README.afk.md deleted file mode 100644 index d9ed6467..00000000 --- a/docs/gui-tool-tutorials/translations/README.afk.md +++ /dev/null @@ -1,129 +0,0 @@ -[![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) - - -# Eerste Bydraes - -Dit is moeilik. Dit is altyd moeilik om die eerste keer iets te doen. Veral wanneer jy saamwerk, maak foute nie 'n gemaklike ding nie. Ons wou die manier waarop nuwe open source bydraers vir die eerste keer leer en bydra, vereenvoudig. - -Lees artikels en kyk tutoriale kan help, maar wat is beter as om die goed in die praktyk te doen? Hierdie projek het ten doel om leiding te gee en die manier waarop beginners hul eerste bydrae maak, te vereenvoudig. As jy jou eerste bydrae wil maak, volg die onderstaande stappe. - -#### *As jy nie gemaklik is met die opdraglyn nie, [is daar tutoriale wat GUI-instrumente gebruik.](#Bykomende-materiaal )* - - -fork this repository - -As jy nie git op jou masjien het nie, [installeer dit]( https://help.github.com/articles/set-up-git/). - -## Vork hierdie bewaarplek - -Vork hierdie repo deur op die vurk knoppie bo-aan hierdie bladsy te klik. Dit sal 'n kopie van hierdie repository in u rekening skep. - -## Klone die repository - -clone this repository - -Klone nou die vurk repo aan jou masjien. Gaan na jou GitHub-rekening, maak die vurk repo oop, klik op die kloonknop en klik dan op die kopie na die knipbord- ikoon. - -Open 'n terminaal en voer die volgende git opdrag uit: - -``` -git clone "url you just copied" -``` - -waar "url jy net gekopieer" het (sonder die aanhalingstekens) is die url na hierdie repository (jou vurk van hierdie projek). Sien die vorige stappe om die url te verkry. - -copy URL to clipboard - -Byvoorbeeld: - -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -waar `this-is-youis` jou GitHub gebruikersnaam Hier kopieer jy die inhoud van die eerste bydrae repository in GitHub na jou rekenaar. - -## Skep 'n tak - -Verander na die repository gids op jou rekenaar (as jy nie reeds daar is nie): - -``` -cd first-contributions -``` - -Skep nou 'n tak met die git `checkout` opdrag: - -``` -git checkout -b -``` - -Byvoorbeeld: - -``` -git checkout -b add-alonzo-church -``` - -(Die naam van die tak hoef nie die woord by te voeg nie, maar dit is 'n redelike ding om in te sluit omdat die doel van hierdie tak is om jou naam by 'n lys te voeg.) - -## Maak die nodige veranderinge en verbind die veranderinge - -Nou oop `Contributors.md` lêer in 'n teksredigeerder, voeg jou naam daarby. Moet dit nie aan die begin of einde van die lêer byvoeg nie. Sit dit oral tussenin. Stoor nou die lêer. - -git status - -As u na die projekgids gaan en die opdrag uitvoer `git status`, sal u sien dat daar veranderinge is. - - -Voeg die veranderinge by die tak wat jy net geskep het deur die `git add` opdrag te gebruik: - -``` -git add Contributors.md -``` - -Doen nou die veranderinge deur die `git commit` opdrag te gebruik: - -``` -git commit -m "Add to Contributors list" -``` - -vervang `` met jou naam. - -## Druk veranderinge na GitHub - -Druk jou veranderinge deur die opdrag te gebruik `git push`: - -``` -git push origin -``` - -vervang `` met die naam van die tak wat jy vroeër geskep het. - -## Dien jou veranderinge in vir hersiening - -As jy na jou repository op GitHub gaan, sal jy 'n `Compare & pull` requestknoppie sien. Klik op daardie knoppie. - -create a pull request - -Dien nou die trekversoek in. - -submit pull request - -Binnekort sal ek al jou veranderinge in die meestertak van hierdie projek saamsmelt. U sal 'n kennisgewing-e-pos ontvang sodra die veranderinge saamgesmelt is. - -## Waarheen gaan jy vandaan? - -Geluk! Jy het net die standaardvurk voltooi -> klone -> wysig -> PR- werkvloei wat jy dikwels as 'n bydraer sal ervaar! - -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) - -| GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | -| --- | --- | --- | --- | --- | --- | -| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visuele Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visuele Studio Kode](../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) | diff --git a/docs/gui-tool-tutorials/translations/README.al.md b/docs/gui-tool-tutorials/translations/README.al.md deleted file mode 100644 index 43164224..00000000 --- a/docs/gui-tool-tutorials/translations/README.al.md +++ /dev/null @@ -1,127 +0,0 @@ -[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) - -# Kontributet e Para - -Është gjithmonë e vështirë hera e parë kur bën diçka. Sidomos kur bashkëpunon, të bësh gabime nuk është një ndjenjë e mirë. Ne duam ta thjeshtësojmë mënyrën se si kontribuesit e open-source mësojnë dhe kontribuojnë për herë të parë. -Leximi i artikujve & shikimi i tutorialve ndihmojnë, por ç'është më mirë se sa ta bësh këtë gjë në një vend praktike? Ky projekt synon të udhëzojë & të thjeshtësojë mënyrën se si fillestarët bëjnë kontributin e tyre të parë. Nëse dëshiron të bësh kontributin tënd të parë, ndiqi hapat më poshtë. - -#### _Nëse ende nuk ndjehesh komod me command line, [këtu ke tutoriale që përdorin veglat e GUI](#Tutoriale-duke-përdorur-vegla-tjera)_ - -fork this repository - -Nëse nuk ke Git të instaluar në pajisjen tënde, [instaloje](https://help.github.com/articles/set-up-git/). - -## Bëje fork këtë repozitor - -Për të bërë fork këtë repozitor kliko butonin fork në majë të kësaj faqeje. Kjo do të krijojë një kopje të ketij repozitori në llogarinë tënde. - -## Klonoje këtë repozitor - -clone this repository - -Tani klonoje në pajisjen tënde repozitorin që bëre fork. Shko te llogaria e GitHub, hap forked repository, kliko butonin Code dhe pastaj kliko ikonën _copy to clipboard_. - -Hap terminalin dhe bëje run git komandën në vazhdim: - -``` -git clone "url që sapo ke kopjuar" -``` - -ku "url që sapo ke kopjuar" (pa thonjëzat) është url e këtij repozitori (repozitori që bëre fork). Shiko hapat e mëparshëm për të marrë url-në. - -copy URL to clipboard - -Për shembull: - -``` -git clone https://github.com/ky-je-ti/first-contributions.git -``` - -ku `ky-je-ti` është emri jot në GitHub. Këtu ti e kopjon përmbajtjen e repozitorit first-contributions në GitHub te kompjuteri jot. - -## Krijo një degë (branch) - -Ndryshoje lokacionin te repozitori në kompjuterin tënd (nëse nuk je në lokacionin e duhur): - -``` -cd first-contributions -``` - -Tani krijo një degë duke përdorur komandën `git checkout`: - -``` -git checkout -b -``` - -Për shembull: - -``` -git checkout -b add-filan-fisteku -``` - -(Emri i degës nuk është i nevojshëm të ketë fjalën _add_ në të, por është e arsyeshme të përfshihet pasi që qëllimi i kësaj dege është të shtojë emrin tënd në një listë.) - -## Bëji ndryshimet e nevojshme dhe bëji commit - -Tani hap dosjën `Contributors.md` në një program për editim të tekstit dhe shto emrin tënd. Mos e shto në fillim ose në fund. Shtoje ku të duash në mes. Tani, ruaj dosjën. - -git status - -Nëse shkon te lokacioni i projektit dhe e ekzekuton komandën `git status`, do shohësh se ka ndryshime. - -Shtoji këto ndryshime te dega që sapo krijove duke përdorur komandën `git add`: - -``` -git add Contributors.md -``` - -Tani bëji commit këto ndryshime duke përdorur komandën `git commit`: - -``` -git commit -m "Add to Contributors list" -``` - -zëvendëso `` me emrin tënd. - -## Bëji push (shtyji) ndryshimet në GitHub - -Bëji push ndryshimet duke përdorur komandën `git push`: - -``` -git push origin -``` - -zëvendëso `` me emrin e degës që krijove më herët. - -## Paraçiti ndryshimet për shqyrtim - -Nëse shkon te repozitori jot në GitHub, do të shohësh një buton `Compare & pull request`. Klikoje. - -create a pull request - -Tani paraqisni këtë kërkesë tërheqjeje. - -submit pull request - -Së shpejti do të bashkoj (bëj merge) të gjitha ndryshimet te dega master e këtij projekti. Ti do të njoftohesh me email kur të bëhen ndryshimet. - -## Ku të shkosh nga këtu? - -Urime! Ti sapo ke kompletuar procesin _fork -> clone -> edit -> PR_ që do ta hasësh shpesh si kontributor! - -Festoje kontributin tënd dhe ndaje me shokët dhe ndjekësit duke shkuar te [web aplikacioni](https://firstcontributions.github.io/#social-share). - -Nëse dëshiron më shumë praktikë, shiko [kontributet e kodit](https://github.com/roshanjossey/code-contributions) - -Tani të të ndihmojmë që të kontribuosh në projekte tjera. Ne kemi krijuar një listë projektesh me probleme të lehta tek të cilat mund të fillosh. Shiko [listën e projekteve në web apliacion](https://firstcontributions.github.io/#project-list). - -### [Materiale shtesë](additional-material/git_workflow_scenarios/additional-material.md) - -## Tutoriale duke përdorur vegla tjera - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.am.md b/docs/gui-tool-tutorials/translations/README.am.md deleted file mode 100644 index af18eb6a..00000000 --- a/docs/gui-tool-tutorials/translations/README.am.md +++ /dev/null @@ -1,124 +0,0 @@ -[![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) - - -# የመጀመሪያ አስተዋጽዖዎች - -ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋጾ የሚያደርጉበትን መንገድ ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያዎን አስተዋፅዖ ለማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ - - -#### command line ካልተመቸህ, [GUI መሳሪያዎችን በመጠቀም አጋዥ ስልጠናዎች አሉ።.](#Tutorials-Usin'-Other-Tools) - -fork this repository - -በማሽንዎ ላይ git ከሌለዎት, [ይጫኑት](https://help.github.com/articles/set-up-git/). - -## Fork this repository - -በዚህ ገጽ ላይኛው ክፍል ላይ ያለውን fork ቁልፍን ጠቅ በማድረግ ይህንን ይጫኑት። -ይህ በአንተ መለያ ውስጥ የዚህን repository ቅጂ ይፈጥራል። - -## Clone the repository - -clone this repository - -አሁን Fork ይህን repository ወደ ማሽንዎ. ወደ GitHub መለያዎ ይሂዱ, የእርሶን repository ይክፈቱ. የኮድ ምልክቱን ጠቅ ያድርጉ እና ከዚያ ቅጂውን ምልክቱን ጠቅ ያድርጉ ለመቅዳት. - -``` -git clone "የቀዱትን url' ያስገቡ" -``` -"የቀዱትን url' ያስገቡ" (ያለ ጥቅስ ምልክቶች) ይህ የዚህ repository url ነው(የእርሶ ቅጂ ፕሮጀክት). url ለማግኘት የቀደመውን ደረጃዎች ይመልከቱ. - -copy URL to clipboard - -ለምሳሌ: - -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -where `this-is-you` የእርስዎ GitHub መለያ ስም ነው።. እዚህ በ GitHub ላይ ያለውን የመጀመሪያ አስተዋፅዖ repository ይዘቶችን ወደ ኮምፒውተርዎ እየገለበጡ ነው። - -## Create a branch(ቅርንጫፍ ይፍጠሩ) - -በኮምፒተርዎ ላይ ያለውን repository ማውጫ ይቀይሩ (እዚያ ከሌለዎት): - -``` -cd first-contributions -``` - -አሁን የ `git checkout` ትዕዛዝን በመጠቀም ቅርንጫፍ ይፍጠሩ: - -``` -git checkout -b -``` - -ለምሳሌ: - -``` -git checkout -b github-ethiopia -``` - -## አስፈላጊ ለውጦችን ያድርጉ እና ለውጦችን commit ያድርጉ - -አሁን የ Contributors.md ፋይልን በጽሑፍ አርታኢ(editor) ውስጥ ይክፈቱ፣ ስምዎን በእሱ ላይ ያክሉ። በፋይሉ መጀመሪያ ወይም መጨረሻ ላይ አይጨምሩት። በመካከል የትኛውም ቦታ ላይ ያስቀምጡት. አሁን, ፋይሉን ያስቀምጡ(save). - -git status - -ወደ የፕሮጀክት ማውጫው ሄደው የ git status ከፈጸሙ ለውጦች እንዳሉ ያያሉ። - -የ `git add` ትእዛዝን በመጠቀም እነዚያን ለውጦች አሁን በፈጠሩት ቅርንጫፍ ላይ አክል፡ - -``` -git add Contributors.md -``` - -አሁን የ `git commit` ትዕዛዝ በመጠቀም እነዚህን ለውጦች ያድርጉ፡ - -``` -git commit -m "Add <የእርስዎ-ስም> to Contributors list" -``` - -<የእርስዎ-ስም> ፋንታ የራስዎትን ስም ይጻፉ. - -## ለውጦችን ወደ GitHub ይጫኑ - -`git push` የሚለውን ትዕዛዝ በመጠቀም ለውጦችዎን ይጫኑ - -``` -git push origin <የእርስዎ-branch-name> -``` - -`<የእርስዎ-branch-name>` ፋንታ የራስዎትን branch ስም ያስገቡ - -## ለውጦችዎን ለግምገማ ያስገቡ - -በ GitHub ላይ ወደ repository ከሄዱ፣ `Compare & pull request` ጥያቄን ያያሉ። በዚያ ቁልፍ ላይ ጠቅ ያድርጉ። - -create a pull request - -አሁን pull request ጥያቄውን ያስገቡ - -submit pull request - -በቅርቡ ሁሉንም ለውጦችዎን ወደ የዚህ ፕሮጀክት ዋና ቅርንጫፍ አዋህዳለሁ. ለውጦቹ ከተዋሃዱ በኋላ የማሳወቂያ ኢሜይል ይደርስዎታል። - -## ከዚህ ወዴት መሄድ አለብዎት ? - -እንኳን ደስ ያለህ! አሁን መደበኛ fork -> clone -> edit -> pull request ሂደትን ጨርሰዋል. እንደ አስተዋጽዖ አበርካች ብዙ ጊዜ ይህ ሂደት ያጋትሞታል - -አስተዋጾዎን ያክብሩ እና ለጓደኞችዎ እና ተከታዮችዎ ያካፍሉ ወደ [ዲህረ ገጾ በመሄድ](https://firstcontributions.github.io/#social-share). - -ማንኛውም እርዳታ ከፈለጉ ወይም ማንኛውም ጥያቄ ካለዎት የእኛን [Slack ቡድን](https://join.slack.com/t/firstcontributors/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY) መቀላቀል ይችላሉ. - -አሁን ለሌሎች ፕሮጀክቶች በማበርከት እንጀምር. እርስዎ ሊጀምሩባቸው የሚችሉ ቀላል ጉዳዮች ያላቸውን የፕሮጀክቶች ዝርዝር አዘጋጅተናል።. [እኚህን ማስፈተሪያ ይከተሉ](https://firstcontributions.github.io/#project-list). - -### [ተጨማሪ ቁሳቁስ](../additional-material/git_workflow_scenarios/additional-material.md) - -## ሌሎች መሳሪያዎችን በመጠቀም አጋዥ ስልጠናዎች - -|GitHub Desktop|Visual Studio 2017|GitKraken| -|---|---|---| -|[GitHub Desktop](../github-desktop-tutorial.md)|[Visual Studio 2017](../github-windows-vs2017-tutorial.md)|[GitKraken](../gitkraken-tutorial.md)| diff --git a/docs/gui-tool-tutorials/translations/README.amh.md b/docs/gui-tool-tutorials/translations/README.amh.md deleted file mode 100644 index 72a3c5a7..00000000 --- a/docs/gui-tool-tutorials/translations/README.amh.md +++ /dev/null @@ -1,146 +0,0 @@ -## የመጀመሪያ አስተዋፅኦዎች - -ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋጾ የሚያደርጉበትን መንገድ ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያዎን አስተዋፅዖ ለማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ። - -***በcommand line(ተርሚናል) ካልተመቸዎት፣ [የGUI መሳሪያዎችን ለመጠቀም አጋዥ ስልጠናዎች እዚህ ያገኛሉ።](#tutorials-using-other-tools)*** - -fork this repository - -### በማሽንዎ ላይ ጊት(git) ከሌለዎት ፤ [ይጫኑት](https://docs.github.com/en/get-started/quickstart/set-up-git) ። - -## ይህንን ማከማቻ **fork** ያድርጉ - -በዚህ ገጽ ላይኛው ክፍል ላይ ያለውን የfork button ጠቅ በማድረግ ይህንን ማከማቻ fork ያድርጉት። -ይህ በአንተ account ውስጥ የዚህን repository ቅጂ ይፈጥራል። - -## የማከማቻውን ተመሳሳይ ይፍጠሩ - -clone this repository - -አሁን fork የተደረገውን ማከማቻ (repository) ቅጂ በማሽንዎ(በኮምፒውተርዎ) ይፍጥሩ። ወደ GitHub (account)መለያዎ ይሂዱ፤ fork የተደረገውን ማከማቻ ይክፈቱ፤ ኮድ የሚለውን button ጠቅ ያድርጉ እና ከዚያ *ወደ clipboard ቅዳ* የሚለውን ጠቅ ያድርጉ:: - -ተርሚናል ይክፈቱ እና የሚከተለውን የgit ትዕዛዝ run - -```bash -git clone "የቀዱትን url" - -``` - -"አሁን የገለበጡት url" (ያለ ጥቅስ ምልክቶቹ) የማከማቻው (የዚህ ፕሮጀክት fork) url ነው። urlን ለማግኘት የቀደመውን ደረጃዎች ይመልከቱ። - -copy URL to clipboard - -ለምሳሌ:- - -```bash -git clone git@github.com:ይህ-አንተ-ነህ/first-contributions.git - -``` - -'ይህ-አንተ-ነህ' የእርሶ GitHub ተጠቃሚ username ነው። አሁን በ GitHub ላይ ያለውን የመጀመሪያ አስተዋፅዖ(first-contributions) ማከማቻ ይዘቶችን ወደ ኮምፒውተርዎ እየገለበጡ ነው። - -## ቅርንጫፍ ይፍጠሩ - -በኮምፒተርዎ ላይ ወዳለው የማከማቻ ማህደር ይግቡ (እዚያው ከሌሉ ማለት ነው!)፡ - -```bash -cd first-contributions - -``` - -አሁን የ‹git switch› ትዕዛዝን በመጠቀም ቅርንጫፍ ይፍጠሩ፡ - -```bash -git switch -c የእርስዎ-አዲሱ-ቅርንጫፍ-ስም - -``` - -ለምሳሌ:- - -```bash -git switch -c ይሁን-አለማየሁ - -``` - -## አስፈላጊ ለውጦችን ያድርጉ እና ለውጦችን ይፈጥሙ(commit) - -አሁን የ‹[Contributors.md](http://contributors.md/)› ፋይልን በጽሑፍ አርታኢ ውስጥ ይክፈቱ እና ስምዎትን ይጨምሩበት። በፋይሉ መጀመሪያ ወይም መጨረሻ ላይ አይጨምሩት። በመካከል የትኛውም ቦታ ላይ ያስቀምጡት። አሁን, ፋይሉን save ያድርጉ። - -git status - -ወደ የፕሮጀክት ማህደሩ ሄደው ይህን ትዕዛዝ (`git status`) ከፈጸሙ፣ ለውጦች እንዳሉ ያያሉ። - -የ‹git add› ትዕዛዙን በመጠቀም እነዚያን ለውጦች ወደ ፈጠሩት ቅርንጫፍ ያክሉ። - -```bash -git add Contributors.md - -``` - -አሁን የ‹git commit› ትዕዛዙን በመጠቀም እነዚህን ለውጦች ያድርጉ፡: - -```bash -git commit -m "የአስተዋጽዖ አበርካቾች ዝርዝር ውስጥ የእርስዎን-ስም ያክሉ" - -``` - -'የእርስዎን-ስም' የሚለውን በስምዎ ይተኩ፡፡ - -ለውጦችን ወደ GitHub ይግፉ - -‹git push› የሚለውን ትዕዛዝ በመጠቀም ለውጦችዎን ይግፉ፡፡ - -```bash -git push -u origin የእርስዎ-ቅርንጫፍ-ስም - -``` - -ቀደም ብለዉ በፈጠሩት የቅርንጫፍ ስም 'የእርስዎን-ቅርንጫፍ-ስም'ን ይትኩ። - -
- በመግፋት ላይ ማንኛውም ስህተት ካጋጠሞት ፤ እዚህ ጠቅ ያድርግ: - -- 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/'
-Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account. - -
- -## ለውጦችዎን ለግምገማ ያስገቡ - -በ GitHub ላይ ወደ ማከማቻዎ ከሄዱ፣ ‘compare & pull request' የሚለውን ቁልፍ ያያሉ። በዚያ ቁልፍ ላይ ጠቅ ያድርጉ። - -create a pull request - -አሁን pull request ያስገቡ። - -submit pull request - -በቅርቡ ሁሉንም ለውጦችዎን ወደ የዚህ ፕሮጀክት ዋና ቅርንጫፍ አዋህዳቸዋለሁ። ለውጦቹ ከተዋሃዱ በኋላ የማሳወቂያ ኢሜይል ይደርስዎታል። - -## ከዚህስ ወዴት ልሂድ? - -እንኳን ደስ ያሎዎት! ልክ እንደ አስተዋጽዖ አበርካች የሚያጋጥሙትን መደበኛ _fork -> clone -> አርትዕ -> የመሳብ ጥያቄ_ የስራ ፍሰትን አጠናቀዋል! - -አስተዋጾዎን ያጣጣጥሙ እና ወደ ድር በመሄድ ለጓደኞችዎ እና ተከታዮችዎ ያካፍሉ።(https://firstcontributions.github.io/#social-share). - -ማንኛውም እርዳታ ከፈለጉ ወይም ማንኛውም ጥያቄ ካለዎት የእኛን 'slack' ቡድን መቀላቀል ይችላሉ::(https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w). - -አሁን ለሌሎች ፕሮጀክቶች በማበርከት እንጀምር። እርስዎ ሊጀምሩባቸው የሚችሉ ቀላል ጉዳዮች ያላቸውን የፕሮጀክቶች ዝርዝር አዘጋጅተናል። በድር መተግበሪያ ውስጥ ያሉትን የፕሮጀክቶች ዝርዝር ይመልከቱ(https://firstcontributions.github.io/#project-list). - -## [ተጨማሪ ቁሳቁስ](https://www.notion.so/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) | - -

ይህ ፕሮጀክት የሚደገፈው በ:

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.ar.md b/docs/gui-tool-tutorials/translations/README.ar.md deleted file mode 100644 index 61359b77..00000000 --- a/docs/gui-tool-tutorials/translations/README.ar.md +++ /dev/null @@ -1,176 +0,0 @@ -[![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) - -#
مساهمتك الأولى
- -
-الصعوبة متوقعة عندما تبدأ بأي عمل جديد، خصوصاً إذا كان العمل يتضمن أشخاصًا آخرين، مما يجعل الوقوع في الخطأ مزعجًا. -
-لكن المساهمة في مشاريع مفتوحة المصدر يتطلب ويتوقع الخطأ ولهذا السبب سيساعدك الآخرون في تصحيح هذا الخطأ. -
-في هذا المشروع هدفنا هو تسهيل الطريق لمساهمتك الأولى. -
- -
-قراءة ومتابعة التعليمات المتاحة على الإنترنت ستساعدك بالتأكيد. ومع ذلك، ستستفيد بشكل أكبر إذا استطعت المشاركة في مشروع معين دون الخوف من الوقوع في الأخطاء. يهدف هذا المشروع إلى تقديم توجيهات وإرشادات أولية لمساعدتك في البدء بأول مساهمة لك. - -تذكر أن الخطأ أمر متوقع، والهدف الأسمى هو التعلم من هذه البيئة. نشجعك على أن تركز أثناء متابعة الخطوات التالية لإكمال مساهمتك الأولى. نعدك بأنك ستستمتع بالتجربة وسوف تستفيد منها - -
- -
-إذا لم يكن لديك git على الجهاز الخاص بك،قم بتثبيته من هنا -
- -##
افرق هذا المشروع - Fork this Repository
- -fork this repository -
-افرق هذا المشروع بالضغط على زر Fork في أعلى هذه الصفحة. -من خلال ذلك ستنشأ نسخة من هذا المشروع على حسابك الخاص. -
- -##
استنسخ هذا المشروع - Clone the repository
- -clone this repository - -
-استنسخ هذا المشروع على جهازك. -انقر على زر Clone ثم انقر على أيقونة Copy to clipboard -
-copy URL to clipboard -
-افتح terminal واكتُب الأمر التالي: -
- -``` -git clone "url you just copied" -``` - -
قم باستبدال "url you just copied" بالرابط الذي نسخته من الخطوة السابقة، هذا الرابط يحتوي على المشروع.
- -
على سبيل المثال:
- -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -
-في هذا المثال لاحظ 'this-is-you' سيكون اسم حسابك في موقع github يليه رابط المشروع الذي فرقته في أول خطوة، هذا الأمر سينسخ محتويات المشروع على جهازك لتتمكن من التعديل عليه بحرية. -
-
- -##
إنشاء فرع - Create a branch
- -
انتقل إلى المجلد الذي يحتوي على المشروع عن طريق الأمر التالي:
- -``` -cd first-contributions -``` - -
الآن قم بإنشاء فرع عن طريق الأمر التالي:
- -``` -git checkout -b "add-your-name" -``` - -
اسمك بدل add-your-name
- -
على سبيل المثال:
- -``` -git checkout -b "add-alonzo-church" -``` - -
- -##
قم بإجراء التعديلات المطلوبة وأتممها
- -
-الآن قم بفتح الملف "Contributors.md" في محرر النصوص المفضل لديك وأضف اسمك ثم احفظ الملف. -بعد ذلك اذهب إلى terminal واكتب الأمر git status. هذا الأمر سيظهر لك التغييرات التي حدثت في المشروع. -لإضافة هذه التغييرات قم بإضافتها عن طريق هذا الأمر git add. -
- -``` -git add Contributors.md -``` - -
الآن قم بإتمام التغييرات باستخدام الأمر git commit.
- -``` -git commit -m "Add to Contributors list" -``` - -
استبدل <your-name> باسمك.
-
- -##
ارفع التغييرات إلى Push changes to Github - Github
- -
ارفع التغييرات عن طريق الأمر git push
- -``` -git push origin "add-your-name" -``` - -
استبدل <add-your-name> باسم الفرع الذي أنشأته من قبل.
- -
-

سلم تغيراتك للمراجعة

- -
في صفحة المشروع الخاصة بك يوجد زر Compare & pull request. اضغط على هذا الزر.
- -create a pull request - -
والآن سلم طلبك لتتم مراجعته
- -submit pull request - -
بعد المراجعة سوف أقوم بدمج تغييراتك إلى الفرع الرئيسي في المشروع. سيتم تنبيهك عن طريق البريد الإلكتروني بذلك.
- -
الفرع الرئيسي الخاص بك لن يحتوي على هذه التغييرات. عليك مزامنته مع الفرع الرئيسي عن طريق الخطوات التالية.
- -##
مزامنة نسختك مع المشروع الرئيسي
- -
الخطوة الأولى، انتقل إلى الفرع الرئيسي.
- -``` -git checkout master -``` - -
ثانياً، أضف رابط مشروعي كـupstream remote url.
- -``` -git remote add upstream https://github.com/Roshanjossey/first-contributions -``` - -
بهذه الطريقة نخبر git أن هناك نسخة أخرى من هذا المشروع في هذا الرابط ونسميها upstream. -بعد أن أوافق على تغييراتك، قم بسحب النسخة الجديدة من المشروع عن طريق الأمر التالي: -
- -``` -git fetch upstream -``` - -
هنا سنقوم بسحب جميع التغييرات من (upstream remote). والآن، عليك أن تدمج التحديثات الجديدة من فرعي إلى فرعك الرئيسي.
- -``` -git rebase upstream/master -``` - -
وهنا تطبق التغييرات إلى الفرع الرئيسي. إذا رفعت التغييرات لفرعك الرئيسي سيتم تحديث مشروعك
- -``` -git push origin master -``` - -
لاحظ أنك ترفع إلى remote اسمه 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) | diff --git a/docs/gui-tool-tutorials/translations/README.arm.md b/docs/gui-tool-tutorials/translations/README.arm.md deleted file mode 100644 index 79658426..00000000 --- a/docs/gui-tool-tutorials/translations/README.arm.md +++ /dev/null @@ -1,144 +0,0 @@ -[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) - -# Առաջին ներդրումները - -Այս նախագիծը նպատակ ունի պարզեցնել և ուղղորդել, թե ինչպես են սկսնակները կատարում իրենց առաջին ներդրումը: Եթե ​​ցանկանում եք կատարել ձեր առաջին ներդրումը, հետևեք ստորև նշված քայլերին. - -_Եթե ​​ձեզ դուր չի գալիս հրամանի տողը, [այստեղ կան ձեռնարկներ՝ օգտագործելով GUI գործիքները](#tutorials-using-other-tools)_ - -պատառաքաղել այս պահոցը - -#### Եթե ​​դուք չունեք git ձեր մեքենայի վրա, [տեղադրեք այն](https://docs.github.com/en/get-started/quickstart/set-up-git). - -## Պատառաքաղեք այս պահոցը - -Պատառաքաղեք այս պահոցը՝ սեղմելով այս էջի վերևի պատառաքաղի կոճակը: -Այս կստեղծի այս պահոցի պատճենը ձեր հաշվում. - -## Կլոնավորեք պահեստը - -Կլոնավորեք պահեստը - -Այժմ կլոնավորեք պատառաքաղված պահոցը ձեր մեքենայի մեջ: Գնացեք ձեր GitHub հաշիվ, բացեք պատառաքաղված պահոցը, սեղմեք կոճակի կոճակը և սեղմեք _copy to clipboard_ պատկերակը. - -Բացեք տերմինալ և գործարկեք հետևյալ git հրամանը: - -```bash -git clone "url-ը որ դուք հենց նոր պատճենեցիք" -``` - -որտեղ «url-ը, որը հենց նոր պատճենեցիր» (առանց չակերտների) այս պահոցի url-ն է (այս նախագծի ձեր պատառաքաղը): Դիտեք նախորդ քայլերը՝ URL-ը ստանալու համար - -պատճենել URL-ը clipboard-ում - -Օրինակ: - -```bash -git clone git@github.com:this-is-you/first-contributions.git -``` - -որտեղ `this-is-you` ձեր GitHub օգտանունն է: Այստեղ դուք պատճենում եք GitHub-ի առաջին ներդրումների պահոցի բովանդակությունը ձեր համակարգչում. - -## Ստեղծեք մասնաճյուղ - -Փոխեք ձեր համակարգչի պահեստի գրացուցակը (եթե արդեն այնտեղ չեք): - -```bash -cd first-contributions -``` - -Այժմ ստեղծեք մասնաճյուղ՝ օգտագործելով «git switch» հրամանը: - -```bash -git switch -c քո-նոր-մասնաճյուղի-անունը -``` - -Օրինակ: - -```bash -git switch -c add-sarkis-cult -``` - -## Կատարեք անհրաժեշտ փոփոխությունները և commit կատարեք այդ փոփոխությունները - -Այժմ բացեք `Contributors.md` ֆայլը տեքստային խմբագրիչում, ավելացրեք ձեր անունը դրան: Մի ավելացրեք այն ֆայլի սկզբում կամ վերջում: Տեղադրեք այն ցանկացած տեղ արանքում: Այժմ պահեք ֆայլը. - -git status - -Եթե ​​գնաք նախագծի գրացուցակ և կատարեք `git status` հրամանը, կտեսնեք, որ փոփոխություններ կան. - -Ավելացրե՛ք այդ փոփոխությունները այն ճյուղին, որը հենց նոր ստեղծեցիք՝ օգտագործելով `git add` հրամանը: - -```bash -git add Contributors.md -``` - -Այժմ կատարեք այդ փոփոխությունները՝ օգտագործելով `git commit` հրամանը: - -```bash -git commit -m "Add your-name to Contributors list" -``` - -`your-name` փոխարինելով ձեր անունով. - -## Փոփոխությունները մղեք GitHub-ին - -Կատարեք ձեր փոփոխությունները՝ օգտագործելով `git push` հրամանը: - -```bash -git push -u origin 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-ի ձեռնարկ](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ձեր հաշվի համար SSH բանալի ստեղծելու և կազմաձևելու վերաբերյալ. -
- -## Ներկայացրեք ձեր փոփոխությունները վերանայման - -Եթե ​​գնաք ձեր պահոց GitHub-ում, կտեսնեք `Compare & pull request` կոճակը: Սեղմեք այդ կոճակի վրա. - -create a pull request - -Այժմ ներկայացրեք pull request-ը. - -submit pull request - -Շուտով ես կմիավորեմ ձեր բոլոր փոփոխությունները այս նախագծի հիմնական ճյուղի մեջ: Փոփոխությունները միաձուլվելուց հետո դուք կստանաք ծանուցման նամակ. - -## Որտեղ գնալ այստեղից? - - -Շնորհավորում եմ Դուք հենց նոր ավարտեցիք ստանդարտ _fork -> clone -> edit -> pull request_ աշխատանքային հոսքը, որը հաճախ կհանդիպեք որպես ներդրող! - -Նշեք ձեր ներդրումը և կիսվեք այն ձեր ընկերների և հետևորդների հետ՝ գնալով [վեբ հավելված](https://firstcontributions.github.io/#social-share). - -Եթե ցանկանում եք ավելի շատ փորձ ձեռք բերել, տեսեք [ծածկագրի ներդրումները](https://github.com/roshanjossey/code-contributions)։ - - -Հիմա եկեք սկսենք ձեր ներդրումն ունենալ այլ նախագծերում: Մենք կազմել ենք հեշտ խնդիրներ ունեցող նախագծերի ցանկ, որոնցից կարող եք սկսել: Ստուգեք [վեբ հավելվածի նախագծերի ցանկը](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) | - -

Այս նախագծին աջակցում են:

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.assamese.md b/docs/gui-tool-tutorials/translations/README.assamese.md deleted file mode 100644 index 946caa62..00000000 --- a/docs/gui-tool-tutorials/translations/README.assamese.md +++ /dev/null @@ -1,167 +0,0 @@ -[![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) - - -# First Contributions - -এই প্ৰকল্পই আৰম্ভণকাৰীসকলৰ বাবে প্ৰথম অৱদানটো সহজ আৰু পোষকভাৱে কৰিবলৈ সহায় কৰে। যদি আপুনি আপোনাৰ প্রথম অৱদানটো কৰিবলৈ বিচাৰে, তলত দিয়া পদক্ষেপসমূহ অনুসৰণ কৰক। - -যদি আপুনি command lineৰ সৈতে আৰামদায়ক নোহোৱাঁ, GUI tools ব্যৱহাৰ কৰি ইয়াত tutorial আছে। - -fork this repository - -যদি আপোনাৰ মেচিনত git নাই, ইনষ্টল কৰক [install it](https://docs.github.com/en/get-started/quickstart/set-up-git). - -## এই ৰেপ'জিট'ৰিটো Fork কৰক -এই পৃষ্ঠাৰ ওপৰত থকা fork বুটামত ক্লিক কৰি এই ৰেপ'জিট'ৰিটো Fork কৰক। এইটো আপোনাৰ একাউণ্টত এই ৰেপ'জিট'ৰিটোৰ এটা কপি সৃষ্টি কৰিব। - -## ৰেপ'জিট'ৰিটো ক্লোন কৰক - -clone this repository - -এতিয়া fork কৰা ৰেপ'জিট'ৰিটো আপোনাৰ মেচিনত ক্লোন কৰক। আপোনাৰ GitHub একাউণ্টত যাওক, fork কৰা ৰেপ'জিট'ৰিটো খোলক, code বুটামত ক্লিক কৰক আৰু তাৰপিছত copy to clipboard আইকনটোত ক্লিক কৰক। - -টাৰ্মিনেল খোলক আৰু নিম্নলিখিত git কমাণ্ডটো চলাওক: - -```bash -git clone "url you just copied" -``` - -য'ত "url you just copied" (নাম উদ্ধৃতিহীন) হৈছে এই ৰেপ'জিট'ৰিটোৰ url (এই প্ৰকল্পৰ আপোনাৰ fork)। url পোৱা আগৰ পদক্ষেপসমূহ চাওক। - -copy URL to clipboard - -উদাহৰণ স্বৰূপে - -```bash -git clone git@github.com:this-is-you/first-contributions.git -``` - -য'ত this-is-you হৈছে আপোনাৰ GitHub ইউজাৰনেম। ইয়াত আপুনি first-contributions ৰেপ'জিট'ৰিটোৰ বিষয়বস্তু GitHub ৰ পৰা আপোনাৰ কম্পিউটাৰত কপি কৰি থৈছা। - -## Branch সৃষ্টি কৰক -আপোনাৰ কম্পিউটাৰৰ ৰেপ'জিট'ৰিৰ ডাইৰেক্টৰীত পৰিৱৰ্তন কৰক (যদি আপুনি ইতিমধ্যেই তাত নোহোৱাঁ): - -```bash -cd first-contributions -``` - -এতিয়া git switch কমাণ্ড ব্যৱহাৰ কৰি এখন শাখা সৃষ্টি কৰক: - -```bash -git switch -c <আপোনাৰ-নতুন-শাখা-নাম-যোগ-বনাওক> - -``` - -উদাহৰণ স্বৰূপে - -```bash -git switch -c add-alonzo-church -``` - -
- যদি আপুনি git switch ব্যৱহাৰ কৰি কোনো ত্ৰুটি পায়, ইয়াত ক্লিক কৰক: - -যদি আপুনি "Git: ‘switch’ is not a git command. See ‘git –help’" ত্ৰুটি পায়, তেতিয়া আপুনি পুরণি সংস্কৰণৰ git ব্যৱহাৰ কৰি থকা সম্ভাৱনা আছে। -এই ক্ষেত্ৰত, git switchৰ পৰিবৰ্তে git checkout ব্যৱহাৰ কৰাৰ চেষ্টা কৰক: - -```bash -git checkout -b your-new-branch-name -``` - -
- -## প্ৰয়োজনীয় পৰিবৰ্তন কৰক আৰু সেই পৰিবৰ্তনসমূহ Commit কৰক - -এতিয়া Contributors.md ফাইলটো এটা টেক্সট সম্পাদকত খোলক। আপোনাৰ নামটো ইয়াত যোগ কৰক। নামটো ফাইলৰ আৰম্ভণিতে বা শেষত যোগ নকৰিব। নামটো মাজৰ যিকোনো স্থানত ৰাখক। এতিয়া, ফাইলটো সংৰক্ষণ(save) কৰক। - -git status - -যদি আপুনি প্ৰকল্প ডাইৰেক্টৰীত যোৱা আৰু কমাণ্ড `git status` চলোৱা, আপুনি পৰিবৰ্তনসমূহ দেখিব। - -এই পৰিবৰ্তনসমূহকে আপুনি সৃষ্টি কৰা নতুন শাখাত যোগ কৰিবলৈ `git add` কমাণ্ডটো ব্যৱহাৰ কৰক: - -```bash -git add Contributors.md -``` - -এতিয়া সেই পৰিবৰ্তনসমূহ `git commit` কমাণ্ড ব্যৱহাৰ কৰি commit কৰক: - -```bash -git commit -m "Add <আপোনাৰ-নাম> to Contributors list" - -``` - -আপোনাৰ-নাম স্থলৱি দি আপোনাৰ নাম যোগ কৰক: - -## পৰিবৰ্তনসমূহ GitHub ত Push কৰক - -আপোনাৰ পৰিবৰ্তনসমূহ নিম্নলিখিত কমাণ্ড ব্যৱহাৰ কৰি GitHub ত Push কৰক: - -```bash -git push -u origin your-branch-name -``` - -নিম্নলিখিত কমাণ্ডটো ব্যৱহাৰ কৰক, `your-branch-name` স্থলৱি দি আপোনাৰ শাখাৰ নাম যোগ কৰক: - -
- যদি আপুনি Push কৰাৰ সময়ত কোনো ত্ৰুটি পায়, ইয়াত ক্লিক কৰক: - -- ### প্ৰমাণীকৰণ ত্ৰুটি -
remote: পাসৱৰ্ড প্ৰমাণীকৰণৰ সহায়তা অপসাৰণ কৰা হৈছিল 13 আগষ্ট, 2021 তাৰিখে
-  remote: অনুগ্ৰহ কৰি চাওক:: https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ অধিক তথ্যৰ বাবে
-অনুগ্ৰহ কৰি এইটো চাওক: '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 কী সৃষ্ট আৰু কনফিগাৰ কৰাৰ জন্য যোৱা - - আপুনি 'git remote -v' কমাণ্ডটো চলাব পাৰে আপোনাৰ দূৰৱর্তী ঠিকনাটো পৰীক্ষা কৰিবলৈ। - -যদি ইয়াৰ আউটপুটটি এইদৰে দেখায়: -
origin	https://github.com/your-username/your_repo.git (fetch)
-  origin	https://github.com/your-username/your_repo.git (push)
- - কমাণ্ড ব্যৱহাৰ কৰি ইয়াক পৰিবৰ্তন কৰক: - ```bash - git remote set-url origin git@github.com:your-username/your_repo.git - ``` - নহলে আপুনি কেতিয়াও লগইনৰ বাবে নিৰ্দিষ্ট নাম আৰু পাছৱৰ্ড দিয়া হব আৰু লগইন ত্ৰুটি হব। -
- -## আপোনাৰ পৰিবৰ্তনসমূহ পৰ্যালোচনাৰ বাবে জমা দিয়ক -যদি আপুনি GitHub ত আপোনাৰ ৰেপ'জিট'ৰিটোত যায়, আপুনি `Compare & pull request` বুটামটো দেখিব। এই বুটামটোত ক্লিক কৰক। - -create a pull request - -Pull Request জমা দিয়ক - -submit pull request - -আপোনাৰ পৰিবৰ্তনসমূহ তাড়তে প্ৰকল্পৰ মুখ্য শাখাত মিলাই দিম। পৰিবৰ্তনসমূহ মিলোৱা হ'লে আপুনি এটা অৱগতিমূলক ইমেইল লাভ কৰিব। - -## য়াৰ পৰা ক’লৈ যাব? -অভিনন্দন! আপুনি কেৱল সম্পূৰ্ণ কৰিলে fork -> clone -> edit -> pull request কাৰ্যধাৰাটোৰ মানসংগত ৰূপ যি প্ৰায়ে এক অবদানকাৰী হিচাপে সন্মুখীন হ'ব! - -আপোনাৰ অৱদান উদযাপন কৰক আৰু আপোনাৰ বন্ধু আৰু অনুসাৰকসকলৰ সৈতে ইয়াক শেয়াৰ কৰক [web app](https://firstcontributions.github.io/#social-share). - -যদি আপুনি অধিক অনুশীলন কৰিব বিচাৰে, [code contributions](https://github.com/roshanjossey/code-contributions) পৰীক্ষা কৰক। - -এতিয়া আপোনাক আন প্ৰকল্পত অৱদান কৰিবলৈ আৰম্ভ কৰা যাক। আমি সহজ সমস্যাসমূহ সহ কিছু প্ৰকল্পৰ তালিকা সংকলন কৰিছো যাৰ সহায়ত আপুনি আৰম্ভ কৰিব পাৰে। [ৱেব এপত প্ৰকল্পসমূহৰ তালিকা পৰীক্ষা কৰক](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) | - -

এই প্ৰকল্পৰ সহায়ত:

-

- - - -

- - diff --git a/docs/gui-tool-tutorials/translations/README.aze.md b/docs/gui-tool-tutorials/translations/README.aze.md deleted file mode 100644 index 8b5dab09..00000000 --- a/docs/gui-tool-tutorials/translations/README.aze.md +++ /dev/null @@ -1,115 +0,0 @@ -[![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) - -# İlk töhfələr - -Bu layihə yeni başlayanların ilk töhfələrini vermə yollarını sadələşdirmək və istiqamətləndirmək məqsədini daşıyır. İlk töhfənizi vermək istəyirsinizsə, aşağıdakı addımları izləyin. - -_Əgər komanda sətri ilə rahat deyilsinizsə, [burada GUI alətlərindən istifadə edən təlimatlar tapa bilərsiniz.](#Digər-alətlərin-istifadəsi-üçün-təlimlər)_ - -fork this repository - -#### Maşınınızda (yəni, kompüterinizdə) GIT yoxdursa, [buradan quraşdıra bilərsiniz](https://help.github.com/articles/set-up-git/). - -## Layihəni "çəngəlləmək" - -Səhifənin yuxarı hissəsindəki "Fork" düyməsini vuraraq bu layihəni çəngəlləyin. -Bu hesabınızda deponun bir kopyasını yaradacaqdır. - -## Deponu (Repository) klonlaşdırma - -clone this repository - -İndi çəngəlli deponu kompüterinizə klonlaşdırın. GitHub hesabınıza daxil olun, çəngəlli deponu açın, kod düyməsinə vurun və sonra _copy to clipboard_ simgəsinə klikləyin. - -Daha sonra terminalı açın və aşağıdakı git komandasını daxil edin: - -``` -git clone "kopyaladığınız-url" -``` -"kopyaladığınız-url" (dırnaq işarəsi olmadan) yerinə bu deponun GitHub səhifəsindən aldığınız linki kopyalayın. - -copy URL to clipboard - -Misal üçün: -``` -git clone https://github.com/istifadəçi-adı/first-contributions.git -``` -`istifadəçi-adı` sizin GitHub istifadəçi adınızdır. Burada siz GitHub-da ilk töhfələr deposunun məzmununu kompüterinizə köçürürsünüz. - -## Budaq (Branch) yaratmaq - -Kompüterinizdəki depo qovluğuna keçin (əgər orada deyilsinizsə): - -``` -cd first-contributions -``` -`git checkout` əmrini istifadə edərək bir Budaq (Branch) yaradın: -``` -git checkout -b -``` - -Misal üçün: -``` -git checkout -b add-alonzo-church -``` - -## Lazımi dəyişiklikləri edin və bu dəyişiklikləri həyata keçirin - -İndi `Contributors.md` faylını mətn redaktorunda açın, adınızı əlavə edin. Faylın əvvəlinə və ya sonuna əlavə etməyin. Arada bir yerə qoyun. İndi faylı yadda saxlayın. - -git status - -Layihə qovluğuna gedib `git status` əmrini icra etsəniz, dəyişikliklərin olduğunu görəcəksiniz. - -Bu dəyişiklikləri `git add` əmrindən istifadə edərək yaratdığınız Budağa əlavə edin: - -``` -git add Contributors.md -``` - -İndi `git commit` əmrindən istifadə edərək bu dəyişiklikləri edin: - -adınızla `` ilə əvəz olunsun. - -## Dəyişiklikləri GitHub-a itələyin (push) - -Dəyişikliklərinizi "git push" əmrindən istifadə edərək itələyin: - - -``` -git push origin -``` - -`` yerinə öz istifadəçi adınızı daxil edin. - -## Dəyişikliklərinizi nəzərdən keçirmək üçün göndərin - -GitHub-dakı deponuza daxil olsanız, bir `Compare & pull request` düyməsini görəcəksiniz. Bu düyməni vurun. - -create a pull request - -İndi çəkmə tələbini (pull request) göndərin. - -submit pull request - -Tezliklə bütün dəyişikliklərinizi bu layihənin master filialına birləşdirəcəyəm. Dəyişikliklər birləşdirildikdən sonra bildiriş e-poçtu alacaqsınız. - -## Bundan sonra nə edə bilərəm? - -Təbriklər! Töhfə olaraq tez-tez qarşılaşacağınız standart _fork -> clone -> edit -> pull request_ tamamlamısınız! - -Töhfənizi qeyd edin və [veb tətbiqə](https://firstcontributions.github.io/#social-share) girərək dostlarınız və izləyicilərinizlə bölüşün. - -Daha çox təcrübə istəyirsinizsə, yoxlayın [kod töhfələri](https://github.com/roshanjossey/code-contributions). - -İndi başqa layihələrə töhfə verməyə başlayaq. Başlaya biləcəyiniz asan məsələləri olan layihələrin siyahısını hazırladıq, [siyahıya baxın](https://firstcontributions.github.io/#project-list). - -### [Əlavə Məlumat](additional-material/git_workflow_scenarios/additional-material.md) - -## Digər alətlərin istifadəsi üçün təlimlər - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.bg.md b/docs/gui-tool-tutorials/translations/README.bg.md deleted file mode 100644 index 8ee8bc65..00000000 --- a/docs/gui-tool-tutorials/translations/README.bg.md +++ /dev/null @@ -1,122 +0,0 @@ -[![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) - - -# Първи стъпки - -Трудно е. Когато правиш нещо за пръв път винаги е трудно. Още повече, когато се работи съвместно с други хора. Затова решихме да опростим процеса на учене за новобранците в допринасянето към отворен софтуер. - -Четенето на статии и гледането на видео уроци помага, но има ли по-добър учител от практиката в защитена среда? Целта на този проект е да напътства и опрости първите стъпки на новобранците в участието и приноса към отворен софтуер. Ако искате да направите първата си контрибуция и да станете част от обществото на отворен софтуер, следвайте стъпките по-долу. - -#### *Ако не се чувствате комфортно използвайки command line (терминал), [ето и уроци за използването на програми с графичен интерфейс](#Уроци-за-иползването-на-други-приложения)* - - -fork this repository - -Ако нямате git на вашия компютър, [инсталирайте го]( https://help.github.com/articles/set-up-git/). - -## Направете Разклонение (Fork) на това хранилище (repository) - -Направете разклонение на хранилището като натиснете бутона "Fork" в горната част на тази страница. -Това ще направи копие на това хранилище във вашия GitHub профил. - -## Клонирайте това хранилище - -clone this repository - -Сега клонирайте локално на вашия компютър разклоненото хранилище. Отидете във вашия GitHub профил, отворете разклоненото хранилище, -кликнете на бутона 'Clone' и копирайте линка или натиснете иконката 'copy to clipboard' (копирай в клипборда). - -Отворете терминал и въведете следната команда - -``` -git clone "линка който току-що копирахте" -``` -като на мястото на "URL-а който току-що копирахте" (без кавичките) поставете линка към това хранилище (Вашето Разклонение на този проект). Вижте -предните стъпки за това как да се сдобиете с линка. -copy URL to clipboard - -Например: -``` -git clone https://github.com/this-is-you/first-contributions.git -``` -Като на мястото на `this-is-you` се намира вашето потребителско име. В тази стъпка вие направихте копие на съдържанието на GitHub хванилището на 'first contributions' във вашия компютър. - -## Създайте клон (branch) - -Стигнете до местоположението във вашия компютър, където копирахте хранилището (ако вече не се намирате там): - -``` -cd first-contributions -``` -Сега създайте клон използвайки командата `git switch -c`: -``` -git switch -c -``` - -Например: -``` -git switch -c add-alonzo-church -``` -(Името на клона не е задължително да съдържа думата *add*, но е препоръчително, защото целта на този клон е да добавите името си към списък.) - -## Направете нужните промени и ги commit-нете - -Сега отворете файла `Contributors.md` в текстов редактор и добавете името си в него. Не го добавяйте в началото или края на файла. Поставете го някъде посредата. Сега запазете промените. - -git status - - -Ако навигирате през терминала до директорията на проекта и въведете командата `git status`, ще видите че има променени файлове. - - -ДОбавете тези промени към клона, който създадохте, използвайки командата `git add`: - -``` -git add Contributors.md -``` - -Сега commit-нете тези промени с командата `git commit`: -``` -git commit -m "Add to Contributors list" -``` -като смените `` с вашето име. - -## Качете (Push) промените в GitHub - -Качете вашите промени като въведете командата `git push`: -``` -git push origin -``` -сменяйки `` с името на клона, който създадохте по-рано. - -## Предайте вашите промени за рецензия - -Ако отидете във вашето хранилище в GitHub, ще видите бутона `Compare & pull request`. Натиснете го. - -create a pull request - -Сега предайте вашите промени за рецензия. - -submit pull request - -Скоро аз ще слея (merge) всички ваши промени в главния клон (мастер branch) на този проект. Вие ще бъдете уведомени по електронната поща когато това се случи. - -## От тук накъде? - -Поздравления! Вие току що изпълнихте стандарните _fork -> clone -> edit -> PR_ операции, които ще срещнете като сътрудник! - -Отпразнувайте вашия принос и го споделете с приятели и последователи като посетите [уеб приложението](https://firstcontributions.github.io/#social-share). - -Ако бихте искали повече практика, разгледайте [код приноси](https://github.com/roshanjossey/code-contributions). - -Време да започнете да допринасяте и към други приекти. Ние сме съставили списък с проекти съдържащи лесни проблеми, които са лесни за начало. Проверете [списъка от приекти в уеб приложението](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) | diff --git a/docs/gui-tool-tutorials/translations/README.bih.md b/docs/gui-tool-tutorials/translations/README.bih.md deleted file mode 100644 index ff0b44b3..00000000 --- a/docs/gui-tool-tutorials/translations/README.bih.md +++ /dev/null @@ -1,124 +0,0 @@ -[![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) - -# Prvi doprinosi - -Ovaj projekat ima za cilj da pruži konkretne korake i olakša način na koji početnici prilažu svoje prve doprinose (eng. contributions). Ukoliko ste se prepoznali u tekstu iznad i zelite da probate i doprinesete ovome ili nekom drugom projektu, pratite slijedece korake. - -#### _Ukoliko niste bas sigurni u vas rad sa komandnom linijom/terminalom (terminal -> za macOs), [mozete koristit ovaj link kroz GUI alate.](#Uputstva-za-druge-alate)_ - -Napravite fork repozitorijuma - -Ukoliko nemate git instaliran na vašoj mašini, [instalirajte ga ovde](https://help.github.com/articles/set-up-git/). - -## Uradite fork repozitorijuma - -Uradite račvanje (fork) tako što ćete kliknuti na dugme _fork_ na vrhu stranice. Ovako pravite kopiju repozitorijuma na vašoj github stranici. - -## Klonirajte repozitorijum - -clone this repository - -Slijedeće, klonirajte repozitorijum koji ste prethodno račvali (fork). Posjetite svoj GitHub profil, otvorite repozitorijum koji ste račvali, kliknite na _clone_ (kloniraj/kopiraj) dugme i kliknite na ikonicu _copy to clipboard_. - -Otvorite terminal i upišite slijedece git komande: - -``` -git clone "url koji ste prethodno kopirali sa vaseg github profila" (bez navodnika i razmaka) -``` - -copy URL to clipboard - -Na primjer: - -``` -git clone https://github.com/ovo-ste-vi/first-contributions.git -``` - -Gdje je umjesto `ovo-ste-vi` upisano vaše _github_ korisničko ime. Ovim kopirate sadržaj repozitorijuma _first-contributions_ na vašu mašinu. - -## Pravljenje grane _branch_ - -Prebacite se u radni direktorij na vašoj mašini: - -``` -cd first-contributions (ili pratite gdje se tacno nalazi na vasoj masini) -``` - -Pa zatim napravite novo grananje _branch_ koristeći `git checkout` comandu: - -``` -git checkout -b -``` - -Na primer: - -``` -git checkout -b add-alonzo-church -``` - -(Naziv grane ne mora da sadrži _add_ na početku ili vase _ime_, ali je zgodno uključiti ga jer je svrha ove grane da doda vaše ime na listu. - -## Napravite potrebne izmjene i potvrdite promjene - -Otvorite `Contributors.md` fajl u tekst editoru i dodajte vaše ime. Nemojte dodavati ime na sam početak ili kraj. Stavite ga negdje u sredinu. Potom sačuvajte fajl. - -git status - -Ukoliko odete u radni direktorijum i izvršite komandu `git status`, primjetit ce te da postoje promjene. - -Dodajte ove promjene u granu koju ste gore napravili koristeći `git add` komandu: - -``` -git add Contributors.md -``` - -Sada potvrdite ove promjene koristeći `git commit` komandu: - -``` -git commit -m "Add to Contributors list" -``` - -Gdje umjesto `` upisujete svoje ime. - -## Push changes to GitHub - -Pošaljite izmjene u repozitorijum na GitHub nalogu `git push`: - -``` -git push origin -``` - -gdje umjesto `` stavljate ime vašeg grananja koje ste prethodno napravili. - -## Pošaljite izmjene na reviziju - -Ukoliko odete na repozitorijum na vašem GitHub profilu primetićete `Compare & pull request` Dugme. Kliknite na njega. - -create a pull request - -a potom pošaljite zahtjev klikom na dugme _Create pull request_. - -submit pull request - -Nakon toga, admin će spojiti promjene koje ste napravili sa master granom projekta. Dobićete mejl potvrde kada se grane spoje. - -## Šta dalje? - -Čestitamo! Završili ste standardni _fork -> clone -> edit -> PR_ tok koji će vas pratiti kroz vaš čitav programerski život! - -Proslavite tako što ćete podjeliti vaš 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-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -A sada, možemo početi sa doprinosima drugim projektima. Napravili smo spisak projekata sa jednostavnim problemima na kojima možete početi da radite. Posetite stranicu sa [the list of projects na našem sajtu](https://firstcontributions.github.io/#project-list). - -### [Dodatni materijali](../additional-material/git_workflow_scenarios/additional-material.md) - -## Uputstva za druge alate - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.bn.md b/docs/gui-tool-tutorials/translations/README.bn.md deleted file mode 100644 index aabb3584..00000000 --- a/docs/gui-tool-tutorials/translations/README.bn.md +++ /dev/null @@ -1,134 +0,0 @@ -[![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) - -# প্রথম অবদানসমূহ - -এই প্রকল্পের উদ্দেশ্য হলো নতুন ডেভেলপারদের তাদের প্রথম অবদানটি সহজ করা এবং নির্দেশনা দেওয়া। যদি আপনি আপনার প্রথম অবদান করতে চান, তবে নীচের ধাপগুলি অনুসরণ করুন। - -প্রবন্ধ পড়ে এবং টিউটোরিয়াল দেখে অনেক কিছুই শেখা যায়, কিন্তু ব্যবহারিক পদ্ধতিতে কাজ করার চেয়ে উপযোগী কিছু হতে পারে না। এই প্রজেক্টের লক্ষ্য হচ্ছে নবীনদের দিকনির্দেশনা দেওয়া আর সেই সাথে তাদের প্রথম অবদান রাখার কাজটি সহজ করে তোলা। আপনি যদি ওপেন সোর্সে আপনার প্রথম অবদান রাখতে চান, তাহলে নিচের সহজ ধাপগুলো অনুসরণ করুন। কথা দিচ্ছি, এই প্রক্রিয়াটি অত্যন্ত মজার ও আনন্দদায়ক। - -#### _যদি কমান্ড লাইনে সমস্যা হয়, [তবে নীচে একটি GUI টুল ব্যবহার করে টিউটোরিয়াল দেওয়া হয়েছে।](#অন্যান্য-টুল-ব্যবহারের-টিউটোরিয়াল)_ - - -fork this repository - -আপনার কম্পিউটারে গিট না থাকলে, [ ইনস্টল করুন ](https://help.github.com/articles/set-up-git/)। - -## এই রিপোজিটরি ফর্ক করুন - -এই রিপোজিটরি ফর্ক করতে 'ক্লিক এর মাধ্যমে' এই পৃষ্ঠার উপরে ফর্ক বাটনে ক্লিক করুন। -এটি আপনার অ্যাকাউন্টে এই রিপোজিটরির একটি কপি তৈরি করবে। - -## রিপোজিটরি ক্লোন করুন - -clone this repository - -এখন এই রিপোজিটরিটি আপনার কম্পিউটারে ক্লোন করুন। এজন্যে প্রথমে ক্লোন(Clone) বাটনে ক্লিক করুন। এরপর ক্লিক করুন _ক্লিপবোর্ডে কপি করুন(copy to clipboard)_ আইকনটিতে। - -আপনার টার্মিনাল (উইন্ডোজের ক্ষেত্রে কমান্ড প্রম্পট (CMD)) চালু করুন এবং নিচের কমান্ড রান করুন : - -``` -git clone "url you just copied" -``` - -যেখানে "url you just copied" (উদ্ধৃতি চিহ্ন ব্যতীত) হচ্ছে এই রিপোজিটরির ইউআরএল যা আপনি পূর্বের ধাপেই পেয়েছেন। - -copy URL to clipboard - -যেমন: - -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -এখানে `this-is-you` হচ্ছে আপনার গিটহাব ইউজারনেম। এই কমান্ডটির মাধ্যমে আপনার কম্পিউটারে গিটহাবে অবস্থিত first-contributions রিপোজিটরির একটি কপি তৈরি হবে। - -## একটি ব্রাঞ্চ তৈরি করুন - -আপনার কম্পিউটারে রিপোজিটরির ডিরেক্টরিতে যান (যদি এখনো অন্য ডিরেক্টরিতে থাকেন) : - -``` -cd first-contributions -``` - -এখন `git switch` কমান্ডের মাধ্যমে একটি ব্রাঞ্চ তৈরি করুন : - -``` -git switch -c -``` - -যেমন : - -``` -git switch -c add-alonzo-church -``` - -(ব্রাঞ্চের নামে _add_ শব্দটি যুক্ত থাকা জরুরী নয়। তবে এই ব্রাঞ্চের উদ্দেশ্য যেহেতু আপনার নাম তালিকাভুক্ত করা, সেহেতু _add_ শব্দটি যুক্ত থাকাই কাম্য।) - -## প্রয়োজনীয় পরিবর্তন করুন ও পরিবর্তনগুলো কমিট করুন - -এখন যে কোন টেক্সট এডিটরে `Contributors.md` ফাইলটি খুলুন, এতে আপনার নাম যুক্ত করুন, অতঃপর ফাইলটি সেভ করুন। এবার প্রজেক্ট ডিরেক্টরি থেকে `git status` কমান্ড রান করলে আপনি পরিবর্তনগুলো দেখতে পাবেন। `git add` কমান্ড দ্বারা এই পরিবর্তনগুলো আপনার তৈরি ব্রাঞ্চে যুক্ত করুন : - -``` -git add Contributors.md -``` - -এরপর `git commit` কমান্ড ব্যবহার করে এই পরিবর্তনগুলো কমিট করুন : - -``` -git commit -m "Add to Contributors list" -``` - -``-এর বদলে আপনার নাম লিখতে ভুলবেন না। - -## পরিবর্তনগুলো গিটহাবে পুশ করা - -`git push` কমান্ড ব্যবহার করে পরিবর্তনগুলো পুশ করুন : - -``` -git push origin -u -``` - -এক্ষেত্রে ``-এর বদলে পূর্বে আপনার তৈরি ব্রাঞ্চের নাম লিখুন। - -
- পুশ করতে সমস্যা হলে এখানে ক্লিক করুন: - -- ### অথ্যানটিকেশনে সমস্যা -
remote: পাসওয়ার্ড অথ্যানটিকেশনের সাপোর্ট আগস্ট ১৩, ২০২১ থেকে আর নেই। Personal access token ব্যাবহার করুন।
-  remote: https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ তে আরো তথ্য পাবেন।
-  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 generation এবং configuration - এর আরো তথ্য পাবেন। - -
- - -## রিভিউয়ের জন্য আপনার পরিবর্তনগুলো জমা দিন - -আপনার গিটহাব রিপোজিটরিতে `Compare & pull request` বাটনে ক্লিক করুন। - -create a pull request - -এখন _পুল রিকোয়েস্ট_ সাবমিট করুন। - -submit pull request - -শীঘ্রই আমি এই প্রজেক্টের মাস্টার ব্রাঞ্চে আপনার সমস্ত পরিবর্তন গুলো মার্জ করব। পরিবর্তনগুলি একত্রিত হয়ে গেলে আপনি একটি নিশ্চিতকরণ ই-মেইল পাবেন৷ - -## এরপর কী করব? - -আপনার অবদানের আনন্দ উপভোগ করুন এবং [ওয়েব অ্যাপ](https://firstcontributions.github.io/#social-share)-এর মাধ্যমে বন্ধু ও অনুসরণকারীদের সাথে শেয়ার করুন। - -যদি আপনি আরও অনুশীলন করতে চান, তাহলে [কোড অবদানগুলি](https://github.com/roshanjossey/code-contributions) চেকআউট করুন। - -এখন আপনি অন্যান্য প্রজেক্টগুলোতেও অবদান রাখতে পারেন। আপনার সুবিধার্থে আমরা সহজ সমস্যা সম্বলিত প্রজেক্টগুলোর একটি তালিকা তৈরি করেছি। ওয়েব অ্যাপে [প্রজেক্টগুলোর তালিকা](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 | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [গিটহাব ডেস্কটপ](../gui-tool-tutorials/github-desktop-tutorial.md) | [ভিজুয়্যাল স্টুডিও ২০১৭](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [গিটক্র্যাকেন](../gui-tool-tutorials/gitkraken-tutorial.md) | [ভিজুয়্যাল স্টুডিও কোড](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [আটলাসিয়ান সোর্সট্রি](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [ইন্টেলিজ আইডিয়া](../gui-tool-tutorials/github-windows-intellij-tutorial.md) | diff --git a/docs/gui-tool-tutorials/translations/README.by.md b/docs/gui-tool-tutorials/translations/README.by.md deleted file mode 100644 index ab624d83..00000000 --- a/docs/gui-tool-tutorials/translations/README.by.md +++ /dev/null @@ -1,151 +0,0 @@ -[![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) - -# Першы ўклад у праект - -Складана. Заўсёды складана пачынаць нешта з самага пачатку. Даволі непрыемна рабіць памылкі, асабліва калі вы працуеце ў камандзе. Увесь open source складаецца з супрацоўніцтва і сумеснай працы. Мы хочам аблегчыць першыя крокі ў навучанні і супрацоўніцтве пачаткоўцам распрацоўнікам. - -Чытанне артыкулаў і падручнікаў можа дапамагчы, але што можа быць лепш, чым сапраўдны практычны вопыт, без рызыкі што-небудзь сапсаваць. Мэта гэтага праекта - належным чынам накіраваць маладых навабранцаў, а таксама даць ім магчымасць зрабіць іх першы ўклад. Памятаеце: чым менш вы напружаныя, тым лепш вы вучыцеся. Калі вы шукаеце магчымасць ажыццявіць свой першы ўклад, проста прытрымлівайцеся простым крокам, размешчаным ніжэй. Абяцаем, будзе цікава. - -fork this repository - - -Калі ў вас не ўсталяваны git на кампутары, [ ўсталюйце яго ]( https://help.github.com/articles/set-up-git/ ) - -## Стварыце асобную галінку - -Стварыце асобную галінку, націснуўшы на кнопку `fork` зверху гэтай старонкі. Такім чынам вы створыце копію гэтага рэпазітара ў сваім запісе. - -## Капіюйце рэпазітар - -clone this repository - -Цяпер каб скапіяваць ваш рэпазітар на персанальны кампутар. Націсніце на кнопку `clone`, а затым на абразок `copy to clipboard`, каб скапіяваць спасылку. - -Адкрыйце тэрмінал і запусціце наступную git каманду: - -``` -git clone "url you just copied" -``` -Дзе "url you just copied" (без двукоссяў) гэта спасылка на ваш рэпазітар. Паглядзіце папярэднія крокі, каб атрымаць гэтую спасылку. - -copy URL to clipboard - -Напрыклад: -``` -git clone https://github.com/this-is-you/first-contributions.git -``` -Дзе `this-is-you` ваш лагін на github. Такім чынам вы капіруеце рэпазітар 'first-contributions' з GitHub на ваш персанальны кампутар. - -## Стварыце галінку - -Перайдзіце ў каталог рэпазітара на вашым кампутары, калі вы яшчэ не там. - -``` -cd first-contributions -``` -Цяпер стварыце галінку, з дапамогай `каманды git checkout` - -``` -git checkout -b -``` - -Напрыклад: -``` -git checkout -b add-alonzo-church -``` -(Сінтаксічную не патрабуецца, каб назва галіны ўтрымлівала слова * add *, але гэта апраўдана, паколькі падкрэслівае прызначэнне гэтай галіны - дадаць ваша імя ў спісы.) - -## Занясіце неабходныя змены і стварыце commit - -Цяпер адкрыйце файл `Contributors.md` ў вашым тэкставым рэдактары, запішыце ваша імя і захавайце файл. Калі вы пяройдзеце ў дырэкторыю праекта і выканайце `git status`, вы ўбачыце змены. Дадайце гэтыя змены з дапамогай каманды `git add`. - -``` -git add Contributors.md -``` - -Цяпер занясіце дадзеныя змены з дапамогай каманды `git commit`. -``` -git commit -m "Add to Contributors list" -``` -Зменіце `` на ваша імя - -## Занясіце дадзеныя змены на github - -Занясіце вашыя змены з дапамогай каманды `git push` -``` -git push origin -``` -Зменіце `` на імя галіны, якую вы стварылі раней. - -## Пацвердзіце змены для праверкі вашага кода - -Калі вы зойдзеце ў свой рэпазітар на GitHub, вы ўбачыце кнопку `Compare & pull request`. Націсніце на яе. - -create a pull request - -Цяпер пацвердзіце pull-request. - -submit pull request - -Хутка я ўчыню аб'яднанне ўсіх вашых змяненняў з асноўнай галіной гэтага праекта. Вы атрымаеце паведамленне па электроннай пошце, калі змены будуць прынятыя (ўнесены ў галоўную галіну). - -Асноўная галіна вашага рэпазітара не будзе зменена. Для сінхранізацыі выканайце крокі, размешчаныя ніжэй. - -## Сінхранізуецца ваша адгалінаванне з дадзеным рэпазітаром - -Перш за ўсё перайдзіце ў асноўную галіну: -``` -git checkout master -``` -Затым дадайце url майго рэпазітара ў полі `upstream remote url`: -``` -git remote add upstream https://github.com/Roshanjossey/first-contributions -``` -Такім чынам мы паведамім git, што існуе іншая версія дадзенага праекта па пэўнай спасылцы, і мы яе лічым майстрам. Як толькі змены смержены, падгрузіць новую версію майго рэпазітара. -``` -git fetch upstream -``` - -Такім чынам мы забралі ўсе змены ў маім адгалінаванні (upstream remote). Пасля, вам трэба зліць новую версію майго рэпазітара з вашай майстар-галіной. -``` -git rebase upstream/master -``` -Так вы ўжываеце ўсе змены, якія вы падцягнулі да вашай майстар-галіны. Калі вы запушите зараз майстар-галіна, ваша адгалінаванне таксама будзе ўтрымліваць змены. -``` -git push origin master -``` -Звярніце ўвагу, што вы робіце push ў выдаленай рэпазітар origin. - -На гэтым этапе я аб'яднаў вашу галіну `` са сваёй майстар-галіной, а вы аб'ядналі сваю майстар-галіна з маёй. Ваша галіна больш не патрэбна, вы можаце выдаліць яе: -``` -git branch -d -``` -Таксама можаце выдаліць яе версію ў аддаленым рэпазітары: -``` -git push origin --delete -``` -Гэта зусім не абавязкова, але назва гэтай галіны адлюстроўвае яе даволі спецыфічнае прызначэнне. І працягласць яе жыцця можа быць адпаведна кароткай. - -## Выкарыстанне іншых інструментаў - -| 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) | - - -## Што далей? - -Ніжэй некалькі папулярных рэпазітароў, дзе вы можаце знайсці заданні для пачаткоўцаў. Наперад, перайдзіце ў рэпазітары, каб даведацца больш. - -| [![exercism](https://avatars2.githubusercontent.com/u/5624255?v=3&s=100)](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [![fun-retro](https://avatars3.githubusercontent.com/u/15913975?v=3&s=100)](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [![habitat](https://avatars1.githubusercontent.com/u/18171698?v=3&s=100)](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [![scikit-learn](https://avatars0.githubusercontent.com/u/365630?v=3&s=100)](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [![elasticsearch](https://avatars2.githubusercontent.com/u/6764390?v=3&s=100)](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [exercism](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [Fun Retros](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [react](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [habitat](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [scikit-learn](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [Leiningen](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [numpy](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [elasticsearch](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) | -| [![homebrew](https://avatars2.githubusercontent.com/u/1503512?v=3&s=100)](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [![rust](https://avatars1.githubusercontent.com/u/5430905?v=3&s=100)](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [![vuejs](https://avatars1.githubusercontent.com/u/6128107?v=3&s=100)](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [![Suave](https://avatars2.githubusercontent.com/u/5822862?v=3&s=100)](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [![OpenRA](https://avatars3.githubusercontent.com/u/409046?v=3&s=100)](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [![PowerShell](https://avatars0.githubusercontent.com/u/11524380?v=3&s=100)](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [![coala](https://avatars2.githubusercontent.com/u/10620750?v=3&s=100)](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [![moment](https://avatars2.githubusercontent.com/u/4129662?v=3&s=100)](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) | -| [homebrew](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [vuejs](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [Suave](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [OpenRA](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [PowerShell](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [coala](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [moment](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) | -| [![ava](https://avatars0.githubusercontent.com/u/8527916?v=3&s=100)](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [![freeCodeCamp](https://avatars0.githubusercontent.com/u/9892522?v=3&s=100)](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [![webpack](https://avatars3.githubusercontent.com/u/2105791?v=3&s=100)](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [![hoodie](https://avatars1.githubusercontent.com/u/1888826?v=3&s=100)](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [![pouchdb](https://avatars3.githubusercontent.com/u/3406112?v=3&s=100)](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [![neovim](https://avatars0.githubusercontent.com/u/6471485?v=3&s=100)](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [![babel](https://avatars2.githubusercontent.com/u/9637642?v=3&s=100)](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/adobe/brackets/labels/Starter%20bug) | -| [ava](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [webpack](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [hoodie](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [pouchdb](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [neovim](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [babel](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [brackets](https://github.com/adobe/brackets/labels/Starter%20bug) | -| [![Node.js](https://avatars1.githubusercontent.com/u/9950313?v=3&s=100)](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | -| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | diff --git a/docs/gui-tool-tutorials/translations/README.ca.md b/docs/gui-tool-tutorials/translations/README.ca.md deleted file mode 100644 index 52fd4303..00000000 --- a/docs/gui-tool-tutorials/translations/README.ca.md +++ /dev/null @@ -1,121 +0,0 @@ -[![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) - - -# Primeres Contribucions - -És difícil. Sempre es difícil fer una cosa per primera vegada. Sobretot quan es col·labora amb altres, ja que equivocar-se no és gens agradable. Volem simplificar la manera d'aprendre a contribuir i col·laborar en projectes de codi obert per primera vegada. - -Llegir articles i mirar tutorials pot ser útil, però què millor que fer les coses en un entorn pràctic real? Aquest projecte és una guia per a principiants que vol simplificar la primera contribució a projectes de codi oberts. Si vols fer la teva primera contribució, segueix les instruccions que es mostren a continuació: - -#### *Si no et sents còmode/a amb la línia d'ordres (*Command Line*), [aquí trobaràs tutorials utilitzant eines que tenen Interfície Gràfica (GUI)](#Tutorials-amb-Altres-Eines)* - -fer fork d'aquest repositori - -Si no tens git al teu ordinador, l'hauràs d'[instal·lar]( https://help.github.com/articles/set-up-git/). - -## Bifurca (*Fork*) aquest respositori - -Fes una *fork* d'aquest repositori clicant al botó "*Fork*" a la part superior dreta d'aquesta pàgina. -Això crearà una còpia d'aquest repositori al teu compte de GitHub. - -## Clona (*Clone*) el repositori - -clonar aquest repositori - -Clona aquest repositori al teu ordinador: ves al teu compte de GitHub, fes clic al botó clonar "*clone or download*" del repositori, i després clica a la icona de *copiar al porta-retalls*. - -Obre una terminal/línia d'ordre i executa el següent comandament de git: - -``` -git clone "url que acabes de copiar" -``` -on "url que acabeu de copiar" (sense cometes dobles) és la *url* per a aquest repositori (la vostra bifurcació o *fork* d'aquest projecte). Per obtenir la *url*, torna als passos anteriors. - -copiar URL al porta-retalls - -Per exemple: -``` -git clone https://github.com/aquest-soc-jo/first-contributions.git -``` -on `aquest-soc-jo` és el teu nom d'usuari de GitHub. En aquest pas, estàs copiant el contingut del repositori *first-contributions* de GitHub al teu ordinador. - -## Crea una branca (*branch*) - -Canvieu al directori del repositori del vostre ordinador (si no hi esteu allà ja): - -``` -cd first-contributions -``` -Crea una nova branca (*branch*) utilitzant el comandament `git checkout`: -``` -git checkout -b -``` - -Per exemple: -``` -git checkout -b add-nom-cognom -``` -(No fa falta que el nom de la branca contingui la paraula *add* però és recomanable, ja que l'objectiu d'aquesta branca és afegir el teu nom a la llista.) - -## Fes els canvis necessaris i confirma (*commit*) els canvis - -Obre l'arxiu `Contributors.md` en un editor de text i afegeix-hi el teu nom. No l'afegeixis ni al principi, ni al final de l'arxiu. Posa'l en qualsevol altre posició. Llavors desa l'arxiu. - -git status - - -Ara, si vas al directori del projecte i executes el comandament `git status`, veuràs els canvis. - - -Afegeix aquests canvis a la branca que acabes de crear utilitzant el comandament `git add`: - -``` -git add Contributors.md -``` - -Confirma (*commit*) els canvis utilitzant el comandament `git init`: -``` -git commit -m "Add to Contributors list" -``` -reemplaçant `` amb el teu nom. - -## Empeny (*Push*) els canvis cap a GitHub - -Envia els canvis utilitzant el comandament `git push`: -``` -git push origin -``` -reemplaçant `` amb el nom de la branca que has creat anteriorment. - -## Envia (*Submit*) els canvis per tal que siguin revisats - -Si ara vas al teu respositori a GitHub, veuràs un botó `Compare & pull request` (Compara i fes una solicitud d'incorporació). Fes clic en aquest botó. - -crear una pull request - -Envia la solicitud d'incorporació (*pull request*). - -envia la pull request - -Quan un administrador vegi la solicitud, la revisarà i incorporarà els teus canvis a la branca principal (*main branch*) del projecte. Rebràs una notificació per correu electrònic quan els canvis s'hagin incorporat. - -## I ara què? - -Enhorabona! Acabes de completar el procés de treball principal que et trobaràs com a col·laborador de projectes de codi obert: *_fork -> clone -> edit -> PR_*. - -Ara, celebra la teva contribució i comparteix-la amb els teus amics i seguidors anant a [la web](https://firstcontributions.github.io/#social-share). - -Si vols contribuir al projecte, pots començar amb aquesta [guia per contribuir al codi](https://github.com/roshanjossey/code-contributions). - -A continuació, et pots preparar per contribuir a altres projectes. Hem reunit una llista de projectes amb tasques (*issues*) pendents fàcils per tal de poder començar. Fes un cop d'ull a [la llista de projectes aquí](https://firstcontributions.github.io/#project-list). - -### [Material extra](../additional-material/git_workflow_scenarios/additional-material.md) - - -## Tutorials utilitzant altres eines - -| 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](https://www.jetbrains.com/idea/download/#section=windows) | diff --git a/docs/gui-tool-tutorials/translations/README.col.md b/docs/gui-tool-tutorials/translations/README.col.md deleted file mode 100644 index 290d5f61..00000000 --- a/docs/gui-tool-tutorials/translations/README.col.md +++ /dev/null @@ -1,129 +0,0 @@ -[![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) - -# Primeras Contribuciones - -Uy, la cosa está complicada. La primera vez que uno le mete la ficha a algo nuevo es re difícil, ¿sí o qué? Más cuando toca camellar con otra gente, porque nadie quiere meter las patas y quedar como un guevón. Nosotros queremos es que los pipiolos que le quieren entrar al código abierto la tengan más suave para aprender y aportar su granito de arena. - -Bacano leer artículos y ver tutoriales y toda esa vaina, pero nada como aprender haciendo, ¿o no? Este proyecto es una guía re chévere para que los novatos le cojan el tiro a esto de contribuir por primera vez. Si quieres estrenar tus pinitos en esto, sigue estos pasos al pie de la letra: - -#### _Si no le has cogido el tiro a la consola,[acá tenés tutoriales con herramientas más amigables (GUI)](#Tutoriales-con-otras-herramientas)_ - -fork de este repositorio - -Si no tenés git en tu aparato, podés encontrar cómo instalarlo en[este link](https://docs.github.com/es/get-started/quickstart/set-up-git). - -## Hacele un (_Fork_) a este repositorio - -Dale click al botón de "_Fork_" allá arriba a la derecha de esta página. -Eso te va a crear una copia de este repositorio en tu cuenta, facilito. - -## Clona (_Clone_) el repositorio Forkeado - -clonar este repositorio - -Ahora toca clonar este repositorio en tu compu. Andate a tu cuenta de GitHub, dale al botón de "_clone or download_" y después al iconito para _copiar al portapapeles_. - -Abre tu consola o terminal y ejecuta el siguiente comando de git: - -``` -git clone "url que acabas de copiar" -``` - -Donde dice "url que acabas de copiar" (sin las comillas, ojo) es la _url_ de este repositorio (tu _fork_ del proyecto). Mira los pasos de antes para sacar la _url_. - -copiar URL al portapapeles - -Por ejemplo: - -``` -git clone https://github.com/este-eres-tu/first-contributions.git -``` - -Cambiá `este-eres-tu` por tu usuario de GitHub. Acá estás copiando todo el contenido del repositorio _first-contributions_ de GitHub a tu compu. - -## Crea una rama (_Branch_) - -Metete al directorio del repositorio en tu compu (si no estás ya ahí). - -``` -cd first-contributions -``` - -Ahora crea una rama (_branch_) usando el comando `git checkout`: - -``` -git checkout -b -``` - -Por ejemplo: - -``` -git checkout -b add-alonzo-church -``` - -(No es obligatorio que el nombre de la rama tenga la palabra add, pero tiene sentido ponerla porque la idea de esta rama es agregar tu nombre a la lista.) - -## Hacé los cambios necesarios y confirmalos (_Commit_) - -Abrí el archivo `Contributors.md` en un editor de texto y agregá tu nombre. No lo pongas ni al principio ni al final del archivo, metelo en cualquier otro lado. Guardá el archivo. - -git status - -Si vas al directorio del proyecto y ejecutas el comando `git status`, verás que hay cambios. - -Agrega esos cambios a la rama (_branch_) que creaste anteriormente usando el comando `git add`: - -``` -git add Contributors.md -``` - -Ahora hacele un _commit_ a esos cambios ejecutando el comando `git commit`: - -``` -git commit -m "Add to Contributors list" -``` - -cambiando `` por tu nombre, obviamente. - -## Subí (_Push_) tus cambios a GitHub - -Mandale un _push_ de tus cambios usando el comando `git push`: - -``` -git push origin -``` - -Reemplaza `` con el nombre de la rama que creaste antes. - -## Mandá (_Submit_) tus cambios para que los revisen - -Si vas a tu repositorio en GitHub, verás un botón `Compare & pull request`. Dale click sobre este botón. - -crea una pull request - -Ahora mandá la _pull request_. - -enviar la pull request - -Dentro de poco voy a estar fusionando tus cambios (haciendo merge) con la rama master de este proyecto. Te va a llegar un correo cuando los cambios estén fusionados. - -## ¿Y ahora qué sigue? - -¡Felicitaciones parcero! ¡Le diste la vuelta completa al proceso _fork -> clone -> edit -> PR_ que vas a usar un montón como contribuidor! - -Celebrá tu aporte y compartilo con tus amigos y seguidores en la.[web app](https://firstcontributions.github.io/#social-share). - -También te podés unir a nuestro equipo de Slack si necesitás una mano o tenés alguna pregunta.[Unite a nuestro Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Ahora dale, empezá a contribuir a otros proyectos. Armamos una lista de proyectos con issues fáciles para que arranques. Dale una mirada a la[lista de proyectos en la aplicación web](https://firstcontributions.github.io/#project-list). - -### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md) - -## Tutoriales con otras herramientas - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.cs.md b/docs/gui-tool-tutorials/translations/README.cs.md deleted file mode 100644 index 60cfa05b..00000000 --- a/docs/gui-tool-tutorials/translations/README.cs.md +++ /dev/null @@ -1,126 +0,0 @@ -[![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) - - -# První příspěvek - -Život je těžký. Obzvláště když něco děláte poprvé. V případě, že na něčem spolupracujete, není dělání chyb něco, co by vám dělalo radost. My bychom rádi zjednodušili cestu novým přispěvatelům do open-source při jejich učení se jak na to. - -Čtení článků nebo zhlédnutí video návodů jsou také cesty, ale co je lepší než si danou věc přímo osahat na vlastní kůži v reálném prostředí? Tento projekt je zaměřen na poskytnutí pomoci začátečníkům s jejich prvním přispěním do open-source. Pokud jste jím právě vy, následujte kroky popsané níže. - -#### *Pokud nemáte rádi příkazovou řádku, [zde najdete návody na použití nástrojů s GUI (grafické uživatelské rozhraní)](#Návod-za-použití-dalších-nástrojů)* - - -forkněte tento repozitář - -Pokud namáte nainstalovaný git, [nainstalujte si jej]( https://help.github.com/articles/set-up-git/). - -## Forkněte tento repozitář - -Forkněte (vytvoření kopie z originálu, z anglického *fork* – *vidlička*, jako vytvoření nové odnože) tento repozitář kliknutím na tlačítko **Fork** nahoře na této stránce. Tím vytvoříte kopii tohoto repozitáře na svém vlastním GitHub účtu. - -## Naklonujte repozitář - -naklonujte tento repozitář - -Nyní naklonujte (anglicky *clone*) forknutý repozitář na váš počítač, naklonování není nic jiného než stáhnutí obrazu repozitáře k vám na počítač. Na vašem GitHub účtu si otevřete forknutý repozitář, klikněte na tlačítko **Clone or download** a následně v okýnku, které se objeví, klikněte na tlačítko s ikonkou **copy to clipboard** vedle URL adresy, čímž si ji zkopírujete do schránky. - -Teď otevřete terminál a spusťte následující příkaz: - -``` -git clone "url které jste právě zkopírovali" - -``` - -zkopírujte adresu do schránky - -Například: - -``` -git clone https://github.com/vase-username/first-contributions.git -``` - -Tímto na svém počítači vytvoříte složku se soubory daného repozitáře. - -## Vytvořte větev - -V příkazové řádce se přepněte do složky s repozitářem (pokud v ní už nejste) - -``` -cd first-contributions -``` - -Nyní vytvořte novou větev (anglicky *branch*) za použití příkazu `git checkout`: - -``` -git checkout -b -``` - -Například: -``` -git checkout -b pridani-meho-jmena -``` - -Jméno větve by mělo vypovídat o tom, co kód nebo cokoliv jiného do ní přidané bude dělat/vykonávat, případně proč se daná věc děje. - -## Udělejte změny a zaznamenejte je - -Otevřete soubor `Contributors.md` v textovém editoru a přidejte do něj své jméno. Napiště jej někam doprostřed a soubor uložte. - -git status - -Pokud teď v příkazové řádce spustíte příkaz `git status`, uvidíte jaké změny byly v repozitáři provedeny. - -Tyto změny do dané větvě přidáte příkazem `git add`: - -``` -git add Contributors.md -``` - -Zbývá už jen potvrdit (anglicky *commit*) změny příkazem `git commit`: - -``` -git commit -m "Add to Contributors list" -``` - -Za přepínač `-m` se píše co dané změny představují, popis by měl být jednoduchý ale výstižný. - -## Protlačte změny na GitHub - -Nyní změny provedené lokálně na počítači protlačíme (anglicky *push*) na GitHub příkazem `git push`: - -``` -git push origin -``` - -## Předložte své změny k posouzení - -Pokud se nyní podíváte do svého GitHub repozitáře, uvidíte tlačítko **Compare & pull request**. Klikněte na něj. - -vytvořte pull request - -Teď vytvořte žádost o přetažení vaší větve do originálního repozitáře (anglicky *pull request*). - -potvrďte pull request - -Brzy budou správci provádět zapracování vašich změn do hlavní (anglicky *master*) větve tohoto projektu. Až se do ní vaše změny dostanou, dostanete e-mailové upozornění. - -## Kam dále? - -Blahopřejeme! Právě jste dokončili standardní _fork -> clone -> edit ->_ průběh práce (anglicky *workflow*), se kterým se jako přispěvatel do projektů setkáte dennodenně. - -Oslavte svůj první příspěvek se svými přáteli a následovníky přes [webovou aplikaci](https://firstcontributions.github.io/#social-share). - -Pokud byste chtěli více praxe, můžete zkusit [code contributions](https://github.com/roshanjossey/code-contributions). - -Nyní vám už nic nebrání v příspívání do ostatních projektů. Připravili jsme pro vás seznam projektů, které mají jednoduché záležitosti k vyřešení/naprogramování, se kterými můžete začít. Podívejte se [zde](https://firstcontributions.github.io/#project-list). - -### [Další materiály](../additional-material/git_workflow_scenarios/additional-material.md) - - -## Návod za použití dalších nástrojů - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.da.md b/docs/gui-tool-tutorials/translations/README.da.md deleted file mode 100644 index 4ef764da..00000000 --- a/docs/gui-tool-tutorials/translations/README.da.md +++ /dev/null @@ -1,128 +0,0 @@ -[![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) - -# Første bidrag - -Det er svært. Det er altid svært når det er første gang. Specielt hvis man samarbejder er det ikke rart at begå fejl. Vi vil simplificere den store udfordring det er for nybegyndere at lære om open-source, og at lave deres første bidrag. - -At læse artikler og se video guides hjælper, men hvad er bedre end at bruge det i praksis? Dette projekt håber at kunne tilbyde vejledning og gøre det overkommeligt for alle at lave deres første open-source bidrag. - -#### _Hvis du ikke er komfortabel med command line, [her er vejledninger til GUI værktøjer](#Guides-med-andre-værktøjer)_ - -fork this repository - -Har du ikke Git på din maskine kan du [installere det](https://help.github.com/articles/set-up-git/). - -## Fork dette repository - -Fork dette repo ved at klikke på "fork" knappen øverst på siden. -Dette vil lave en kopi af projektet i din Github konto. - -## Clone dette repository - -clone this repository - -Næste trin er at "clone" dit nye repository til din maskine. Naviger til din Github account og åbn dit nye repository, derefter find "clone" øverst oppe og tryk på knappen. Tryk _copy to clipboard_ ikonet. - -Åbn en terminal og kør den følgende git command: - -``` -git clone "din url" -``` - -hvor "din url" skal erstattes med den URL du kopieret i forrige trin. - -copy URL to clipboard - -Eksempel: - -``` -git clone https://github.com/dit-brugernavn/first-contributions.git -``` - -Erstat 'dit-brugernavn' med dit GitHub brugernavn. Her kopierer vi indholdet af first-contributions repositoriet fra din Github konto, til din lokale PC. - -## Opret en branch - -Åbn en konsol og cd til dit lokale repository (hvis ikke du allerede er der): - -``` -cd first-contributions -``` - -Derefter opretter du en branch med kommandoen `git checkout`: - -``` -git checkout -b -``` - -Eksempel: - -``` -git checkout -b add-alonzo-church -``` - -(Navnet på din branch behøver ikke at indeholde ordet _add_, men det giver mening at inkludere det her da branchen er til for at tilføje dit navn til en liste med navne.) - -## Lav dine ændringer og commit dem - -Åben filen `Contributors.md` i en text editor og tilføj dit navn til listen. Undgå at tilføje dit navn øverst eller nederst på listen, men helst et sted i mellem. Når dette er gjort så gem filen. - -git status - -Hvis du går til konsollen og kører kommandoen `git status`, vil du se dine ændringer. - -Tilføj disse ændringer til din branch med kommandoen `git add`: - -``` -git add Contributors.md -``` - -Derefter commit ændringerne med kommandoen `git commit`: - -``` -git commit -m "Add to Contributors list" -``` - -Erstat `` med dit Github brugernavn. - -## Push ændringer til Github - -Push dine ændringer til Github med kommandoen `git push`: - -``` -git push origin -``` - -Erstat `` med navnet på den branch du oprettede tidligere. - -## Indgiv ændringer til inspektion - -Hvis du går ind på dit repository på Github, så vil du se en `compare & pull request` knap. Klik på den. - -create a pull request - -Indgiv nu din pull request. - -submit pull request - -Snart vil jeg merge dine ændringer ind i master branch'en af projektet. Du vil modtage en notifikation per email når dine ændringer er blevet merget. - -## Hvor til nu? - -Tillykke! Du har nu gennemført den udbredte _fork -> clone -> edit -> PR_ workflow som du vil støde oftest på som contributor! - -Fejr dit bidrag og del det med dine venner og følgere ved at gå til [web app](https://firstcontributions.github.io/#social-share). - -Du kan også tilslutte dig vores code-contributions repo, hvis du er klar til at løse mere avancerede problemer. [Join code-contributions repo](https://github.com/firstcontributions/code-contributions). - -Tillad os også at hjælpe dig i gang med dine næste bidrag. Vi har kompileret en liste af projekter med letty, overkommelige problemer du kan starte ud med. Check den ud her: [the list of projects in web app](https://firstcontributions.github.io/#project-list). - -### [ekstra materiale](../additional-material/git_workflow_scenarios/additional-material.md) - -## Guides med andre værktøjer - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.de.md b/docs/gui-tool-tutorials/translations/README.de.md deleted file mode 100644 index f39d0865..00000000 --- a/docs/gui-tool-tutorials/translations/README.de.md +++ /dev/null @@ -1,249 +0,0 @@ -[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) - -#### _Read this in [other languages](../translations/Translations.md)._ -[Shqip](../translations/README.al.md) -[Armenian](../translations/README.arm.md) -[Uzbek language](../translations/README.uz.md) -[Azərbaycan dili](../translations/README.aze.md) -[বাংলা](../translations/README.bn.md) -[Bulgarian](../translations/README.bg.md) -[Português (Brasil)](../translations/README.pt_br.md) -[Català](../translations/README.ca.md) -[中文 (Simplified)](../translations/README.zh-cn.md) -[Czech](../translations/README.cs.md) -[Deutsch](../translations/README.de.md) -[Dansk](../translations/README.da.md) -[المصرية](../translations/README.eg.md) -[Dezéiriya](../translations/README.dz.md) -[Español de España](../translations/README.es.md) -[Française](../translations/README.fr.md) -[Gaeilge](../translations/README.ga.md) -[Galego](../translations/README.gl.md) -[Ελληνικά](../translations/README.gr.md) -[ქართული](../translations/README.ge.md) -[Magyar](../translations/README.hu.md) -[Bahasa Indonesia](../translations/README.id.md) -[עִברִית](../translations/README.hb.md) -[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](../translations/Translations.md) -[தமிழ்](../translations/README.ta.md) -[فارسی](../translations/README.fa.md) -[Italiano](../translations/README.it.md) -[日本語](../translations/README.ja.md) -[සිංහල](../translations/README.si.md) -[Kiswahili (Kenya)](../translations/README.kws.md) -[한국어](../translations/README.ko.md) -[Lietuvių kalba](../translations/README.lt.md) -[Limba Română Limba Română](../translations/README.ro.md) -[မြန်မာ](../translations/README.mm_unicode.md) -[Македонски](../translations/README.mk.md) -[Español de México](../translations/README.mx.md) -[Bahasa Melayu / بهاس ملايو‎ / Malay](../translations/README.my.md) -[Dutch](../translations/README.nl.md) -[Norsk](../translations/README.no.md) -[नेपाली](../translations/README.np.md) -[Wikang Filipino](../translations/README.fil.md) -[English (Pirate)](../translations/README.en-pirate.md) -[اردو](../translations/README.ur.md) -[Twi (Ghana)](../translations/README.gh.md) -[Polski](../translations/README.pl.md) -[Português (Portugal)](../translations/README.pt-pt.md) -[Русский язык](../translations/README.ru.md) -[العربية](../translations/README.ar.md) -[Svenska](../translations/README.se.md) -[Slovenčina](../translations/README.slk.md) -[Slovenščina](../translations/README.sl.md) -[ภาษาไทย](../translations/README.th.md) -[Türkçe](../translations/README.tr.md) -[中文(Traditional)](../translations/README.zh-tw.md) -[Українська](../translations/README.ua.md) -[Tiếng Việt](../translations/README.vn.md) -[Swahili language](../translations/README.sw.md) -[Zulu (South Africa)](../translations/README.zul.md) -[Afrikaans (South Africa)](../translations/README.afk.md) -[Igbo (Nigeria)](../translations/README.igb.md) -[Bambara (Mali)](../translations/README.mli.md) -[Hausa (Nigeria)](../translations/README.hau.md) -[Yoruba (Nigeria)](../translations/README.yor.md) -[Latvia](../translations/README.lv.md) -[Suomeksi](../translations/README.fi.md) -[Беларуская мова](../translations/README.by.md) -[Српски](../translations/README.sr.md) -[Қазақша](../translations/README.kz.md) -[Bosanski](../translations/README.bih.md) -[Bosanski](../translations/README.bih.md) -[Hrvatski](../translations/README.hr.md) -[پښتو](../translations/README.ps.md) -[Somalia](../translations/README.so.md) -[Ecuador](../translations/README.ec.md) -[Luganda (Uganda)](../translations/README.lug.md) -[Turkmen language](../translations/README.tm.md) -[Ewe (TOGO)](../translations/README.ewe.md) -[አማርኛ](../translations/README.et.md) -[Kurdî](../translations/README.kr.md) -[Malagasy](../translations/README.mg.md) -[ភាសាខ្មែរ](../translations/README.kh.md) -[Moroccan Darija](../translations/README.ma.md) - -# First Contributions - -Dieses Projekt zielt darauf ab, Anfängern den Einstieg zu erleichtern und sie bei ihrem ersten Beitrag zu unterstützen. Wenn du deinen ersten Beitrag leisten möchten, befolge die folgenden Schritte. - -_Wenn du nicht weißt wie man das Terminal/CMD bedient, [hier findest du Anleitungen für GUI Tools.](#Anleitungen-für-andere-Tools)_ - -Forke dieses Repository - -#### Wenn du Git nicht auf deinem System installiert hast, [installiere es](https://...github.com/en/get-started/quickstart/set-up-git). - -## Forke dieses Repository - -Forke dieses Repository indem du auf den Fork Button oben auf dieser Seite klickst. -Dies wird eine Kopie dieses Repository's in deinem Account erstellen. - -## Klone das Repository - -Klone dieses Repository - -Klone jetzt das geforkte Repository auf deinen Computer. Gehe zu deinem Github Account, öffne das geforkte Repository, drücke auf den Code Button, dann auf den SSH Tab und dann drücke auf das _copy url to clipboard_ icon. - -Öffne ein Terminal Fenster und führe den folgenden Git Befehl aus: - -```bash -git clone "kopierte url" -``` - -wobei "kopierte url" (ohne die Anführungszeichen) die url zu diesem Repository ist (deine Fork von diesem Projekt). Im vorherigen Schritt siehst du wie du diese erhälst . - -URL in die Zwischenablage kopieren - -Zum Beispiel: - -```bash -git clone git@github.com:das-bist-du/erster-Beitrag.git -``` - -wobei `das-bist-du` dein Github Nutzername ist. Hier kopierst du den Inhalt des first-contributions Repository's auf Github auf deinen Computer. - -## Erstelle einen Zweig - -Wechsle zum Repository Ordner (wenn du nicht bereits dort bist): - -```bash -cd first-contributions -``` - -Erstelle nun einen Zweig, indem du den `git switch` Befehl benutzst: - -```bash -git switch -c dein-neuer-zweig-name -``` - -Zum Beispiel: - -```bash -git switch -c add-alonzo-church -``` - -
- Wenn du auf irgendeinen Fehler bei der Nutzung von git switch stößt, drücke hier: - -Wenn die Fehlermeldung "Git: `switch` is not a git command. See `git –help`" erscheint, liegt dies wahrscheinlich daran das du eine veraltete Version von Git nutzt. - -In diesem Fall versuche stattdessen `git checkout` zu nutzen: - -```bash -git checkout -b dein-neuer-zweig-name -``` - -
- -## Make necessary changes and commit those changes - -Öffne nun die Datei `Contributors.md` in einem Texteditor und füge deinen Namen hinzu. Füge ihn nicht ganz am Anfang oder am Ende hinzu, sondern irgendwo dazwischen, mittendrin. Speichere jetzt die Datei. - -git status - -Wenn du in den Projektordner gehst und den Befehl `git status`, ausführst werden dir die Änderungen angezeigt. - -Füge diese Änderungen nun zu dem Zweig hinzu den du gerade erstellt hast, indem du den Befehl `git add` ausführst. - -```bash -git add Contributors.md -``` - -Jetzt commite diese Änderungen mit dem `git commit` Befehl: - -```bash -git commit -m "Add your-name to Contributors list" -``` - -ersetze `your-name` mit deinem Namen. - -## Änderungen auf Github pushen - -Übertrage deine Änderungen mit `git push`: - -```bash -git push -u origin dein-zweig-name -``` - -ersetze `dein-zweig-name` mit dem Namen des Zweiges den du vorhin erstellt hast. - -
- Solltest du auf irgendwelche Fehler beim Pushen stoßen, drücke hier: - -- ### Authentifizierungs Fehler -
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/'
- Gehe zu [GitHub's tutorial](https://...github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) wie du einen ssh Key zu deinem Account hinzufügst und konfigurierst. - Außerdem, kannst du 'git remote -v' ausführen um deine Remote Addresse anzuzeigen. - - Wenn es so aussieht: -
origin	https://github.com/your-username/your_repo.git (fetch)
-  origin	https://github.com/your-username/your_repo.git (push)
- - ändere es mit diesem Befehl: - ```bash - git remote set-url origin git@github.com:dein-nutzername/dein_repo.git - ``` - Ansonsten wirst du noch immer aufgefordert Passwort und Benutzername einzugeben und bekommst einen Authentifizierungs Fehler. -
- -## Reiche deine Änderungen für ein Review ein - -Wenn du jetzt zu deinem Repository auf Github gehts, wirst du einen `Compare & pull request` Knopf sehen. Drücke diesen Knopf. - -erstelle eine Pull-Request - -Jetzt, reiche deine Pull-Request ein. - -Reiche deine Pull-Request ein - -Bald werde ich alle deine Änderungen in den Haupt-Zweig dieses Projektes mergen. Du wirst eine Benachrichtigungs Email bekommen sobald die Änderungen gemerged wurden. - -## Was nun? - -Gratulation! Du hast gerade den Standard _Forken -> Klonen -> Bearbeiten -> Pull-Request_ Workflow durchgeführt, dem du als Beitragender oft begegnen wirst! - -Feier deinen Beitrag und teile in mit deinen Freunden und Followern indem du hier drückst [web app](https://firstcontributions.github.io/#social-share). - -Wenn du gerne mehr Übung hättest, schau dir [code contributions](https://github.com/roshanjossey/code-contributions) an. - -Jetzt los gehts, mit Beiträgen zu anderen Projekten. Wir haben eine Liste von Projekten mit leichten Fehlern für Einsteiger bereitgestellt. Schau dir [die Liste der Projekte in der Web-App an](https://firstcontributions.github.io/#project-list) an. - -### [Zusätzliches Material](../additional-material) - -## Anleitungen für andere Tools - -| 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) | - -

Dieses Projekt wird unterstützt von:

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.dz.md b/docs/gui-tool-tutorials/translations/README.dz.md deleted file mode 100644 index b523d9cd..00000000 --- a/docs/gui-tool-tutorials/translations/README.dz.md +++ /dev/null @@ -1,143 +0,0 @@ -[![Houb el tatbi9ate el hourra](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) - - -# Awel mouchraka 🇩🇿 - -Dayemen kayen mochkile ki nebdaw hadja men el bidaya. El khawof ta3 edire khatae daymen machi melih, khousousan ki techarek fi el code. Bessah 3alem el tatbi9ate el hourine mawodjoud bache etcharek wo tekhdem fi madjemou3a. Tani, Rana habine nebesstou el ta3lime ta3 el moucharraka el djadidda fel tatbi9ate el hourra bi ta3lime kifache techarek lil merra el oulla. - -Te9rra ma9alate wa les tutos te9derre te3awonek, bessah wache howa afdel mine tehawolle tessiyi bela ma eddire akhtae ? Hadda el machrou3 medyoure bache yaa3ti nassaihe wo y ssahel tari9ate kifache li maya3rfouche bache eydirrou el moucharaka el oulla ta3houme. Etfekare : 9edma tekoune alaise, 9edma tet3alem bezaf. Wolla rak hab etcharek lel merra el oulla, teba3 el khtouwate el djaya. Wallah, rah tekoune moussaliya. - -embrancher ce repertoire - -Wolla ma3endekche git fel ordinateur ta3ek, [ tell3ou be rabet ]( https://help.github.com/articles/set-up-git/ ). - -## Forker hadda el garage (ne3aytoulou tani Fork) - -Forker el garage ki teklicker 3ala zire Fork el fow9e ta3 el safeha. -Hada rah yecrée nousskha tabe9 el assel ta3 el garage fi github ta3ek. - -## Enssoukhe el garage 3andek fel PC - -clonez ce répertoire - -Dourka, enssoukhe hada el garage 3ala el PC diyalek. Clické 3ala el zire enssoukhe menba3ede eclicker 3ala l'icone *copié fi presse papier ta3ek*. - -Eftah la console ta3 les commandes (ida rak fi windows) wola el terminale (ida rak fi MacOS ou Linux) menba3de cheghale lé commandes git el taliya : - -``` -git clone "l'url eli copietha dourk berk" -``` -wine "l'url eli copietha dourk berk" (bela lé guillemets) hiya l'url ta3 el garage. chouf fi eli fate men 9abel bache tethassel 3ala l'url. - -copier l'URL dans le presse-papier - -Mithale : -``` -git clone https://github.com/issem-el-mousstakhdem-ta3ek/first-contributions.git -``` - -wine `issem-el-mousstakhdem-ta3ek` howa issem el mousstakhdem ta3 el compte ta3ek github, hena rak tecopier ga3 el mouhtawa ta3 el garage `first-contributions` mine Github lel PC diyalek. - -## Ecréyé far3e - -Rouhe lel garage ta3 el projet eli créyitou djedide mousstenssakhe (edha marakeche déja fih) - -``` -cd first-contributions -``` - -Dourka ecréyé far3e be la commande `git checkout` : - -``` -git checkout -b -``` - -Mithale : -``` -git checkout -b add-koffi-sani -``` -(Esseme el far3e mayahtajeche yekoune fih kelmete *add*, mé hadja meliha loukane yekoune fih hadef lel fare3 wo tezide esseme diyalek lel lista.) - -## Dire el taghyirate el mouhima é kemle fiha - -Dourka, efteh el féchiyé `Contributors.md` fi un editeur de text, zid fih assmek, menba3de ahfedou, Idha fetehte le terminal ou derte la commande `git status`, rah etchouf beli kayen taghyérates. Zid hadouk al taghiyérates lel far3e eli créyeteho men 9bel be la commande `git add` : -``` -git add Contributors.md -``` - -Dourka, kemel commité hadouk étaghyérates be la commande `git commit`: - -``` -git commit -m "Add to Contributors list" -``` -Ghéyere `` bel assem diyalek. - -## Eb3athe el tagheyérates fi github - -Ebe3athes el taghyérates diyalek be la commande `git push` : -``` -git push origin -``` -Bedel `` be esseme el far3e eli créyeteho men 9abel. - -## Présenté el taghyérates ta3ek lel fahsse - -Idha rahet lel garage diyalek 3ala github, rah etchouffe beli kayen zire `Compare & pull request`, éclické 3ala el zire hadek. - -create a pull request - -Dourka présenter el talebe diyalek lel fahsse. - -submit pull request - -Fi zamen saghire rah ene fuzioné el taghyérates ta3ek me3a el fare3 main ta3 el projet hada, Yewosselek rissala ta3 el taghyérates ghire ki tendare la fusion kamel. - -El far3e main ta3ek marahe yessralou hata taghyiére lel ane. Bache main ta3ek yekoune moutwafek me3a ta3i, lazem tabe3 hadou lé el khoutouwates : - -## Khelli el main ta3ek synchronisé me3a hada el garage - - Bache tebda, rouhe lel fare3 main - ``` - git checkout main - ``` - - Zide l'url ta3 el garage ta3ek ki `upstream remote url` : -``` -git remote add upstream https://github.com/Roshanjossey/first-contributions -``` - -Hada rah tekoune tarika bache te9oule lel git beli kayen version wahdoukhera texister bi had el 3ounwane wo nettb9ou a3lihe `upstream`. Ghire el tagheyérates tet fuzionna, hawosse 3ala la version djedidda ta3 el garrage ta3i : -``` -git fetch upstream -``` - -Henya rana nehawossou 3ala teghyérates fel main ta3i (upstream remote). Dourka, rahe tefusioner el taghyére el djadid ta3 el garage ta3i me3a el far3e ta3ek main : -``` -git rebase upstream/main -``` -Henya rahe neteb9ou ga3 el taghyérates eli rak tehawosse a 3lihoume fel far3e main. Idha be3ate el far3e main dourka, el main ta3ek rahe yekoune howa tani fih taghéyérates : -``` -git push origin main -``` -Tahedire: Hadi el khetra, rah tebe3aye el garage el be3ide eli assmou origin. - -Fi hade el marhala rani fusionite el far3e `` me3a el far3e main, wo enta fusionite el far3e main ta3i me3a el far3e main ta3ek. el far3e `` maraheche nahtajouhe, edane te9dere tessuprimihe : - -``` -git branch -d -``` -wa aydan te9dere tenihi la version ta3ou fel far3e el be3ide tani : -``` -git push origin --delete -``` -Wache cheft henaya machi darouri, bessah assem el far3e yewori beli el hadef rahe moukhassasse. - -## Tuto besste3male adawates wahdoukhra - - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.ec.md b/docs/gui-tool-tutorials/translations/README.ec.md deleted file mode 100644 index fabd76f4..00000000 --- a/docs/gui-tool-tutorials/translations/README.ec.md +++ /dev/null @@ -1,152 +0,0 @@ -[![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) - - -# Primeras Contribuciones - -Este proyecto tiene como objetivo simplificar y guiar la forma en que los principiantes hacen su primera contribución. Si está buscando hacer su primera contribución, siga los pasos a continuación. - - -#### *Si no estás familiarizado con la línea de comandos, [aquí hay tutoriales usando herramientas con Interfaz Gráfica (GUI)](#tutoriales-usando-otras-herramientas)* - -fork de este repositorio - -En caso de no tener instalado Git en tu equipo, te dejo una [guia]( https://git-scm.com/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Instalaci%C3%B3n-de-Git) para instalarlo. - -## Has un "Fork" de este repositorio - -Presiona el boton "fork" de este repositorio en la parte superior derecha de la página. Al hacer esto, se crea una copia de este repositorio en tu cuenta de GitHub. - -## Has un "Clone" del repositorio copiado - -clonar este repositorio - -Ahora clona el repositorio al que le hiciste un fork previamente, el URL del repositorio deberia estar asi `https://github.com//first-contributions`. Entra en tu cuenta de Github, y has click en el botón `Code` y luego en la pestaña SSH y luego haz clic en el icono de _copiar al portapapeles_. - -Abre tu terminal y ejecuta el siguiente comando git: - -``` -git clone "la url del repositorio que copiaste" -``` - -Donde "la url del repositorio que copiaste" (sin las comillas dobles) es la *url* a este repositorio (tu *fork* a este proyecto), se veria algo asi `https://github.com//first-contributions.git` . - -copiar URL al portapapeles - -Por ejemplo: -``` -git clone https://github.com//first-contributions.git -``` -Donde `` es tu nombre de usuario de GitHub. Con este comando estas copiando los contenidos del repositorio *first-contributions* de GitHub a tu equipo. - -## Crea una rama (*Branch*) - -Cambia al directorio del repositorio en tu equipo (si es que no estás ahí ya). - -``` -cd first-contributions -``` - -Ahora crea una rama (*branch*) usando el comando `git checkout` o `git switch`: -``` -git checkout -b -git switch -c -``` - -Por ejemplo: -``` -git checkout -b add-julio-jaramillo -git switch -c add-julio-jaramillo -``` -
- Si obtienes algún error usando git switch, haz clic aquí: - -Si aparece el mensaje de error "Git: `switch` no es un comando git. Consulta `git –help`", es probable que estés usando una versión anterior de git. - -En este caso, intenta usar git checkout en su lugar. -
- -## Haz los cambios necesarios y has un "Commit" de esos cambios - -Abre el archivo `Contributors.md` en un editor de texto y añade tu nombre. No lo añadas ni al principio ni al final del archivo, hazlo en cualquier otro sitio. Ahora guarda el archivo. - -git status - -Si vas al directorio del proyecto y ejecutas el comando `git status`, podrás ver los cambios ya reflejados. - -Agrega esos cambios a la rama (*branch*) que creaste antes usando el comando `git add`: - -``` -git add Contributors.md -``` - -Ahora puedes hacer un *commit* sobre estos cambios ejecutando el comando `git commit`: -``` -git commit -m "Add to Contributors list" -``` -reemplazando `` con tu nombre. - - -## Haz un "Push" de tus cambios a GitHub - -Envía tus cambios usando el comando `git push`: -``` -git push -u origin -``` -Reemplaza `` con el nombre de la rama que creaste anteriormente. - -
- Si obtienes algún error al enviar (Push), haz clic aquí: - -- ### Error de Autenticación -
remote: El soporte para la autenticación de contraseña se eliminó el 13 de agosto de 2021. Utiliza un token de acceso personal en su lugar.
-  remote: Consulta [https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/](https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/) para obtener más información.
-  fatal: Fallo en la autenticación para '[https://github.com/](https://github.com/)/first-contributions.git/'
- Ve al [tutorial de GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) sobre cómo generar y configurar una clave SSH en tu cuenta. - - Además, es posible que desees ejecutar `git remote -v` para verificar tu dirección remota. - - Si se ve algo como esto: -
origin [https://github.com/tu-usuario/tu_repo.git] (fetch)  
-  origin  [https://github.com/tu-usuario/tu_repo.git] (push)
- - - cámbialo usando este comando: - ```bash - git remote set-url origin git@github.com:tu-usuario/tu_repo.git - ``` - De lo contrario, aún se te pedirá un nombre de usuario y contraseña y obtendrás un error de autenticación. -
- -## Envía (*Submit*) tus cambios para ser revisados - -Si vas a tu repositorio en GitHub, verás un botón `Compare & pull request`. Haz clic sobre este botón. - -crea una pull request - -Ahora envía el *pull request*. - -enviar la pull request - -Pronto estaré combinando tus cambios (haciendo *merge*) con la rama master de este proyecto. Recibirás una notificación por correo electrónico cuando los cambios hayan sido combinados. - -## ¿Cuáles son los siguientes pasos? - -¡Felicidades! ¡Has completado la línea de trabajo *_fork -> clone -> edit -> PR_* que encontrarás habitualmente como contribuidor! - -Festeja tu contribución y compártela con tus amigos y seguidores yendo a la [web app](https://firstcontributions.github.io/#social-share). - -Si deseas más práctica, consulta [code contributions](https://github.com/roshanjossey/code-contributions). - -Ahora empieza a contribuir a otros proyectos. Hemos reunido una lista de proyectos con *issues* sencillas para que puedas empezar. Échale un ojo a la [lista de proyectos en la web app](https://firstcontributions.github.io/#project-list). - -### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md) - - -## Tutoriales usando otras herramientas - -|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)| diff --git a/docs/gui-tool-tutorials/translations/README.eg.md b/docs/gui-tool-tutorials/translations/README.eg.md deleted file mode 100644 index 18b2ed99..00000000 --- a/docs/gui-tool-tutorials/translations/README.eg.md +++ /dev/null @@ -1,179 +0,0 @@ -[![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 على جهازك حمله من هنا. -
- -##
أفصل المشروع دة - Fork this Repository
-fork this repository -
-خد نسخة من المشروع دة (أو افصله) عن طريق انك تدوس على Fork في أعلى الصفحة. -لو عملت كدة فأنت اخدت نسخة من الفولدر دة فى حسابك على github. -
- -##
إنسخ المشروع دة - Clone the repository
- -clone this repository - -
-انسخ المشروع دة لجهازك. -دوس على Clone بعدين دوس على أيقونة Copy to clipboard -
-copy URL to clipboard -
-إفتح التريمنال وأكتب الأمر دة: -
- -``` -git clone "url you just copied" -``` - -
بدل "url you just copied" حط الرابط اللي نسخته من الخطوة اللي فاتت، الرابط دة بتاع المشروع.
- -
على سبيل المثال:
- -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -
-في المثال دة لاحظ ان 'this-is-you' هيكون إسم حسابك في موقع github، الأمر دة هينسخ محتويات المشروع لجهازك الخاص عشان تقدر تعدل عليه بحرية في أي وقت. -
-
- -##
إنشاء فرع - Create a branch
- - -
بما اننا عايزين نعمل تغيير فى الفايل اللى عملناله نسخة على الجهاز.. الأول ننتقل للفولدر اللي لسة نسخينه:
- -``` -cd first-contributions -``` - -
قبل مانعمل التغيير هنعمل "فرع" وهنديله اسم زي كدة:
- -``` -git checkout -b "add-your-name" -``` - -
هتحط اسمك بدل your-name
- -
مثلا:
- -``` -git checkout -b "add-alonzo-church" -``` - -
- -##
غيّر التغيير اللي حابب تغيره:
- -
-التغيير اللي هتغيره فى الحالة دي انك تحط اسمك فى نهاية قايمة الأسماء فى فايل. افتح فايل اسمه "Contributors.md" بالـ text editor المفضل ليك وحط إسمك و إحفظ الفايل. -بعد كدة ارجع للترمينال وأكتب الأمر دة git status الأمر دة بيظهر لك أي تغيرات حصلت في المشروع. -عشان تضيف التغيرات دي للفرع بتاعك هتستخدم الأمر دا git add. -
- -``` -git add Contributors.md -``` - -
حتى الأن انت عندك فرع فيه التغيير، عشان تبعت التغيير دة وتتمه هيتعمل على خطوتين: الأولى انك تعمل للتغيير دة اسم فهتستخدم الأمر git commit.
- -``` -git commit -m "Add to Contributors list" -``` - -
إستبدل <your-name> بإسمك.
-
- -##
بعدين ترفع التغييرات - Push changes to Github
- -
هترفع التغييرات عن طريق الأمر git push
- -``` -git push origin "add-your-name" -``` - -
إستبدل <add-your-name> بإسم الفرع اللي انت لسة عامله .
- -
- لو عندك مشكلة وانت بتعمل push غالبا هتكون 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/'
- أسهل طريقة لحل المشكلة انك تعمل ssh key وتحطه علي GitHub - [GitHub's Tutorial - Create an ssh key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) - [GitHub's tutorial - adding ssh key to your account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) - بكده هتكون authenticated و مش هيكون عندك مشكلة لما تعمل push - - تقدر تتاكد انك بترفع علي الريبو الصح لما تكتب في ال - ```bash - git remote -v - ``` - لو ظهرلك كده: -
origin	https://github.com/your-username/your_repo.git (fetch)
-  origin	https://github.com/your-username/your_repo.git (push)
- يبقي معندكش مشكلة - غير كده تقدر تغير ال remote address كده - ```bash - git remote set-url origin git@github.com:your-username/your_repo.git - ``` -
- -
-

سلم تغيراتك للمراجعة

- - -
في صفحة المشروع بتاعك على صفحتك الشخصية على github دوس على زرار Compare & pull request. هو ماكنش ظاهر قبل كدة.
- -create a pull request - -
دلوقتي هتسلم طلبك لصاحب المشروع الأساسي عشان يراجع عليه، في الحالة دي الطلب بتاعك هيوصلي.
- -submit pull request - -
بعد المراجعة هدمج تغيرراتك للفرع الرئيسي في المشروع. وهيتم تنبيهك عن طريق البريد الإلكتروني بدة.
- -
لما يحصل وأقبل طلبك هتلاقي ان المشروع المنسوخ على حسابك مفيهوش التغيررات. فلازم تزامن المشروع الرئيسي باللي على حسابك بالخطوات دي:
- - -##
طب اعمل ايه بعد كدة؟
- -
- احتفل بأول مساهمة ليك، أعمل شير مع صحابك ومتابعينك عن طريق زيارة الموقع دة. -
- -
إذا كنت ترغب في المزيد من التدريب مساهمات
- - -
- -
يلا نخليك تبدأ تساهم في مشاريع بجد؟ عملنا قائمة بمشاريع بمشاكل بسيطة ممكن تبدأ بيها النهاردة.
- - -## - -##
لو هتستخدم ادوات تانية ممكن تتعلم من هنا
- -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.en-pirate.md b/docs/gui-tool-tutorials/translations/README.en-pirate.md deleted file mode 100644 index 54603b00..00000000 --- a/docs/gui-tool-tutorials/translations/README.en-pirate.md +++ /dev/null @@ -1,127 +0,0 @@ -[![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) - - -# First Contributions - -'tis hard. 'tis always hard th' first time ye do somethin'. Especially when ye be collaboratin', makin' mistakes ain't a comfortable thin'. We wanted t' simplify th' way new open-source contributors learn & contribute fer th' first time. - -Readin' tales & watchin' tutorials can help, but wha''s better than actually doin' th' stuff in a practice environment? This project aims at providin' guidance & simplifyin' th' way beginners make thar first contribution. If ye be lookin' t' make yer first contribution, follow th' steps below. - -#### *If ye're nah comfortable wit' command line, [here be tutorials usin' GUI tools.](#Tutorials-Usin'-Other-Tools)* - -fork this repository - -If ye don't 'ave git on yer machine, [install it](https://help.github.com/articles/set-up-git/). - -## Fork this repository - -Fork this repo by skewerin' on th' fork button on th' top o' this page. -This will create a copy o' this repository in yer account. - -## Clone the repository - -clone this repository - -Now clone this repo t' yer machine. Go t' yer GitHub account, skewer on th' clone button 'n then skewer th' *copy to clipboard* icon. - -Open a terminal 'n run th' followin' git command: - -``` -git clone "url ye jus' copied" -``` - -where "url ye jus' copied" (without th' quote marks) be th' url t' this repository (yer fork o' this project). See th' previous steps t' obtain th' url. - -copy URL to clipboard - -Fer example: - -``` -git clone https://github.com/this-be-ye/first-contributions.git -``` - -where `this-be-ye` be yer GitHub username. Here ye're copyin' th' contents o' th' first-contributions repository in GitHub t' yer 'puter. - -## Create a branch - -Change t' th' repository directory on yer 'puter (if ye be nah already thar): - -``` -cd first-contributions -``` - -Now create a branch usin' th' `git checkout` command: - -``` -git checkout -b -``` - -Fer example: - -``` -git checkout -b add-luke-oliff -``` - -(Th' name o' th' branch does nah needs t' 'ave th' word *add* in it, but 'tis a reasonable thin' t' include 'cause th' purpose o' this branch be t' add yer name t' a list.) - -## Make necessary changes 'n commit those changes - -Now open `Contributors.md` file in a text editor, add yer name t' it. Don't add it at th' beginnin' or end o' th' file. Put it anywhere in between. Now, save th' file. - -git status - -If ye go t' th' project directory 'n execute th' command `git status`, ye'll see thar are changes. - -Add those changes t' th' branch ye jus' created usin' th' `git add` command: - -``` -git add Contributors.md -``` - -Now commit those changes usin' th' `git commit` command: - -``` -git commit -m "Add to Contributors list" -``` - -replacing `` with your name. - -## Push changes t' GitHub - -Push yer changes usin' th' command `git push`: - -``` -git push origin -``` - -replacin' `` wit' th' name o' th' branch ye created earlier. - -## Submit yer changes fer review - -If ye go t' yer repository on GitHub, ye'll see a `Compare & pull request` button. Click on that button. - -create a pull request - -Now submit th' pull request. - -submit pull request - -Soon I'll be mergin' all yer changes into th' master branch o' this project. Ye will get a notification email once th' changes 'ave been merged. - -## Where t' go from here? - -Well done! Ye jus' completed th' standard _fork -> clone -> edit -> PR_ workflow that ye'll encounter often as a contributor! - -Celebrate yer contribution 'n share it wit' yer hearties 'n followers by goin' t' [web app](https://firstcontributions.github.io/#social-share). - -Now let's get ye started wit' contributin' t' other projects. We've compiled a list o' projects wit' easy issues ye can get started on. Check out [th' list o' projects in web app](https://firstcontributions.github.io/#project-list). - -### [Additional material](../additional-material/git_workflow_scenarios/additional-material.md) - -## Tutorials Usin' Other Tools - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.eo.md b/docs/gui-tool-tutorials/translations/README.eo.md deleted file mode 100644 index dda4aa3b..00000000 --- a/docs/gui-tool-tutorials/translations/README.eo.md +++ /dev/null @@ -1,133 +0,0 @@ -[![Amo al Malferma Kodo](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) -[![Licenco: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) -[![Helpantoj de Malferma Kodo](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) - -# Unuaj Kontribuoj - -Estas malfacile. Iam estas malfacile la unua fojo kiam vi faras ion, speciale kiam vi kunlaboras kun aliaj, ĉar fari erarojn ne estas agrable. Nia celo estas simpligi la manieron en kiu novaj kontribuantoj de _malferma kodo_ lernas kaj kontribuas unue. - -Legi artikolojn kaj rigardi tutoriaojn povas helpi, sed kio estas pli bona ol fari aferojn en praktika medio? Ĉi tiu projekto celas esti gvidilo kaj simpligi la manieron en kiu komencantoj faras sian unuan kontribuon. Se vi volas fari vian unuan kontribuon, sekvu la paŝojn kiuj estas montritaj sube. - -#### *Se vi ne estas konata kun la komandlinio, [jen tutoriaj uzante ilojn kun Grafika Interfaco (GUI)](#Tutoriales-con-otras-herramientas)* - -fork de este repositorio - -Se vi ne havas git-on en via komputilo, vi povas trovi instrukciojn por instali ĝin [ĉi tie]( https://docs.github.com/es/get-started/quickstart/set-up-git ). - -## Forku (*Fork*) ĉi tiun deponejon - -Forku ĉi tiun deponejon klakante la butonon "*Fork*" en la supraj dekstra flanko de ĉi tiu paĝo. -Tio kreos kopion de ĉi tiu deponejo en via konto. - -## Klono (*Clone*) la forkan deponejon - -kloni ĉi tiun deponejon - -Nun klono ĉi tiun deponejon al via komputilo. Iru al via GitHub-konto, klaku sur la butono "*clone or download*" kaj poste klaku sur la ikono por *kopii al la poŝtelefono*. - -Malfermu vian konsolon aŭ terminalon kaj rulu la jenan git-an komandon: - -```bash -git clone "url you just copied" -``` - -Kie estas "la URL kiun vi ĵus kopis" (sen la duobla cita signo) estas la *URL* de ĉi tiu deponejo (via fork de ĉi tiu projekto). Rigardu la antaŭajn paŝojn por akiri la *URL*-on. - -kopii la URL-on al la poŝtelefono - -Ekzemple: - -```bash -git clone git@github.com:this-is-you/first-contributions.git -``` - -La parto kun `este-eres-tu` estos anstataŭigita per via GitHub-uzantonomo. Ĉi tie vi kopias la enhavon de la deponejo *first-contributions* de GitHub al via komputilo. - -## Krei branĉon (*Branch*) - -Shanĝu al la dosierujo de la deponejo sur via komputilo (se vi ne jam estas tie): - -```bash -cd first-contributions -``` - -Nun kredu branĉon (*branch*) uzante la komandon `git checkout`: - -```bash -git switch -c your-new-branch-name -``` - -Ekzemple: - -```bash -git switch -c add-alonzo-church -``` - -(La nomo de la branĉo ne devas enhavi la vorton *add*, sed estas racionebla ĉar la celo de tiu ĉi branĉo estas aldoni vian nomon al la listo.) - -## Faru la necesajn ŝanĝojn kaj konfirmu (*Commit*) tiujn ŝanĝojn - -Malfermu la dosieron `Contributors.md` en teksta redaktilo kaj aldonu vian nomon. Ne aldonu ĝin aŭ en la komenco aŭ en la fino de la dosiero, sed faru tion ie interne. Konservu la dosieron. - -git status - -Se vi iras al la projekta dosierujo kaj ekzekutas la komandon `git status`, vi vidos ke estas ŝanĝoj. - -Aldonu tiujn ŝanĝojn al la branĉo kiun vi kreis antaŭe uzante la komandon `git add`: - - -```bash -git add Contributors.md -``` - -Nun konfirmu tiujn ŝanĝojn uzante la komandon `git commit`: - - -```bash -git commit -m "Aldonu al la listo de Kontribuantoj" -``` - -anstataŭigu `` per via nomo. - -## Puŝu (*Push*) viajn ŝanĝojn al GitHub - -Puŝu viajn ŝanĝojn uzante la komandon `git push`: - - -```bash -git push -u origin your-branch-name -``` - - -Anstataŭigu `` per la nomo de la branĉo kiun vi kreis antaŭe. - -## Submetu (*Submit*) viajn ŝanĝojn por revizio - -Se vi iras al via deponejo en GitHub, vi vidos butonon `Compare & pull request`. Klaku sur tiu butono. - -krei pull request - -Nun sendu la *pull request*. - -sendi pull request - -Baldaŭ mi unuos viajn ŝanĝojn (faros *merge*) kun la ĉefa branĉo de tiu ĉi projekto. Vi ricevos retmesaĝon kiam la ŝanĝoj estos unuitaj. - -## Kie iri de ĉi tie? - -Gratulojn! Vi ĵus finis la regulan _fork -> clone -> redaktu -> pull request_ fluon kiun vi ofte renkontos kiel kontribuanto! - -Festu vian kontribuon kaj dividiĝu kun viaj amikoj kaj sekvantoj irante al [rete apikaĵo](https://firstcontributions.github.io/#social-share). - -Vi ankaŭ povas aliĝi al nia Slack-teamo se vi bezonas helpon aŭ havas demandojn. [Aliĝu al nia Slack-teamo](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Nun komencu kontribui al aliaj projektoj. Ni kolektis liston de projektoj kun facilaj problemoj, por ke vi povu ekhavi. Rigardu [la liston de projektoj en la rete apikaĵo](https://firstcontributions.github.io/#project-list). - -### [Plia materialo](../additional-material/git_workflow_scenarios/additional-material.md) - -## Tutoriaj uzante aliajn ilojn - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.es.md b/docs/gui-tool-tutorials/translations/README.es.md deleted file mode 100644 index 4dd4109d..00000000 --- a/docs/gui-tool-tutorials/translations/README.es.md +++ /dev/null @@ -1,124 +0,0 @@ -[![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) - -# Primeras Contribuciones - -Es complicado. Resulta difícil la primera vez que haces algo, especialmente cuando colaboras con otros, pues cometer errores no es nada agradable. Nuestro objetivo es simplificar la forma en la que nuevos contribuidores de _código abierto_ aprenden y contribuyen por primera vez. - -Leer artículos y ver tutoriales puede ayudar, pero, ¿Qué mejor manera de practicar que hacer las cosas en un entorno de prácticas? Este proyecto se enfoca en guiar a principiantes durante su primera contribución. Si quieres lograr tu primera contribución, sigue los pasos que se muestran a continuación. - -#### *Si no estás familiarizado con la consola o terminal, [aquí hay tutoriales usando herramientas con Interfaz Gráfica (GUI)](#Tutoriales-con-otras-herramientas)* - -fork de este repositorio - -Si no tienes git en tu equipo, puedes encontrar instrucciones para instalarlo en [este enlace]( https://docs.github.com/es/get-started/quickstart/set-up-git ). - -## Bifurca (*Fork*) este repositorio - -Haz un *fork* de este repositorio haciendo click en el botón "*Fork*" en la parte superior derecha en esta página. -Esto creará una copia de este repositorio en tu cuenta. - -## Clona (*Clone*) el repositorio bifurcado - -clonar este repositorio - -Ahora clona este repositorio en tu equipo. Dirígete a tu cuenta de GitHub, haz click en el botón "*clone or download*" y luego haz click en el icono para *copiar al portapapeles*. - -Abre tu consola o terminal y ejecuta el siguiente comando de git: - -``` -git clone "url que acabas de copiar" -``` - -Donde pone "url que acabas de copiar" (sin las comillas dobles) es la *url* a este repositorio (tu *fork* a este proyecto). Mira los pasos previos para obtener la *url*. - -copiar URL al portapapeles - -Por ejemplo: -``` -git clone https://github.com/este-eres-tu/first-contributions.git -``` -La parte de `este-eres-tu` la reemplazarás con tu usuario de GitHub. Aquí estás copiando los contenidos del repositorio *first-contributions* de GitHub a tu equipo. - -## Crea una rama (*Branch*) - -Cambia al directorio del repositorio en tu equipo (si es que no estás ahí ya). - -``` -cd first-contributions -``` - -Ahora crea una rama (*branch*) usando el comando `git checkout` o `git switch`: -``` -git checkout -b - -git switch -c -``` - -Por ejemplo: -``` -git checkout -b add-alonzo-church - -git switch -c add-alonzo-church -``` -(El nombre de la rama no tiene por qué contener la palabra *add*, pero es razonable que lo tenga porque el objetivo de esta rama es añadir tu nombre a la lista.) - -## Haz los cambios necesarios y confirma (*Commit*) esos cambios - -Abre el archivo `Contributors.md` en un editor de texto y añade tu nombre. No lo añadas ni al principio ni al final del archivo, hazlo en cualquier otro sitio. Guarda el archivo. - -git status - -Si vas al directorio del proyecto y ejecutas el comando `git status`, verás que hay cambios. - -Agrega esos cambios a la rama (*branch*) que creaste anteriormente usando el comando `git add`: - -``` -git add Contributors.md -``` - -Ahora haz un *commit* sobre estos cambios ejecutando el comando `git commit`: -``` -git commit -m "Add to Contributors list" -``` -cambiando `` por tu nombre. - -## Sube (*Push*) tus cambios a GitHub - -Haz *push* de tus cambios usando el comando `git push`: -``` -git push -u origin -``` -Reemplaza `` con el nombre de la rama que creaste anteriormente. - -## Envía (*Submit*) tus cambios para ser revisados - -Si vas a tu repositorio en GitHub, verás un botón `Compare & pull request`. Haz click sobre el botón. - -crea una pull request - -Ahora envía la *pull request*. - -enviar la pull request - -Pronto estaré fusionando tus cambios (haciendo *merge*) con la rama master de este proyecto. Recibirás una notificación por correo electrónico cuando los cambios hayan sido fusionados. - -## ¿Cuáles son los siguientes pasos? - -¡Enhorabuena! ¡Has completado el flujo de trabajo *_fork -> clone -> edit -> PR_* que encontrarás habitualmente como contribuidor! - -Celebra tu contribución y compártela con tus amigos y seguidores yendo a [web app](https://firstcontributions.github.io/#social-share). - -Si quieres más práctica, echa un vistazo a [contribuciones de código](https://github.com/roshanjossey/code-contributions). - -Ahora empieza a contribuir en otros proyectos. Hemos reunido una lista de proyectos con *issues* sencillas para que puedas empezar. Échale un ojo a la [lista de proyectos en la aplicación web](https://firstcontributions.github.io/#project-list). - -### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md) - - -## Tutoriales con otras herramientas - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.et.md b/docs/gui-tool-tutorials/translations/README.et.md deleted file mode 100644 index e0a5a6c2..00000000 --- a/docs/gui-tool-tutorials/translations/README.et.md +++ /dev/null @@ -1,131 +0,0 @@ -# የመጀመሪያ አስተዋጽዖዎች - -ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋፅዖቸውን እንዲያደርጉ መንገዱን ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያውን አስተዋፅዖ ማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ። - -_በትእዛዝ መስመሩ ካልተመቻችሁ [የጂአይ መሳሪያዎችን በመጠቀም መማሪያ ይኸውና](#መማሪያዎች-ሌሎች-መሳሪያዎችን-በመጠቀም)_ - - -fork this repository - -#### በማሽንዎ ላይ git ከሌለዎት፣ [ጫን](https://docs.github.com/en/get-started/quickstart/set-up-git)። - -## ይህንን ማከማቻ ሹካ ያድርጉ - -በዚህ ገጽ ላይኛው ክፍል ላይ ያለውን የሹካ ቁልፍ ጠቅ በማድረግ ይህንን ማከማቻ ሹካ ያድርጉት። -ይህ በአንተ መለያ ውስጥ የዚህን ማከማቻ ቅጂ ይፈጥራል። - -## ማከማቻውን መዝጋት - -clone this repository - -አሁን የሹካውን መያዣ ወደ ማሽንዎ ያያይዙት. ወደ GitHub መለያዎ ይሂዱ፣ የሹካ ማከማቻውን ይክፈቱ፣ የኮድ አዝራሩን ጠቅ ያድርጉ እና ከዚያ _copy to clipboard_ አዶን ጠቅ ያድርጉ። - -ተርሚናል ይክፈቱ እና የሚከተለውን የgit ትዕዛዝ ያሂዱ፡- - -``` -git clone "ዩአርኤሉን አሁን ቀድተሃል።" -``` - -"ዩአርኤል አሁን የገለበጡት" (ያለ ጥቅሶች) ወደዚህ ማከማቻ ዩአርኤል (የዚህ ፕሮጀክት ሹካ) የሆነበት። ዩአርኤሉን ለማግኘት የቀደመውን ደረጃዎች ይመልከቱ። - -ዩአርኤልን ወደ ክሊፕቦርድ ቅዳ - -ለምሳሌ: - -``` -git clone https://github.com/ይህ አንተ ነህ።/first-contributions.git -``` - -የ GitHub ተጠቃሚ ስምህ የት `ይህ አንተ ነህ።' እዚህ በ GitHub ላይ ያለውን የመጀመሪያ አስተዋፅዖ ማከማቻ ይዘቶችን ወደ ኮምፒውተርዎ እየገለበጡ ነው። - -#ቅርንጫፍ ፍጠር - -በኮምፒውተርዎ ላይ ወዳለው የማከማቻ ማውጫ ይቀይሩ (እዚያ ከሌለዎት)፡- - -``` -cd first-contributions -``` - -አሁን የ`git switch` ትዕዛዝን በመጠቀም ቅርንጫፍ ይፍጠሩ፡ - -``` -git switch -c የእርስዎ-አዲሱ-ቅርንጫፍ-ስም -``` - -ለምሳሌ: - -``` -git switch -c add-alonzo-church -``` - -## አስፈላጊ ለውጦችን ያድርጉ እና ለውጦችን ያድርጉ - -አሁን የ`Contributors.md` ፋይልን በጽሑፍ አርታኢ ውስጥ ይክፈቱ፣ ስምዎን በእሱ ላይ ያክሉ። በፋይሉ መጀመሪያ ወይም መጨረሻ ላይ አይጨምሩት። በመካከል የትኛውም ቦታ ላይ ያስቀምጡት. አሁን, ፋይሉን ያስቀምጡ. - -git status - -ወደ የፕሮጀክት ማውጫው ሄደው ትዕዛዙን `git status` ከፈጸሙ፣ ለውጦች እንዳሉ ያያሉ። - -የ `git add` ትዕዛዙን በመጠቀም እነዚያን ለውጦች ወደ ፈጠሩት ቅርንጫፍ ያክሉ። - -``` -git add Contributors.md -``` -አሁን የ‹git› ትዕዛዙን በመጠቀም እነዚህን ለውጦች ያድርጉ፡ - -``` -git commit -m "ስሜን ወደ አስተዋጽዖ አበርካቾች ዝርዝር ጨምር" -``` - -'ስሜን' በስምህ በመተካት። - -## ለውጦችን ወደ GitHub ይግፉ - -የ `git push` ትዕዛዝን በመጠቀም ለውጦችዎን ይግፉ፡- - -``` -git push -u origin የእርስዎ-ቅርንጫፍ-ስም -``` - -replacing `የእርስዎ-ቅርንጫፍ-ስም` with the name of the branch you created earlier. - -
- በመግፋት ላይ ማንኛውም ስህተት ካጋጠመህ እዚህ ጠቅ አድርግ፡- - -- ### የማረጋገጫ ስህተት -
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 አጋዥ ስልጠና](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ይሂዱ የኤስኤስኤች ቁልፍን ወደ መለያዎ ማመንጨት እና ማዋቀር። - -
- -## ለውጦችዎን ለግምገማ ያስገቡ - -በ GitHub ላይ ወደ ማከማቻዎ ከሄዱ፣ `Compare and Pull Request` የሚለውን ቁልፍ ያያሉ። በዚያ ቁልፍ ላይ ጠቅ ያድርጉ። - -የመጎተት ጥያቄ ፍጠር - -አሁን የመሳብ ጥያቄውን ያስገቡ። - -ጥያቄን ጎትት - -በቅርቡ ሁሉንም ለውጦችዎን ወደ የዚህ ፕሮጀክት ዋና ቅርንጫፍ አዋህዳለሁ። ለውጦቹ ከተዋሃዱ በኋላ የማሳወቂያ ኢሜይል ይደርስዎታል። - -## ከዚህ ወዴት ልሂድ? - -እንኳን ደስ ያለህ! ልክ እንደ አስተዋጽዖ አበርካች የሚያጋጥሙትን መደበኛ _fork -> clone -> አርትዕ -> የመሳብ ጥያቄ_ የስራ ፍሰትን አጠናቀዋል! - -አስተዋፅኦዎን ያክብሩ እና ወደ [ድር መተግበሪያ](https://firstcontributions.github.io/#social-share) በመሄድ ለጓደኞችዎ እና ተከታዮችዎ ያካፍሉ። - -ማንኛውም እርዳታ ከፈለጉ ወይም ማንኛውም ጥያቄ ካለዎት የእኛን ደካማ ቡድን መቀላቀል ይችላሉ. [የላላ ቡድንን ይቀላቀሉ](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)። - -አሁን ለሌሎች ፕሮጀክቶች በማበርከት እንጀምር። እርስዎ ሊጀምሩባቸው የሚችሉ ቀላል ጉዳዮች ያላቸውን የፕሮጀክቶች ዝርዝር አዘጋጅተናል። ይመልከቱ [በድር መተግበሪያ ውስጥ ያሉ የፕሮጀክቶች ዝርዝር](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) | diff --git a/docs/gui-tool-tutorials/translations/README.ewe.md b/docs/gui-tool-tutorials/translations/README.ewe.md deleted file mode 100644 index 4f28afd7..00000000 --- a/docs/gui-tool-tutorials/translations/README.ewe.md +++ /dev/null @@ -1,141 +0,0 @@ -[![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) - - -# Kpekpeɖeŋu Gbãtɔ - -Esesẽna ɣesiaɣi ne èwɔ nane zi gbãtɔ.Vɔvɔ̃ be yeawɔ vodadawo meɖea dzi ɖi kura o, vevietɔ ne èle nu wɔm aduadu.Gake kɔmpiutadziɖoɖo siwo wozãna faa ƒe xexeame ku ɖe nuwɔwɔ aduadu kple dɔwɔwɔ le ƒuƒoƒo me ŋu.Azɔ hã, míedi be míana wòanɔ bɔbɔe na kɔmpiutadziɖoɖo yeye siwo tsɔa nu faa femaxee la be woasrɔ̃ nu to alesi nàdzɔ nu zi gbãtɔ la fiafia wò me. - -Nyatiwo kple nufiamewo xexlẽ ate ŋu akpe ɖe ŋuwò, gake nukae nyo wu be nàdze agbagba eye màte ŋu awɔ vodada o? Dɔ sia ƒe taɖodzinue nye be wòana mɔfiame eye wòana alesi dɔsrɔ̃viwo wɔa woƒe nudzɔdzɔ gbãtɔ nanɔ bɔbɔe.Ðo ŋku edzi be: zi alesi nèfa tu la, zi nenemae nèsrɔ̃a nu nyuie wu.Ne èdi vevie be yeadzɔ nu gbãtɔ la, ɖeko nàwɔ ɖe afɔɖeɖe siawo dzi.Medo ŋugbe be anye modzakaɖeɖe. - -ŋe asi ɖe nu sia ŋu - -Ne git mele wò kɔmpiuta dzi o, [ tsɔe de wò kɔmpiuta dzi ]( https://help.github.com/articles/set-up-git/ ). - -## Miɖe asi le agbalẽdzraɖoƒe sia (si woyɔna hã be Fork) . - -Ne èdi be yeaʋu agbalẽvi sia la, zi dzi le aɖaka si nye "Fork" si le axa la ƒe tame. -Esia ana be woaŋlɔ nyatakaka siwo le nyatakakadzraɖoƒea ɖe wò asitelefon dzi. - -## Wɔ numekugbalẽvi sia ƒe kɔpi - -Wɔ numekugbalẽvi sia ƒe kɔpi - -Azɔ wɔ agbalẽdzraɖoƒe sia ƒe nɔnɔmetata ɖe wò kɔmpiuta dzi. Zi clone ƒe dzesi dzi emegbe nàzi dzesi la dzi *kɔpi ɖe agbalẽƒomɔ̃ me*. - -Ʋu kpovitɔ eye nàzã git se siwo gbɔna : - -``` -git clone "url si nèwɔ kɔpi na fifia" -``` -afisi "url si nèwɔ kɔpi teti koe nye ema" (si me nyayɔyɔawo mele o) nye url si le agbalẽdzraɖoƒea. Kpɔ akpa si do ŋgɔ be nàxɔ url la. - -copier l'URL dans le presse-papier - -Le kpɔɖeŋu me : -``` -git clone https://github.com/wò-ŋkɔ-si-nèzãna/first-contributions.git -``` -afisi `Wò ŋkɔ si nèzãna` nye wò GitHub zãla ƒe ŋkɔ. Afisiae nèle nusiwo le agbalẽdzraɖoƒea ƒe kɔpi wɔm le `first-contributions` tso GitHub dzi le wò kɔmpiuta dzi. - -## Wɔ alɔdzedɔwɔƒe aɖe - -Ʋu yi dɔwɔwɔ ƒe nɔnɔmetata yeye si wowɔ ƒe nɔnɔmetata me (ne mèle afima haɖe o): - -``` -cd first-contributions -``` -Azɔ wɔ alɔdze aɖe kple sededea `git checkout` : -``` -git checkout -b -``` - -Le kpɔɖeŋu me : -``` -git checkout -b add-abdou-raouf-atarmla -``` -(Mehiã be nya *add* nanɔ alɔdzedɔwɔƒea ƒe ŋkɔ me o, gake esɔ be nàde eme elabena taɖodzinu si le alɔdze sia ŋue nye be wòatsɔ wò ŋkɔ akpe ɖe xexlẽdzesi aɖe ŋu.) - -## Wɔ tɔtrɔ siwo hiã eye nàtsɔ wo ana - -Azɔ ʋu nuŋlɔɖia `Contributors.md` de wò ŋkɔ ɖe etame eye nàŋlɔe ɖi. Ne èʋu sedede ƒe nyatakakadzraɖoƒea eye nèwɔ sededea `git status`, àkpɔe be tɔtrɔwo li. Tsɔ tɔtrɔ siawo kpe ɖe alɔdze si nèwɔ fifia kple sededea ŋu `git add` : -``` -git add Contributors.md -``` - -Azɔ wɔ tɔtrɔ siawo kple sededea `git commit`: -``` -git commit -m "Tsɔ kpe ɖe Nudzɔlawo ƒe xexlẽdzesi ŋu" -``` -tsɔ wò ŋkɔ ɖɔli ``. - -## Tu tɔtrɔwo ɖe GitHub dzi - -Tu wò tɔtrɔwo kple sededea `git push` : -``` -git push origin -``` -tsɔ alɔdze si wowɔ va yi ƒe ŋkɔ ɖɔli ``. - -## Miɖo miaƒe tɔtrɔwo ɖa be woalé ŋku ɖe wo ŋu - -Ne èyi wò nudzraɖoƒe le Github la, àkpɔ `Compare & pull request` ƒe dzesi. Zi dzesi sia dzi. - -create a pull request - -Azɔ tsɔ hehe ƒe biabiaa ɖo ɖa. - -submit pull request - -Eteƒe madidi o, maƒo miaƒe tɔtrɔwo katã nu ƒu ɖe dɔ sia ƒe alɔdze vevitɔ me. Àxɔ nyatakaka to e-mail dzi ne wonya wu ƒoƒo ɖekae nu ko. - -Womatrɔ asi le miaƒe alɔdzedɔwɔƒea ƒe alɔdzedɔwɔƒe gãtɔ ŋu le ɣeyiɣi sia me o. Be wò spur nawɔ ɖeka kple tɔnye la, wɔ ɖe afɔɖeɖe siawo dzi. - -## Na wò alɔdzedɔwɔƒea nawɔ ɖeka kple nyatakakadzraɖoƒe sia - - Gbã la, trɔ ɖe alɔdzedɔwɔƒe gã la ŋu (main) - ``` - git checkout main - ``` - - Eye nàtsɔ nye nyatakakadzraɖoƒe ƒe ka akpee be `upstream remote url` : -``` -git remote add upstream https://github.com/Roshanjossey/first-contributions -``` -Esia nye mɔ si dzi míetona gblɔna be nu bubu aɖe hã li si le míaƒe nyatakakadzraɖoƒea si míeyɔna be `upstream`. Ne tɔtrɔawo va wɔ ɖeka ko la, di nye numekuku ƒe akpa yeyea: -``` -git fetch upstream -``` - -Afisiae míele tɔtrɔwo katã dim le nye alɔdzedɔwɔƒe (upstream remote) me. Fifia ele be nàƒo tɔtrɔ yeye si tso nye agbalẽdzraɖoƒea nu ƒu ɖe wò alɔdze gã la me: -``` -git rebase upstream/main -``` -Le afisia la, míewɔa tɔtrɔ siwo katã dim nènɔ la ŋudɔ le alɔdzedɔwɔƒe gã la me. Ne ètu alɔdze gã la fifia la, tɔtrɔ siawo hã anɔ wò fɔkpaa ŋu: -``` -git push origin main -``` -Nuxlɔ̃ame: Fifia ya èle tutum ayi adzɔge ʋĩ ƒe nyatakakadzraɖoƒe si woyɔna be origin. - -Le afisia la, metsɔ wò `` alɔdzedɔwɔƒea ƒo ƒu kple nye alɔdze gãtɔ, eye nètsɔ nye alɔdze gã la ƒo ƒu kple wò alɔdze gãtɔ. Wò `` alɔdze megahiã o, eyata àteŋu atutue: -``` -git branch -d -``` -eye àte ŋu atutu eƒe tɔtrɔ le adzɔge ʋĩ ƒe nyatakakadzraɖoƒe hã: -``` -git push origin --delete -``` -Esia mehiã o, gake alɔdzedɔwɔƒea ƒe ŋkɔ ɖee fia be eƒe taɖodzinua nye nu si le vevie. Eƒe agbenɔɣi ate ŋu anɔ kpuie. - -## Nufiame siwo zãa dɔwɔnu bubuwo - - -| 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) | - -## Afikae míayi emegbe? - -Àte ŋu awɔ ɖeka kple míaƒe ƒuƒoƒoa hã le Slack nenye be èhiã kpekpeɖeŋu alo nyabiase aɖewo le asiwò. [Wɔ ɖeka kple ƒuƒoƒoa le Slack dzi](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) diff --git a/docs/gui-tool-tutorials/translations/README.fa.md b/docs/gui-tool-tutorials/translations/README.fa.md deleted file mode 100644 index c1209ccf..00000000 --- a/docs/gui-tool-tutorials/translations/README.fa.md +++ /dev/null @@ -1,130 +0,0 @@ -[![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) - -

- -# اولین مشارکت - -این پروژه قصد دارد تا مسیر مشارکت در پروژه‌های متن‌باز را برای تازه‌کارها آسان نماید. اگر شما نیز به دنبال راهی برای ثبت اولین مشارکت خود هستید، این اقدامات را دنبال کنید. - -_اگر با محیط کامندی (CLI) احساس راحتی نمی‌کنید، [راهنمای استفاده از ابزارهای گرافیکی (GUI) را مشاهده کنید](#آموزش-انجام-مشارکت-در-دیگر-ابزارها)._ - -fork this repository - -#### اگر نرم‌افزار git را آماده ندارید، [از اینجا نصب کنید](https://help.github.com/articles/set-up-git/). - -## مخزن را فورک کنید - -با کلیک کردن بر روی دکمه Fork، از مخزن مورد نظر یک انشعاب بگیرید. این عملیات یک نسخه کپی از مخزن را بر روی حساب کاربری شما ایجاد می‌کند. - -## مخزن را کلون (شبیه) کنید - -clone this repository - -حال، از مخزن فورک شده، یک کلون روی سیستم کاربری خود ایجاد کنید. وارد حساب کاربری خود شده و مخزن فورک شده را باز کنید. دکمه Code را فشرده و نماد copy to clipboard را انتخاب کنید. - -سپس یک ترمینال باز کنید و دستور گیت زیر را اجرا نمایید: - -```bash -git clone "url you just copied" -``` - -بطوری که در قسمت "url you just copied"، آدرس مخزن فورک شده بدون علامت‌های کوتیشن (نقل قول) قرار گیرد. - -copy URL to clipboard - -بعنوان مثال: - -```bash -git clone https://github.com/this-is-you/first-contributions.git -``` - -به طوری که عبارت `this-is-you` برابر با نام حساب کاربری گیت‌هاب شما باشد. با این اقدام، تمام محتوای مورد نیاز جهت مشارکت را بر روی سیستم خود آماده می‌سازید. - -### یک شاخه ایجاد کنید - -اگر در مسیر مخزن کلون شده قرار ندارید، با دستور زیر وارد مسیر مخزن شوید: - -```bash -cd first-contributions -``` - -با استفاده از دستور `git checkout` یک شاخه جدید ایجاد کنید: - -```bash -git checkout -b your-new-branch-name -``` - -بعنوان مثال: - -```bash -git checkout -b add-alonzo-church -``` - -(هیچ لزومی نیست که در نام شاخه از کلمه `add` استفاده کنید. چنانچه قرار است بعنوان مشارکت، نام خود را به یک لیست اضافه کنیم، استفاده از این کلمه بعنوان نام شاخه، امری عاقلانه می‌باشد.) - -### تغییرات اساسی ایجاد کرده و کامیت کنید - -در این قدم، ابتدا فایل `Contributors.md` را در یک محیط ویرایش متن باز کنید. نام خود را به این فایل اضافه کنید. توجه کنید که نام نه در ابتدا و نه در انتها قرار گیرد. نام را بین اسامی قرار دهید. فایل را ذخیره کنید. - -git status - -چنانچه وارد مسیر مخزن شوید و دستور `git status` را اجرا نمایید، مشاهده خواهید کرد که تغییراتی بر روی مخزن اعمال شده. - -با استفاده از دستور `git add`، تغییرات را به برنچ از پیش ساخته‌شده اضافه کنید: - -```bash -git add Contributors.md -``` - -حال، تغییرات را با دستور `git commit` کامیت و ثبت نمایید: - -```bash -git commit -m "Add to Contributors list" -``` - -توجه داشته باشید که نام خود را با عبارت `` جایگزین کنید. - -## تغییرات را ارسال (پوش) کنید - -با استفاده از دستور `git push` تغییرات ثبت شده را ارسال کنید: - -```bash -git push origin -``` - -نام برنچی که در مراحل قبل ایجاد کردید را با عبارت `` جایگزین کنید. - -## تغییرات خود را برای بررسی، ثبت کنید - -چنانچه وارد مخزن فورک شده در حساب کاربری خود شوید، گزینه‌ای تحت عنوان `Compare & pull request` مشاهده خواهید کرد. آن گزینه را انتخاب کنید. - -create a pull request - -در این مرحله، درخواست (Pull request) خود را ثبت کنید. - -submit pull request - -نهایتا، من تغییرات شما را به برنچ master پروژه اضافه (merge) خواهم کرد. بلافاصله پس از مرج شدن درخواست شما، یک ایمیل مبنی بر همین موضوع برای شما ارسال خواهد شد. - -## اقدامات بعدی - -تبریک! شما مراحل فورک کردن، کلون کردن، ایجاد تغییرات و پول رکوئست را به خوبی پشت سر گذاشتید. - -مشارکت خود روی این پروژه را [از اینجا](https://firstcontributions.github.io/#social-share) با دیگر دوستان و دنبال‌کنندگان خود جشن بگیرید. - -همچنین شما می‌توانید [از اینجا](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)، وارد تیم Slack ما شوید و سوالات خود را مطرح نمایید. - -حال، شما می‌توانید مشارکت خود را روی دیگر پروژه‌ها آغاز نمایید. ما یک لیست از پروژه‌ها با مشکلات ساده ایجاد کردیم که گزینه خوبی برای شروع می‌باشد. لیست پروژه‌ها را [از این اینجا](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) | - -

diff --git a/docs/gui-tool-tutorials/translations/README.fi.md b/docs/gui-tool-tutorials/translations/README.fi.md deleted file mode 100644 index 9ddd935a..00000000 --- a/docs/gui-tool-tutorials/translations/README.fi.md +++ /dev/null @@ -1,129 +0,0 @@ -[![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) - - -# Ensimmäiset kontribuutiot - -Se on vaikeaa. Ensimmäiset kerrat ovat aina vaikeita. Etenkin tehdessä yhteistyötä, virheiden teko ei ole ollenkaan mukavaa. Me halusimme yksinkertaistaa tavan jolla avoimen lähdekoodin kontribuoijat oppivat sekä kontribuoivat ensimmäistä kertaa. - -Artikkeleiden lukeminen sekä tutoriaalien katsominen voi auttaa, mutta mikä onkaan parempaa kuin käytännön harjoite harjoitusympäristössä? Tämä projekti tähtää avun tarjoamiseen sekä aloittelijoiden ensimmäisen kontribuution yksinkertaistamiseen. Jos olet aikeissa kontribuoida ensimmäistä kertaa, seuraa alla olevia ohjeita. - -#### *Jos et osaa käyttää komentoriviä sulavasti, [täältä löytyy tutoriaaleja GUI-työkalujen käyttöön.](#Muiden-työkalujen-tutoriaaleja)* - -fork this repository - -Jos sinulla ei ole git asennettuna koneellesi, [asenna se](https://help.github.com/articles/set-up-git/). - -## Forkkaa tämä repositorio - -Forkkaa tämä repositorio klikkaamalla yläkulmassa näkyvää painiketta "Fork". Tämä luo kopion tästä repositoriosta käyttäjällesi. - -## Kloonaa repositorio - -clone this repository - -Seuraavaksi kloonaa juuri forkkaamasi repositorio koneellesi. Mene GitHub käyttäjäsivuillesi, avaa forkkaamasi repositorio sekä klikkaa "Clone or download"-painiketta jonka jälkeen kopioi osoite painamalla "Copy to clipboard"-ikonia. - -Avaa komentorivi ja syötä seuraava git-komento: - -``` -git clone "Juuri kopioimasi URL" -``` - -"Juuri kopioimasi URL"-tekstin sijasta (ilman lainausmerkkejä) pastea repositorion URL äskeisestä vaiheesta. - -copy URL to clipboard - -Esimerkiksi: - -``` -git clone https://github.com/nimesi/first-contributions.git -``` - -Kirjoita GitHub-käyttäjänimesi 'nimesi' teksin sijaan. Tämä komento kopioi sisällön GitHubisi first contributions-repositorion koneellesi. - -## Luo branch - -Mene repositoriosi kansioon koneellasi (ellet jo ole siellä). - -``` -cd first-contributions -``` - -Seuraavaksi luo branch komennolla `git checkout`: - -``` -git checkout -b -``` - -Esimerkiksi: - -``` -git checkout -b add-matti-meikalainen -``` - -(Branchin nimeen ei välttämättä tarvitse sisällyttää sanaa *add*, mutta tässä se käy järkeen sillä tämän branchin tarkoitus on lisätä nimesi listaan.) - -## Tee tarvittavat muutokset sekä committoi ne - -Seuraavaksi avaa `Contributors.md` tiedosto tekstieditorissa ja lisää nimesi tiedostoon. Älä lisää sitä tiedoston alkuun taikka loppuun vaan keskelle. Seuraaksi tallenna tiedosto. - -git status - -Jos menet projektin kansioon ja syötät komennon `git status`, näet muutokset. - -Lisää nuo muutokset branchiin `git add` komennolla: - -``` -git add Contributors.md -``` - -Seuraavaksi committoi muutokset `git commit` komennolla: - -``` -git commit -m "Add to Contributors list" -``` - -Korvaamalla `` nimelläsi. - -## Muutosten pushaaminen GitHubiin - -Pushaa muutoksesi komennolla `git push`: - -``` -git push origin -``` - -Korvaamalla `` nimellä jonka annoit branchillesi aikaisemmin. - -## Jätä muutoksesi arvosteltavaksi - -Jos menet repositorioosi GitHubissa, näet `Compare & pull request` painikkeen. Paina tuota painiketta. - -create a pull request - -Seuraavaksi suorita pull request. - -submit pull request - -Seuraavaksi mergeän muutoksesi tämän projektin master-branchiin. Tulet saamaan ilmoituksen sähköpostiisi kun muutokset ovat mergetty. - -## Mihin seuraavaksi? - -Onneksi olkoon! Olet juuri suorittanut tavanomaisen *Fork -> Clone -> Edit -> Pull Request* -työnkulun joka tulee vastaasi usein kontribuoijana! - -Juhlista kontribuutiotasi ja jaa se ystävillesi ja followereillesi menemällä [Web Appiin](https://firstcontributions.github.io/#social-share). - -Voit liittyä Slack tiimiimme jos sinulla on kysyttävää. [Liity Slack tiimiin](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Jos haluaisit kontribuoida muihin projekteihin, me olemme koonneet listan yksinkertaisista ensimmäisistä issueista työskenneltäväksesi. [Lista löytyy Web-Appistamme](https://firstcontributions.github.io/#project-list). - -### [Lisämateriaaleja](../additional-material/git_workflow_scenarios/additional-material.md) - -## Muiden työkalujen tutoriaaleja - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.fil.md b/docs/gui-tool-tutorials/translations/README.fil.md deleted file mode 100644 index e4b18c7b..00000000 --- a/docs/gui-tool-tutorials/translations/README.fil.md +++ /dev/null @@ -1,136 +0,0 @@ -[![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) - - -# 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. - -_Kung hindi ka komportable sa 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). - -## I-fork ang repositoryong 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-clone ang repositoryo - -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. - -Magbukas ng terminal at patakbuhin ang sumusunod na git command: - -``` -git clone "url na kinopya 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. - -copy URL to clipboard - -Halimbawa: - -``` -git clone https://github.com/this-is-you/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. - -## Gumawa ng sangay - -Baguhin sa direktoryo ng repositoryo sa iyong computer (kung wala ka pa roon): - -``` -cd first-contributions -``` - -Ngayon lumikha ng isang sangay gamit ang utos na `git switch`: - -``` -git switch -c your-new-branch-name -``` - -Halimbawa: - -``` -git switch -c add-alonzo-church -``` - -## Gumawa ng mga kinakailangang pagbabago at gawin ang mga pagbabagong iyon - -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. - -git status - -Kung pupunta ka sa direktoryo ng proyekto at isagawa ang command na `git status`, makikita mong may mga pagbabago. - -Idagdag ang mga pagbabagong iyon sa sangay na nilikha mo lamang gamit ang utos na `git add`: - -``` -git add Contributors.md -``` - -Ngayon gawin ang mga pagbabagong iyon gamit ang utos na `git commit`: - -``` -git commit -m "Add your-name to Contributors list" -``` - -Ngayon gawin ang mga pagbabagong iyon gamit ang utos na `git commit`: - -## I-push ang mga pagbabago sa GitHub - -Itulak ang iyong mga pagbabago gamit ang command na `git push`: - -``` -git push -u origin your-branch-name -``` - -pinapalitan ang `your-branch-name` ng pangalan ng branch na ginawa mo kanina. - -
- Kung nakakakuha ka ng anumang mga error habang nagtutulak, mag-click dito: - -- ### 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. -
- -## Isumite ang iyong mga pagbabago para sa pagsusuri - -Kung pupunta ka sa iyong repository sa GitHub, makakakita ka ng button na `Ihambing at hilahin ang kahilingan. I-click ang button na iyon. - -create a pull request - -Ngayon isumite ang kahilingan sa paghila. - -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. - -## Saan pupunta mula dito? - -Congrats! Nakumpleto mo lang ang karaniwang _fork -> clone -> edit -> pull request_ workflow na madalas mong makaharap 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). - -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). - -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). - -### [Karagdagang materyal](additional-material/git_workflow_scenarios/additional-material.md) - -## Mga Tutorial Gamit ang Iba Pang Mga Tool - -| 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) | \ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.fr.md b/docs/gui-tool-tutorials/translations/README.fr.md deleted file mode 100644 index 713672f9..00000000 --- a/docs/gui-tool-tutorials/translations/README.fr.md +++ /dev/null @@ -1,176 +0,0 @@ -[![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) - - -# Premières Contributions - -C'est toujours compliqué la première fois que l'on fait quelque chose. La peur de faire des fautes n'est pas du tout confortable, spécialement quand vous collaborez. Mais le monde du logiciel libre est le fait de collaborer et de travailler en groupe. Aussi, nous voulons simplifier l'apprentissage des nouveaux contributeurs au logiciel libre en vous enseignant à contribuer pour la première fois. - -Lire des articles et des tutoriels peut aider, mais qu'y a-t-il de mieux que d'essayer sans pouvoir faire d'erreurs ? Ce projet a pour ambition de fournir des conseils et simplifier la manière dont les apprentis font leur première contribution. Souvenez-vous : plus vous êtes serein, mieux vous apprenez. Si vous aspirez à faire votre première contribution, suivez tout simplement les étapes suivantes. Promis, ce sera amusant. - -forker ce repertoire - -Si vous n'avez pas encore Git installé sur votre machine, [ installez-le ]( https://help.github.com/articles/set-up-git/ ). - -## Faire un fork de ce dépôt - -Forkez ce dépôt en cliquant sur le bouton *fork* en haut de cette page. -Cela créera une copie de ce dépôt dans votre propre compte GitHub - -## Clonez ce répertoire - -clonez ce répertoire - -Maintenant, clonez ce répertoire sur votre ordinateur. Allez sur votre compte GitHub, ouvrez le dépôt forké, cliquez sur le bouton *Code*, puis sur l’onglet *SSH* et enfin sur l’icône *copier dans le presse-papiers*. - -Ouvrez une invite de commande (si vous êtes sous Windows) ou un terminal (si vous êtes sous MacOS ou Linux) et exécutez la commande git suivante : - -``` -git clone "l'url que vous venez de copier" -``` -où "l'url que vous venez de copier" (sans les guillemets) est l'url du dépôt forké. Revoir les étapes précédentes pour obtenir l’URL exacte. - -copier l'URL dans le presse-papier - -Par exemple : -``` -git clone https://github.com/votre-nom-d-utilisateur/first-contributions.git -``` -où `votre-nom-d-utilisateur` est votre nom d'utilisateur GitHub. Ici vous êtes en train de copier le contenu du dépôt `first-contributions` depuis GitHub sur votre ordinateur. - -## Créez une branche - -Déplacez-vous dans le répertoire du projet nouvellement cloné (si vous n'y êtes pas encore) : - -``` -cd first-contributions -``` -Maintenant créez une branche avec la commande `git checkout` : -``` -git checkout -b -``` - -Par exemple : -``` -git checkout -b add-koffi-sani -``` -(Le nom de la branche n'a pas besoin de contenir le terme *add*, mais il est mieux de l'inclure car l'objectif de cette branche est d'ajouter votre nom à une liste.) - -
Si vous rencontrez une erreur avec git switch, cliquez ici : -Si le message "Git: switch is not a git command. See git –help" s’affiche, c’est probablement parce que vous utilisez une ancienne version de Git. - -Dans ce cas, essayez plutôt : - -``` -git checkout -b nom-de-ta-nouvelle-branche -``` -
- -## Effectuez les modifications nécessaires et enregistrez-les - -Ouvrez le fichier `Contributors.md` dans un éditeur de texte, ajoutez-y votre nom, et enregistrez-le. Ne l’ajoutez pas au début ou à la fin du fichier, mais quelque part au milieu. - -git status - -Si vous ouvrez l'invite de commande et que vous exécutez la commande `git status`, vous verrez qu'il y a des modifications. Ajoutez ces modifications à la branche que vous venez de créer avec la commande `git add` : -``` -git add Contributors.md -``` - -Maintenant faites un commit de ces modifications avec la commande `git commit`: -``` -git commit -m "Add to Contributors list" -``` -en remplaçant `` par votre nom. - -## Envoyez les modifications vers GitHub - -Poussez vos modifications avec la commande `git push` : -``` -git push -u origin -``` -en remplaçant `` avec le nom de la branche précédemment créée. - -
Si tu obtiens une erreur au moment de pousser, clique ici : - -- ### Erreur d’authentification -
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/'
-Suivez le tutoriel GitHub pour générer et configurer une clé SSH sur votre compte. - -Vous pouvez également exécuter git remote -v pour vérifier votre adresse distante. - -Si elle ressemble à ceci : - -
origin https://github.com/ton-nom-utilisateur/ton_repo.git (fetch) origin https://github.com/ton-nom-utilisateur/ton_repo.git (push)
-Modifiez-la avec cette commande : - -``` -git remote set-url origin git@github.com:ton-nom-utilisateur/ton_repo.git -``` -Sinon, vous continuerez de devoir entrer votre mot de passe et vous obtiendrez une erreur d’authentification. - -
- -## Soumettez votre contribution pour révision - -Si vous vous rendez sur votre répertoire sur Github, vous verrez un bouton `Compare & pull request`. Cliquez dessus. - -créer une pull request - -Soumettez ensuite la *pull request*. - -soumettre une pull request - -Je fusionnerai bientôt vos modifications dans la branche principale du projet. -Vous recevrez un e-mail de confirmation une fois que ce sera fait. - -La branche main de votre dépôt forké ne subira pas de modification. Pour que votre dépôt soit synchronisé avec le mien, suivez les étapes suivantes. - -## Gardez votre embranchement synchronisé avec ce répertoire - - D'abord, basculez sur la branche main - ``` - git checkout main - ``` - - Et ajouter l'url de mon répertoire comme `upstream remote url` : -``` -git remote add upstream https://github.com/Roshanjossey/first-contributions -``` -Ceci est une manière de dire à git qu'une autre version de ce répertoire existe à l'adresse spécifiée et que nous l'appelons `upstream`. Une fois les modifications fusionnées, cherchez la nouvelle version de mon répertoire : -``` -git fetch upstream -``` - -Ici nous cherchons toutes les modifications dans mon embranchement (upstream remote). Maintenant, vous devez fusionner la nouvelle révision de mon répertoire avec votre branche main : -``` -git rebase upstream/main -``` -Ici nous appliquons toutes les modifications que vous avez récupéré à la branche main. Si vous poussez la branche main maintenant, votre embranchement aussi aura les modifications : -``` -git push origin main -``` -Avertissement: Cette fois, vous poussez les modifications au répertoire distant appelé origin. - -A cet instant j'ai fusionné votre branche `` avec ma branche main, et vous avez fusionné ma branche main avec votre branche main. Votre branche `` n'est plus utile, donc vous pouvez la supprimer : -``` -git branch -d -``` -et vous pouvez supprimer sa version dans le répertoire distant aussi : -``` -git push origin --delete -``` -Ceci n'est pas nécessaire, mais le nom de la branche montre que son objectif est assez spécifique. Sa durée de vie peut être courte. - -## Tutoriels en utilisant d'autres outils - - -| 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) | - -## 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) diff --git a/docs/gui-tool-tutorials/translations/README.ga.md b/docs/gui-tool-tutorials/translations/README.ga.md deleted file mode 100644 index fff5e61c..00000000 --- a/docs/gui-tool-tutorials/translations/README.ga.md +++ /dev/null @@ -1,152 +0,0 @@ -[![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) - -# Tosaíonn Céad Cuireadh - -Is é aidhm an tionscadail seo a bheith simplí agus treoraithe don tslí a ndéanann túsóirí a gcéad chuimsithe. Más mian leat do chéad chuimsiú a dhéanamh, lean na céimeanna thíos. - -_Más rud é nach bhfuil tú compordach leis an líne smachta, [tá tutóirialanna anseo ag baint úsáide as uirlisí GUI](#tutorials-using-other-tools)_ - - -fork this repository - -#### Mura bhfuil git ar do mhaisín agat, [suiteáil é](https://docs.github.com/en/get-started/quickstart/set-up-git). - -## Foirgneamh an repositry a shábháil - -Foirgneamh an repositry seo trí ghrúpaigh air a dhéanamh. Cliceáil ar an gcnaipe foirgneamh atá ar bharr an leathanaigh seo. Cruthóidh sé cóip d'an repositry seo in do chuntas féin. - - -## Clónaigh an repositry - -clone this repository - -Anois, clónaigh an repositry ghrúpaithe chuig do mhaisín. Téigh go dtí do chuntas GitHub, oscail an repositry ghrúpaithe, cliceáil ar an gcnaipe cód agus ansin _cliceáil ar an íomhá ghlactha_ chuig an ghluais cóipchlibeaird. - - - -Oscail tearma agus rith an t-ordú git seo a leanas: - -``` -git clone "url a ghlac tú amach" -``` - -Mar sin "url a ghlac tú amach" (gan na tréimhseanna quoitimh) is ea url chuig an repositry seo (do ghruapa den tionscadal seo). Féach ar na céimeanna roimhe sin chun an url a fháil. - -copy URL to clipboard - -Mar shampla: - -``` -git clone git@github.com:this-is-you/first-contributions.git -``` - -Ait a bhfuil `this-is-you` is t-ainm úsáideora GitHub. Anseo atá tú ag cóipeáil ábhar repositry first-contributions ar GitHub chuig do ríomhaire. - -## Cruthaigh snáth - -Athraigh go dtí comhad repositry ar do ríomhaire (mura bhfuil tú ansin cheana): - -``` -cd first-contributions -``` - -nois cruthaigh snáth ag baint úsáide as an comhad `git switch`: - -``` -git switch -c your-new-branch-name -``` - -Mar shampla: - -``` -git switch -c add-alonzo-church -``` - -## Déan na hathruithe riachtanacha agus déan comhaireamh orthu - -Anois, oscail `Contributors.md` i eagarthóir téacs, cuir do ainm leis. Ná cuir é ag tús ná ag deireadh an chomhad. Cuir é in aon áit ina lár. Ansin, sábháil an comhad. - - -git status - -Más téann tú go dtí comhaid tionscadail agus déanann tú an t-ordú `git status`, feicfidh tú go bhfuil athruithe ann. - -Cuir na hathruithe sin leis an snáth a chruthaigh tú leis an gcnaipe `git add`: - -``` -git add Contributors.md -``` - -Ansin déan comhaireamh orthu leis an gcnaipe `git commit`: - -``` -git commit -m "Add your-name to Contributors list" -``` - -agus cuir in áit do ainm in ionad `your-name`. - -## Seol athruithe chuig GitHub - -Seol do chuid athruithe ag baint úsáide as an gcnaipe `git push`: - -``` -git push -u origin your-branch-name -``` - - -agus cuir `your-branch-name` do snátha a chruthaigh tú roimhe seo. -
- Má fhaigheann tú botúin ar bith le linn an athsheoladh, cliceáil anseo: - -- ### 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/'
- Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account. - -
- -## Cuimhnigh ort do chuid athruithe a chur chun athbhreithnithe - -Má téann tú go dtí do repositry ar GitHub, feicfidh tú cnaipe `Compare & pull request`. Cliceáil ar an gcnaipe sin. - - -create a pull request - -Ansin cuir isteach an iarratas athbhreithnithe. - -submit pull request - -Go luath beidh mé ag méascadh na hathruithe uile atá déanta agat isteach i mbranca príomh an tionscadail seo. Beidh ríomhphost fógra agat nuair a bheidh na hathruithe comhoiriúnaithe. - - -## Cá háit a leantú as seo amach? - -Comhghairdeas! Chríochnaigh tú an tslí ríthábhachtach _fork -> clone -> edit -> pull request_ iarratas ar athbhreithniú a bhíonn ag tionscalóirí go minic! - - -Ceiliúraigh do chionta agus roinne é le do chairde agus le do leanúnaigh trí dul go dtí an aip ghréasáin. [web app](https://firstcontributions.github.io/#social-share). - -D'fhéadfá dul inár bhfoireann Slack má tá cabhair uait nó ceisteanna agat. [Ghabh le foireann Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w). - -Anois, lig dúinn tú a thosú ag tacú le tionscadail eile. Tá liosta againn de thionscadail le faidhéideanna éasca a d'fhéadfá tosú orthu. Féach ar liosta na dtionscadal san aip ghréasáin. - -Anois, lig dúinn tú a thosú ag tacú le tionscadail eile. Tá liosta againn de thionscadail le faidhéideanna éasca a d'fhéadfá tosú orthu. Féach ar [liosta na dtionscadal san aip ghréasáin](https://firstcontributions.github.io/#project-list). - -### [Ábhar Breise](additional-material/git_workflow_scenarios/additional-material.md) - -## Tutóirialanna Ag Úsáid Uirlisí Eile - -| 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) | - -

Tugann tacaíocht don tionscadal seo::

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.ge.md b/docs/gui-tool-tutorials/translations/README.ge.md deleted file mode 100644 index 84d738d7..00000000 --- a/docs/gui-tool-tutorials/translations/README.ge.md +++ /dev/null @@ -1,123 +0,0 @@ -[![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) - - -# პირველი კონტრიბუცია -ახალი რამის პირველად, დამოუკიდებლად, გაკეთება შეიძლება საკმაოდ რთული აღმოჩნდეს. მითუმეტეს, თუ უცხოებთან თანამშრომლობ და შეცდომების დაშვება არცთუ ისე კარგი გრძნობაა. ჩვენ გვინდოდა დამწყები ოფენ სორს კონტრიბუტორებისთვის გაგვემარტივებინა საქმე და გვესწავლებინა თუ როგორ უნდა შეიტანონ წვლილი სხვა პროექტებში. - -ეს პროექტი ეხმარება დამწყებ "დეველოპერებს" რათა გაუადვილდეთ პირველი კონტრიბუცია Github_ზე. თუ გინდა რომ პირველი შენი დაწერილი კოდი Github_ზე ათვირთო მაშინ მიყევი ქვემოთ მოცემულ ინსტრუქციას. - -კი, სტატიების წაკითხვა და ვიდეოების ყურება კარგია, მაგრამ, პრაქტიკას არც ერთი შეედრება. ეს პროექტიც ზუსტად იმისთვისაა, რომ გაგიმარტივოს გზა პირველ კონტრიბუციამდე, რომელსაც ქვემოთ ჩამოთვლილი რამდენიმე ნაბიჯი გაშორებს.\ - - -#### *თუ ტერმინალთან დიდად არ მეგობრობ, [აქ ნახავ რამდენიმე პროგრამას, რომელიც ტერმინალის გამოყენებას აგარიდებს თავიდან]( #ტუტორიალები-სხვა-პროგრამების-გამოყენებით )* - -fork this repository - -თუ კომპიუტერში გითი არ გაქვს ჩაწერილი, [მიჰყევი ლინკს]( https://help.github.com/articles/set-up-git/). - -## დაფორკე ეს რეპოზიტორია - -რეპოზიტორიის დაფორკვისთვის, ამ გვერდის მარჯვენა ზედა კუთხეში დააჭირე "Fork" ღილაკს, რომელიც მის ასლს შეგიქმნის. - -## რეპოზიტორიის დაკლონვა - -clone this repository - -ახლა, დაფორკილი რეპოზიტორია შენს კომპიუტერზე უნდა გადმოიტანო. ამისთვის შედი შენს გითჰაბის პროფილზე, გახსენი რეპოზიტორია და დააჭირე "Clone or download"-ს, შემდეგ კი *"copy to clipboard"*-ის სურათს. - -ახლა გახსენი ტერმინალი და გაუშვი შემდეგი ბრძანება: - -``` -git clone "url you just copied" -``` -სადაც "url you just copied" (ბრჭყალების გარეშე) არის შენ მიერ დაკოპირებული რეპოზიტორიის ლინკი. (თუ ეს ლინკი არ გაქვს, წინა ნაბიჯი თავიდან გაიარე). - -copy URL to clipboard - -მაგალითად: -``` -git clone https://github.com/this-is-you/first-contributions.git -``` -სადაც `this-is-you` ნაწილი, შენი გითჰაბის სახელია. ამითი რეპოზიტორიის ყველა ფაილი შენს კომპიუტერში გადმოვა. - -## შექმენი ბრენჩი - -შენი კომპიუტერით შედი რეპოზიტორიის ფოლდერში (თუ უკვე იქ არ ხარ): - -``` -cd first-contributions -``` -ახლა შექმენი ახალი ბრენჩი `git checkout` ბრძანების გამოყენებით: -``` -git checkout -b -``` - -მაგალითად: -``` -git checkout -b add-alonzo-church -``` -(ბრენჩის სახელის დასაწყისში *add*-ის მიწერა სავალდებულო არაა, თუმცა მიზანშეწონილია, რადგანაც მისი მთავარი მიზანია თქვენი სახელი დაამატოს კონტრიბუტორთა სიაში.) - -## საჭირო ფაილების შეცვლა და ატვირთვა - -ახლა რომელიმე პროგრამით (სასურველია ტექსტ ედიტორით) გახსენი ფაილი, სახელად `Contributors.md` და დაამატე შენი სახელი. ოღონდ გაითვალისწინე, რომ ის სხვების სახელებს შორის უნდა ჩაწერო და არა ფაილის დასაწყისში, ან ბოლოში. შეინახე ცვლილებები. - -git status - - -თუ პროექტის ფოლდერში გადახვალ და გაუშვებ ბრძანება: `git status`. ტერმინალი გაჩვენებს რა ფაილებში მოხდა ცვლილებები. - - -`git add`-ით დაამატე ცვლილებები შენ მიერ შექმნილ ახალ ბრენჩს: - -``` -git add Contributors.md -``` - -ახლა შეინახე ისინი `git commit`-ის გამოყენებით: -``` -git commit -m "Add to Contributors list" -``` -აქაც, `` უნდა შეცვალო შენი პროფილის სახელით. - -## ცვლილებების ატვირთვა გითჰაბზე - -ატვირთე შენი ნამუშევარი `git push`-ის მეშვეობით: -``` -git push origin -``` -`` აქ შენ მიერ შექმნილი ბრენჩის სახელით უნდა ჩაანაცვლო. - -## განხილვის მოთხოვნა - -გითჰაბზე, შენს რეპოზიტორიაში როცა გადახვალ, დაინახავ `Compare & pull request` ღილაკს. დააჭირე. - -create a pull request - -ახლა შენ მოითხოვ ცვლილებების განხილვას. - -submit pull request - -და სულ მალე, შენი ნამუშევარი ამ პროექტის მთავარ ბრენჩზე გამოჩნდება. ამის შესახებ მეილსაც მიიღებ. - -## აქედან საით? - -გილოცავ! შენ შეასრულე სტანდარტული კონტრიბუციის პროცედურა, რომელსაც მომავალში ხშირად გამოიყენებ, როგორც კონტრიბუტორი! - -აღნიშნე და გაუზიარე მეგობრებს შენი წარმატება [ამ ლინკზე გადასვლით](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). - -### [დამატებითი მასალა](../additional-material/git_workflow_scenarios/additional-material.md) - - -## ტუტორიალები სხვა პროგრამების გამოყენებით - -| GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | -| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | -| [GitHub Desktop](../github-desktop-tutorial.md) | [Visual Studio 2017](../github-windows-vs2017-tutorial.md) | [GitKraken](../gitkraken-tutorial.md) | [Visual Studio Code](../github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../github-windows-intellij-tutorial.md) | \ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.gh.md b/docs/gui-tool-tutorials/translations/README.gh.md deleted file mode 100644 index d6a08050..00000000 --- a/docs/gui-tool-tutorials/translations/README.gh.md +++ /dev/null @@ -1,142 +0,0 @@ -[![Love for 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) -[![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) - -# Ntoboa a Edi Kan - -Bere a edi kan a wobɛyɛ biribi no yɛ nea ɛyɛ den bere nyinaa. Suro a wusuro sɛ wubedi mfomso no nyɛ nea ahotɔ wom koraa, titiriw bere a woreyɛ biako no. Nanso wiase a ɛwɔ open source no fa adwumayɛkuw ne adwuma a wɔbɛyɛ sɛ kuw ho. Enti, yɛpɛ sɛ yɛma ɔkwan a wɔfa so ma wɔn a wɔde mmoa foforo kɔ open source no yɛ mmerɛw denam sɛnea wobɛkyerɛkyerɛ wo sɛnea wode wo ntoboa a edi kan bɛma no so. - -Nsɛm ne nkyerɛkyerɛ akenkan betumi aboa, nanso dɛn na eye sen sɛ wobɛbɔ mmɔden a wunsuro sɛ wubedi mfomso? Saa dwumadie yi botaeɛ ne sɛ ɛbɛma akwankyerɛ na ama sɛdeɛ wɔn a wɔrefi aseɛ no de wɔn ntoboa a ɛdi kan de ma no ayɛ mmerɛ. Kae:dodow a wo ho adwo wo no, dodow no ara na wusua ade yiye.Sɛ wopɛ sɛ wode wo ntoboa a edi kan ma a, di anammɔn a ɛwɔ ase ha no akyi kɛkɛ. - -fork this repository - -Sɛ wo nni Git wɔ wo kɔmputa so a, . [fa hyɛ wo kɔmputa so](https://help.github.com/articles/set-up-git/). - -## Fork Saa Adekorabea Yi - -Fork saa adekorabea yi denam fork button a ɛwɔ kratafa no atifi a wobɛma so. -Wei bɛma woanya akoraeɛ no bi wɔ wo akonta so. - -## Clone Saa Adekorabea - -clone this repository - -Afei clone saa akoraeɛ yi kɔ wo kɔmputa so. Klik clone button no so na afei klik *kɔpi kɔ clipboard so* icon no so. - -Bue ahyɛdeɛ kwan (sɛ wowɔ Windows so) anaa terminal (sɛ wowɔ MacOS anaa Linux so) na yɛ git ahyɛdeɛ a ɛdidi soɔ yi: - -``` -git clone "URL a woayɛ ho kɔpi nkyɛe no" -``` -baabi a "URL a woayɛ ho kɔpi seesei ara" (a nsɛm a wɔafa aka no nka ho) yɛ akoraeɛ URL. - -copy URL to clipboard - -Nhwɛsoɔ: -``` -git clone https://github.com/your-username/first-contributions.git -``` -baabi a `wo-ɔdefoɔ din` yɛ wo GitHub dwumadie din. Ɛha na worekɔpi `ntoboa ahorow a edi kan` akoraeɛ no mu nsɛm afiri GitHub so akɔ wo kɔmputa so. - -## Yɛ Baa Dwumadibea - -Kɔ adwuma no ho kyerɛwtohɔ a wɔayɛ no foforo no so (sɛ woankɔ hɔ dedaw a): - -``` -cd first-contributions -``` -Afei fa `git checkout` ahyɛdeɛ no yɛ baa dwumadibea: -``` -git checkout -b -``` - -Nhwɛsoɔ: -``` -git checkout -b add-quarjo-wusu -``` -(Ɛnsɛ sɛ baa dwumadibea din no kura asɛmfua *add*, nanso ntease wom sɛ wode bɛka ho efisɛ baa dwumadibea yi atirimpɔw ne sɛ wode wo din bɛka list bi ho.) - -## Yɛ Nsakrae a Ɛho Hia na Fa Hyɛ - -Afei, bue `Contributors.md` fael no wɔ text editor mu, fa wo din ka ho, na sie fael no. Sɛ wobue ahyɛdeɛ no na wo tu `git status` ahyɛdeɛ no a, wobɛhunu sɛ nsakraeɛ bi wɔ hɔ. Fa nsakrae yi ka baa dwumadibea a woayɛ nkyɛe no ho denam `git add` ahyɛde no so: -``` -git add Contributors.md -``` - -Afei fa `git commit` ahyɛdeɛ no yɛ nsakraeɛ yi: -``` -git commit -m "Add kɔ Contributors list no so" -``` -fa wo din si `` ananmu. - -## Pia Nsakraeɛ kɔ GitHub - -Fa `git push` ahyɛdeɛ no pia wo nsakraeɛ no: -``` -git push origin -``` -fa baa dwumadibea a woadi kan abɔ no din si `` ananmu. - -## Fa Wo Nsakrae no Mena ma Wɔnhwɛ Mu - -Sɛ wokɔ wo akoraeɛ wɔ GitHub so a, wobɛhunu `Fa toto ho. - -create a pull request - -Afei fa twetwe adesrɛ no kɔma. - -submit pull request - -Mebɛka mo nsakraeɛ nyinaa abom ayɛ adwuma yi baa dwumadibea titiriw no nnansa yi ara. Wo nsa bɛka amanneɛbɔ email bere a wɔawie nkabom no. - -Wɔrensakra wo fork no nkorabata titiriw no wɔ saa bere yi mu. Sɛnea ɛbɛyɛ a wo fork no ne me de no bɛkɔ so ayɛ pɛ a, di anammɔn yi akyi. - -## Ma Wo Fork no ne Saa Adekorabea Yi Nhyia - -Nea edi kan no, dan kɔ baa dwumadibea titiriw no so: -``` -git checkout main -``` - -Na fa me akoraeɛ URL no ka ho sɛ `upstream akyirikyiri url`: -``` -git remote add upstream https://github.com/Roshanjossey/first-contributions -``` -Wei yɛ ɔkwan a yɛbɛfa so aka akyerɛ Git sɛ saa akoraeɛ yi nkyerɛaseɛ foforɔ wɔ hɔ wɔ address a wɔakyerɛ no so, na yɛfrɛ no `upstream`. Sɛ wɔka nsakraeɛ no bom wie a, hwehwɛ me akoraeɛ no foforɔ no: -``` -git fetch upstream -``` - -Ɛha na yɛrefa nsakraeɛ a ɛwɔ me baa dwumadibea a ɛwɔ soro no nyinaa aba.Afei ɛsɛ sɛ wode me akorae no mu nsakrae foforo no bom ne wo baa dwumadibea titiriw no: -``` -git rebase upstream/main -``` -Ɛha na yɛde nsakraeɛ a wode baa wo baa dwumadibea kɛseɛ no nyinaa redi dwuma.Sɛ wopia baa dwumadibea kɛse no mprempren a, wo kyɛnsee no nso benya nsakrae ahorow no: - -``` -git push origin main -``` -Kɔkɔbɔ: Saa bere yi de, worepia akɔ akyirikyiri adekorabea a wɔfrɛ no origin no so. - -Saa bere yi, mede wo `` baa dwumadibea no kaa me baa dwumadibea kɛse no ho, na wo nso wode me baa dwumadibea kɛse no kaa wo baa dwumadibea titiriw no ho. Wo `` baa dwumadibea no ho nhia bio, enti wubetumi apopa: -``` -git branch -d -``` -na wubetumi nso apopa ne akyirikyiri nkyerɛase no: -``` -git push origin --delete -``` -Eyi ho nhia, nanso baa dwumadibea no din kyerɛ sɛ n’atirimpɔw yɛ pɔtee koraa. Ne nkwa nna betumi ayɛ tiaa. - -## Nkyerɛkyerɛ a Wɔde Nnwinnade Afoforo Di Dwuma - -| 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) | - -## Nea Ɛdi Akyi? - -You can also join our team on Slack in case you need help or have any questions. [Join the team on Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) \ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.gl.md b/docs/gui-tool-tutorials/translations/README.gl.md deleted file mode 100644 index de340a1d..00000000 --- a/docs/gui-tool-tutorials/translations/README.gl.md +++ /dev/null @@ -1,112 +0,0 @@ -[![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) - -# Primeiras Contribucións - -É difícil. Sempre é difícil a primeira vez que fas algo. Especialmente cando estás colaborando, equivocarse non é algo agradable. Pero no *open source* (o código aberto) todo trata de colaboración e de traballar xuntos. Quixemos simplificar a forma na que novos contribuidores *open-source* aprenden e contribúen por primeira vez. - -Ler artículos e ver titoriais pode axudar, pero ¿que haberá mellor que facer as cousas nunha contorna pensada para practicar? Iste proxecto enfócase en prover unha guía e en simplificar o xeito no que os novatos fan a súa primeira contribución. Lembra que mentres máis relaxado esteas, mellor aprenderás. Se queres facer a túa primeira contribución só tés que seguir os sinxelos pasos que se amosan a continuación. E prometémosche que será entretido. - -fork de éste repositorio - -Se aínda non tés git na túa máquina, [ instálao ]( https://help.github.com/articles/set-up-git/ ) - -## Bifurca(*Fork*) este repositorio - -Fai un *fork* (bifurcación) deste repo facendo click no botón "Fork" que está na cima desta páxina. -Isto creará unha copia deste repositorio na túa conta. - -## Clona(*Clone*) o repositorio - -clonar este repositorio - -A continuación clona este repo no teu equipo. Fai click no botón "*Clone*" e despois na icona para copiar ó portapapeis (clipboard) - -Abre a túa consola ou terminal e executa o seguinte comando de git: - -``` -git clone "url que copiache" -``` -Onde "url que copiache" (sen as comiñas) é a url deste repositorio. Mira os pasos previos para obter a url. - -copiar URL a clipboard - -Por exemplo: -``` -git clone https://github.com/o-teu-nome/first-contributions.git -``` -Onde "o-teu-nome" é o teu usuario de GitHub. Aquí estarás copiando os contidos do repositorio first-contributions en GitHub para o teu computador. - -## Crear unha póla(*Branch*) - -Cambia ó directorio do repositorio no teu computador (se é que non estás xa nel). - -``` -cd first-contributions -``` - -Agora crea unha branch (póla) usando o comando `git checkout` - -``` -git checkout -b -``` - -Por exemplo -``` -git checkout -b engade-María-Soliña -``` - -(O nome da branch non ten que incluir necesariamente a palabra 'engade', pero resulta razoable se consideramos que o propósito desta póla é engadir o teu nome a unha lista). - -## Fai os cambios necesarios e efectúa(*Commit*) deses cambios - -Agora abre o arquivo `Contributors.md` nun editor de texto, engade o teu nome e despois garda o arquivo. Se vas ó directorio do proxecto e executas `git status`, verás que hai modificacións. - -git status - - Agrega eses cambios ou modificacións usando o comando `git add` tal como se amosa: - -``` -git add Contributors.md -``` - -Agora podes facer commit sobre os cambios co comando `git commit` -``` -git commit -m "Add to Contributors list" -``` -cambiando `` polo teu nome. - -## Envía (*Push*) os teus cambios a GitHub - -Fai un *push* dos teus cambios usando o comando `git push` -``` -git push origin -``` -cambiando `` polo nome da branch que creaches antes. - -## Envía os teus cambios para seren revisados - -Se vas ó teu repositorio en GitHub, verás un botón `Compare & pull request`. Fai click nese botón: - -crea unha pull request - -Agora crea e envía a pull request: - -sube a pull request - -Axiña mesturarei os teus cambios (facendo *merge*) na master branch deste proxecto. Recibirás unha notificación por correo cando os cambios xa estean mesturados. - -### [ Material adicional ](../additional-material/git_workflow_scenarios/additional-material.md) - -## Titoriais con outras ferramentas - - -| 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) | - -## 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) diff --git a/docs/gui-tool-tutorials/translations/README.gr.md b/docs/gui-tool-tutorials/translations/README.gr.md deleted file mode 100644 index 8feee52c..00000000 --- a/docs/gui-tool-tutorials/translations/README.gr.md +++ /dev/null @@ -1,139 +0,0 @@ -[![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) - -# Πρώτες Συνεισφορές - -Αυτό το έργο έχει σκοπό να απλοποιήσει και να καθοδηγήσει τον τρόπο με τον οποίο οι αρχάριοι κάνουν την πρώτη τους συνεισφορά. Αν σκοπεύετε να κάνετε την πρώτη σας συνεισφορά, ακολουθήστε τα παρακάτω βήματα. - -Αν δεν είστε εξοικειωμένοι με τη γραμμή εντολών, [εδώ υπάρχουν σεμινάρια που χρησιμοποιούν γραφικά εργαλεία](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) - -fork this repository - -Εάν δεν έχετε εγκατεστημένο το git στον υπολογιστή σας, [εγκαταστήστε το](https://help.github.com/articles/set-up-git/) - -## Αντιγράψτε το αποθετήριο (fork) - -Αντιγράψτε το αποθετήριο πατώντας το κουμπί με τίτλο `Fork` στην κορυφή αυτής της σελίδας. Με αυτό τον τρόπο ένα ακριβές αντίγραφο του αποθετηρίου θα δημιουργηθεί στο λογαριασμό σας. - -## Αποθηκεύστε τοπικά το αποθετήριο (clone) - -clone this repository - -Τώρα αντιγράψτε το αποθετήριο στον υπολογιστή σας. Κάντε κλικ στο κουμπί `Clone or download` και μετά στο εικονίδιο δεξιά από το σύνδεσμο για αντιγραφή στο πρόχειρο. - -Ανοίξτε ένα παράθυρο τερματικού και τρέξτε την ακόλουθη git εντολή: - -``` -git clone "σύνδεσμος που μόλις αντιγράψατε" -``` - -Όπου "σύνδεσμος αποθετηρίου" (χωρίς τα εισαγωγικά) είναι ο σύνδεσμος για αυτό το αποθετήριο. Ανατρέξτε στα προηγούμενα βήματα για να βρείτε αυτόν τον σύνδεσμο. - -copy URL to clipboard - -Για παράδειγμα: - -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -Όπου 'this-is-you' είναι το όνομα χρήστη που έχετε στο github. Από εδώ αντιγράφετε τα περιεχόμενα του αποθετηρίου `first-contributions` απο το github στον υπολογιστή σας. - -## Δημιουργήστε ένα νέο παρακλάδι (branch) - -Πηγαίνετε στο φάκελο του αποθετηρίου στον υπολογιστή σας εάν δεν είστε ήδη εκεί. - -``` -cd first-contributions -``` - -Τώρα δημιουργήστε ένα νέο παρακλάδι χρησιμοποιώντας την εντολή `git switch` : - -``` -git switch -c your-new-branch-name -``` - -Για παράδειγμα: - -``` -git switch -c add-alonzo-church -``` - -(Το όνομα του παρακλαδιού δεν χρειάζεται να περιέχει την λέξη _add_ αλλά είναι λογικό να την συμπεριλάβουμε μιας και ο σκοπός του παρακλαδιού είναι να προσθέσουμε το όνομα μας σε μια λίστα.) - -## Πραγματοποιήστε τις αλλαγές και αποθηκεύστε τες (add & commit) - -Τώρα ανοίξτε το αρχείο `Contributors.md` με έναν επεξεργαστή κειμένου. Χρειάζεται να είστε εξοικειωμένοι με την Markdown, μια ελαφριά γλώσσα σήμανσης. Δείτε στο [cheat sheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) για το πως να χρησιμοποιήσετε την Markdown. - -Σε αυτήν την περίπτωση προσθέστε την παρακάτω σειρά στο τέλος του αρχείου `Contributors.md:` - -``` -- [Το-όνομα-σας](https://github.com/Your-username) -``` - -Για παράδειγμα: - -``` -- [John Doe](https://github.com/johndoe) -``` - -Σιγουρευτείτε ότι δεν υπάρχει κενό ανάμεσα στα `](` . Αποθηκεύστε το αρχείο και κλείστε το. - -git status - -Εάν πάτε στο φάκελο του αποθετηρίου και γράψετε την εντολή `git status`, θα δείτε ότι υπάρχουν κάποιες αλλαγές. Προσθέστε αυτές τις αλλαγές χρησιμοποιώντας την εντολή `git add`. - -``` -git add Contributors.md -``` - -Τώρα σώστε αυτές τις αλλαγές χρησιμοποιώντας την παρακάτω `git commit` εντολή. - -``` -git commit -m "Add to Contributors list" -``` - -όπου `` αντικαταστήστε με το όνομα σας - -## Αποθηκεύστε τις αλλαγές σας στο github (push) - -Αποθηκεύστε τις αλλαγές σας χρησιμοποιώντας την εντολή `git push` - -``` -git push origin -``` - -όπου `` αντικαταστήστε με το όνομα του παρακλαδιού(branch) που δημιουργήσατε προηγουμένως - -## Υποβάλετε τις αλλαγές σας για έλεγχο - -Εάν πάτε στο αποθετήριο (repository) στο github θα δείτε ένα κουμπί με τίτλο `Compare & pull request`. Κάντε κλικ σε αυτό το κουμπί. - -create a pull request - -Τώρα υποβάλετε το pull request. - -submit pull request - -Σύντομα θα ενσωματώσω όλες τις αλλαγές σας στο master branch του προγράμματος. Θα ειδοποιηθείτε με email όταν οι αλλαγές που κάνατε ενσωματωθούν. - -## Τι να κάνετε τώρα; - -Συγχαρητήρια! Μόλις ολοκληρώσατε την τυπική ροή εργασιών _fork -> clone -> edit -> pull request_ που θα συναντήσετε συχνά ως συνεργάτης! - -Γιορτάστε και μοιραστείτε την συνεισφορά σας με τους φίλους και τους ακόλουθους σας πηγαίνοντας στο [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) - -## Εκπαιδευτικό Υλικό Χρήσης Άλλων Εργαλείων - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.guj.md b/docs/gui-tool-tutorials/translations/README.guj.md deleted file mode 100644 index 8668eff4..00000000 --- a/docs/gui-tool-tutorials/translations/README.guj.md +++ /dev/null @@ -1,124 +0,0 @@ -[![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) - -# પ્રથમ યોગદાન - -પ્રથમ વખત કંઈક કરવું થોડું મુશ્કેલ છે. ખાસ કરીને જ્યારે તમે જુથ સાથે મળીને કામ કરી રહ્યા હોવ, ત્યારે ભૂલો કરવી એ સારી વાત નથી. પરંતુ એકબીજા સાથે મળીને અને એક જ સાથે કામ કરવું એ જ તો ઓપેન સોર્સ છે. અમે તમારું પ્રથમ ઓપન સોર્સ કોન્ટ્રિબ્યુશન / યોગદાન સરળ બનાવાનો પ્રયત્ન કરીશુ. - -ઓનલાઇન આર્ટિકલ્સ વાંચન અને ઓનલાઇન ટ્યુટોરિયલ્સ મદદ કરી શકે છે, પરંતુ પોતે જ તે કામ કરવાથી સારું શું હોઇ શકે? આ પ્રોજેક્ટ તમને તમારી પ્રથમ કોન્ટ્રિબ્યુશન માટે દિશા નિર્દેશ આપશે. જો તમે તમારું પ્રથમ કોન્ટ્રીબ્યુશન કરવા માંગો છો તો આગળ આપેલા પગલાઓ અનુસરો. - -જો તમે કમાન્ડ લાઇન સાથે આરામદાયક ન હોવ, તો અહીં [ GUI ટૂલ્સનો ઉપયોગ કરવાના ટ્યુટોરિયલ્સ ](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) આપેલ છે. - -fork this repository - -જો તમારા કમ્પ્યુટર પર Git ઇન્સ્ટોલ નથી, [ તો Git ઈન્સ્ટોલ કરો](https://help.github.com/articles/set-up-git/) - -## રિપોઝીટરીને ફોર્ક કરો - -ફોર્ક(કાંટા) બટન પર ક્લિક કરવાથી આ રિપોઝીટરી ફોર્ક થાય છે, આ તમારા GitHub એકાઉન્ટમાં આ રિપોઝીટરીની એક નકલ (કોપી) બનાવશે. - -## રિપોઝીટરી ક્લોન કરો - -clone this repository - -હવે તમે આ રેપો તમારા કમ્પ્યુટરમાં ક્લોન કરો (અર્થાત ડાઉનલોડ કરો). તમારા GitHub એકાઉન્ટ પર જાવ, કોડ બટન પર ક્લિક કરો અને પછી `copy to clipboard` આઇકોન પર ક્લિક કરો. આનાથી એ રેપોજીટરીનો યુઆરએલ કોપી થશે. - -તમારા કમ્પ્યુટર પર એક ટર્મિનલ / કમાંડ પ્રોમ્પ્ટ ખોલો અને નીચે દર્શાવ્યા મુજબ git આદેશ ચલાવો: - -``` -git clone "યુઆરએલ જે તમે હમણાં જ નકલ(ક્લોન) કરી" -``` - -જ્યાં "યુઆરએલ જે તમે હમણાં જ કોપી કર્યું છે" (અવતરણ ચિહ્નો સિવાય) એ આ રિપોઝીટરી(આ પ્રોજેક્ટનો તમારો ફૉર્ક) ની URL ના સંગ્રહ માટે છે. તેની URL ને મેળવવા માટે પાછલા પગલાં જુઓ. તેમને કોપી કરેલ યુઆરએલ સાથે બદલી કાઢો. - -ઉદાહરણ તરીકે: - -``` -git clone https://github.com/આ-તમે-છો/first-contributions.git -``` - -copy URL to clipboard - -'આ-તમે-છો' તમારા GitHub એકાઉન્ટનું `username` છે. અહીં તમે તમારા કમ્પ્યુટરમાં GitHub થી first-contributions રિપોને કોપી કરી રહ્યા છો અથવા તેના એક સ્થાનિક / લોકલ કોપી બનાવી રહ્યા છે. - -## એક બ્રાંચ બનાવો - -તમારા કમ્પ્યુટર પર બનાવેલ રિપોઝીટરીની કોપીનાં ફોલ્ડર / ડિરેક્ટરીમાં જાવ (જો હજુ સુધી તમે ત્યાં ન હોવ તો નીચે આપેલ Command(આદેશ) ચલાવો) - -``` -cd first-contributions -``` - -હવે 'git checkout' command(આદેશ) નો ઉપયોગ કરીને એક નવી શાખા(Branch) બનાવો. નવી શાખા(Branch) બનાવવા માટે -b વિકલ્પનો ઉપયોગ થાય છે. - -``` -git checkout -b <તમારી-શાખા-નામ-ઉમેરો> -``` - -ઉદાહરણ તરીકે: - -``` -git checkout -b add-alonzo-church -``` - -(શાખા(Branch)ના નામમાં 'add' ઉમેરવાની જરૂર નથી, પરંતુ તેમાં શામેલ કરવું યોગ્ય છે કારણ કે શાખા(Branch)નો હેતુ એક નામ છે, જે નામ ઉમેરવાનું છે.) - -## આવશ્યક ફેરફારો કરો અને તે ફેરફારોને કમીટ કરો- - -હવે 'Contributors.md` ફાઇલને એક ટેક્સ્ટ એડિટરમાં ખોલો અને તેમા તમારુ નામ લખો. ફાઇલની શરૂઆત અથવા અંતે ઉમેરવાને બદલે, તેને મધ્યમાં ગમે ત્યાં રાખો. હવે, ફાઇલને સેવ કરો. - -git status - -જો તમે પ્રોજેક્ટની ડાઈરેક્ટરીમા જશો અને કમાન્ડ પ્રોમ્પ્ટમાં `git status` નિર્દેશ ચલાવશો, તો તમે કરેલા પરિવર્તન જોઈ શક્શો. તે પરિવર્તન બનાવવામાં આવેલ શાખા(Branch)માં ઉમેરવા માટે 'git add` કમાન્ડ વાપરો. - -``` -git add Contributors.md -``` - -હવે તમારા પોતાના ફેરફારોને 'git commit' આદેશનો ઉપયોગ કરી કમીટ કરો. - -``` -git commit -m "Add <તમારુ-નામ> to Contributors list" -``` - -<તમારુ નામ> ની જગ્યાએ તમારું નામ દાખલ કરો - -## - -તમારા ફેરફારો ને Github માં પુશ કરો (ધકેલો). - -`git push` ઉપયોગ કરીને તમારા પરિવર્તન ને પુશ કરો - -``` -git push origin <તમારી-શાખા-નામ-ઉમેરો> -``` - -`<તમારી-શાખા-નામ-ઉમેરો>` ની જગ્યાએ તમારી શાખા(Branch)નુ નામ ઉમેરો. - -## તમારા ફેરફારોના રીવ્યુ માટે સબમિટ કરો - -જો તમે તમારા github એકાઉન્ટ પર તમારી રિપો માં જાવ તો Compare & pull request નો ઓપ્શન હશે. તેને દબાવો. - -create a pull request - -હવે તમારી pull request સબમિટ કરો. - -submit pull request -ટૂંક સમયમાં હું તમારા ફેરફારો માટે આ પ્રોજેક્ટની માસ્ટર શાખામાં મર્જ ક્રી દઇશ. તમને એક મેલ આવશે જ્યારે તમારા ફેરફારો મર્જ થશે. - -## હવે, અહીંથી ક્યાં જવું ? - -અભિનંદન!:tada: તમે હમણાં જ સ્ટાન્ડર્ડ `fork -> clone -> edit -> pull request` વર્કફ્લો પૂર્ણ કર્યો છે. જેનો તમે વારંવાર સહયોગકર્તા (contributor) તરીકે સામનો કરશો! - -તમારા પ્રથમ યોગદાનની ઉજવણી કરો અને [વેબ એપ્લિકેશન](https://firstcontributions.github.io/#social-share) પર જઈને તમારા મિત્રો અને ફોલોઅર્સ સાથે શેર કરો. - -જો તમને વધુ પ્રેક્ટિસ જોઈતી હોય, તો [કોડ યોગદાન ચેકઆઉટ](https://github.com/roshanjossey/code-contributions) કરો. - -ચાલો, હવે તમને અન્ય પ્રોજેક્ટ્સમાં કંટ્ર્રીબ્યુટ કરવામા મદદ કરુ. અમે તમારા માટે એક યાદી બનાવી છે જેમા ખૂબ સરળ issues(મુદ્દાઓ) છે વેબ એપમા પ્રોજેક્ટ્સ ની સૂચિ જુઓ.](https://firstcontributions.github.io/#project-list) - -## અન્ય સાધનોનો ઉપયોગ કરીને ટ્યુટોરીયલ્સ - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.hau.md b/docs/gui-tool-tutorials/translations/README.hau.md deleted file mode 100644 index 71fa8e28..00000000 --- a/docs/gui-tool-tutorials/translations/README.hau.md +++ /dev/null @@ -1,133 +0,0 @@ -[![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) - -# Kyauta ta Farko - -Yana da wahala. Yana da wahala lokacin da kuka fara yin wani abu. Musamman lokacin da kuke mu'amala, yin kuskure ba abu ne mai kyau ba. Muna son ƙirƙirar buɗaɗɗen hanya don sababbin mutane don koyo kuma su shiga a karon farko. - -Karatun labarai da koyawa kan layi na iya taimaka muku, amma menene ya fi yin ainihin abin? Manufar wannan aikin shine don ba da jagora & ba da damar mutane su fara ba da gudummawa. Idan kuna neman ba da gudummawarku ta farko, bi matakan da ke ƙasa. - -#### *Idan ba kwa son alamomin doka, [Anan akwai koyawa ta amfani da kayan aikin GUI.](#Koyo-don-amfani-wasu)* - -fork this repository - -Idan ba ku da inji a kan injin ku, [shigar da shi]( https://help.github.com/articles/set-up-git/). - - -## Cire wannan babban fayil ɗin - -Cire wannan repo ta danna maɓallin thumbnail a saman wannan shafin. Wannan zai haifar da ajiyar tsaro guda ɗaya a cikin asusunku. - -## Yana rufe wurin ajiya - -clone this repository - -Yanzu maye gurbin repo akan injin ku. Je zuwa asusun GitHub ɗin ku, buɗe repo don dannawa, danna maɓallin clone sannan danna gunkin alamar. - -Bude tasha kuma gudanar da umarni mai zuwa: - -``` -git clone "url you just copied" -``` - -inda "url ɗin da kuka kwafi" (ba tare da alamar magana ba) shine url don ajiya anan (ƙarshen wannan aikin). Duba matakan da suka gabata don samun url. - -copy URL to clipboard - -Misali: - -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -inda `this-is-you` shine sunan mai amfani na GitHub. Anan, kuna kwafin abun ciki na ainihin gudummawar GitHub akan kwamfutarka. - -## Ƙirƙiri reshe - -Canja zuwa tsarin shugabanci akan kwamfutarka (idan ba ku da shi a can): - -``` -cd na farko-gudunmawar -``` - -Yanzu, ƙirƙiri reshe ta amfani da umarnin 'git checkout': - -``` -git checkout -b <ƙara-sabon-reshe-name> -``` - -Misali: - -``` -git checkout -b add-alonzo-church -``` - -(Sunan reshen ba lallai ba ne a saka kalmar a cikinsa, amma yana da mahimmanci ku haɗa shi saboda manufar wannan reshen shine ƙara sunan ku a cikin jerin sunayen). - -## Yi canje-canjen da suka dace kuma ku canza waɗannan canje-canje - - -Yanzu buɗe fayil ɗin `Contributors.md` a editan rubutu, ƙara sunan ku gare shi. Ana haɗe shi zuwa farkon ko ƙarshen fayil ɗin. Saka shi wani wuri a tsakanin. Yanzu ajiye fayil ɗin. - -git status - -Idan ka je kundin kundin kamfani kuma ka aiwatar da umurnin 'git status', za ka ga cewa akwai canje-canje. - - -Ƙara waɗannan canje-canje zuwa reshen da kuka ƙirƙira ta amfani da umarnin 'git add': - -``` -git ƙara Masu ba da gudummawa.md -``` - -Yanzu aiwatar da canje-canje ta amfani da umarnin 'git Committee': - -``` -git commit -m "Ƙara zuwa lissafin Masu ba da gudummawa" -``` -Sauya `' da sunan ku. - -## Tura duk waɗannan canje-canje zuwa GitHub - - -Yi canje-canjen ku ta amfani da umarnin 'git push': - -``` -git tura asalin <ƙara-sunan-reshen ku> -``` - -Sauya `` da sunan reshe da kuka ƙirƙira a baya. - -## Ƙaddamar da canje-canjenku don dubawa - - -Idan kun je wurin ajiyar ku akan GitHub, zaku ga maɓallin 'Compare & ja buƙatar'. Danna maɓallin. - -create a pull request - -Yanzu, yi buƙatar. - -submit pull request - -Nan ba da jimawa ba zan magance duk canje-canjenku a wannan reshe. Za ku karɓi saƙon sanarwa a duk lokacin da aka yi canji. - -## Ina zan je daga nan? - -Taya murna! Ka kawai karanta uwar garken -> kwafin fitarwa -> gyara -> Zazzage sabis na PR wanda koyaushe za ku hadu a matsayin mai ba da ku! - -Duba gudunmawar ku kuma ku raba ta tare da abokanku da mabiyanku ta ziyartar [app app](https://firstcontributions.github.io/#social-share). - -Kuna iya shiga cikin ma'aikatan mu na abokantaka idan kuna buƙatar kowane taimako ko kuna da tambayoyi. [Haɗa ƙungiyar slack](https://join.slack.com/t/firstcontr🏴ibutors/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWYZm - -Yanzu, bari mu fara da ba da gudummawa don wasu ayyuka. Mun tattara jerin ayyuka masu sauƙi da tattaunawa da za ku iya farawa. Duba [jerin ayyuka da aikace-aikacen yanar gizo](https://firstcontributions.github.io/#project-list). - - -### [Ƙarin Material](../additional-material/git_workflow_scenarios/additional-material.md) - -## Ilimi da amfani da sauran kayan - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.hb.md b/docs/gui-tool-tutorials/translations/README.hb.md deleted file mode 100644 index ac28b50e..00000000 --- a/docs/gui-tool-tutorials/translations/README.hb.md +++ /dev/null @@ -1,276 +0,0 @@ -[![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) - - -#### _קרא [בשפות אחרות](Translations.md)._ - -[Shqip](README.al.md) -[Armenian](README.arm.md) -[Uzbek language](README.uz.md) -[Azərbaycan dili](README.aze.md) -[বাংলা](README.bn.md) -[Bulgarian](README.bg.md) -[Português (Brasil)](README.pt_br.md) -[Català](README.ca.md) -[中文 (Simplified)](README.zh-cn.md) -[Czech](README.cs.md) -[Deutsch](README.de.md) -[Dansk](README.da.md) -[العربية](README.eg.md) -[Dezéiriya](README.dz.md) -[Española](README.es.md) -[Française](README.fr.md) -[Gaeilge](README.ga.md) -[Galego](README.gl.md) -[Ελληνικά](README.gr.md) -[ქართული](README.ge.md) -[Magyar](README.hu.md) -[Bahasa Indonesia](README.id.md) -[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](Translations.md) -[தமிழ்](README.ta.md) -[فارسی](README.fa.md) -[پښتو](README.pus.md) -[Italiano](README.it.md) -[日本語](README.ja.md) -[සිංහල](README.si.md) -[Kiswahili (Kenya)](README.kws.md) -[한국어](README.ko.md) -[Lietuvių kalba](README.lt.md) -[Limba Română Limba Română](README.ro.md) -[မြန်မာ](README.mm_unicode.md) -[Македонски](README.mk.md) -[Español de México](README.mx.md) -[Bahasa Melayu / بهاس ملايو‎ / Malay](README.my.md) -[Dutch](README.nl.md) -[Norsk](README.no.md) -[नेपाली](README.np.md) -[Wikang Filipino](README.fil.md) -[English (Pirate)](README.en-pirate.md) -[اردو](README.ur.md) -[Twi (Ghana)](README.gh.md) -[Polski](README.pl.md) -[Português (Portugal)](README.pt-pt.md) -[Русский язык](README.ru.md) -[عربى](README.ar.md) -[Svenska](README.se.md) -[Slovenčina](README.slk.md) -[Slovenščina](README.sl.md) -[ภาษาไทย](README.th.md) -[Türkçe](README.tr.md) -[中文(Traditional)](README.zh-tw.md) -[Українська](README.ua.md) -[Tiếng Việt](README.vn.md) -[Swahili language](README.sw.md) -[Zulu (South Africa)](README.zul.md) -[Afrikaans (South Africa)](README.afk.md) -[Igbo (Nigeria)](README.igb.md) -[Bambara (Mali)](README.mli.md) -[Hausa (Nigeria)](README.hau.md) -[Yoruba (Nigeria)](README.yor.md) -[Latvia](README.lv.md) -[Suomeksi](README.fi.md) -[Беларуская мова](README.by.md) -[Српски](README.sr.md) -[Қазақша](README.kz.md) -[Bosanski](README.bih.md) -[Bosanski](README.bih.md) -[Hrvatski](README.hr.md) -[پښتو](README.ps.md) -[Somalia](README.so.md) -[Ecuador](README.ec.md) -[Luganda (Uganda)](README.lug.md) -[Turkmen language](README.tm.md) -[Ewe (TOGO)](README.ewe.md) -[አማርኛ](README.et.md) -[Kurdî](README.kr.md) -[Malagasy](README.mg.md) -[ភាសាខ្មែរ](README.kh.md) -[Moroccan Darija](README.ma.md) - -# תרומות ראשונות - -מטרת פרויקט זה היא לפשט ולהדריך מתחילים בדרכם אל תרומתם הראשונה לקוד פתוח. אם אתם מחפשים דרך לבצע תרומה ראשונית, עקבו אחר ההוראות הבאות. - -_אם אינכם חשים בנוח להשתמש בשורת פקודה, [כאן תוכלו למצוא מדריכים לשימוש בכלים גרפיים](#הדרכות-בשימוש-כלים-אחרים)._ - -ביצוע Fork למאגר - -#### אם עוד לא התקנתם GIT, [התקינו כעת](https://help.github.com/articles/set-up-git). - -## בצעו FORK למאגר זה - -כדי לבצע FORK למאגר זה, ניתן ללחוץ על כפתור ה – FORK בתחילת העמוד. -פעולה זה תיצור עותק של מאגר זה בחשבון שלכם. - -## שכפול המאגר - -שכפול מאגר - -כעת, שכפלו את המאגר הזה למחשב שלכם. לכו לדף ה-GitHub שלכם, לחצו על כפתור השכפול ואז לחצו על הצלמית `copy to clipboard`. - -פתחו טרמינל והריצו את הפקודה הבאה: - -```bash -git clone "url you just copied" -``` - - -כאשר הביטוי `"url you just copied"` (ללא סימני הגרשיים) הוא הקישור למאגר זה שביצעתם עליו FORK קודם לכן. ראו את הצעדים הקודמים כדי להשיג את הקישור. - -copy URL to clipboard - -לדוגמא: - -```bash -git clone git@github.com:this-is-you/first-contributions.git -``` - - -כאשר `this-is-you` הוא שם המשתמש שלכם ב-GitHub. לכאן אתם מעתיקים את התוכן של מאגר first-contributions ב-GitHub לתוך המחשב שלכם. - -## יצירת ענף - -החליפו לתיקיית המאגר בתוך המחשב שלכם (באם טרם נכנסתם לתיקייה זו): - -```bash -cd first-contributions -``` - - -כעת, צרו ענף (branch) בשימוש הפעולה `git switch`: - -```bash -git switch -c your-new-branch-name -``` - - לדוגמא: - -```bash -git switch -c add-alonzo-church -``` - -
-
-אם אתה מקבל שגיאות בעת השימוש ב-git switch, לחץ כאן: -

אם מופיעה הודעת השגיאה "Git: switch is not a git command. See git –help", -זה כנראה בגלל שאתה משתמש בגרסה ישנה של Git.

- -

במקרה כזה, נסה להשתמש במקום זאת בפקודה git checkout:

- -```bash -git checkout -b your-new-branch-name -``` - -
-
- -## ערכו שינויים הכרחיים ובצעו להם commit - - -כעת פתחו את הקובץ `Contributors.md` בתוכנת עריכת טקסט והוסיפו את השם שלכם אליו. אל תוסיפו את השם בתחילת הקובץ או בסופו. הוסיפו אותו באמצע. לאחר שסיימתם, שמרו את הקובץ. - -git status - -אם תנווטו לתיקיית הפרויקט ותבצעו את הפעולה `git status`, תוכלו לראות את השינויים שביצעתם שם. - -הוסיפו את השינויים האלו לענף שיצרתם תוך שימוש בפקודה `git add`: - -```bash -git add Contributors.md -``` - - -עכשיו, בצעו commit לשינויים הללו תוך שימוש בפקודת `git commit`: - -```bash -git commit -m "Add your-name to Contributors list" -``` - - -החליפו את הביטוי `your-name` עם השם שלכם. - -## לדחוף את השינויים ל-GitHub - - -דחפו את השינויים תוך שימוש בפקודה `git push`: - -```bash -git push origin add-your-branch-name -``` - - -החליפו את `add-your-branch-name` עם השם של הענף שיצרתם מוקדם יותר. - -
-
-במידה ומתקבלות שגיאות במהלך הדחיפה, לחץ כאן - -
    -
  • -

    שגיאת אימות

    -
  • -
- -```bash -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](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) על יצירה והגדרה של מפתח SSH לחשבון שלך. - -כמו כן, ייתכן שתרצה להריץ את הפקודה 'git remote -v' כדי לבדוק את הכתובת המרוחקת שלך. - -אם זה דומה לזה: -```bash -origin https://github.com/your-username/your_repo.git (fetch) -origin https://github.com/your-username/your_repo.git (push) -``` - -תחליף את זה בעזרת הפקודה: -```bash -git remote set-url origin git@github.com:your-username/your_repo.git -``` -אחרת, עדיין תתבקש לספק שם משתמש וסיסמה ותקבל שגיאת אימות. -
-
- -## הגישו את השינויים שלכם לסקירה - - -אם תלכו למאגר שלכם ב-GitHub, תוכלו לראות כפתור עם הכיתוב `Compare & pull request`. לחצו על כפתור זה. - -create a pull request - -כעת, הגישו את בקשת הדחיפה (pull request): - -submit pull request - -בקרוב, אצרף את כל השינויים לתוך הענף הראשי של פרויקט זה. אתם תקבלו עדכון במייל ברגע שהשינויים ימוזגו. - -## מה לעשות מכאן? - -כל הכבוד! כרגע סיימתם את מעגל הזרימה הסטנדרטי של _fork -> clone -> edit -> pull request_ שאתם תפגשו באופן שכיח כתורמים! - -תחגגו את התרומתכם ושתפו אותה עם החברים והעוקבים שלכם בכך שתלכו ל-[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) - -## הדרכות בשימוש כלים אחרים - -| 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) | - -

פרוייקט זה נתמך על ידי:

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.hi.md b/docs/gui-tool-tutorials/translations/README.hi.md deleted file mode 100644 index 9fef1919..00000000 --- a/docs/gui-tool-tutorials/translations/README.hi.md +++ /dev/null @@ -1,125 +0,0 @@ -[![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) -# प्रथम योगदान - -इस परियोजना का उद्देश्य शुरुआती लोगों द्वारा अपना पहला योगदान करने की प्रक्रिया को सरल और मार्गदर्शित करना है। यदि आप योगदान देना चाहते हैं, तो नीचे दिए गए चरणों का पालन करें। - -आर्टिकल्स पढ़ना और ऑनलाइन ट्यूटोरियल्स देखना मददगार साबित हो सकते हैं, लेकिन बिना कुछ गलती करके खुद काम करने से अच्छा हो सकता है। इस प्रोजेक्ट आपको अपने पहले योगदान के लिए दिशा निर्देशित करेगा। याद रखें - जितने तनाव मुक्त होकर आप सीखेंगे, उतना ही बेहतर सीख पाएंगे। नीचे दिए गए निर्देशों का पालन करें। - -fork this repository - -यदि आपके कंप्यूटर पर Git नहीं है तो, [इसे स्थापित करें](https://help.github.com/articles/set-up-git/) । - -_यदि आप कमांड लाइन के साथ सहज नहीं हैं, [तो यहाँ ग्राफिकल इंटरफेस (GUI) टूल्स का उपयोग करने वाले ट्यूटोरियल हैं] (#अन्य-टूल-का-उपयोग-करके-ट्यूटोरियल) ।_ - -## रिपॉज़िटरी को फोर्क करना - -काँटा (फोर्क) बटन पर क्लिक करके इस रिपॉज़िटरी को फोर्क कर सकते हैं। यह आपके GitHub खाते (अकाउंट) में इस रिपॉज़िटरी की एक प्रति (कॉपी) बना देगा जो केवल आपके लिए उपलब्ध होगी। - -## रिपॉज़िटरी को क्लोन करना - -clone this repository - -अब इस रिपॉज़िटरी को अपने कंप्यूटर पर क्लोन (यानी डाउनलोड) करें। अपने GitHub अकाउंट पर जाएँ, फोर्क की गई रिपॉज़िटरी खोलें, 'Code/कोड' बटन पर क्लिक करें, और फिर 'Copy to Clipboard' आइकॉन पर क्लिक करें। - -अपने कंप्यूटर पर एक टर्मिनल/कमांड प्रांप्ट खोलें और निम्न git आदेश (कमांड) चलाएँ: - -``` -git clone "यूआरएल जिसे आपने अभी कॉपी किया" -``` - -जहाँ "यूआरएल जिसे आपने अभी कॉपी किया" (उद्धरण चिह्नों के बिना) इस रिपॉज़िटरी के लिए यूआरएल है (इस परियोजना का आपका फोर्क) । यूआरएल प्राप्त करने के लिए पिछले निर्देश देखें । - -उदाहरण के लिए: - -``` -git clone https://github.com/यह-आप-हैं/first-contributions.git -``` - -copy URL to clipboard - -`यह-आप-हैं` आपके GitHub अकाउंट का नाम है। यहाँ आप अपने कंप्यूटर में GitHub से first-contributions रिपॉज़िटरी को कॉपी कर रहे हैं अथवा उसकी एक लोकल/स्थानीय कॉपी बना रहे हैं । - -## एक शाखा (ब्राँच) बनाएँ - -अपने कंप्यूटर पर बनाई गई रिपॉज़िटरी की कॉपी के फोल्डर/डायरेक्टरी में जाएँ (यदि अभी तक नहीं की है तो निम्न आदेश चलाएँ) - -``` -cd first-contributions -``` - -अब एक नई शाखा बनाएँ `git switch` कमांड का उपयोग करके । -नई शाखा बनाने के लिए -c ऑप्शन का उपयोग होता है । - -``` -git switch -c <अपनी-शाखा-का-नाम-जोड़ें> -``` - -उदाहरण के लिए: - -``` -git switch -c add-alonzo-church -``` - -( शाखा के नाम में `add` जोड़ने की आवश्यकता नहीं है, लेकिन इसमें शामिल होना जरूरी है क्योंकि इस शाखा का उद्देश्य एक सूची में अपना नाम जोड़ना है। ) - -## आवश्यक परिवर्तन करें और उन परिवर्तनों को कमिट करें- - -अब `Contributors.md` फ़ाइल को एक टेक्स्ट एडिटर में खोलकर इसमें अपना नाम जोड़ दें। फ़ाइल की शुरुआत या अंत में इसे न जोड़ें। इसे बीच में कहीं भी रखें । - -git status - - -आप यदि `git status` कमांड चलाएंगे , तो आपको अपने द्वारा किये गए परिवर्तन देखेंगे। - -उन परिवर्तनों को बनाई गई शाखा में जोड़ने के लिए `git add` कमांड का उपयोग करें । - -``` -git add Contributors.md -``` - -अब अपने किये गए बदलावों को `git commit` कमांड का उपयोग करके कमिट करें । - -``` -git commit -m "Add <आपका-नाम> to Contributors list" -``` - -<आपका-नाम> की जगह अपना नाम लिखें । - -## अपने बदलावों को Github में पुश करें । - -`git push` का उपयोग कर अपने परिवर्तन को पुश करें । - -``` -git push origin <अपनी-शाखा-का-नाम-जोड़ें> -``` - -`<अपनी-शाखा-का-नाम-जोड़ें>` की जगह अपनी शाखा का नाम लिखें । - -## अपने बदलावों को रिव्यु के लिए सबमिट करें । - -यदि आप अपने GitHub प्रोफ़ाइल पर अपनी रिपॉज़िटरी खोलते हैं, तो आपको 'Compare & pull request' का विकल्प दिखाई देगा। उस पर क्लिक करें। -create a pull request - -अब अपनी pull request सबमिट करें । - -submit pull request -जल्द ही मैं आपके बदलावों को इस प्रोजेक्ट की मुख्य शाखा में सम्मिलित कर दूंगा। आपको एक ईमेल आएगी जब आपके बदलाव सम्मिलित होंगे । - -## यहाँ से कहाँ जाएं? - -बधाई! आपने _fork -> clone -> edit -> PR_ वर्कफ्लो की पूर्ति कर ली है, जिसका आप अक्सर एक योगदानकर्ता के रूप में सामना करेंगे! - -अपने पहले योगदान की खुशी में जश्न मनाएं तथा इसे [वेब एप्प](https://firstcontributions.github.io/#social-share) के जरिये अपने मित्रों के साथ शेयर करें। - -आप हमारी स्लैक टीम को ज्वाइन कर सकते हैं यदि आपको कुछ मदद चाहिए या आपके कोई प्रश्न हों । [स्लैक पे ज्वाइन करें](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) - -अब आप अन्य प्रोजेक्ट्स पर योगदान कर सकते हैं, तो चलिए शुरू करते हैं! हमने आपके लिए एक प्रोजेक्ट्स की सूचि तैयार की है जहाँ सरल इश्यूज हैं । आप चाहें तो वहाँ से आरम्भ कर सकते हैं । [प्रोजेक्ट्स कि लिस्ट](https://firstcontributions.github.io/#project-list) - -## शिक्षण अन्य साधनो का उपयोग करने के लिए - -|GitHub Desktop|Visual Studio 2017|GitKraken|VS Code|Sourcetree App| -|---|---|---|---|---| -|[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)| diff --git a/docs/gui-tool-tutorials/translations/README.hne.md b/docs/gui-tool-tutorials/translations/README.hne.md deleted file mode 100644 index 5fcb04c2..00000000 --- a/docs/gui-tool-tutorials/translations/README.hne.md +++ /dev/null @@ -1,123 +0,0 @@ -[![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) -# प्रथम योगदान - -पहली बार कुछू करे बर कठिन होथे| ख़ास तौर पर जब आपमन मिलकर काम करथव तब गलतियां करना बने बात नहीं आय | मगर आपस म मिलना अउ एक जुट होकर काम करे ल ही त ओपन सोर्स कइथे| हमन आप मन के पहला ओपन सोर्स कॉन्ट्रिब्यूशन/योगदान आसान बनाए बर आपमन की मदद करबो | - -आर्टिकल्स पढ़े अउ ऑनलाइन ट्यूटोरियल देखके मदद मिल सकत हे मगर बिना कुछू गलत करे अउ खुद वो काम करे ले बने अउ का हो सकत हे ? यह प्रोजेक्ट आपमन के पहले कॉन्ट्रिब्यूशन बर दिशा निर्देशन करे बर बने मदद करहि | याद रखौ - जतका तनाव मुक्त होकर आप मन सिखहु ततका आपमन बने सीख पाबौ | अगर आप मन अपन पहली कॉन्ट्रिब्यूशन करना चाहत हो त आगे दिए तरीका ल बने फॉलो करौ | - -fork this repository - -आपमन के कंप्यूटर म Git नहीं हे त, [एला स्थापित करौ](https://help.github.com/articles/set-up-git/) - -## रिपॉज़िटरी ल फॉर्क करे बर - -कांटा (फॉर्क) बटन म क्लिक करके ए रिपॉज़िटरी ल फॉर्क कर सकत हो| ए ह आपमन के GitHub खाते म इही रिपॉज़िटरी के एकठन प्रति (कॉपी) बना दिहि। - -## रिपोजिटरी क्लोन - -clone this repository - -अब आपमन ए रेपो ल अपन कंप्यूटर म क्लोन (डाउनलोड) करव| अपन GitHub खाते म जाकर क्लोन बटन म क्लिक करव अउ फिर कॉपी टू क्लिपबोर्ड आइकॉन म क्लिक करव | - -अपन कंप्यूटर म एक ठन टर्मिनल/कमांड प्रांप्ट खोलव अउ निम्न git आदेश चलावव: - -``` -git clone "यूआरएल जैला आपमन कॉपी करे हावव " -``` - -जेती "यूआरएल जैला आपमन कॉपी करे हावव" (उद्धरण चिह्नों के बिना) ए भंडार बर यूआरएल हे । यूआरएल प्राप्त करे बर पिछला चरण देखव । - -उदाहरण बर: - -``` -git clone https://github.com/यह-तै-हावस/first-contributions.git -``` - -copy URL to clipboard - -यह-तै-हावस आपमन के GitHub अकाउंट के नाम हावै। एती आपमन अपन कंप्यूटर न GitHub ले फर्स्ट-कंट्रिब्यूशंज़ रेपो ल कॉपी करथव अउ ओखर एक लोकल/स्थानीय कॉपी बनावथस| - -## एक ब्राँच बनाए बर - -अपन कंप्यूटर म बनाये गए रिपॉजिटरी के कॉपी के फोल्डर/डायरेक्टरी म जावव (अगर अब तक नहीं करे हावस त निम्न आदेश चलावव) - -``` -cd first-contributions -``` - -अब एक ठी नवा शाखा बनवाव `git checkout` कमांड के उपयोग करके | -नवा शाखा बनाए बर -b ऑप्शन के उपयोग होथे। - -``` -git checkout -b <अपन-शाखा-के-नाम-जोड़ें> -``` - -उदाहरण बर: - -``` -git checkout -b add-alonzo-church -``` - -( शाखा के नाम म `add` जोड़ने के आवश्यकता नहीं हावए, लेकिन एमा जोड़ना चल जाहि काबर की ए शाखा के उद्देश्य एक सूची म अपन नाम ल जोड़े बर हे। ) - -## आवश्यक परिवर्तन करे बर अउ उन परिवर्तनों ल कमिट करे बर- - -अब `Contributors.md` फ़ाइल ल एक टेक्स्ट एडिटर म खोलकर एमा अपन नाम लिखव। फ़ाइल के शुरुआत या अंत म एला झन जोड़बे। एला बीच म कही तिरिया देहु आपमन | - -git status - - -आपमन अगर `git status` निर्देश चलाहु , त आपमन ल किये गए परिवर्तन दिखहि। - -उन परिवर्तनों ल बनाए गए शाखा म जोड़े बर `git add` कमान्ड के उपयोग करव | - -``` -git add Contributors.md -``` - -अब अपन करे गए बदलाव ल कमिट करे बर `git commit` आदेश के उपयोग करव | - -``` -git commit -m "Add <अपन-नाम> to Contributors list" -``` - -<अपन-नाम> के जगह अपन नाम डालव| - -## अपन करे बदलाव ल Github म पुश करव| - -`git push` के उपयोग कर अपन परिवर्तन ल पुश करव| - -``` -git push origin <अपन-शाखा-के-नाम-जोड़व> -``` - -`<अपन-शाखा-के-नाम-जोड़व>` के जगह अपन शाखा के नाम डालव| - -## अपन बदलाव ल रिव्यु करे बर सबमिट करव| - -आपमन अपन github प्रोफाइल म अपन रेपो म जाबा अउ Compare & pull request ल दबवाव| -create a pull request - -आप मन के pull request सबमिट करव| - -submit pull request -मैं आपमन के बदलाव ल ए प्रोजेक्ट के मास्टर शाखा म तुरते मर्ज कर दुहु| आप मन ल एक ठन मेल आ जहि जब बदलाव मर्ज होही| - -## इहा ले कती जाबो? - -बधाई हो मितान! आपमन ने_fork -> clone -> edit -> PR_ वर्कफ़्लो ल पूरा कर डरे हव! - -अपन पहली योगदान के ख़ुशी म अपन संगी मन करा शेयर करव [वेब एप्प](https://firstcontributions.github.io/#social-share) पे जाके | - -आपमन हमर स्लैक टीम ल ज्वाइन कर सकत हव अगर आपमन ल कोनो सहायता के जरुरत होही त | [म ज्वाइन करव](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) - -अब आपमन अउ प्रोजेक्ट्स म कंट्रीब्यूट करे बर शुरू कर सकत हव | हमन एक लिस्ट बनाए हन जेन म अड़बड़ सरल मुद्दे हवएं| [प्रोजेक्ट्स के लिस्ट](https://firstcontributions.github.io/#project-list) - -## अन्य टूल के उपयोग करके ट्यूटोरियल - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.hr.md b/docs/gui-tool-tutorials/translations/README.hr.md deleted file mode 100644 index 1c94cc99..00000000 --- a/docs/gui-tool-tutorials/translations/README.hr.md +++ /dev/null @@ -1,124 +0,0 @@ -[![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) - -# Prvi doprinosi - -Cilj ovog projekta je da pruži jednostavne korake za početnike da naprave svoje prve doprinose. Ukoliko želite napraviti prvi doprinos pratite sljedeće korake ispod. - -#### _Ukoliko niste baš sigurni u svoj rad s komandnom linijom/terminalom, [ovdje možete pronaći tutorijale za GUI alate.](#Upute-za-druge-alate)_ - -Napravite fork repozitorijuma - -Ukoliko nemate git instaliran na Vašem računalu, [instalirajte ga ovdje](https://help.github.com/articles/set-up-git/). - -## Napravite fork repozitorija - -Forkajte ovaj repozitorij tako da kliknete na dugme _fork_ na vrhu stranice. Ovako pravite kopiju repozitorija na vašoj github stranici. - -## Klonirajte repozitorij - -clone this repository - -Sada klonirajte repozitorij koji ste prethodno forkali. Posjetite svoj GitHub profil, otvorite repozitorij koji ste forkali, kliknite na _clone_ (kloniraj) dugme i kliknite na ikonicu _copy to clipboard_. - -Otvorite terminal i upišite slijedeće git naredbe: - -``` -git clone "url koji ste sada kopirali" -``` - -gdje je "url koji ste sada kopirali" (bez navodnika) url na ovaj repozitorij (vaš fork ovog projekta). Pogledajte prethodne korake kako dohvatiti url. - -copy URL to clipboard - -Na primjer: - -``` -git clone https://github.com/ovo-ste-Vi/first-contributions.git -``` - -Gdje je umjesto `ovo-ste-Vi` upisano vaše _github_ korisničko ime. Ovime kopirate sadržaj repozitorija _first-contributions_ na vaše računalo. - -## Stvaranje grane _branch_ - -Prebacite se u radni direktorij na Vašem računalu (ukoliko već niste tamo): - -``` -cd first-contributions -``` - -Pa zatim napravite novu granu _branch_ koristeći `git switch` comandu: - -``` -git switch -c dodaj-svoje-ime -``` - -Na primjer: - -``` -git switch -c add-alonzo-church -``` - -## Napravite potrebne izmjene i potvrdite promjene - -Otvorite `Contributors.md` datoteku u tekst editoru i dodajte Vaše ime. Nemojte dodavati ime na sam početak ili kraj. Stavite ga negdje u sredinu. Potom spremite datoteku. - -git status - -Ukoliko odete u radni direktorij i izvršite naredbu `git status`, primijetit ćete da postoje promjene. - -Dodajte ove promjene u granu koju ste gore napravili koristeći `git add` naredbu: - -``` -git add Contributors.md -``` - -Sada potvrdite ove promjene koristeći `git commit` naredbu: - -``` -git commit -m "Add svoje-ime to Contributors list" -``` - -Gdje umjesto `svoje-ime` upisujete svoje ime. - -## Pushajte promjene na GitHub - -Pošaljite promjene u repozitorij na GitHub-u koristeći naredbu `git push`: - -``` -git push origin -u ime-Vaše-grane -``` - -gdje umjesto `ime-Vaše-grane` stavljate ime vaše grane koje ste prethodno napravili. - -## Pošaljite izmjene na pregled - -Ukoliko odete na repozitorij na Vašem GitHub profilu primijetit ćete `Compare & pull request` Dugme. Kliknite na njega. - -create a pull request - -a zatim pošaljite zahtjev klikom na dugme _Create pull request_. - -submit pull request - -Nakon toga, vlasnik će spojiti promjene koje ste napravili sa master granom projekta. Dobit ćete mail potvrde kada se grane spoje. - -## Što dalje? - -Čestitamo! Završili ste standardni _fork -> clone -> edit -> PR_ tok koji će vas pratiti kroz Vaš čitav programerski život! - -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). - -### [Dodatni materijali](../additional-material/git_workflow_scenarios/additional-material.md) - -## Upute za druge alate - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.hu.md b/docs/gui-tool-tutorials/translations/README.hu.md deleted file mode 100644 index 89fb1cb3..00000000 --- a/docs/gui-tool-tutorials/translations/README.hu.md +++ /dev/null @@ -1,124 +0,0 @@ -[![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) - - -# Első közreműködés nyílt forráskódú projektben - -Minden kezdet nehéz, ezért szeretnénk segíteni számodra az első lépésekben ahhoz, hogy bátran kódolj kooperatívan nyílt forráskódú projekteket. Senki sem szeret hibázni, de szerencsére itt most nyugodtan megteheted. A lényeg, hogy gyakorolj! - -A projekt célja, hogy útmutatást nyújtson, egyszerűsítse és segítse a kezdők első lépéseit nyílt forráskódú szoftverek közös programozásában. Ha te is most készülsz először ilyet csinálni, segítünk neked, kövesd az alábbi lépéseket. - -#### *Ha a parancssor kényelmetlen, [itt egy tutorial a GUI felület használatához.](#Oktatóanyagok-más-eszközök-használatával)* - -forkold ezt a repót - -Ha nincs a gépeden git, [telepítsd fel]( https://help.github.com/articles/set-up-git/). - -## Ágaztasd ezt a repót (fork) - -A Fork gomb kattintásával ágaztasd el ezt a repót. -Ezzel készítettél egy másolatot erről a reporól a te saját git fiókodba. - -## Klónozd a repót (clone) - -klónozd ezt a repót - -Most klónozd az elágaztatott repót a gépedre. Menj a GitHub fiókodra, nyisd meg a forkolt repositoryt, kattints a clone gombra, majd kattints a *copy to clipboard* ikonra. - -Nyiss egy terminált és futtasd a következő parancsot: - -``` -git clone "url-amit-most-masoltal-le" -``` -A "url-amit-most-masoltal-le" kifejezést, cseréld ki (idézőjelek nélkül) a vágólapra helyezett repository url címére (ami ebből a projektől ágazik). Az ágaztatás folyamatát lásd az előző lépésben. - -másold az URL címet a vágólapra - -Például: -``` -git clone https://github.com/a-te-git-neved/first-contributions.git -``` -A `a-te-git-neved` lesz a GitHub felhasználóneved. Ezzel letöltöd a first-contributions repositoryt GitHub-ról a saját számítógépedre. - -## Készíts egy ágat (branch) - -Navigálj a repository könytárába (ha nem ott vagy jelenleg): - -``` -cd first-contributions -``` - -Most készítsünk egy ágat `git checkout` parancs használatával: - -``` -git switch -c -``` - -Például: -``` -git switch -c add-gabor-takacs -``` -(A branch nevében nem kötelező, hogy benne legyen az *add* szó, de észszerű belefoglalni, mert ennek az ágnak az a célja, hogy hozzáadja a nevünket egy listához.) - -## Végezd el a szükséges változtatásokat és rögzítsd azokat (commit) - -Nyisd meg a `Contributors.md` fájlt egy szövegszerkesztőben, majd add hozzá a neved. Ne a fájl elejére vagy végére helyezd, hanem a kettő közé. A kettő között bárhová teheted. Mentsd el a fájlt. - -git status - - -Ha a project könyvtárába navigálsz és futtatod a `git status` parancsot, akkor a következő módosításokat fogod látni: - - -Ezeket a módosításokat add hozzá a branchez a `git add` paranccsal: - -``` -git add Contributors.md -``` - -Commitoljuk a módosításokat a `git commit` paranccsal: -``` -git commit -m "Add to Contributors list" -``` -Helyettesítsd `` kifejezést a saját neveddel. - -## Töltsd fel az elkészült változtatásokat a GitHub-ra (push) - -Töltsd fel a változtatásokat a `git push` paranccsal: -``` -git push origin -``` -Helyettesítsd az `` kifejezést annak a branchnek a nevével, amit korábban létrehoztál. - -## Küldd be a módosításaidat ellenőrzésre (pull request) - -Ha a saját repódba navigálsz GitHub-on, látnod kell a `Compare & pull request` gombot. Kattints rá! - -pull request készítése - -Sikeresen elküldted a pull requested. - -pull request beküldése - -Kis idő elteltével összevonja a változásokat a project fő ágában. Értesítést fogsz kapni emailben, ha a változások összefűzésre kerültek. - -## Hogyan tovább? - -Gratulálunk! Sikeresen teljesítetted az alapvető _fork -> clone -> edit -> PR_ folyamatot, melyet gyakran kell majd csinálnod közreműködőként! - -Ünnepeld meg az első kooperációdat és oszd meg barátaiddal és követőiddel ennek a [web app](https://firstcontributions.github.io/#social-share)-nak a segítségével. - -Bármilyen kérdésed van vagy segítségre lenne szükséged, csatlakozz slack csapatunkhoz. [Csatlakozz a slack csapathoz.](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Itt az idő egy másik projektben is közreműködni. Összeállítottunk egy listát azokról a projektekről, melyek könnyebb feladatokat tartalmaznak az induláshoz. Nézd meg a [projektek listáját](https://firstcontributions.github.io/#project-list) a webalkalmazásban. - -### [Kiegészítő anyag](../additional-material/git_workflow_scenarios/additional-material.md) - - -## Oktatóanyagok más eszközök használatával - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.hy.md b/docs/gui-tool-tutorials/translations/README.hy.md deleted file mode 100644 index 9a12b19a..00000000 --- a/docs/gui-tool-tutorials/translations/README.hy.md +++ /dev/null @@ -1,135 +0,0 @@ -[![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) - -# Առաջին ներդրումները(contributions) - -Այս նախագիծը նպատակ ունի պարզեցնել և առաջնորդել սկսնակներին իրենց առաջին ներդրման ճանապարհին: Եթե ցանկանում եք կատարել ձեր առաջին ներդրումը, հետևեք ստորև նշված քայլերին: - -_Եթե հրամանի պատուհանը (command line) ձեզ հարմար չէ, [ահա ուղեցույցներ գրաֆիկական ինտերֆեյսի (GUI) կիրառմամբ.](#Ուղեցույցներ-այլ-գործիքների-կիրառմամբ)_ - -fork this repository - -#### Եթե դուք չունեք git ձեր մեքենայի վրա, [տեղադրեք այն](https://help.github.com/articles/set-up-git/) - -## Ճյուղավորեք (fork) այս պահոցը (repository) - -Ստեղծեք ձեր սեփական պատճենը՝ սեղմելով այս էջի վերևում գտնվող `fork` կոճակը: -Դա կստեղծի այս պահոցի պատճենը ձեր պրոֆիլում: - -## Կլոնավորեք պահոցը - -clone this repository - -Հիմա կլոնավորեք պահոցը ձեր համակարգչում: Հղումը պատճենելու համար սեղմեք `clone` կոճակը, այնուհետև `copy to clipboard` կոճակը: - -Բացեք տերմինալը և գործարկեք հետևյալ git հրամանը. - -``` -git clone "url you just copied" -``` - -Որտեղ "url you just copied"-ը (առանց չակերտների) ձեր պահոցի հղումն է (այս նախագծի ձեր ճյուղավորումը). Հետևեք քայլերին, որպեսզի ստանաք հղումը. - -copy URL to clipboard - -Օրինակ՝ - -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -Որտեղ `this-is-you`-ն github-ի ձեր մուտքանունն է. Այսպիսով դուք պատճենում եք first-contributions պահոցը՝ GitHub-ից, ձեր համակարգչի վրա: - -## Ստեղծեք ճյուղ - -Մուտք գործեք ձեր համակարգչում գտնվող պահոցը, եթե արդեն այնտեղ չեք։ - -``` -cd first-contributions -``` - -Հիմա ստեղծեք նոր ճյուղ՝ օգտագործելով `git checkout` հրամանը․ - -``` -git checkout -b -``` - -Օրինակ՝ - -``` -git checkout -b add-alonzo-church -``` - -## Կատարեք անհրաժեշտ փոփոխությունները և կատարեք ձեր ներդրումը (commit) - -Հիմա բացեք `Contributors.md` ֆայլը ձեր տեքստային խմբագրիչում, գրեք ձեր անունը և պահպանեք ֆայլը։ Մի ավելացրեք այն ֆայլի սկզբում կամ վերջում: Տեղադրեք այն որևէ տեղ մեջտեղում: Այժմ պահպանեք ֆայլը: - -git status - -Եթե գնաք նախագծի պանակ և կատարեք `git status` հրամանը, կտեսնեք, որ փոփոխություններ կան: - -Ավելացրեք այդ փոփոխությունները այն ճյուղին, որը հենց նոր ստեղծեցիք՝ օգտագործելով `git add` հրամանը. - -``` -git add Contributors.md -``` - -Այժմ գործադրեք այս փոփոխությունները `git commit` հրամանով. - -``` -git commit -m "Add to Contributors list" -``` - -Փոփոքեք ``-ը ձեր անունով - -## Push արեք փոփոխությունները github - -Push արեք ձեր փոփոխությունները `git push` հրամանով․ - -``` -git push origin -``` - -Փոփոխոք ``-ը ավելի վաղ ստեղծած ճյուղի անունով: - -
- Եթե push անելիս առաջանում են սխալներ, սեղմեք այստեղ՝ - -- ### 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/'
- Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account. - -
- -## Հաստատեք փոփոխությունները վերանայման համար - -Եթե այցելեք ձեր GitHub պահոցը, կտեսնեք `Compare & pull request` կոճակը։ Սեղմեք այդ կոճակը։ - -create a pull request - -Ապա հաստատեք pull հարցումը: - -submit pull request - -Շուտով ես կմիավորեմ ձեր բոլոր փոփոխությունները այս նախագծի գլխավոր մասնաճյուղի մեջ: Փոփոխությունները միաձուլվելուց հետո դուք կստանաք ծանուցող նամակ: - -## Ու՞ր գնալ այստեղից - -Շնորհավորանքնե՛րս, դուք հենց նոր ավարտեցիք ստանդարտ _fork -> clone -> edit -> pull request_ աշխատակարգը, որը հաճախ կհանդիպեք որպես ներդրող: - -Նշեք ձեր ներդրումը և կիսվեք այն ձեր ընկերների և հետևորդների հետ՝ այցելելով [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). - -### [Լրացուցիչ նյութեր](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) | diff --git a/docs/gui-tool-tutorials/translations/README.id.md b/docs/gui-tool-tutorials/translations/README.id.md deleted file mode 100644 index d74eb953..00000000 --- a/docs/gui-tool-tutorials/translations/README.id.md +++ /dev/null @@ -1,166 +0,0 @@ -[![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) - -# Kontribusi Pertama - -Proyek ini bertujuan untuk menyederhanakan dan membimbing perjalanan seorang pemula berkontribusi di Github untuk pertama kali. Pertahatikan 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)_ - -fork this repository - -Apabila Anda belum menginstall git di komputer Anda, [install segera](https://help.github.com/articles/set-up-git/). - -## _Fork_ Repositori Ini - -Fork repositori ini dengan cara klik tombol _Fork_ yang ada di bagian atas kanan pada halaman ini. Hal Ini akan membuat sebuah salinan repositori di akun Anda. - -## _Clone_ (Kloning) Repositori - -clone this repository - -Sekarang kloning repositori yang sudah Anda _fork_ ke komputer Anda. Pergi ke akun GitHub Anda, buka repositori yang sudah Anda _fork_, klik tombol _Code_ dan kemudian klik ikon salin ke papan klip. - -Buka sebuah terminal dan jalankan perintah git berikut: - -``` -git clone "url yang telah Anda disalin" -``` - -bagian "url yang telah Anda disalin" (tanpa tanda petik) adalah url ke repositori ini (proyek yang telah Anda _fork_ ini). Lihat langkah sebelumnya untuk mendapatkan url. - -copy URL to clipboard - -Contohnya: - -``` -git clone git@github.com:ini-adalah-anda/first-contributions.git -``` - -bagian `ini-adalah-anda` adalah nama pengguna GitHub Anda. Di sini Anda menyalin konten dari repositori first-contributions di GitHub ke komputer Anda. - -## Membuat Sebuah _Branch_ (Cabang) - -Pindah ke direktori repositori yang terdapat pada komputer Anda (jika Anda belum berada di sana): - -``` -cd first-contributions -``` - -Sekarang buatlah sebuah _branch_ menggunakan perintah `git checkout`: - -``` -git checkout -b -``` - -Contohnya: - -``` -git checkout -b add-alonzo-church -``` - -
- Jika kamu mendapatkan beberapa kesalahan menggunakan git switch, klik disini: - -Jika pesan error: "Git: `switch` is not a git command. See `git –help`" muncul, kemungkinan besar Anda menggunakan versi git yang lama. - -Dalam kasus ini, coba gunakan `git checkout` sebagai gantinya: - -```bash -git checkout -b your-new-branch-name -``` - -
- -## Buat Perubahan Yang Diperlukan Lalu _Commit_ (Simpan) Perubahan Tersebut - -Sekarang buka berkas `Contributors.md` menggunakan teks editor, tambahkan nama Anda ke dalamnya. Jangan menambahkan pada awal atau akhir dari berkas. Simpan dimana saja di antaranya. Sekarang simpan berkasnya. - -git status - -Jika Anda pergi ke direktori proyek dan mengeksekusi perintah `git status`, Anda akan melihat ada sebuah perubahan. - -Tambahkan perubahan tersebut ke _branch_ yang baru saja Anda buat menggunakan perintah `git add`: - -``` -git add Contributors.md -``` - -Sekarang simpan perubahan tersebut menggunakan perintah `git commit`: - -``` -git commit -m "Add to Contributors list" -``` - -Ubah bagian `` dengan nama Anda. - -## Dorong (Push) Perubahan Ke GitHub - -_Push_ perubahan menggunakan perintah `git push`: - -``` -git push origin -``` - -ganti bagian `` dengan nama cabang yang sebelumnya Anda buat. - -
- Jika Anda mendapatkan kesalahan saat melakukan push, klik disini: - -- ### Kesalahan Autentikasi -
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/'
- Buka [tutorial GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) untuk menghasilkan dan mengkonfigurasi sebuah kunci SSH ke akun Anda. - - Jika kelihatannya seperti ini: - -
origin	https://github.com/your-username/your_repo.git (fetch)
-  origin	https://github.com/your-username/your_repo.git (push)
- - Buat perubahan dengan perintah: - -
git remote set-url origin git@github.com:your-username/your_repo.git
- - Jika tidak, Anda akan tetap dimintai nama pengguna dan kata sandi serta mendapatkan kesalahan autentikasi. -
- - -## Kirim Perubahan Untuk Diperiksa - -Jika Anda membuka repositori Anda di GitHub, Anda akan melihat sebuah tombol `Compare & pull request`. Tekan tombol tersebut. - -create a pull request - -Sekarang kirimkan _Pull Request_ - -submit pull request - -Saya (pengelola) akan segera menggabungkan semua perubahan Anda ke cabang utama (_main branch_) dari proyek ini. Anda akan mendapatkan email pemberitahuan setelah perubahan digabungkan. - -## Ke Mana Lagi Setelah Dari Sini? - -Selamat! Anda baru saja menyelesaikan standar _fork_ -> _clone_ -> _edit_ -> _pull request_ sebuah alur kerja yang akan sering Anda temui sebagai seorang kontributor! - -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). - -## [Materi tambahan](../additional-material/translations/additional-material.id.md) - -## Tutorial Menggunakan Alat (tools) Lain - -| 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) | - -

Proyek ini didukung oleh:

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.igb.md b/docs/gui-tool-tutorials/translations/README.igb.md deleted file mode 100644 index 31838e80..00000000 --- a/docs/gui-tool-tutorials/translations/README.igb.md +++ /dev/null @@ -1,128 +0,0 @@ -[![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) - -# Onyinye Mbụ - -O siri ike. Ọ na-esiri gị ike mgbe mbụ i mere ihe. Karịsịa mgbe ị na-emekọ ihe, imehie ihe abụghị ihe dị mma. Anyị chọrọ ime ka ụzọ ndị ọhụrụ na-emeghe emeghe na-amụta ma tinye aka maka oge mbụ. - -Ịgụ isiokwu & nkuzi ntanetị nwere ike inyere gị aka, ma gịnị dị mma karịa ime ihe ahụ na-eme ihe omume? Ihe oru a bu iji nye nduzi & mee ka ndi mmadu bidoro ibu onyinye mbu. Ọ bụrụ na ị na-achọ ime onyinye mbụ gị, gbasoo nzọụkwụ dị n'okpuru. - -#### _Ọ bụrụ na ị naghị enwe mmasị na akara iwu, [ebe a bụ nkuzi na-eji ngwaọrụ GUI.](#Nkuzi-na-iji-ihe-ndi-ozo)_ - -fork this repository - -Ọ bụrụ na ịnweghị igwe na igwe gị, [wụnye ya](https://help.github.com/articles/set-up-git/). - -## Wepu ebe nchekwa a - -Wepu a repo site na ịpị bọtịnụ mkpịsị aka n'elu nke ibe a. Nke a ga-emepụta otu ntinye nchekwa a na akaụntụ gị. - -## Na-ekpuchi ebe nchekwa - -clone this repository - -Ugbu a, dochie ya repo na igwe gị. Gaa na akaụntụ GitHub gị, meghee repo ahụ maka pịa, pịa bọtịnụ clone ma pịazie ya na akara ngosi akara ngosi. - -Mepee ọnụ ma jikwa iwu na-esonụ: - -``` -git clone "url you just copied" -``` - -ebe "url na ị depụtaghachiri" (na-enweghị ntinye ọnụ) bụ url maka nchekwa ebe a (mgbịrịgwụ nke ọrụ a). Hụ nzọụkwụ ndị gara aga iji nweta url. - -copy URL to clipboard - -Ọmụmaatụ: - -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -ebe `this-is-you` ka aha njirimara GitHub gị. Lee, ị na-edegharị ọdịnaya nke onyinye ntinye mbụ na GitHub na kọmputa gị. - -## Mepụta alaka - -Gbanwee na nhazi ndekọ na kọmputa gị (ọ bụrụ na ịnweghị ebe ahụ): - -``` -cd first-contributions -``` - -Ugbu a, mepụta alaka ụlọ ọrụ site na iji `git checkout` iwu: - -``` -git checkout -b -``` - -Ọmụmaatụ: - -``` -git checkout -b add-alonzo-church -``` - -(Aha alaka ahụ adịghị mkpa iji tinye okwu ahụ n'ime ya, ma ọ bụ ihe dị mkpa ị gụnyere n'ihi na ebumnuche nke alaka a bụ ịgbakwunye aha gị na ndepụta.) - -## Mee mgbanwe ndị dị mkpa ma mee mgbanwe ndị ahụ - -Ugbu a mepee `Contributors.md` faịlụ na nchịkọta ederede, tinye aha gị na ya. Adakwunye ya na mmalite ma ọ bụ njedebe nke faịlụ ahụ. Tinye ya n'ebe ọ bụla n'etiti. Ugbu a, chekwaa faịlụ ahụ. - -git status - -Ọ bụrụ na ịga na ndekọ ụlọ ọrụ ma mebie iwu ahụ `git status`, ị ga-ahụ na e nwere mgbanwe. - -Tinye mgbanwe ndị a n'alaka ụlọ ọrụ ị mepụtara site na iji `git add` iwu ahụ: - -``` -git add Contributors.md -``` - -Ugbu a mee mgbanwe ndị ahụ site na iji `git commit` iwu ahụ: - -``` -git commit -m "Add to Contributors list" -``` - -jiri aha gị dochie ``. - -## Kwanye mgbanwe nile a n'ime GitHub - -Mee mgbanwe gị site na iji iwu `git push`: - -``` -git push origin -``` - -dochie `` aha alaka ụlọ ọrụ ị mepụtara n'oge gara aga. - -## Nyefee mgbanwe gị maka nyocha - -Ọ bụrụ na ị gaa ebe nchekwa gị na GitHub, ị ga-ahụ `Compare & pull request` bọtịnụ. Pịa bọtịnụ ahụ. - -create a pull request - -Ugbu a, rịọ arịrịọ ahụ. - -submit pull request - -N'oge na-adịghị anya, m ga-emeri mgbanwe gị niile n'ime ngalaba alaka ụlọ ọrụ a. Ị ga-enweta ozi ngosi mgbe ọ bụla emetụtara mgbanwe. - -## Ebee ka esi aga ebe a? - -Ekele! Naanị ị gụchara ihe nkesa -> mmepụta oyiri -> dezie -> Bọpụ ọrụ PR nke ị ga-ezute mgbe niile dị ka onye na-enye gị! - -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) - -## Nkuzi na iji ihe ndi ozo - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.it.md b/docs/gui-tool-tutorials/translations/README.it.md deleted file mode 100644 index 286247a3..00000000 --- a/docs/gui-tool-tutorials/translations/README.it.md +++ /dev/null @@ -1,128 +0,0 @@ -[![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) - -# Il primo contributo - -È dura. È sempre difficile fare qualcosa per la prima volta. Specialmente quando si sta collaborando, sbagliare ci mette a disagio. Ma l'open source si basa sulla collaborazione e sul lavorare insieme. Pertanto volevamo semplificare il modo in cui i nuovi collaboratori imparano e contribuiscono per la prima volta a progetti open-source. - -Leggere articoli e guardare tutorial può essere utile, ma cosa c'è di meglio che provare a fare effettivamente le cose sul campo? Questo progetto punta ad essere una guida per i meno esperti. Ricorda: più sei rilassato, meglio imparerai. Se vuoi contribuire per la prima volta, segui i semplici passi elencati qui sotto. Ti promettiamo che sarà divertente. - -fork this repository - -Se non hai git sul tuo computer, [installalo]( https://help.github.com/articles/set-up-git/). - -## Fai il fork di questa repository - -Fai il *fork* di questa *repo* (abbreviazione di *repository*, ossia un archivio) cliccando sul bottone ***fork*** in cima alla pagina. -Questo creerà una copia di questa repository nel tuo account. - -## Scarica la repository - -clone this repository - -Ora scarica (*clone*) questa repo nel tuo computer. Clicca sul pulsante per scaricare e poi copia l'url. - -Apri il terminale e lancia il seguente comando: - -```bash -git clone "url appena copiato" -``` - -dove "url appena copiato" (senza le virgolette) è l'url di questa repository. Leggi i passaggi precedenti per ottenere l'url. - -copy URL to clipboard - -Per esempio: - -```bash -git clone https://github.com/questo-sei-tu/first-contributions.git -``` - -dove `questo-sei-tu` è il tuo username GitHub. Qui stai copiando il contenuto della repository da GitHub al tuo computer. - -## Crea un ramo (*Branch*) - -Entra nella directory della repository (se non lo hai già fatto): - -```bash -cd first-contributions -``` - -Ora crea un ramo (*branch*) usando il comando `git checkout -b`: - -```bash -git checkout -b -``` - -Ad esempio: - -```bash -git checkout -b aggiungi-alonzo-church -``` - -(Non è necessario inserire la parola *aggiungi* nel nome del branch, ma in questo caso è ragionevole includerlo poiché lo scopo di questo branch è aggiungere il tuo nome alla lista. -Lo scopo di nominare un branch è descrivere le modifiche che andremo ad effettuare, il nome deve essere quindi descrittivo e non generale per facilitare il team con cui si collabora.) - -## Fai le modifiche necessarie e crea un commit - -Ora apri il file `Contributors.md` in un editor, inserisci il tuo nome. Non aggiungerlo all'inizio o alla fine del file ma in un qualsiasi punto nel mezzo. Ora salva il file. Se vai nella directory del progetto ed esegui il comando `git status`, vedrai quali sono i cambiamenti. Aggiungi le modifiche al branch appena creato usando il comando `git add`: - -```bash -git add Contributors.md -``` - -Crea ora una commit che includa le modifiche da te fatte, usando `git commit`: - -```bash -git commit -m "Add to Contributors list" -``` - -cambiando `` con il tuo nome. - -## Invia (*Push*) le modifiche a GitHub - -Invia (*push*) le tue modifiche con il comando `git push`: - -```bash -git push origin -``` - -sostituendo `` con il nome del branch creato prima. - -## Invia i tuoi cambiamenti per una revisione - -Se vai nella tua repository su GitHub, vedrai il pusante `Compare & pull request`. Cliccalo. - -create a pull request - -Ora invia la pull request. - -submit pull request - -Presto avrò incorporato (*merge*) tutti i tuoi cambiamenti nel master branch di questo progetto. Ti arriverà una mail di notifica una volta che le modifiche saranno state accettate. - -### [ Prossimi passi ](../additional-material/git_workflow_scenarios/additional-material.md) - -## Tutorial usando altri tool - -| 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) | - -## E ora? - -Unisciti alla nostra squadra su slack in caso tu abbia bisogno di aiuto o abbia qualche domanda. Proveremo ad aiutarti! [Unisciti alla squadra Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Qui sotto puoi trovare delle repo popolari dove cercare problemi semplici da cui partire. Continua nelle repo per imparare di più - -|[![exercism](https://avatars2.githubusercontent.com/u/5624255?v=3&s=100)](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22)|[![fun-retro](https://avatars3.githubusercontent.com/u/15913975?v=3&s=100)](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly)|[](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22)|[![habitat](https://avatars1.githubusercontent.com/u/18171698?v=3&s=100)](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[![scikit-learn](https://avatars0.githubusercontent.com/u/365630?v=3&s=100)](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie)|[](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22)|[![elasticsearch](https://avatars2.githubusercontent.com/u/6764390?v=3&s=100)](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22)| -|---|---|---|---|---|---|---|---| -|[exercism](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22)|[Fun Retros](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly)|[react](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22)|[habitat](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[scikit-learn](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[Leiningen](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie)|[numpy](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22)|[elasticsearch](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22)| -|[![homebrew](https://avatars2.githubusercontent.com/u/1503512?v=3&s=100)](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)|[![rust](https://avatars1.githubusercontent.com/u/5430905?v=3&s=100)](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy)|[![vuejs](https://avatars1.githubusercontent.com/u/6128107?v=3&s=100)](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22)|[![Suave](https://avatars2.githubusercontent.com/u/5822862?v=3&s=100)](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy)|[![OpenRA](https://avatars3.githubusercontent.com/u/409046?v=3&s=100)](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[![PowerShell](https://avatars0.githubusercontent.com/u/11524380?v=3&s=100)](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs)|[![coala](https://avatars2.githubusercontent.com/u/10620750?v=3&s=100)](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer)|[![moment](https://avatars2.githubusercontent.com/u/4129662?v=3&s=100)](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs)| -|[homebrew](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)|[Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy)|[vuejs](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22)|[Suave](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy)|[OpenRA](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy)|[PowerShell](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs)|[coala](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer)|[moment](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs)| -|[![ava](https://avatars0.githubusercontent.com/u/8527916?v=3&s=100)](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22)|[![freeCodeCamp](https://avatars0.githubusercontent.com/u/9892522?v=3&s=100)](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[![webpack](https://avatars3.githubusercontent.com/u/2105791?v=3&s=100)](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22)|[![hoodie](https://avatars1.githubusercontent.com/u/1888826?v=3&s=100)](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[![pouchdb](https://avatars3.githubusercontent.com/u/3406112?v=3&s=100)](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22)|[![neovim](https://avatars0.githubusercontent.com/u/6471485?v=3&s=100)](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level)|[![babel](https://avatars2.githubusercontent.com/u/9637642?v=3&s=100)](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) |[](https://github.com/adobe/brackets/labels/Starter%20bug)| -|[ava](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22)|[freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[webpack](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22)|[hoodie](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[pouchdb](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22)|[neovim](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level)|[babel](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) |[brackets](https://github.com/adobe/brackets/labels/Starter%20bug)| -| [![Node.js](https://avatars1.githubusercontent.com/u/9950313?v=3&s=100)](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22)|[](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22)| -| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) |[Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | diff --git a/docs/gui-tool-tutorials/translations/README.ja.md b/docs/gui-tool-tutorials/translations/README.ja.md deleted file mode 100644 index f3f07c87..00000000 --- a/docs/gui-tool-tutorials/translations/README.ja.md +++ /dev/null @@ -1,115 +0,0 @@ -[![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) - -# First Contributions - -初めてのことは何でも大変なものです。特に他人と協力する時に、間違うのは気持ちの良いことではありません。しかし、オープンソースにおける活動では協力することが全てです。私たちは初めてオープンソースに貢献する人たちが、簡単に貢献できる方法を学べるようにしたいと考えています。 - -記事を読んだりチュートリアルをやってみることはためになりますが、実際にやってみる方が良いでしょう。このプロジェクトはそのガイダンスを行い、初心者が最初のオープンソースへの貢献を簡単に行えるようにするためのものです。
-初めてのオープンソースへの貢献を行いたい場合、以下の簡単なステップに従ってください。 - -#### *コマンドラインでの操作に慣れていない場合、[グラフィカルなツールでもチュートリアルを行えます。]( #その他のツールを使用したチュートリアル )* - -fork this repository - -まだGitをインストールしていない場合は、[ここ](https://help.github.com/articles/set-up-git/)からインストールしてください - -## リポジトリをフォーク - -Forkボタンをクリックしてこのリポジトリをフォークしてください。 -この作業であなたのアカウントにはこのリポジトリのコピーが作られます。 - -## リポジトリをクローン - -clone this repository - -次にフォークしたリポジトリをクローンします。あなたのリポジトリに移動してフォークしたリポジトリを開き*Code*ボタンをクリックした後に*Copy to clipboard*アイコンをクリックしてください。 - -ターミナルを開いて以下のgitコマンドを実行してください: - -``` -git clone "コピーしたURL" -``` -"コピーしたURL" (ダブルクオーテーションは除いてください) は先ほどコピーしたリポジトリのURLと置き換えてください。 - -copy URL to clipboard - -例: -``` -git clone https://github.com/<あなたのユーザー名>/first-contributions.git -``` -`あなたのユーザー名` はご自身のGitHubユーザー名に置き換えてください。この作業でGitHub のリポジトリの内容はあなたのコンピュータに保存されました。 - -## ブランチを作成 - -もしリポジトリのディレクトリにいなければそこまで移動してください。 - -``` -cd first-contributions -``` -`git switch` コマンドを使用してブランチを作成します: -``` -git switch -c -``` - -例: -``` -git switch -c add-alonzo-church -``` -(ブランチの名前には必ずしも*add*が含まれていなければならないわけではありませんが、このブランチの目的があなたの名前をリストに加えることであることを考慮すれば含むのが適切です。) - -## コードを変更してその変更をコミット - -テキストエディタで`Contributors.md`ファイルを開いてあなたの名前を追加してください。ただし、ファイルの先頭または最後に追加しないようにしましょう。名前リストの間のどこか好きな場所に、あなたの名前を追加するようにしてください。あなたの名前をファイルに加えたら、ファイルを保存します。 - -git status - -プロジェクトディレクトリに移動して`git status`を実行すると、変更がなされたことが確認できると思います。`git add`コマンドを使ってそれらの変更を適用してください。 -``` -git add Contributors.md -``` - -次に`git commit`コマンドを使ってこれらの変更をコミットします。 -``` -git commit -m "Add <あなたの名前> to Contributors list" -``` -`<あなたの名前>`をご自身の名前に置き換えてください。 - -## GitHubに変更をpushする - -`git push`コマンドを使って変更をpushしてください。 -``` -git push origin <ブランチ名> -``` -`<ブランチ名>`には先ほど作成したブランチ名を入れてください。 - -## レビューのためにプルリクエストを送る - -GitHub上であなたのリポジトリに行くと、`Compare & pull request`ボタンが表示されます。そのボタンをクリックしてください。 - -create a pull request - -プルリクエストを作ってください。 - -submit pull request - -すぐに変更がこのプロジェクトのmainブランチにマージされます。マージが終了した際にはその旨のメールが送られます。 - -## 次に何をするべきか - -おめでとうございます! コントリビューターとして重要な _フォーク -> クローン -> 編集 -> プルリクエスト_ の基本的なワークフローが完了しました。 - -初めてのオープンソースへの貢献を祝って友達やフォロワーに[このウェブアプリ](https://firstcontributions.github.io/#social-share)を使ってシェアしましょう。 - -もし何かしら質問があるようでしたら[私たちのSlack team](https://firstcontributors.slack.com/join/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY)に入ってください。 - -他のプロジェクトへの貢献を始めましょう。簡単なイシューが立てられているプロジェクトのリストを作りました。ウェブアプリで[プロジェクトリスト](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) | diff --git a/docs/gui-tool-tutorials/translations/README.ka.md b/docs/gui-tool-tutorials/translations/README.ka.md deleted file mode 100644 index 2c3ae195..00000000 --- a/docs/gui-tool-tutorials/translations/README.ka.md +++ /dev/null @@ -1,89 +0,0 @@ -[![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) - - -# ಮೊದಲ ಕೊಡುಗೆಗಳು - -ಈ ಯೋಜನೆಯು ಆರಂಭಿಕರು ತಮ್ಮ ಮೊದಲ ಕೊಡುಗೆಯನ್ನು ನೀಡುವ ವಿಧಾನವನ್ನು ಸರಳಗೊಳಿಸುವ ಮತ್ತು ಮಾರ್ಗದರ್ಶನ ಮಾಡುವ ಗುರಿಯನ್ನು ಹೊಂದಿದೆ. ನಿಮ್ಮ ಮೊದಲ ಕೊಡುಗೆಯನ್ನು ನೀಡಲು ನೀವು ಬಯಸಿದರೆ, ಕೆಳಗಿನ ಹಂತಗಳನ್ನು ಅನುಸರಿಸಿ. - -_ನೀವು ಆಜ್ಞಾ ಸಾಲಿನೊಂದಿಗೆ ಆರಾಮದಾಯಕವಲ್ಲದಿದ್ದರೆ,[GUI ಉಪಕರಣಗಳನ್ನು ಬಳಸುವ ಟ್ಯುಟೋರಿಯಲ್‌ಗಳು ಇಲ್ಲಿವೆ.](#tutorials-using-other-tools)_ - -fork this repository - -ನಿಮ್ಮ ಯಂತ್ರದಲ್ಲಿ ನೀವು ಜಿಟ್ ಹೊಂದಿಲ್ಲದಿದ್ದರೆ,[ಅದನ್ನು ಸ್ಥಾಪಿಸಿ](https://help.github.com/articles/set-up-git/) - -## ಈ ರೀಪಾಜ಼ಟೊರೀ ಫೋರ್ಕ್ ಮಾಡಿ - -ಈ ಪುಟದ ಮೇಲ್ಭಾಗದಲ್ಲಿರುವ ಫೋರ್ಕ್ ಬಟನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡುವ ಮೂಲಕ ಈ ರೆಪೊಸಿಟರಿಯನ್ನು ಫೋರ್ಕ್ ಮಾಡಿ. -ಇದು ನಿಮ್ಮ ಖಾತೆಯಲ್ಲಿ ಈ ರೆಪೊಸಿಟರಿಯ ನಕಲನ್ನು ರಚಿಸುತ್ತದೆ. - -## ರೆಪೊಸಿಟರಿ ಕ್ಲೋನ್ - -clone this repository - -ಈಗ ನಿಮ್ಮ ಯಂತ್ರಕ್ಕೆ ಫೋರ್ಕ್ಡ್ ರೆಪೊಸಿಟರಿಯನ್ನು ಕ್ಲೋನ್ ಮಾಡಿ. ನಿಮ್ಮ GitHub ಖಾತೆಗೆ ಹೋಗಿ, ಫೋರ್ಕ್ ಮಾಡಿದ ರೆಪೊಸಿಟರಿಯನ್ನು ತೆರೆಯಿರಿ, ಕೋಡ್ ಬಟನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ ಮತ್ತು ನಂತರ _copy to clipboard_ ಐಕಾನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ. - -ಟರ್ಮಿನಲ್ ತೆರೆಯಿರಿ ಮತ್ತು ಕೆಳಗಿನ git ಆಜ್ಞೆಯನ್ನು ಚಲಾಯಿಸಿ: - -``` -git clone "url ನೀವು ಇದೀಗ ನಕಲಿಸಿದ್ದೀರಿ" -``` -ಎಲ್ಲಿ "url ನೀವು ಇದೀಗ ನಕಲಿಸಿದ್ದೀರಿ" (ಉದ್ಧರಣ ಚಿಹ್ನೆಗಳಿಲ್ಲದೆ) ಈ ಭಂಡಾರಕ್ಕೆ url ಆಗಿದೆ (ಈ ಯೋಜನೆಯ ನಿಮ್ಮ ಫೋರ್ಕ್). Url ಪಡೆಯಲು ಹಿಂದಿನ ಹಂತಗಳನ್ನು ನೋಡಿ. - -copy URL to clipboard - -ಉದಾಹರಣೆಗೆ: -``` -git clone https://github.com/this-is-you/first-contributions.git -``` -ಅಲ್ಲಿ `ಇದು-ನೀವು 'ನಿಮ್ಮ ಗಿಟ್‌ಹಬ್ ಬಳಕೆದಾರಹೆಸರು. ಇಲ್ಲಿ ನೀವು ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ಗೆ ಗಿಟ್‌ಹಬ್‌ನಲ್ಲಿನ ಮೊದಲ ಕೊಡುಗೆಗಳ ಭಂಡಾರದ ವಿಷಯಗಳನ್ನು ನಕಲಿಸುತ್ತಿದ್ದೀರಿ. -## ಒಂದು ಶಾಖೆಯನ್ನು ರಚಿಸಿ -ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನಲ್ಲಿ ರೆಪೊಸಿಟರಿ ಡೈರೆಕ್ಟರಿಗೆ ಬದಲಾಯಿಸಿ (ನೀವು ಈಗಾಗಲೇ ಇಲ್ಲದಿದ್ದರೆ): -``` -cd first-contributions -``` -ಈಗ `git checkout` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ಒಂದು ಶಾಖೆಯನ್ನು ರಚಿಸಿ: -``` -git checkout -b <ನಿಮ್ಮ ಹೊಸ-ಶಾಖೆ-ಹೆಸರನ್ನು ಸೇರಿಸಿ> -``` -ಉದಾಹರಣೆಗೆ: -``` -git checkout -b add-alonzo-church -``` -(ಶಾಖೆಯ ಹೆಸರಿನಲ್ಲಿ `add` ಎಂಬ ಪದವನ್ನು ಹೊಂದುವ ಅಗತ್ಯವಿಲ್ಲ, ಆದರೆ ಇದನ್ನು ಸೇರಿಸುವುದು ಸಮಂಜಸವಾದ ವಿಷಯ ಏಕೆಂದರೆ ಈ ಶಾಖೆಯ ಉದ್ದೇಶವು ನಿಮ್ಮ ಹೆಸರನ್ನು ಪಟ್ಟಿಗೆ ಸೇರಿಸುವುದು.) -## ಅಗತ್ಯ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ ಮತ್ತು ಆ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ -ಈಗ ಪಠ್ಯ ಸಂಪಾದಕದಲ್ಲಿ `Contributor.md` ಫೈಲ್ ಅನ್ನು ತೆರೆಯಿರಿ, ಅದಕ್ಕೆ ನಿಮ್ಮ ಹೆಸರನ್ನು ಸೇರಿಸಿ. ಅದನ್ನು ಫೈಲ್‌ನ ಪ್ರಾರಂಭ ಅಥವಾ ಕೊನೆಯಲ್ಲಿ ಸೇರಿಸಬೇಡಿ. ನಡುವೆ ಎಲ್ಲಿಯಾದರೂ ಇರಿಸಿ. ಈಗ, ಫೈಲ್ ಅನ್ನು ಉಳಿಸಿ. -git status -ನೀವು ಪ್ರಾಜೆಕ್ಟ್ ಡೈರೆಕ್ಟರಿಗೆ ಹೋಗಿ `git status` ಆಜ್ಞೆಯನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸಿದರೆ, ಬದಲಾವಣೆಗಳಿವೆ ಎಂದು ನೀವು ನೋಡುತ್ತೀರಿ. -Add those changes to the branch you just created using the `git add` command: -``` -git add Contributors.md -``` -ಈಗ `git commit` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ಆ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿ: -``` -git commit -m "ಕೊಡುಗೆದಾರರ ಪಟ್ಟಿಗೆ <ನಿಮ್ಮ- ಹೆಸರು> ಸೇರಿಸಿ" -``` -ನಿಮ್ಮ ಹೆಸರಿನೊಂದಿಗೆ `<ನಿಮ್ಮ- ಹೆಸರು>` ಅನ್ನು ಬದಲಾಯಿಸುತ್ತದೆ. -## ಬದಲಾವಣೆಗಳನ್ನು ಗಿಟ್‌ಹಬ್‌ಗೆ ಪುಶ್ ಮಾಡಿ -`Git push` ಆಜ್ಞೆಯನ್ನು ಬಳಸಿಕೊಂಡು ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ಒತ್ತಿರಿ: -``` -git push origin <ನಿಮ್ಮ ಶಾಖೆಯ ಹೆಸರನ್ನು ಸೇರಿಸಿ> -``` -`` ಅನ್ನು ನೀವು ಮೊದಲು ರಚಿಸಿದ ಶಾಖೆಯ ಹೆಸರಿನೊಂದಿಗೆ ಬದಲಾಯಿಸುತ್ತದೆ. -## ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ವಿಮರ್ಶೆಗಾಗಿ ಸಲ್ಲಿಸಿ -ನೀವು ಗಿಟ್‌ಹಬ್‌ನಲ್ಲಿರುವ ನಿಮ್ಮ ಭಂಡಾರಕ್ಕೆ ಹೋದರೆ, ನೀವು `Compare & pull request` ಬಟನ್ ನೋಡುತ್ತೀರಿ. ಆ ಗುಂಡಿಯನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ. -create a pull request -ಈಗ ಪುಲ್ ವಿನಂತಿಯನ್ನು ಸಲ್ಲಿಸಿ. -submit pull request -ಶೀಘ್ರದಲ್ಲೇ ನಾನು ನಿಮ್ಮ ಎಲ್ಲಾ ಬದಲಾವಣೆಗಳನ್ನು ಈ ಯೋಜನೆಯ ಮಾಸ್ಟರ್ ಶಾಖೆಯಲ್ಲಿ ವಿಲೀನಗೊಳಿಸುತ್ತೇನೆ. ಬದಲಾವಣೆಗಳನ್ನು ವಿಲೀನಗೊಳಿಸಿದ ನಂತರ ನೀವು ಅಧಿಸೂಚನೆ ಇಮೇಲ್ ಅನ್ನು ಪಡೆಯುತ್ತೀರಿ. -## ಇಂದಿನಿಂದ ಏನು? -ಅಭಿನಂದನೆಗಳು! ನೀವು ಕೊಡುಗೆದಾರರಾಗಿ ಆಗಾಗ್ಗೆ ಎದುರಾಗುವ ಪ್ರಮಾಣಿತ _fork -> clone -> edit -> PR_ ವರ್ಕ್‌ಫ್ಲೋ ಅನ್ನು ನೀವು ಇದೀಗ ಪೂರ್ಣಗೊಳಿಸಿದ್ದೀರಿ! -ನಿಮ್ಮ ಕೊಡುಗೆಯನ್ನು ಆಚರಿಸಿ ಮತ್ತು ಅದನ್ನು ನಿಮ್ಮ ಸ್ನೇಹಿತರು ಮತ್ತು ಅನುಯಾಯಿಗಳೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ [ವೆಬ್ ಅಪ್ಲಿಕೇಶನ್](https://firstcontributions.github.io/#social-share). -ನೀವು ಹೆಚ್ಚಿನ ಅಭ್ಯಾಸವನ್ನು ಬಯಸಿದರೆ, ಪರಿಶೀಲಿಸಿ [ಕೋಡ್ ಕೊಡುಗೆಗಳು](https://github.com/roshanjossey/code-contributions). -ಈಗ ನೀವು ಹೆಚ್ಚಿನ ಯೋಜನೆಗಳಿಗೆ ಕೊಡುಗೆ ನೀಡಲು ಪ್ರಾರಂಭಿಸಬಹುದು. ನಾವು ನಿಮಗಾಗಿ ಒಂದು ಪಟ್ಟಿಯನ್ನು ತಯಾರಿಸಿದ್ದೇವೆ ಅದು ಬಹಳ ಸುಲಭವಾದ ಸಮಸ್ಯೆಗಳು. [ಯೋಜನೆಗಳ ಪಟ್ಟಿ](https://firstcontributions.github.io/#project-list) -## ಇತರ ಪರಿಕರಗಳನ್ನು ಬಳಸುವ ಟ್ಯುಟೋರಿಯಲ್ -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.kh.md b/docs/gui-tool-tutorials/translations/README.kh.md deleted file mode 100644 index 762ed300..00000000 --- a/docs/gui-tool-tutorials/translations/README.kh.md +++ /dev/null @@ -1,222 +0,0 @@ -[![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) - -#### _អានឯកសារនេះជា [ភាសាផ្សេង](translations/Translations.md)._ - -[Shqip](translations/README.al.md) -[Armenian](translations/README.arm.md) -[Uzbek language](translations/README.uz.md) -[Azərbaycan dili](translations/README.aze.md) -[বাংলা](translations/README.bn.md) -[Bulgarian](translations/README.bg.md) -[Português (Brasil)](translations/README.pt_br.md) -[Català](translations/README.ca.md) -[中文 (Simplified)](translations/README.zh-cn.md) -[Czech](translations/README.cs.md) -[Deutsch](translations/README.de.md) -[Dansk](translations/README.da.md) -[العربية](translations/README.eg.md) -[Dezéiriya](translations/README.dz.md) -[Española](translations/README.es.md) -[Française](translations/README.fr.md) -[Gaeilge](translations/README.ga.md) -[Galego](translations/README.gl.md) -[Ελληνικά](translations/README.gr.md) -[ქართული](translations/README.ge.md) -[Magyar](translations/README.hu.md) -[Bahasa Indonesia](translations/README.id.md) -[עִברִית](translations/README.hb.md) -[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](translations/Translations.md) -[தமிழ்](translations/README.ta.md) -[فارسی](translations/README.fa.md) -[پښتو](translations/README.pus.md) -[Italiano](translations/README.it.md) -[日本語](translations/README.ja.md) -[සිංහල](translations/README.si.md) -[Kiswahili (Kenya)](translations/README.kws.md) -[한국어](translations/README.ko.md) -[Lietuvių kalba](translations/README.lt.md) -[Limba Română Limba Română](translations/README.ro.md) -[မြန်မာ](translations/README.mm_unicode.md) -[Македонски](translations/README.mk.md) -[Español de México](translations/README.mx.md) -[Bahasa Melayu / بهاس ملايو‎ / Malay](translations/README.my.md) -[Dutch](translations/README.nl.md) -[Norsk](translations/README.no.md) -[नेपाली](translations/README.np.md) -[Wikang Filipino](translations/README.tl.md) -[English (Pirate)](translations/README.en-pirate.md) -[اردو](translations/README.ur.md) -[Polski](translations/README.pl.md) -[Português (Portugal)](translations/README.pt-pt.md) -[Русский язык](translations/README.ru.md) -[عربى](translations/README.ar.md) -[Svenska](translations/README.se.md) -[Slovenčina](translations/README.slk.md) -[Slovenščina](translations/README.sl.md) -[ภาษาไทย](translations/README.th.md) -[Türkçe](translations/README.tr.md) -[中文(Traditional)](translations/README.zh-tw.md) -[Українська](translations/README.ua.md) -[Tiếng Việt](translations/README.vn.md) -[Swahili language](translations/README.sw.md) -[Zulu (South Africa)](translations/README.zul.md) -[Afrikaans (South Africa)](translations/README.afk.md) -[Igbo (Nigeria)](translations/README.igb.md) -[Yoruba (Nigeria)](translations/README.yor.md) -[Hausa (Nigeria)](translations/README.hau.md) -[Latvia](translations/README.lv.md) -[Suomeksi](translations/README.fi.md) -[Беларуская мова](translations/README.by.md) -[Српски](translations/README.sr.md) -[Қазақша](translations/README.kz.md) -[Bosanski](translations/README.bih.md) -[Bosanski](translations/README.bih.md) -[Hrvatski](translations/README.hr.md) -[پښتو](translations/README.ps.md) -[Somalia](translations/README.so.md) -[Ecuador](translations/README.ec.md) -[Turkmen language](translations/README.tm.md) -[Ewe (TOGO)](translations/README.ewe.md) -[አማርኛ](translations/README.et.md) -[ភាសាខ្មែរ](translations/README.kh.md) - -# ការរួមចំណែកជាលើកដំបូង - -គម្រោងនេះមានគោលបំណងធ្វើឱ្យសាមញ្ញ និងណែនាំពីរបៀបដែលអ្នកចាប់ផ្តើមធ្វើការរួមចំណែកដំបូងរបស់ពួកគេ។ ប្រសិនបើអ្នកកំពុងស្វែងរកការរួមចំណែកដំបូងរបស់អ្នក សូមអនុវត្តតាមជំហានខាងក្រោម។ - -_ប្រសិនបើអ្នកមិនសូវស្រួលជាមួយបន្ទាត់ពាក្យបញ្ជាទេ [នេះគឺជាការបង្រៀនដោយប្រើឧបករណ៍ GUI ។](#tutorials-using-other-tools)_ - -fork this repository - -#### ប្រសិនបើអ្នកមិនមាន git នៅលើម៉ាស៊ីនរបស់អ្នក [សូមដំឡើង](https://docs.github.com/en/get-started/quickstart/set-up-git). - -## ស៊ាំសាខានេះ (Fork this repository) - -សូមស៊ាំសាខានេះដោយចុចលើប៊ូតុង Fork ដែលនៅផ្នែកខាងលើនៃទំព័រនេះ។ -វានឹងបង្កើតច្បាប់ចម្លងនៃសាខានេះក្នុងគណនីរបស់អ្នក។ - -## ចម្លងសាខានេះ (Clone the repository) - -clone this repository - -ឥឡូវនេះ ចម្លងសាខាដែលអ្នកបានស៊ាំទៅកាន់កុំព្យូទ័ររបស់អ្នក។ ចូលទៅគណនី GitHub របស់អ្នក បើកសាខាដែលបានស៊ាំ ចុចលើប៊ូតុង Code ហើយចុចលើរូបតំណាង​​ _copy to clipboard_។ - -បើក terminal ហើយដំណើរការពាក្យបញ្ជា git ខាងក្រោម៖ - -```bash -git clone "url you just copied" -``` - -កន្លែងដែល "url ដែលអ្នកទើបតែចម្លង" (ដោយគ្មានសញ្ញាសម្រង់) គឺជា url ទៅកាន់ឃ្លាំងនេះ (ចំនុចប្រសព្វរបស់អ្នកនៃគម្រោងនេះ)។ សូមមើលជំហានមុនដើម្បីទទួលបាន url ។ - -copy URL to clipboard - -ឧទាហរណ៍៖ - -```bash -git clone git@github.com:this-is-you/first-contributions.git -``` - -កន្លែងដែល `this-is-you` គឺជាឈ្មោះអ្នកប្រើប្រាស់ GitHub របស់អ្នក។ នៅទីនេះអ្នកកំពុងចម្លងមាតិកានៃឃ្លាំងការរួមចំណែកដំបូងនៅលើ GitHub ទៅកាន់កុំព្យូទ័ររបស់អ្នក។ - -## បង្កើតសាខាថ្មី (Create a branch) - -ផ្លាស់ប្តូរទៅថតឃ្លាំងនៅលើកុំព្យូទ័ររបស់អ្នក (ប្រសិនបើអ្នកមិនទាន់នៅទីនោះ)៖ - -```bash -cd first-contributions -``` - -ឥឡូវបង្កើតសាខាមួយដោយប្រើពាក្យបញ្ជា 'git switch'៖ - -```bash -git switch -c your-new-branch-name -``` - -ឧទាហរណ៍៖ - -```bash -git switch -c add-alonzo-church -``` - -## កែប្រែលើកែលម្អដែលចាំបាច់ និងធ្វើការប្តិត (commit) ប្រែប្រួលទាំងនោះ - -ឥឡូវនេះបើកឯកសារ 'Contributors.md' នៅក្នុងកម្មវិធីនិពន្ធអត្ថបទ បន្ថែមឈ្មោះរបស់អ្នកទៅវា។ កុំបន្ថែមវានៅដើម ឬចុងបញ្ចប់នៃឯកសារ។ ដាក់វានៅកន្លែងណាមួយនៅចន្លោះ។ ឥឡូវនេះរក្សាទុកឯកសារ។ - -git status - -ប្រសិនបើអ្នកចូលទៅកាន់ថតគម្រោង ហើយប្រតិបត្តិពាក្យបញ្ជា 'git status' អ្នកនឹងឃើញមានការផ្លាស់ប្តូរ។ - -បន្ថែមការផ្លាស់ប្តូរទាំងនោះទៅសាខាដែលអ្នកទើបតែបង្កើតដោយប្រើពាក្យបញ្ជា `git add`៖ - -```bash -git add Contributors.md -``` - -ឥឡូវនេះធ្វើការផ្លាស់ប្តូរទាំងនោះដោយប្រើពាក្យបញ្ជា 'git commit'៖ - -```bash -git commit -m "Add your-name to Contributors list" -``` - -ជំនួស 'ឈ្មោះរបស់អ្នក' ជាមួយឈ្មោះរបស់អ្នក។ - -## ផ្តួលប្រែប្រួលទៅ GitHub (Push changes to GitHub) - -រុញការផ្លាស់ប្តូររបស់អ្នកដោយប្រើពាក្យបញ្ជា 'git push': - -```bash -git push -u origin your-branch-name -``` - -ជំនួស `your-branch-name` ជាមួយនឹងឈ្មោះសាខាដែលអ្នកបានបង្កើតមុន។ - -
- ប្រសិនបើអ្នកទទួលបានកំហុសណាមួយនៅពេលរុញ សូមចុចទីនេះ៖ - -- ### កំហុសនៅក្នុងការ Authentication (Authentication Error) -
remote: ការគាំទ្រសម្រាប់ការបញ្ចូលពាក្យសម្ងាត់ត្រូវបានដកហូតនៅថ្ងៃទី 13 ខែសីហា ឆ្នាំ 2021។ សូមប្រើ **Personal Access Token** ជំនួស។
-  remote: សូមមើល https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ សម្រាប់ព័ត៌មានបន្ថែម។
-  fatal: ការ Authenticate បរាជ័យសម្រាប់ '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 ទៅក្នុងគណនី GitHub របស់អ្នក។ -
- -## ដាក់បញ្ជូនការផ្លាស់ប្តូររបស់អ្នកសម្រាប់ការពិនិត្យ - -ប្រសិនបើអ្នកចូលទៅកាន់ឃ្លាំងរបស់អ្នកនៅលើ GitHub អ្នកនឹងឃើញប៊ូតុង 'Compare & pull request' ។ ចុចលើប៊ូតុងនោះ។ - -create a pull request - -ឥឡូវនេះដាក់សំណើទាញ។ - -submit pull request - -ឆាប់ៗនេះ ខ្ញុំនឹងបញ្ចូលការផ្លាស់ប្តូររបស់អ្នកទាំងអស់ទៅក្នុងសាខាចម្បងនៃគម្រោងនេះ។ អ្នកនឹងទទួលបានអ៊ីមែលជូនដំណឹង នៅពេលដែលការផ្លាស់ប្តូរត្រូវបានបញ្ចូលគ្នា។ - -## តើត្រូវទៅណាពីទីនេះ? - -អបអរសាទរ! អ្នកទើបតែបានបញ្ចប់ស្តង់ដារ _fork -> clone -> edit -> pull request_ workflow ដែលអ្នកនឹងជួបប្រទះជាញឹកញាប់ក្នុងនាមជាអ្នករួមចំណែក! - -អបអរសាទរការរួមចំណែករបស់អ្នក ហើយចែករំលែកវាជាមួយមិត្តភក្តិ និងអ្នកដើរតាមរបស់អ្នកដោយចូលទៅកាន់ [កម្មវិធីគេហទំព័រ](https://firstcontributions.github.io/#social-share). - -អ្នកអាចចូលរួមជាមួយក្រុម slack របស់យើង ប្រសិនបើអ្នកត្រូវការជំនួយ ឬមានសំណួរណាមួយ។ [ចូលរួមក្រុម slack](https://firstcontributors.slack.com/join/shared_invite/zt-29qhyr9lt-Bi7WLbgGIFqV7aCEG_grvg#/shared-invite/email). - -ឥឡូវនេះ ចូរអ្នកចាប់ផ្តើមជាមួយនឹងការរួមចំណែកដល់គម្រោងផ្សេងទៀត។ យើងបានចងក្រងបញ្ជីគម្រោងដែលមានបញ្ហាងាយស្រួលដែលអ្នកអាចចាប់ផ្តើមបាន។ ពិនិត្យមើល [បញ្ជីគម្រោងក្នុងកម្មវិធីបណ្ដាញ](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) | - -

គម្រោងនេះត្រូវបានគាំទ្រដោយ៖

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.ko.md b/docs/gui-tool-tutorials/translations/README.ko.md deleted file mode 100644 index ca508e1c..00000000 --- a/docs/gui-tool-tutorials/translations/README.ko.md +++ /dev/null @@ -1,141 +0,0 @@ -[![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) - -# 첫 기여 - -이 프로젝트는 초보자가 처음으로 오픈소스에 기여할 수 있도록 쉽게 안내하는 것을 목표로 합니다. 첫 번째 기여를 하고 싶다면, 아래의 설명을 따라주세요. - -_만약 명령어 인터페이스에 익숙하지 않다면, [여기에서 GUI 도구 튜토리얼을 참고하세요.](#다른-도구들을-사용한-튜토리얼)._ - -이 저장소 포크하기 - -#### 만약, git이 설치되어있지 않다면 [설치하세요](https://docs.github.com/en/get-started/quickstart/set-up-git). - -## 저장소 포크하기 - -이 저장소 페이지의 상단에 있는 Fork 버튼을 클릭해서 저장소를 포크하세요. 그러면 본인의 깃허브 계정에 이 저장소의 복사본이 생성됩니다. - -## 저장소 클론하기 - -이 저장소 복제하기 - -이제 fork한 저장소를 자신의 기기에 클론하세요. 깃허브 계정의 fork한 저장소에 들어가서, Code 버튼을 클릭하고, _클립보드로 url 복사_ 아이콘을 클릭합니다. - -터미널을 열고 다음 git 명령을 실행합니다: - -```bash -git clone "방금 복사한 URL" -``` - -위에 (따옴표를 제외한) "방금 복사한 URL"은 이 저장소의 URL입니다. URL은 이전 단계에서 찾을 수 있습니다. - -URL을 클립보드로 복사 - -예시: - -```bash -git clone git@github.com:this-is-you/first-contributions.git -``` - -`this-is-you`에 해당하는 부분을 본인의 깃허브 계정명으로 바꾸어주세요. 이 명령어는 깃허브의 first-contributions 저장소를 자신의 컴퓨터로 복사합니다. - -## 브랜치 생성하기 - -(아직 저장소 디렉토리가 아니라면) 아래의 명령어를 입력해서 조금 전에 컴퓨터에 복사한 저장소 디렉토리로 이동합니다. - -```bash -cd first-contributions -``` - -그리고 `git switch` 명령어를 입력해서 브랜치를 생성합니다. - -```bash -git switch -c your-new-branch-name -``` - -예시: - -```bash -git switch -c add-alonzo-church -``` - -## 필요한 부분을 변경하고 변경사항을 커밋하기 - -이제 텍스트 편집기에서 `Contributors.md` 파일을 열고 본인의 이름을 아래와 같이 추가해주세요. 파일의 시작 부분이나 마지막 부분에 추가해서는 안됩니다. 중간 부분의 마음에 드는 곳에 추가하면 됩니다. 그리고 파일을 저장하세요. - -git status - -프로젝트 디렉토리로 이동해서 `git status` 명령어를 실행하면 변경사항이 존재하는 것을 볼 수 있습니다. - -변경사항을 `git add` 명령어를 사용해서 조금 전에 생성한 브랜치에 추가합니다. - -```bash -git add Contributors.md -``` - -이제 `git commit` 명령어를 사용해서 변경사항을 커밋합니다. - -```bash -git commit -m "Add your-name to Contributors list" -``` - -`your-name`을 본인 이름으로 변경하세요. - -## 변경사항을 깃허브에 푸시하기 - -`git push` 명령어로 변경사항을 푸시합니다. - -```bash -git push -u origin your-branch-name -``` - -`your-branch-name` 부분을 조금 전에 생성한 브랜치 이름으로 변경하세요. - -
- 푸시하는 중에 에러가 발생했다면, 여기를 클릭하세요: - -- ### 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/'
- [깃허브 튜토리얼](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)로 이동해서 본인의 계정에 SSH key 생성 및 설정에 대한 정보를 얻을 수 있습니다. - -
- -## 검토를 위해 변경사항을 제출하기 - -이제 본인의 깃허브 저장소로 이동하면 `Compare & pull request` 버튼을 볼 수 있습니다. 버튼을 클릭하세요. - -풀 요청
-생성하기 - -이제 풀 요청(Pull Request)을 제출합니다. - -풀 요청 제출하기 - -이제 여러분의 변경사항을 담당자가 확인한 후에 main 브랜치에 병합 하게 되면 알림 메일을 받을 수 있습니다. - -## 첫 기여, 그리고 그 후 - -축하합니다! 앞으로 기여자로서 자주 사용하게될 기본 워크플로우인 _포크(fork) -> 클론(clone) -> 수정(edit) -> 풀 요청(pull request)_, 를 완료했습니다! - -첫 기여에 대한 소식을 친구들 및 팔로워에게 [웹 앱](https://firstcontributions.github.io/#social-share)을 통해 공유해보세요. - -이제 다른 프로젝트에도 기여해보세요! 지금 바로 시작할 수 있는 난이도가 낮은 이슈들로 가득찬 목록이 있습니다. [웹앱의 프로젝트 목록](https://firstcontributions.github.io/#project-list)에서 확인해보세요. - -### [추가 자료](../additional-material/translations/Korean/additional-material.ko.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) | - -

This project is supported by:

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.kr.md b/docs/gui-tool-tutorials/translations/README.kr.md deleted file mode 100644 index 9868bac1..00000000 --- a/docs/gui-tool-tutorials/translations/README.kr.md +++ /dev/null @@ -1,222 +0,0 @@ -[![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) - -#### _Read this in [other languages](translations/Translations.md)._ - -[Shqip](translations/README.al.md) -[Armenian](translations/README.arm.md) -[Uzbek language](translations/README.uz.md) -[Azərbaycan dili](translations/README.aze.md) -[বাংলা](translations/README.bn.md) -[Bulgarian](translations/README.bg.md) -[Português (Brasil)](translations/README.pt_br.md) -[Català](translations/README.ca.md) -[中文 (Simplified)](translations/README.zh-cn.md) -[Czech](translations/README.cs.md) -[Deutsch](translations/README.de.md) -[Dansk](translations/README.da.md) -[العربية](translations/README.eg.md) -[Dezéiriya](translations/README.dz.md) -[Española](translations/README.es.md) -[Française](translations/README.fr.md) -[Gaeilge](translations/README.ga.md) -[Galego](translations/README.gl.md) -[Ελληνικά](translations/README.gr.md) -[ქართული](translations/README.ge.md) -[Magyar](translations/README.hu.md) -[Bahasa Indonesia](translations/README.id.md) -[עִברִית](translations/README.hb.md) -[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](translations/Translations.md) -[தமிழ்](translations/README.ta.md) -[فارسی](translations/README.fa.md) -[پښتو](translations/README.pus.md) -[Italiano](translations/README.it.md) -[日本語](translations/README.ja.md) -[සිංහල](translations/README.si.md) -[Kiswahili (Kenya)](translations/README.kws.md) -[한국어](translations/README.ko.md) -[Lietuvių kalba](translations/README.lt.md) -[Limba Română Limba Română](translations/README.ro.md) -[မြန်မာ](translations/README.mm_unicode.md) -[Македонски](translations/README.mk.md) -[Español de México](translations/README.mx.md) -[Bahasa Melayu / بهاس ملايو‎ / Malay](translations/README.my.md) -[Dutch](translations/README.nl.md) -[Norsk](translations/README.no.md) -[नेपाली](translations/README.np.md) -[Wikang Filipino](translations/README.tl.md) -[English (Pirate)](translations/README.en-pirate.md) -[اردو](translations/README.ur.md) -[Polski](translations/README.pl.md) -[Português (Portugal)](translations/README.pt-pt.md) -[Русский язык](translations/README.ru.md) -[عربى](translations/README.ar.md) -[Svenska](translations/README.se.md) -[Slovenčina](translations/README.slk.md) -[Slovenščina](translations/README.sl.md) -[ภาษาไทย](translations/README.th.md) -[Türkçe](translations/README.tr.md) -[中文(Traditional)](translations/README.zh-tw.md) -[Українська](translations/README.ua.md) -[Tiếng Việt](translations/README.vn.md) -[Swahili language](translations/README.sw.md) -[Zulu (South Africa)](translations/README.zul.md) -[Afrikaans (South Africa)](translations/README.afk.md) -[Igbo (Nigeria)](translations/README.igb.md) -[Yoruba (Nigeria)](translations/README.yor.md) -[Hausa (Nigeria)](translations/README.hau.md) -[Latvia](translations/README.lv.md) -[Suomeksi](translations/README.fi.md) -[Беларуская мова](translations/README.by.md) -[Српски](translations/README.sr.md) -[Қазақша](translations/README.kz.md) -[Bosanski](translations/README.bih.md) -[Bosanski](translations/README.bih.md) -[Hrvatski](translations/README.hr.md) -[پښتو](translations/README.ps.md) -[Somalia](translations/README.so.md) -[Ecuador](translations/README.ec.md) -[Turkmen language](translations/README.tm.md) -[Ewe (TOGO)](translations/README.ewe.md) -[አማርኛ](translations/README.et.md) -Kurdî - -# Beşdariyên Yekem - -Ev proje armanc dike ku rêya destpêkkeran ji bo beşdariya wan a yekem hêsan û rêber bike. Heke hûn li beşdariya xwe ya yekem digerin, van gavan bişopînin. - -_Heke hûn bi xeta fermanê ne rehet in, [li vir perwerdeyên ku amûrên GUI bikar tînin hene.](#perwerdeyên-ku-amûrên-din-bikar-tînin)_ - -vê depoyê fork bikin - -#### Heke git li ser makîneya we tune, [wê saz bikin](https://docs.github.com/en/get-started/quickstart/set-up-git). - -## Vê depoyê fork bikin - -Vê depoyê bi tikandina bişkoka fork li jora vê rûpelê fork bikin. -Ev ê kopiyeke vê depoyê di hesabê we de çêke. - -## Depoyê clone bikin - -vê depoyê clone bikin - -Niha depoya forkkirî li makîneya xwe clone bikin. Herin hesabê xwe yê GitHub, depoya forkkirî vekin, li ser bişkoka code bitikînin û paşê li ser îkona _copy to clipboard_ bitikînin. - -Termînalek vekin û ev fermana git bimeşînin: - -```bash -git clone "url'a ku we naha kopî kir" -``` - -li cihê ku "url'a ku we naha kopî kir" (bêyî nîşanên jêgirtinê) url'a vê depoyê ye (forka we ya vê projeyê). Ji bo bidestxistina url'ê li gavên berê binêrin. - -URL'ê kopî bikin - -Bo nimûne: - -```bash -git clone git@github.com:ev-hûn-in/first-contributions.git -``` - -li ku derê `ev-hûn-in` navê we yê bikarhêneriya GitHub e. Li vir hûn naveroka depoya first-contributions li ser GitHub'ê li kompûtera xwe kopî dikin. - -## Şaxekê çêbikin - -Derbasi pelrêça depoyê li ser komputera xwe bibin (heke hûn ne li wir in): - -```bash -cd first-contributions -``` - -Niha bi bikaranîna fermana `git switch` şaxekê çêbikin: - -```bash -git switch -c navê-şaxa-we-ya-nû -``` - -Bo nimûne: - -```bash -git switch -c add-alonzo-church -``` - -## Guherandinên pêwist çêbikin û wan guherandinan commit bikin - -Niha pelê `Contributors.md` di edîtorekî nivîsê de vekin, navê xwe lê zêde bikin. Wê li destpêk an dawiya pelê zêde nekin. Li cihekî navbera wan de deynin. Niha, pelê tomarbikin. - -git status - -Heke hûn herin pelrêça projeyê û fermana `git status` bimeşînin, hûn ê bibînin ku guherandin hene. - -Van guhertinan li şaxa ku we nû çêkiriye bi bikaranîna fermana `git add` zêde bikin: - -```bash -git add Contributors.md -``` - -Niha van guhertinan bi bikaranîna fermana `git commit` commit bikin: - -```bash -git commit -m "Add navê-we to Contributors list" -``` - -`navê-we` bi navê xwe re biguherin. - -## Guhertinan bişînin GitHub - -Guherandinên xwe bi fermana `git push` bişînin: - -```bash -git push -u origin navê-şaxa-we -``` - -`navê-şaxa-we` bi navê şaxa ku we berê çêkiribû re biguherin. - -
- Heke hûn di dema push kirinê de bi xeletiyekê re rû bi rû bimînin, li vir bitikînin: - -- ### Xeletiya Rastkirinê -
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/'
- Herin [perwerdehiya GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) li ser çêkirin û veavakirina mifteya SSH ji bo hesabê xwe. - -
- -## Guherandinên xwe ji bo nirxandinê pêşkêş bikin - -Heke hûn herin depoya xwe li ser GitHub, hûn ê bişkokek `Compare & pull request` bibînin. Li ser wê bişkokê bitikînin. - -daxwaza kişandinê çêbikin - -Niha daxwaza kişandinê pêşkêş bikin. - -daxwaza kişandinê pêşkêş bikin - -Di demek nêzîk de, ez ê hemû guherandinên we di şaxa sereke ya vê projeyê de tevlihev bikim. Dema ku guherandin hatin tevlihevkirin, hûn ê e-nameyek agahdariyê bistînin. - -## Ji vir ve ku derê? - -Pîroz be! We çerxa _fork -> clone -> edit -> pull request_ a standard ku hûn ê gelek caran wek beşdarvan pêrgî wê werin temam kir! - -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) - -## Perwerdeyên Ku Amûrên Din Bikar Tînin - -| 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) -

This project is supported by:

-

- - - -

| diff --git a/docs/gui-tool-tutorials/translations/README.kws.md b/docs/gui-tool-tutorials/translations/README.kws.md deleted file mode 100644 index 7eb993dd..00000000 --- a/docs/gui-tool-tutorials/translations/README.kws.md +++ /dev/null @@ -1,134 +0,0 @@ -[![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) - - - -# Mchango wa Kwanza - - -Ni vigumu. Ni vigumu daima mara ya kwanza unafanya kitu. Hasa wakati unashirikiana, kufanya makosa sio jambo la kushangaza. Tulitaka kurahisisha njia mpya ya wafadhili wa kujifunza na kuchangia kwa mara ya kwanza. - -Kusoma makala na mafunzo ya kutazama yanaweza kusaidia, lakini ni nini bora zaidi kuliko kufanya mambo halisi katika mazingira ya mazoezi? Mradi huu unalenga kutoa mwongozo na kurahisisha wasanidi wa njia kufanya mchango wao wa kwanza. Ikiwa unatafuta kufanya mchango wako wa kwanza, fuata hatua zifuatazo. - -#### *Ikiwa huna urahisi na mstari wa amri, [hapa ni mafunzo kwa kutumia zana za GUI.](#Mafundisho-Kutumia-Zana-Zingine)* - - -fork this repository - - -## Vuta hifadhi hii - -Vuta repo hii kwa kubonyeza kifungo cha fakia juu ya ukurasa huu. Hii itaunda nakala ya hifadhi hii katika akaunti yako. - -## Weka chumba - -clone this repository - -Sasa nakala repo iliyovutwa kwa mashine yako. Nenda kwenye akaunti yako ya GitHub, fungua repo iliyovutwa, bonyeza kitufe cha kamba na kisha bofya nakala kwenye clipboard. - - -Fungua terminal na uendesha amri yafuatayo: - -``` -git clone "url you just copied" -``` - -ambapo "url ulikosa tu" (bila alama za kupiga kura) ni url kwenye hifadhi hii (fomu yako ya mradi huu). Angalia hatua za awali ili kupata url. - -copy URL to clipboard - -Kwa mfano: - -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -hapo `this-is-you`tumia jina lako la mtumiaji GitHub. Hapa unakili nakala ya maudhui ya kwanza ya michango kwenye GitHub kwenye kompyuta yako. - -## Unda tawi - -Badilisha kwenye saraka ya uhifadhi kwenye kompyuta yako (ikiwa huko tayari): - -``` -cd first-contributions -``` - -Sasa unda tawi kwa kutumia git `checkout` amri: - - -``` -git checkout -b -``` - -Kwa mfano: - -``` -git checkout -b add-alonzo-church -``` - -(Jina la tawi haina haja ya kuwa neno liongeze ndani yake, lakini ni jambo la kuzingatia kwa sababu lengo la tawi hili ni kuongeza jina lako kwenye orodha.) - -## Fanya mabadiliko muhimu na ufanyie mabadiliko hayo - -Sasa fungua `Contributors.md` faili katika mhariri wa maandishi, uongeze jina lako. Usiongeze kwenye mwanzo au mwisho wa faili. Weka mahali popote katikati. Sasa, sahau faili. - -git status - -Ikiwa unakwenda kwenye saraka ya mradi na kutekeleza amri `git status`, utaona kuna mabadiliko. - - -Ongeza mabadiliko hayo kwenye tawi ulilojenga kwa kutumia `git add` amri: - -``` -git add Contributors.md -``` - -Sasa fanya mabadiliko hayo kwa kutumia amri `git commit`: - -``` -git push origin -``` - -kubadilisha `` jina lako. - -## Skuma mabadiliko kwenye GitHub - -Skuma mabadiliko yako kwa kutumia amri `git push`: - -``` -git push origin -``` - -kubadilisha `` na jina la tawi uliloumba hapo awali. - -## Tuma mabadiliko yako kwa ukaguzi - -Ikiwa unaenda kwenye hifadhi yako kwenye GitHub, utaona `Compare & pull request` kifungo. Bofya kwenye kifungo hicho. - -create a pull request - -Sasa weka ombi la kuvuta. - -submit pull request - -Hivi karibuni nitaunganisha mabadiliko yako yote kwenye tawi la mradi huu. Utapata barua pepe ya arifa mara mabadiliko yameunganishwa. - -## Wapi kutoka hapa? - -Hongera! Wewe umekamilisha fomu ya kawaida *fork -> clone -> hariri -> pull request* ambayo unakutana mara nyingi kama mchangiaji! - -Sherehekea mchango wako na marafiki na wafuasi wako kwa kuenda kwenye [programu ya wavuti](https://firstcontributions.github.io/#social-share). - -Unaweza kujiunga na timu yetu ya slack ikiwa unahitaji msaada wowote au una maswali yoyote. [Jiunge na timu ya slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Sasa hebu tuanze uanze na kuchangia kwenye miradi mingine. Tumeandika orodha ya miradi na masuala rahisi unaweza kuanza. Angalia [orodha ya miradi katika programu ya wavuti](https://firstcontributions.github.io/#project-list). - -### [Nyenzo za ziada](../additional-material/git_workflow_scenarios/additional-material.md) - -## Mafundisho Kutumia Zana Zingine - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.kz.md b/docs/gui-tool-tutorials/translations/README.kz.md deleted file mode 100644 index 4b6dfd52..00000000 --- a/docs/gui-tool-tutorials/translations/README.kz.md +++ /dev/null @@ -1,108 +0,0 @@ -[![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) - -# Жобаға алғаш рет үлес қосу - -Оңай іс емес, жалпы кез-келген істе алғашқы қадам қиын келеді. Қателіктер жасау өте жағымсыз, әсіресе топтық жұмыс істесеңіз. Барлық open source проекттер ынтымақтастық пен бірегей жұмыстан тұрады. Біз бастаушы әзірлеушілер үшін үлес қосу және бірлесіп жұмыс істеудегі алғашқы қадамдарды жеңілдеткіміз келеді. - -Егер сіз өзіңіздің алғашқы үлесіңізді жасау мүмкіндігін іздесеңіз, төмендегі қарапайым қадамдарды орындаңыз. -fork this repository - - -Егерде сіздің компьютеріңізде git қосылмаған болса, [ оны қосыңыз ]( https://help.github.com/articles/set-up-git/ ) - -## Тармақты (fork) жасаңыз - -Өзіңіздің тармағыңызды жасау үшін, беттің үстіңгі жағындағы `fork` түймесін басыңыз. Осылай сіз осы репозиторийдің өзіңіздің аккаутыңызда копиясын жасайсыз. - -## Репозиторийді клондаңыз - -clone this repository - -Енді бұл репозиторийді өз дербес компьютеріңізге клодаңыз. Сілтемені көшіру үшін `clone` батырмасын басыңыз, содан кейін `copy to clipboard` белгішесіне басыңыз. - -Терминалды ашып, келесі git пәрмендіні іске қосыңыз: - -``` -git clone "url you just copied" -``` -Бұл жерде "url you just copied" (тырнақшасыз) сіздің репозиторийңізге сілтеме. Бұл сілтемені алу үшін алдыңғы қадамдарды қараңыз. - -copy URL to clipboard - -Мысалы: -``` -git clone https://github.com/this-is-you/first-contributions.git -``` -Бұл жерде `this-is-you` сіздің github-тағы логин. Осылайша GitHub-тан сіздің компьютеріңізге 'first-contributions' репозиторийін көшіресіз. - -## Тармақ жасаңыз - -Терминалда репозиторий папкасына кіріңіз (егер әлі кірмеген болсаңыз): - -``` -cd first-contributions -``` -Енді `git switch` команданың көмегімен тармақты құрыңыз. - -``` -git switch -c your-new-branch-name -``` - -Мысалы: -``` -git checkout -b add-alonzo-church -``` -> Тармақтың аты шешіп жатқан мәселе немесе енгізетін өзгерістеріңізге сәйкес болғаны дұрысырақ, бірақ міндетті емес. - -## Керек өзгерістерді еңгізіп, коммит жасаңыз - -Енді мәтіндік редакторда `Contributors.md` файлын ашыңыз, атыңызды енгізіңіз және файлды сақтаңыз. Егер сіз жобалық каталогқа барып, `git status` орындасаңыз, өзгертулерді көресіз. Бұл өзгертулерді `git add` командасымен қосыңыз. - -``` -git add Contributors.md -``` - -Енді бұл өзгерістерды `git commit` командасымен коммиттаңыз. - -``` -git commit -m "Add to Contributors list" -``` -`` өзіңіздің атыңызға ауыстырыңыз - -## Өзгерістерді Github'қа жіберіңіз - -Өзгерістерді `git push` командасымен жіберіңіз -``` -git push origin your-new-branch-name -``` -`your-new-branch-name` дегенді алдында құрған тармақ атына өзгертіңіз. - -## Өзгерістерді ревью үшін растаңыз - -Егер сіз GitHub-тағы репозиторийге кірсеңіз, `Compare & pull request` батырмасын көресіз. Оны басыңыз. - -create a pull request - -Енді пулл-реквестті растаңыз. - -submit pull request - -Көп ұзамай мен осы жобаның негізгі бөлімімен барлық өзгерістерді біріктіремін. Өзгерістер қабылданған кезде (мердж жасалғанда) электрондық хат аласыз. - -## Ары қарай не? - -Төменде сіз жаңадан келген тапсырмаларды таба алатын бірнеше танымал репозиторийлер бар. Қосымша ақпарат алу үшін репозиторийге барыңыз. - -| [![exercism](https://avatars2.githubusercontent.com/u/5624255?v=3&s=100)](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [![fun-retro](https://avatars3.githubusercontent.com/u/15913975?v=3&s=100)](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [![habitat](https://avatars1.githubusercontent.com/u/18171698?v=3&s=100)](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [![scikit-learn](https://avatars0.githubusercontent.com/u/365630?v=3&s=100)](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [![elasticsearch](https://avatars2.githubusercontent.com/u/6764390?v=3&s=100)](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [exercism](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [Fun Retros](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [react](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [habitat](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [scikit-learn](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [Leiningen](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [numpy](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [elasticsearch](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) | -| [![homebrew](https://avatars2.githubusercontent.com/u/1503512?v=3&s=100)](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [![rust](https://avatars1.githubusercontent.com/u/5430905?v=3&s=100)](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [![vuejs](https://avatars1.githubusercontent.com/u/6128107?v=3&s=100)](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [![Suave](https://avatars2.githubusercontent.com/u/5822862?v=3&s=100)](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [![OpenRA](https://avatars3.githubusercontent.com/u/409046?v=3&s=100)](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [![PowerShell](https://avatars0.githubusercontent.com/u/11524380?v=3&s=100)](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [![coala](https://avatars2.githubusercontent.com/u/10620750?v=3&s=100)](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [![moment](https://avatars2.githubusercontent.com/u/4129662?v=3&s=100)](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) | -| [homebrew](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [vuejs](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [Suave](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [OpenRA](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [PowerShell](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [coala](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [moment](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) | -| [![ava](https://avatars0.githubusercontent.com/u/8527916?v=3&s=100)](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [![freeCodeCamp](https://avatars0.githubusercontent.com/u/9892522?v=3&s=100)](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [![webpack](https://avatars3.githubusercontent.com/u/2105791?v=3&s=100)](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [![hoodie](https://avatars1.githubusercontent.com/u/1888826?v=3&s=100)](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [![pouchdb](https://avatars3.githubusercontent.com/u/3406112?v=3&s=100)](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [![neovim](https://avatars0.githubusercontent.com/u/6471485?v=3&s=100)](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [![babel](https://avatars2.githubusercontent.com/u/9637642?v=3&s=100)](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/adobe/brackets/labels/Starter%20bug) | -| [ava](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [webpack](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [hoodie](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [pouchdb](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [neovim](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [babel](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [brackets](https://github.com/adobe/brackets/labels/Starter%20bug) | -| [![Node.js](https://avatars1.githubusercontent.com/u/9950313?v=3&s=100)](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | -| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | - diff --git a/docs/gui-tool-tutorials/translations/README.la.md b/docs/gui-tool-tutorials/translations/README.la.md deleted file mode 100644 index 1edc9414..00000000 --- a/docs/gui-tool-tutorials/translations/README.la.md +++ /dev/null @@ -1,119 +0,0 @@ -[![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) - -# "Contribute" ຜົນງານໃນ GitHub ຮ່ວມກັບຄົນອື່ນເປັນຄັ້ງທຳອິດແມ່ນບໍ່? - -ມັນເປັນເລື່ອງທີ່ຂ້ອງຂ້າງຍາກໜ້ອຍໜຶ່ງ, ແຕ່ກ້າວທຳອິດໃນການເລີ່ມຕົ້ນເຮັດຫຍັງບາງຢ່າງມັນກໍ່ຈະຍາກແບບນີ້ສະເໝີ ໂດຍສະເພາະເວລາທີ່ຕ້ອງຮ່ວມງານກັບຄົນອື່ນ ເພາະເມື່ອເຮົາໄດ້ເຮັດຫຍັງຜິດພາດມັນກໍ່ມັກຈະເຮັດໃຫ້ເຮົາບໍ່ສະບາຍໃຈ, ແຕ່ວ່າໃນໂລກຂອງໂອເພັນຊອສ (open source) ຄືໂລກທີ່ເຮົາຕ້ອງໄດ້ເຮັດວຽກຮ່ວມກັນ! ເຮົາຈຶ່ງຢາກໃຫ້ຜູ້ທີ່ເຂົ້າມາໃໝ່ໄດ້ຮຽນຮູ້ວິທີການ "ຄອນທຣິບິ້ວ" ຜົນງານຮ່ວມກັບຄົນອື່ນໃນ GitHub ແບບງ່າຍໆ. - -ການອ່ານບົດຄວາມ ແລະ ການທີ່ໄດ້ທົດລອງເຮັດຕົວຢ່າງຕ່າງໆກໍ່ອາດຈະຊ່ວຍໄດ້, ແຕ່ເຖິງຢ່າງໃດກໍ່ຕາມ ຄົງຈະບໍ່ມີສິ່ງໃດເໜືອໄປກວ່າການທີ່ເຮົາໄດ້ລົງມືເຮັດດ້ວຍຕົນເອງ!. ໃນໂປຣເຈັກນີ້ຈະສອນໃຫ້ມືໃໝ່ຮູ້ຈັກການສົ່ງ "contribution" ທຳອິດໄດ້ຢ່າງງ່າຍໆ. - -ໃຫ້ຈື່ໄວ້ວ່າ: ຄວາມພະຍາຍາມຢູ່ທີ່ໃດ ຄວາມພະຍາຍາມກໍ່ຢູ່ທີ່ນັ້ນເຊັ່ນກັນ! - -ຖ້າພ້ອມແລ້ວເຮົາມາລອງສົ່ງ contibution ທຳອິດກັນໄດ້ພຽງບໍ່ເທົ່າໃດຂັ້ນຕອນດ້ານລຸ່ມໄປພ້ອມໆກັນເລີຍ, ບອກເລີຍວ່າງ່າຍກວ່າປອກກ້ວຍ. - -fork this repository - -ຫາກໃຜຍັງບໍ່ໄດ້ຕິດຕັ້ງ git ລົງໃນເຄື່ອງ, ທ່ານສາມາດກົດລິ້ງ[ຕິດຕັ້ງໄດ້ທີ່ນີ້]( https://help.github.com/articles/set-up-git/ ) - -## ກົດ "Fork" ໂປຣເຈັກນີ້ - -ໂປຣເຈັກຫຼັກນີ້ມັກຈະເອີ້ນວ່າ ໂປຣເຈັກຕົ້ນນ້ຳ, ທ່ານສາມາດ fork ໂປຣເຈັກຕົ້ນນ້ຳນີ້ໄປຍັງ repo ຂອງ account ຂອງທ່ານເອງໄດ້ໂດຍການກົດປຸ່ມ "Fork" ທີ່ດ້ານເທິງຂອງໜ້ານີ້. - -ແລ້ວໂປຣເຈັກນີ້ກໍ່ຈະຖືກຄັດລອກໄປທີ່ account ຂອງທ່ານ. - -## ກົດປຸ່ມ "Clone" ໂປຣເຈັກນີ້ - -clone this repository - -ມາຮອດຂັ້ນຕອນນີ້ເຮົາກໍ່ Clone ໂປຣເຈັກລົງມາທີ່ຄອມພິວເຕີຂອງເຮົາໂດຍການກົດທີ່ປຸ່ມ "Clone" ແລ້ວເລືອກ *Copy to clipboard* (ຄຳສັ່ງຄັດລອກ) - -ເປີດ terminal ຂຶ້ນມາ (ຕົວຢ່າງ Terminal ໃນ MacOS ຫຼື cmd ໃນ Windows) ແລ້ວພິມຄຳສັ່ງ git ຕໍ່ໄປນີ້: - -``` -git clone "url ທີ່ຄັດລອກໄວ້" -``` -"url ທີ່ຄັດລອກໄວ້" (ບໍ່ຕ້ອງໃສ່ " ") ຄື url ຂອງໂປຣເຈັກຂອງທ່ານ ທ່ານສາມາດກັບໄປເບິ່ງວິທີການຄັດລອກ url ໄດ້ຈາກຫົວຂໍ້ກ່ອນໜ້ານີ້ - -copy URL to clipboard - -ຕົວຢ່າງ: -``` -git clone https://github.com/this-is-you/first-contributions.git -``` -`this-is-you` ຄືຊື່ username ຂອງທ່ານຢູ່ເທິງ GitHub, ມາຮອດບ່ອນນີ້ທ່ານໄດ້ "Clone" ໂປຣເຈັກ first-contributions ໄປໄວ້ທີ່ຄອມພິວເຕີຂອງທ່ານແລ້ວ. - -## ສ້າງ branch - -ໃນ terminal ປ່ຽນ directory ໄປບ່ອນທີ່ທ່ານ Clone ໂປຣເຈັກໄວ້: - -``` -cd first-contributions -``` -ບ່ອນນີ້ໃຫ້ສ້າງ branch (ແຕກສາຂາອອກມາໃໝ່) ດ້ວຍຄຳສັ່ງ `git checkout`: -``` -git checkout -b <ຊື່ branch> -``` - -ຕົວຢ່າງ: -``` -git checkout -b add-phongphat-khamphiew -``` -(ປົກກະຕິຊື່ຂອງ branch ບໍ່ຈຳເປັນຕ້ອງມີຄຳວ່າ *add* ແຕ່ໃນໂປຣເຈັກນີ້ຢາກໃຫ້ໃຊ້ add-ຊື່-ຂອງ-ທ່ານ ເພາະຊື່ຂອງທ່ານຈະໄປສະແດງຢູ່ທີ່ລາຍການ Contributors (ຜູ້ເຂົ້າຮ່ວມ) ຂອງໂປຣເຈັກນີ້ - -## ເພີ່ມຫຼືແກ້ໄຂ code ໄດ້ເລີຍ, ແຕ່ຢ່າລືມ "Commit" ບອກວ່າທ່ານໄດ້ເຮັດຫຍັງລົງໄປແລ້ວແນ່ - -ຕອນນີ້ໃຫ້ເປີດໄຟລ໌ `Contributors.md` ໃນໂປຣແກຣມ text editor ເພີ່ມຊື່ຂອງທ່ານລົງໄປ ຈາກນັ້ນບັນທຶກໄຟລ໌ - -git status - -ໃນ terminal ຖ້າທ່ານຢູ່ທີ່ directory ຂອງໂປຣເຈັກ ໃຫ້ລອງພິມຄຳສັ່ງ `git status` ຈະເຫັນວ່າທ່ານໄດ້ປ່ຽນແປງໄຟລ໌ໃດແນ່ແລ້ວ. - -ເພີ່ມການປ່ຽນແປງນັ້ນໆເຂົ້າໄປ branch ທີ່ຫາກໍ່ສ້າງດ້ວຍຄຳສັ່ງ `git add`: -``` -git add Contributors.md -``` - -ຕອນນີ້ "Commit" ການປ່ຽນແປງດັ່ງກ່າວດ້ວຍຄຳສັ່ງ `git commit`: -``` -git commit -m "Add <ຊື່ຂອງທ່ານ> to Contributors list" -``` -ແທນບ່ອນ `<ຊື່ຂອງທ່ານ>` ດ້ວຍຊື່ແທ້ຂອງທ່ານ. - -## "Push" code ທີ່ປ່ຽນແປງຂຶ້ນ GitHub - -"Push" ຜົນງານທີ່ທ່ານໄດ້ເຮັດໃນຂັ້ນຕອນກ່ອນໜ້ານີ້ຂຶ້ນ GitHub ດ້ວຍຄຳສັ່ງ `git push`: -``` -git push origin <ຊື່ branch ຂອງທ່ານ> -``` -ແທນບ່ອນ `<ຊື່ branch ຂອງທ່ານ>` ດ້ວຍຊື່ຂອງ branch ທີ່ທ່ານໄດ້ສ້າງໄວ້ໃນຫົວຂໍ້ກ່ອນໜ້ານີ້ (add-ຊື່-ຂອງ-ທ່ານ) - -## ສົ່ງຜົນງານ ແລະ ລໍຖ້າຣີວິວຈາກເຈົ້າຂອງໂປຣເຈັກ - -ໄປທີ່ repository ຂອງທ່ານເທິງ GitHub ກົດທີ່ `Compare & pull request` - -create a pull request - -ຕອນນີ້ກໍ່ສົ່ງ Pull Request ໄປທີ່ໂປຣເຈັກຫຼັກ ຫຼື ໂປຣເຈັກຕົ້ນນ້ຳໄດ້ເລີຍ - -submit pull request - -ເຮົາຈະທຳການ "Merge" ຫຼື ລວມຜົນງານທີ່ທ່ານໄດ້ປ່ຽນແປງ code ມາທີ່ master branch ຂອງໂປຣເຈັກນີ້, ທ່ານຈະໄດ້ຮັບອີເມວເມື່ອເຮົາໄດ້ທຳການ Merge ຜົນງານຂອງທ່ານສຳເລັດແລ້ວ. - -## ຈະເຮັດຫຍັງຕໍ່ຫຼັງຈາກນີ້? -ຍິນດີນຳ, ທ່ານໄດ້ປະຕິບັດຂັ້ນຕອນຂອງການເຮັດ 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) - -ຈາກນີ້ທ່ານສາມາດ contribute ໃຫ້ໂປຣເຈັກອື່ນໆໄດ້, ໂດຍທາງເຮົາໄດ້ເຮັດລາຍການໂປຣເຈັກທີ່ງ່າຍຕໍ່ການເລີ່ມຕົ້ນບາງສ່ວນໄວ້ໃຫ້ [ລາຍຊື່ໂປຣເຈັກທີ່ໜ້າສົນໃຈ](https://firstcontributions.github.io/#project-list) - -### [ຂໍ້ມູນອື່ນໆເພີ່ມເຕີມ](../additional-material/git_workflow_scenarios/additional-material.md) - -## ເຝິກການ contribute ໂດຍໃຊ້ເຄື່ອງມືອື່ນໆ - -|GitHub Desktop|Visual Studio 2017|GitKraken| -|---|---|---| -|[GitHub Desktop](../github-desktop-tutorial.md)|[Visual Studio 2017](../github-windows-vs2017-tutorial.md)|[GitKraken](../gitkraken-tutorial.md)| - diff --git a/docs/gui-tool-tutorials/translations/README.lt.md b/docs/gui-tool-tutorials/translations/README.lt.md deleted file mode 100644 index 21e101c4..00000000 --- a/docs/gui-tool-tutorials/translations/README.lt.md +++ /dev/null @@ -1,145 +0,0 @@ -[![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) - - -# Pirmieji įnašai - -Sunku. Visada sunku ką nors padaryti pirmą kartą. Ypač bendradarbiaujant, klaidų darymas nėra malonus dalykas. Tačiau atviras kodas - tai bendravimas ir bendradarbiavimas. Mes norime paprasčiau paaiškinti naujiesiems atvirojo kodo kūrėjams, kaip jie gali prisidėti pirmą kartą. - -Galite pradėti skaityti straipsnius ir žiūrėti vadovus, bet kas gali būti geriau nei mokymasis darant be klaidų pirmą kartą? Šio projekto tikslas - suteikti patarimus ir supaprastinti tai, kaip naujokai atlieka savo pirmąjį indėlį. Prisiminkite: kuo labiau atsipalaidavę esate, tuo geriau mokotės. Jei norite atlikti pirmąjį indėlį, atlikite toliau pateiktus paprastus veiksmus. Mes pažadame, tai bus smagu. - -_Jei nesate pratę dirbti su komandine eilute, [čia rasite vadovą, naudojantį GUI įrankius.](#tutorials-using-other-tools)_ - -fork this repository - -#### Jei neturite instaliuoto git, [instaliuokite čia](https://help.github.com/articles/set-up-git/). - -## Kopijuokite (fork) šią saugyklą - -Kopijuokite saugyklą paspausdami šaknies simbolio mygtuką šio puslapio viršuje. -Tai sukurs šios saugyklos kopiją jūsų GitHub paskyroje. - -## Klonuokite saugyklą - -clone this repository - -Dabar klonuokite šią saugyklą į savo kompiuterį. Spustelėkite klonavimo mygtuką ir tada spustelėkite *copy to clipboard* piktogramą. - -Atidarykite terminalą ir paleiskite šią git komandą: - -``` -git clone "kątik nukopijuota nuoroda" -``` -kur "kątik nukopijuota nuoroda" (be citatos ženklų) yra url nuoroda jūsų saugyklai (jūsų projekto kopijai). Peržiūrėkite ankstesnius veiksmus, kad gautumėte url nuorodą. - -copy URL to clipboard - -Pavyzdžiui: -``` -git clone https://github.com/tai-jus/first-contributions.git -``` -kur `tai-jus` yra jūsų GitHub paskyros vartotojo vardas. Čia jūs kopijuojate first-contributions saugyklos turinį į "GitHub" aplanką savo kompiuteryje. - -## Sukurkite šaką (branch) - -Pakeiskite kompiuterio saugyklos katalogą (jei dar to nepadarėte anksčiau): - -``` -cd first-contributions -``` -Dabar sukurkite šaką naudodami komandą `git branch`: -``` -git branch -c -``` - -Pavyzdžiui: -``` -git branch -c add-vardenis-pavardenis -``` -(Saugyklos pavadinime neprivalo būti žodžio *add*, bet mes jį naudojame, kadangi šios šakos (branch) paskirtis yra įtraukti savo vardą į sąrašą.) - -
- Jei gavote klaidos pranešimą naudodami git switch, spauskite čia: - -Jei klaidos pranešimas yra "Git: `switch` is not a git command. See `git –help`", tikėtinai naudojate seną git versiją. - -Tokiu atveju bandykite `git checkout`: - -```bash -git checkout -b add-vardenis-pavardenis -``` - -
- -## Atlikite reikiamus pakeitimus ir pridėkite (commit) šiuos pakeitimus - -Dabar atidarykite failą `Contributors.md` teksto redaktoriuje ir pridėkite prie jo savo vardą. Nedėkite jo į failo pradžią ar pabaigą - įrašykite jį bet kur kitur faile. Galiausiai, išsaugokite failą. - -Jei eisite į projekto katalogą ir paleisite komandą `git status`, pamatysite, kad yra pakeitimų. Pridėkite šiuos pakeitimus į ką tik sukurtą šaką (branch) komandos `git add` pagalba: -``` -git add Contributors.md -``` - -Dabar atlikite šiuos pakeitimus naudodami komandą `git commit`: -``` -git commit -m "Add to Contributors list" -``` -pakeisdami `` savo vardu. - -## Išsiųskite pakeitimus į GitHub - -Išsiųskite pakeitimus komanda `git push`: -``` -git push origin -``` -pakeisdami `` anskčiau sukurtos šakos (branch) vardu. - -
- Jei gaunate klaidos pranešimą išsaugodami pakeitimus, spauskite čia: - -- ### Autentifikacijos klaida -
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 vadovas](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) padės jums sugeneruoti ir sukonfiguruoti SSH raktą savo paskyroje. - - Taip pat, galbūt norėsite pabandyti 'git remote -v', skirtą patikrintite savo nuotolinį adresą (remote address). - - Jei jis atrodo taip ar panašiai: -
origin	https://github.com/your-username/your_repo.git (fetch)
-  origin	https://github.com/your-username/your_repo.git (push)
- - pakeiskite jį, naudodami komandą: - ```bash - git remote set-url origin git@github.com:your-username/your_repo.git - ``` - Kitu atveju jūsų vis tiek sulauksite klausimo apie savo vartotojo vardą ir slaptažodį ir sulauksite autentifikacijos klaidos. -
- -## Pateikite pakeitimus peržiūrai - -Eikite į savo saugyklą GitHub. Pamatysite mygtuką `Compare & pull request` (palyginti ir įtraukti užklausą). Spustelėkite šį mygtuką. - -create a pull request - -Dabar pateikite įtraukimo į pradinę saugyklą (pull) užklausą. - -submit pull request - -Netrukus projekto autorius sujungs visus jūsų šakos pakeitimus su šio projekto pagrindine šaka. Kai pakeitimai bus sujungti, gausite tai patvirtinantį el. laišką. - -## Kas toliau? - -Džiaukitės ir atkreipkite dėmesį į savo įnašą pasidalindami šia žinia su draugais [interneto aplikacijoje](https://firstcontributions.github.io/#social-share). - -Pradėkite tobulinti kitus projektus. Mes sukūrėme projektų sąrašą, kuriuose yra lengvai išsprendžiamų problemų. Peržiūrėkite [projektų sąrašą interneto aplikacijoje](https://firstcontributions.github.io/#project-list). - -### [ Papildoma medžiaga ](../additional-material/git_workflow_scenarios/additional-material.md) - - -## Pamokos naudojant kitus įrankius - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.lug.md b/docs/gui-tool-tutorials/translations/README.lug.md deleted file mode 100644 index a21a9018..00000000 --- a/docs/gui-tool-tutorials/translations/README.lug.md +++ /dev/null @@ -1,125 +0,0 @@ -[![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) - -# Okwongezaako Eby'okusooka - -Ekigendererwa ky'enteekateeka eno kwe kusobozesa n'okuyamba abayizi mu kuteekawo ebyabwe eby'okubiri. Bw'oba oyagala okukola eky'osooka okuyongeraako, goberera emboozi ez'ekiddako wansi. - -_Bw'oba tokkiriziganya na command line, [wano waliyo ebiranga ebikozesa ebikozesebwa ebiwa GUI.](#tutorials-using-other-tools)_ - -fork this repository - -#### Bw'oba tolina git ku kompyuta yo, [teeka git](https://docs.github.com/en/get-started/quickstart/set-up-git). - -## Gabaako repo eno - -Gabaako repo eno nga okozesa ekirungo ekiri waggulu ku lupapula luno. Kino kijja kutonda kopi ya repo eno mu akaawunti yo. - -## Koppa repo - -clone this repository - -Kati koppa repo eyogabiddwa ku kompyuta yo. Genda ku akaawunti yo ku GitHub, fungula repo eyogabiddwa, koona ku kaakano akaliko code n'oluvannyuma koona ku kirungo _copy to clipboard_. - -Fungula terminal n'okozesa ekiragiro ekiddako ku git: - -```bash -git clone "url you just copied" -``` - -"URL gy'okoze koppa" (nga tekirina obubonero obuli mu kkiwandiiko) kye URL eri ku repo eno (okugaba kwo ku kawefube ono). Laba ku bigambo ebyo ebiri waggulu okugenda ku URL. - -copy URL to clipboard - -Ekikokyo: - -```bash -git clone git@github.com:this-is-you/first-contributions.git -``` - -awa `this-is-you` ye erinya lyo ku GitHub. Wano okopeera ebiri mu repo ey'okusooka okuyongeraako ku GitHub ku kompyuta yo. - -## Tonda branch - -Kyusa mu nnannyini repo ku kompyuta yo (bw'oba toliyo dda): - -```bash -cd first-contributions -``` - -Kati tonda branch ng'oyita mu kiragiro kya `git switch`: - -```bash -git switch -c your-new-branch-name -``` - -Ekikokyo: - -```bash -git switch -c add-alonzo-church -``` - -## Kola enkyukakyuka eziyetaagisa n'okikakasa ezo enkyukakyuka - -Kati gulawo fayiro ya `Contributors.md` mu kikozesebwa ky'okuwandiika, yongeramu erinnya lyo mu fayiro eno. Togyongeramu ku ntandikwa oba ku nkomerero ya fayiro. Tta gy'ali wakati wa fayiro. Kati, giyita fayiro eno. - -git status - -Bw'ogenda mu kisenge ky'enteekateeka n'okola ekiragiro `git status`, ojja kulaba nga waliyo enkyukakyuka. - -Yongeza ezo enkyukakyuka ku branch gye watondawo nga okozesa ekiragiro kya `git add`: - -```bash -git add Contributors.md -``` - -Kati okakasa ezo enkyukakyuka nga okozesa ekiragiro kya `git commit`: - -```bash -git commit -m "Add your-name to Contributors list" -``` - -oweerereza erinnya lyo ku `your-name`. - -## Sindikiza enkyukakyuka ku GitHub - -Sindikiza enkyukakyuka nga okozesa ekiragiro kya `git push`: - -```bash -git push -u origin your-branch-name -``` - -oweerereza erinnya lyo ku `your-branch-name`. - -## Weereza enkyukakyuka zo okuzuulibwa - -Bw'ogenda ku repo yo ku GitHub, ojja kulaba akapipati ka `Compare & pull request`. Koona ku kapipati ako. - -create a pull request - -Kati weereza pull request. - -submit pull request - -Olwatuuka kunsonga y'okukakasa enkyukakyuka zo, ojja kufuna email ya kunnyonnyola enkyukakyuka zomaze okukakasa. - -Oluvannyuma lw'okwo - -Ki ekirungi! Onoowuziza ku ttendekero lya _fork -> clone -> edit -> pull request_ workflow gwe oyinza okufuna ng'omukozi! - -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) - -## Ebitendekebwa Ebikozesa Ebikozesebwa Ebirala - -| 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) | - diff --git a/docs/gui-tool-tutorials/translations/README.lv.md b/docs/gui-tool-tutorials/translations/README.lv.md deleted file mode 100644 index 66f86b2f..00000000 --- a/docs/gui-tool-tutorials/translations/README.lv.md +++ /dev/null @@ -1,123 +0,0 @@ -[![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) - - -# Pirmais devums - -Kaut ko paveikt pirmo reizi vienmēr ir grūti. Turklāt pieļaut kļūdas, jo īpaši līdzdarbojoties ar citiem, nav patīkami. Mēs vēlamies vienkāršot veidu, kā jauni atvērtā koda līdzautori mācās un pievieno savu devumu pirmo reizi. - -Rakstu lasīšana un pamācību skatīšanās var palīdzēt, tomēr nekas nav labāks par īstu darbību mācību vidē. Šī projekta mērķis ir sniegt norādījumus un vienkāršot veidu, kā iesācēji pievieno savu pirmo devumu. Ja tu vēlies līdzdarboties, seko turpmāk norādītajiem soļiem. - -#### *Ja tu nejūties ērti ar komandrindu, [izmanto GUI rīku pamācības.]( #pamācības-citiem-rīkiem )* - - -fork this repository - -Ja tavā datorā nav git, [uzinstalē to]( https://help.github.com/articles/set-up-git/). - -## Izveido repozitorija atzarojumu - -Izveido savu repozitorija atzarojumu, nospiežot *fork* pogu šīs lapas augšpusē. -Tādējādi tavā profilā tiks izveidota šī repozitorija kopija. - -## Klonē repozitoriju - -clone this repository - -Tagad klonē nokopēto repozitoriju savā datorā. Ej uz savu GitHub profilu, atver nokopēto repozitoriju, nospied *clone* pogu un tad nospied uz *copy to clipboard* ikonas. - -Atver termināli un palaid šo git komandu: - -``` -git clone "tikko nokopētā saite" -``` -kur "tikko nokopētā saite" (bez pēdiņām) ir url uz šo repozitoriju (tavs projekta atzarojums). Apskaties iepriekšējos soļos, kā dabūt url. - -copy URL to clipboard - -Piemēram: -``` -git clone https://github.com/tavs-vārds/first-contributions.git -``` -kur `tavs-vārds` ir tavs GitHub lietotājvārds. Šādi tu kopē GitHub repozitorija *first-contributions* saturu savā datorā. - -## Izveido zaru - -Savā datorā nomaini repozitorija direktoriju (ja tu vēl neatrodies tajā): - -``` -cd first-contributions -``` -Tagad izveido zaru ar `git checkout` komandu: -``` -git checkout -b -``` - -Piemēram: -``` -git checkout -b add-alonzo-church -``` -(Zara nosaukumā nav obligāti jābūt vārdam *add*, bet būtu lietderīgi to iekļaut, jo šī zara mērķis ir tava vārda pievienošana sarakstam.) - -## Veic nepieciešamās izmaiņas un iesūti tās - -Tagad atver `Contributors.md` failu teksta redaktorā un pievieno tam savu vārdu. Nepievieno to faila sākumā vai beigās, bet ievieto to kaut kur pa vidu. Pēc tam saglabā failu. - -git status - - -Ja tu dosies uz projekta direktoriju un izpildīsi komandu `git status`, tu redzēsi, ka tajā ir izmaiņas. - - -Pievieno šīs izmaiņas zaram, kuru tu tikko izveidoji, ar `git add` komandu: - -``` -git add Contributors.md -``` - -Tagad iesūti šīs izmaiņas ar `git commit` komandu: -``` -git commit -m "Add to Contributors list" -``` -aizvietojot `` ar savu vārdu. - -## Pievieno izmaiņas GitHub - -Pievieno savas izmaiņas ar komandu `git push`: -``` -git push origin -``` -aizvietojot `` ar zara, kuru tu iepriekš izveidoji, nosaukumu. - -## Iesniedz izmaiņas pārskatīšanai - -Ja tu dosies uz savu GitHub repozitoriju, tu redzēsi `Compare & pull request` pogu. Nospied to. - -create a pull request - -Tagad iesniedz pievienotās izmaiņas. - -submit pull request - -Jau pavisam drīz es pievienošu visas tavas izmaiņas šī projekta galvenajam (master) zaram. Tu saņemsi paziņojumu e-pastā, tiklīdz izmaiņas būs pievienotas. - -## Un ko tagad? - -Apsveicam! Tu tikko pabeidzi standarta _fork -> clone -> edit -> PR_ darbplūsmu, ar kuru turpmāk bieži nāksies sastapties kā līdzautoram. - -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) - - -## Pamācības citiem rīkiem - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.ma.md b/docs/gui-tool-tutorials/translations/README.ma.md deleted file mode 100644 index f4c0d0d8..00000000 --- a/docs/gui-tool-tutorials/translations/README.ma.md +++ /dev/null @@ -1,141 +0,0 @@ -[![KAY3BEK T3AWN 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) -[![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) - - -# Awel Moucharaka - -Fo9ma katbghi tbda chi 7aja jdida katkoun m39da flewl. Dik lkhouf anak tghlet ki3ssbek,5ossosan fach katkoun 5dam m3a nass o5rin. Walakin lblan dl open source w anak t5dm m3a nass f fra9i . Bghina , nsshlou 3likoum bach t3lmou tcharkou fchi projet open source b7al hada l awel mra . - -Rah blan tb9a t9ra kifach dir wla tchouf des tutoriels , walakin wach machi 7ssen nwriwk ki der bla matghlet ? Had lprojet l hadaf dyalou howa y3tek nassa2i7 w 5lik 3a9l : koulma knti mheden , ghat3lem 7ssen. Ila knti 3wal der awel i3ana , tbe3 had l5otowat w ra atsde9lk . Kanwa3dk , ghay3jbek l7al. -connecter had repo - -Ila makanch 3ndk git f pc dyalk, [ Telechargeh ]( https://help.github.com/articles/set-up-git/ )mn had site. - -## Jbed had repo l3endek (kismiwha hna Fork) - -Brek 3la dik FORK kima kaybanlk f tswira bach twli 3ndek b7al version dyal repo f compte dyalk . - -## Telecharger 3ndk repo (Kismiwha clone ) - -Clone d repo - -Daba ,cloner repo dyalk l pc 3ndk. Brek 3la bottona d Clone w copier dik lien (HTTPS houwa sahel) ra kayna bottona 7da lien katcopiehlk nichan . - -7el daba cmd (ila knti f windows) wla terminal (ila kan 3ndk mac wla 5dam b linux) w copier had les commandes li ghanwrik : - -``` -git clone "dik lien li 3ad copieti" -``` -3andak t5liha hakak hhh "dik lien li 3ad copieti" (bla douk "") kteb tma lien li copieti fhemni . - -copier l'URL dans le presse-papier - -Atkoun b7al had chkel : -``` -git clone https://github.com/smytk_dyal_github/first-contributions.git -``` -rah `smytk_dyal_github` hia smya li nta dayr. -Daba nta fhad l5twa ghatelecharger ga3 had repo 3ndk f pc bach tbda tbeddel fiha. - -## Swb branche jdida dyalk - -Daba f cmd nit wla terminal , d5l l dik lmilf li 3ad telechargeti (kteb had l3iba la ma3rftich d5l manuellement ) : - -``` -cd first-contributions -``` -Daba ha kifach ghatswb branch dyalk `git checkout` : -``` -git checkout -b "smya_dlbranch" -``` - -Par exemple : -``` -git checkout -b add-brahim -``` -(Machi darori tder f smya add , walakin gha bach nfhmo 3lach zdtiha) - -## Bdl fl file d Contributors - -Daba d5el l fichier dyal `Contributors.md` fchi editeur , zid smytk w chi lien ila bghiti (3andak der chi7aja 5ayba). Ila ktbti daba f dik cmd/terminal `git status`, aybanulk l3ibat li bdlti. Daba zidhoum l branch dyalk add-brahim bhad l3iba dyal `git add` : -``` -git add Contributors.md -``` - -Sauvegardeha b `git commit`: -``` -git commit -m "Add to Contributors list" -``` -der fblasst `` smytk dbss7 (brahim matalan). - -## PUSHIIII - -Daba ghatpushi had lmodofication li derti l github b `git push` : -``` -git push origin -``` -ana knt mssmiha add-brahim , nta bdlha bachma knti dayr . - -## 7et les modifications bach ytchafo - -Ila rj3ti l github atl9a dik l3iba dyal `Compare & pull request` -brek 3liha a5ay. - -create a pull request - -Sf brek 3liha bach tle3 lnass li mss2oulin 3la hadchi. - -submit pull request - -Chwia mbe3d matjm3 dik lmodifications li derti . Aywslk mail ki9ololk fih ra safi dkchi dyalk nadi. - -branche main dyalk maghaytbdel fiha walou daba . Ila bghiti ta main dyalk ykoun msynchroniser tbe3 had les étapes. - -## 5li main dyalk synchronisé m3a contributors - -B3da rje3 lmain matb9ach fdik add-brahim - ``` - git checkout main - ``` - -zid lien d repo as `upstream remote url` : -``` -git remote add upstream https://github.com/smytk_d_github/first-contributions -``` -Ghi dik changes ydaro , 5ssk moraha tjbd version jdida dyal repo dyalk: -``` -git fetch upstream -``` - -Hna kan9lbo 3la ga3 tghyirat li kaynin f lfork dyalk nta (upstream remote). Daba 3ad 5ssk tjm3 had jdida m3a repo dyalk (main) : -``` -git rebase upstream/main -``` -Daba ga3 tghyirat kaynin fl main. ila pushiti modifications aydaro ta f fork dyalk : -``` -git push origin main -``` - -Daba ra jm3na branch dyal `` m3a l main dyalna , w jm3na lmain dyalna m3a main dyalhom (yarbi tkoun fhmtini hh).Daba dik li drti flwl dyal `` mab9atch 3ndha fa2ida , ila bghiti t7ydha : -``` -git branch -d -``` -w ymklk t7yda ta mn repo li b3ida : -``` -git push origin --delete -``` -Machi darori t7yd lbranch walakin raha salat 5smtha ma3ndha lach tb9a tma . - -## Tutoriels bchi twichyat o5rin - - -| 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) | - -## Fin nmchi daba ? - -Ymklkoum tjiw l slack fin kayna lfr9a d hadchi kaml , n9do n3awnokom w njawbo 3la chi ass2ila [Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) - diff --git a/docs/gui-tool-tutorials/translations/README.me.md b/docs/gui-tool-tutorials/translations/README.me.md deleted file mode 100644 index 71405b8c..00000000 --- a/docs/gui-tool-tutorials/translations/README.me.md +++ /dev/null @@ -1,129 +0,0 @@ -[![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) - -# Prvi doprinos - -Ovaj projekat ima za cilj da pojednostavi i vodi početnike do njihovog prvog doprinosa. Ako želite da napravite vaš prvi doprinos, pratite korake ispod. - -_Ako nijeste navikli da koristite komandnu liniju, [evo tutorijala koji koristi GUI alatke.](#Tutorijali-koji-koriste-druge-alatke)_ - -napravite kopiju repozitorijuma - -#### 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. - -## Klonirajte repozitorijum - -Klonirajte repozitorijum - -Sada klonirajte repozitorijum na vašu mašinu. Idite na vaš GitHub profil, otvorite kopiju repozitorijuma, kliknite na dugme **code** i kliknite ikonicu *copy to clipboard*. - -Otvorite terminal i unesite sledeću git komandu: - -``` -git clone "url koji ste upravo kopirali" -``` - -Umjesto "url koji ste upravo kopirali" (bez znaka navoda) unesite url repozitorijuma koji ste kopirali u prethodnom koraku. - -Kopirajte URL - -Na primjer: - -``` -git clone https://github.com/korisnicko-ime/first-contributions.git -``` - -Umjesto `korisnicko-ime` napišite korisničko ime za vaš GitHub nalog. Na ovaj način kopirate sadržaj repozitorijuma na vašu mašinu. - -## Kreiranje grane _(branch)_ - -Prebacite se u radni direktorijum na vašem računaru (ukoliko već nijeste tu): - -``` -cd first-contributions -``` - -Sada kreirajte granu koristeći komadu `git checkout`: - -``` -git checkout -b ime-vase-grane - -``` - -Na primjer: - -``` -git checkout -b add-nikola-popovic -``` - -(Ime grane ne mora sadržati riječ _add_, ali je to preporučljivo jer je poenta ove grane da se doda vaše ime na listu kontributora.) - -## Napravite potrebne promjene i potvrdite ih - -Sada otvorite fajl `Contributors.md` u tekst editoru i dodajte vaše ime. Nemojte dodati svoje ime na početku ili na kraju fajla. Stavite ga bilo gdje između. Sada, sačuvajte fajl. - -git status - -Ako se vratite na radni direktorijum i izvršite komandu `git status`, vidjećete da su prisutne promjene. - -Dodajte te promjene u granu koju ste kreirali u prethodnim koracima koristeći komandu `git add`: - -``` -git add Contributors.md -``` - -Sada potvrdite te izmjene koristeći komandu `git commit` : - -``` -git commit -m "Add to Contributors list" -``` - -Umjesto `` napišite vaše ime. - -## Pošaljite izmjene u repozitorijum - -Pošaljite izmjene koje ste napravili u repozitorijum na GitHub-u koristeći komandu `git push`: - -``` -git push origin -``` - -Umjesto `` napišite ime grane koju ste kreirali ranije. - -## Pošaljite vaše izmjene na provjeru - -Ako odete na repozitorijum na GitHub-u, vidjećete dugme **Compare / Pull Request**. Kliknite to dugme. - -Kreirajte pull request - -Sada pošaljite vaš pull request. - -Pošaljite pull request - -Uskoro, ja ću spojiti promjene koje ste napravili sa master granom repozitorijuma. Dobićete mejl potvrde kada se grane spoje. - -## Šta dalje? - -Čestitamo! Upravo ste izvršili standradni _fork -> clone -> edit -> pull request_ proces koji ćete često gledati dok doprinosite kodu. - -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) - -## Tutorijali koji koriste druge alatke - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.mg.md b/docs/gui-tool-tutorials/translations/README.mg.md deleted file mode 100644 index 2cb9a192..00000000 --- a/docs/gui-tool-tutorials/translations/README.mg.md +++ /dev/null @@ -1,145 +0,0 @@ -[![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) - - -# Fandraisana anjara voalohany - -Manahirana antsika foana indraindray ny manomboka zavatra amin'ny voalohany. Tsy mampahazo aina ny manao diso, indrindra moa fa rehefa mifampizara asa sy rehefa miara-miasa aman'olona. Ny tontolo eo amin'ny rindrakajy malalaka anefa dia miompana tanteraka eo amin'ny fiaraha-miasa miaraka amin'ireo olona efa mati-hanina. Izany indrindra ny antom-pisian'ito loharano misokatra ito mba hanamora ny fianaran'ireo vaovao izay handray anjara voalohany eo amin'ny fifampizarana eo amin'ny tontolon'ny rindrakajy malalaka. - -Tadidio fa tsy hahay mihitsy ianao raha tsy manandrana ary ny fahadisoana azo no hahazoanao traikefa. Raha te hahay ny fomba fandraisana anjara amin'ny fifampizarana ary dia araho ireto dingana manaraka ireto: - -Mampifandraiso ity takelaka ity - -Raha mbola tsy misy git ny solosainao, [ ampidiro izy ]( https://help.github.com/articles/set-up-git/ ). - -## Hampifandraiso ity takelaka ity (izay antsoina koa hoe "Fork") - -Raha te hampifandray an'ity takelaka ity amin'ny kaontinao ianao dia tsindrio ilay bokotra "fork" etsy ambony. Lasa misy dika mitovy amin'ity takelaka ity ao amin'ny kaontinao avy eo. - -## Dikao mitovy ity takelaka ity ao amin'ny solosainao - -Dikao mitovy ity takelaka ity - -Raha te hanao dika mitovy an'ity takelaka ity ianao, dia mankanesa ao amin'ny kaontinao "Github" ary sokafy ilay takelaka nampifandraisinao. Tsindrio ilay bokotra misy soratra hoe "Code" etsy ambony, tsindrio ilay sary fahamantarana manao kopia. - -Sokafy avy eo fandefasana kaomandy, ary alefaso ity kaomandy ity: - -``` -git clone "Rohy izay natao kopia" -``` - -Ilay "Rohy izay natao kopia" (tsy misy faingo) dia ny rohy misy ilay takelaka ao amin'ny kaontinao. Jereo eo ambony ny fomba hahazoana ilay rohy. - -Ataovy kopia ny rohy - -Ohatra: -``` -git clone https://github.com/ny-anaranao/first-contributions.git -``` -Ilay `ny-anaranao` dia ny anaran'ny kaontinao "Github". Eto dia manao dika mitovy ny takelaka avy lavitra ho ao amin'ny solosainao. - -## Mamorona sampana - -Midira ao amin'ny toerana misy ilay tetikasa izay nataonao kopia (raha mbola tsy ao): - -``` -cd first-contributions -``` -Mamorona sampana vaovao ka alefaso ny kaomandy `git checkout` : -``` -git checkout -b -``` - -Ohatra: -``` -git checkout -b add-crystel-ratsimbazafy -``` - -## Ataovy ny fanovana ilaina rehetra - -Sokafy ny rakitra `Contributors.md` ao amin'ny fanoratanao ny soratra, dia hampidiro ao ny anaranao, dia tehirizo.Raha sokafanao ny fandefasana kaomandy ka alefanao ny `git status`, dia ho hitanao fa misy ny zavatra niova. Hampidiro anaty lisitra mba ho afaka hiditra ao amin'ny sampana zay noforoninao ny fanovana amin'ny alalan'ny kaomandy `git add`: - -``` -git add Contributors.md -``` - -Hampidiro ao amin'ny sampana amin'izay ny fanovana nataonao amin'ny alalan'ny `git commit`: -``` -git commit -m "Add to Contributors list" -``` -Soloy ny anaranao ilay ``. - -## Alefaso any amin'ilay takelaka ao amin'ny Github ny fanovanao - -Raha te hanao an'izay dia alefaso ny kaomandy `git push` : -``` -git push origin -``` -Soloy ilay sampana izay noforoninao ilay hoe ``. - -## Alefaso ny fangatahano mba hojerena - -Raha mitsidika ny takelakao ao amin'ny Github ianao dia mahita bokotra `Compare & pull request`. Tsindrio io bokotra io. - -Mamorona fangatahana - -Alefaso ny fangatahana avy eo. - -Mandefa ny fangatahana - -Ho hakambako ao amin'ny sampana fiaingan'ny tetikasa ny zavatra nataonao avy eo. Mahazo mailaka ianao avy eo mba hahafantaranao fa vita ny fanakambanana. - -Ny sampana fiaingan'ny tetikasa anao dia tsy maharay ilay fanovanao fa mila raisinao manokana izay fanovana farany ao amin'ny sampana fiaingan'ny tetikasa. Araho ireto dingana manaraka ireto. - -## Tazomy tsy ho lany andro ny takelaka nampifandraisinao tamin'ny tena izy. - -Mankanesa ao amin'ny sampana fiaingana. - ``` - git checkout main - ``` - -Dia hampidiro ny rohy misy ny takelak'ilay tetik'asa naotaonao fampifandraisana `upstream remote url`: - -``` -git remote add upstream https://github.com/Roshanjossey/first-contributions -``` - -Fomba iray atao mba hahahafantaran'i git fa misy zavatra vaovao ao amin'io takelaka io izay antsoina hoe `upstream`. Rehefa vita izay dia alaivo ny fanovana vaovao rehetra ao amin'ilay takelaka nampifandraisina: - -``` -git fetch upstream -``` -Alefaso ao amin'ny sampana fiaingana misy ny takelakao anaty solosainao ny zavatra vaovao rehetra: - -``` -git rebase upstream/main -``` - -Alefaso any amin'ny takelaka ao amin'ny github anao ny fanovana azonao rehetra: - -``` -git push origin main -``` - -Afaka fafana amin'izay ny sampana izay noforoninao rehefa vita izay: -``` -git branch -d -``` -Afaka fafana ihany koa ny sampana avy lavitra: -``` -git push origin --delete -``` - -## Fanoroana hafa izay mampiasa fitaovana hafa - - -| 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) | - -## Ny atao manaraka ? - -Afaka miditra ho mpikambana ao amin'ny ekipanay ao amin'ny Slack ianao raha mila fanontaniana na fanampiana. [Hiditra ho mpikambana ao amin'ny Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) - diff --git a/docs/gui-tool-tutorials/translations/README.mk.md b/docs/gui-tool-tutorials/translations/README.mk.md deleted file mode 100644 index 2dfaf7b8..00000000 --- a/docs/gui-tool-tutorials/translations/README.mk.md +++ /dev/null @@ -1,123 +0,0 @@ -[![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) - - -# Први чекори - -Тешко е. Секогаш е тешко кога нешто се прави за прв пат. Кога соработуваме со други луѓе, правењето грешки е непријатно. Затоа сакавме да го поедноставиме начинот на кој новите соработници на отворен код учат и допринесуваат за прв пат. - -Читањето на статии и гледањето на видеа помага до некаде, но нема подобар начин за учење од вежбањето. Целта на овој проект е да се обезбеди вежба и да се поедностави начинот по кој почетниците допринесуваат отворен код. Ако сакате да го направите својот прв придонес, тогаш следете ги долунаведените чекори. - -#### *Ако не сакате да користите command line (терминал), [овде имате упатства за GUI](#Вежби-за-користење-на-други-програми)* - - -fork this repository - -Ако немате git на вашиот компјутер, [инсталирајте го]( https://help.github.com/articles/set-up-git/). - -## Направете Разгранување (Fork) на ова складиште (repository) - -Направете разгранување на складиштето со притискање на копчето "Fork" кое се наоѓа на горниот дел на оваа страница. -Вака ќе направите копија на складиштето во вашиот GitHub профил. - -## Клонирајте го овоа складиште - -clone this repository - -Сега треба да го клонирате складиштето во вашиот компјутер. Отидете во вашиот GitHub профил, отворете го разгранетото складиште, -кликнете на копчето "Clone" и копирајте го линкот. Исто така може да притиснете на иконата за копирање (Copy to clipboard) - -Отворете го терминалот и воведете ја следната команда: - -``` -git clone "линкот кој го копиравте" -``` -На местото на "линкот кој го копиравте" (без наводници) поставете го линкот на складиштето (Вашето Разгранување на овој проект). Погледнете ги претходните чекори за да видете како да го добиете линкот. - -copy URL to clipboard - -На пример: -``` -git clone https://github.com/vashiot-username/first-contributions.git -``` -со преименување на `vashiot-username` во вашето корисничко име. Во овој чекор правите копија на складиштето first-contributions од GitHub кон вашиот компјутер. - -## Создавање на гранка (branch) - -Променете ја локацијата на складиштето во вашиот компјутер (Ако сеуште не сте ја промениле): - -``` -cd first-contributions -``` -Сега создајте гранка со помош на командата `git checkout`: -``` -git checkout -b -``` - -На пример: -``` -git checkout -b add-alonzo-church -``` -(Името на гранката не мора да го содржи зборот *add*, но се препорачува, затоа што целта на оваа гранка е да го додадете вашето име во списокот.) - -## Направете ги потребните промени и извршете (commit) ги - -Сега отворете го фајлот `Contributors.md` во уредник за текст и додадете го вашето име. Не додавајте го на почетокот или крајот на фајлот. Поставете го некаде на средината. Зачувајте ги промените. - -git status - - -Ако ја извршете командата `git status` во директоријата на складиштето, ќе забележите дека има промени. - - -Зачувајте ги промените на создадената гранката со помош на командата `git add`: - -``` -git add Contributors.md -``` - -Сега извршете ги промените со командата `git commit`: -``` -git commit -m "Add to Contributors list" -``` -со промена на `` со вашето име. - -## Поставете (Push) ги промените во GitHub - -Поставете ги вашите промени со командата `git push`: -``` -git push origin -``` -со промена на `` во името на вашата гранка, која ја создадовте претходно. - -## Поднесете ги вашите промени за преглед. - -Ако отидете во вашето складиште во GitHub, ќе го забележите копчето `Compare & pull request`. Притиснете го. - -create a pull request - -Сега поднесете ги вашите промени за преглед. - -submit pull request - -Наскоро ќе ги спојам (merge) сите ваши промени во главната гранка (мастер branch) на овој проект. Ќе бидете известени по пат на електронска пошта за спојот на вашите промени. - -## Што е следно? - -Честитки! Само што ги завршивте _fork -> clone -> edit -> PR_ операции, со кои ќе се соочувате често како соработник! - -Прославете ги вашите придонеси и споделете ги со пријатели и следители со посета на [веб-апликацијата](https://firstcontributions.github.io/#social-share). - -Можете да станете дел од нашиот slack team ако ви треба помош или имате прашања [Стани дел](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Сега е време да започнете да допринесувате кон други проекти. Ние имаме создадено список со лесни проекти за да започнете. [Види ја листата](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) | diff --git a/docs/gui-tool-tutorials/translations/README.ml.md b/docs/gui-tool-tutorials/translations/README.ml.md deleted file mode 100644 index 0568b4af..00000000 --- a/docs/gui-tool-tutorials/translations/README.ml.md +++ /dev/null @@ -1,137 +0,0 @@ -[![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) - -ആദ്യമായി ഒരു കാര്യം ചെയ്യുക എന്നുള്ളത് വളരെ ബുദ്ധിമുട്ടാണ്. പ്രത്യേകിച്ച്, മറ്റു പലരുടെയും ഒപ്പം ജോലി ചെയ്യുമ്പോൾ തെറ്റ് വരുന്നത് അത്ര സുഖകരമായ കാര്യം അല്ല. സ്വതന്ത്ര സോഫ്റ്റ്‌വെയറിലേക്ക് ആദ്യമായി സംഭാവന ചെയ്യുന്നവർക്ക് അതിനെ പറ്റി പഠിക്കാനും പങ്കാളി ആകുവാനും വേണ്ടി കുറച്ച്‌ കൂടെ എളുപ്പമായ എന്തെങ്കിലും ഉണ്ടാക്കണമെന്നായിരുന്നു ഞങ്ങളുടെ ആഗ്രഹം. -ലേഖനങ്ങൾ വായിക്കുന്നതും വീഡിയോ കാണുന്നതും ഒക്കെ സഹായകരമാണ്. പക്ഷേ ചെയ്ത് തന്നെ പഠിക്കുന്നതാണ് ഏറ്റവും നല്ലത്. - - -ഈ പ്രൊജക്റ്റ് ഇതിനെ പറ്റി പരിചയം ഇല്ലാത്ത ഒരാൾക്ക് ആദ്യത്തെ സംഭാവന നല്കാൻ ഉള്ള ഒരു വഴികാട്ടി ആണ്. - - -നിങ്ങളും നിങ്ങളുടെ ആദ്യ സംഭാവന നൽകാൻ ആഗ്രഹിക്കുന്നു എങ്കിൽ താഴെ പറയുന്നത് പോലെ ചെയ്യുക. - - -#### *താങ്കൾക്ക് കമാൻഡ് ലൈൻ ഉപയോഗിച്ച്‌ പരിചയം ഇല്ലെങ്കിൽ, [GUI ഉപയോഗിച്ച് ചെയ്യാൻ ഉള്ള നിർദേശങ്ങൾ ഇവിടെ ലഭ്യമാണ്](#മറ്റു-ഉപകരണങ്ങൾ-ഉപയോഗിച്ച്-ചെയ്യുന്നതിനെ-പറ്റിയുള്ള-ലേഖനങ്ങൾ)*. - -fork this repository - -താങ്കളുടെ കമ്പ്യൂട്ടറിൽ ഗിറ്റ് (git) ഇല്ലെങ്കിൽ, [ഇൻസ്റ്റാൾ ചെയ്യുക](https://help.github.com/articles/set-up-git/). - -## ഈ റെപ്പോസിറ്ററി ഫോർക്ക് (fork) ചെയ്യുക - -ഈ പേജിന്റെ ഏറ്റവും മുകളിൽ ഉള്ള ഫോർക്ക് ബട്ടൺ ഉപയോഗിച്ച് ഈ റെപ്പോസിറ്ററി ഫോർക്ക് ചെയ്യുക. ഇങ്ങനെ ചെയ്യുമ്പോൾ നിങ്ങളുടെ അക്കൗണ്ടിൽ ഈ റെപ്പോസിറ്ററിയുടെ ഒരു പകർപ്പ് സൃഷ്ടിക്കപ്പെടുന്നു. - -## ഈ റെപ്പോസിറ്ററി ക്ലോൺ (clone) ചെയ്യുക - -clone this repository - -ഇനി ഫോർക്ക് ചെയ്ത റെപ്പോസിറ്ററി നിങ്ങളുടെ കമ്പ്യൂട്ടറിലേക്ക് ക്ലോൺ ചെയ്യുക. നിങ്ങളുടെ ഗിറ്റ്ഹബ് (GitHub) അക്കൗണ്ട് എടുത്ത് അതിൽ ഫോർക്ക് ചെയ്ത റെപ്പോസിറ്ററി തുറക്കുക. എന്നിട്ട് മുകളിൽ ക്ലോൺ ബട്ടണിലെ *കോപ്പി ടു ക്ലിപ്പ് ബോർഡ് (Copy to clipboard)* എന്ന ഐക്കൺ ക്ലിക്ക് ചെയ്യുക. - -എന്നിട്ട് ഒരു ടെർമിനൽ എടുത്ത് താഴെ പറയുന്ന ഗിറ്റ് കമാൻഡ് റൺ ചെയ്യുക: - -``` -git clone <നിങ്ങളുടെ-ലിങ്ക്> -``` - -ഇതിൽ `<നിങ്ങളുടെ-ലിങ്ക്>` എന്ന് പറയുന്നത് താങ്കളുടെ (ഫോർക്ക് ചെയ്ത) റെപ്പോസിറ്ററി ലിങ്ക് ആണ്. ലിങ്ക് എങ്ങനെ കോപ്പി ചെയ്യാം എന്നറിയാൻ ഇതിനു മുൻപ് ഉള്ള നിർദേശം നോക്കുക. - -copy URL to clipboard - -ഉദാഹരണം: - -``` -git clone https://github.com/<താങ്കൾ>/first-contributions.git -``` - -ഇതിൽ `<താങ്കൾ>` എന്നതിന് പകരം നിങ്ങളുടെ ഗിറ്റ്ഹബ് യൂസർനെയിം കൊടുക്കുക. ഇപ്പോൾ നിങ്ങൾ ചെയ്യുന്നത് നിങ്ങളുടെ ഗിറ്റ്ഹബിലെ ഫസ്റ്റ്-കോണ്ട്രിബൂഷൻസ് (first-contributions) റെപ്പോസിറ്ററിയിൽ ഉള്ളവ നിങ്ങളുടെ കമ്പ്യൂട്ടറിലേക്ക് കോപ്പി ചെയ്യുകയാണ്. - -## ഒരു ശാഖ (ബ്രാഞ്ച്, Branch) ഉണ്ടാക്കുക - -നിങ്ങളുടെ റെപ്പോസിറ്ററിയിലേക്ക് കടക്കുക: - -``` -cd first-contributions -``` - -എന്നിട്ട് `git checkout` എന്ന കമാൻഡ് ഉപയോഗിച്ച് ഒരു ബ്രാഞ്ച് ഉണ്ടാക്കുക: - -``` -git switch -c <നിങ്ങളുടെ-പുതിയ-ബ്രാഞ്ചിന്റെ-പേര്> -``` - -ഉദാഹരണം: - -``` -git switch -c add-alonzo-church -``` - -(ബ്രാഞ്ചിന്റെ പേരിൽ add എന്ന് ഉണ്ടാകണം എന്ന് നിർബന്ധം ഇല്ല. പക്ഷെ നിങ്ങളുടെ ഉദ്ദേശം നിങ്ങളുടെ പേര് ഇതിൽ ഉൾപ്പെടുത്തണം എന്നത് ആണെന്നതിനാൽ അത് കൊടുക്കുന്നതാണ് നല്ലത്.) - -## ആവശ്യത്തിനുള്ള വ്യത്യാസങ്ങൾ വരുത്തി അവ കമ്മിറ്റ് (commit) ചെയ്യുക - -ഇനി `Contributors.md` എന്ന ഫയൽ ഒരു എഡിറ്റർ ഉപയോഗിച്ച് തുറന്നതിനു ശേഷം താങ്കളുടെ പേര് അതിൽ ഉൾപ്പെടുത്തുക. അങ്ങനെ ചെയ്യുമ്പോൾ തുടക്കത്തിലോ അവസാനത്തിലോ അല്ലാതെ ഇടയിൽ എവിടെയെങ്കിലും ഉൾപെടുത്തുക. എന്നിട്ട് ആ ഫയൽ സേവ് ചെയ്യുക. - -git status - -താങ്കളുടെ പ്രൊജക്റ്റ് ഡയറക്ടറിയിൽ ചെന്ന് `git status` എന്ന കമാൻഡ് അടിച്ചു നോക്കിയാൽ താങ്കൾ വരുത്തിയ വ്യത്യാസങ്ങൾ കാണാൻ സാധിക്കും. - -ഈ വ്യത്യാസങ്ങൾ `git add` കമാൻഡ് ഉപയോഗിച്ച്‌ നിങ്ങളുടെ ബ്രാഞ്ചിലേക്ക് ചേർക്കുക: - -``` -git add Contributors.md -``` - -ഇനി നിങ്ങൾ ഉണ്ടാക്കിയ വ്യത്യാസങ്ങൾ `git commit` കമാൻഡ് ഉപയോഗിച്ച് കമ്മിറ്റ് ചെയ്യുക: - -``` -git commit -m "Add <താങ്കളുടെ-പേര്> to Contributors list" -``` - -ഇതിൽ `<താങ്കളുടെ-പേര്>` എന്ന സ്ഥാനത്ത് താങ്കളുടെ ശരിയായ പേര് കൊടുക്കുക. - -## വ്യത്യാസങ്ങൾ ഗിറ്റ്ഹബിലേക്ക് ചേർക്കുക (push) - -`git push` കമാൻഡ് ഉപയോഗിച്ച് വ്യത്യാസങ്ങൾ ഗിറ്റ്ഹബിലേക്ക് പുഷ് ചെയ്യുക: - - -``` -git push origin <താങ്കളുടെ-ബ്രാഞ്ചിന്റെ-പേര്> -``` - -ഇതിൽ <താങ്കളുടെ-ബ്രാഞ്ചിന്റെ-പേര്> എന്നതിന് പകരം താങ്കൾ നേരത്തെ ഉണ്ടാക്കിയ ബ്രാഞ്ചിന്റെ പേര് കൊടുക്കുക. - -## നിങ്ങളുടെ വ്യത്യാസങ്ങൾ പരിശോധനക്കായി (review) സമർപ്പിക്കുക - -നിങ്ങൾ ഇപ്പോൾ നിങ്ങളുടെ ഗിറ്റ്ഹബ് റെപ്പോസിറ്ററിയിൽ പോയി നോക്കിയാൽ അവിടെ `Compare & pull request` എന്ന ഒരു ബട്ടൺ കാണാം. അതിൽ അമർത്തുക. - -create a pull request - -ഇനി പുൾ റിക്വസ്റ്റ് (pull request) കൊടുക്കുക. - -submit pull request - -വൈകാതെ തന്നെ ഞാൻ താങ്കളുടെ വ്യത്യാസങ്ങൾ പ്രധാന ബ്രാഞ്ചിലേക്ക് ചേർക്കുന്നതായിരിക്കും. അപ്പോൾ താങ്കൾക്ക് ഒരു ഇമെയിൽ അറിയിപ്പ് ലഭിക്കും. - -## ഇവിടെ നിന്ന് ഇനി എങ്ങോട്ട്? - -അഭിനന്ദനങ്ങൾ! താങ്കൾ താങ്കളുടെ ആദ്യത്തെ _fork -> clone -> edit -> PR_ പടികൾ വിജയകരമായി പൂർത്തിയാക്കിയിരുന്നു. ഒരു സംഭാവകൻ/സംഭാവിക എന്ന നിലക്ക് ഇത് താങ്കൾക്ക് ഇടയ്ക്കിടെ ചെയ്യേണ്ടി വരുന്ന ഒരു കാര്യം ആണ്! - -താങ്കളുടെ സംഭാവന സുഹൃത്തുക്കളും പിൻഗാമികളുമായി (followers) പങ്കിട്ട് ആഘോഷിക്കുവാനായി ഈ [വെബ് ആപ്പ് ഉപയോഗിക്കുക](https://firstcontributions.github.io/#social-share). - -താങ്കൾക്ക് എന്തെങ്കിലും സഹായം വേണമെങ്കിൽ, അല്ലെങ്കിൽ എന്തെങ്കിലും ചോദ്യങ്ങൾ ഉണ്ടെങ്കിൽ ഞങ്ങളുടെ [slack team-ൽ ചേരുവാനായി റിക്വസ്റ്റ് അയക്കുക](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -ഇനി താങ്കൾക്ക് മറ്റുള്ള പ്രൊജെക്ടുകളിൽ സംഭാവന ചെയ്യുവാൻ സാധിക്കും. താങ്കൾക്ക് വേഗം തുടങ്ങുവാൻ വേണ്ടി ഞങ്ങൾ എളുപ്പത്തിൽ തീർക്കാവുന്ന പ്രശ്നങ്ങൾ (issues) ഉള്ള പ്രോജക്ടുകളുടെ ഒരു ലിസ്റ്റ് ഉണ്ടാക്കിയിട്ടുണ്ട്. അത് ഈ [പ്രോജക്ടുകളുടെ ലിസ്റ്റിൽ](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) | diff --git a/docs/gui-tool-tutorials/translations/README.mli.md b/docs/gui-tool-tutorials/translations/README.mli.md deleted file mode 100644 index 73194853..00000000 --- a/docs/gui-tool-tutorials/translations/README.mli.md +++ /dev/null @@ -1,139 +0,0 @@ -[![Porozɛ fuw kanu](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) - - -# Bolomafara(contributions) fɔlɔw - -A ka gɛlɛn tuma bɛɛ ni i ye fɛn dɔ kɛ siɲɛ fɔlɔ min na. Siranya min bɛ mɔgɔ la ka filiw kɛ, o tɛ mɔgɔ lafiya fewu, kɛrɛnkɛrɛnnenya la n’aw bɛ jɛ ka baara kɛ ɲɔgɔn fɛ. Nka porogaramu hɔrɔnma diɲɛ ye jɛkafɔ ni baara kɛli ye kuluw kɔnɔ. Ani fana, an b’a fɛ ka dɛmɛ donbaga kuraw bolo minnu bɛ porogaramu fuw la, olu ka se ka kalan nɔgɔya, an kɛtɔ k’aw kalan bolomafara kɛcogo la siɲɛ fɔlɔ. - -Barokunw ni kalansenw kalanni bɛ se ka dɛmɛ don, nka mun ka fisa ni k’a ɲini k’a sɔrɔ i ma se ka filiw kɛ? Nin porozɛ in kun ye ka bilasirali kɛ ani ka kalandenw ka dɛmɛ fɔlɔ kɛcogo nɔgɔya. Aw ye aw hakili to a la: ni aw hakili sigilen don, aw bɛ kalan kɛ ka ɲɛ. N’i ​​b’a fɛ k’i ka bolomafara fɔlɔ kɛ, i ka nin fɛɛrɛ ninnu labato dɔrɔn. N bɛ layidu ta ko a bɛna kɛ ɲɛnajɛ ye. - -embrancher ce repertoire - -Ni git t i ka ɔridinatɛri kan, [ a sigi sen kan]( https://help.github.com/articles/set-up-git/ ). - -## Aw ye nin ɲɛbilasɛbɛn in bolofara (a bɛ fɔ fana ko Fork) . - -Forok kɛ nin ɲɛbilasɛbɛn in na ni fork butɔni digilen ye ɲɛ sanfɛ. -O bɛna kɛ sababu ye ka kunnafonisɛbɛn kopi dɔ dilan i ka jatebɔsɛbɛn kan. - -## aw ka kan ka nin ɲɛbilasɛbɛn in Clone - -clonez ce répertoire - -Sisan, i ka nin ɲɛbilasɛbɛn in clone i ka ɔridinatɛri kɔnɔ. Clone button digi o kɔfɛ *copier dans le presse-papier* taamasiyɛn digi. - -Cikan yɔrɔ dɔ da wuli (n’i bɛ Windows kan) walima terminal (n’i bɛ MacOS walima Linux kan) ka nin git cikan ninnu kɛ: -``` -git clone "URL min ye i kopi kɛ sisan" -``` -wali "URL min ye i kopi kɛ sisan" (ni gillemants tɛ) ye url ye min bɛ kɛ ni ɲɛbilasɛbɛn ye. Aw ye tilayɔrɔ tɛmɛnen lajɛ walasa ka URL sɔrɔ. - -copier l'URL dans le presse-papier - -misale : -``` -git clone https://github.com/votre-nom-d-utilisateur/first-contributions.git -``` -yɔrɔ min na `i-tɔgɔ` ye i ka GitHub baarakɛla tɔgɔ ye. Yan i bɛ `first-contributions` ɲɛbilasɛbɛn kɔnɔkow kopi ka bɔ GitHub la ka taa i ka ɔridinatɛri kɔnɔ. - -## Bolo(contributions) dɔ dabɔ - -Aw bɛ taa poroze ɲɛbilasɛbɛn kura clone (n’aw tɛ yen fɔlɔ): - -``` -cd first-contributions -``` -Sisan, bolofara(branch) dɔ dabɔ ni cikan ye`git checkout` : -``` -git checkout -b -``` - -misale : -``` -git checkout -b add-koffi-sani -``` -(Bolofara tɔgɔ man kan ka kɛ ni *add* daɲɛ ye, nka a bɛnnen don k’a don a kɔnɔ bawo nin bolofara in kun ye k’i tɔgɔ fara lisi kan.) - -## Yɛlɛma wajibiyalenw kɛ ani k’u bila - -Sisan, `Contributors.md` file da wuli sɛbɛnnikɛlan dɔ kɔnɔ, k'i tɔgɔ fara a kan, k'a mara. N'i ye cikan-sɛbɛn da wuli ka `git status` cikan baara, i b'a ye ko fɛn dɔw b'a la. Aw ye nin bεnkanw Fàra bolofara kan aw ye min Dabɔ sisan ni `git add` cikan ye: -``` -git add Contributors.md -``` - -Sisan, aw bɛ o fɛn caman Changements (Yɛlɛma) kɛ ni cikan(commade) ye`git commit`: -``` -git commit -m "Add to Contributors list" -``` -ni `` bilali ye i tɔgɔ nɔ na - -## Yɛlɛma caman bɛ GitHub (GitHub) la - -Aw bɛ aw ka fɛn caman Changements (Yɛlɛma) Gɛn ni cikan ye `git push` : -``` -git push origin -``` -ni `` bilali ye bolofara min dabɔra ka kɔrɔ, o tɔgɔ bila a nɔ na. - -##Aw ye aw ka fɛn caman ci walasa ka segin u kan - -N’i ​​taara i ka marayɔrɔ la Github kan, i bɛna `Compare & pull request` butɔni ye. Butɔn digi. - -create a pull request - -Sisan, aw ka sama ɲinini sɛbɛn di - -submit pull request - -Sɔɔni n bɛna aw ka fɛn caman Changements bɛɛ fara ɲɔgɔn kan ka kɛ nin porozɛ in bolofara belebele ye. I bɛna kunnafoni imɛri sɔrɔ ni farali banna dɔrɔn. -I ka tɔnbolofara belebeleba tɛna yɛlɛma nin waati in na. Walasa k’aw ka bolofara ni ne ta ka bɛn, aw bɛ nin fɛɛrɛ ninnu tigɛ. - -## Aw k’aw ka tɔnbolofara to ɲɔgɔn fɛ ni nin ɲɛbilasɛbɛn in ye - -Fɔlɔ, i ka wuli ka taa bolofara belebeleba(main) la - ``` - git checkout main - ``` - -Ani ka n ka ɲɛbilasɛbɛn url fara a kan i n’a fɔ `upstream remote url`: -``` -git yɔrɔjan fara sanfɛ https://github.com/Roshanjossey/fɔlɔ-dɛmɛ -``` -Nin ye fɛɛrɛ ye k’a fɔ git ye ​​ko nin ɲɛbilasɛbɛn in bɔko wɛrɛ bɛ yen ladɛrɛsi kofɔlen na wa an b’a wele ko `upstream`. Ni fɛn caman Changements (Yɛlɛma) farala ɲɔgɔn kan, i ka version kura ɲini n ka ɲɛbilasɛbɛn kɔnɔ: -``` -git fetch upstream -``` - -Yan an bɛ fɛn caman sɛmɛntiya n ka bolofara kɔnɔ (upstream remote). Sisan i ka kan ka n ka ɲɛbilasɛbɛn lajɛlen kura fara ɲɔgɔn kan i ka bolofara belebele kɔnɔ: -``` -git rebase upstream/main -``` -Yan, i ye fɛn minnu ɲini, an bɛ olu bɛɛ waleya bolofara belebeleba la. N’i ​​ye bolofara belebele gɛlɛya sisan, i ka bolofara fana bɛna fɛn caman Changements: -``` -git push origin main -``` -Kɔlɔsili: Nin sen in na, i bɛ ka gɛlɛya ka taa yɔrɔjan ɲɛbilasɛbɛn na min bɛ wele ko origin. - -Nin hakɛ in na n y'i ka bolofara `` fara n ka bolofara belebele kan, wa i ye n bolofara belebele fara ɲɔgɔn kan n'i ka bolofara belebele ye. I ka bolofara `` nafa tɛ yen tugun, o la i bɛ se k'a bɔ yen: -``` -git branch -d -``` -ani i bɛ se k’a bɔko bɔ yɔrɔjan ɲɛbilasɛbɛn kɔnɔ fana: -``` -git push origin --delete -``` -O tɛ wajibi ye, nka bolofara tɔgɔ b’a jira ko a sinsinnen bɛ fɛn kɛrɛnkɛrɛnnen kan kosɛbɛ. A si bɛ se ka kɛ waati surun ye. - -## Kalan minnu bɛ kɛ ni baarakɛminɛn wɛrɛw ye - - -| 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) | - -## An bɛ taa min kɔfɛ? - -Aw bɛ se fana ka fara an ka jɛkulu kan Slack kan ni aw mago bɛ dɛmɛ na walima ni ɲininkali dɔw bɛ aw fɛ. [Rejoindre l'équipe sur Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) diff --git a/docs/gui-tool-tutorials/translations/README.mm_unicode.md b/docs/gui-tool-tutorials/translations/README.mm_unicode.md deleted file mode 100644 index f8574413..00000000 --- a/docs/gui-tool-tutorials/translations/README.mm_unicode.md +++ /dev/null @@ -1,130 +0,0 @@ -[![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) - - -# ပထမအကြိမ် ကူညီထောက်ပံ့ခြင်း - -ဘယ်အရာမဆို ပထမဦးဆုံးလုပ်ဆောင်အခါ အခက်အခဲတွေ့ကြုံရပါတယ်။ အထူးသဖြင့် လူအများနဲ့ ပေါင်းသင်းလုပ်ကိုင်ကြတဲ့ အခါ မထင်မှတ်ထားတဲ့ အမှားများတွေ့ရတတ်ပြီး အဆင်မပြေတာတွေဖြစ်တတ်ပါတယ်။ Open source software များကတော့ လူအများနဲ့ ပေါင်းသင်းဆက်ဆံလုပ်ကိုင် ကြရတာပါ။ ဒါကြောင့်မို့ ပထမဦးဆုံးအကြိမ် open-source project များကို ပါဝင် ကူညီထောက်ပံ့သူများကို ပထမဆုံးအကြိမ် ကူညီထောက်ပံ့နိုင်ဖို့နဲ့ လွယ်ကူ ရိုးရှင်းတဲ့ လေ့လာနည်းဖြစ်ဖို့ ရည်ရွယ်ပါတယ်။ - -လေ့ကျင်ခန်း စာစောင်တွေနဲ့ ဗီဒီယိုတွေက အကူအညီရနိုင်သော်လဲ တကယ်လက်တွေ့လုပ်ဆောင်တာထက် ပိုကောင်းတာမရှိပါဘူး။ ဒီ project က ပထမဆုံးအကြိမ် ကူညီထောက်ပံ့ပေးမဲ့ သူတွေအတွက် လွယ်ကူ ရှိးရှင်းပြီး အကူအညီအထောက်ပံ့ဖြစ်စေဖို့ ရည်ရွယ်ပါတယ်။ **မှတ်ထားပါ** : သင်ကသက်တောင်သက်သာရှိလေလေ သင်ကပိုကောင်းကောင်းသင်ယူနိုင်လေ ဖြစ်ပါတယ်။ သင်သာ အောက်မှာရှိတဲ့ အဆင့်တိုင်းလုပ်သွားလျှင် သင့်ရဲ့ ပထမဆုံး ကူညီထောက်ပံခြင်းမှာ အဆင်ပြေစွာ ပြီးမြောက်သွားမှာဆိုတာ အာမခံပါတယ်။ - -_command line (သို့) terminal အသုံးပြုရတာ အဆင်မပြေပါက [GUI tools အသုံးပြုပုံများကို ဒီမှာကြည့်ရန်](#အခြား-Tools-များ-အသုံးပြုသည့်-tutorial)_ - -fork this repository - -#### သင့်ကွန်ပျူတာထဲမှာ Git မသွင်းရသေးလျှင် [ဒီမှာ သွင်းနည်းကြည့်ရန်](https://help.github.com/articles/set-up-git/). - -## ဒီ repository ကို fork လုပ်ပါ - -Fork လုပ်ဖို့အတွက် စာမျက်နှာအပေါ်နားမှရှိတဲ့ fork ခလုတ် ကိုနှိပ်ပါ။ -ဒီ repository က သင့် အကောင့်ကို ပုံစံတူပွားအနေနဲ့ ရောက်လာပါမယ်။ - -## ဒီ repository ကို clone လုပ်ပါ - -clone this repository - -ခုနက fork လုပ်ထားတဲ့ repository ကို သင့်ကွန်ပျူတာထဲ clone လုပ်ပါမယ်။ သင့် Github အကောင့်ကိုသွားပြီး fork လုပ်ထားတဲ့ repository ကို ဖွင့်ပါ။ Code ဆိုတဲ့ ခလုတ်လေးကို နှိပ်ပြီး _copy to clipboard_ icon လေးကို နှိပ်ပါ။ - -command line (သို့) terminal ကိုဖွင့်ပြီး အောက်က Git command ကို run ပါ။ - -``` -git clone "ခုနက copy ထားတဲ့ လင့်ခ်" -``` - -"ခုနက copy ထားတဲ့ လင့်ခ်" (quotation marks မထည့်ရပါ) ဆိုတာဟာ ဒီ repository (ဒီပရောဂျက်ရဲ့ သင့် fork) ရဲ့ လင့်ခ်ပဲ ဖြစ်ပါတယ်။ ဒီနေရာမှာ အဆင်မပြေဖြစ်ခဲ့ရင် အပေါ်က အဆင့်များကို ပြန်လုပ်ပါ။ - -copy URL to clipboard - -ဥပမာ: - -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -`this-is-you` ဆိုတာ သင့်ရဲ့ Github username ပဲ ဖြစ်ပါတယ်။ ဒီအဆင့်တွေက Github မှာရှိတဲ့ first-contributions repository ကို သင့်ကွန်ပျူတာထဲသို့ ကူးထည့်တာပဲ ဖြစ်ပါတယ်။ - -## Branch အသစ်လုပ်ခြင်း - -သင် copy လုပ်ထားတဲ့ repository directory ကို မရောက်သေးရင် အောက်က command ကို run ပြီး ရောက်အောင်သွားပါ။ - -``` -cd first-contributions -``` - -Branch အသစ်ကို `git checkout` command ကို run ပြီးလုပ်ပါ။ - -``` -git checkout -b your-new-branch-name -``` - -ဥပမာ: - -``` -git checkout -b add-alonzo-church -``` - -(Branch နာမည်ဘာဖြစ်ဖြစ်ရပါတယ် သို့သော်လဲ ဒီ project ကသင့် နာမည်ကိုထပ်ထည့်မှာဖြစ်လို့ _add_ သင့်နာမည်ကို အားလုံးနဲ့ အဆင်ပြေအောင်ထည့်ပေးပါ။) - -## ပြောင်းစရာရှိတာများ ပြောင်းပြီး ထိုပြောင်းလဲမှုများကို commit လုပ်ခြင်း - -သင့် text editor မှာ `Contributors.md` ကိုဖွင့်ပါ။ ထိပ်ဆုံးနှင့်နောက်ဆုံးမှလွဲ၍ သင့်ရဲ့ နာမည်ကို အဆင်ပြေတဲ့ နေရာမှာထည့်ပြီး save ပါ။ - -git status - -ပြီးရင် ဒီ folder ရှိတဲ့နေရာကိုသွားပြီး `git status` command ကို run ပါ။ သင်ဘာတွေပြောင်းထားလဲဆိုတာ မြင်ရပါလိမ့်မယ်။ - -ဒီပြောင်းလဲမှုတွေကို သင့်ရဲ့ branch ကိုထည့်ဖို့အတွက် `git add` command ကို run ပါ။ - -``` -git add Contributors.md -``` - -အခု commit လုပ်ဖို့ `git commit` command ကို run ပေးပါ။ - -``` -git commit -m "Add to Contributors list" -``` - -`` နေရာမှာ သင့်နာမည်ကို အစားထိုးပါ။ - -## သင့်ရဲ့ ပြောင်းလဲ ပြုပြင်မှုကိုများကို Github သို့တင်ပါ။ - -ပြောင်းလဲမှုများကို Github သို့တင်ဖို့အတွက် `git push` ကို run ပါ။ - -``` -git push origin -``` - -`` နေရာမှာ သင်အသစ်လုပ်ထားတဲ့ branch နာမည်ကိုထည့်ပါ။ - -## သင်ပြောင်းထားတာ တွေကို review လုပ်ဖို့ submit လုပ်ပါ။ - -သင့် GitHub က သင့် repository မှာ `Compare & pull request` ဆိုတဲ့ ခလုတ်မြင်နေရမှာပါ။ အဲ့ဒီ ခလုတ်ကို နှိပ်လိုက်ပါ။ - -create a pull request - -အခု pull request ကို submit လုပ်လိုက်ပါ။ - -submit pull request - -သင့်ရဲ့ပြောင်းလဲမှုတွေကို ဒီ project ရဲ့ master branch မှာ ထည့်သွင်းပေးမှာဖြစ်ပါတယ်။ ဒါကြောင့် ဒီ project ရဲ့ master branch မှာ ထည့်သွင်းပြီးရင် သင့်မှာ notification email ရောက်လာပါလိမ့်မယ်။ - -## ဒါပြီးရင် ဘာတွေဆက် လေ့လာမလဲ - -Congratulation! Open Source Project တွေမှာ အမြဲလုပ်ရလေ့ရှိတဲ့ _fork -> clone -> edit -> pull request_ လုပ်ငန်းစဥ်ကို သင် အောင်မြင်စွာ လုပ်နိုင်ခဲ့ပါပြီ။ - -အခု သင်ကူညီထောက်ပံ့ခဲ့တာကို သင့်သူငယ်ချင်းတွေကို share ချင်ရင် [ဒီ web app](https://firstcontributions.github.io/#social-share) ကို သွားပါ။ - -တခြားအကူအညီများနဲ့ မေးစရာများရှိပါက ကျွန်တော်တို့ရဲ့ Slack team ကို ဝင်ရောက် မေးမြန်းနိုင်ပါတယ်။[Join slack team သို့ ဝင်ရန်](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -နောက်ထပ် ပရောဂျက်များကိုလည်း ဝင်ရောက်ကူညီလိုပါက ကျွန်တော်တို့ ပြုစုထားတဲ့ ပရောဂျက်စာရင်းကို လေ့လာနိုင်ပါတယ်။ [web app ထဲမှ ပရောဂျက်စာရင်း](https://firstcontributions.github.io/#project-list). - -### [အခြား ထွေလီကာလီများ](additional-material/git_workflow_scenarios/additional-material.md) - -## အခြား Tools များ အသုံးပြုသည့် tutorial - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.mr.md b/docs/gui-tool-tutorials/translations/README.mr.md deleted file mode 100644 index 7087531b..00000000 --- a/docs/gui-tool-tutorials/translations/README.mr.md +++ /dev/null @@ -1,131 +0,0 @@ -[![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) - - -# प्रथम योगदान - -सुरुवातीला कुठलीही गोष्ट करणे कठीण असते. विशेषत: आपण एकत्र काम करत असताना चुका होणे स्वाभाविक आहे. परंतु एकमेकांसोबत भेटणे आणि एकत्र कार्य करणे हेच तर मुक्त स्त्रोत (Open Source) चे गमक आहे. आम्ही आपले प्रथम मुक्त स्त्रोत योगदान (Contribution) सुलभ करण्यास मदत करू. - -लेख वाचणे आणि ट्यूटोरियल पाहण्याने आपणास मदत होऊ शकते परंतु प्रत्यक्षात सराव करण्यापेक्षा काय चांगले आहे? या प्रकल्पाचा हेतू नवशिक्यांना आपले प्रथम योगदान देण्यासंदर्भात सोप्या स्वरुपात मार्गदर्शन प्रदान करण्याचा आहे. आपण आपले प्रथम योगदान देत असल्यास, खालील पायऱ्यांचे अनुसरण करा. - -#### *जर आपल्याला कमांड लाईन (CLI) सोयीस्कर वाटत नसेल तर [GUI टूल्स वापरण्यासंदर्भात ट्यूटोरियल येथे आहेत.](#इतर-साधने-वापरण्याबाबतीत-ट्युटोरियल)* - - -[](translations/README.en-pirate.md) - -fork this repository - -आपण आपल्या मशीनवर Git नसेल तर, [येथुन इन्स्टॉल करा](https://help.github.com/articles/set-up-git/). - -## रिपॉझिटरी (Repository) ला फोर्क (Fork) करणे - -फोर्क बटण क्लिक करून या रिपोला फोर्क करा. -हे आपल्या खात्यात या रिपॉझिटरीची प्रत (कॉपी) तयार करेल. - -## रिपॉझिटरी (Repository) ला क्लोन (Clone) करणे - -clone this repository - -आता फोर्क केलेला रिपो आपल्या संगणकावर क्लोन (Clone) करा. यासाठी आपण आपल्या गिटहब (GitHub) खात्यावर जा. जो रिपो आपण फोर्क केलेला आहे, त्याला उघडा. उघडलेल्या रिपोत उजव्या बाजुला वर `Clone or download` बटण दिसेल, त्यावर क्लिक करा. नंतर तेथील `Copy to clipboard` या आयकॉनवर क्लिक करा. याद्वारे प्रस्तुत रिपोची लिंक (URL) कॉपी झालेली असेल. - -आता आपले टर्मिनल (Terminal) उघडा व त्यात खालील git आदेश (Command) चालवा. - -``` -git clone <कॉपी-केलेली-लिंक> -``` - -copy URL to clipboard - -येथे `<कॉपी-केलेली-लिंक>` (त्रिकोणी कंस वगळता) यास आपण आताच कॉपी केलेली URL लिंक असे ग्राह्य धरण्यात यावे. ही URL लिंक मिळवण्याकरता याआधीच्या पायरीचे अवलोकन करावे. - -उदाहरणार्थ: - -``` -git clone https://github.com/तुमचे-युझर-नाव/first-contributions.git -``` - -येथे `तुमचे-युझर-नाव` याचा अर्थ आहे, आपल्या गिटहब खात्याचे नाव (Username). - -आता एंटर (Enter/Return) बटण दाबा. याद्वारे प्रस्तुत रिपो `first-contributions` आपल्या संगणकावर कॉपी होईल. - -## ब्रांच (Branch) बनवणे. - -आपल्या टर्मिनल वरुन आपली रिपो फोल्डर/डायरेक्टरी (Folder/Directory) बदला (जर आपण अद्याप बदलले नसेल तर). - -``` -cd first-contributions -``` - -आता `git checkout` ही कमांड वापरुन नवीन ब्रांच तयार करा. - -``` -git checkout -b <आपल्या-ब्रांचचे-नाव-येथे-टाका> -``` - -उदा: - -``` -git checkout -b add-rahul-thakare -``` - -(प्रत्येक ब्रांचच्या नावात `add` हा शब्द असणे आवश्यक नाही, परंतु वरील उदाहरणात त्याचा समावेश असणे ही एक वाजवी गोष्ट आहे कारण ईथे आपले नाव सूचीमध्ये जोडणे हा या शाखेचा उद्देश आहे.) - -## आवश्यक बदल करणे आणि ते बदल कमिट (Commit) करणे. - -आता मजकूर संपादक मध्ये `Contributors.md` फाइल उघडा, व त्यात आपले नाव जोडा. फाइलच्या सुरवातीस किंवा समाप्तीमध्ये जोडू नका. त्यामध्ये कुठेही ठेवा. आता फाईल सेव्ह (Save) करा. - -git status -आता तुम्ही पुन्हा टर्मिनल कडे जाल आणि `git status` ही कमांड चालवाल तर तुम्हाला त्यात काही बदल झालेले दिसतील. - -`git add` कमांड वापरुन आपण तयार केलेल्या शाखेत ते बदल जोडा - -``` -git add Contributors.md -``` - -आता `git commit` ही कमांड वापरुन आपले बदल कमिट/सुरक्षित करा. - -``` -git commit -m "Add <तुमचे-नाव> to Contributors list" -``` - -`<तुमचे-नाव>` च्याऐवजी आपले नाव टाका. - -## गिटहब मध्ये आपले बदल पुश करणे. - -`git push` वापरून आपले बदल पुश करा - -``` -git push origin <आपल्या-शाखेचे-नाव> -``` - -`<आपल्या-शाखेचे-नाव>` च्या जागी आपल्या ब्रांचचे नाव टाका. - -## पुनरावलोकनासाठी आपले बदल सबमिट करणे. - -आपण आपल्या गिटहब प्रोफाइलवर आपल्या रिपो वर गेल्यास, आपल्याला `Compare & pull request` पाठविण्याचा पर्याय दिसेल, ते दाबा. -create a pull request - -आता आपल्या `Pull request` सबमिट करा. - -submit pull request - -लवकरच मी आपले बदल या प्रकल्पाच्या मुख्य शाखेत विलीन करेन. जेव्हा आपले बदल विलीन होतील तेव्हा आपल्याला ई-मेल मिळेल. - -## आता पुढे काय? - -अभिनंदन! आपण नुकतीच _fork -> clone -> edit -> PR_ ही कार्यपद्धती पूर्ण केली आहे ज्यास आपणास एक योगदानकर्ता (Contributor) म्हणून सदैवच तोंड द्यावे लागते! - -आपले योगदान साजरे करा आणि [येथे](https://firstcontributions.github.io/#social-share) जाऊन आपल्या मित्र आणि अनुयायांसह शेअर/सामायिक करा. - -आपल्याला कोणत्याही मदतीची आवश्यकता असल्यास किंवा काही प्रश्न असल्यास आपण आमच्या स्लॅक टीममध्ये सामील होऊ शकता. [स्लॅक टीममध्ये सामील व्हा](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -आता आपण इतर प्रकल्पांमध्येही आपले योगदान देऊ शकता. आपण प्रारंभ करू शकाल अशा सुलभ समस्यांसह (Issues) आम्ही काही प्रोजेक्टची सूची संकलित केली आहे. [येथे वेब अॅप मधील प्रकल्पांची यादी पहा.](https://firstcontributions.github.io/#project-list) - -## इतर साधने वापरण्याबाबतीत ट्युटोरियल - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.mx.md b/docs/gui-tool-tutorials/translations/README.mx.md deleted file mode 100644 index df61d92f..00000000 --- a/docs/gui-tool-tutorials/translations/README.mx.md +++ /dev/null @@ -1,124 +0,0 @@ -[![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) - - -# Primeras contribuciones - -Siempre resulta difícil la primera vez que haces algo. Principalmente cuando colaboras con otros, ya que cometer errores no es agradable. Es por ello que, queremos hacer más sencilla la forma en la que los nuevos contribuyentes de _open source_ aprenden y contribuyen por primera vez. - -Leer artículos y ver tutoriales puede ayudar, pero ¿qué mejor que hacer las cosas en un ambiente de prácticas? Este proyecto se enfoca en guiar y en simplificar la forma en la que los principiantes hacen su primera contribución. Si buscas hacer tu primera contribución, sigue los pasos que se muestran a continuación. - -#### *Si no estás cómodo con la línea de comandos, [aquí hay unos tutoriales usando herramientas gráficas.](#Tutoriales-con-otras-herramientas)* - - -fork de este repositorio - -Si no tienes Git en tu equipo, aquí las instrucciones para instalarlo en el [enlace]( https://help.github.com/articles/set-up-git/ ) - -## Dale Fork al repositorio - -Dale "fork" a este repositorio dando clic en el botón "*Fork*" en la parte superior derecha de la página. -Esto creará una copia de este repositorio en tu cuenta. - -## Clona "Clone" el repositorio - -clonar este repositorio - -Ahora clona este repositorio en tu equipo. Ve a tu cuenta de Github, y da clic en el botón "*clone or download*" y luego da clic en el ícono para *copiar*. - -Abre tu consola o terminal y ejecuta el siguiente comando: - -``` -git clone "la url del repositorio que copiaste" -``` - -Donde "la url del repositorio que copiaste" (sin las comillas dobles) es la *url* a este repositorio (tu *fork* a este proyecto). Mira los pasos previos para obtener la *url*. - -copiar URL al portapapeles - -Por ejemplo: -``` -git clone https://github.com/usuarioGitHub/first-contributions.git -``` -Donde `usuarioGitHub` es tu usuario de GitHub. Aquí estás copiando los contenidos del repositorio *first-contributions* en GitHub a tu equipo. - -## Crea una rama (*Branch*) - -Cambia al directorio del repositorio en tu equipo (si es que no estás ahí ya). - -``` -cd first-contributions -``` - -Ahora crea una rama (*branch*) usando el comando `git switch`: -``` -git switch -c -``` - -Por ejemplo: -``` -git switch -c add-juan-perez -``` -(El nombre de la rama no tiene porqué contener la palabra *add*, pero es razonable que lo tenga porque el objetivo de esta rama es añadir tu nombre a la lista.) - -## Haz los cambios necesarios y guarda (*Commit*) esos cambios - -Abre el archivo `Contributors.md` en un editor de texto y añade tu nombre. No lo añadas ni al principio ni al final del archivo, hazlo en cualquier otro sitio. Guarda el archivo. - -git status - -Si vas al directorio del proyecto y ejecutas el comando `git status`, podrás ver los cambios ya reflejados. - -Agrega esos cambios a la rama (*branch*) que creaste antes usando el comando `git add`: - -``` -git add Contributors.md -``` - -Ahora puedes hacer un *commit* sobre estos cambios ejecutando el comando `git commit`: -``` -git commit -m "Add to Contributors list" -``` -reemplazando `` con tu nombre. - - -## Carga (*Push*) tus cambios a GitHub - -Mandar un *push* de tus cambios usando el comando `git push`: -``` -git push origin -``` -Reemplaza `` con el nombre de la rama que creaste anteriormente. - -## Envía (*Submit*) tus cambios para ser revisados - -Si vas a tu repositorio en GitHub, verás un botón `Compare & pull request`. Haz clic sobre este botón. - -crea una pull request - -Ahora envía el *pull request*. - -enviar la pull request - -Pronto estaré combinando tus cambios (haciendo *merge*) con la rama master de este proyecto. Recibirás una notificación por correo electrónico cuando los cambios hayan sido combinados. - -## ¿Cuáles son los siguientes pasos? - -¡Felicidades! ¡Has completado la línea de trabajo *_fork -> clone -> edit -> PR_* que encontrarás habitualmente como contribuidor! - -Festeja tu contribución y compártela con tus amigos y seguidores yendo a [web app](https://firstcontributions.github.io/#social-share). - -También podrías unirte a nuestro *equipo* de Slack en caso de que necesites ayuda o tengas alguna pregunta. [Únete a nuestro Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Ahora empieza a contribuir a otros proyectos. Hemos reunido una lista de proyectos con *issues* sencillas para que puedas empezar. Échale un ojo a la [lista de proyectos en la web app](https://firstcontributions.github.io/#project-list). - -### [Material adicional](../additional-material/git_workflow_scenarios/additional-material.md) - - -## Tutoriales con otras herramientas - -|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)| diff --git a/docs/gui-tool-tutorials/translations/README.my.md b/docs/gui-tool-tutorials/translations/README.my.md deleted file mode 100644 index a2288cd0..00000000 --- a/docs/gui-tool-tutorials/translations/README.my.md +++ /dev/null @@ -1,119 +0,0 @@ -[![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) - - -# Sumbangan Pertama - -Projek ini bertujuan untuk memberikan panduan dan memudahkan individu yang baru mula belajar membuat sumbangan pertama mereka. -Jika anda ingin membuat sumbangan pertama anda, sila ikuti arahan yang disediakan di bawah. - -#### *Sekiranya anda tidak selesa dengan menggunakan antara muka baris perintah (CLI), anda boleh mengikuti [panduan untuk menggunakan alat GUI di sini.](#Tutorial-Menggunakan-Alat-Lain)* - -fork this repository - -Jika git belum dipasang di mesin anda, sila memasangnya [di sini](https://help.github.com/articles/set-up-git/). - -## Fork repositori ini - -Fork repositori ini dengan menekankan butang 'Fork' yang terletak di bahagian atas halaman ini. -Tindakan tersebut akan menghasilkan salinan repositori ini ke dalam akaun GitHub anda. - -## Klon repositori ini - -clone this repository - -Klon repositori yang anda telah fork ke mesin anda. Selepas itu, layari akaun GitHub anda, buka repositori yang baru dicabang, klik butang Clone, dan kemudian klik ikon *Copy url to clipboard*. - -Buka terminal dan jalankan arahan git berikut: - -``` -git clone "URL anda baru disalin" -``` -di mana "URL anda baru disalin" (tanpa tanda petikan) adalah URL ke repositori ini (fork anda bagi projek ini). Rujuk langkah-langkah sebelumnya untuk mendapatkan URL tersebut. - -copy URL to clipboard - -Contoh: -``` -git clone https://github.com//first-contributions.git -``` -di mana `this-is-you` adalah nama pengguna GitHub anda. Di sini, anda menyalinkan kandungan repositori GitHub 'first-contributions' ke komputer anda. - -## Membuat branch - -Tukar ke direktori repositori pada komputer anda (jika lokasi CLI belum berada di sana): - -``` -cd first-contributions -``` -Sila buat branch menggunakan arahan `git switch`: -``` -git switch -c add-your-name -``` - -Contoh: -``` -git switch -c add-emma-maembong -``` - -## Buat perubahan yang diperlukan dan komit perubahan tersebut - -Sekarang, buka fail `Contributors.md` dalam sebuah editor teks, dan tambahkan nama anda ke dalam fail itu. Jangan tambahkan pada awal atau akhir fail. Letakkan di mana-mana bahagian di antara kedua-duanya. Kemudian, simpan fail tersebut. - -git status - - -Jika anda pergi ke direktori projek dan laksanakan arahan `git status`, anda akan melihat perubahan tersebut. - -Tambahkan perubahan itu ke branch yang baru anda cipta menggunakan arahan `git add`: - -``` -git add Contributors.md -``` - -Selepas itu, komit perubahan tersebut menggunakan arahan `git commit`: -``` -git commit -m "Add to Contributors list" -``` -menggantikan `` dengan nama anda. - -## Push perubahan ke dalam GitHub - -Tolak perubahan anda menggunakan arahan `git push`: -``` -git push -u origin -``` -menggantikan `` dengan nama branch yang kamu cipta sebelumnya. - -## Hantar perubahan anda untuk semakan - -Jika anda pergi ke repositori anda di GitHub, anda akan melihat butang `Compare & pull request`. Klik butang tersebut. - -create a pull request - -Hantar 'pull request' tersebut. - -submit pull request - -Tidak lama lagi, saya akan menggabungkan semua perubahan anda ke dalam branch 'main' projek ini. Anda akan menerima e-mel pemberitahuan sebaik sahaja perubahan telah digabungkan. - -## Pergi ke mana selepas ini? - -Tahniah! Anda baru saja selesai melaksanakan aliran kerja standard _fork -> clone -> edit -> pull request_ yang sering anda akan temui sebagai seorang penyumbang! - -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) - - -## Tutorial Menggunakan Alat Lain - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.ng-pidgin.md b/docs/gui-tool-tutorials/translations/README.ng-pidgin.md deleted file mode 100644 index 2f22681e..00000000 --- a/docs/gui-tool-tutorials/translations/README.ng-pidgin.md +++ /dev/null @@ -1,120 +0,0 @@ -[![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) - - -# First Contributions - -Dis project dey to make am simple and guide beginners how dem go make their first contribution. If you wan make your first contribution, follow these steps wey dey below. - -_If command line no dey comfortable for you, [see tutorials wey use GUI tools here.](#tutorials-using-other-tools)_ - -fork this repository - -#### If you no get git for your machine, [install am](https://docs.github.com/en/get-started/quickstart/set-up-git). - -## Fork this repository - -Fork this repository by clicking on the fork button for the top of this page. -Dis one go create copy of dis repository for your account. - -## Clone the repository - -clone this repository - -Now clone the forked repository go your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon. - -Open a terminal and run the following git command: - -```bash -git clone "url wey you just copy" -``` - -where "url wey you just copy" (without the quotation marks) na the url to this repository (your fork of this project). See the previous steps to get the url. - -copy URL to clipboard - -For example: - -``` -git clone git@github.com:this-is-you/first-contributions.git - -``` - -where this-is-you na your GitHub username. Here you dey copy the contents of the first-contributions repository for GitHub go your computer. - -## Create a branch -Change go the repository directory for your computer (if you no dey there already): - -``` -cd first-contributions - -``` - -Now create a branch using the git switch command: - -``` -git switch -c your-new-branch-name - -``` - -For example: - -``` -git switch -c add-desmond-ezo-ojile - -``` - -## Make necessary changes and commit those changes -Now open Contributors.md file for a text editor, add your name to am. No add am for the beginning or end of the file. Put am anywhere for middle. Now, save the file. - -git status -If you go to the project directory and run the command git status, you go see say changes dey. - -Add those changes to the branch wey you just create using the git add command: - -``` -git add Contributors.md - -``` -Now commit those changes using the git commit command: - -``` -git commit -m "Add your-name to Contributors list" - -``` - -replace your-name with your own name. - -## Push changes to GitHub -Push your changes using the command git push: - -``` -git push -u origin your-branch-name - -``` - -replace your-branch-name with the name of the branch wey you create before. - -
- If you get any errors while pushing, click here: - -## Authentication Error -
remote: Support for password authentication don remove since 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/'
-Go to GitHub's tutorial on how to generate and add SSH key to your account. -
- -## Submit your changes for review -If you go to your repository on GitHub, you go see Compare & pull request button. Click on that button. - -create a pull request -Now submit the pull request. - -submit pull request -Soon I go merge all your changes into the main branch of this project. You go get notification email once the changes don merge. - -## Where to go from here? -Congrats! \ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.nl.md b/docs/gui-tool-tutorials/translations/README.nl.md deleted file mode 100644 index ab7f3c27..00000000 --- a/docs/gui-tool-tutorials/translations/README.nl.md +++ /dev/null @@ -1,142 +0,0 @@ -[![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) - -# Eerste bijdragen - -Dit project heeft als doel het versimpelen en het begeleiden van beginners in het maken van hun eerste bijdragen. Als je op het punt staat om je eerste bijdragen te maken, volg dan onderstaande stappen. - -_Als je je niet comfortable voelt met de command line, vind je [hier handleidingen voor het gebruik van GUI tools.](#handleidingen-voor-andere-tools)_ - -fork deze repository - -### Indien je git nog niet hebt op je systeem, [installeer het dan eerst](https://docs.github.com/en/get-started/quickstart/set-up-git). - -## Deze repository forken - -Fork deze repository door op de fork knop te klikken. Dit creëert een kopie van deze repository in jouw account. - -## De repository clonen - -kloon deze repository - -Kloon nu deze repository naar je systeem. Klik op de kloon knop en dan op het kopiëren naar klembord icoon. - -Open een terminal en voer het volgende git commando uit: - -```bash -git clone "Gekopieerde repository url" -``` - -Waar "Gekopieerde repository url" (zonder aanhalingstekens) de url naar (jouw fork van) deze repository is. Zie de vorige stappen om de url te vinden. - -kopieer URL naar het klembord - -Bijvoorbeeld: - -```bash -git clone git@github.com:this-is-you/first-contributions.git -``` - -Waar 'this-is-you' staat, vul jij je GitHub gebruikersnaam is. Hiermee kopieer je de inhoud van de first-contributions repo op GitHub naar je systeem. - -## Een branch aanmaken - -Navigeer naar de map van de repository op je systeem (mocht je daar niet al zijn). - -```bash -cd first-contributions -``` - -Maak nu een branch aan door middel van het `git switch` commando: - -```bash -git switch -c je-nieuwe-branch-naam -``` - -Bijvoorbeeld: - -```bash -git switch -c add-alonzo-church -``` - -## Maak de benodigde wijzigingen en commit deze - -Open nu het `Contributors.md` bestand in een teksteditor en voeg je naam toe. Doe dit niet aan het begin of eind, maar ergens in het midden. Sla vervolgens het bestand op. - -git status - -Als je naar de projectmap gaat en `git status` doet, zul je zien dat er wijzigingen zijn. - -Voeg deze toe aan je branch met behulp van onderstaand `git add` commando. - -```bash -git add Contributors.md -``` - -Commit nu deze wijzigingen door onderstaand `git commit` commando te gebruiken. - -```bash -git commit -m "Add jouw-naam to Contributors list" -``` - -vervang `jouw-naam` met jouw naam - -## Push de wijzigingen naar GitHub - -Push je wijzigingen met `git push`: - -```bash -git push -u origin je-nieuwe-branch-naam -``` - -Vervang `je-nieuwe-branch-naam` met de naam van de branch die je eerder hebt aangemaakt. - - -
- Als je foutmeldingen krijgt tijdens het pushen, klik dan hier: - -- ### 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/'
- Ga naar [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) voor het genereren en configureren van een SSH-sleutel in je account. - -
- -## Verstuur je wijzigingen voor review - -Als je naar je repository gaat op GitHub, zal je zien dat er een `Compare & pull request` knop staat. Klik hierop. - -creëer een pull request - -Verstuur nu je pull request. - -verstuur je pull request - -Nu ga ik (de beheerder) al je wijzigingen mergen in de master branch van dit project. Als de veranderingen gemerged zijn, zul je hier een e-mailnotificatie over ontvangen. - -## Hoe nu verder? - -Gefeliciteerd! Je hebt zojuist de standaard _fork -> clone -> edit -> PR_ workflow doorlopen die je vaak zult tegenkomen als bijdrager! - -Vier je bijdrage en deel het met je vrienden en volgers via de [web app](https://firstcontributions.github.io/#social-share). - -Mocht je nog vragen of hulp nodig hebben dan kun je je aanmelden voor ons [Slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Laten we je nu op weg helpen met het bijdragen aan andere projecten. We hebben een lijst samengesteld met projecten die makkelijke issues bevatten waar je aan kunt werken. Bekijk [de lijst op de web app](https://firstcontributions.github.io/#project-list) - -## Handleidingen voor andere tools - -| 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) | - - -

Dit project is gesponsord door:

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.no.md b/docs/gui-tool-tutorials/translations/README.no.md deleted file mode 100644 index 70fd119f..00000000 --- a/docs/gui-tool-tutorials/translations/README.no.md +++ /dev/null @@ -1,158 +0,0 @@ -[![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) - - - -# Første bidrag - -Det er alltid vanskelig å gjøre noe for første gang. Spesielt når man samarbeider med andre kan det være tungt å gjøre feil. Vi ønsker å gjøre det lettere for nybegynnere å bidra til open-source. - -Å lese artikler og se videoer kan hjelpe, men hva kan vel være bedre enn å gjøre det i praksis? Dette prosjektet håper å kunne tilby en enkel veiledning og gjøre det lett for nybegynnere å gi sitt første bidrag. Følg trinnene nedenfor hvis du ønsker å gi ditt første bidrag til dette prosjektet. - -_Hvis du ikke er komfortabel med terminal, [så finnes det andre metoder med bruk av GUI.](#tutorials-using-other-tools)_ - -#### Om du ikke har git installert på din maskin, [følg denne veiledningen](https://help.github.com/articles/set-up-git/). -

- -## Fork dette prosjektet - -fork this repository - -Fork prosjektet ved å klikke på "fork" knappen på toppen av denne siden. Dette vil legge til en kopi av dette prosjektet til din GitHub konto (prosjekter kalles repository på GitHub). -

-

- -## Clone prosjektet - -clone this repository - -Nå skal vi klone prosjektet fra GitHub til din maskin. Gå til din GitHub konto og åpne din nye fork, deretter klikk på "clone" knappen og kopier linken. - -Åpne en terminal/kommandolinje og kjør følgende git kommando: - -```bash -git clone "din-link" -``` - -Erstatt `` med linken du kopierte i forrige trinn. - -copy URL to clipboard - -Eksempelvis: - -```bash -git clone https://github.com/ditt-brukernavn/first-contributions.git -``` - -der `ditt-brukernavn` er ditt GitHub brukernavn. Her kopierer vi innholdet i first-contributions prosjektet fra din GitHub konto til din lokale maskin. -

-

- -## Opprett en branch - -Naviger terminalen inn i prosjektet (hvis du ikke er der allerede): - -```bash -cd first-contributions -``` - -Opprett en branch med `git checkout` kommandoen: - -```bash -git checkout -b -``` - -Eksempel: - -```bash -git checkout -b add-alonzo-church -``` -Navnet på din branch behøver ikke å inneholde ordet _add_, men det gir mening å inkludere det i denne sammenhengen. Endre "alonzo-church" til ditt navn. -

- -## Lag nødvendige endringer og commit dem - -Åpne filen `Contributors.md` i et program for å redigere tekst og legg til ditt navn i listen. Ikke legg det til i begynnelsen eller slutten av filen, legg det til hvor som helst i mellom. Når du har gjort dette kan du lagre filen. - -git status - -Hvis du åpner terminalen igjen og kjører kommandoen `git status`, vil du se dine endringer. - -Legg endringene til i din nye branch med kommandoen `git add`: - - -```bash -git add Contributors.md -``` - -Commit endringene med kommandoen `git commit`: - -```bash -git commit -m "Add to Contributors list" -``` - -Erstatt `` med ditt navn. -

- -## Push endringene til GitHub - -Push til GitHub med kommandoen `git push`: - -```bash -git push origin -``` - -Erstatt `` med navnet på branch som du opprettet tidligere. - -
- Hvis du får noen feilmeldinger når du pusher til Github, klikk her: - -- ### 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/'
- Gå til [GitHub's brukansvisning](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) med generering og konfigurering av SHH nøkkelen til kontoen din. - -
-

- -## Send inn endringene for gjennomgang - -Hvis du går til ditt prosjekt på GitHub, vil du se en `Compare & pull request` knapp. Klikk på den for å opprette en pull request. - -create a pull request - -Send inn din pull request når du er klar. - -submit pull request - -Snart vil jeg merge dine endringer inn i master branch av mitt prosjekt. Du vil motta en notifikasjon på epost når dine endringer er lagt til. -

- -## Hva nå? - -Gratulerer! Du har gjennomført standardprosessen for _fork -> clone -> edit -> PR_, en prosess du vil møte på ofte! - -Feir ditt bidrag og del det med dine venner og følgere ved å gå til [web app](https://firstcontributions.github.io/#social-share). - -Behøver du hjelp eller vil stille spørsmål så kan du bli med i vår slack-gruppe. [Join slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Nå kan du gå videre og bidra til andre open-source prosjekter. Vi har satt sammen en liste med enkle og overkommelige problemer du kan starte med. Sjekk den ut her: [the list of projects in the web app](https://firstcontributions.github.io/#project-list). -

- -### [Ekstramateriale](additional-material/git_workflow_scenarios/additional-material.md) - -## Veiledning for andre verktøy - -| 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) | - -

This project is supported by:

-

- - - -

\ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.np.md b/docs/gui-tool-tutorials/translations/README.np.md deleted file mode 100644 index 12b4d4df..00000000 --- a/docs/gui-tool-tutorials/translations/README.np.md +++ /dev/null @@ -1,221 +0,0 @@ -[![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) - -#### _अन्य [भाषाहरूमा](translations/Translations.md) पढ्नुहोस्।_ - -[Shqip](translations/README.al.md) -[Uzbek language](translations/README.uz.md) -[Azərbaycan dili](translations/README.aze.md) -[বাংলা](translations/README.bn.md) -[Bulgarian](translations/README.bg.md) -[Português (Brasil)](translations/README.pt_br.md) -[Català](translations/README.ca.md) -[中文 (Simplified)](translations/README.zh-cn.md) -[Czech](translations/README.cs.md) -[Deutsch](translations/README.de.md) -[Dansk](translations/README.da.md) -[العربية](translations/README.eg.md) -[Española](translations/README.es.md) -[Française](translations/README.fr.md) -[Galego](translations/README.gl.md) -[Ελληνικά](translations/README.gr.md) -[ქართული](translations/README.ge.md) -[Magyar](translations/README.hu.md) -[Bahasa Indonesia](translations/README.id.md) -[עִברִית](translations/README.hb.md) -[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](translations/Translations.md) -[தமிழ்](translations/README.ta.md) -[فارسی](translations/README.fa.md) -[پښتو](translations/README.pus.md) -[Italiano](translations/README.it.md) -[日本語](translations/README.ja.md) -[සිංහල](translations/README.si.md) -[Kiswahili (Kenya)](translations/README.kws.md) -[한국어 한국어](translations/README.ko.md) -[Lietuvių kalba](translations/README.lt.md) -[Limba Română Limba Română](translations/README.ro.md) -[မြန်မာ](translations/README.mm_unicode.md) -[Македонски](translations/README.mk.md) -[Español de México](translations/README.mx.md) -[Bahasa Melayu / بهاس ملايو‎ / Malay](translations/README.my.md) -[Dutch](translations/README.nl.md) -[Norsk](translations/README.no.md) -[नेपाली](translations/README.np.md) -[Wikang Filipino](translations/README.tl.md) -[English (Pirate)](translations/README.en-pirate.md) -[اردو](translations/README.ur.md) -[Polski](translations/README.pl.md) -[Português (Portugal)](translations/README.pt-pt.md) -[Русский язык](translations/README.ru.md) -[عربى](translations/README.ar.md) -[Svenska](translations/README.se.md) -[Slovenčina](translations/README.slk.md) -[Slovenščina](translations/README.sl.md) -[ภาษาไทย](translations/README.th.md) -[Türkçe](translations/README.tr.md) -[中文(Traditional)](translations/README.zh-tw.md) -[Українська](translations/README.ua.md) -[Tiếng Việt](translations/README.vn.md) -[Zulu (South Africa)](translations/README.zul.md) -[Afrikaans (South Africa)](translations/README.afk.md) -[Igbo (Nigeria)](translations/README.igb.md) -[Yoruba (Nigeria)](translations/README.yor.md) -[Hausa (Nigeria)](translations/README.hau.md) -[Latvia](translations/README.lv.md) -[Suomeksi](translations/README.fi.md) -[Беларуская мова](translations/README.by.md) -[Српски](translations/README.sr.md) -[Қазақша](translations/README.kz.md) -[Bosanski](translations/README.bih.md) -[Bosanski](translations/README.bih.md) -[Hrvatski](translations/README.hr.md) -[پښتو](translations/README.ps.md) -[Somalia](translations/README.so.md) -[Ecuador](translations/README.ec.md) - -# पहिलो योगदान(contribution)। -यस प्रोजेक्टले शुरुवातकर्ताहरूले आफ्नो पहिलो योगदान गर्ने तरिकालाई सरल बनाउने र मार्गदर्शन गर्ने लक्ष्य राखेको छ। यदि तपाईं आफ्नो पहिलो योगदान गर्न खोज्दै हुनुहुन्छ भने, तलका चरणहरूको पालना गर्नुहोस्। हामी पहिलो योगदान (contribution) को लागि यसै repository को प्रयोग गर्नेछौ । - -_यदि तपाईं कमाण्ड लाइन (command line) सँग सहज हुनुहुन्न भने, [यहाँ GUI tool हरु प्रयोग गर्ने Tutorial हरु छन्।](#अन्य-उपकरणहरू-प्रयोग-गर्ने-tutorial-हरु)_ - -fork this repository . - -#### यदि तपाईंसँग तपाइँको कम्प्यूटरमा git छैन भने,[ यहाँबाट install गर्नुहोस्।]( https://help.github.com/articles/set-up-git/) - -## Repository Fork गर्नुहोस्। - -यस page को Top मा रहेको `Fork` बटनमा क्लिक गरेर यो repository लाई Fork गर्नुहोस। यसले तपाईंको GitHub account मा यस रिपोको प्रतिलिपि(copy) बनाउदछ । - -## Repository Clone गर्नुहोस्। - -clone this repository - -अब ` Fork ` गरेको repository लाई आफ्नो कम्प्युटरमा ` Clone ` गर्नको लागी तपाइको GitHub account मा जानुहोस् र Fork गरिएको Repository खोल्नुहोस्। अब ` Code ` बटनमा क्लिक गर्नुहोस् र त्यसपछि *copy to clipboard* आइकनमा क्लिक गर्नुहोस्। - -टर्मिनल खोल्नुहोस् र निम्न git कमाण्ड चलाउनुहोस्: - -``` -git clone "तपाइले copy गरेको URL" -``` - -जहाँ `"तपाइले copy गरेको URL"` छ, त्यो तपाईले fork गरेको repository को url हो । ( Url प्राप्त गर्न clone गर्ने चित्रहरुमा हेर्नुहोस्। ) - -URL लाई क्लिपबोर्डमा प्रतिलिपि बनाउनुहोस् - -उदाहरणका लागि: - -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -जहाँ `this-is-you` छ, त्यहाँ तपाईंको GitHub username लेख्नुहोस् । यहाँ तपाइँले GitHub बाट तपाईंको कम्प्युटरमा `first-contributions` repository को file हरु प्रतिलिपि (copy) गर्दै हुनुहुन्छ। - -## Repository Branch बनाउनुहोस्। - -तपाईंको कम्प्यूटरमा Clone गरेको repository को directory लाई खोल्नुहोस् (यदि तपाईं पहिले नै हुनुहुन्न भने): - -``` -cd first-contributions -``` - -अब `git switch` कमाण्ड प्रयोग गरेर एउटा branch बनाउनुहोस् : - -``` -git switch -c ब्रन्चको-नाम -``` - -उदाहरणको लागि: - -``` -git switch -c add-ram-regmi -``` - -(ब्रान्चको नाममा *add* शब्दको आवश्यकता छैन, तर यसमा add समावेश गर्न उचित छ किनभने यस branch को उद्देश्य तपाईंको नामलाई contributors को सूचीमा थप्ने हो।) - -## Repository मा आवश्यक परिवर्तनहरू गर्नुहोस् र तिनी परिवर्तनहरूलाई commit गर्नुहोस्। - -अब टेक्स्ट एडिटर (text editor) मा `Contributors.md` फाइल खोल्नुहोस्, यसमा तपाईंको नाम add गर्नुहोस् । तपाईंको नामलाई फाइलका नामहरुको बीचमा राख्नुहोस् , *सुरुवात वा अन्त्यमा तपाईंको नाम नथप्नुहोस्*। । -अब फाईल save गर्नुहोस्। - -git status - -अब यदि तपाई project directory जानुभयो र `git status` कमाण्डलाई रन (run) गर्नुभयो भने,तपाइँले त्यहाँ परिवर्तन भएका फाइलहरुको सुची देख्नुहुनेछ। - -तपाइले भर्खरै बनाउनु भएको branch मा `git add` कमाण्ड प्रयोग गरी तिनी परिवर्तनहरू थप्नुहोस्: - -``` -git add Contributors.md -``` - -अब `git commit` कमाण्ड प्रयोग गरेर तिनी परिवर्तनहरू कमिट (commit) गर्नुहोस्: - -``` -git commit -m "Add to Contributors list" -``` - -`` को साटोमा तपाईंको आफ्नो नाम लेख्नुहोला। - -## GitHub मा परिवर्तनहरुलाई push गर्नुहोस। - -`git push` कमाण्डको प्रयोग गरेर आफ्नो परिवर्तनहरु पुश (push) गर्नुहोस्: - -``` -git push -u origin -``` - -`` को सट्टामा तपाईले पहिले बनाएको branch को नामको लेख्नुहोस्। - -उदाहरणको लागि: - -``` -git push -u origin add-ram-regmi -``` - -
- यदि push गर्दा केहि समस्या परेमा यहाँ क्लिक गर्नुहोस् : - -- ### 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/'
- [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) मा गएर आफ्नो account को लागी SSH key generate र configure गर्नुहोस । -
- -## Review को लागि तपाईंको परिवर्तनहरू पेश गर्नुहोस्। - -यदि तपाईं आफ्नो गिटहब रिपोजिटोरी ( GitHub Repository) मा जानुहुन्छ भने, तपाइँले `Compare & pull request` बटन देख्नुहुनेछ। त्यस बटनमा क्लिक गर्नुहोस्। - -एउटा पुल अनुरोध सिर्जना गर्नुहोस् - -अब pull request पेश गर्नुहोस्। - -submit pull request - -केहि समयमै म यस प्रोजेक्टको Master branch मा तपाईका सबै परिवर्तनहरू Merge गर्नेछु। परिवर्तनहरू merge भएपछि हजुरले एक notification इमेल(email) प्राप्त गर्नुहुनेछ। - -## यहाँबाट कहाँ जाने? - -बधाई छ! तपाईले *Fork* -> *Clone* -> *Edit* -> *Pull Request* कार्यप्रवाह(workflow) पूरा गर्नुभयो, जुन तपाई प्राय: एक योगदानकर्ता(contributor)को रूपमा गर्नुहुनेछ! - -तपाईंले योगदान(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). - -अब तपाईले अन्य प्रोजेक्टहरूमा योगदान दिन सुरु गर्नुहोस्। हामीले तपाईंले गर्न सक्नुहुने सजिलो समस्याहरू(issues)को साथमा प्रोजेक्टहरूको सूची संकलन गरेका छौ हेर्नुहोस् ।. [list of projects in the web app](https://firstcontributions.github.io/#project-list)। - -### [थप सामग्री](../additional-material/git_workflow_scenarios/additional-material.md) - -## अन्य उपकरणहरू प्रयोग गर्ने tutorial हरु - -| 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) | - -

यो project लाई समर्थन गर्ने:

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.od.md b/docs/gui-tool-tutorials/translations/README.od.md deleted file mode 100644 index 5bc1b7b3..00000000 --- a/docs/gui-tool-tutorials/translations/README.od.md +++ /dev/null @@ -1,136 +0,0 @@ -[![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) - -# ପ୍ରଥମ ଅବଦାନ - -ଏହି ପ୍ରୋଜେକ୍ଟଟି ଆରମ୍ଭକାରୀମାନଙ୍କୁ ସେମାନଙ୍କର ପ୍ରଥମ ଅବଦାନକୁ ସରଳ ଏବଂ ମାର୍ଗଦର୍ଶନ କରିବାକୁ ଲକ୍ଷ୍ୟ ରଖିଛି | ଯଦି ତୁମେ ତୁମର ପ୍ରଥମ ଅବଦାନ ଦେବାକୁ ଚାହୁଁଛ, ନିମ୍ନରେ ଥିବା ପଦକ୍ଷେପଗୁଡ଼ିକୁ ଅନୁସରଣ କର | - -_ଯଦି ଆପଣ କମାଣ୍ଡ୍ ଲାଇନ୍ ସହିତ ଆରାମଦାୟକ ନୁହଁନ୍ତି, [ଏଠାରେ GUI ଉପକରଣ ବ୍ୟବହାର କରି ଟ୍ୟୁଟୋରିଆଲ୍ ଅଛି |](https://github.com/firstcontributions/first-contributions/blob/main/translations/README.od.md#ଅନ୍ୟାନ୍ୟ-ଉପକରଣ-ବ୍ୟବହାର-କରି-ଟ୍ୟୁଟୋରିଆଲ୍-)_ - - -ଏହି ସଂଗ୍ରହାଳୟକୁ ଫଙ୍କ୍ - -#### ଯଦି ଆପଣଙ୍କର ମେସିନରେ ଗିଟ୍ ନାହିଁ, ତେବେ ଏହାକୁ [ସଂସ୍ଥାପନ କରନ୍ତୁ](https://docs.github.com/en/get-started/quickstart/set-up-git) | - -## ଏହି ଭଣ୍ଡାରକୁ ଫର୍କ କରନ୍ତୁ | - -ଏହି ପୃଷ୍ଠାର ଉପରି ଭାଗରେ ଥିବା ଫଙ୍କ ବଟନ୍ ଉପରେ କ୍ଲିକ୍ କରି ଏହି ସଂଗ୍ରହାଳୟକୁ ଫର୍କ କରନ୍ତୁ | -ଏହା ଆପଣଙ୍କ ଆକାଉଣ୍ଟରେ ଏହି ସଂଗ୍ରହାଳୟର ଏକ କପି ସୃଷ୍ଟି କରିବ | - -## ସଂଗ୍ରହାଳୟକୁ କ୍ଲୋନ କରନ୍ତୁ | - -ଏହି ସଂଗ୍ରହାଳୟକୁ କ୍ଲୋନ କରନ୍ତୁ - -ବର୍ତ୍ତମାନ ତୁମର ଯନ୍ତ୍ରରେ ଫଙ୍କଡ୍ ରେପୋଜିଟୋରୀକୁ କ୍ଲୋନ୍ କର | ଆପଣଙ୍କର GitHub ଆକାଉଣ୍ଟକୁ ଯାଆନ୍ତୁ, ଫଙ୍କଡ୍ ରେପୋଜିଟୋରୀ ଖୋଲନ୍ତୁ, କୋଡ୍ ବଟନ୍ ଉପରେ କ୍ଲିକ୍ କରନ୍ତୁ ଏବଂ ତା’ପରେ କ୍ଲିପବୋର୍ଡ_ ଆଇକନ୍ ପାଇଁ _ କପି କ୍ଲିକ୍ କରନ୍ତୁ | - -ଏକ ଟର୍ମିନାଲ୍ ଖୋଲନ୍ତୁ ଏବଂ ନିମ୍ନଲିଖିତ git ନିର୍ଦ୍ଦେଶକୁ ଚଲାନ୍ତୁ: - -`` -git clone "url ତୁମେ କେବଳ କପି କରିଛ" -`` - -ଯେଉଁଠାରେ "url ତୁମେ କେବଳ କପି କରିଛ" (କୋଟେସନ୍ ମାର୍କ ବିନା) ଏହି ସଂଗ୍ରହାଳୟର url (ଏହି ପ୍ରୋଜେକ୍ଟର ଫଙ୍କ୍) | Url ପାଇବା ପାଇଁ ପୂର୍ବ ପଦକ୍ଷେପଗୁଡିକ ଦେଖନ୍ତୁ | - -କ୍ଲିପବୋର୍ଡକୁ URL କପି କରନ୍ତୁ - -ଉଦାହରଣ ସ୍ଵରୁପ: - -`` -git clone https://github.com/this-is-you/first-contributions.git -`` - -ଯେଉଁଠାରେ "ଏହା-ତୁମେ" ତୁମର GitHub ଉପଯୋଗକର୍ତ୍ତା ନାମ | ଏଠାରେ ଆପଣ GitHub ରେ ପ୍ରଥମ-ଅବଦାନ ସଂଗ୍ରହାଳୟର ବିଷୟବସ୍ତୁକୁ ଆପଣଙ୍କ କମ୍ପ୍ୟୁଟରରେ କପି କରୁଛନ୍ତି | - -## ଏକ ଶାଖା ସୃଷ୍ଟି କରନ୍ତୁ | - -ଆପଣଙ୍କ କମ୍ପ୍ୟୁଟରରେ ରେପୋଜିଟୋରୀ ଡିରେକ୍ଟୋରୀକୁ ପରିବର୍ତ୍ତନ କରନ୍ତୁ (ଯଦି ଆପଣ ପୂର୍ବରୁ ନାହାଁନ୍ତି): - -`` -cd first-contributions -`` - -ବର୍ତ୍ତମାନ `git switch` କମାଣ୍ଡ ବ୍ୟବହାର କରି ଏକ ଶାଖା ସୃଷ୍ଟି କରନ୍ତୁ: - -`` -git switch -c <ତୁମର-ନୂତନ-ଶାଖା-ନାମ> -`` - -ଉଦାହରଣ ସ୍ଵରୁପ: - -`` -git switch -c add-alonzo-church -`` - -## ଆବଶ୍ୟକ ପରିବର୍ତ୍ତନ କର ଏବଂ ସେହି ପରିବର୍ତ୍ତନଗୁଡିକ କର | - -ବର୍ତ୍ତମାନ ଟେକ୍ସଟ୍ ଏଡିଟର୍ ରେ `Contributors.md` ଫାଇଲ୍ ଖୋଲ, ଏଥିରେ ତୁମର ନାମ ଯୋଡ | ଫାଇଲ୍ ର ଆରମ୍ଭ କିମ୍ବା ଶେଷରେ ଏହାକୁ ଯୋଡନ୍ତୁ ନାହିଁ | ଏହାକୁ ଯେକ ଣସି ସ୍ଥାନରେ ରଖନ୍ତୁ | ବର୍ତ୍ତମାନ, ଫାଇଲ୍ ସେଭ୍ କରନ୍ତୁ | - -git status - -ଯଦି ଆପଣ ପ୍ରୋଜେକ୍ଟ ଡିରେକ୍ଟୋରୀକୁ ଯାଆନ୍ତି ଏବଂ `git status` କମାଣ୍ଡ୍ ଏକଜେକ୍ୟୁଟ୍ କରନ୍ତି, ଆପଣ ଦେଖିବେ ସେଠାରେ କିଛି ପରିବର୍ତ୍ତନ ଅଛି | - -ସେହି ପରିବର୍ତ୍ତନଗୁଡ଼ିକୁ ଆପଣ `git add` କମାଣ୍ଡ ବ୍ୟବହାର କରି ସୃଷ୍ଟି କରିଥିବା ଶାଖାରେ ଯୋଡନ୍ତୁ: - -`` -git add Contributors.md -`` -ବର୍ତ୍ତମାନ `git commit` କମାଣ୍ଡ ବ୍ୟବହାର କରି ସେହି ପରିବର୍ତ୍ତନଗୁଡ଼ିକୁ କର: - -`` -git commit -m "Add <ତୁମର ନାମ> to Contributors list" -`` - -<ତୁମର ନାମ> ସହିତ ତୁମର ନାମ ବଦଳାଇବା | - -## GitHub କୁ ପରିବର୍ତ୍ତନ କର | - -`git push` 'କମାଣ୍ଡ ବ୍ୟବହାର କରି ତୁମର ପରିବର୍ତ୍ତନକୁ ଠେଲିଦିଅ: - -`` -git push -u <ଉତ୍ପତ୍ତି ତୁମର ଶାଖା-ନାମ> -`` - -ଆପଣ ପୂର୍ବରୁ ସୃଷ୍ଟି କରିଥିବା ଶାଖାର ନାମ ସହିତ `ଉତ୍ପତ୍ତି ତୁମର ଶାଖା-ନାମ` କୁ ବଦଳାନ୍ତୁ | - -
- ଯଦି ଆପଣ ଠେଲିବା ସମୟରେ କ any ଣସି ତ୍ରୁଟି ପାଆନ୍ତି, ତେବେ ଏଠାରେ କ୍ଲିକ୍ କରନ୍ତୁ: - -- ### ପ୍ରାମାଣିକିକରଣ ତ୍ରୁଟି | -
 ସୁଦୂର: ପାସୱାର୍ଡ ପ୍ରାମାଣିକିକରଣ ପାଇଁ ସମର୍ଥନ ଅଗଷ୍ଟ 13, 2021 ରେ ଅପସାରିତ ହୋଇଥିଲା। ଦୟାକରି ଏହା ବଦଳରେ ଏକ ବ୍ୟକ୍ତିଗତ ପ୍ରବେଶ ଟୋକେନ୍ ବ୍ୟବହାର କରନ୍ତୁ |
-  ସୁଦୂର: ଅଧିକ ସୂଚନା ପାଇଁ ଦୟାକରି https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ ଦେଖନ୍ତୁ |
-  ସାଂଘାତିକ: 'https://github.com/  /first-contributions.git/' 
ପାଇଁ ପ୍ରାମାଣିକିକରଣ ବିଫଳ ହେଲା | - [GitHub ର ଟ୍ୟୁଟୋରିଆଲ୍] କୁ ଯାଆନ୍ତୁ (https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ଆପଣଙ୍କ ଖାତାକୁ ଏକ SSH କି ସୃଷ୍ଟି ଏବଂ ବିନ୍ୟାସ କରିବା | - -
- -## ସମୀକ୍ଷା ପାଇଁ ଆପଣଙ୍କର ପରିବର୍ତ୍ତନ ଦାଖଲ କରନ୍ତୁ | - -ଯଦି ଆପଣ GitHub ରେ ଥିବା ରେପୋଜିଟୋରୀକୁ ଯାଆନ୍ତି, ତେବେ ଆପଣ ଏକ “ତୁଳନା ଏବଂ ଟାଣ ଅନୁରୋଧ” ବଟନ୍ ଦେଖିବେ | ସେହି ବଟନ୍ ଉପରେ କ୍ଲିକ୍ କରନ୍ତୁ | - -ଏକ ଟାଣ ଅନୁରୋଧ ସୃଷ୍ଟି କରନ୍ତୁ - -ବର୍ତ୍ତମାନ ଟାଣ ଅନୁରୋଧ ଦାଖଲ କରନ୍ତୁ | - -ଟାଣ ଅନୁରୋଧ ଦାଖଲ - -ଶୀଘ୍ର ମୁଁ ତୁମର ସମସ୍ତ ପରିବର୍ତ୍ତନକୁ ଏହି ପ୍ରକଳ୍ପର ମୁଖ୍ୟ ଶାଖାରେ ମିଶ୍ରଣ କରିବି | ପରିବର୍ତ୍ତନଗୁଡ଼ିକ ମିଶ୍ରିତ ହେବା ପରେ ତୁମେ ଏକ ବିଜ୍ email ପ୍ତି ଇମେଲ ପାଇବ | - -## ଏଠାରୁ କେଉଁଠିକୁ ଯିବା? - -ଅଭିନନ୍ଦନ! ତୁମେ କେବଳ ମାନକ _ଫୋର୍କ୍ -> କ୍ଲୋନ୍ -> ସଂପାଦନ -> ଟାଣ ଅନୁରୋଧ_ ୱାର୍କଫ୍ଲୋ ଯାହା ତୁମେ ପ୍ରାୟତ a ଏକ ସହଯୋଗୀ ଭାବରେ ସାମ୍ନା କରିବ! - -ଆପଣଙ୍କର ଅବଦାନକୁ ପାଳନ କରନ୍ତୁ ଏବଂ [ୱେବ୍ ଆପ୍](https://firstcontributions.github.io/#social-share) କୁ ଯାଇ ଆପଣଙ୍କର ସାଙ୍ଗ ଏବଂ ଅନୁସରଣକାରୀଙ୍କ ସହିତ ଅଂଶୀଦାର କରନ୍ତୁ | - -ଯଦି ତୁମର କ ଣସି ସାହାଯ୍ୟ ଦରକାର କିମ୍ବା କ ଣସି ପ୍ରଶ୍ନ ଅଛି ତେବେ ତୁମେ ଆମର ଅଳସୁଆ ଦଳରେ ଯୋଗ ଦେଇ ପାରିବ | [ଅଳିଆ ଦଳରେ ଯୋଗ ଦିଅନ୍ତୁ](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) - -ବର୍ତ୍ତମାନ, ଅନ୍ୟ ପ୍ରୋଜେକ୍ଟରେ ଯୋଗଦାନ ସହିତ ଆରମ୍ଭ କରିବା | ସହଜ ପ୍ରସଙ୍ଗଗୁଡିକ ସହିତ ଆମେ ପ୍ରୋଜେକ୍ଟଗୁଡିକର ଏକ ତାଲିକା ସଂକଳନ କରିଛୁ ଯାହାକୁ ଆପଣ ଆରମ୍ଭ କରିପାରିବେ | [ୱେବ୍ ଆପରେ ପ୍ରୋଜେକ୍ଟଗୁଡିକର ତାଲିକା](https://firstcontributions.github.io/#project-list) ଦେଖନ୍ତୁ | - -### [ଅତିରିକ୍ତ ସାମଗ୍ରୀ](additional-material/git_workflow_scenarios/additional-material.md) - -## ଅନ୍ୟାନ୍ୟ ଉପକରଣ ବ୍ୟବହାର କରି ଟ୍ୟୁଟୋରିଆଲ୍ | - -| GitHub Desktop | Visual Studio 2017 | GitKraken | 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) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) | diff --git a/docs/gui-tool-tutorials/translations/README.pb.md b/docs/gui-tool-tutorials/translations/README.pb.md deleted file mode 100644 index 43d093d1..00000000 --- a/docs/gui-tool-tutorials/translations/README.pb.md +++ /dev/null @@ -1,116 +0,0 @@ -[![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) - -# ਪਹਿਲਾ ਯੋਗਦਾਨ - -ਇਸ ਪ੍ਰੋਜੈਕਟ ਦਾ ਉਦੇਸ਼ ਸ਼ੁਰੂਆਤੀ ਲੋਕਾਂ ਦਾ ਆਪਣਾ ਪਹਿਲਾ ਯੋਗਦਾਨ ਪਾਉਣ ਦੇ ਕਮ ਨੂੰ ਸਰਲ ਬਣਾਉਣ ਅਤੇ ਮਾਰਗਦਰਸ਼ਨ ਕਰਨਾ ਹੈ। ਜੇ ਤੁਸੀਂ ਆਪਣਾ ਪਹਿਲਾ ਯੋਗਦਾਨ ਪਾਉਣ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰ ਰਹੇ ਹੋ, ਤਾਂ ਹੇਠਾਂ ਦਿੱਤੇ ਕਦਮਾਂ ਦੀ ਪਾਲਣਾ ਕਰੋ। -ਜੇ ਤੁਸੀਂ ਕਮਾਂਡ ਲਾਈਨ ਨਾਲ ਸੁਖੀ ਨਹੀਂ ਹੋ, [ਇੱਥੇ ਜੀ.ਯੁ.ਆੀ ਟੂਲਸ ਦੀ ਵਰਤੋਂ ਕਰਨ ਦਿਆਂ ਟੁਟੋਰਿਅਲਸ ਹਨ.](#ਹੋਰ-ਟੂਲਜ-ਦੀ-ਵਰਤੋਂ-ਕਰਦਿਆਂ-ਟੁਟੋਰਿਅਲ) - -fork this repository - -#### ਜੇ ਤੁਹਾਡੀ ਮਸ਼ੀਨ ਤੇ ਗਿੱਟ ਨਹੀਂ ਹੈ, [ਇਸ ਨੂੰ ਇੰਸਟਾਲ ਕਰੋ](https://help.github.com/articles/set-up-git/)। - -## ਇਸ ਰਿਪੋਜ਼ਟਰੀ ਨੂੰ ਫੋਰਕ ਕਰੋ -ਇਸ ਪੰਨੇ ਦੇ ਸਿਖਰ ਤੇ 'ਫੋਰਕ ਬਟਨ' ਤੇ ਕਲਿੱਕ ਕਰਕੇ ਇਸ ਰਿਪੋਜ਼ਟਰੀ ਨੂੰ ਫੋਰਕ ਕਰੋ. ਇਹ ਤੁਹਾਡੇ ਖਾਤੇ ਵਿੱਚ ਇਸ ਰਿਪੋਜ਼ਟਰੀ ਦੀ ਇੱਕ ਕਾਪੀ ਬਣਾਏਗਾ. - -## ਰਿਪੋਜ਼ਟਰੀ ਨੂੰ ਕਲੋਨ ਕਰੋ -clone this repository - -ਹੁਣ ਆਪਣੀ ਮਸ਼ੀਨ ਤੇ ਫੋਰਕਡ ਰਿਪੋਜ਼ਟਰੀ ਦਾ ਕਲੋਨ ਕਰੋ। ਆਪਣੇ ਗਿਟ-ਹਬ ਅਕਾਉਂਟ ਤੇ ਜਾਓ, ਫੋਰਕਡ ਰਿਪੋਜ਼ਟਰੀ ਖੋਲ੍ਹੋ, ਕੋਡ ਬਟਨ ਤੇ ਕਲਿਕ ਕਰੋ ਅਤੇ ਫਿਰ ਕਲਿੱਪਬੋਰਡ ਆਈਕਨ ਤੇ ਕਾਪੀ ਕਲਿੱਕ ਕਰੋ. -ਇੱਕ ਟਰਮੀਨਲ ਖੋਲ੍ਹੋ ਅਤੇ ਹੇਠਲੀ ਗਿਟ ਕਮਾਂਡ ਚਲਾਓ: - -``` -git clone "ਯੂ.ਆਰ.ਐਲ ਜੇੈਕਰ ਤੁਸੀਂ ਹੁਣੇ ਨਕਲ ਕੀਤੀ" -``` - -ਜਿੱਥੇ “ਯੂ.ਆਰ.ਐਲ ਜੇੈਕਰ ਤੁਸੀਂ ਹੁਣੇ ਨਕਲ ਕੀਤੀ” (ਹਵਾਲਾ ਨਿਸ਼ਾਨਾਂ ਤੋਂ ਬਿਨਾਂ) ਇਸ ਰਿਪੋਜ਼ਟਰੀ ਦਾ ਯੂ.ਆਰ.ਐਲ ਹੈ (ਇਸ ਪ੍ਰੋਜੈਕਟ ਦਾ ਤੁਹਾਡਾ ਫੋਰਕ)। ਯੂ.ਆਰ.ਐਲ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਪਿਛਲੇ ਕਦਮ ਵੇਖੋ। -copy URL to clipboard - -ਉਦਾਹਰਣ ਲਈ: -``` -git clone https://github.com/this-is-you/first-contributions.git -``` - -ਜਿੱਥੇ `this-is-you` ਤੁਹਾਡਾ ਗਿਟ-ਹਬ ਉਪਯੋਗਕਰਤਾ ਨਾਮ ਹੈ। ਇੱਥੇ ਤੁਸੀਂ ਆਪਣੇ ਕੰਪਿਊਟਰ ਤੇ ਗਿਟ-ਹਬ ਉੱਤੇ ਪਹਿਲੇ-ਯੋਗਦਾਨ ਰਿਪੋਜ਼ਟਰੀ ਦੇ ਭਾਗਾਂ ਦੀ ਨਕਲ ਕਰ ਰਹੇ ਹੋ. - -## ਇੱਕ ਸ਼ਾਖਾ ਬਣਾਓ -ਆਪਣੇ ਕੰਪਿਊਟਰ ਉੱਤੇ ਰਿਪੋਜ਼ਟਰੀ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਬਦਲੋ (ਜੇ ਤੁਸੀਂ ਪਹਿਲਾਂ ਤੋਂ ਨਹੀਂ ਹੋ): - -``` -cd first-contributions -``` - -ਹੁਣ `git checkout` ਕਮਾਂਡ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਸ਼ਾਖਾ ਬਣਾਓ: - -``` -git checkout -b ਤੁਹਾਡਾ-ਨਵੀਂ-ਸ਼ਾਖਾ-ਦਾ-ਨਾਮ -``` - -ਉਦਾਹਰਣ ਲਈ: - -``` -git checkout -b add-alonzo-church -``` - -(ਸ਼ਾਖਾ ਦੇ ਨਾਮ ਨੂੰ ਇਸ ਵਿਚ _add_ ਸ਼ਬਦ ਦੀ ਜ਼ਰੂਰਤ ਨਹੀਂ ਹੈ, ਪਰ ਇਹ ਸ਼ਾਮਲ ਕਰਨਾ ਇਕ ਵਾਜਬ ਚੀਜ਼ ਹੈ ਕਿਉਂਕਿ ਇਸ ਸ਼ਾਖਾ ਦਾ ਉਦੇਸ਼ ਤੁਹਾਡੇ ਨਾਮ ਨੂੰ ਇਕ ਸੂਚੀ ਵਿਚ ਸ਼ਾਮਲ ਕਰਨਾ ਹੈ.) - -## ਜ਼ਰੂਰੀ ਤਬਦੀਲੀਆਂ ਕਰੋ ਅਤੇ ਉਨ੍ਹਾਂ ਬਦਲਾਵਾਂ ਨੂੰ ਪ੍ਰਤੀਬੱਧ ਕਰੋ -ਹੁਣ ਟੈਕਸਟ ਐਡੀਟਰ ਵਿੱਚ `Contributors.md` ਫਾਈਲ ਖੋਲ੍ਹੋ, ਇਸ ਵਿੱਚ ਆਪਣਾ ਨਾਮ ਸ਼ਾਮਲ ਕਰੋ. ਇਸ ਨੂੰ ਫਾਈਲ ਦੇ ਸ਼ੁਰੂ ਜਾਂ ਅੰਤ 'ਤੇ ਨਾ ਸ਼ਾਮਲ ਕਰੋ. ਇਸ ਨੂੰ ਕਿਤੇ ਵੀ ਵਿਚਕਾਰ ਰੱਖੋ। ਹੁਣ, ਫਾਈਲ ਸੇਵ ਕਰੋ। - -git status - -ਜੇ ਤੁਸੀਂ ਪ੍ਰੋਜੈਕਟ ਡਾਇਰੈਕਟਰੀ ਤੇ ਜਾਂਦੇ ਹੋ ਅਤੇ `git status` ਕਮਾਂਡ ਚਲਾਉਂਦੇ ਹੋ, ਤਾਂ ਤੁਸੀਂ ਦੇਖੋਗੇ ਕਿ ਬਦਲਾਅ ਹਨ। - -ਸ਼ਾਖਾ ਵਿੱਚ ਉਹ ਬਦਲਾਵ ਸ਼ਾਮਲ ਕਰੋ ਜੋ ਤੁਸੀਂ ਹੁਣੇ ਬਣਾਇਆ `git add` ਕਮਾਂਡ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਬਣਾਈ ਹੈ: - -``` -git add Contributors.md -``` - -ਹੁਣ ਉਹ ਤਬਦੀਲੀਆਂ `git ਕਮਿ`` ਕਮਾਂਡ ਦੀ ਵਰਤੋਂ ਨਾਲ ਕਰੋ: - -``` -git commit -m "Add to Contributors list" -``` - -ਤੁਹਾਡੇ ਨਾਮ ਨਾਲ `<ਤੁਹਾਡੇ ਆਪਣੇ ਨਾਮ> rep ਨੂੰ ਬਦਲਣਾ. - -## GitHub ਵਿੱਚ ਬਦਲੋ ਧੱਕੋ - -ਕਮਾਂਡ `git push` ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਆਪਣੀਆਂ ਤਬਦੀਲੀਆਂ ਧੱਕੋ: - -``` -git push origin -``` - -ਉਸ ਬ੍ਰਾਂਚ ਦੇ ਨਾਮ ਨਾਲ ` la ਨੂੰ ਬਦਲਣਾ ਜੋ ਤੁਸੀਂ ਪਹਿਲਾਂ ਬਣਾਈ ਸੀ. - -## ਆਪਣੀਆਂ ਤਬਦੀਲੀਆਂ ਨੂੰ ਸਮੀਖਿਆ ਲਈ ਦਰਜ ਕਰੋ - -ਜੇ ਤੁਸੀਂ ਗਿੱਟਹੱਬ 'ਤੇ ਆਪਣੀ ਰਿਪੋਜ਼ਟਰੀ' ਤੇ ਜਾਂਦੇ ਹੋ, ਤਾਂ ਤੁਸੀਂ `ਤੁਲਨਾ ਕਰੋ ਅਤੇ ਖਿੱਚੋ ਬੇਨਤੀ` ਬਟਨ ਨੂੰ ਵੇਖੋਗੇ. ਉਸ ਬਟਨ 'ਤੇ ਕਲਿੱਕ ਕਰੋ. - -create a pull request - -ਹੁਣ ਪੁਲੀ ਬੇਨਤੀ ਨੂੰ ਜਮ੍ਹਾ ਕਰੋ. - -submit pull request - -ਜਲਦੀ ਹੀ ਮੈਂ ਤੁਹਾਡੀਆਂ ਸਾਰੀਆਂ ਤਬਦੀਲੀਆਂ ਨੂੰ ਇਸ ਪ੍ਰੋਜੈਕਟ ਦੀ ਮਾਸਟਰ ਬ੍ਰਾਂਚ ਵਿੱਚ ਮਿਲਾ ਦੇਵਾਂਗਾ. ਇਕ ਵਾਰ ਤਬਦੀਲੀਆਂ ਨੂੰ ਮਿਲਾਉਣ ਤੋਂ ਬਾਅਦ ਤੁਹਾਨੂੰ ਇਕ ਸੂਚਨਾ ਈਮੇਲ ਮਿਲੇਗੀ. - -## ਇਥੋਂ ਕਿੱਥੇ ਜਾਣਾ ਹੈ? - -ਵਧਾਈਆਂ! ਤੁਸੀਂ ਹੁਣੇ ਹੀ ਸਟੈਂਡਰਡ _ਫੋਰਕ -> ਕਲੋਨ -> ਐਡਿਟ -> ਖਿੱਚ ਬੇਨਤੀ_ ਵਰਕਫਲੋ ਪੂਰਾ ਕੀਤਾ ਹੈ ਜਿਸਦਾ ਤੁਸੀਂ ਅਕਸਰ ਇੱਕ ਯੋਗਦਾਨ ਪਾਉਣ ਵਾਲੇ ਦੇ ਰੂਪ ਵਿੱਚ ਸਾਹਮਣਾ ਕਰੋਗੇ! - -ਆਪਣੇ ਯੋਗਦਾਨ ਦਾ ਜਸ਼ਨ ਮਨਾਓ ਅਤੇ ਜਾ ਕੇ ਇਸ ਨੂੰ ਆਪਣੇ ਦੋਸਤਾਂ ਅਤੇ ਪੈਰੋਕਾਰਾਂ ਨਾਲ ਸਾਂਝਾ ਕਰੋ। [ਵੈੱਬ ਐਪ](https://firstcontributions.github.io/#social-share). - -ਜੇਕਰ ਤੁਸੀਂ ਹੋਰ ਅਭਿਆਸ ਚਾਹੁੰਦੇ ਹੋ, ਤਾਂ [ਕੋਡ ਯੋਗਦਾਨਾਂ](https://github.com/roshanjossey/code-contributions) ਨੂੰ ਚੈੱਕਆਉਟ ਕਰੋ। - -ਆਓ ਹੁਣ ਤੁਹਾਨੂੰ ਹੋਰ ਪ੍ਰੋਜੈਕਟਾਂ ਵਿੱਚ ਯੋਗਦਾਨ ਪਾਉਣ ਲਈ ਸ਼ੁਰੂਆਤ ਕਰੀਏ. ਅਸੀਂ ਪ੍ਰੋਜੈਕਟਾਂ ਦੀ ਇੱਕ ਸੂਚੀ ਤਿਆਰ ਕੀਤੀ ਹੈ ਜਿਸ ਨਾਲ ਤੁਸੀਂ ਅਸਾਨ ਮੁੱਦਿਆਂ ਨੂੰ ਸ਼ੁਰੂ ਕਰ ਸਕਦੇ ਹੋ। [ਪ੍ਰੋਜੈਕਟਾਂ ਦੀ ਸੂਚੀ](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) | diff --git a/docs/gui-tool-tutorials/translations/README.pl.md b/docs/gui-tool-tutorials/translations/README.pl.md deleted file mode 100644 index 39b58641..00000000 --- a/docs/gui-tool-tutorials/translations/README.pl.md +++ /dev/null @@ -1,138 +0,0 @@ -[![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) - -# Pierwsze kontrybucje - -Zawsze jest ciężko, kiedy robisz coś po raz pierwszy. Szczególnie gdy współpracujesz z innymi ludźmi, ponieważ popełnianie błędów nie jest niczym przyjemnym. Jednak właśnie na współpracy opiera się idea otwartego oprogramowania. Chcemy nauczyć w prosty sposób nowych programistów jak wgrać swoją pierwszą zmianę w obcym projekcie. - -Czytanie artykułów i oglądanie poradników może pomóc, ale czy jest coś lepszego niż spróbowanie czegoś samemu bez obaw, że się coś zepsuje? Ten projekt ma na celu dostarczyć nowicjuszom wskazówek i uprościć proces wgrania pierwszej zmiany. Pamiętaj: im bardziej jesteś zrelaksowany, tym lepiej się uczysz. Jeśli chcesz wgrać swoją pierwszą kontrybucję wykonaj kilka prostych kroków poniżej. Będzie fajnie, obiecujemy. - -fork this repository - -Jeśli nie masz Gita na swoim komputerze, [ zainstaluj go ](https://help.github.com/articles/set-up-git/). - -## Zrób fork repozytorium (`fork`) - -Zrób fork tego repozytorium klikając przycisk `Fork` na górze tej strony. Stworzysz tym samym kopię tego repozytorium na swoim koncie. - -## Sklonuj repozytorium (`clone`) - -clone this repository - -Teraz sklonuj repozytorium na swój komputer. Przejdź do swojego konta GitHub, otwórz skopiowane repozytorium, kliknij przycisk `Code`, a później ikonkę _skopiuj do schowka_. - -Otwórz konsolę i uruchom komendę git: - -``` -git clone -``` - -Gdzie `` to adres tego repozytorium (twojej kopii tego projektu). Zobacz poprzedni krok aby skopiować adres. - -copy URL to clipboard - -Przykład: - -``` -git clone https://github.com/to-ty/first-contributions.git -``` - -W miejscu `to-ty` to twój login na GitHubie. W tym kroku ściągasz zawartość twojej kopii repozytorium `first-contributions` z githuba na swój komputer. - -## Stwórz gałąź (`branch`) - -Wejdź do folderu ze swoim repozytorium (jeżeli jeszcze tam nie jesteś): - -``` -cd first-contributions -``` - -Teraz utwórz nową gałąź wykonując polecenie `git switch`: - -``` -git switch -c -``` - -Przykład - -``` -git switch -c add-adam-kowalski -``` - -(Nazwa gałęzi nie musi zawierać słowa _add_, ale dobrze jest je dodać z racji tego, że celem tej gałęzi jest dodanie twojego imienia do listy.) - -## Wprowadź zmiany i wgraj je - -Otwórz plik `Contributors.md` w edytorze tekstu. Musisz znać Markdown, lekki język znaczników. Tu masz ściągawkę gdzie znajdziesz informację jak go używać. - -Dodaj następującą linię w `Contributors.md` - -``` -[Twoje imię](https://github.com/Twoja-nazwa-użytkownika) -``` - -Przykład: - -``` -[John Doe](https://github.com/johndoe) -``` - -Nie dodawaj jej na początku ani na końcu pliku. Umieść ją w dowolnym miejscu pomiędzy. - -Upewnij się że nie ma spacji pomiędzy `](`. Zapisz plik i następnie go zamknij. - -Jeżeli wejdziesz do folderu ze swoim repozytorium i wykonasz komendę `git status`, zobaczysz, że są tam zmiany. Dodaj te zmiany do gałęzi którą właśnie utworzyłeś używając komendy `git add`: - -``` -git add Contributors.md -``` - -Teraz zapisz te zmiany wykonując komendę `git commit`: - -``` -git commit -m "Add to Contributors list" -``` - -Zastąp `` swoim imieniem i nazwiskiem. - -## Wyślij zmiany na GitHub - -Wyślij swoje zmiany komendą `git push`: - -``` -git push -u origin -``` - -Zastąp `` nazwą gałęzi, którą wcześniej utworzyłeś. - -## Wyślij swoje zmiany do zatwierdzenia - -W swoim repozytorium na GitHubie znajdziesz przycisk `Compare & pull request`. Kliknij go. - -create a pull request - -Teraz wyślij prośbę o scalenie. - -submit pull request - -Niedługo dodam proponowane przez ciebie zmiany do głównej gałęzi projektu. Zostaniesz powiadomiony mailowo kiedy zmiany zostaną scalone. - -## Co dalej? - -Brawo! Właśnie ukończyłeś standardowy workflow _fork -> clone -> edit -> pull request_, który często będziesz napotykać jako współtwórca! - -Świętuj swoją pierwszą zmianę i podziel się nią z przyjaciółmi i obserwującymi poprzez aplikację. - -Możesz dołączyć do naszego kanału slack w przypadku kiedy będziesz potrzebował pomocy albo miał jakieś pytania. Dołącz do slacka. - -Możesz teraz zacząć uczestniczyć w innych projektach. Przygotowaliśmy listę projektów z prostymi zadaniami które będą dobre na początek. Sprawdź listę projektów. - -### [Materiały dodatkowe](../additional-material/git_workflow_scenarios/additional-material.md) - -## Ćwiczenia przy użyciu innych narzędzi - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.ps.md b/docs/gui-tool-tutorials/translations/README.ps.md deleted file mode 100644 index cbce5b17..00000000 --- a/docs/gui-tool-tutorials/translations/README.ps.md +++ /dev/null @@ -1,148 +0,0 @@ -
- - - Open Source Love - - - MIT License - - - Open Source Helpers - - - Join Slack Team - - ---- - -## لومړی ګډون - -**د دې پروژې هدف دا دی چې نویو ګډونوالو ته په خلاصو سرچینو پروژو (Open Source Projects) کې د ګډون اسانه طریقه وښيي.** -که غواړئ خپله لومړنۍ مرسته وکړئ، لاندې ګامونه تعقیب کړئ. - -**که د کمانډ لاین (CLI) سره راحت نه یاست،** -[کولی شئ تصویري لارښود دلته وګورئ](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) - -**که مو Git انسټال نه وي،** -[له دې ځایه یې ښکته او نصب کړئ](https://help.github.com/articles/set-up-git/). - -## دا ذخیره (repository) فورک کړئ - -fork this repository - -- د دې پاڼې په سر کې د Fork تڼۍ کلیک کړئ. -- فورک کول به د دې ذخیرې یوه کاپي ستاسو د GitHub اکاونټ ته انتقال کړي. - -
- -## دا ذخیره (repository) کلون کړئ - -clone this repository - -- خپل اکاونټ ته لاړ شئ او د فورک شوې ذخیرې لینک د **Code** تڼۍ څخه کاپي کړئ. - -
- -- ترمینل یا CMD خلاص کړئ او دا کمانډ اجرا کړئ: - -```bash -git clone https://github.com/YourUsername/first-contributions.git -``` - -**یادونه:** دلته `YourUsername` باید ستاسو د GitHub اکاونټ نوم وي. - -## نوې څانګه (branch) جوړ کړئ - -- د first-contribution پروژه په خپل کوډ ایډیټر کې خلاصه کړئ. -- ترمینل کې دا کمانډ اجرا کړئ ترڅو نوې څانګه جوړه کړئ. ددې لپاره چې زمونږ د بدلونونو لپاره خپله څانګه وي او له نورو سره شریکه نشي. دې څانګې کې به مونږ ایډیټ کوو او بیا به یې له عمومي څانګې سره یوځای کوو. - -```bash -git switch -c your-branch-name -``` - -your-branch-name ستاسو د څانګې نوم دی. کولای شئ چې هر نوم تاسې ټاکلی شئ. - -## اړین بدلونونه راوړئ او commit کړئ - -- د `Contributors.md` فایل خلاص کړئ او خپل نوم پکې اضافه کړئ کې). -- فایل ذخیره کړئ. - -git status - -- ترمینل ته لاړ شئ او دا کمانډ اجرا کړئ ترڅو وګورئ کوم فایلونه مو بدل کړي دي: - -```bash -git status -``` - -- بدلونونه ذخیره کړئ: - -```bash -git add Contributors.md -``` - -- اوس مو بدلونونه کمټ Commit کړئ: - -```bash -git commit -m "message" -``` - -د مسیج پر ځای تاسې هر څه لیکلی شئ. بهتره دا ده چې تاسې په دې ځای کې ولیکئ چې کوم بدلونونه مو پروژې کې راوستل. - -## بدلونونه GitHub ته push کړئ - -- خپل بدلونونه کیټ هب ته پورته کړئ: - -```bash -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/<your-username>/first-contributions.git/
-
-
- -[نو بیا دلته زده کړئ چې دا ستونزه څنګه حل کړئ](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) - -
- -## خپل بدلونونه د بیاکتنې لپاره وسپارئ - -- خپل GitHub اکاونټ کې دې ریپوزیټوري ته لاړ شئ. -- د **Compare & pull request** تڼۍ به ووینئ. پر هغې کلیک وکړئ. - -create a pull request - -- اوس د pull request غوښتنه وسپارئ. - -submit pull request - -- له دې وروسته به ستاسو بدلونه د اصلي یا main څانګې سره یوځای شي او ستاسو نوم به د ګډون کوونکو لیست ته اضافه کړل شي. - -## له دې وروسته څه وکړئ؟ - -تاسو په بریالیتوب سره د فورک، کلون، ایډیټ، او pull request مرحلې بشپړې کړې. تاسې له دې نه وروسته کولی شئ چې په خلاص-سرچېنه پروژو کې په همدې طریقه برخه واخلئ. - -- خپل لومړئ ګډون ولمانځئ او له خپلو ملګرو سره یې [شریک کړئ](https://firstcontributions.github.io/#social-share). -- که کومه ستونزه یا پوښتنه لرئ، کولای شئ زموږ د Slack ټیم سره یوځای شئ. -- اوس کولای شئ په نورو پروژو کې هم ګډون وکړئ. [دلته د پروژو لیست وګورئ](https://firstcontributions.github.io/#project-list). - -## اضافي مواد - -## د نورو وسیلو په کارولو سره درسونه - -| 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) | - -
\ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.pt-ao.md b/docs/gui-tool-tutorials/translations/README.pt-ao.md deleted file mode 100644 index be96f72b..00000000 --- a/docs/gui-tool-tutorials/translations/README.pt-ao.md +++ /dev/null @@ -1,97 +0,0 @@ -[![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) - -# Primeiras Contribuições - -Começando no **Mundo Open-source ?** Então aqui você tem a sua oportunidade de fazer a sua primeira contribuição open-source, Siga os passos abaixo e no final você terá provalmente ter feito a sua primeira contribuição 🙂 - -Primeiramente, vamos começar por instalar o [Git](https://pt.wikipedia.org/wiki/Git) para que seja possível continuar os passos abaixos descritos, você poderá fazer a instalação do git, caso não tenha do através do link para a [Página de Instalação]( https://help.github.com/articles/set-up-git/ ). - - -## Faz Fork deste repositório -fork deste repositorio - -Faz Fork clicando no botão "Fork" no topo desta página e de seguida click na opção *Create a new Fork(Criar novo fork, em português)* -



-## Clone o repositório - -clonar este repositório - -Pós o fork, clone o repositorío para o seu dispositivo, Clicando no botão de *Code(código, em português)* e de seguida copiar o link, que aparecerá. - -Abra o seu Terminal ou PowerShell e digite o seguinte: -``` -git clone -``` - Para que fique assim: - -> git clone https://github.com/firstcontributions/first-contributions.git - -De seguida dê Enter - - -## Cria uma nova Branch - -Abra a pasta que foi criada quando você fez o clone - -Agora crie uma nova Branch usando o comando no terminal: `git checkout`: -``` -git checkout -b -``` - -Por exemplo: -``` -git checkout -b edgar-dikenge -``` -Obs.: O nome do Branch não precisa de ter a sigla "add", mas neste caso é recomendável, porque a finalidade deste Branch é a de adicionar o teu nome a uma lista. - -## Efetua as alterações necessárias e faz um Commit - -Agora vá para ficheiro `Contributors.md` no teu editor de código e adicione o seu nome e salve o ficheiro. Se fores para o diretório do projeto e executares o comando `git status`, verás que há alterações. Adiciona essas alterações ao Branch que acabaste de criar utilizando o comando `git add`: -``` -git add Contributors.md -``` -Agora faz um Commit dessas alterações utilizando o comando `git commit`: -``` -git commit -m "Add to Contributors list" -``` -substitui `` pelo teu nome ou nickname. - -## Faz um Push das alterações para o GitHub - -Faz um Push utilizando o comando `git push`: -``` -git push origin -``` -substitui `` pelo nome do Branch que criaste anteriormente. - -## Envia as tuas alterações para serem revistas - -Se fores para o teu repositório no GitHub, verás um botão `Compare & pull request`. Clica nesse botão. - -Cria um Pull Request - -Agora envia um Pull Request. - -Envia um pull request - -Quando puder incorporarei as tuas mudanças no Branch principal (master) deste projeto. Vais receber um e-mail de notificação quando as alterações forem incorporadas. - -## E agora ? - -Partilhe com seus amigos e seguidores [web app](https://firstcontributions.github.io/#social-share). - - Podes também juntar-te à nossa equipa no Slack caso precises de alguma ajuda ou tenhas alguma dúvida. [Junta-te à nossa equipa no Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Aqui tens mais suguestões para a sua próxima contribuição, Baza lá dar uma olhada: - -### [ Material adicional ](../additional-material/translations/Portuguese/additional-material.pt_br.md) - -## Tutoriais com outras ferramentas - - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.pt-pt.md b/docs/gui-tool-tutorials/translations/README.pt-pt.md deleted file mode 100644 index 04145cd4..00000000 --- a/docs/gui-tool-tutorials/translations/README.pt-pt.md +++ /dev/null @@ -1,104 +0,0 @@ -[![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) - -# Primeiras Contribuições - -É difícil. É sempre difícil fazer algo pela primeira vez. Especialmente quando se está a colaborar, errar não é algo agradável. Mas *open source* (código aberto) trata-se de colaboração e de trabalharmos juntos. Queremos simplificar a forma com que novos colaboradores *open source* aprendem e contribuem pela primeira vez. - -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 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 -fork deste repositorio - -Faz Fork clicando no botão "Fork" no topo desta página. Esta operação criará uma cópia deste repositório na tua conta. -



-## Clona o repositório - -clonar este repositório - -Agora clona este repositório para a tua máquina local. Clique no botão "Clone or download" e, em seguida, clica no ícone "Copy to clipboard" para copiar o URL. - -Abre o teu terminal e executa o comando seguinte: -``` -git clone "url que copiou" -``` -onde "url que copiou" (sem as aspas) é o URL deste repositório. Consulte as etapas anteriores para obter o URL. - -copiar URL - -Por exemplo: -``` -git clone https://github.com/este-é-voce/first-contributions.git -``` -onde "este-é-voce" é o teu nome de usuário do GitHub. Aqui estás a copiar o conteúdo do repositório first-contributions para o teu computador. - -## Cria um Branch - -Vá para o diretório do repositório no teu computador (caso ainda não estejas lá): -``` -cd first-contributions -``` - -Agora crie um novo Branch usando o comando `git checkout`: -``` -git checkout -b -``` - -Por exemplo: -``` -git checkout -b add-alonzo-church -``` -Obs.: O nome do Branch não precisa de ter a sigla "add", mas neste caso é recomendável, porque a finalidade deste Branch é a de adicionar o teu nome a uma lista. - -## Efetua as alterações necessárias e faz um Commit - -Agora abra o ficheiro `Contributors.md` no teu editor de código, adiciona o teu nome e guarda o ficheiro. Se fores para o diretório do projeto e executares o comando `git status`, verás que há alterações. Adiciona essas alterações ao Branch que acabaste de criar utilizando o comando `git add`: -``` -git add Contributors.md -``` -Agora faz um Commit dessas alterações utilizando o comando `git commit`: -``` -git commit -m "Add to Contributors list" -``` -substitui `` pelo teu nome ou nickname. - -## Faz um Push das alterações para o GitHub - -Faz um Push utilizando o comando `git push`: -``` -git push origin -``` -substitui `` pelo nome do Branch que criaste anteriormente. - -## Envia as tuas alterações para serem revistas - -Se fores para o teu repositório no GitHub, verás um botão `Compare & pull request`. Clica nesse botão. - -Cria um Pull Request - -Agora envia um Pull Request. - -Envia um pull request - -Quando puder incorporarei as tuas mudanças no Branch principal (master) deste projeto. Vais receber um e-mail de notificação quando as alterações forem incorporadas. - -## Para onde ir a partir daqui? - -Celebra as tuas contribuições e partilha-as com amigos e seguidores através da [web app](https://firstcontributions.github.io/#social-share). - -Se quiseres praticar mais, acede a [code contributions](https://github.com/roshanjossey/code-contributions). - -Aqui estão alguns repositórios com Issues a nível de principiante em que tu podes ajudar a resolver. Vai em frente e clica nos repositórios para saber mais. - -### [ Material adicional ](../additional-material/translations/Portugues/additional-material.pt_br.md) - -## Tutoriais com outras ferramentas - - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.pt_br.md b/docs/gui-tool-tutorials/translations/README.pt_br.md deleted file mode 100644 index de822156..00000000 --- a/docs/gui-tool-tutorials/translations/README.pt_br.md +++ /dev/null @@ -1,123 +0,0 @@ -[![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) - -# Primeiras Contribuições - -Este projeto visa facilitar o caminho e guiar os iniciantes em suas primeiras contribuições. Se você deseja fazer a sua primeira contribuição, siga os passos abaixo. - -#### _Se não se sente confortável com a linha de comando, [aqui estão alguns tutoriais de ferramentas gráficas.](#Tutoriais-usando-outras-ferramentas)_ - -fork deste repositório - -Se não possui o git em sua máquina, [instale-o aqui](https://help.github.com/articles/set-up-git/). - -## Faça um _Fork_ deste repositório - -Faça um _Fork_ clicando no botão "_Fork_" no topo desta página, uma cópia deste repositório será criada em sua conta. - -## Clone o repositório - -clonar este repositório - -Agora clone este repositório para a sua máquina. Clique no botão "_Code_" e, em seguida, clique no ícone "_Copy to clipboard_" para copiar a URL. - -Abra um terminal e execute o seguinte comando do git: - -``` -git clone "url que copiou" -``` - -onde "url que copiou" (sem as aspas) é a URL deste repositório (seu fork deste projeto). Consulte as etapas anteriores para obter a URL. - -copiar URL - -Por exemplo: - -``` -git clone https://github.com/seu-usuario/first-contributions.git -``` - -onde "seu-usuário" é o seu usuário do _GitHub_. Aqui você estará copiando o conteúdo do repositório _first-contributions_ para o seu computador. - -## Crie um Branch - -Acesse o diretório do repositório no seu computador (caso você não esteja nele): - -``` -cd first-contributions -``` - -Agora crie um _Branch_ usando o comando `git switch`: - -``` -git switch -c -``` - -Por exemplo: - -``` -git switch -c add-andre-oliveira -``` - -Obs.: O nome do _Branch_ não precisa ter a sigla "add", mas nesse caso é recomendável, porque a finalidade deste _Branch_ é a de adicionar o seu nome à uma lista. - -## Efetue as alterações necessárias e faça um _Commit_ - -Agora, abra o arquivo `Contributors.md` em seu editor de código e adicione o seu nome a ele. Não o adicione no início ou no final do arquivo. Coloque-o em qualquer lugar no meio. Agora, salve o arquivo. - -git status - -Se você for para o diretório do projeto e executar o comando `git status`, verá que há alterações. Adicione essas alterações ao _Branch_ que você acabou de criar utilizando o comando `git add`: - -``` -git add Contributors.md -``` - -Agora, confirme essas alterações usando o comando git commit `git commit`: - -``` -git commit -m "Add to Contributors list" -``` - -substituindo `` pelo seu nome. - -## Faça um Push das alterações para o _GitHub_ - -Envie suas alterações usando o comando `git push`: - -``` -git push origin -``` - -substituindo `` pelo nome do _Branch_ que você criou anteriormente. - -## Envie suas alterações para serem revisadas - -Se você for para o seu repositório no _GitHub_, verá um botão `Compare & pull request`. Clique nesse botão. - -Crie um Pull Request - -Agora envie um _Pull Request_. - -Envie o Pull Request - -Logo estará mesclando ('mergeando') as suas mudanças no _Branch_ principal (main) deste projeto. Você receberá um e-mail de notificação quando as alterações forem mescladas. - -## Para onde ir a partir daqui? - -Parabéns! Você completou o fluxo de trabalho básico _fork -> clone -> edit -> PR_ que você encontrará frequentemente como contribuidor! - -Celebre sua contribuição e compartilhe com seus amigos e seguidores no [app web](https://firstcontributions.github.io/#social-share). - -Se você quiser mais prática, verifique [code contributions](https://github.com/roshanjossey/code-contributions). - -Agora você pode colaborar com outros projetos. Nós compilamos uma lista de projetos com problemas simples que você pode começar. Verifique em [a lista de projetos no web app](https://firstcontributions.github.io/#project-list). - -### [ Material adicional ](../additional-material/translations/Portugues/additional-material.pt_br.md) - -## Tutoriais usando outras ferramentas - -| GitHub Desktop | Visual Studio 2017 | IntelliJ IDEA | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [GitHub Desktop](../gui-tool-tutorials/translations/github-desktop-tutorial.pt_br.md) | [Visual Studio 2017](../gui-tool-tutorials/translations/github-windows-vs2017-tutorial.pt_br.md) | [IntelliJ IDEA](../gui-tool-tutorials/translations/github-windows-intellij-tutorial.pt_br.md) | diff --git a/docs/gui-tool-tutorials/translations/README.ro.md b/docs/gui-tool-tutorials/translations/README.ro.md deleted file mode 100644 index af112c56..00000000 --- a/docs/gui-tool-tutorials/translations/README.ro.md +++ /dev/null @@ -1,143 +0,0 @@ -[![Surse Deschise 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) -[![Licență: MIT](https://img.shields.io/badge/Licență-MIT-green)](https://opensource.org/licenses/MIT) -[![Contribuitori](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) - - -# Primele Contribuții - -Acest proiect își propune să simplifice și să îndrume modul în care începătorii își fac prima contribuție. Dacă doriți să faceți prima contribuție, urmați pașii de mai jos. - -_Dacă nu vă simțiți confortabil folosind linia de comandă, [aici sunt tutoriale folosind alte unelte (GUI)](#tutoriale-folosind-alte-unelte)._ - -Realizați bifurcația depozitului - -#### Dacă nu ai git instalat, [instalează-l](https://help.github.com/articles/set-up-git/). - -## Realizați bifurcația depozitului - -Efectuați bifurcația acestui depozit apăsând pe butonul `Fork` din partea de sus a acestei pagini. -Aceasta va crea o copie a acestui depozit în contul dvs. - -## Clonați depozitul - -Clonați acest depozit - -Acum clonați depozitul bifurcat pe computerul dvs. Mergeți în contul dvs. GitHub, deschideți depozitul bifurcat, apăsați pe butonul `Code` și apoi pe pictograma de _copiere în clipboard_. - -Deschideți un terminal și executați următoarea comandă Git: - -```bash -git clone "URL-ul pe care l-ați copiat" -``` -unde `URL-ul pe care l-ați copiat` (fără ghilimele) este URL-ul către acest depozit (bifurcarea dvs. a acestui proiect). Consultați pașii anteriori pentru a obține URL-ul. - -Copiați URL-ul în clipboard - -De exemplu: - -```bash -git clone https://github.com/numele-tau/first-contributions.git -``` -unde `numele-tau` reprezintă numele dvs. de utilizator GitHub. Aici copiați conținutul depozitului _first-contributions_ de pe GitHub pe computerul dvs. - -## Creați o ramură - -Schimbați directorul depozitului de pe computerul dvs. (dacă nu sunteți deja acolo): - -```bash -cd first-contributions -``` - -Acum creați o ramură folosind comanda `git switch`: - -```bash -git switch -c numele-noii-ramuri -``` - -De exemplu: - -```bash -git switch -c adaug-alonzo-church -``` - -## Efectuați modificările necesare și comiteți acele modificări - -Acum deschideți fișierul `Contributors.md` într-un editor de text, adăugați-vă numele în el. Nu-l adăugați la începutul sau la sfârșitul fișierului. Puneți-l oriunde între acestea. Apoi, salvați fișierul. - -Stare git - -Dacă mergeți în directorul proiectului și executați comanda `git status`, veți vedea că există modificări. - -Adăugați aceste modificări în ramura pe care tocmai ați creat-o folosind comanda `git add`: - -```bash -git add Contributors.md -``` - -Acum comiteți acele modificări folosind comanda `git commit`: - -```bash -git commit -m "Adaug numele-tau la lista de Contribuitori" -``` -înlocuind `numele-tau` cu numele dvs. - -## Încărcați modificările pe GitHub - -Împinge schimbările tale cu comanda `git push`: - -```bash -git push -u origin numele-ramurii-tale -``` -înlocuind `numele-ramurii-tale` cu numele ramurii pe care ați creat-o anterior. - -
- Dacă întâmpinați erori în timpul încărcării, apăsați aici: - - - ### Eroare de autentificare -
remote: Suportul pentru autentificarea prin parolă a fost eliminat la 13 august 2021. Vă rugăm să utilizați un token de acces personal în schimb.
-remote: Vă rugăm să consultați https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ pentru mai multe informații.
-fatal: Autentificare eșuată pentru 'https://github.com//first-contributions.git/'
-înlocuind `numele-tau` cu numele dvs. de utilizator GitHub. - -Mergeți la [tutorialul GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) pentru a genera și configura o cheie SSH pentru contul dvs. - -
- -## Trimiteți modificările pentru a fi revizuite - -Dacă mergeți în depozitul dvs. de pe GitHub, veți vedea un buton `Compară și cereți trageri`. Faceți clic pe acest buton. - -Creați o cerere de tragere - -Acum trimiteți cererea de tragere. - -Trimiteți cererea de tragere - -În curând, voi integra toate modificările dvs. în ramura principală a acestui proiect. Veți primi o notificare prin e-mail odată ce modificările vor fi integrate. - -## Unde să mergeți de aici? - -Felicitări! Ați finalizat fluxul standard _fork -> clone -> edit -> pull request_ pe care îl veți întâlni adesea ca contributor! - -Sărbătoriți-vă contribuția și partajați-o cu prietenii și urmăritorii dvs., accesând [aplicația web](https://firstcontributions.github.io/#social-share). - -Puteți să vă alăturați echipei noastre Slack dacă aveți nevoie de ajutor sau aveți întrebări. [Alăturați-vă echipei Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w). - -Acum să vă începem cu contribuția la alte proiecte. Am compilat o listă de proiecte cu probleme ușoare cu care puteți începe. Verificați [lista de proiecte din aplicația web](https://firstcontributions.github.io/#project-list). - -### [Materiale suplimentare](additional-material/git_workflow_scenarios/additional-material.md) - - -## Tutoriale Folosind Alte Unelte (GUI) - -| 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) | - -

Acest proiect este susținut de:

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.ru.md b/docs/gui-tool-tutorials/translations/README.ru.md deleted file mode 100644 index 56af2264..00000000 --- a/docs/gui-tool-tutorials/translations/README.ru.md +++ /dev/null @@ -1,174 +0,0 @@ -[![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) - -# Первый вклад в проект - -Сложно. Всегда сложно начинать что-то с самого начала. Довольно неприятно совершать ошибки, особенно если вы работаете в команде. Весь open source состоит из сотрудничества и совместной работы. Мы хотим облегчить первые шаги в обучении и сотрудничестве начинающим разработчикам. - -Чтение статей и учебников может помочь, но что может быть лучше, чем настоящий практический опыт, без риска что-либо испортить? Цель этого проекта - должным образом направить молодых новобранцев, а также предоставить им возможность сделать их первый вклад. Помните: чем меньше вы напряжены, тем лучше вы учитесь. Если вы ищете возможность осуществить свой первый вклад, просто следуйте простым шагам, расположенным ниже. Обещаем, будет интересно. - -Если вам нужна помощь с командной строкой, [это руководство использует инструменты графической операционной системы (GUI).](#Использование-других-инструментов) - -сделать ветку - -Если у вас не установлен git на компьютере, [ установите его. ](https://help.github.com/articles/set-up-git/) - -## Создайте ветку - -Создайте собственную ветку, нажав на кнопку `fork` сверху этой страницы. Таким образом, вы создадите копию этого репозитория в своем аккаунте. - -## Клонируйте репозиторий - -клонировать репозиторий - -Теперь клонируйте ваш репозиторий на ПК. Нажмите на кнопку `clone`, а затем на иконку `copy to clipboard`, чтобы скопировать ссылку. - -Откройте терминал и запустите следующую git команду: - -``` -git clone "ссылка на репозиторий" -``` - -Где "ссылка на репозиторий" (без кавычек) - это ссылка на ваш репозиторий. Посмотрите предыдущие шаги, чтобы получить эту ссылку. - -скопируйте ссылку в буфер обмена - -Например: - -``` -git clone https://github.com/ваш-логин/first-contributions.git -``` - -Где `ваш логин` ваш логин на github'e. Таким образом вы копируете репозиторий 'first-contributions' с GitHub на ваш ПК. - -## Создайте ветку - -Перейдите в каталог репозитория на вашем компьютере, если вы еще не там. - -``` -cd first-contributions -``` - -Теперь создайте ветку с помощью команды `git checkout` - -``` -git checkout -b -``` - -Например: - -``` -git checkout -b add-alonzo-church -``` - -(Синтаксически не требуется, чтобы название ветки содержало слово _add_, но это оправдано, поскольку подчеркивает назначение этой ветки: добавить ваше имя в список.) - -## Внесите необходимые изменения и создайте коммит - -Теперь откройте файл `Contributors.md` в вашем текстовом редакторе, впишите ваше имя и сохраните файл. Если вы перейдёте в директорию проекта и выполните `git status`, вы увидите изменения. Добавьте эти изменения с помощью команды `git add`. - -``` -git add Contributors.md -``` - -Теперь закоммитьте данные изменения с помощью команды `git commit`. - -``` -git commit -m "Add to Contributors list" -``` - -Измените `` на ваше имя - -## Запушьте изменения на github - -Запушьте ваши изменения с помощью `git push` - -``` -git push origin -``` - -Измените `` на имя ветки, которую вы создали ранее. - -## Подтвердите изменения для ревью - -Если вы зайдете в свой репозиторий на GitHub, вы увидите кнопку `Compare & pull request`. Нажмите на нее. - -create a pull request - -Теперь подтвердите пулл-реквест. - -submit pull request - -Скоро я произведу объединение всех ваших изменений с основной веткой данного проекта. Вы получите сообщение по электронной почте, когда изменения будут приняты (смержены). - -Основная ветка вашего репозитория не будет изменена. Для синхронизации выполните шаги, расположенные ниже. - -## Синхронизируйте вашу ветку с данным репозиторием - -Прежде всего перейдите в основную ветку: - -``` -git checkout main -``` - -Затем добавьте url моего репозитория в поле `upstream remote url`: - -``` -git remote add upstream https://github.com/Roshanjossey/first-contributions -``` - -Таким образом мы сообщим git'у, что существует другая версия данного проекта по определенной ссылке, и мы ее считаем мастером. Как только изменения смержены, подгрузите новую версию моего репозитория. - -``` -git fetch upstream -``` - -Таким образом мы забрали все изменения в моём ответвлении (upstream remote). После, вам нужно смержить новую версию моего репозитория с вашей мастер-веткой. - -``` -git rebase upstream/main -``` - -Так вы применяете все изменения, которые вы подтянули к вашей мастер-ветке. Если вы запушите сейчас мастер-ветку, ваше ответвление тоже будет содержать изменения. - -``` -git push origin main -``` - -Обратите внимание, что вы пушите в удаленный репозиторий origin. - -На этом этапе я объединил вашу ветку `` со своей мастер-веткой, а вы объединили свою мастер-ветку с моей. Ваша ветка больше не нужна, вы можете удалить её: - -``` -git branch -d -``` - -Так же можете удалить её версию в удалённом репозитории: - -``` -git push origin --delete -``` - -Это совершенно не обязательно, но название этой ветки отражает её довольно специфическое назначение. И продолжительность её жизни может быть соответствующе короткой. - -## Использование других инструментов - -| 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) | - -## Что дальше? - -Ниже несколько популярных репозиториев, где вы можете найти задания для новичков. Вперёд, перейдите в репозитории, чтобы узнать больше. - -| [![exercism](https://avatars2.githubusercontent.com/u/5624255?v=3&s=100)](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [![fun-retro](https://avatars3.githubusercontent.com/u/15913975?v=3&s=100)](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [![habitat](https://avatars1.githubusercontent.com/u/18171698?v=3&s=100)](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [![scikit-learn](https://avatars0.githubusercontent.com/u/365630?v=3&s=100)](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie)(https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [![elasticsearch](https://avatars2.githubusercontent.com/u/6764390?v=3&s=100)](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [exercism](https://github.com/exercism/exercism.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+patch%22) | [Fun Retros](https://github.com/funretro/distributed/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [react](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+bug%22) | [habitat](https://github.com/habitat-sh/habitat/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [scikit-learn](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [Leiningen](https://github.com/technomancy/leiningen/issues?q=is%3Aopen+is%3Aissue+label%3ANewbie) | [numpy](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22) | [elasticsearch](https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22low+hanging+fruit%22) | -| [![homebrew](https://avatars2.githubusercontent.com/u/1503512?v=3&s=100)](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [![rust](https://avatars1.githubusercontent.com/u/5430905?v=3&s=100)](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [![vuejs](https://avatars1.githubusercontent.com/u/6128107?v=3&s=100)](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [![Suave](https://avatars2.githubusercontent.com/u/5822862?v=3&s=100)](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [![OpenRA](https://avatars3.githubusercontent.com/u/409046?v=3&s=100)](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [![PowerShell](https://avatars0.githubusercontent.com/u/11524380?v=3&s=100)](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [![coala](https://avatars2.githubusercontent.com/u/10620750?v=3&s=100)](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [![moment](https://avatars2.githubusercontent.com/u/4129662?v=3&s=100)](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) | -| [homebrew](https://github.com/Homebrew/brew/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) | [vuejs](https://github.com/vuejs/vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22contribution+welcome%22) | [Suave](https://github.com/SuaveIO/suave/issues?q=is%3Aopen+is%3Aissue+label%3Ahardness-easy) | [OpenRA](https://github.com/OpenRA/OpenRA/issues?q=is%3Aopen+is%3Aissue+label%3AEasy) | [PowerShell](https://github.com/powershell/powershell/issues?q=is%3Aopen+is%3Aissue+label%3AUp-for-Grabs) | [coala](https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow+label%3Adifficulty%2Fnewcomer) | [moment](https://github.com/moment/moment/issues?q=is%3Aopen+is%3Aissue+label%3AUp-For-Grabs) | -| [![ava](https://avatars0.githubusercontent.com/u/8527916?v=3&s=100)](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [![freeCodeCamp](https://avatars0.githubusercontent.com/u/9892522?v=3&s=100)](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [![webpack](https://avatars3.githubusercontent.com/u/2105791?v=3&s=100)](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [![hoodie](https://avatars1.githubusercontent.com/u/1888826?v=3&s=100)](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [![pouchdb](https://avatars3.githubusercontent.com/u/3406112?v=3&s=100)](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [![neovim](https://avatars0.githubusercontent.com/u/6471485?v=3&s=100)](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [![babel](https://avatars2.githubusercontent.com/u/9637642?v=3&s=100)](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [](https://github.com/adobe/brackets/labels/Starter%20bug) | -| [ava](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22) | [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [webpack](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22) | [hoodie](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only) | [pouchdb](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22) | [neovim](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level) | [babel](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) | [brackets](https://github.com/adobe/brackets/labels/Starter%20bug) | -| [![Node.js](https://avatars1.githubusercontent.com/u/9950313?v=3&s=100)](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | -| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | [Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) | diff --git a/docs/gui-tool-tutorials/translations/README.se.md b/docs/gui-tool-tutorials/translations/README.se.md deleted file mode 100644 index 2d1bb805..00000000 --- a/docs/gui-tool-tutorials/translations/README.se.md +++ /dev/null @@ -1,123 +0,0 @@ -[![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 - -Det är alltid svårt första gången man gör något och speciellt när du samarbetar med andra kan det vara extra känsligt att göra misstag. Vi vill göra det lättare för dig att lära dig hur man bidrar till ett öppet källkods-projekt. - -Att läsa artiklar och titta på handledningar kan så klart hjälpa men det är alltid bättre att göra det på riktigt. Detta projeket har som syfte att tillhandahålla en guide och göra det enkelt för nybörjare att göra sina första bidrag. Om du är ute efter att göra ditt första bidrag kan du följa stegen nedan. - - -#### *Om du inte känner dig bekväm med kommandoraden, [så finns en vägledning här.](#Handledningar-för-andra-verktyg)* - - -fork this repository - -Om du inte har git installerat [så installera det]( https://help.github.com/articles/set-up-git/ ) - -## Gör en Fork på detta repository - -Forka repot genom att klicka på fork-knappen överst på denna sida. -Detta kommer att skapa en kopia av repot i ditt GitHub-konto. - -## Klona repository - -clone this repository - -Klona repot till din dator. Gå till ditt GitHub-konto och klicka på clone-knappen och klicka sedan på *copy to clipboard*-ikonen. - -Öppna en terminal och kör följande kommando: - -``` -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. - -copy URL to clipboard - -Till exempel: -``` -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. - -## Skapa en branch - -Gå till repo-katalogen på din dator (om du inte redan står i den katalogen): - -``` -cd first-contributions -``` - -Nu skapar du en branch genom att använda `git checkout`-kommandot: -``` -git checkout -b -``` - -Till exempel: -``` -git checkout -b mitt-tillag -``` - -## Gör de ändringar du vill göra och commita dem - -Nu öppnar du `Contributors.md` i en text-editor och lägger till ditt namn. Lägg inte till något i början eller slutet av dokumentet utan lägg till någonstans mitt emellan. Spara filen. - -git status - -Ge kommando `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`: - -``` -git add Contributors.md -``` - -Commita dina ändringar genom att använda `git commit`: -``` -git commit -m "Add to Contributors list" -``` -ersätt `` med ditt namn. - -## Pusha ändringar till GitHub - -Pusha dina ändringar genom att använda kommando `git push`: -``` -git push origin -``` -ersätt `` med det branch-namn du använt tidigare. - -## Skicka iväg dina ändringar för granskning - -Om du navigerar till ditt repo på GitHub kan du se en knapp med texten `Compare & pull request`. Klicka på den. - -create a pull request - -Skicka iväg din s.k. pull request. - -submit pull request - -Snart kommer jag införa dina ändringar i huvudprojektet. Du kommer att få ett e-mail så fort dina ändringar blivit införda. - -## Hur går man vidare? - -Gratulerar! Du har just genomfört standardprocessen för _fork -> clone -> edit -> PR_, en process du kommer att stöta på ofta! - -Fira genom att dela med dina vänner och följare genom att gå till [web app](https://firstcontributions.github.io/#social-share). - -Behöver du hjälp eller vill du ställa frågor så kan du gå med i vår slack-grupp. [Gå med i slack-gruppen](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Nu kan du gå vidare genom att bidra i andra projekt. Vi har sammanställt en lista med enkla uppgifter som du kan starta med. Kolla in [projektlistan i webbapplikationen](https://firstcontributions.github.io/#project-list). - -### [Ytterligare material](../additional-material/git_workflow_scenarios/additional-material.md) - - -## Handledningar för andra verktyg - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.si.md b/docs/gui-tool-tutorials/translations/README.si.md deleted file mode 100644 index ba24b530..00000000 --- a/docs/gui-tool-tutorials/translations/README.si.md +++ /dev/null @@ -1,129 +0,0 @@ -[![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) - -# පළමු දායකත්වය - -ආරම්භකයින්ගේ පළමු දායකත්වය ලබා දෙන ආකාරය සරල කිරීම සහ මඟ පෙන්වීම මෙම ව්‍යාපෘතියේ අරමුණයි. ඔබ ඔබේ පළමු දායකත්වය ලබා දීමට බලාපොරොත්තු වන්නේ නම්, පහත පියවර අනුගමනය කරන්න. - -#### *ඔබ විධාන රේඛාව (command line) සමඟ අපහසු නම්, [GUI මෙවලම් භාවිතා කරන නිබන්ධන මෙන්න.](#tutorials-using-other-tools)* - -මෙම ගබඩාව fork කරන්න - -ඔබේ පරිගණකයේ git නොමැති නම්, [ස්ථාපනය කරන්න](https://help.github.com/articles/set-up-git/). - -## මෙම ගබඩාව fork කිරීම - -පිටුවේ ඉහළින් ඇති fork බොත්තම ක්ලික් කිරීමෙන් මෙය කළ හැකිය. මෙය ඔබගේ ගිණුමේ -පිටපතක් සාදනු ඇත. - -## මෙම ගබඩාව clone කරන්න - -මෙම ගබඩාව clone කරන්න - -දැන් ඔබේ පරිගණකට fork කරපු repository ය ක්ලෝන කරන්න. ඔබට ඔබගේ GitHub ගිණුමට ගොස් fork කරපු repository විවෘත කර clone බොත්තම ක්ලික් කර එය පසුරු පුවරුවට (clipboard) පිටපත් කිරීමෙන් මෙය කළ හැක. - -*terminal* හෝ *command prompt* විවෘත කර පහත git විධානය ක්‍රියාත්මක කරන්න: - -``` -git clone "ඔබ පිටපත් කළ url එක" -``` - -මෙහි "ඔබ පිටපත් කළ url එක" (උපුටා දැක්වීම් ලකුණු නොමැතිව) මෙම ගබඩාවේ url එක වේ (මෙම ව්යාපෘතියේ ඔබේ දෙබල (fork) ). url එක ලබා ගැනීමට පෙර පියවර බලන්න. - -copy URL to clipboard - - -උදාහරණ වශයෙන්: - -``` -git clone https://github.com/මෙය-ඔබයි/first-contributions.git -``` - -මෙහි `මෙය ඔබයි` යනු GitHub පරිශීලක නාමයයි. මෙය ඔබගේ GitHub ගිණුමේ first-contributions repository පිටපතක් සෑදීමට ඔබට ඉඩ සලසයි. - -## ශාඛාවක් නිර්මාණය කිරීම - -ඔබේ පරිගණකයේ ගබඩා නාමාවලියට වෙනස් කරන්න (ඔබ දැනටමත් එහි නොමැති නම්): - -``` -cd first-contributions -``` - - -දැන් `git checkout` විධානය භාවිතා කරමින් ශාඛාවක් සාදන්න: - -``` -git checkout -b <ඔබගේ-නව-ශාඛාවේ-නම> -``` - -උදාහරණ වශයෙන්: - -``` -git checkout -b add-luke-oliff -``` - -(ශාඛාවේ නමට *add* එකතු කිරීම අවශ්‍ය නොවේ, නමුත් එය සාධාරණ දෙයකි, මන්ද මෙම ශාඛාවේ අරමුණ ඔබේ නම ලැයිස්තුවකට එකතු කිරීමයි.) - -## අවශ්‍ය වෙනස්කම් සිදු කර commit කරන්න - -දැන් Contributors.md ගොනුව පෙළ සංස්කාරකයක විවෘත කරන්න, එයට ඔබේ නම එක් කරන්න. ගොනුවේ ආරම්භයේ හෝ අවසානයේ එය එකතු නොකරන්න. එය අතර මැද ඕනෑම තැනකට එකතු කරන්න. දැන්, ගොනුව save කරන්න. - -git status - -ඔබ ව්‍යාපෘති නාමාවලිය වෙත ගොස් git status විධානය ක්‍රියාත්මක කළහොත්, වෙනස්කම් ඇති බව ඔබට පෙනෙනු ඇත. - -`git add` විධානය භාවිතයෙන් ඔබ දැන් නිර්මාණය කළ ශාඛාවට එම වෙනස්කම් එක් කරන්න: - -``` -git add Contributors.md -``` - -දැන් `git commit` විධානය භාවිතා කර එම වෙනස්කම් සිදු කරන්න: - -``` -git commit -m "Add <ඔයාගේ_නම> to Contributors list" -``` - -`<ඔබේ_නම>` වෙනුවට ඔබේ නම ඇතුල් කරන්න. - -## GitHub වෙත වෙනස්කම් තල්ලු කරන්න - -`git push` විධානය භාවිතයෙන් ඔබගේ වෙනස්කම් තල්ලු කරන්න: -``` -git push origin -u <ඔබගේ-නව-ශාඛාවේ-නම> -``` - -`<ඔබගේ-නව-ශාඛාවේ-නම>` ඔබ කලින් නිර්මාණය කළ නම සමඟ ශාඛාව ප්රතිස්ථාපනය කරන්න. - -## සමාලෝචනය සඳහා ඔබේ වෙනස්කම් ඉදිරිපත් කරන්න - - -ඔබ GitHub හි ඔබගේ ගබඩාවට ගියහොත්, ඔබට `Compare & pull request` බොත්තමක් පෙනෙනු ඇත. එම බොත්තම මත ක්ලික් කරන්න. - -create a pull request - -දැන් pull request ඉදිරිපත් කරන්න. - -submit pull request - -මම ළඟදීම ඔබේ සියලු වෙනස්කම් මෙම ව්‍යාපෘතියේ ප්‍රධාන ශාඛාවට ඒකාබද්ධ කරමි. වෙනස්කම් ඒකාබද්ධ කළ පසු ඔබට දැනුම්දීමේ Email පණිවිඩයක් ලැබෙනු ඇත. - -## මෙතැන් සිට කොහේ යන්නද? - -සුභ පැතුම්! ඔබ දායකයෙකු ලෙස සම්මත 'fork -> clone -> edit -> pull request' කාර්ය ප්‍රවාහය ඔබ සම්පුර්ණ කර ඇත! - -ඔබේ දායකත්වය සහ ඔබේ මිතුරන් සහ අනුගාමිකයින් සමඟ සමරන්න [web app](https://firstcontributions.github.io/#social-share) ගිහින් share කරන්න. - -ඔබට කිසියම් උදව්වක් අවශ්‍ය නම් හෝ කිසියම් ප්‍රශ්නයක් ඇත්නම් ඔබට අපගේ slack කණ්ඩායමට සම්බන්ධ විය හැකිය. [අපගේ slack කණ්ඩායමට එක්වන්න](https://join.slack.com/t/firstcontributors/shared_invite/zt-kpbyrmkk-JDkRtchcvRvQ0qK4iPmyvA).. - -දැන් අපි ඔබට වෙනත් ව්‍යාපෘති සඳහා දායක වීම ආරම්භ කරමු. ඔබට ආරම්භ කළ හැකි පහසු ගැටළු සහිත ව්‍යාපෘති ලැයිස්තුවක් අපි සම්පාදනය කර ඇත්තෙමු. පරීක්ෂා කරන්න [web app ව්‍යාපෘති ලැයිස්තුව](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) | diff --git a/docs/gui-tool-tutorials/translations/README.sindhi.md b/docs/gui-tool-tutorials/translations/README.sindhi.md deleted file mode 100644 index 3951a30f..00000000 --- a/docs/gui-tool-tutorials/translations/README.sindhi.md +++ /dev/null @@ -1,132 +0,0 @@ -[![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) - -# پهريون تعاون - -اهو ڏکيو آهي. اهو هميشه مشڪل آهي پهريون دفعو توهان ڪجهه ڪيو خاص طور تي جڏهن توهان تعاون ڪري رهيا آهيو ، غلطيون ڪرڻ هڪ آرام واري شيءِ نه آهي. اسان پهريون طريقو کولڻ چاهيون ٿا نئون کليل ذريعو مددگار سکن ٿا ۽ پهريون ڀيرو حصو وٺن ٿا. - -پڙهائي آرٽيڪل ۽ ڏسڻ وارا سبق مدد ڪري سگھن ٿا ، پر اصل ۾ عملي ماحول ۾ شيون ڪرڻ سان سٺو ڇا آهي؟ ھن پروجيڪٽ جو مقصد مقصد مهيا ڪرڻ ۽ آسانيون جوڙيندڙن کي پنھنجي ابتدائي مدد ڪرڻ جو طريقو آھي. جيڪڏھن توھان پنھنجو پھريون حصو بڻائڻ جي ڪوشش ڪري رھيا آھيو ، ھيٺين قدمن تي عمل ڪريو. - -### جيڪڏهن توهان ڪمانڊ لائن سان مطمئن نه آهيو ، [هتي GUI ٽولز استعمال ڪرڻ وارا سبق آهن.] (# سبق استعمال ڪندڙ-ٻئي اوزار) _ - - -#### _ ھن [ٻين ٻولين ۾] پڙھو (ترجما / ترجما. ايم ڊي) ._ - -fork this repository - -#### جيڪڏهن توهان کي پنهنجي مشين تي گٽ نه آهي ، ته [انسٽال ڪريو] (https://help.github.com/articles/set-up-git/). - -## هن مخزن کي سنڀاليو - -هن صفحي جي مٿئين حصي تي فورڪ بٽن تي ڪلڪ ڪري هن مخزن کي دٻايو. -اهو توهان جي اڪائونٽ ۾ هن مخزن جي ڪاپي ٺاهي ڏيندو. - -## مخزن کي کلون - -clone this repository - -هاڻي ڪلون محفوظ ڪيل مخزن کي توهان جي مشين ڏانهن پهچايو. پنھنجي GitHub اڪائونٽ ڏانھن وڃو ، فورڪ ٿيل مخزن کي کوليو ، ڪوڊ واري بٽڻ تي ڪلڪ ڪريو ۽ پوءِ _ ڪپي ڪلپ بورڊ جي آئڪن تي ڪلڪ ڪريو. - -هڪ ٽرمينل کوليو ۽ هيٺيان گٽ ڪمانڊ هلايو. - -" -گٽ کلون ”يو آر ايل توهان ڪاپي ئي ڪئي آهي“ -" - -جتي "صرف توهان يوپي ايل ڪاپي ڪئي آهي" (ڪڻڪ جي نشانين کانسواءِ) هن ريزنزوري ڏانهن يو آر ايل (هن پراجيڪٽ جي ڪانٽ). يو آر ايل حاصل ڪرڻ لاءِ پوئين قدم ڏسو. - -copy URL to clipboard - -مثال طور: - -" -گٽ کلون https://github.com/this-is-you/first-contactions.git -" - -جتي-هي-تون-توهان جو آهي توهان جو GitHub صارف نالو هتي توهان پنهنجي ڪمپيوٽر ڏانهن GitHub تي سڀ کان پهرين شراڪت جي مخزن جو مواد نقل ڪري رهيا آهيو. - -## هڪ شاخ ٺاهيو - -توهان جي ڪمپيوٽر تي مخزن ڊاريڪٽري ۾ تبديل ڪريو (جيڪڏهن توهان پهريان ئي نه آهيو) - -" -سي ڊي پهرين تعاون -" - -ھاڻي شاخ ٺاھيو حڪم "گٽ چيڪ آئوٽ" استعمال ڪندي. - -" -ڏسي چڪاس ڪريو -آب نئون-شاخ-نالو -" - -مثال طور: - -" -گٽ چيڪ آئوٽ -b شامل الونزو-چرچ -" - -(شاخ جو نالو _add_ لفظ شامل ڪرڻ جي ضرورت ناهي ، پر ان ۾ شامل ٿيڻ مناسب ڳالهه آهي ڇاڪاڻ ته هن برانچ جو مقصد توهان جي نالي کي لسٽ ۾ شامل ڪرڻ آهي.) - -## ضروري تبديليون ڪيو ۽ انهن تبديلين کي انجام ڏيو - -ھاڻي ٽيڪسٽ ايڊيٽر ۾ Contributors.md فائل کوليو ، پنھنجو نالو ان ۾ شامل ڪريو. فائل جي شروعات يا آخر ۾ ان کي شامل نه ڪريو. ان کي وچ ۾ ڪٿي به وجھو. ھاڻي ، فائل کي بچايو. - -git status - -جيڪڏهن توهان پروجيڪٽ ڊاريڪٽري ڏانهن وڃو ۽ حڪم کي ختم ڪريو گٽ اسٽيٽس ، توهان ڏسندا ته هتي تبديليون آهن. - -جن شاخن کي توھان ٺاھيو آھي انھن کي شامل ڪريو جيڪي تبديلي آڻي سگھوٿا - -" -git شامل ڪريو Contributors.md -" - -ھاڻي انھن تبديلين کي انجام ڏيو "گٽ ڪمٽ" حڪم استعمال ڪندي: - -" -git commit -m "شرڪت ڪندڙن جي لسٽ ۾ <توھان جو نالو شامل ڪريو" -" - -توهان جي نالي سان "توهان جو نالو" بدلجي ٿو. - -## گٽ هب ۾ پش تبديلين - -پنھنجن تبديلين کي ھٿ سان ڌڪايو "گشت پش": - -" -گٽ پش اصل -" - -توهان جي ٺاهي ڪيل شاخ جي نالي سان "کي تبديل ڪرڻ - -## پنھنجون تبديليون راءِ لاءِ پيش ڪريو - -جيڪڏهن توهان GitHub تي پنهنجي مخزن ڏانهن ويندا آهيو ، توهان ڏسندا "تقابلي ۽ پلڻ واري درخواست" بٽڻ. انهي بٽڻ تي ڪلڪ ڪيو. - -create a pull request - -هاڻي پل جي درخواست جمع ڪر. - -submit pull request - -جلد ئي آئون توهان جي سڀني تبديلين کي ان منصوبي جي ماسٽر برانچ ۾ ضم ڪري ڇڏيندس. توهان جون هڪ ڀيرو اطلاع ملڻ واري اي ميل حاصل ٿيندي هڪ ڀيرو تبديليون ضم ٿي ويون آهن. - -## ڪيڏانهن وڃڻو آهي؟ - -مبارڪون هجن! توهان صرف معياري _فورڪ -> ڪلون -> ايڊٽ ڪيو -> پل درخواست_ ڪم جي وهڪري کي مڪمل ڪيو جنهن سان توهان اڪثر منهن ڏيڻ ۾ مدد ڪندا! - -پنهنجي حصي جو جشن ملهايو ۽ ان کي [ويب ايپ] تي وڃڻ سان پنهنجن دوستن ۽ پوئلڳن سان حصيداري ڪريو (https://firstcontactions.github.io/#social-share). - -جيڪڏهن توهان ڪنهن مدد جي گهرج ۾ يا ڪنهن سوال جي صورت ۾ توهان اسان جي سستي ٽيم ۾ شامل ٿي ويا [سليڪ ٽيم ۾ شامل ٿيو] (https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -هاڻي اچو ته توهان شروع ڪيو ٻين منصوبن ۾ ڀاڙي سان حصو وٺي اسان منصوبن جي هڪ فهرست مرتب ڪئي آهي توهان کي آسان مسئلن تي جيڪي توهان شروع ڪري سگهو ٿا. [ويب ائپ ۾ منصوبن جي فهرست] چيڪ ڪريو (https://firstcontactions.github.io/#project-list). - -### [اضافي مواد] (additional-material/git_workflow_scenarios/extra-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) | diff --git a/docs/gui-tool-tutorials/translations/README.sk.md b/docs/gui-tool-tutorials/translations/README.sk.md deleted file mode 100644 index fa767a49..00000000 --- a/docs/gui-tool-tutorials/translations/README.sk.md +++ /dev/null @@ -1,125 +0,0 @@ -[![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) - -# Prvý príspevok - -Život je ťažký. Obzvlášť keď niečo robíte prvýkrát. V prípade, že na niečom spolupracujete, nie je robenie chýb niečo, čo by vám robilo radosť. My by sme radi zjednodušili cestu novým prispievateľom do open-source pri ich učení sa ako na to. - -Čítanie článkov alebo zhliadnutie video návodov sú tiež cesty, ale čo je lepšie ako si danú vec priamo ohmatať na vlastnej koži v reálnom prostredí? Tento projekt je zameraný na poskytnutie pomoci začiatočníkom s ich prvým prispením do open-source. Ak ste ním práve vy, nasledujte kroky popísané nižšie. - -#### *Ak nemáte radi príkazový riadok, [tu nájdete návody na použitie nástrojov s GUI (grafické užívateľské rozhranie)](#Návod-za-použitie-ďalších-nástrojov)* - -forknite tento repozitár - -Ak máte nainštalovaný git, [nainštalujte si ho]( https://help.github.com/articles/set-up-git/). - -## Forknite tento repozitár - -Forknite (vytvorenie kópie z originálu, z anglického *fork* - *vidlička*, ako vytvorenie novej odnože) tento repozitár kliknutím na tlačidlo **Fork** hore na tejto stránke. Tým vytvoríte kópiu tohto repozitára na svojom vlastnom GitHib účte. - -## Naklonujte repozitár - -naklonujte tento repozitár - -Teraz naklonujte (anglicky *clone*) forknutý repozitár na váš počítač, naklonovanie nie je nič iné ako stiahnutie obrazu repozitára k vám na počítač. Na vašom GitHub účte si otvoríte forknutý repozitár, kliknite na tlačidlo **Clone or download** a následne v okienku, ktoré sa objaví, kliknite na tlačidlo s ikonkou **copy to clipboard** vedľa URL adresy, čím si ju skopírujete do schránky. - -Teraz otvorte terminál a spustite nasledujúci príkaz: - -```` -git clone "url ktoré ste práve skopírovali" - -```` - -skopírujte adresu do schránky - -Napríklad: - -```` -git clone https://github.com/vas-username/first-contributions.git -```` - -Týmto na svojom počítači vytvoríte priečinok so súbormi daného repozitára. - -## Vytvorte vetvu - -V príkazovom riadku sa prepnite do zložky s repozitárom (ak v nej už nie ste) - -```` -cd first-contributions -```` - -Teraz vytvorte novú vetvu (anglicky *branch*) za použitia príkazu `git checkout`: - -```` -git checkout -b -```` - -Napríklad: -```` -git checkout -b pridanie-mojho-mena -```` - -Meno vetvy by malo vypovedať o tom, čo kód alebo čokoľvek iné do nej pridané bude robiť/vykonávať, prípadne prečo sa daná vec deje. - -## Urobte zmeny a zaznamenajte ich - -Otvorte súbor `Contributors.md` v textovom editore a pridajte do neho svoje meno. Napíšte ho niekam doprostred a súbor uložte. - -git status - -Pokiaľ teraz v príkazovom riadku spustíte príkaz `git status`, uvidíte aké zmeny boli v repozitári vykonané. - -Tieto zmeny do danej vetvy pridáte príkazom `git add`: - -```` -git add Contributors.md -```` - -Zostáva už len potvrdiť (anglicky *commit*) zmeny príkazom `git commit`: - -```` -git commit -m "Add to Contributors list" -```` - -Za prepínač `-m` sa píše čo dané zmeny predstavujú, popis by mal byť jednoduchý ale výstižný. - -## Pretlačte zmeny na GitHub - -Teraz zmeny vykonané lokálne na počítači pretlačíme (anglicky *push*) na GitHub príkazom `git push`: - -```` -git push origin -```` - -## Predložte svoje zmeny na posúdenie - -Pokiaľ sa teraz pozriete do svojho GitHub repozitára, uvidíte tlačidlo **Compare & pull request**. Kliknite naň. - -vytvorte pull request - -Teraz vytvorte žiadosť o pretiahnutie vašej vetvy do originálneho repozitára (anglicky *pull request*). - -potvrďte pull request - -Čoskoro budú správcovia vykonávať zapracovanie vašich zmien do hlavnej (anglicky *master*) vetvy tohto projektu. Až sa do nej vaše zmeny dostanú, dostanete emailové upozornenie. - -## Kam ďalej? - -Blahoželáme! Práve ste dokončili štandardný _fork -> clone -> edit ->_ priebeh práce (anglicky *workflow), s ktorým sa ako prispievateľ do projektov stretnete dennodenne. - -Oslávte svoj prvý príspevok so svojimi priateľmi a nasledovníkmi cez [webovú aplikáciu](https://firstcontributions.github.io/#social-share). - -V prípade, ak by ste mali akékoľvek otázky alebo potrebovali pomoc, môžete sa [pridat k našemu Slack teamu](https://join.slack.com/t/firstcontributors/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY). - -Teraz vám už nič nebráni v prispievaní do ostatných projektov. Pripravili sme pre vás zoznam projektov, ktoré majú jednoduché záležitosti na vyriešenie/naprogramovanie, s ktorými môžete začať. Pozrite sa [tu](https://firstcontributions.github.io/#project-list). - -### [Ďalšie materiály](../additional-material/git_workflow_scenarios/additional-material.md) - - -## Návod za použitia ďalších nástrojov - -|GitHub Desktop|Visual Studio 2017|GitKraken|VS Code| -|---|---|---|---| -|[GitHub Desktop](../github-desktop-tutorial.md)|[Visual Studio 2017](../github-windows-vs2017-tutorial.md)|[GitKraken](../gitkraken-tutorial.md )|[Visual Studio Code](../github-windows-vs-code-tutorial.md)| \ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.sl.md b/docs/gui-tool-tutorials/translations/README.sl.md deleted file mode 100644 index bee6b926..00000000 --- a/docs/gui-tool-tutorials/translations/README.sl.md +++ /dev/null @@ -1,121 +0,0 @@ -[![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) - - -# Prvi prispevek - -Vsak začetek je težak. Ko sodeluješ z drugimi, so napake še veliko bolj neprijetne. Zato smo se odločili, da novincem olajšamo prispevanje k odprti kodi (ang. Open source). - -Branje člankov in sledenje vodičem lahko pomaga, vendar je še vedno najbolje da nove veščine vadimo sami v varnem okolju. Namen tega projekta je da novince vodi in jim olajša prvi prispevek k odprti kodi. Če želite narediti prvi prispevek, sledite spodnjim korakom. - -Angleški izrazi so v oklepajih, da dodajo kontekst vsebini. - -#### *Če se ne počutite dobro v ukazni vrstici (ang. command line), so tukaj [navodila za uporabo orodij z grafičnim vmesnikom.]( #vodiči-za-uporabo-drugih-orodij )* - - -fork this repository - -Če na svojem računalniku še nimaš "git", si ga [naloži]( https://help.github.com/articles/set-up-git/). - -## Ustvari svojo različico repository-ja ( Fork this repository ) - -S pritiskom na gumb "Fork" na vrhu te strani, ustvari svojo različico repositorya ( pogosto skrajšano v "repo" ) v svojem GitHub računu. - -## Kloniraj ta repository ( Clone the repository ) - -clone this repository - -Sedaj kloniraj ta repository na svoj računalnik. Pojdi v svoj GitHub račun in poišči svojo različico tega repositorya, klikni na gumb "Clone or download" in si kopiraj povezavo. Lahko uporabiš "Ctrl+C" ali pa klikni na ikono na desni strani povezave *copy to clipboard*. - -Odpri terminal in se postavi v direktorij, v katerem želiš imeti svojo kopijo repositorya. Nato zaženi naslednji ukaz: - -``` -git clone "url naslov, ki si ga ravno skopiral" -``` -"url naslov, ki si ga ravno skopiral" (brez navednic) je naslov, ki si ga skopiral na Githubu ( naslov tvoje različice projekta ). Glej prejšne korake da dobiš url naslov. - -copy URL to clipboard - -Primer: -``` -git clone https://github.com/this-is-you/first-contributions.git -``` -`this-is-you` je tvoje GitHub uporabniško ime. Ta ukaz skopira vsebino repositorya "first-contributions" z GitHuba v tvoj računalnik. - -## Ustvari vejo ( Create a branch ) - -Prestavi se v direktorij repositorya na svojem računalniku (če še nisi v njem): - -``` -cd first-contributions -``` -Sedaj ustvari vejo z uporabo ukaza `git checkout`: -``` -git checkout -b -``` - -Primer: -``` -git checkout -b add-janez-novak -``` -(Ni potrebno da je v imenu veje *add*, vendar je v tem primeru smiselno, ker je namen veje da dodaš svoje ime na seznam.) - -## Naredi spremembe in izvedi commmit teh sprememb ( Make necessary changes and commit those changes ) - -Odpri datoteko `Contributors.md` v urejevalniku besedila in dodaj svoje ime. Ne dodajaj ga na začetek ali konec datoteke, dodaj ga nekje vmes. Shrani datoteko. - -git status - -Če se postaviš v direktorij projekta in izvedeš ukaz `git status`, vidiš da obstajajo spremembe v projektu. - - -Dodaj te spremembe veji, ki si jo ravno ustvaril, z ukazom `git add`: - -``` -git add Contributors.md -``` - -Sedaj izvedi commit teh sprememb z ukazom `git commit`: -``` -git commit -m "Add to Contributors list" -``` -Zamenjaj `` s svojim imenom. Tekst med navednicami je komentar spremembe, ki se shrani s spremembo. - -## Pošlji spremembe na GitHub ( Push changes to GitHub ) - -Pošlji svoje spremembe z ukazom `git push`: -``` -git push origin -``` -Zamenjaj `` z imenom veje, ki si jo ustvaril. - -## Vloži svoje spremembe v pregled ( Submit your changes for review ) - -Če preveriš svoj repository na GitHubu, vidiš gumb `Compare & pull request`. Klikni na ta gumb. - -create a pull request - -Sedaj izvedi submit svojega pull requesta. - -submit pull request - -Kmalu bom združil tvoje spremembe v master vejo tega projekta. V svoj e-poštni nabiralnik boš dobil sporočilo, da so bile spremembe združene. - -## Kako nadaljevati? ( Where to go from here? ) - -Čestitke! Pravkar si končal običajni _fork -> clone -> edit -> PR_ potek dela, ki ga boš srečal kot sodelavec v odprto kodnih projektih! - -Lahko se pridružiš naši slack ekipi, če rabiš pomoč ali imaš vprašanja. [Pridruži se slack ekipi](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Sedaj lahko začneš prispevati drugim projektom. Sestavili smo seznam projektov z enostavnimi problemi (issues), ki jih lahko začneš reševati. Preveri [seznam projektov v spletni aplikaciji](https://firstcontributions.github.io/#project-list). - -### [Dodatne informacije](../additional-material/translations/Slovenian/additional-material.sl.md) - - -## Vodiči za uporabo drugih orodij - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.slk.md b/docs/gui-tool-tutorials/translations/README.slk.md deleted file mode 100644 index 042b3342..00000000 --- a/docs/gui-tool-tutorials/translations/README.slk.md +++ /dev/null @@ -1,121 +0,0 @@ -[![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) - - -# Prvé príspevky - -Je to ťažké. Je to vždy ťažké, keď niečo robíš prvýkrát. Najmä vtedy, keď spolupracuješ, robiť chyby nie je pohodlná vec. Chceli sme zjednodušiť spôsob, akým sa noví prispievatelia do open source učia a prispievajú prvýkrát. - -Čítanie článkov a sledovanie tutoriálov môže pomôcť, ale čo je lepšie, ako skutočne robiť veci v skúšobnom prostredí? Cieľom tohto projektu je poskytnúť usmernenie a zjednodušiť spôsob, akým prvýkrát prispievajú začiatočníci. Ak máš záujem o prvý príspevok, postupuj podľa nižšie uvedených krokov. - -#### *Ak sa ti nedarí s príkazovým riadkom, [tu sú návody s nástrojmi grafického rozhrania.]( #návody-pomocou-iných-nástrojov )* - -fork this repository - -Ak nemáš na svojom počítači git, [nainštaluj ho]( https://help.github.com/articles/set-up-git/). - -## Skopíruj toto úložisko - -Skopíruj toto úložisko kliknutím na tlačidlo vidlice(fork) v hornej časti tejto stránky. -Tým sa vytvorí kópia tohto úložiska na tvojom účte. - -## Stiahni toto úložisko - -clone this repository - -Teraz stiahni toto úložisko do tvojho zariadenia. Prejdi do tvojho účtu GitHub, otvor skopírované úložisko, klikni na tlačidlo klonovania a potom klikni na ikonu * kopírovať do schránky *. - -Otvor terminál a spusti nasledujúci git príkaz: - -``` -git clone "adresa, ktorú si práve skopíroval" -``` -kde "adresa ktorú si práve skopíroval" (bez úvodzoviek) je adresa URL tohto úložiska (tvoja kópia tohto projektu). Pozri si predchádzajúce kroky na získanie adresy URL. - -copy URL to clipboard - -Napríklad: -``` -git clone https://github.com/toto-si-ty/prve-prispevky.git -``` -kde `toto-si-ty` je tvoje GitHub užívateľské meno. Tu skopíruješ obsah GitHub úložiska prve-prispevky do tvojho počítača. - -## Vytvor vetvu - -Prejdi do adresára úložiska v tvojom počítači (ak ešte nie si tam): - -``` -cd prve-prispevky -``` -Teraz vytvor vetvu pomocou príkazu `git checkout`: -``` -git checkout -b -``` - -Napríklad: -``` -git checkout -b pridaj-ferko-mrkvicka -``` -(Názov pobočky nemusí obsahovať slovo * pridaj *, ale je rozumné pridať ho, pretože účelom tejto pobočky je pridať tvoje meno do zoznamu.) - -## Vykonaj potrebné zmeny a potvrď tieto zmeny - -Teraz otvor súbor `Contributors.md` v textovom editore a pridaj do neho svoje meno. Nepridávaj ho na začiatok alebo na koniec súboru. Daj ho kdekoľvek medzi tým. Teraz súbor ulož. - -git status - -Ak prejdeš do adresára projektu a vykonáš príkaz `git status`, uvidíš zmeny. - -Pridaj tieto zmeny do vetvy, ktorú si práve vytvoril, pomocou príkazu `git add`: - -``` -git add Contributors.md -``` - -Teraz vykonaj tieto zmeny pomocou príkazu `git commit`: -``` -git commit -m "Pridaj do zoznamu pripievateľov" -``` -nahraď `` tvojim menon. - -## Nahraj zmeny na GitHub - -Nahraj svoje zmeny pomocou príkazu `git push`: -``` -git push origin -``` -nahraď `` názvom vetvy, ktorú si vytvoril skôr. - -## Odošli svoje zmeny na kontrolu - -Ak prejdeš do tvojho úložiska v službe GitHub, zobrazí sa tlačidlo `Compare & pull request`. Klikni na toto tlačidlo. - -create a pull request - -Teraz predlož požiadavku na vytiahnutie. - -submit pull request - - -Čoskoro budem zlučovat všetky vaše zmeny do hlavnej pobočky tohto projektu. Po zlúčení zmien dostaneš upozornenie. - -## Kam ísť odtiaľto? - -Gratulujem! Práve si dokončil štandardný _fork -> klon -> upraviť -> PR_ pracovný postup, ktorý sa často stretneš ako prispievateľ! - -Osláv svoj príspevok a zdieľaj ho so svojimi priateľmi a nasledníkmi [web app](https://firstcontributions.github.io/#social-share). - -Môžeš sa pripojiť k nášmu slack tímu v prípade, že potrebuješ nejakú pomoc alebo máš nejaké otázky. [Join slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Teraz začni s účasťou na iných projektoch. Vytvorili sme zoznam projektov s jednoduchými problémami, s ktorými môžeš začať. Pozri [zoznam projektov vo webovej aplikácii](https://firstcontributions.github.io/#project-list). - -### [Dodatočný materiál](../additional-material/git_workflow_scenarios/additional-material.md) - - -## Návody pomocou iných nástrojov - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.so.md b/docs/gui-tool-tutorials/translations/README.so.md deleted file mode 100644 index 9beec47e..00000000 --- a/docs/gui-tool-tutorials/translations/README.so.md +++ /dev/null @@ -1,154 +0,0 @@ -[![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) - -# Wax ku biirinta kowaad - -Mashruucan ujeedadiisu waxey tahay in la fududeyo iyo in la hago kuwa bilawga ah si ay usameyan wax ku biirintooda kowaad "First contribution". Hadii aad raadinayso sida aad usameyn laheyd wax ku biirintaada kowaad, talaabooyinkan soo socda raac. - - -fork this repository - -#### Haddii git uusan kuugu jirrin kombiyuutarkaaga, [Soo dagso](https://docs.github.com/en/get-started/quickstart/set-up-git). - -## kala qeybi Kaydkan (Repository) - -Kala qeybi kaydkan adigoo gujinayo badhanka kore ee page-ka kuna qoran "Fork". -Tani waxay ciwaankaga kudhax abuuri doontaa koobiga kaydkan - -## Koobbi (clone) kaydka - -clone this repository - -Hadda ku koobbi kaydkan kombiyuutarkaaga.Tag Akoonkaaga GitHub, Waxaad furtaa kaydki aad Kala qeybisay, Waxaad gujisa badhanka ku qoran "Code" ka dibna taabo koobiga sumadda sabuuradda. - -Waxaad furta "Teminal" ka kadib waxad ku qorta amarada git-ka soo socda: - -``` -git clone "url-ka aad hadda soo koobbiyeysay" -``` - -Iyadoo "url-ka aad hadda soo koobbiyeysay" (oo aan lahayn calaamadaha xigashada) uu yahay url-ka ama linkiga kaydkaan. waxaad dib usoo eegtaa talaabooyinkii hore si aad u hesho url-ka - -copy URL to clipboard - -Tusaale: - -``` -git clone https://github.com/magaca-isticmalaha/first-contributions.git -``` - -Halka `magaca-isticmalaha` uu yahay magacaaga aad ku isticmasho Github.Halkan waxa aad kombayutarkaaga ku koobiyaynaysaa waxa ku jira kaydka wax ku biirinta koowaad ee GitHub. - -## Abuur laan (branch) - -Haddii aadan weli ku jirin galka (folder), u gudub halka uu kaaga yaalo galka kombiyuutarkaaga: - -``` -cd first-contributions -``` - -Abuur laan cusub adigoo isticmaalaya amarka `git checkout`: - -``` -git checkout -b -``` - -Tusaale: - -``` -git checkout -b kudar-nur-farah-omar -``` - -Waajib ma ahan inaad ku darto ereyga `kudar` magaca laanta, laakin waxey uyeleysa micno maadama laantaan loo sameeyay in aad magacaada ku darto listiga wax kubiiriyasha. - -## Samee isbedelada lagama maarmaanka ah oo gali (commit) Github isbedeladaas - -Hadda ku fur faylka `Contributors.md` tafatiraha qoraalka, -Waa inaad aqoon u leedahay "Markdown", oo ah luqad calaamadeyn ah oo fudud. Fiiri [xaashida qishka](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) si aad u barato sida loo isticmaalo. -Ku dar magacaada, Hana ku darin bilowga ama dhamaadka faylka. Kudar meel kasta oo u dhaxaysa. - -``` -- [Magacaada](https://github.com/magaca-isticmalaha) -``` - -Tusaale: - -``` -- [Nur Farah](https://github.com/Nur-farah) -``` - -Hubi in aysan jirin meelo bannaan oo u dhexeeya `](`. Keydi oo xidh faylka. - - -git status - -Haddii aad tagto galka aad fuliso amarka `git status` waxaad arki doonta inay jiraan isbedelo - -Ku dar isbeddeladaas laanta aad hadda abuurtay adigoo isticmaalaya ammarka `git add`: - -``` -git add Contributors.md -``` - -Hadda gali (commit) isbeddeladaas adigoo isticmaalaya amarka `git commit`: - -``` -git commit -m "Kudar Magacaada listiga wax biirinta kowaad" -``` - -Adigoo `Magacaada` ku badalayo magacaada shaqsiga. - -(N.B: Waxaad ku qori kartaa fariinta xaqiijinta Ingiriisi maadaama aad la shaqayn doonto dad ka kala yimid meelo kala duwan oo adduunka ah.) - -## Ku riix isbedelada GitHub - -Riix isbedeladaada adigoo isticmaalaya amarka `git push`: - -``` -git push -u origin magaca-laantaada -``` - -Adigoo `magaca-laantaada` ku badalaya magaca laanta aad hore u abuurtay. - -
- Haddii aad wax qalad ah aad aragto markaad riixayso, guji halkan: - -- ### Cilad Xaqiijin -
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/'
- Tag [casharrada GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ee ku saabsan abuuritaanka iyo habaynta furaha SSH ee akoonkaaga - -
- -## Soo gudbi isbeddelladaada si dib loogu eego - -Haddii aad tagto kaydkaaga GitHub,waxaad arki doontaa badhanka `Compare & pull request`. Badhankaas guji. - -create a pull request - -Hadda soo gudbi codsiga jiidista (pull request). - -submit pull request - -Dhawaan waxaan ku dari doonaa dhammaan isbeddelladaada laanta ugu weyn ee mashruucan (master). Waxaad heli doontaa iimayl ogeysiin ah marka isbeddelada la isku daro. - -## Halkee laga aadaa halkan? - -Hambalyo! Waxaad hadda dhamaystirtay heerka caadiga ah ee kalaqaybinta(fork) -> koobbi-ga (clone) -> wax kabedelka -> codsiga jiidista habka shaqada oo aad inta badan la kulmi doonto ka qaybqaate ahaan! - -U dabaaldeg wax ku biirintaada oo la wadaag asxaabtaada iyo kuwa ku raacsan adiga oo aadaya [abka shabakada](https://firstcontributions.github.io/#social-share). - -Waxaad ku biiri kartaa kooxdeena slack ah haddii aad u baahan tahay wax caawimo ah ama aad qabto wax su'aalo ah. [Ku biir kooxda slack ](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Hadda aan kuu bilowno ka qayb qaadashada mashaariicda kale. Waxaan soo diyaarinay liis mashruucyo ah oo leh qaladaad sahlan oo aad ku bilaabi karto. Fiiri [liiska mashaariicda ku jira abka shabakada](https://firstcontributions.github.io/#project-list). - -### [Waxyaabo dheeraad ah](additional-material/git_workflow_scenarios/additional-material.md) - -## Casharrada Isticmaalka Aalado Kale - -| 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) | \ No newline at end of file diff --git a/docs/gui-tool-tutorials/translations/README.sr.md b/docs/gui-tool-tutorials/translations/README.sr.md deleted file mode 100644 index b3cca4ae..00000000 --- a/docs/gui-tool-tutorials/translations/README.sr.md +++ /dev/null @@ -1,118 +0,0 @@ -[![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) - - -# Prvi prilog - -Teško je. Prvi pokušaj je uvek težak. Kada sarađuješ sa drugima, napraviti greške je utoliko strašnije. Želeli bismo da olakšamo proces kroz koji novi programeri koji doprinose otvorenom softveru (eng. open source) uče i doprinose po prvi put. - -Iako blogovi i tutorijali mogu da pomognu, ništa nije bolje nego uzeti stvari u svoje ruke i zaista doprinositi u trening-sredini. Ovaj projekat ima za cilj da pruži konkretne korake i olakša način na koji početnici prilažu svoje prve doprinose (eng. contributions). Ukoliko ste se prepoznali u tekstu iznad, pratite sledeće korake. - - -#### *Ako vam je nezgodno da čitate tekst u komandnoj liniji, [evo linka kroz GUI alate.](#Uputstva-za-druge-alate)* - -Napravite fork repozitorijuma - -Ukoliko nemati git instaliran na vašoj mašini, [instalirajte ga ovde]( https://help.github.com/articles/set-up-git/). - -## Napravite fork repozitorijuma - -Napravite račvanje (fork) tako što ćete kliknuti na dugme *fork* na vrhu stranice. Ovako pravite kopiju repozitorijuma na vašoj strani. - -## Klonirajte repozitorijum - -clone this repository - -Sledeće, klonirajte repozitorijum koji ste prethodno račvali. Posetite svoj GitHub profil, otvorite repozitorijum koji ste račvali, kliknite na *clone* dugme i kliknite na ikonicu *copy to clipboard*. - -Otvorite terminal i upišite sledeće git komande: - -``` -git clone "url you just copied" -``` -Umesto "url you just copied" (bez navodnika i razmaka) upišite url repozitorijuma koji ste kopirali u prethodnom koraku. - -copy URL to clipboard - -Na primer: -``` -git clone https://github.com/this-is-you/first-contributions.git -``` -Gde je umesto `this-is-you` upisano vaše korisničko ime. Ovim kopirate sadržaj repozitorijuma *first-contributions* na vašu mašinu. - -## Pravljenje grane *branch* - -Prebacite se u radni direktorijum na vašoj mašini: -``` -cd first-contributions -``` -Pa zatim napravite novo grananje *branch* koristeći `git checkout` comandu: -``` -git checkout -b -``` - -Na primer: -``` -git checkout -b add-alonzo-church -``` -(Naziv grane ne mora da sadrži *add* na početku, ali je zgodno uključiti ga jer je svrha ove grane da doda vaše ime na listu. - -## Napravite potrebne izmene i potvrdite promene - -Otvorite `Contributors.md` fajl u tekst editoru i dodajte vaše ime. Nemojte dodavati ime na sam početak ili kraj. Stavite ga negde u sredinu. Potom sačuvajte fajl. - -git status - -Ukoliko odete u radni direktorijum i izvršite komandu `git status`,primetićete da postoje promene. - -Dodajte ove promene u granu koju ste gore napravili koristeći `git add` komandu: - -``` -git add Contributors.md -``` - -Sada potvrdite ove promene koristeći `git commit` komandu: -``` -git commit -m "Add to Contributors list" -``` -Gde umesto `` upisujete svoje ime. - -## Push changes to GitHub - -Pošaljite izmene u repozitorijum na GitHub nalogu `git push`: -``` -git push origin -``` -gde umesto `` stavljate ime vašeg grananja. - -## Pošaljite izmene na reviziju - -Ukoliko odete na repozitorijum na vašem GitHub nalogu primetićete `Compare & pull request` Dugme. Kliknite na njega. - -create a pull request - -a potom pošaljite zahtev klikom na dugme *submit*. - -submit pull request - -Nakon toga, ja ću spojiti promene koje ste napravili sa master granom projekta. Dobićete mejl potvrde kada se grane spoje. - -## Šta dalje? - -Čestitamo! Završili ste standardni _fork -> clone -> edit -> PR_ tok koji će vas pratiti kroz vaš čitav programerski život! - -Proslavite tako što ćete podeliti vaš 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-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -A sada, možemo početi sa doprinosima drugim projektima. Napravili smo spisak projekata sa jednostavnim problemima na kojima možete početi da radite. Posetite stranicu sa [the list of projects na našem sajtu](https://firstcontributions.github.io/#project-list). - -### [Dodatni materijali](../additional-material/git_workflow_scenarios/additional-material.md) - -## Uputstva za druge alate - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.sw.md b/docs/gui-tool-tutorials/translations/README.sw.md deleted file mode 100644 index 13de4cbc..00000000 --- a/docs/gui-tool-tutorials/translations/README.sw.md +++ /dev/null @@ -1,130 +0,0 @@ -[![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) - - -# Mchango wa Kwanza - -Ni vigumu. Mara zote ni vigumu kufanya kitu kwa mara ya kwanza. Hasa kama unashirikiana na wengine, kufanya makosa sio jambo la kushangaza. Tulitaka kurahisisha namna ambavyo wachangiaji wapya wa mifumo ya wazi wanavyojifunza na kuchangia kwa mara ya kwanza. - -Kusoma makala na kuangalia mafunzo ya video yaweza kusaidia, lakini ni jambo lipi bora zaidi kuliko kufanya kwa vitendo katika mazingira ya kujifunzia? Mradi huu unalenga kutoa mwongozo na kurahisisha namna ambavyo wachangiaji wapya wanavyoweza kuchangia kwa mara ya kwanza. Ikiwa unataka kuchangia kwa mara ya kwanza , fuata hatua zifuatazo. - -#### *Kama haujazoea kutumia 'command line', [waweza kutumia GUI.](#Makala ya namna ya kutumia nyenzo nyingine)* - -fork this repository - -Kama hauna git kwenye kompyuta yako, [pakua](https://help.github.com/articles/set-up-git/). - -## Tengeneza nakala ya repository kwenye akaunti yako ya Github - -'Fork' repository hii kwa kubonyeza kitufe kilichopo juu ya ukurasa huu -Kwa kufanya hivyo nakala ya repository hii itatengenezwa kwenye akaunti yako ya Github. - -## Tengeneza nakala ya repository kwenye kompyuta yako - -clone this repository - -Sasa clone repository kwenye kompyuta yako. Nenda kwenye akaunti yako ya Github bonyeza kitufe kilichoandikwa clone na baada ya hapo bonyeza kitufe kilichoandikwa *copy to clipboard* icon. - -Fungua terminal >_ kwenye kompyuta yako kisha command ifuatayo: - -``` -git clone "url-uliyo-nakili-github" -``` - -url hiyo inapatikana kwenye hatua ya ku clone, hakikisha unaondoa fungua semi na funga semi. - -copy URL to clipboard - -Kwa mfano: - -``` -git clone https://github.com/jina-lako-unalotumia-Github/first-contributions.git -``` - -Kwa kufanya hivyo utakuwa umenakili first-contributions repository kutoka Github kwenda kwenye kompyuta yako. - -## Tengeneza branch: - -Kwenye kompyuta yako, ukiwa kwenye terminal ingia kwenye repository uliyonakili - -``` -cd first-contributions -``` - -Sasa tengeneza branch kwa kutumia command ifuatayo `git checkout` command: - -``` -git checkout -b -``` - -Kwa mfano: - -``` -git checkout -b add-luke-oliff -``` - -(Jina la branch sio lazima lianze na neno *add*.) - -## Fanya mabadiliko na baada ya hapo commit: - -Sasa fungua faili linaloitwa `Contributors.md`, Andika jina lako. Usiweke jina lako mwanzoni au mwishoni mwa faili. Weka sehemu yoyote katikati. Baada ya hapo save faili. - -git status - -Ukiwa ndani ya directory hii kwenye terminal command ya `git status` itakuonesha mabadiliko yote uliyoyafanya. - -Jumuisha mabadiliko yote uliyoyafanya kwenye branch uliyotengeneza kwa kutumia command `git add` command: - -``` -git add Contributors.md -``` - -Sasa commit mabadiliko uliyoyafanya kwa kutumia command ya `git commit`: - -``` -git commit -m "Add to Contributor list" -``` - -Badilisha neno `` na jina lako. - -## Tuma mabadiliko uliyoyafanya kwenda Github - -Tuma mabadiliko uliyoyafanya kwa kutumia command ya `git push`: - -``` -git push origin -``` - -Badilisha `` na jina la branch ulilotengeneza hapo awali. - -## Kusanya mabadiliko uliyoyafanya kwa ajili ya uhakiki - -Ukiwa Github kwenye repository hii utaona kitufe kilichoandikwa `Compare & pull request`. Bonyeza kitufe hicho. - -create a pull request - -Sasa tuma pull request. - -submit pull request - -Haitochukua muda mrefu nitaanza kuchukua mabadiliko yaliyofanyika na kuyapeleka kwenye master branch ya mradi huu. Utapokea email kukujulisha mara tu hatua hii itakapokamilika. - -## Nini cha kufanya baada ya hapa? - -Hongera! Umeweza kumaliza hatua za msingi ambazo ni _fork -> clone -> edit -> PR_ ambazo utakutana nazo mara nyingi ukiwa kama mchangiaji! - -Sherehekea hatua uliyofikia na wajulishe wengine kwa kwenda kwenye [wavuti](https://roshanjossey.github.io/first-contributions/#social-share). - -Waweza kujiunga na kundi letu la slack endapo utakuwa unahitaji msaada wowote. [Jiunge na kundi letu la slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Sasa tuanze kuchangia kwenye miradi mingine. Tumekusanya orodha ya miradi ambayo ina mambo mepesi unayoweza kuanza kushughulika nayo. Angalia [Orodha ya miradi](https://roshanjossey.github.io/first-contributions/#project-list). - -### [Nyenzo za ziada](../additional-material/git_workflow_scenarios/additional-material.md) - -## Mafunzo ya namna ya kutumia nyenzo nyingine - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.ta.md b/docs/gui-tool-tutorials/translations/README.ta.md deleted file mode 100644 index 95b2919c..00000000 --- a/docs/gui-tool-tutorials/translations/README.ta.md +++ /dev/null @@ -1,153 +0,0 @@ -[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) - - -# முதல் பங்களிப்புகள் - -நீங்கள் ஏதாவது ஒன்றை முதல் முறை செய்யும் போது அது எப்போதுமே கடினமாக தான் இருக்கும். -குறிப்பாக, நீங்கள் குழுவாக சேர்ந்து வேலை செய்யும் போது, தவறு செய்துவிட்டால் அது மிகவும் -வருத்தம் அளிக்கக்கூடியாதாக இருக்கும். ஆகையால், திறந்த மூல மென்பொருள் -(open-source software) பங்களிப்பாளர்களாக எவ்வாறு செயலாற்ற வேண்டும் என்பதையும் -அதில் முதல் முறையாக பங்களிப்பு செய்வதை எளிதாக்குவதுமே எங்கள் நோக்கம். - -கட்டுரைகளைப் படிப்பதும், பயிற்சிகளைப் பார்ப்பதும் உதவக்கூடும், ஆனால் நடைமுறைச் சூழலில் -செய்முறையாகச் செய்வதை விட சிறந்தது என்ன? இந்த திட்டம் வழிகாட்டுதல்களை வழங்குவதையும், -ஆரம்பநிலை பங்களிப்பாளர்களை அவர்களின் முதல் பங்களிப்பை எளிதாக்குவதையும் நோக்கமாகக் -கொண்டுள்ளது. உங்கள் முதல் பங்களிப்பை வழங்க விரும்பினால், கீழே உள்ள வழிமுறைகளை -பின்பற்றவும். - -#### *command line tool உங்களுக்கு வசதியாக இல்லை என்றால், [இங்கே GUI tools ஐ பயன்படுத்தி பயிற்சிகள் உள்ளன.](#பிற-கருவிகளைப்-பயன்படுத்தி-பயிற்சிகள்)* - -இந்த repository ஐ fork செய்யவும் - -உங்கள் கணினியில் git இல்லை என்றால், [install செய்யவும்](https://help.github.com/articles/set-up-git/). - -## இந்த repository ஐ fork செய்தல் - - -இந்த பக்கத்தின் மேலே உள்ள fork பொத்தானைக் கிளிக் செய்வதன் மூலம் செயட்படுத்தலாம். -இது உங்கள் account இல் ஒரு copy ஐ உருவாக்கும். - -## இந்த repository ஐ clone செய்தல் - -இந்த repository ஐ clone செய்யவும் - -இப்போது உங்கள் கணினியில் fork செய்யப்பட்ட repository ஐ clone செய்யவும். உங்கள் GitHub கணக்கிற்குச் சென்று, forked செய்யப்பட்ட repository ஐ open செய்து clone பொத்தானைக் கிளிக் செய்து copy to clipboard கிளிக் செய்வதன் மூலம் நிறைவேற்றலாம். - -*terminal* அல்லது *command prompt* ஐ open செய்து பின்வரும் git கட்டளையை இயக்கவும்: - -``` -git clone "நீங்கள் copy செய்த url" -``` - -copy URL to clipboard - - -உதாரணத்திற்கு: - -``` -git clone https://github.com/இது நீங்கள்/first-contributions.git -``` - -இங்கு `இது நீங்கள்` என்பது GitHub username என்பதாகும். இதன் மூலம் நீங்கள் first-contributions repository இன் பிரதி ஒன்றை உங்கள் GitHub கணக்கில் செயட்படுத்துகிறீர்கள். - -## கிளையொன்றை உருவாக்குதல் - -repository directory க்கு செல்லவும் (நீங்கள் ஏற்கனவே அங்கு இல்லையென்றால்): - -``` -cd first-contributions -``` - - -இப்போது `git checkout` கட்டளையைப் பயன்படுத்தி ஒரு கிளையை உருவாக்கவும்: - -``` -git checkout -b <உங்கள்-கிளையின்-பெயர்> -``` - -உதாரணத்திற்கு: - -``` -git checkout -b உங்கள்-கிளையின்-பெயர் -``` - -(கிளையின் பெயருக்கு அதில் *add* சேர்க்க வேண்டிய அவசியமில்லை, ஆனால் இது ஒரு நியாயமான விஷயம், ஏனெனில் இந்த கிளையின் நோக்கம் உங்கள் பெயரை ஒரு பட்டியலில் சேர்ப்பதுதான்.) - -## தேவையான மாற்றங்களைச் செய்து அந்த மாற்றங்களை commit செய்யுங்கள் - -இப்போது *text editor* அல்லது *notepad* இல் `Contributors.md` கோப்பைத் திறந்து, அதில் உங்கள் பெயரைச் சேர்க்கவும். கோப்பின் தொடக்கத்திலோ அல்லது முடிவிலோ இதைச் சேர்க்க வேண்டாம். இடையில் எங்கும் வைக்கவும். இப்போது, ​​கோப்பை சேமிக்கவும். - -git status - -நீங்கள் project directory சென்று `git status` இயக்கினால், மாற்றங்கள் இருப்பதை நீங்கள் காண்பீர்கள். - - -`git add` கட்டளையைப் பயன்படுத்தி நீங்கள் உருவாக்கிய கிளையில் அந்த மாற்றங்களைச் சேர்க்கவும்: - -``` -git add Contributors.md -``` - -இப்போது `git commit` கட்டளையைப் பயன்படுத்தி அந்த மாற்றங்களைச் செய்யுங்கள்: - -``` -git commit -m "Add <உங்கள்_பெயர்> to Contributors list" -``` - -`உங்கள்_பெயர்` என்ற இடத்தில் உங்கள் பெயரை கொடுங்கள். - -## மாற்றங்களை GitHub இட்கு push செய்தல் - -`git push` கட்டளையைப் பயன்படுத்தி உங்கள் மாற்றங்களைத் தள்ளுங்கள்: - -``` -git push origin <உங்கள்-கிளையின்-பெயர்> -``` - - -`<உங்கள்-கிளையின்-பெயர்>` ஐ நீங்கள் முன்பு உருவாக்கிய கிளையின் பெயருடன் மாற்றுங்கள். - -
- 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/'
- - உங்கள் account இல் ஒரு SSH key உருவாக்குதல் மற்றும் கட்டமைத்தல் பற்றிய [GitHub இன் பயிற்சிக்கு](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) செல்லவும். -
- -## உங்கள் மாற்றங்களை மதிப்பாய்வுக்கு சமர்ப்பிக்கவும் - - -GitHub இல் உள்ள உங்கள் களஞ்சியத்திற்குச் சென்றால், `Compare & pull request` கோரிக்கை பொத்தானைக் காண்பீர்கள். அந்த பொத்தானைக் கிளிக் செய்க. - -create a pull request - -இப்போது இழுக்கும் கோரிக்கையை சமர்ப்பிக்கவும். - -submit pull request - -விரைவில் உங்கள் எல்லா மாற்றங்களையும் இந்த திட்டத்தின் முதன்மை கிளையில் இணைக்கப்படும். மாற்றங்கள் ஒன்றிணைக்கப்பட்டவுடன் உங்களுக்கு அறிவிப்பு மின்னஞ்சல் கிடைக்கும். - -## இங்கிருந்து எங்கு செல்வது? - -வாழ்த்துக்கள்! நீங்கள் ஒரு பங்களிப்பாளராக அடிக்கடி சந்திக்கும் _fork -> clone -> edit -> PR_ பணிப்பாய்வு முடித்துவிட்டீர்கள். - - -உங்கள் பங்களிப்பைக் கொண்டாடுங்கள் மற்றும் உங்கள் நண்பர்கள் மற்றும் பின்தொடர்பவர்களுடன் [web app](https://firstcontributions.github.io/#social-share) சென்று பகிர்ந்து கொள்ளுங்கள். - -உங்களுக்கு மேலும் பயிற்சி தேவைப்பட்டால், [code contributions](https://github.com/roshanjossey/code-contributions) என்னும் செயலை சரிபார்க்கலாம். - -இப்போது மற்ற திட்டங்களுக்கு பங்களிப்பதன் மூலம் தொடங்குவோம். நீங்கள் தொடங்கக்கூடிய எளிதான சிக்கல்களுடன் திட்டங்களின் பட்டியலை நாங்கள் தொகுத்துள்ளோம். பாருங்கள் [the list of projects in the web app](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) | diff --git a/docs/gui-tool-tutorials/translations/README.te.md b/docs/gui-tool-tutorials/translations/README.te.md deleted file mode 100644 index 7996d2a0..00000000 --- a/docs/gui-tool-tutorials/translations/README.te.md +++ /dev/null @@ -1,127 +0,0 @@ -[![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) - - -# ఓపెన్‌సోర్స్‌కు మీ మొదటి సహకారం - -ఇది కష్టం. మీరు ఏదైనా మొదటిసారి చేస్తున్నప్పుడు, ముఖ్యంగా ఇతరులతో కలిసి పని చేస్తున్నప్పుడు, తప్పులు చేయడం సౌకర్యంగా ఉండదు. కానీ ఓపెన్ సోర్స్ అంటే సహకారం మరియు కలిసి పనిచేయడం. మొదటిసారి ఓపెన్ సోర్స్ కంట్రిబ్యూటర్లు నేర్చుకోవాలని మరియు కంట్రిబ్యూట్ చేయాలని అనుకునే విధానాన్ని సరళం చేయాలని మేము అనుకుంటున్నాము. - -వ్యాసాలు చదవడం మరియు ట్యుటోరియల్స్ చూడటం సహాయపడవచ్చు, కానీ వాస్తవంగా ఆచరణాత్మక వాతావరణంలో చేయడం కంటే మెరుగైనది ఏముంది? ఈ ప్రాజెక్ట్ యొక్క లక్ష్యం ప్రారంభకులకు మార్గదర్శకత్వం మరియు వారి మొదటి కంట్రిబ్యూషన్ చేసే విధానాన్ని సరళీకరించడం. మీరు మీ మొదటి కంట్రిబ్యూషన్ చేయాలని చూస్తున్నట్లయితే, దిగువ దశలను అనుసరించండి. - -#### *మీకు కమాండ్ లైన్‌తో సౌకర్యంగా లేకపోతే, [ఇక్కడ GUI సాధనాలను ఉపయోగించి ట్యుటోరియల్స్ ఉన్నాయి.](#ఇతర-సాధనాలను-ఉపయోగించి-ట్యుటోరియల్స్)* - -fork this repository - -#### మీ కంప్యూటర్‌లో git లేకపోతే, [దాన్ని ఇన్‌స్టాల్ చేయండి](https://docs.github.com/en/get-started/quickstart/set-up-git). - -## ఈ రిపోజిటరీని ఫోర్క్ చేయండి - -ఈ రిపోజిటరీని ఫోర్క్ చేయండి ఈ పేజీ ఎగువ భాగంలో ఫోర్క్ బటన్‌పై క్లిక్ చేయడం ద్వారా. -ఇది మీ ఖాతాలో ఈ రిపోజిటరీ కాపీని సృష్టిస్తుంది. - -## రిపోజిటరీని క్లోన్ చేయండి - -clone this repository - -ఇప్పుడు మీ కంప్యూటరులో ఫోర్క్ రిపోను క్లోన్ చేయండి. మీ GitHub ఖాతాకు వెళ్లండి, ఫోర్క్డ్ రెపోని తెరిచి, క్లోన్ బటన్పై క్లిక్ చేసి, ఆపై * కాపీ * క్లిప్బోర్డ్కు క్లిక్ చేయండి. - -టెర్మినల్ తెరిచి కింది git ఆదేశాన్ని అమలు చేయండి: -``` -git clone "మీరు ఇప్పుడే కాపీ చేసిన url" -``` -ఇక్కడ "మీరు ఇప్పుడే కాపీ చేసిన url" (కోట్ మార్కులు లేకుండా) ఈ రిపోజిటరీకి URL (ఈ ప్రాజెక్టు మీ ఫోర్క్). Url ను పొందడానికి మునుపటి దశలను చూడండి. -copy URL to clipboard - -ఉదాహరణకి: -```bash -git clone https://github.com/this-is-you/first-contributions.git -``` -ఇక్కడ 'this-is-you' మీ GitHub ప్రొఫైల్ నేమ్. ఇక్కడ మీరు `first-contribution` రిపోజిటరీ యొక్క కంటెంట్లను మీ GitHub అకౌంట్ లో మీ కంప్యూటర్కు కాపీ చేస్తున్నారు. - -## నూతన బ్రాంచ్ ను సృష్టించండి - -మీ కంప్యూటర్‌లోని రిపోజిటరీ డైరెక్టరీకి మార్చండి (మీరు ఇప్పటికే అక్కడ లేకపోతే): - -```bash -cd first-contributions -``` -ఇప్పుడు 'git checkout' కమాండ్ ను ఉపయోగించి ఒక బ్రాంచ్ ను సృష్టించండి: - - -ఉదాహరణకి: -```bash -git checkout -b add-alonzo-church -``` -(బ్రాంచ్ యొక్క పేరు దానిలో పదం * add * ను కలిగి ఉండవలసిన అవసరం లేదు. - -## అవసరమైన మార్పులు - చేర్పులు చేసి, ఆ మార్పులను నిరూపించండి. - -టెక్స్ట్ ఎడిటర్లో ఇప్పుడు ఓపెన్ `Contributors.md` ఫైల్లో, **మీ పేరుని జోడించండి. ఫైల్ ప్రారంభంలో లేదా ముగింపులో జోడించవద్దు. మధ్యలో ఎక్కడైనా ఉంచండి. ఇప్పుడు, ఫైల్ను సేవ్ చేయండి.** -git status - - -మీరు ప్రాజెక్ట్ డైరెక్టరీకి వెళ్లి `git status` కమాండ్ ని ఆదేశిస్తే, **మార్పులు-చేర్పులు ఉన్నాయి** అని మీరు చూస్తారు. - -`Git add ` కమాండ్ ను ఉపయోగించి మీరు సృష్టించిన బ్రాంచ్లో ఈ మార్పులను జోడించండి. - -`Git add` కమాండ్ను ఉపయోగించి మీరు సృష్టించిన బ్రాంచ్లో ఈ మార్పులను జోడించండి: -```bash -git add Contributors.md -``` - -ఇప్పుడు ఆ మార్పులను 'git commit' ఆదేశం ఉపయోగించి కట్టుకోండి: -```bash -git commit -m "Add to Contributors list" -``` -`` ని తొలగించి మీ పేరును కలపండి. - -## GitHubకి మార్పులను పుష్ చేయండి - -కమాండ్ ఉపయోగించి మీ మార్పులను పంపండి `git push`: -```bash -git push origin -``` -మీరు ముందుగా సృష్టించిన బ్రాంచీ పేరుతో `` ను జోడించుము. -
- GitHubలోకి నెట్టేటప్పుడు మీకు ఏవైనా లోపాలు వస్తే, ఇక్కడ క్లిక్ చేయండి: - -- ### ప్రమాణీకరణ లోపం -
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) వెళ్లండి. - -
- -## సమీక్ష కోసం మీ మార్పులను సమర్పించండి - -మీరు GitHub లో మీ రిపోజిటరీకి వెళ్లినట్లయితే, మీరు 'Compare & pull request' బటన్ను చూస్తారు. ఆ బటన్పై క్లిక్ చేయండి. - -create a pull request - -ఇప్పుడు పుల్ అభ్యర్థనను సమర్పించండి. - -submit pull request - - నేను మీ అన్ని మర్పులను ఈ ప్రాజెక్ట్ యొక్క ప్రధాన విభాగానికి విలీనం`merge to main branch` చేస్తాను. -మార్పులు విలీనం`merge` అయిన తర్వాత మీరు ఒక నోటిఫికేషన్ ఈమెయిల్ పొందుతారు. - -## ఇక్కడ నుండి ఎక్కడికి వెళ్లాలి? - -అభినందనలు! మీరు స్టాండర్డ్ _fork -> clone -> edit -> PR_ వర్క్ ఫ్లో ను పూర్తి చేసారు. - -[వెబ్ యాప్‌కి](https://firstcontributions.github.io/#social-share) వెళ్లడం ద్వారా మీ సహకారాన్ని జరుపుకోండి మరియు మీ స్నేహితులు మరియు అనుచరులతో భాగస్వామ్యం చేయండి. - -మీకు ఏదైనా సహాయం అవసరమైతే లేదా ఏవైనా ప్రశ్నలు ఉంటే మీరు మా స్లాక్ టీమ్‌లో చేరవచ్చు.[స్లాక్ జట్టులో చేరండి](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) - -ఇక, ఇప్పుడు మీరు ఇతర ప్రాజెక్టులకు తోడ్పడటం ప్రారంభించండి. మీరు ప్రారంభించగల సులభమైన సమస్యలతో ప్రాజెక్టుల జాబితాను మేము రెడీ చేసాము. [వెబ్ ప్రాజెక్టుల జాబితాలు](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) | diff --git a/docs/gui-tool-tutorials/translations/README.th.md b/docs/gui-tool-tutorials/translations/README.th.md deleted file mode 100644 index 33f03898..00000000 --- a/docs/gui-tool-tutorials/translations/README.th.md +++ /dev/null @@ -1,120 +0,0 @@ -[![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) - -# อยากเริ่ม Contribute โปรเจคใน GitHub ของผู้อื่นเป็นครั้งแรกใช่ไหม? - -แน่นอนว่ามันอาจฟังดูเป็นเรื่องยาก, เพราะครั้งแรกของทุกอย่างมันมักจะยากเสมอแหละ โดยเฉพาะการทำงานร่วมกับผู้อื่น เพราะเมื่อเราทำอะไรผิดพลาดเรามักจะรู้สึกไม่สบายใจ -แต่สำหรับโลกของโอเพนซอร์ส(open source) มันคือโลกของการทำงานร่วมกัน! ดังนั้นไม่ต้องกลัว เราจะสอนให้คุณรู้วิธีในการ contribute ผลงานร่วมกับผู้อื่นใน GitHub แบบง่ายๆ เลยล่ะ - -การอ่านบทความและการทำตามตัวอย่างต่างๆ ก็อาจจะช่วยได้ แต่จะมีอะไรดีไปกว่าการที่เราได้ลงมือทำสิ่งนั้นๆ ด้วยตัวเองล่ะ! สำหรับโปรเจ็คนี้จะช่วยสอนให้มือใหม่ส่ง contribute กับโปรเจคต่างๆได้อย่างง่ายๆเลย เพียงทำตามขั้นตอนต่อไปนี้ - -โปรดทำใจให้สบาย ยิ่งคุณผ่อนคลายมากเท่าไหร่ คุณก็ยิ่งเรียนรู้ได้ดีมากขึ้นเท่านั้น! - -fork this repository - -ถ้าหากคุณยังไม่ได้ติดตั้ง git ลงบนเครื่องของคุณ คุณสามารถ[ติดตั้งได้ที่นี่]( https://help.github.com/articles/set-up-git/) - -ก่อนอื่นเลย หาโปรเจคที่คุณอยากจะร่วม contribute ก่อนเลย เมื่อคุณเจอโปรเจคที่สนใจแล้วมาเริ่มทำตามขั้นตอนต่อไปนี้กัน -(ต่อไปนี้เราจะขอเรียกโปรเจคต้นทางว่า "โปรเจ็คต้นน้ำ" (Source-project\Upstream-project)) - -## การ "Fork" โปรเจ็ค -เพื่อให้คุณสามารถคัดลอกเพื่อแยกโปรเจ็คต้นน้ำออกไปทำที่แอคเคาน์ส่วนตัวของคุณได้ โดยการกดปุ่ม "Fork" ที่ด้านบนของหน้านี้ - -แล้วโปรเจ็คต้นน้ำจะถูกคัดลอกนำไปใส่ไว้ในแอคเคาน์ของคุณ - -## การ "Clone" โปรเจ็ค - -clone this repository - -การ clone โปรเจคนั้น เป็นการ download sourcecode จาก GtiHub repository นั้นๆ มาลงคอมพิวเตอร์ของคุณ -โดยการคลิ๊กที่ปุ่ม "Clone" แล้วเลือก *Copy to clipboard* (คำสั่งคัดลอก) - -เปิดโปรแกรมเทอร์มินอลในเครื่อง (เช่น Terminal ใน MacOS หรือ cmd ใน Windows) แล้วรันคำสั่ง git ต่อไปนี้: - -```bash -git clone "url ที่คัดลอกไว้" -``` -"url ที่คัดลอกไว้" (ไม่ต้องใส่ " ") คือ url ของโปรเจ็คของคุณ คุณสามารถเลื่อนกลับไปดูวิธีการคัดลอก url ได้จากหัวข้อก่อนหน้านี้ - -copy URL to clipboard - -ตัวอย่าง: -```bash -git clone https://github.com/this-is-you/first-contributions.git -``` -`this-is-you` คือชื่อ username ของคุณบน GitHub ถึงตรงนี้คุณได้ "Clone" โปรเจ็ค first-contributions ไปไว้ที่คอมพิวเตอร์ของคุณแล้ว - -## การสร้าง branch - -ในโปรแกรมเทอร์มินอล เปลี่ยน directory ไปยังที่ที่คุณได้ Clone โปรเจ็คไว้: - -```bash -cd first-contributions -``` -ตรงนี้ให้สร้าง branch (แตกกิ่งการทำงานใหม่) ด้วยคำสั่ง `git checkout`: -```bash -git checkout -b <ชื่อ branch> -``` - -ตัวอย่าง: -```bash -git checkout -b add-alonzo-church -``` -(ปกติชื่อของ branch ไม่จำเป็นต้องมีคำว่า *add* แต่ในโปรเจ็คนี้อยากให้ใช้ add-ชื่อ-ของ-คุณ เพราะชื่อของคุณจะไปแสดงอยู่ในรายชื่อ Contributors (ผู้เข้าร่วม) ของโปรเจ็คนี้ - -## เพิ่มหรือลดโค้ดลงไปเลย แล้วอย่าลืม "Commit" บอกว่าคุณได้เปลี่ยนอะไรไปบ้างล่ะ - -ตอนนี้ให้เปิดไฟล์ `Contributors.md` ในโปรแกรม text editor เพิ่มชื่อของคุณลงไป จากนั้นเซฟไฟล์ - -git status - -ในโปรแกรมเทอร์มินอล ถ้าคุณอยู่ที่ directory ของโปรเจ็ค ให้ลองพิมพ์คำสั่ง `git status` จะเห็นว่าคุณได้ทำการเปลี่ยนอะไรไปบ้าง - -เพิ่มการเปลี่ยนแปลงนั้น ๆ เข้าไปใน branch ที่เพิ่งสร้าง ด้วยคำสั่ง `git add`: -```bash -git add Contributors.md -``` - -ตอนนี้ "Commit" การเปลี่ยนแปลงนั้น ๆ ด้วยคำสั่ง `git commit`: -```bash -git commit -m "Add <ชื่อของคุณ> to Contributors list" -``` -แทนที่ `<ชื่อของคุณ>` ด้วยชื่อจริง ๆ ของคุณ. - -## "Push" โค้ดที่เปลี่ยนไปขึ้นบน GitHub - -"Push" ผลงานที่คุณทำเมื่อกี้นี้ขึ้น GitHub ด้วยคำสั่ง `git push`: -```bash -git push origin <ชื่อ branch ของคุณ> -``` -แทนที่ `<ชื่อ branch ของคุณ>` ด้วยชื่อของ branch ของคุณที่เพิ่งสร้างไปเมื่อหัวข้อที่แล้ว ๆ (add-ชื่อ-ของ-คุณ) - -## ส่งผลงานของคุณและรอรีวิวจากเจ้าของโปรเจ็ค - -ไปที่ repository ของคุณบน GitHub คลิ๊กที่ `Compare & pull request` - -create a pull request - -ตอนนี้ก็ส่ง Pull Request ไปที่โปรเจ็คต้นน้ำได้เลย - -submit pull request - -แล้วเดี๋ยวเราจะ "Merge" หรือรวมผลงานที่คุณได้เปลี่ยนแปลงโค้ดมาที่ master branch ของโปรเจ็คนี้ คุณจะได้รับอีเมล เมื่อเราได้ทำการ Merge ผลงานของคุณเรียบร้อยแล้ว - -## เสร็จแล้วทำยังไงต่อดี -ยินดีด้วย คุณเพิ่งทำวัฏจักรพื้นฐานของการทำ 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) - -จากนี้คุณสามารถคอนทริบิ้วต์ให้กับโครงการอื่น ๆ ได้ โดยเราได้สร้างรายการบางส่วน เพื่อให้ง่ายต่อการเริ่มต้น [รายชื่อโครงการที่น่าสนใจ](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/translations/github-desktop-tutorial.th.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) | diff --git a/docs/gui-tool-tutorials/translations/README.tl.md b/docs/gui-tool-tutorials/translations/README.tl.md deleted file mode 100644 index 095b0525..00000000 --- a/docs/gui-tool-tutorials/translations/README.tl.md +++ /dev/null @@ -1,127 +0,0 @@ -[![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) - - -# Mga unang kontribusyon - -Mahirap. Palaging mahirap sa unang pagkakataon ng anumang gawain. Lalo na sa isang kolaborasyon, kung saan hindi komportableng paglaanan ng tuon ang mga pagkakamali. Gusto naming simplehan at linawin ang modernong pamamaraan kung papaanong matuto at tumulong ang mga bagong *open-source contributors*. - -Maaaring makatulong ang pagbabasa ng mga artikulo at panonood ng mga *tutorials*, pero ano pa bang mas epektibong pamamaraan kaysa sa aktual na aplikasyon ng isang pagsasanay? Ang pangunahing pakay ng proyektong ito ay gabayan ang mga baguhan na gawin ang kanilang unang *contribution*. Kung ikaw ay isa sa mga taong iyon, sundin lang ang mga sumusunod na tagubilin. - -Kung hindi comfortable sa paggamit ng *command line*, [may mga tutorials din gamit ang mga *GUI* tools.](#Mga-tutorials-gamit-ang-ibang-tools)* - - - -fork this repository - -Kung wala pang *git* sa iyong computer, [i-install ito](https://help.github.com/articles/set-up-git/). - - -## I-fork ang repository - -I-fork ang *repository* sa pamamagitan ng pag-click sa *fork* *button* na matatagpuan sa bandang itaas na kanan ng *webpage* na ito. -Magkakaroon na ng kopya ng *repository* na ito sa iyong account. - -## I-clone ang repository - -clone this repository - -Ngayon, i-clone ang repository na iyong na-fork sa iyong computer. -Pumunta lang sa iyong GitHub account, buksan ang nai-fork na repository, i-click ang clone button pagkatapos i-click ang *copy to clipboard* icon. - -Buksan ang terminal at i-enter ang sumusunod na git command: - -```bash -git clone "url na nakopya mo" -``` -kung saan ang "url na nakopya mo" (wala ang mga panipi) ay ang URL ng repository (ang fork ng iyong proyekto). Pakitingnan nang mabuti ang mga nakaraang hakbang upang makuha ang url. - -copy URL to clipboard - -Halimbawa: -```bash -git clone https://github.com/iyong-username/first-contributions.git -``` -kung saan ang `iyong-username` ang iyong username sa GitHub. Mula sa command na ito, dito nagsisimula ng paggawa ng kopya ng nilalaman ng first-contributions repository mula sa GitHub papunta sa iyong kompyuter. - -## Gumawa ng isang branch - -Pumunta sa kompyuter directory ng iyong repository (kung hindi ka pa nakapunta): - -```bash -cd first-contributions -``` -Ngayon, gumawa na ng isang branch gamit ang `git checkout` command: -```bash -git checkout -b -``` - -Halimbawa: -```bash -git checkout -b dagdag-juan-dela-cruz -``` -(Hindi kailangan ng salitang *"dagdag"* sa pangalan ng i-dadagdag na branch pero makatwiran pa rin na gawin dahil layunin ng branch ang pagdagdag ng iyong pangalan sa isang listahan.) - -## Gumawa ng kinakailangan na pagbabago at i-commit ang mga nagawang pagbabago - -Ngayon, buksan ang `Contributors.md` file sa isang text editor, idagdag ang iyong pangalan. Huwag mong idagdag sa simula o sa hulian ng tinutukoy na file. Ilagay sa kalagitnaan ng file. At i-save and file. - -git status - - -Kapag pumunta ka sa directory ng iyong proyekto at i-enter ang command na `git status`, may makikita kang mga pagbabago. - - -Idagdag ang mga pagbabagong naganap papunta sa iyong branch gamit ang `git add` command: - -```bash -git add Contributors.md -``` - -Ngayon, i-commit ang mga nabagong files gamit ang `git commit` command: -```bash -git commit -m "Add to Contributors list" -``` -kung saan ang `` ay ang iyong pangalan. - -## I-push ang mga changes sa GitHub - -I-push ang mga nabago mong files gamit ang command na `git push`: -```bash -git push origin -``` -kung saan ang `` ay ang pangalan ng branch na naidagdag mo kani-kanila lang. - -## I-submit ang changes para sa review - -Pumunta sa iyong repository sa GitHub at may makikita kang `Compare & pull request` button, i-click mo ang tumutukoy na button. - -create a pull request - -I-submit ang pull request. - -submit pull request - -Pagkalipas ng ilang oras ay isasama ko ang mga pagbabago na nagawa mo papunta sa master branch ng proyekto na ito. May makukuha kang notification email kapag ang mga pagbabago ay na-isama sa proyekto. - -## Ano ang susunod na hakbang? - - -Congrats! Nakumpleto mo ang standard _fork -> clone -> edit -> PR_ na workflow na lagi mong magagamit bilang isang kontribyutor! - -I-celebrate ang iyong kontribusyon at i-share mo sa mga kaibigan at followers mo sa pagpunta sa [web app](https://firstcontributions.github.io/#social-share). - -Puwede ka rin sumama sa aming Slack team kung kailangan mo ng karagdagan tulong o gustong magtanong. [Sumama sa aming Slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Ngayon, magsimula ka na mag-contribute sa ibang proyekto. Nagtipon kami ng listahan ng mga proyekto na may madaling issues na puwedeng-puwede kang makisabay. Paki-visit lang [ang listahan mula sa web app](https://firstcontributions.github.io/#project-list). - -### [Mga karagdagan na materyal](../additional-material/git_workflow_scenarios/additional-material.md) - - -## Mga tutorials gamit ang ibang tools - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.tm.md b/docs/gui-tool-tutorials/translations/README.tm.md deleted file mode 100644 index 66af2dbd..00000000 --- a/docs/gui-tool-tutorials/translations/README.tm.md +++ /dev/null @@ -1,157 +0,0 @@ -[![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) - -#### _[Başka dillerde](translations/Translations.md) okamak._ - -[Shqip](translations/README.al.md)[Uzbek language](translations/README.uz.md)[Azərbaycan dili](translations/README.aze.md)[বাংলা](translations/README.bn.md)[Bulgarian](translations/README.bg.md)[Português](translations/README.pt_br.md)[Català](translations/README.ca.md)[中文 (Simplified)](translations/README.zh-cn.md)[Czech](translations/README.cs.md)[Deutsch](translations/README.de.md)[Dansk](translations/README.da.md)[العربية](translations/README.eg.md)[Española](translations/README.es.md)[Française](translations/README.fr.md)[Galego](translations/README.gl.md)[Ελληνικά](translations/README.gr.md)[ქართული](translations/README.ge.md)[Magyar](translations/README.hu.md)[Bahasa Indonesia](translations/README.id.md)[עִברִית](translations/README.hb.md)[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](translations/Translations.md)[தமிழ்](translations/README.ta.md)[فارسی](translations/README.fa.md)[پښتو](translations/README.pus.md)[Italiano](translations/README.it.md)[日本語](translations/README.ja.md)[සිංහල](translations/README.si.md)[Kiswahili (Kenya)](translations/README.kws.md)[한국어 한국어](translations/README.ko.md)[Lietuvių kalba](translations/README.lt.md)[Limba Română Limba Română](translations/README.ro.md)[မြန်မာ](translations/README.mm_unicode.md)[Македонски](translations/README.mk.md)[Español de México](translations/README.mx.md)[Bahasa Melayu / بهاس ملايو‎ / Malay](translations/README.my.md)[Dutch](translations/README.nl.md)[Norsk](translations/README.no.md)[नेपाली](translations/README.np.md)[Wikang Filipino](translations/README.tl.md)[English (Pirate)](translations/README.en-pirate.md)[اردو](translations/README.ur.md)[Polski](translations/README.pl.md)[Português (Portugal)](translations/README.pt-pt.md)[Русский язык](translations/README.ru.md)[عربى](translations/README.ar.md)[Svenska](translations/README.se.md)[Slovenčina](translations/README.slk.md)[Slovenščina](translations/README.sl.md)[ภาษาไทย](translations/README.th.md)[Türkçe](translations/README.tr.md)[中文(Traditional)](translations/README.zh-tw.md)[Українська](translations/README.ua.md)[Tiếng Việt](translations/README.vn.md)[Zulu (South Africa)](translations/README.zul.md)[Afrikaans (South Africa)](translations/README.afk.md)[Igbo (Nigeria)](translations/README.igb.md)[Yoruba (Nigeria)](translations/README.yor.md)[Hausa (Nigeria)](translations/README.hau.md)[Latvia](translations/README.lv.md)[Suomeksi](translations/README.fi.md)[Беларуская мова](translations/README.by.md)[Српски](translations/README.sr.md)[Қазақша](translations/README.kz.md)[Bosanski](translations/README.bih.md)[Bosanski](translations/README.bih.md)[Hrvatski](translations/README.hr.md)[پښتو](translations/README.ps.md)[Somalia](translations/README.so.md)[Turkmen language](translations/README.tm.md) - -# Ilkinji goşantlar -Bu proýektiň maksady githuby täze öwrenijilere nädip ilkinji goşantlaryny(contribution) goşup biljeklerini görkezmekdir. - -Kyn bolup biler. Täze bir işi ilkinji sapar etmek hemişe kyn bolup biler. Hem-de başka kişiler bilen bilelikde işleşmeli bolsa, ýalňyşlyk etmäne çekinýäň, gorkýaň. Ýöne açyk çeşmäniň(open source) düýbünde başka kişiler bilen bilelikde işleşmek ýatýar. Biz açyk çeşme(open source) proýektlerine ilkinji sapar goşant goşjaklara ýol görkezip, ilkinji goşantlaryny goşmagyny aňsatlaşdyrmak isleýäs. - -Blog post okamak ýa-da wideolardan öwrenmek kömek edip biler, ýöne bir zady edip öwrenmegiň ýerini tutup biljek zat ýok, şeýle dälmi? Ilkinji goşandyňy goşmak isleýän bolsaň, aşakdaky görkezilenleri yzarlap bilersiň. - - -fork this repository - -#### Eger kompýuteriňizde git ýok bolsa, [şu ýerden ýükläň](https://docs.github.com/en/get-started/quickstart/set-up-git). - -## Şu repositoryny forklaň - -Şu sahypanyň ýokarsynda duran fork düwmesine basyp şu repositoryny forklap bilýaňiz. -Şunlukda, şu repositorynyň kopiýasy siziň hasabyňyzda bolyar. (Şu proýektiň eýesiniň hasabynda-da, siziň hasabyňyzda-da bolýar) - -## Şu repositoryny klonlaň(clone) - -clone this repository - -Indi, forklan repositoryny öz kompýuteriňize klonlaň(clone). Bu diýmek, ýaňy siziň github hasabyňyza kopiýasy gelen(forklan) şu proýekti oz kompyuteriňizde-de bir kopiýasyna eýe bolup bilýäňiz. Github hasabyňyza gidiň, forklan repositoryny açyň, code düwmesine basyň, soňra _copy to clipboard_ nyşanyna basyň. - -Terminaly açyp aşakdaky git buýruguny işlediň: - -``` -git clone "ýaňy kopiýa eden url-ňyz" -``` - -"ýaňy kopiýa eden url-ňyz"(goşa dyrnaksyz) şu repositorynyň url-y (şu proýektiň siziň eden forkuňyz).Url-ny almak üçin ýokarda görkezilenleri yzarlaň. - -copy URL to clipboard - -Mysal üçin: - -``` -git clone https://github.com/ulanyjy-ady/first-contributions.git -``` - -`ulanyjy-ady` diýip duran bölegiň deregine siziň Githubdaky ulanyjy adyňyz. Şu ýerde, Githubdaky first-contributions repositorynyň içindäki ähli zatlary kompýuteriňize kopiýalaýarsyňyz. - -## Şaha(branch) döretmek - -Repositorynyň duran papkasynda däl bolsaňyz, şol ýere gidiň: - -``` -cd first-contributions -``` - -Indi, `git switch` buýrugy arkaly täze şaha(branch) dörediň: - -``` -git switch -c siziň-täze-şahaňyzyň-ady -``` - -Mysal üçin: - -``` -git switch -c goş-ahmet-ahmedow -``` - -(Şahanyň adynda _goş_ sözüni hökman ýazmasaňyzam bolyar, ýöne bu şahanyň maksady adyňyzy goşant goşanlaryň hasabyna goşmak bolany üçin, _goş_ sözüni ulanmak düşnükli bolar) - -## Gerekli üýtgeşmeleri edip, ol üýtgeşmeleri bellige almak (commit etmek). - - -Indi, tekst redaktorynda(m.ü VSCode) `Contributors.md` faylyny açyň, içinde iň soňunda adyňyzy giriziň we ýatda saklaň(save) - -``` -- [Adyňyz](https://github.com/ulanyjy-adyňyz) -``` - -Mysal üçin: -``` -- [Ahmet Ahmedow](https://github.com/ahmetahmedow) -``` -```](``` arasynda boşluk ýokdur - -git status - -Terminalda eger proýektiň duran ýerine gidip,```git status``` buýrugyny işletseňiz, şol ýerde bolan üýtgeşmeleri görýaňiz. - -```git add ``` buýrugyny ulanyp şol üýtgeşmeleri ýokarda döreden şahamyza(branch) goşýas: - - -``` -git add Contributors.md -``` - -Indi, `git commit` buýrugy arkaly şol üýtgeşmeleri bellige alyp(commit) goýýas: - -``` - -git commit -m " goşant goşanlaryň hataryna girizildi" -``` -`` diýen ýere öz adyňyzy ýazyň - -(BELLIK: açyk çeşme(open source) dünýäsinde dünýäniň her dürli ýerlerinden her dürli adamlar bilen bilelikde işleşýaniňiz üçin bellige alyş(commit) tekstini iňlis dilinde ýazyp bilýaňiz). - -## Üýtgeşmeleri Githuba ibermek(Push) - -`git push` buýrugy arkaly üýtgeşmeleriňizi iberiň(push): - -``` -git push -u origin siziň-şahaňyzyň-ady -``` - -`siziň-şahaňyzyň-ady` bölegini ýokarda doreden şahaňyzyň ady bilen çalşyň. - -## Üýtgeşmeleriňizi gözden geçirmek üçin ýollaň -Eger Githubda şu repositoryňyza gitseňiz, `Compare & pull request` düwmesini görýäňiz. Şol düwmä basyň. - -create a pull request - -Indi, Çekiş haýyşnamasyny(pull request) ýollaň. - -submit pull request - -Basym, Eden ähli üýtgeşmeleriňizi gözden geçirip, proýektiň esasy şahasy(main branch) bilen birleşdirýäs. Üýtgeşmeler birleşdirilen soň, habarnama alarsyňyz. - - -## Mundan soň näme edip bilersiňiz? - -Gutlaýas! Siz standart goşant goşujy hökmünde kän gabat gelinýän _forklamak(fork) -> Klonlamak(clone) -> Üýtgetmek(edit) -> Çekiş haýyşnamasy(pull request)_ yzygiderliligini tamamladyňyz! - -Eden goşandyňyza begeniň we dostlaryňyz bilen paýlaşyň! - -[Bu baglanma](https://firstcontributions.github.io/#social-share) arkaly hem birnäçe gyzykly proýektlere öz goşandyňyzy goşup bilýäňiz. - -Eger-de islendik kömek gerek bolsa ýa-da soraglaryňyz bar bolsa [biziň Slack toparymyza](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) goşulyp bilýaňiz. - - - -### [Goşmaça maglumat](additional-material/git_workflow_scenarios/additional-material.md) - -## Başga gurallar hakynda sapaklar (ýöne iňlis dilinde) - -| 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) | - - -

Bu proýektiň goldaýjysy:

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.tr.md b/docs/gui-tool-tutorials/translations/README.tr.md deleted file mode 100644 index 8258ef80..00000000 --- a/docs/gui-tool-tutorials/translations/README.tr.md +++ /dev/null @@ -1,133 +0,0 @@ -[![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) - -# İlk katkı - -Zor gelir... Herhangi bir işi ilk kez yapmak daima zor gelir. Özellikle başkalarıyla ortak çalışıyorsanız, hata yapmak içinize sinmez. Ancak "Açık Kaynakın" temelinde işbirliği ve birlikte çalışma yatmakta. Biz, açık kaynak projelere ilk kez katkıda bulunacak kişilerin bu süreci öğrenmesini ve ilk katkılarını sunmalarını kolaylaştırmayı istiyoruz. - -Makale okumak ve eğitim videoları izlemek yardımcı olabilir, fakat bir işi gerçekten yapmanın yerini ne tutabilir ki? Bu proje yeni başlayanların veya ilk defa katkıda bulunacakların işini kolaylaştırmak ve onlara rehberlik etmek amacındadır. Unutmayın ki ne kadar rahat olursanız o kadar rahat öğrenirsiniz. Eğer bir GitHub projesine ilk defa katkıda bulunacaksanız, aşağıda gösterilen basit adımları takip etmeniz yeterli olacaktır. Söz veriyoruz, eğlenceli olacak. - -fork this repository - -Eğer bilgisayarınızda git kurulu değil ise, [ yükleyin ]( https://help.github.com/articles/set-up-git/ ). - -## Projeyi "forklama" - -Sayfanın sağ üst köşesinde bulunan "Fork" butonuna basıp bu projeyi çatallayın. -Bu işlem sizin hesabınız altında projenin bir kopyasını oluşturacaktır. - -## Depoyu (Repository) klonlama - -clone this repository - -Şimdi bu depoyu bilgisayarınıza klonlayın. GitHub hesabınıza gidin, çatalladığınız depoyu açın, 'clone' butonuna basıp ardından *copy to clipboard* simgesine basın. - -Daha sonra komut istemini açıp aşağıdaki git komutunu çalıştırın: - -```bash -git clone "kopyaladığınız-url" -``` -"kopyaladığınız-url" (tırnak işaretleri olmadan) yerine bu deponun GitHub sayfasından aldığınız linki kopyalayın. - -copy URL to clipboard - -Örneğin: -```bash -git clone https://github.com/kullanıcı-adi/first-contributions.git -``` -`kullanıcı-adi` sizin GitHub kullanıcı adınız. Burada GitHub üzerinde bulunan first-contributions reposunun içeriğini bilgisayarınıza kopyalıyorsunuz. - -## Dal (Branch) oluşturma - -Eğer henüz klasör içerisinde değilseniz komut isteminde ana klasörünün konumuna gidin: - -```bash -cd first-contributions -``` -`git checkout` komutunu kullanarak yeni bir dal(branch) oluşturun: -```bash -git checkout -b -``` - -Örneğin: -```bash -git checkout -b ekle-aydin-cagri-dumlu -``` -(Dal ismi içinde *ekle* kelimesinin geçme zorunluluğu yok, fakat bu dal isminizi katkı sunanlar listesine ekleme amacıyla oluşturulduğundan, ekle yazmak mantıklı olacaktır.) - -## Gerekli değişiklikleri yapma ve değişiklikleri onaylama - -Şimdi, bir metin editöründe `Contributors.md` dosyasını açın. Basit bir işaretleme dili olan Markdown'a alışkın olmanız gerekmektedir. Nasıl kullanacağınızı öğrenmek için bu [kopya kağıdına](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) göz atabilirsiniz. - -`Contributors.md` dosyasının sonuna bu satırı ekleyin: - -```markdown -- [İsminiz](https://github.com/kullanici-adiniz) -``` - -Örneğin: - -```markdown -- [Ahmet Yılmaz](https://github.com/ahmet-yilmaz) -``` - -`](` arasında boşluk olmadığından emin olun. Dosyayı kaydedin ve kapatın. - -git status - -Komut istemi üzerinde proje klasörüne gidip `git status` komutunu yazdığınızda yaptığınız değişiklikleri göreceksiniz. - -`git add` komutu ile bu değişiklikleri oluşturduğunuz dal içerisine ekleyin. - -```bash -git add Contributors.md -``` - -Şimdi `git commit` komutunu kullanarak değişikliklerinizi onaylayın (commit): -```bash -git commit -m " katkıda bulunanlar listesine eklendi" -``` -`` yerine kendi isminizi yazın. - -(Ç.N: Açık kaynak dünyasında dünyanın farklı yerlerinden insanlarla birlikte çalışacağınız için onay mesajını İngilizce yazabilirsiniz.) - -## Değişiklikleri GitHub üzerine "itme" (Push) - -`git push` komutu ile değişikliklerinizi ittirin: -```bash -git push origin -``` -`` yerine daha önce oluşturduğunuz dalın ismini girin. - -## Değişikliklerinizi inceleme için gönderin - -Oluşturduğunuz deponun Github sayfasında `Compare & pull request` butonunu göreceksiniz. Bu butona basın. - -create a pull request - -Şimdi çekme isteğini (pull request) gönderin. - -submit pull request - -Yaptığınız değişiklikleri en kısa zamanda projenin "master" dalı ile birleştireceğiz. Bu işlem tamamlandığı zaman bir bilgilendirme e-postası alacaksınız. - -## Bundan sonra ne yapabilirim? - -Tebrikler! Katkıda bulunan kişi olarak sıklıkla karşılaşacağınız standart _çatal -> klon -> düzenle -> çekme isteği_ iş akışını tamamladınız! - -Sunduğunuz katkının coşkusunu yaşamak ve bunu arkadaşlarınız ve takipçilerinizle paylaşmak için [bu bağlantıdaki](https://firstcontributions.github.io/#social-share) uygulamamızı kullanabilirsiniz. - -Bir sorunuz veya yardıma ihtiyacınız olursa Slack takımımıza katılabilirsiniz. [Slack takımına katıl](https://firstcontributions.herokuapp.com) - -Artık diğer projelere katkı sunmaya hazırsınız. Çözmeye başlayabileceğiniz giriş seviyesindeki konulara (issue) sahip projeleri [sizin için derledik](https://firstcontributions.github.io/#project-list). - -### [Ek bilgi](../additional-material/git_workflow_scenarios/additional-material.md) - -## Diğer araçlarla ilgili eğitimler - - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.ua.md b/docs/gui-tool-tutorials/translations/README.ua.md deleted file mode 100644 index 4011a3ad..00000000 --- a/docs/gui-tool-tutorials/translations/README.ua.md +++ /dev/null @@ -1,135 +0,0 @@ -[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) - -# Перший внесок - -Цей проект спрямований на те, щоб спростити та спрямувати шлях новачків, які роблять свій перший внесок. Якщо ви хочете зробити свій перший внесок, виконайте наведені нижче дії. - -_Якщо ви не вмієте працювати з командним рядком, [ось навчальні посібники з використанням інструментів GUI.](#tutorials-using-other-tools)_ - -fork this repository - -Якщо ви ще не встановили git, тоді [зробіть це](https://help.github.com/articles/set-up-git/). - -## Форкніть репозиторій - -Форкніть свою власну копію цього репозиторію, натиснувши кнопку `fork` вгорі цієї сторінки. -Таким чином, ви створите копію цього репозиторію у вашому акаунті. - -## Клонуйте репозиторій - -clone this repository - -Тепер клонуйте цей репозиторій на ваш комп’ютер. Натисніть на кнопку `clone`, а потім - на іконку `copy to clipboard`. - -Відкрийте термінал і виконайте наступні команди: - -```bash -git clone "посилання, яке ви щойно скопіювали" -``` - -де `посилання, яке ви щойно скопіювали` (без лапок) - адреса цього репозиторію. Дивіться попередній крок для того, щоб отримати цю адресу. - -copy URL to clipboard - -Наприклад: -```bash -git clone https://github.com/this-is-you/first-contributions.git -``` - -де `this-is-you` - ваш нікнейм з GitHub. Таким чином, ви копіюєте вміст репозиторію з GitHub, в який збираєтесь зробити внесок, на ваш комп’ютер. - -## Створюємо гілку - -Перейдіть в директорію з репозиторієм на вашому комп’ютері (якщо ви ще цього не зробили): - -```bash -cd first-contributions -``` - -Тепер створюємо гілку за допомогою команди `git checkout`: - -```bash -git checkout -b -``` - -Наприклад: - -```bash -git checkout -b add-petro-church -``` - -(Назва гілки не повинна обов’язково містити слово *add*, але це має сенс, якщо майбутні зміни передбачають додавання чогось, наприклад, вашого імені у список контрибуторів.) - -## Робимо необхідні зміни та записуємо їх в репозиторій - -Тепер відкриваємо файл `Contributors.md` в текстовому редакторі та додаємо ваше ім’я, а потім зберігаємо файл. Якщо ви перейдете в директорію проєкту і виконаєте команду `git status`, ви побачите зміни. Додайте ці зміни до гілки, яку ви тільки що створили, за допомогою команди `git add`: - -```bash -git add Contributors.md -``` - -Тепер запишіть ці зміни за допомогою команди `git commit`: - -```bash -git commit -m "Add to Contributors list" -``` - -замініть `` своїм іменем. - -## Відправляємо зміни в GitHub - -Відправте зміни на віддалений репозиторій в GitHub за допомогою команди `git push`: - -```bash -git push -г origin -``` - -Замініть `` назвою гілки, яку ви створили раніше. - -
- Якщо під час натискання виникають помилки, натисніть тут: - -- ### 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/'
- Перейдіть до [туторіалу GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) щодо створення та налаштування ключа SSH для вашого облікового запису. - -
- -## Відправляємо зміни на перевірку - -Коли ви перейдете до свого репозиторію в GitHub, ви побачите кнопку `Compare & pull request`. Сміливо натисніть на неї. - -create a pull request - -Тепер зміни відправлені на перевірку і затвердження. - -submit pull request - -Згодом я об’єднаю ваші запропоновані зміни з основною гілкою цього репозиторію. Ви отримаєте повідомлення, коли це буде зроблено. - -## Що далі? - -Вітаю! Ви щойно виконали стандартний робочий процес _fork -> clone -> edit -> pull request_, з яким ви часто стикаєтеся як контрибутор! - -Відзначте свій внесок і поділіться ним із друзями та читачами, перейшовши до [веб-програми](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) | - -

Цей проект підтримується:

-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.un-aln.md b/docs/gui-tool-tutorials/translations/README.un-aln.md deleted file mode 100644 index 404826f6..00000000 --- a/docs/gui-tool-tutorials/translations/README.un-aln.md +++ /dev/null @@ -1,129 +0,0 @@ -[![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) - - -# ⎎⟟⍀⌇⏁ ☊⍜⋏⏁⍀⟟⏚⎍⏁⟟⍜⋏⌇ - -⏁⊑⟟⌇ ⌿⍀⍜⟊⟒☊⏁ ⏃⟟⋔⌇ ⏁⍜ ⌇⟟⋔⌿⌰⟟⎎⊬ ⏃⋏⎅ ☌⎍⟟⎅⟒ ⏁⊑⟒ ⍙⏃⊬ ⏚⟒☌⟟⋏⋏⟒⍀⌇ ⋔⏃☍⟒ ⏁⊑⟒⟟⍀ ⎎⟟⍀⌇⏁ ☊⍜⋏⏁⍀⟟⏚⎍⏁⟟⍜⋏. ⟟⎎ ⊬⍜⎍ ⏃⍀⟒ ⌰⍜⍜☍⟟⋏☌ ⏁⍜ ⋔⏃☍⟒ ⊬⍜⎍⍀ ⎎⟟⍀⌇⏁ ☊⍜⋏⏁⍀⟟⏚⎍⏁⟟⍜⋏, ⎎⍜⌰⌰⍜⍙ ⏁⊑⟒ ⌇⏁⟒⌿⌇ ⏚⟒⌰⍜⍙. - -_⟟⎎ ⊬⍜⎍'⍀⟒ ⋏⍜⏁ ☊⍜⋔⎎⍜⍀⏁⏃⏚⌰⟒ ⍙⟟⏁⊑ ☊⍜⋔⋔⏃⋏⎅ ⌰⟟⋏⟒, [⊑⟒⍀⟒ ⏃⍀⟒ ⏁⎍⏁⍜⍀⟟⏃⌰⌇ ⎍⌇⟟⋏☌ ☌⎍⟟ ⏁⍜⍜⌰⌇.](#tutorials-using-other-tools)_ - -fork this repository - -#### ⟟⎎ ⊬⍜⎍ ⎅⍜⋏'⏁ ⊑⏃⎐⟒ ☌⟟⏁ ⍜⋏ ⊬⍜⎍⍀ ⋔⏃☊⊑⟟⋏⟒, [⟟⋏⌇⏁⏃⌰⌰ ⟟⏁](https://help.github.com/articles/set-up-git/). - -## ⎎⍜⍀☍ ⏁⊑⟟⌇ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ - -⎎⍜⍀☍ ⏁⊑⟟⌇ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ ⏚⊬ ☊⌰⟟☊☍⟟⋏☌ ⍜⋏ ⏁⊑⟒ `fork` ⏚⎍⏁⏁⍜⋏ ⍜⋏ ⏁⊑⟒ ⏁⍜⌿ ⍜⎎ ⏁⊑⟟⌇ ⌿⏃☌⟒. - ⏁⊑⟟⌇ ⍙⟟⌰⌰ ☊⍀⟒⏃⏁⟒ ⏃ ☊⍜⌿⊬ ⍜⎎ ⏁⊑⟟⌇ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ ⟟⋏ ⊬⍜⎍⍀ ⏃☊☊⍜⎍⋏⏁. - -## ☊⌰⍜⋏⟒ ⏁⊑⟒ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ - -clone this repository - -⋏⍜⍙ ☊⌰⍜⋏⟒ ⏁⊑⟒ ⎎⍜⍀☍⟒⎅ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ ⏁⍜ ⊬⍜⎍⍀ ⋔⏃☊⊑⟟⋏⟒. ☌⍜ ⏁⍜ ⊬⍜⎍⍀ ☌⟟⏁⊑⎍⏚ ⏃☊☊⍜⎍⋏⏁, ⍜⌿⟒⋏ ⏁⊑⟒ ⎎⍜⍀☍⟒⎅ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬, ☊⌰⟟☊☍ ⍜⋏ ⏁⊑⟒ ☊⍜⎅⟒ ⏚⎍⏁⏁⍜⋏ ⏃⋏⎅ ⏁⊑⟒⋏ ☊⌰⟟☊☍ ⏁⊑⟒ _copy to clipboard_ ⟟☊⍜⋏. - -⍜⌿⟒⋏ ⏃ ⏁⟒⍀⋔⟟⋏⏃⌰ ⏃⋏⎅ ⍀⎍⋏ ⏁⊑⟒ ⎎⍜⌰⌰⍜⍙⟟⋏☌ `git` ☊⍜⋔⋔⏃⋏⎅: - -```bash -git clone "url you just copied" -``` - -⍙⊑⟒⍀⟒ "url you just copied" (⍙⟟⏁⊑⍜⎍⏁ ⏁⊑⟒ ⍾⎍⍜⏁⏃⏁⟟⍜⋏ ⋔⏃⍀☍⌇) ⟟⌇ ⏁⊑⟒ ⎍⍀⌰ ⏁⍜ ⏁⊑⟟⌇ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ (⊬⍜⎍⍀ ⎎⍜⍀☍ ⍜⎎ ⏁⊑⟟⌇ ⌿⍀⍜⟊⟒☊⏁). ⌇⟒⟒ ⏁⊑⟒ ⌿⍀⟒⎐⟟⍜⎍⌇ ⌇⏁⟒⌿⌇ ⏁⍜ ⍜⏚⏁⏃⟟⋏ ⏁⊑⟒ ⎍⍀⌰. - -copy URL to clipboard - -⎎⍜⍀ ⟒⌖⏃⋔⌿⌰⟒: - -```bash -git clone https://github.com/this-is-you/first-contributions.git -``` - -⍙⊑⟒⍀⟒ `this-is-you` ⟟⌇ ⊬⍜⎍⍀ GitHub ⎍⌇⟒⍀⋏⏃⋔⟒. ⊑⟒⍀⟒ ⊬⍜⎍'⍀⟒ ☊⍜⌿⊬⟟⋏☌ ⏁⊑⟒ ☊⍜⋏⏁⟒⋏⏁⌇ ⍜⎎ ⏁⊑⟒ ⎎⟟⍀⌇⏁-☊⍜⋏⏁⍀⟟⏚⎍⏁⟟⍜⋏⌇ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ ⍜⋏ GitHub ⏁⍜ ⊬⍜⎍⍀ ☊⍜⋔⌿⎍⏁⟒⍀. - -## ☊⍀⟒⏃⏁⟒ ⏃ ⏚⍀⏃⋏☊⊑ - -☊⊑⏃⋏☌⟒ ⏁⍜ ⏁⊑⟒ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ ⎅⟟⍀⟒☊⏁⍜⍀⊬ ⍜⋏ ⊬⍜⎍⍀ ☊⍜⋔⌿⎍⏁⟒⍀ (⟟⎎ ⊬⍜⎍ ⏃⍀⟒ ⋏⍜⏁ ⏃⌰⍀⟒⏃⎅⊬ ⏁⊑⟒⍀⟒): - -```bash -cd first-contributions -``` - -⋏⍜⍙ ☊⍀⟒⏃⏁⟒ ⏃ ⏚⍀⏃⋏☊⊑ ⎍⌇⟟⋏☌ ⏁⊑⟒ `git checkout` ☊⍜⋔⋔⏃⋏⎅: - -```bash -git checkout -b your-new-branch-name -``` - -⎎⍜⍀ ⟒⌖⏃⋔⌿⌰⟒: - -```bash -git checkout -b add-alonzo-church -``` - -## ⋔⏃☍⟒ ⋏⟒☊⟒⌇⌇⏃⍀⊬ ☊⊑⏃⋏☌⟒⌇ ⏃⋏⎅ ☊⍜⋔⋔⟟⏁ ⏁⊑⍜⌇⟒ ☊⊑⏃⋏☌⟒⌇ - -⋏⍜⍙ ⍜⌿⟒⋏ `Contributors.md` ⎎⟟⌰⟒ ⟟⋏ ⏃ ⏁⟒⌖⏁ ⟒⎅⟟⏁⍜⍀, ⏃⎅⎅ ⊬⍜⎍⍀ ⋏⏃⋔⟒ ⏁⍜ ⟟⏁. ⎅⍜⋏'⏁ ⏃⎅⎅ ⟟⏁ ⏃⏁ ⏁⊑⟒ ⏚⟒☌⟟⋏⋏⟟⋏☌ ⍜⍀ ⟒⋏⎅ ⍜⎎ ⏁⊑⟒ ⎎⟟⌰⟒. ⌿⎍⏁ ⟟⏁ ⏃⋏⊬⍙⊑⟒⍀⟒ ⟟⋏ ⏚⟒⏁⍙⟒⟒⋏. ⋏⍜⍙, ⌇⏃⎐⟒ ⏁⊑⟒ ⎎⟟⌰⟒. - -git status - -⟟⎎ ⊬⍜⎍ ☌⍜ ⏁⍜ ⏁⊑⟒ ⌿⍀⍜⟊⟒☊⏁ ⎅⟟⍀⟒☊⏁⍜⍀⊬ ⏃⋏⎅ ⟒⌖⟒☊⎍⏁⟒ ⏁⊑⟒ ☊⍜⋔⋔⏃⋏⎅ `git status`, ⊬⍜⎍'⌰⌰ ⌇⟒⟒ ⏁⊑⟒⍀⟒ ⏃⍀⟒ ☊⊑⏃⋏☌⟒⌇. - -⏃⎅⎅ ⏁⊑⍜⌇⟒ ☊⊑⏃⋏☌⟒⌇ ⏁⍜ ⏁⊑⟒ ⏚⍀⏃⋏☊⊑ ⊬⍜⎍ ⟊⎍⌇⏁ ☊⍀⟒⏃⏁⟒⎅ ⎍⌇⟟⋏☌ ⏁⊑⟒ `git add` ☊⍜⋔⋔⏃⋏⎅: - -```bash -git add Contributors.md -``` - -⋏⍜⍙ ☊⍜⋔⋔⟟⏁ ⏁⊑⍜⌇⟒ ☊⊑⏃⋏☌⟒⌇ ⎍⌇⟟⋏☌ ⏁⊑⟒ `git commit` ☊⍜⋔⋔⏃⋏⎅: - -```bash -git commit -m "Add to Contributors list" -``` - -⍀⟒⌿⌰⏃☊⟟⋏☌ `` ⍙⟟⏁⊑ ⊬⍜⎍⍀ ⋏⏃⋔⟒. - -## ⌿⎍⌇⊑ ☊⊑⏃⋏☌⟒⌇ ⏁⍜ GitHub - -⌿⎍⌇⊑ ⊬⍜⎍⍀ ☊⊑⏃⋏☌⟒⌇ ⎍⌇⟟⋏☌ ⏁⊑⟒ ☊⍜⋔⋔⏃⋏⎅ `git push`: - -```bash -git push origin -u -``` - -⍀⟒⌿⌰⏃☊⟟⋏☌ `` ⍙⟟⏁⊑ ⏁⊑⟒ ⋏⏃⋔⟒ ⍜⎎ ⏁⊑⟒ ⏚⍀⏃⋏☊⊑ ⊬⍜⎍ ☊⍀⟒⏃⏁⟒⎅ ⟒⏃⍀⌰⟟⟒⍀. - -
- ⟟⎎ ⊬⍜⎍ ☌⟒⏁ ⏃⋏⊬ ⟒⍀⍀⍜⍀⌇ ⍙⊑⟟⌰⟒ ⌿⎍⌇⊑⟟⋏☌, ☊⌰⟟☊☍ ⊑⟒⍀⟒: - -- ### ⏃⎍⏁⊑⟒⋏⏁⟟☊⏃⏁⟟⍜⋏ ⟒⍀⍀⍜⍀ -
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 ⏁⎍⏁⍜⍀⟟⏃⌰](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ⍜⋏ ☌⟒⋏⟒⍀⏃⏁⟟⋏☌ ⏃⋏⎅ ☊⍜⋏⎎⟟☌⎍⍀⟟⋏☌ ⏃⋏ ⌇⌇⊑ ☍⟒⊬ ⏁⍜ ⊬⍜⎍⍀ ⏃☊☊⍜⎍⋏⏁. - -
- -## ⌇⎍⏚⋔⟟⏁ ⊬⍜⎍⍀ ☊⊑⏃⋏☌⟒⌇ ⎎⍜⍀ ⍀⟒⎐⟟⟒⍙ - -⟟⎎ ⊬⍜⎍ ☌⍜ ⏁⍜ ⊬⍜⎍⍀ ⍀⟒⌿⍜⌇⟟⏁⍜⍀⊬ ⍜⋏ ☌⟟⏁⊑⎍⏚, ⊬⍜⎍'⌰⌰ ⌇⟒⟒ ⏃ `Compare & pull request` ⏚⎍⏁⏁⍜⋏. ☊⌰⟟☊☍ ⍜⋏ ⏁⊑⏃⏁ ⏚⎍⏁⏁⍜⋏. - -create a pull request - -⋏⍜⍙ ⌇⎍⏚⋔⟟⏁ ⏁⊑⟒ `pull request`. - -submit pull request - -⌇⍜⍜⋏ ⟟'⌰⌰ ⏚⟒ ⋔⟒⍀☌⟟⋏☌ ⏃⌰⌰ ⊬⍜⎍⍀ ☊⊑⏃⋏☌⟒⌇ ⟟⋏⏁⍜ ⏁⊑⟒ ⋔⏃⌇⏁⟒⍀ ⏚⍀⏃⋏☊⊑ ⍜⎎ ⏁⊑⟟⌇ ⌿⍀⍜⟊⟒☊⏁. ⊬⍜⎍ ⍙⟟⌰⌰ ☌⟒⏁ ⏃ ⋏⍜⏁⟟⎎⟟☊⏃⏁⟟⍜⋏ ⟒⋔⏃⟟⌰ ⍜⋏☊⟒ ⏁⊑⟒ ☊⊑⏃⋏☌⟒⌇ ⊑⏃⎐⟒ ⏚⟒⟒⋏ ⋔⟒⍀☌⟒⎅. - -## ⍙⊑⟒⍀⟒ ⏁⍜ ☌⍜ ⎎⍀⍜⋔ ⊑⟒⍀⟒? - -☊⍜⋏☌⍀⏃⏁⌇! ⊬⍜⎍ ⟊⎍⌇⏁ ☊⍜⋔⌿⌰⟒⏁⟒⎅ ⏁⊑⟒ ⌇⏁⏃⋏⎅⏃⍀⎅ _fork -> clone -> edit -> pull request_ ⍙⍜⍀☍⎎⌰⍜⍙ ⏁⊑⏃⏁ ⊬⍜⎍'⌰⌰ ⟒⋏☊⍜⎍⋏⏁⟒⍀ ⍜⎎⏁⟒⋏ ⏃⌇ ⏃ ☊⍜⋏⏁⍀⟟⏚⎍⏁⍜⍀! - -☊⟒⌰⟒⏚⍀⏃⏁⟒ ⊬⍜⎍⍀ ☊⍜⋏⏁⍀⟟⏚⎍⏁⟟⍜⋏ ⏃⋏⎅ ⌇⊑⏃⍀⟒ ⟟⏁ ⍙⟟⏁⊑ ⊬⍜⎍⍀ ⎎⍀⟟⟒⋏⎅⌇ ⏃⋏⎅ ⎎⍜⌰⌰⍜⍙⟒⍀⌇ ⏚⊬ ☌⍜⟟⋏☌ ⏁⍜ [⍙⟒⏚ ⏃⌿⌿](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). diff --git a/docs/gui-tool-tutorials/translations/README.ur.md b/docs/gui-tool-tutorials/translations/README.ur.md deleted file mode 100644 index 7721e7e3..00000000 --- a/docs/gui-tool-tutorials/translations/README.ur.md +++ /dev/null @@ -1,168 +0,0 @@ -[![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) - -#
پہلی شراکت يا کانٹریبیوشن
- -
-اس پروجیکٹ کا مقصد ابتدائی افراد کے اپنا پہلى شركت يا کانٹریبیوشن کرنے کے طریقے کو آسان بنانا اور رہنمائی کرنا ہے۔ اگر آپ اپنا پہلا حصہ ڈالنا چاہتے ہیں تو نیچے دیے گئے مراحل پر عمل کریں۔ -
-
-
-اگر آپ کمانڈ لائن سے واقف نہیں ہیں تو، یہاں -جى يو آئ ٹولز استعمال کرنے كا طریقہ - موجود ہے۔ -
-
-
-اگر آپ کی مشین پر گٹ نہیں ہے تو، -انسٹال کریں -
- -##
اس ریپوزٹری کو فورک کریں
-
-اس صفحے کے سب سے اوپر فورک بٹن دبا کر اس ریپوزٹری کا استعمال کریں. - -اس ریپوزٹری کوفورک کریں -
- -یہ آپ کے اکاؤنٹ میں اس کی ایک نقل بنا كے ذخیرہ کرے گا۔. -
-
- -##
ریپوزٹری کا کلون کیجیے
- -
-اب آپ اپنے کمپیوٹر مشین پر یہ ریپوزٹری کلون کریں. -
- -ریپوزٹری کا کلون کیجیئے - -
- کلون بٹن کو دبائیں اور پھر "copy to clipboard" آئیکن کو دبائیں۔ -
- -یوآرایل کلپ بورڈ پر کاپی کریں - -
-ایک ٹرمینل کھولیں اور مندرجہ ذیل گٹ کمانڈ چلائیں: -
- -```bash -git clone "یو آر ایل جو آپ نے ابھی کاپی کیا" -``` - -
-جہاں "یو آر ایل جو آپ نے ابھی کاپی کیا" (اقتباس کے نشانات " " کے بغیر) اس ریپوزٹری کو کلون کرنے کا یو آر ایل کا اندراج مراد ہے. یو آر ایل حاصل کرنے کیلئے پچھلے مرحلے کو دیکھیں. -
- -
مثال کے طور پر:
- -```bash -git clone https://github.com/this-is-you/first-contributions.git -``` - -
اس میں 'this-is-you' آپکا GitHub یوزرنیم ہے۔ یہاں آپ first-contributions GitHub ریپوزٹری کے مندرجات کمپیوٹر پر نقل کر رہے ہیں.
- -##
ایک شاخ (برانچ) بنائیں
- -
اپنے کمپیوٹر پر ریپوزٹری کی ڈائرکٹری تبدیل کریں (اگرآپ پہلے سے وہاں نہیں ہیں):
- -```bash -cd first-contributions -``` - -
اب git checkout کمانڈ استعمال کرتے ہوئے ایک شاخ/برانچ تشکیل دیں :
- -```bash -git checkout -b -``` - -
مثال کے طور پر:
- -```bash -git checkout -b add-alonzo-church -``` - -
شاخ (برانچ) کا نام میں ضروری نہیں add شامل کریں، لیکن یہ مناسب ہے کہ اس میں یہ شامل ہو، کیونکہ اس شاخ کا مقصد آپ کے نام کو فہرست میں شامل کرنا ہے.
- -##
ضروری تبدیلیاں کریں اور ان تبدیلیوں کو انجام دیں۔
- -
-اب Contributors.md فائل کو ٹیکسٹ ایڈیٹر پر کھولیں، اپنا نام اس میں شامل کریں، اور پھر فائل کو محفوظ کریں۔ نام فائل کے شروع یا آخر میں شامل نہ کریں۔ اسے درمیان میں کہیں بھی ڈال دیں۔اگر آپ پراجیکٹ ڈائرکٹری میں جاتے ہیں اور کمانڈ git status کو چلاتے ہیں، تو آپ دیکھیں گے کہ تبدیلیاں موجود ہیں. ان تبدیلیوں کو اس شاخ میں git add کمانڈ استعمال کرتے ہوئے شامل کریں، جسے ابھی آپ نے بنایا تھا۔ : -
- -```bash -git add Contributors.md -``` - -
اب git commit کمانڈ کا استعمال کرتے ہوئے ان تبدیلیوں کا ارتکاب کریں:
- -```bash -git commit -m "Add to Contributors list" -``` - -
<your-name> کو اپنے نام کے ساتھ تبدیل کردیں.
- -##
ان تبدیلیوں کو GitHub پردهکیل دیں۔
- -
git push کمانڈ کے ذریعے اپنی تبدیلیوں کو پش کریں:
- -```bash -git push origin -``` - -
<add-your-name> کو شاخ کے نام کے ساتھ بدل دیں، جسے آپ نے پہلے بنایا تھا.
- -##
اپنی تبدیلیوں کو جائزے کیلئے جمع کروائیں۔
- -
اگر آپ GitHub پر اپنی ریپوزٹری پر جاتے ہیں تو، آپ کو Compare & pull request دکھائی دے گا. اس بٹن کو دبائیں.
- -ایک پل درخواست کریں - -
اب پل درخواست جمع کروائیں.
- -پل درخواست جمع کروائیں - -
جلد ہی میں آپ کی تمام تبدیلیوں کو اس پروجیکٹ کی ماسٹر شاخ میں ضم کر دونگا. تبدیلیوں کو ضم کرنے کے بعد آپ کو نوٹیفکیشن ای میل مل جائے گی
- -##
آگے کیا کرنا چاہیے؟
-
-مبارک ہو! آپ نے کامیابی سے - فورک -> کلون -> ترمیم -> پل ریکویسٹ ورک فلو - مکمل کر لیا ہے جو آپ کو اکثر ایک شراکت دار کے طور پر ملے گا - -اپنی شراکت کا جشن منائیں اور اپنے دوستوں اور فالوورز کے ساتھ اسے - ویب ایپ - پر جا کر شیئر کریں۔ -
-
- آپ کو مدد کی ضرورت ہے یا کوئی سوال ہو تو آپ ہماری سلیک ٹیم میں بھی شامل ہوسکتے ہیں. -سلیک ٹیم میں شمولیت اختیار کریں۔ -
-
-
-اب ہم آپ کو دوسرے پراجيكٹس میں شراکت کرنے کے لئے دعوت ديتے ہیں۔ -ادھر آپ چند - مقبول ذخیروں - میں کچھ ابتدائی سطح کے مسائل حل کر سکتے ہیں. آگے بڑھیے اور مزید جاننے کے لئے ان ذخیروں پر جائیے۔ -
- -###
[ اضافی مواد ](../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) | - -
-اس منصوبے کی حمایت کی ہے -
-

- - - -

diff --git a/docs/gui-tool-tutorials/translations/README.uz.md b/docs/gui-tool-tutorials/translations/README.uz.md deleted file mode 100644 index 2e7ff2cd..00000000 --- a/docs/gui-tool-tutorials/translations/README.uz.md +++ /dev/null @@ -1,147 +0,0 @@ -[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) - - -# 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. - -_Agar buyruq satri sizga mos bo'lmasa, [Bu erda GUI vositalaridan foydalanib amalga oshirishga oid darsliklari mavjud](#boshqa-vositalardan-foydalanish-uchun-qollanmalar)_ - - -repositoryni fork qiling - -#### Agar kompyuteringizda git mavjud bo'lmasa, [buni o'rnating](https://help.github.com/articles/set-up-git/). - -## Bu repositoryni fork qilib oling - -Bu repositoryni ushbu sahifaning yuqorisidagi fork tugmasini bosish orqali fork qilib oling. -Bu akkountingizda ushbu repositoryning nusxasini yaratadi. - -## Bu repositoryni klon qilib oling - -bu repositoryni klon qilib oling - -Endi fork qilingan repositoryni kompyuteringizga klon qiling. GitHub akkountingizga kirib, fork qilingan repositoryni oching, code tugmasi ustiga bosing va keyin _copy to clipboard_ belgisi (icon) ustiga bosing. - -Terminalni oching va quyidagi git buyruqlarini yurg'izing: - -```bash -git clone "siz horizgina 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. - -urlni klipboardga ko'chiring - -Misol uchun: - -```bash -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 -ko'chiryapsiz. - -## Branch yaratish - -Kompyuteringizda repository papkasiga kiring (agar u yerda bo'lmasangiz) - -```bash -cd first-contributions -``` - -Endi `git switch` buyrug'i orqali branch yarating: - -```bash -git switch -c yangi-branch-nomingiz -``` - -Misol uchun: - -```bash -git switch -c add-aliml92 -``` - -## Kerakli o'zgarishlarni qiling va bu o'zgarishlarni commit qiling - -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. - -`git add` buyrug'i yordamida hosil qilgan branchingizga o'zgarishlarni qo'shing: - -```bash -git add Contributors.md -``` - -Endi `git commit` buyrug'i yordamida bu o'zgarishlarni commit qiling: - -```bash -git commit -m "Contributors royxatiga ismingiz-ni kiritish" -``` -`ismingiz-` ni o'rniga o'zingizni ismingizni yozing. - -## O'zgarishlarni Githubga push qilish - -`git push` buyrug'i bilan o'zgartishlaringizni push qiling: - -```bash -git push origin -u yangi-branch-nomingiz -``` - -albatta, `yangi-branch-nomingiz` ni biroz oldin yaratgan branch nomiga almashtirgan holda. - -
- Push qilish vaqtida biror xatolarni ko'rsangiz, bu yerni bosing - -- ### Autentifikatsiya Xatoligi -
-  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/'
-
- -Akkountingizga SSH kalit yaratish va konfiguratsiya qilish uchun [GitHub qo'llanma](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) ga o'ting. - -
- -## O'zgartirishlaringizni ko'rib chiqilishi uchun topshirish - -Agar Githubdagi repositoryingizga o'tsangiz, `Compare & pull request` tugmasini ko'rasiz. O'sha tugmani bosing. - -pull request hosil qilish - -Endi pull requestni submit qiling. - -pull request submit qilish - -Tez orada men sizning barcha o'zgarishlaringizni ushbu proyektning main branchiga birlashtiraman. O'zgarishlar birlashtirilgandan so'ng sizga elektron pochta xabarnomasi keladi. - -## 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. - -Hissangizni nishonlang va [web app](https://firstcontributions.github.io/#social-share)ga o'tish orqali do'stlaringizga va ergashuvchilaringizga ulashing. - -Agar ko‘proq mashq qilishni xohlasangiz, [code contributions](https://github.com/firstcontributions/first-contributions/blob/main/code-contributions.md) faylini ko‘rib chiqing. - - - -Agar koʻproq mashq qilishni istasangiz, [kod hissalarini](https://github.com/roshanjossey/code-contributions) tekshiring. - - - - -Endi boshqa proyektlarga hissa qo‘shishni boshlaylik. Siz boshlashingiz mumkin bo'lgan oson masalalar bilan proyektlar ro'yxatini tuzdik. Ko'zdan kechiring [web appdagi proyektlar ro'yxati](https://firstcontributions.github.io/#project-list). - -### [Qo'shimcha materiallar](additional-material/git_workflow_scenarios/additional-material.md) - -## Boshqa Vositalardan Foydalanish Uchun Qollanmalar - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.vn.md b/docs/gui-tool-tutorials/translations/README.vn.md deleted file mode 100644 index bc031320..00000000 --- a/docs/gui-tool-tutorials/translations/README.vn.md +++ /dev/null @@ -1,126 +0,0 @@ -[![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) - -# Những đóng góp đầu tiên - -Lần đầu tiên bạn làm điều gì đó có thể gặp nhiều trở ngại. Đặc biệt khi bạn đang cộng tác, sai lầm là điều rất khó tránh khỏi. - -Việc đọc hướng dẫn có tác dụng, nhưng có gì tốt hơn là thực sự đóng góp trong môi trường thực tiễn? Dự án này là nhằm mục đích cung cấp sự hướng dẫn và đơn giản hóa cách thức những người mới tham gia đóng góp. Nếu bạn mong muốn thực hiện việc đóng góp đầu tiên của mình, chỉ cần làm theo các bước đơn giản bên dưới. - -#### *Nếu bạn không thoải mái khi làm việc với dòng lệnh, [đây là các hướng dẫn sử dụng các công cụ có giao diện đồ họa (GUI).]( #Hướng-dẫn-sử-dụng-các-công-cụ-khác )* - -fork this repository - -Nếu bạn không có git trên máy tính của bạn, [cài đặt git](https://help.github.com/articles/set-up-git/). - -## Sao chép kho lưu trữ (Fork) - -Sao chép (copy) kho lưu trữ mã nguồn (repository) này bằng cách nhấn vào nút `Fork` (Tạo nhánh) đầu trang này. Một bản sao kho lưu trữ này sẽ được tạo ra trong tài khoản của bạn. - -## Tạo bản lưu nội bộ của kho lưu trữ trên máy tính của bạn (clone) - -clone this repository - -Bây giờ, hãy sao chép bản sao (clone) kho lưu trữ đã được sao chép (fork) này vào máy của bạn. Để thực hiện thao tác này, truy xuất vào tài khoản GitHub của bạn, mở kho lưu trữ đã tạo nhánh rồi nhấn vào nút `Code`, và sau đó nhấn vào biểu tượng *copy to clipboard* - -Mở một cửa sổ terminal và chạy lệnh git sau đây: - -```bash -git clone "url bạn vừa sao chép" -``` -Trong đó `"url bạn vừa sao chép"` (không có dấu ngoặc kép) là url dẫn vào kho mã nguồn (mà bạn đã sao chép) này. Xem các bước trước đó để có được url. - -copy URL to clipboard - -Ví dụ: -```bash -git clone https://github.com/tên-bạn/first-contributions.git -``` -Trong đó `tên-bạn` là tên người dùng (username) tài khoản GitHub của bạn. Ở đây bạn đang sao chép nội dung của kho mã nguồn "first-contributions" trên GitHub vào máy tính của bạn - -## Tạo nhánh (branch) - -Di chuyển đến thư mục chứa kho lưu trữ trên máy tính của bạn (nếu bạn chưa ở đó): - -```bash -cd first-contributions -``` -Bây giờ tạo ra một nhánh (branch) sử dụng lệnh `git switch` -```bash -git switch -c -``` - -Ví dụ: -```bash -git switch -c thêm-Tran-Ly-Vu -``` -(Tên của nhánh mới không cần phải có từ *thêm* trong đó, nhưng nó được dùng vì mục đích của nhánh này là thêm tên của bạn vào danh sách.) - -## Thực hiện những thay đổi cần thiết và chấp nhận (commit) những thay đổi này - -Bây giờ mở tập tin `Contributors.md` trong một trình soạn thảo văn bản và thêm tên của bạn vào. Đừng thêm vào đầu hoặc cuối tập tin. Thêm vào bất cứ nơi nào ở giữa. Sau đó, lưu tập tin. - -git status - -Nếu bạn vào thư mục hiện tại của project và thực hiện lệnh `git status`, bạn sẽ thấy những thay đổi. - -Thêm những thay đổi vào nhánh bạn vừa tạo bằng lệnh `git add`: - -```bash -git add Contributors.md -``` - -Bây giờ chấp nhận những thay đổi bằng cách sử dụng dòng lệnh `git commit` dưới đây: -```bash -git commit -m "Them vào danh sách Cộng tác viên" -``` - -thay thế `` bằng tên của bạn. - -## Đẩy (push) các thay đổi lên GitHub - -Đẩy những thay đổi của bạn sử dụng `git push`: -```bash -git push origin -``` -thay thế `` với tên của nhánh bạn tạo ra trước đó. - -
- Nếu bạn gặp bất cứ lỗi gì trong lúc thực hiện thao tác push, nhấn vào đây: - -- ### Lỗi xác thực (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/'
- Truy cập vào [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) về việc tạo cấu hình khóa SSH cho tài khoản của bạn. - -
- -## Gửi yêu cầu xem xét các thay đổi của bạn - -Nếu bạn mở kho mã nguồn của bạn trên GitHub, bạn sẽ thấy nút `Compare & pull request`. Nhấn vào nút đó. - -create a pull request - -Bây giờ, hãy gửi yêu cầu xem xét thay đổi (pull request) - -submit pull request - -Tôi sẽ sớm hợp nhất (merge) tất cả các thay đổi của bạn vào nhánh chính (master branch) của dự án này. Bạn sẽ nhận được email thông báo sau khi các thay đổi đã được gộp. - -## Bước tiếp theo là gì? - -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ỗ 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). - -### [Tài liệu bổ sung](../additional-material/git_workflow_scenarios/additional-material.md) - -## Hướng dẫn sử dụng các công cụ khác - -| 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) | diff --git a/docs/gui-tool-tutorials/translations/README.yor.md b/docs/gui-tool-tutorials/translations/README.yor.md deleted file mode 100644 index 1edb8e84..00000000 --- a/docs/gui-tool-tutorials/translations/README.yor.md +++ /dev/null @@ -1,129 +0,0 @@ -[![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) - - -# Akọkọ ilowosi - -Lati dasi nko lakoko n'le, pataki ti a ba ronu nipa asise ti a le bapade, a fe ko rorun fun awon ilowosi akoko lati le dasi -ise agbese lakoko, ise agbese yi a ko yin be ese le se, e tele ilana ni isalẹ - - -#### *to ba le lo pipaṣẹ, [awon ona mi re.](#Tutorials-Usin'-Other-Tools)* - -fork this repository - -e fi git sori ẹrọ [install it](https://help.github.com/articles/set-up-git/). - -## orita ibi ipamọ yii -orita ibi ipamọ yii, e te ' fork bọtini' ni oke oju iwe yi, e leyi a fun yin ni daako ni accounti yin - -## Dide ibi ipamọ - -clone this repository - -oya e de ibi ipamọ yi si account yin, e lo si githubu accounti yin, e te 'clone botini, ke wa te 'copy to clipboard' -. - -e sii ebute in ero ise yin, e te pipaṣẹ to be a labe oro yi si: - -```bash -git clone "ọna asopọ ' te daakọ" -``` - -ibi, "ọna asopọ ' te daakọ" (lai awọn ' quote iṣmiṣ) lo je ono asopo ti e dide ibi ipamo (e dide ibi ipamo ise igbesi). e wo awon atono ti tele to n be loke - -copy URL to clipboard - -oye ko ri bi: - -```bash -git clone https://github.com/oruko yin/first-contributions.git -``` - -ibi `oruko yin` ni oruko githubu accounti yin. ni bi yi en didako awon akoonu ' first-contributions repository in GitHubu' si ero ise yin. - -## ṣẹda ẹka - -seda eka si ero, amo ko to sebe te pipaṣẹ yi si ibe - -```bash -cd first-contributions -``` - -oya seda eka si pelu ' `git checkout` pipase: - -```bash -git checkout -b -``` - -fun apere: - -```bash -git checkout -b add-luke-oliff -``` - -(kon se dadun ki e lo "add", amo o daa fun irun nnkan bayii) - -## Ṣe awọn ayipada to ṣe pataki 'n ṣe awọn ayipada yẹn - -oya shi faili `Contributors.md` ninu olootu ọrọ, fi oruko re mo awon oruko to 'n wan be, ma fe se akoko tabi igbeyn, fi si arin. - -git status - -to ba te pipase `git status` si ebute re, wa re awon ayipada ti ose - -fi won mo eka ti ode pelu pipase yii `git add`: - -```bash -git add Contributors.md -``` - -oya dawon papop pelu pipase yi `git commit`: - -```bash -git commit -m "Add to Contributors list" -``` - -yi `` pada si oruko re. - -## Titari awọn ayipada si GitHub - -te pipase yi `git push`: - -```bash -git push origin -``` - -yi `` pada si orku e da ti ese ni ibere - -## Fi yer ayipada fer awotẹlẹ - -Ti o ba lọ t' yer ibi ipamọ lori GitHub, iwọ yoo ri a `Compare & pull request` botini. te botini yen. - -create a pull request - -oya fi silẹ. - -submit pull request - -To ba ya a ma so gbogo yipada ti e se papo, e o gba iwifunni lori imeeli yin - -## Nibo ni lati lọ? - -Ku ise oti pari boṣewa bisesenlo _fork -> clone -> edit -> PR_ bisesenlo ti o ma bapade ni ise asowopo - -Ṣe ayẹyẹ ilowosi yer 'ki o pin pẹlu' awọn ọkan ati awọn ọmọlẹyin nipasẹ lilọ’ si [web app](https://firstcontributions.github.io/#social-share). - -Ẹ lè darapọ̀ mọ́ àwọn òṣìṣẹ́ òṣìṣẹ́ wa tí kò já fáfá tí ẹ bá nílò ìrànlọ́wọ́ èyíkéyìí tàbí kí ẹ lè gba àlọ́ kankan. [Darapo](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - -Bayi jẹ ki a bẹrẹ pẹlu' idasi' t' awọn iṣẹ akanṣe miiran. A ti ṣe akojọpọ awọn iṣẹ akanṣe pẹlu awọn ọran irọrun ti o le bẹrẹ. Ṣayẹwo [awon re](https://firstcontributions.github.io/#project-list). - -### [Ptu le ka](../additional-material/git_workflow_scenarios/additional-material.md) - -## Tutorial lilo 'miiran Irinṣẹ - -| 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 06dba4084995e8487e1522ae55f21ef04f128c71 Mon Sep 17 00:00:00 2001 From: Inigo S <83430007+inigostibbe@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:04:37 +0100 Subject: [PATCH 0834/2656] inigo add (#102362) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1865e6df..db703578 100644 --- a/Contributors.md +++ b/Contributors.md @@ -103,6 +103,7 @@ git # Contributors - [Sruthi BJ](https://github.com/Bjsruthi) - [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 - [Priyanshu Tiwari](https://github.com/d3monviking) From 09bad7fb817bcb55f4a0b7d9d87b3bec01ecb1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sencer=20F=C4=B1rt=C4=B1na?= Date: Wed, 20 Aug 2025 16:48:00 +0300 Subject: [PATCH 0835/2656] Adding my name to Contributors list (#102363) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index db703578..1b9ee0ab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1920,6 +1920,7 @@ jack - first contribution practice - [Rishabh Pathak](https://github.com/RishabhPathak93) - [Yashub Goel] - [aaaa] +- [imdo] - [Shivang](https://github.com/shivang-jnv) - [playerblair](https://github.com/playerblair) - [Shahrukh Khan](https://github.com/srk384) From 6d86e5421ef097ff4c3ae42f05811c62935ec77c Mon Sep 17 00:00:00 2001 From: Chijioke Madu <147303494+SaltCJ@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:15:12 +0100 Subject: [PATCH 0836/2656] Added Chijioke Madu to contributors list (#102364) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1b9ee0ab..f1cba08a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ git # Contributors [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) +- [Chijioke Madu](https://github.com/SaltCJ) - [Brandon McHugh](https://github.com/brandmch) - [Tonny Nyauke] - [Muhammad Nouman](https://github.com/coder595) From 6750997a94139e0d4af4bb56e4abc7c3dc9d0157 Mon Sep 17 00:00:00 2001 From: Esraa <149703255+Esraa-Hassan0@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:41:55 +0300 Subject: [PATCH 0837/2656] Update Contributors.md (#102365) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f1cba08a..ea591544 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ git # Contributors - [Muhammad Nouman](https://github.com/coder595) - [Nishant Naravarajula](https://github.com/nish-naravarajula) - [Vishal Manik](https://github.com/vmanik2k) +- [Esraa Hassan] (https://github.com/Esraa-Hassan0) - [Vittorino Favaro](https://github.com/vittorino-favaro) - [Alex Hann](https://github.com/lurch9) - [Sanjeev Kumar Sharma](https://github.com/SanjeevKrSharma) From b056e51227b3dfefda3ed0712528ec1053392d8a Mon Sep 17 00:00:00 2001 From: nal888 Date: Thu, 21 Aug 2025 00:49:58 +1000 Subject: [PATCH 0838/2656] Add Name To Contribution List (#102366) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ea591544..d7d839b1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1644,6 +1644,7 @@ Eoin O'B - [Daniel Barbosa Martins](https://github.com/dmatrixxBR) - [TheJaydenProject](https://github.com/TheJaydenProject) - [notamudkipiguess](https://github.com/notamudkipiguess) +- [nal888](https://github.com/nal888) - [rujeetjahagirdar](https://github.com/rujeetjahagirdar) - [sema-altinkaynak](https://github.com/sema-altinkaynak) - [Gnanendra Naidu N](https://github.com/gnanendranaidun) @@ -2007,4 +2008,4 @@ jack - first contribution practice - [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) \ No newline at end of file +- [Vartika Lohiya](https://github.com/vartekalohiya13) From 77349720b11e6ad6899021939272f44faf1b081f Mon Sep 17 00:00:00 2001 From: Ismail Date: Wed, 20 Aug 2025 11:10:18 -0400 Subject: [PATCH 0839/2656] add Ismail to contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d7d839b1..e141bae3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,4 @@ git # Contributors - - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) - [Ravi Kumar Jha](https://github.com/ravijha9546) - [Dhairya Dev](https://github.com/dhairyadev26) @@ -8,6 +7,7 @@ git # Contributors naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) - [Chijioke Madu](https://github.com/SaltCJ) +- [Mohamed Ismail Gasmi]() - [Brandon McHugh](https://github.com/brandmch) - [Tonny Nyauke] - [Muhammad Nouman](https://github.com/coder595) From a20dc5408096470be773bba6eab58b96c02c9e58 Mon Sep 17 00:00:00 2001 From: Gaurav kumar <121500265+ARtoRiAs10@users.noreply.github.com> Date: Wed, 20 Aug 2025 20:40:27 +0530 Subject: [PATCH 0840/2656] Added my name to Contributors list (#102367) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d7d839b1..db834ad5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -148,6 +148,7 @@ git # Contributors - [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) From e817cfb97622e761f6b2c5f92ff3d64b1bce4230 Mon Sep 17 00:00:00 2001 From: Tum Date: Wed, 20 Aug 2025 22:14:15 +0700 Subject: [PATCH 0841/2656] add "Tum Teeradach" to contributors --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a797d31e..c33bb73a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Rakshith Srinivasan](https://github.com/rakhith) - [Shashidhar](https://github.com/shashidharsai) +- [Tum Teeradach](https://github.com/Tum-404) - [Mathew Joseph](https://github.com/MJTheGreat3) - [Shivek Ranjan](https://github.com/ShivekRanjan) - [Akul Anhith](https://github.com/akul) @@ -131,7 +132,6 @@ - [Jose Nieto](https://github.com/nietojose10) - [sunshineflymeat](https://github.com/sunshineflymeat) - [Ritesh Singh](https://github.com/ritesh355) -- [Pulindu pasanjith](https://github.com/pulindu117) - [Satrap18](https://github.com/Satrap18) - [alluriakhil18](https://github.com/alluriakhil18) - [Aditya Rao] From e6ae549afda5bec32439534ffa7d7a22f24ec5b4 Mon Sep 17 00:00:00 2001 From: Helen Fu Date: Wed, 20 Aug 2025 11:23:22 -0400 Subject: [PATCH 0842/2656] Add Helen Fu to Contributors list (#102369) Co-authored-by: cchc-hfu --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index db834ad5..a63a778f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1859,6 +1859,7 @@ Eoin O'B -[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) - [Digvijaysinh Pawar](https://github.com/ImNotFound7) From 27dbe3658cf679f19eaff6407dc5e4cee13480bb Mon Sep 17 00:00:00 2001 From: hernanUpezoa <135767560+hernanUpezoa@users.noreply.github.com> Date: Wed, 20 Aug 2025 12:29:08 -0300 Subject: [PATCH 0843/2656] Add Hernan Pezoa to Contributors list (#102372) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a63a778f..9a5cd5d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -114,6 +114,7 @@ git # Contributors - [AshuRohom](https://github.com/ashurohom) - [João Scarlateli](https://github.com/Scarlateli) - [Nikunj](https://github.com/nikunj169) +- [Hernan Pezoa](https://github.com/hernanUpezoa/) - [Paulson Mathew](https://github.com/ajoyscorpion) - [Chandrahas](https://github.com/chandrahas121) - [Devna jiya R](https://github.com/jiya22r) From 53101d7b50725492a8df17db884e4a3825e50ffc Mon Sep 17 00:00:00 2001 From: Vivek Sivaraman Date: Wed, 20 Aug 2025 21:25:15 +0530 Subject: [PATCH 0844/2656] Add vivek to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ba3f41bc..55a59ea6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1918,6 +1918,7 @@ jack - first contribution practice - [Sarbojit Rana](https://github.com/sarbojitrana) - [John Mixon](https://github.com/mixdev2112) - [goldenbough0](https://github.com/goldenbough0) +- [vivek i s](https://https://github.com/vivek-i-s) - Chara - [Amos Babu](https://github.com/amos-babu) - [Amos Babu](https://github.com/amos-babu) From 53fb989799b05706ed539c5c86f397fb1fa0e29c Mon Sep 17 00:00:00 2001 From: Alihan Baysal Date: Wed, 20 Aug 2025 10:31:42 -0600 Subject: [PATCH 0845/2656] Added Alihan Baysal to Contributors list (#102375) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9a5cd5d8..1622d86f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -73,6 +73,7 @@ git # Contributors - [Ronak Singh](https://github.com/RonakSingh2006) - [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) - [Raj Soni](https://github.com/rajsonnii) - [Karan Dhiman](https://github.com/karandhiman12) From b2fc999068ff796d336080c276af2e1af58ac7e7 Mon Sep 17 00:00:00 2001 From: BugWithJayesh Date: Wed, 20 Aug 2025 22:08:24 +0530 Subject: [PATCH 0846/2656] add BugWithJayesh to Contributors list (#102373) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1622d86f..2cf76c46 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2013,3 +2013,4 @@ jack - first contribution practice - [Durnea Maxim](https://github.com/max-durnea) - [Oleg] (https://github.com/vapvaparpva-dotcom) - [Vartika Lohiya](https://github.com/vartekalohiya13) +- [BugWithJayesh](https://github.com/BugWithJayesh) From 2557827be83027ea88969d074cea1ab8343e7122 Mon Sep 17 00:00:00 2001 From: BugWithJayesh Date: Wed, 20 Aug 2025 22:31:57 +0530 Subject: [PATCH 0847/2656] Update Contributors.md --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 9a5cd5d8..005fad66 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2012,3 +2012,5 @@ jack - first contribution practice - [Durnea Maxim](https://github.com/max-durnea) - [Oleg] (https://github.com/vapvaparpva-dotcom) - [Vartika Lohiya](https://github.com/vartekalohiya13) +- [BugWithJayesh](https://github.com/BugWithJayesh) +- From 378c87814373095af667cd75f4e04dd769ef3862 Mon Sep 17 00:00:00 2001 From: BugWithJayesh Date: Wed, 20 Aug 2025 22:40:25 +0530 Subject: [PATCH 0848/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 005fad66..7e212165 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2012,5 +2012,5 @@ jack - first contribution practice - [Durnea Maxim](https://github.com/max-durnea) - [Oleg] (https://github.com/vapvaparpva-dotcom) - [Vartika Lohiya](https://github.com/vartekalohiya13) -- [BugWithJayesh](https://github.com/BugWithJayesh) +- [BugWithJayesh](https://github.com/BugWithJayesh) 🎮 - From 0b0cb140404811fa135fcdeb04ea667612cd7451 Mon Sep 17 00:00:00 2001 From: BugWithJayesh Date: Wed, 20 Aug 2025 22:44:02 +0530 Subject: [PATCH 0849/2656] Update Contributors.md i can do it. --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7e212165..2ecd038e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2012,5 +2012,5 @@ jack - first contribution practice - [Durnea Maxim](https://github.com/max-durnea) - [Oleg] (https://github.com/vapvaparpva-dotcom) - [Vartika Lohiya](https://github.com/vartekalohiya13) -- [BugWithJayesh](https://github.com/BugWithJayesh) 🎮 +- [BugWithJayesh](https://github.com/BugWithJayesh) JayZenX_3 - From 8cf1e4981433f408f36878e63acf6eb295ed4c96 Mon Sep 17 00:00:00 2001 From: "Vishal...N" <166978286+Nvishal2006@users.noreply.github.com> Date: Wed, 20 Aug 2025 22:47:08 +0530 Subject: [PATCH 0850/2656] vishal_contribution (#102376) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2cf76c46..a21ab7ae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ git # Contributors - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) - [eieilin](https://github.com/eieilin) +- [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) - [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.com/ZainabTravadi) From a3faea533e4657aaad028ad61e0b88a1f9018c06 Mon Sep 17 00:00:00 2001 From: Ranith j m <156933366+Ranjithjm123@users.noreply.github.com> Date: Wed, 20 Aug 2025 23:22:57 +0530 Subject: [PATCH 0851/2656] Add Ranjith JM to Contributors list (#102378) Co-authored-by: RANJITH --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a21ab7ae..24a3d1ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -79,6 +79,7 @@ git # Contributors - [Raj Soni](https://github.com/rajsonnii) - [Karan Dhiman](https://github.com/karandhiman12) - [Gurparsad Singh](https://github.com/gprathour) +- [Ranjith] (https://github.com/Ranjithjm123) - [Srinivas Batthula](https://github.com/srinivas-batthula) - [Shun Khaing](https://github.com/shunkhaing) - [Pavishni](https://github.com/Pavishni) From de8a48eebc7804655171957aaf7503f1c15c2c70 Mon Sep 17 00:00:00 2001 From: David Anane Date: Wed, 20 Aug 2025 06:20:59 -1200 Subject: [PATCH 0852/2656] Add David Anane to Contributors list (#102380) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 24a3d1ee..dea0a2d9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ git # Contributors - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) +- [David Anane](https://github.com/plaestore) - [Ravi Kumar Jha](https://github.com/ravijha9546) - [Dhairya Dev](https://github.com/dhairyadev26) - [Martin-Perfumo] (https://github.com/MartinPerfumo) From c5c07fbc2ddc18a742a542c68dcafa07544a18e2 Mon Sep 17 00:00:00 2001 From: Prabhnoor kaur Date: Thu, 21 Aug 2025 00:05:20 +0530 Subject: [PATCH 0853/2656] Adding Prabhnoor as Contributor (#102381) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dea0a2d9..faa830ab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2017,3 +2017,4 @@ jack - first contribution practice - [Oleg] (https://github.com/vapvaparpva-dotcom) - [Vartika Lohiya](https://github.com/vartekalohiya13) - [BugWithJayesh](https://github.com/BugWithJayesh) +- [Prabhnoor Kaur](https://github.com/Prabhnoor186) From 0a68021a49d33d416fe05c44248cf5b1fc350f55 Mon Sep 17 00:00:00 2001 From: Abdeljalil Ounaceur <93396244+Abdeljalil-Ounaceur@users.noreply.github.com> Date: Wed, 20 Aug 2025 21:46:36 +0200 Subject: [PATCH 0854/2656] Add Abdeljalil-Ounaceur to Contributors list (#102383) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index faa830ab..56923ec7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ git # Contributors - [Ajay Brightson](https://github.com/AjayJ1711) - [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) - [Pragya Rai]() - [Saparmyrat Saparmyradov](https://github.com/Sapar-hub) From 754adcdfb6fe75fe9a1a45c756273b5bb0ea6df6 Mon Sep 17 00:00:00 2001 From: dahynills Date: Thu, 21 Aug 2025 00:18:06 +0200 Subject: [PATCH 0855/2656] add dahyniils (#102384) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index da583b9b..3bff71ea 100644 --- a/Contributors.md +++ b/Contributors.md @@ -786,6 +786,7 @@ Ben - [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) - [AdiSaikat](https://github.com/adisaikat) - [jsutCodes](https://github.com/jsutCodes) From 3fc4eac84802cd27c2efa638fcea3b9b593bc1a8 Mon Sep 17 00:00:00 2001 From: Jy Lu <116988798+lulu61000@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:38:19 -0700 Subject: [PATCH 0856/2656] Add to end of Contributors list (#102385) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3bff71ea..8badcb76 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2021,3 +2021,4 @@ jack - first contribution practice - [Vartika Lohiya](https://github.com/vartekalohiya13) - [BugWithJayesh](https://github.com/BugWithJayesh) - [Prabhnoor Kaur](https://github.com/Prabhnoor186) +- [Jingyi Lu](https://github.com/lulu61000) From 6c523dcbe3e19866ff2d5ee765d4ab5ba14e2048 Mon Sep 17 00:00:00 2001 From: Vinicius Queiroz de Oliveira Date: Wed, 20 Aug 2025 21:29:47 -0300 Subject: [PATCH 0857/2656] Add Vinicius to Contributors list (#102386) * Add Vinicius Queiroz to Contributors list * Add my name --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8badcb76..7e7b54a9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ git # Contributors - [Pinintti Sunil](https://github.com/Pininttisunil) +- [Vinicius] - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) - [David Anane](https://github.com/plaestore) - [Ravi Kumar Jha](https://github.com/ravijha9546) From 75aa0c466adb404a1de6d9f36d34dbe7adbaeda2 Mon Sep 17 00:00:00 2001 From: Manrakshith Date: Thu, 21 Aug 2025 09:47:11 +0530 Subject: [PATCH 0858/2656] Add Rakshith to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 7e7b54a9..0d1239fb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2022,4 +2022,6 @@ jack - first contribution practice - [Vartika Lohiya](https://github.com/vartekalohiya13) - [BugWithJayesh](https://github.com/BugWithJayesh) - [Prabhnoor Kaur](https://github.com/Prabhnoor186) +- [Rakshith](https://github.com/manrakshithqt) - [Jingyi Lu](https://github.com/lulu61000) +- From 051cb0cefe7545da7e0cb84436fb5fc2d403b8e3 Mon Sep 17 00:00:00 2001 From: Wint02 <155873917+Wint02@users.noreply.github.com> Date: Thu, 21 Aug 2025 11:21:15 +0630 Subject: [PATCH 0859/2656] Add WWH to Contributors list (#102390) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7e7b54a9..6c228b86 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ git # Contributors - [Esraa Hassan] (https://github.com/Esraa-Hassan0) - [Vittorino Favaro](https://github.com/vittorino-favaro) - [Alex Hann](https://github.com/lurch9) +- [WWH](https://github.com/Wint02) - [Sanjeev Kumar Sharma](https://github.com/SanjeevKrSharma) - [Veysel Yatkın](https://github.com/veysel2020) - [Naveen C](https://github.com/naveench98) From c202573100f53ddd212f5a492785b247f09b1c70 Mon Sep 17 00:00:00 2001 From: Shaswata Panda <106397517+shaswata-26@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:52:57 +0530 Subject: [PATCH 0860/2656] Add Shaswata Panda to Contributors list (#102391) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6c228b86..a96b0a27 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ git # Contributors - [Mohamed Ismail Gasmi]() - [Brandon McHugh](https://github.com/brandmch) - [Tonny Nyauke] +-[Shaswata Panda] - [Muhammad Nouman](https://github.com/coder595) - [Nishant Naravarajula](https://github.com/nish-naravarajula) - [Vishal Manik](https://github.com/vmanik2k) From b41766313d7b0d2cc9d2e856e7dac477125c844d Mon Sep 17 00:00:00 2001 From: Paramjit Singh <140331071+param20h@users.noreply.github.com> Date: Thu, 21 Aug 2025 12:10:18 +0530 Subject: [PATCH 0861/2656] First contribution (#102392) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a96b0a27..f7b9d5ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2025,3 +2025,4 @@ jack - first contribution practice - [BugWithJayesh](https://github.com/BugWithJayesh) - [Prabhnoor Kaur](https://github.com/Prabhnoor186) - [Jingyi Lu](https://github.com/lulu61000) +- [Paramjit Singh](https://github.com/param20h) From dd8292c1ed88d4e2061343d23cdf6d5901564a21 Mon Sep 17 00:00:00 2001 From: keysh123 <144001624+keysh123@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:59:03 +0530 Subject: [PATCH 0862/2656] keysh to Contributors list (#102395) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f7b9d5ee..9c44f948 100644 --- a/Contributors.md +++ b/Contributors.md @@ -376,6 +376,7 @@ P Venkata Rami Reddy - [Pinion](https://pinion.kr) - [Zubair] - [jürgen vanzeir] +- [Keya Shah] (https://github.com/keysh123) - [yeisondev001 💎](https://github.com/yeisondev001) - [ZMM-zhangmanman] - [Andrea Moguel](https://github.com/amoguelk) From e5e30ebf2e4ead1e8fefe47fdc83c0288b3421d1 Mon Sep 17 00:00:00 2001 From: Vivek gupta <157038180+Vivekg1033@users.noreply.github.com> Date: Thu, 21 Aug 2025 14:10:54 +0530 Subject: [PATCH 0863/2656] Add Vivek Gupta to contributors list (#102396) Co-authored-by: Vivekg1033 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9c44f948..04d7ae16 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2026,4 +2026,5 @@ jack - first contribution practice - [BugWithJayesh](https://github.com/BugWithJayesh) - [Prabhnoor Kaur](https://github.com/Prabhnoor186) - [Jingyi Lu](https://github.com/lulu61000) +- [Vivek Gupta](https://github.com/Vivekg1033) - [Paramjit Singh](https://github.com/param20h) From 0da66bd1eb93c59e7d9e9f11f14ccfe49802a060 Mon Sep 17 00:00:00 2001 From: Dongjoo Yun <47781507+dongjooyun@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:08:50 +0900 Subject: [PATCH 0864/2656] Add djyun to Contributors list (#102398) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 04d7ae16..7c0cbdfa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -613,6 +613,7 @@ Ben - [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) - [mukyoko](https://github.com/mukyoko) From f64798c39ae58c671f6eeed3db42bd23ab79300c Mon Sep 17 00:00:00 2001 From: Ankith <152418924+ankithtn@users.noreply.github.com> Date: Thu, 21 Aug 2025 15:07:33 +0530 Subject: [PATCH 0865/2656] Add Ankith to Contributors list (#102399) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7c0cbdfa..5dd98b77 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1014,6 +1014,7 @@ Eoin O'B - [widespectrum](https://github.com/widespctr) - [Jonas Mikosch](https://github.com/jomik101) - [Ver Argulla](https://github.com/verargulla) +- [Ankith](https://github.com/ankithtn) - [cacawate](https://github.com/MoyyyL) - [Mr. Jakkula](https://github.com/Mr.Jakkula) - [Ravi singh](https://github.com/ravir0ushan) From 258be77d44eeb15594b9f2645231651efeffdfe4 Mon Sep 17 00:00:00 2001 From: djyun Date: Thu, 21 Aug 2025 18:46:11 +0900 Subject: [PATCH 0866/2656] docs: fix broken GUI tool link in ko-README --- docs/translations/README.ko.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/translations/README.ko.md b/docs/translations/README.ko.md index ca508e1c..fd9dfc62 100644 --- a/docs/translations/README.ko.md +++ b/docs/translations/README.ko.md @@ -129,9 +129,9 @@ git push -u origin your-branch-name ## 다른 도구들을 사용한 튜토리얼 -| 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 | 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) |

This project is supported by:

From 2aa99903f2f7e677146e9fff75c03d7b45d5d647 Mon Sep 17 00:00:00 2001 From: Giacomo <119410424+giacomo-folli@users.noreply.github.com> Date: Thu, 21 Aug 2025 12:00:32 +0200 Subject: [PATCH 0867/2656] Add Giacomo Folli to Contributors list (#102401) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5dd98b77..0dc5d55a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ git # Contributors - [Vinicius] - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) - [David Anane](https://github.com/plaestore) +- [Giacomo Folli](https://github.com/giacomo-folli) - [Ravi Kumar Jha](https://github.com/ravijha9546) - [Dhairya Dev](https://github.com/dhairyadev26) - [Martin-Perfumo] (https://github.com/MartinPerfumo) From bee968f577a2866271901c77b11143a0b43d8e6c Mon Sep 17 00:00:00 2001 From: anastasia <113621721+anastasiabobere@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:39:04 +0300 Subject: [PATCH 0868/2656] Added Anastasia Bobere to Contributors list (#102402) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0dc5d55a..fd063fed 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ git # Contributors - [Tonny Nyauke] -[Shaswata Panda] - [Muhammad Nouman](https://github.com/coder595) +- [Anastasia Bobere](https://github.com/anastasiabobere) - [Nishant Naravarajula](https://github.com/nish-naravarajula) - [Vishal Manik](https://github.com/vmanik2k) - [Esraa Hassan] (https://github.com/Esraa-Hassan0) From 3c5cf3419514d33a0745f14d877e7073430a2a77 Mon Sep 17 00:00:00 2001 From: Guru Krithick M <145373188+guru-krithick@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:17:10 +0530 Subject: [PATCH 0869/2656] Add Guru Krithick to Contributors list (#102403) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd063fed..e7b6ae2c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1197,6 +1197,7 @@ Eoin O'B - [Josmer Rodriguez](https://github.com/Josmerr) - [Felix Morara](https://github.com/felixmorara) - [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/) From f7f3312cfb666b740719db79cf27edf2d5773d2d Mon Sep 17 00:00:00 2001 From: fatimah Date: Thu, 21 Aug 2025 16:42:57 +0500 Subject: [PATCH 0870/2656] Add fatimah to Contributors list (#102404) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e7b6ae2c..e110f367 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ git # Contributors - [Pinintti Sunil](https://github.com/Pininttisunil) - [Vinicius] +- [fatimah](https://github.com/grindstack) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) - [David Anane](https://github.com/plaestore) - [Giacomo Folli](https://github.com/giacomo-folli) From 60688e3dd0d93516f2923c623862803aa5b6be28 Mon Sep 17 00:00:00 2001 From: gouthamkrishnae <106261959+gouthamkrishnae@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:25:34 +0530 Subject: [PATCH 0871/2656] Add goutham krishna to contributors list (#102405) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e110f367..d8f26b38 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ git # Contributors [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) +-[Goutham Krishna](https://github.com/gouthamkrishnae) - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() - [Brandon McHugh](https://github.com/brandmch) From bd2c0d9eb67cab801785d321a76cd20178e84151 Mon Sep 17 00:00:00 2001 From: Darshil Vasoya <141055373+darshilvasoya@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:37:02 +0530 Subject: [PATCH 0872/2656] Add Darshil Vasoya with GitHub profile link (#102406) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d8f26b38..0f2f7f91 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2035,3 +2035,4 @@ jack - first contribution practice - [Jingyi Lu](https://github.com/lulu61000) - [Vivek Gupta](https://github.com/Vivekg1033) - [Paramjit Singh](https://github.com/param20h) +- [Darshil Vasoya](https://github.com/darshilvasoya) From 127cfc0fa04ee2d989b59b6382214f3d8465bc4a Mon Sep 17 00:00:00 2001 From: laveena29 <145834204+laveena29@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:20:17 +0530 Subject: [PATCH 0873/2656] Add Laveena Gupta to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 0f2f7f91..8d1770e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ git # Contributors - [Pinintti Sunil](https://github.com/Pininttisunil) - [Vinicius] - [fatimah](https://github.com/grindstack) +- [Laveena Gupta](https://github.com/laveena29) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) - [David Anane](https://github.com/plaestore) - [Giacomo Folli](https://github.com/giacomo-folli) @@ -53,6 +54,7 @@ git # Contributors - [Trần Phương Hùng & Đỗ Nhật Thanh ❤️](https://github.com/blueqing2026) - [Akul Anhith](https://github.com/akul) - [Ahmed Fikri](https://github.com/Fikri-20) + - [Ajay Brightson](https://github.com/AjayJ1711) - [Shabir Ahmad Sediqi](https://github.com/Shabir-Ahmad-Sediqi) - [Wycliffe Musau](https://github.com/Excellent58) From 77f6a9d10afff550defa98126af757d269d8363f Mon Sep 17 00:00:00 2001 From: paofan25 <106793298+paofan25@users.noreply.github.com> Date: Thu, 21 Aug 2025 20:52:09 +0800 Subject: [PATCH 0874/2656] Add paofan25 to Contributors list (#102407) * Add paofan25 to Contributors list * Add Paofan25 to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0f2f7f91..96186fa3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2036,3 +2036,4 @@ jack - first contribution practice - [Vivek Gupta](https://github.com/Vivekg1033) - [Paramjit Singh](https://github.com/param20h) - [Darshil Vasoya](https://github.com/darshilvasoya) +- [Paofan25](https://github.com/paofan25) From 75aa092dabb464e1a833def5e8c27292b38da1a4 Mon Sep 17 00:00:00 2001 From: DHEERAJ1333 Date: Thu, 21 Aug 2025 19:06:22 +0530 Subject: [PATCH 0875/2656] Dheeraj1333 (#102409) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 96186fa3..77fc541c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2037,3 +2037,4 @@ jack - first contribution practice - [Paramjit Singh](https://github.com/param20h) - [Darshil Vasoya](https://github.com/darshilvasoya) - [Paofan25](https://github.com/paofan25) +- [Dheeraj](https://github.com/Dheeraj1333) From 40f73a098afdab1146aeca09440bb4b7f35f043c Mon Sep 17 00:00:00 2001 From: AlaqmarElectricwala Date: Thu, 21 Aug 2025 19:09:24 +0530 Subject: [PATCH 0876/2656] Add Alaqmar to Contributors list (#102410) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 77fc541c..59724832 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ git # Contributors - [Pinintti Sunil](https://github.com/Pininttisunil) - [Vinicius] +- [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) - [fatimah](https://github.com/grindstack) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) - [David Anane](https://github.com/plaestore) From ac76f135e47b3bb997b0c31b77fd39f27d1feb20 Mon Sep 17 00:00:00 2001 From: Akshay Kale <162922094+Dev-axay18@users.noreply.github.com> Date: Thu, 21 Aug 2025 19:25:00 +0530 Subject: [PATCH 0877/2656] Update Contributors.md (#102411) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 59724832..a9d4101b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -798,6 +798,7 @@ Ben - [EarendelH](https://github.com/Earendelh) - [dahynills](https://github.com/dahynills) - [wonathan](https://github.com/threestuff) +- [Akshay Kale](https://github.com/Dev-axay18) - [AdiSaikat](https://github.com/adisaikat) - [jsutCodes](https://github.com/jsutCodes) - [Somto Ogbe](https://github.com/somtoval) From 0cbaf6149b20cebdba19bee3afa660e69ee920df Mon Sep 17 00:00:00 2001 From: Harsh Yadav <161936085+HarshYadav152@users.noreply.github.com> Date: Thu, 21 Aug 2025 20:19:51 +0530 Subject: [PATCH 0878/2656] Add HarshYadav152 to Contributors.md (#102415) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a9d4101b..21851e3b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -149,6 +149,7 @@ git # Contributors - [Nathan Hall](https://github.com/Zero4793) - [Rakesh Vanam](https://github.com/rakeshvanam6868) - [KamalKant](https://github.com/kamal2730) +- [HarshYadav152](https://github.com/HarshYadav152) - [Paritosh Tiwari] - [Gods-ghost](https://github.com/dist34) [Eritrix](https://github.com/Eritrix) From 8682d682e7ccb0742d3780f1f9ecbe482c29468d Mon Sep 17 00:00:00 2001 From: Chhavi Gautam <144917365+Chhavi001@users.noreply.github.com> Date: Thu, 21 Aug 2025 21:20:31 +0530 Subject: [PATCH 0879/2656] Add my name to Contributors list (#102417) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 21851e3b..f5dd5cfa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2041,3 +2041,4 @@ jack - first contribution practice - [Darshil Vasoya](https://github.com/darshilvasoya) - [Paofan25](https://github.com/paofan25) - [Dheeraj](https://github.com/Dheeraj1333) +-[CHHAVI GAUTAM](https://github.com/Chhavi001) \ No newline at end of file From c501b22778f1c1e51da92f19e01d608752e24546 Mon Sep 17 00:00:00 2001 From: Karan Dhiman <79037920+karandhiman12@users.noreply.github.com> Date: Thu, 21 Aug 2025 22:51:17 +0530 Subject: [PATCH 0880/2656] Update Contributors.md (#102421) Add Karan Dhiman to Contributors list. --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f5dd5cfa..c9a742ab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ git # Contributors - [fatimah](https://github.com/grindstack) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) - [David Anane](https://github.com/plaestore) +- [Karan Dhiman](https://github.com/karandhiman12) - [Giacomo Folli](https://github.com/giacomo-folli) - [Ravi Kumar Jha](https://github.com/ravijha9546) - [Dhairya Dev](https://github.com/dhairyadev26) @@ -2041,4 +2042,4 @@ jack - first contribution practice - [Darshil Vasoya](https://github.com/darshilvasoya) - [Paofan25](https://github.com/paofan25) - [Dheeraj](https://github.com/Dheeraj1333) --[CHHAVI GAUTAM](https://github.com/Chhavi001) \ No newline at end of file +-[CHHAVI GAUTAM](https://github.com/Chhavi001) From 949ee73b0ef4fcaecb2fa079678265c16946812f Mon Sep 17 00:00:00 2001 From: Rehan Halai Date: Thu, 21 Aug 2025 22:52:06 +0530 Subject: [PATCH 0881/2656] add Rehan Halai to Contributors list (#102420) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c9a742ab..ba2dc165 100644 --- a/Contributors.md +++ b/Contributors.md @@ -784,6 +784,7 @@ Ben - [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) - [Harsh Verma](https://github.com/hv0911) From 618714ccd7dd0d48dba3f0699bf35ff442c211dc Mon Sep 17 00:00:00 2001 From: Adam Barnett Date: Thu, 21 Aug 2025 13:26:44 -0500 Subject: [PATCH 0882/2656] Add Adam Barnett to Contributors list (#102422) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ba2dc165..cdaf58f3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ git # Contributors - [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) From b613ffc4d6e174476e9abb6f9d170fb29e43be3b Mon Sep 17 00:00:00 2001 From: Anansh <126817900+AnanshG@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:13:36 +0530 Subject: [PATCH 0883/2656] Add Anansh to Contributers list (#102423) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cdaf58f3..974134ca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -180,6 +180,7 @@ git # Contributors - [Saptarsi Debnath](https://github.com/saptarsidebnath98) - [AmartyaPrakash](https://github.com/amartya69) - [Mantarey.dev](https://mantarey.dev) + [Anansh] - [Manav Jindal_IMT2023535](https://github.com/Manav9547) - [Thabeswar](https://github.com/Thabeswar) - [Mithielesh N](https://github.com/mithielesh) From 02e600fee8da74c533045c00e02ae98445822969 Mon Sep 17 00:00:00 2001 From: Abhimanyu Prasad <88626552+prasadji007@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:41:29 +0530 Subject: [PATCH 0884/2656] Add Abhimanyu Prasad to Contributors List (#102424) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 974134ca..95800253 100644 --- a/Contributors.md +++ b/Contributors.md @@ -133,6 +133,7 @@ git # Contributors - [Nikunj](https://github.com/nikunj169) - [Hernan Pezoa](https://github.com/hernanUpezoa/) - [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) From 80ad0ef0397cad15ee70010365f125daff6c3efc Mon Sep 17 00:00:00 2001 From: Rodrigo Lima <89425003+Kosm9@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:32:21 -0300 Subject: [PATCH 0885/2656] =?UTF-8?q?Adiciona=20meu=20nome=20=C3=A0=20list?= =?UTF-8?q?a=20de=20contribuidores=20(#102425)?= 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 95800253..384fa21c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2047,3 +2047,4 @@ jack - first contribution practice - [Paofan25](https://github.com/paofan25) - [Dheeraj](https://github.com/Dheeraj1333) -[CHHAVI GAUTAM](https://github.com/Chhavi001) +-[Rodrigo Lima][https://github.com/Kosm9] \ No newline at end of file From 63a0d72543b4f8e99943ec828ebc5dff01e753f8 Mon Sep 17 00:00:00 2001 From: Rodrigo Lima <89425003+Kosm9@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:33:08 -0300 Subject: [PATCH 0886/2656] =?UTF-8?q?Revert=20"Adiciona=20meu=20nome=20?= =?UTF-8?q?=C3=A0=20lista=20de=20contribuidores=20(#102425)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 80ad0ef0397cad15ee70010365f125daff6c3efc. --- Contributors.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 384fa21c..95800253 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2047,4 +2047,3 @@ jack - first contribution practice - [Paofan25](https://github.com/paofan25) - [Dheeraj](https://github.com/Dheeraj1333) -[CHHAVI GAUTAM](https://github.com/Chhavi001) --[Rodrigo Lima][https://github.com/Kosm9] \ No newline at end of file From 9e11fc1486cc5502229fb41ba83efc42b97a7ad5 Mon Sep 17 00:00:00 2001 From: joshrtust Date: Thu, 21 Aug 2025 16:17:13 -0400 Subject: [PATCH 0887/2656] Add joshrtust to Contributors list --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 384fa21c..93d6358c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2046,5 +2046,7 @@ jack - first contribution practice - [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] \ No newline at end of file +-[Rodrigo Lima][https://github.com/Kosm9] +[Dheeraj](https://github.com/Dheeraj1333) \ No newline at end of file From d4030dba4209a5663d98db6059ed26628748d94b Mon Sep 17 00:00:00 2001 From: jkm31459 Date: Thu, 21 Aug 2025 16:34:58 -0400 Subject: [PATCH 0888/2656] Add jkm31459 (#102428) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 384fa21c..416a029b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -210,6 +210,7 @@ git # Contributors - [Pierre](https://github.com/wiizzl) - [Jo](https://github.com/BeanboxNZ) - [Jainil Desai](https://github.com/jainilDesai) +- [jkm31459](https://github.com/jkm31459) - [axby1](https://github.com/axby1) - [Jose Nieto](https://github.com/nietojose10) - [sunshineflymeat](https://github.com/sunshineflymeat) From c77be7d13c40ecb4db4e8e7256637a09cc069bd8 Mon Sep 17 00:00:00 2001 From: Yi Liu Date: Thu, 21 Aug 2025 14:21:58 -0700 Subject: [PATCH 0889/2656] Gordenfl (#102429) * add Yi liu into Contributors * add Yi Liu to Contributors --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 416a029b..433938c0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -80,6 +80,7 @@ git # Contributors - [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) - [Supreet Kaur](https://github.com/Supreetkaur1) - [Ashok Reddy](https://github.com/ashokCh-dev) - [SVN Sai Sathvik](https://github.com/svnsaisathvik) From 7958113be9cd1fcaafa3fb46c31f6f8fcdab0a37 Mon Sep 17 00:00:00 2001 From: thursandi Date: Fri, 22 Aug 2025 05:48:50 +0700 Subject: [PATCH 0890/2656] Add thursandi to Contributions list (#102431) Co-authored-by: thursandi --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 433938c0..0160b87d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -213,6 +213,7 @@ git # Contributors - [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) From 9b96e00dd2ccdb9af4409422d9fc277b35983e26 Mon Sep 17 00:00:00 2001 From: Jefferson Ruiz Date: Thu, 21 Aug 2025 18:52:23 -0500 Subject: [PATCH 0891/2656] add Jefferson Ruiz to contibutors list (#102432) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0160b87d..2f69911e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2050,4 +2050,5 @@ jack - first contribution practice - [Paofan25](https://github.com/paofan25) - [Dheeraj](https://github.com/Dheeraj1333) -[CHHAVI GAUTAM](https://github.com/Chhavi001) --[Rodrigo Lima][https://github.com/Kosm9] \ No newline at end of file +-[Rodrigo Lima][https://github.com/Kosm9] +-[Jefferson Ruiz][https://github.com/jeffersonruiz] \ No newline at end of file From 72be8d1a142e611b6c1deed4feaaf4d04bcf5dd4 Mon Sep 17 00:00:00 2001 From: Johnathan Roehsner Date: Thu, 21 Aug 2025 20:29:29 -0500 Subject: [PATCH 0892/2656] Add Johnathan Roehsner to Contributors list (#102434) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2f69911e..272fb676 100644 --- a/Contributors.md +++ b/Contributors.md @@ -42,6 +42,7 @@ git # Contributors - [Muhammad Yousif](https://github.com/YousifCreates) - [Darshon](https://github.com/darshons) - [Archit Jaju](https://github.com/ayhm23) +- [Johnathan Roehsner](https://github.com/johnathan22966) - [Kerolos Nesim](https://github.com/kerolosnesim1) - [Shashidhar](https://github.com/shashidharsai) - [Tum Teeradach](https://github.com/Tum-404) From 2dd550e03d13d30c5ede3f9055e7baa2489a4842 Mon Sep 17 00:00:00 2001 From: Dimitrius Farida <135074036+CodeBotD@users.noreply.github.com> Date: Thu, 21 Aug 2025 21:51:35 -0400 Subject: [PATCH 0893/2656] Add Mitri to Contributors list (#102435) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 272fb676..681733f8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ git # Contributors - [Pinintti Sunil](https://github.com/Pininttisunil) +- [Dimirrius Farida](https://github.com/CodeBotD) - [Vinicius] - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) - [fatimah](https://github.com/grindstack) @@ -2052,4 +2053,4 @@ jack - first contribution practice - [Dheeraj](https://github.com/Dheeraj1333) -[CHHAVI GAUTAM](https://github.com/Chhavi001) -[Rodrigo Lima][https://github.com/Kosm9] --[Jefferson Ruiz][https://github.com/jeffersonruiz] \ No newline at end of file +-[Jefferson Ruiz][https://github.com/jeffersonruiz] From 59477f49cf4bd27bb734f8dd739b8882e64340d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erick=20C=C3=A1rdenas?= Date: Thu, 21 Aug 2025 19:14:40 -0700 Subject: [PATCH 0894/2656] Add Erick Cardenas to Contributors list (#102436) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 681733f8..a801c963 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2029,7 +2029,8 @@ jack - first contribution practice - [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) +- [Keshav](https://github.com/MrKeshav0X7) +- [Erick Cardenas](https://github.com/ErickYCL) - [Vincent O](https://github.com/Vinads) - [Rutik Yadav](https://github.com/rutikyadav71) - [Chxuo](https://github.com/chxuo) From 1fc353285ef567e47778d4a713b85cb3315b63e7 Mon Sep 17 00:00:00 2001 From: Lucas Garcia <80276761+LucasCSIT@users.noreply.github.com> Date: Thu, 21 Aug 2025 22:45:23 -0400 Subject: [PATCH 0895/2656] Add Lucas to Contributors LIst (#102437) Co-authored-by: Lucas Garcia --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a801c963..8dab5988 100644 --- a/Contributors.md +++ b/Contributors.md @@ -186,6 +186,7 @@ git # Contributors - [Mantarey.dev](https://mantarey.dev) [Anansh] - [Manav Jindal_IMT2023535](https://github.com/Manav9547) +- [Lucas](https://github.com/LucasCSIT) - [Thabeswar](https://github.com/Thabeswar) - [Mithielesh N](https://github.com/mithielesh) - [Yash](https://github.com/yuishigam1) From 6247108e042575c1049974f7c719ff9b59af9938 Mon Sep 17 00:00:00 2001 From: GabrielSilvaxD Date: Fri, 22 Aug 2025 13:03:28 +1000 Subject: [PATCH 0896/2656] Add my name to contributions.md (#102438) Co-authored-by: gabrielsilva --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8dab5988..876d7e50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -89,6 +89,7 @@ git # Contributors - [Ramya Parsania](https://github.com/RAMYA-PARSANIA) - [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) From c4a563ed26c7404a39e80c6ad8b90e49f16732bd Mon Sep 17 00:00:00 2001 From: Khan MD Jahan Zaib Date: Fri, 22 Aug 2025 10:12:20 +0600 Subject: [PATCH 0897/2656] Add Plexton to Contributors list (#102439) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 876d7e50..b4e072b7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ git # Contributors - [Pinintti Sunil](https://github.com/Pininttisunil) - [Dimirrius Farida](https://github.com/CodeBotD) - [Vinicius] +- [Plexton](https://github.com/ZaibLComrade) - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) - [fatimah](https://github.com/grindstack) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) From 908293f99fb9b4bcc50c75ac7ce25f424b5c4ca5 Mon Sep 17 00:00:00 2001 From: sh0uka Date: Fri, 22 Aug 2025 12:13:09 +0800 Subject: [PATCH 0898/2656] Add sh0uka to Contributors list (#102440) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b4e072b7..55185287 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2058,3 +2058,4 @@ jack - first contribution practice -[CHHAVI GAUTAM](https://github.com/Chhavi001) -[Rodrigo Lima][https://github.com/Kosm9] -[Jefferson Ruiz][https://github.com/jeffersonruiz] +sh0uka From 6ea78f3bb991f56c797b47d8e7eb3309a2b77c8d Mon Sep 17 00:00:00 2001 From: Rishi Bidarkota <107277187+rkb121541@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:15:32 -0400 Subject: [PATCH 0899/2656] added rkb121541 to contributors list (#102442) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 55185287..75d8488a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -28,6 +28,7 @@ git # Contributors - [Esraa Hassan] (https://github.com/Esraa-Hassan0) - [Vittorino Favaro](https://github.com/vittorino-favaro) - [Alex Hann](https://github.com/lurch9) +- [rkb121541](https://github.com/rkb121541) - [WWH](https://github.com/Wint02) - [Sanjeev Kumar Sharma](https://github.com/SanjeevKrSharma) - [Veysel Yatkın](https://github.com/veysel2020) From 9f1c6890f131c282ffc815a0b35dc69f73356a3b Mon Sep 17 00:00:00 2001 From: TinMoeLwin007 Date: Thu, 21 Aug 2025 21:19:01 -0700 Subject: [PATCH 0900/2656] Add TML to Contributors list (#102443) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 75d8488a..31ddd4b9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ git # Contributors - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() - [Brandon McHugh](https://github.com/brandmch) +[TML](https://github.com/TinMoeLwin007) - [Tonny Nyauke] -[Shaswata Panda] - [Muhammad Nouman](https://github.com/coder595) From d500241accc556e775c59fdd714680526e6cedb0 Mon Sep 17 00:00:00 2001 From: Gerose316 Date: Fri, 22 Aug 2025 00:55:23 -0400 Subject: [PATCH 0901/2656] Update Contributors.md (#102444) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 31ddd4b9..bb1dedcd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -602,6 +602,7 @@ The-Yash-is-Joined - [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) From 4df81d9143564880f9d9493fce7ed8611f8df9d8 Mon Sep 17 00:00:00 2001 From: Ayush23-art Date: Fri, 22 Aug 2025 11:25:12 +0530 Subject: [PATCH 0902/2656] Add Ayush23-art to Contributors list (#102447) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bb1dedcd..e0feea42 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ git # Contributors [TML](https://github.com/TinMoeLwin007) - [Tonny Nyauke] -[Shaswata Panda] +-[Ayush23-art](https://github.com/Ayush23-art) - [Muhammad Nouman](https://github.com/coder595) - [Anastasia Bobere](https://github.com/anastasiabobere) - [Nishant Naravarajula](https://github.com/nish-naravarajula) From 0a59c22587e30a8019c54b7a0f48af753b6447af Mon Sep 17 00:00:00 2001 From: MatyasZERO Date: Fri, 22 Aug 2025 08:04:03 +0200 Subject: [PATCH 0903/2656] Add MatyasZERO to Contributors list (#102448) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e0feea42..f092de3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1171,6 +1171,7 @@ Eoin O'B - [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) From b399e55652c60c9e944bcd46b110c3ae164742a0 Mon Sep 17 00:00:00 2001 From: Sharvari More <146668445+Sharvari-21@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:05:17 +0530 Subject: [PATCH 0904/2656] Added Sharvari More to contributors list (#102449) * adding Sharvari More * Adding Sharvari More to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f092de3a..bbcad2e4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2064,3 +2064,4 @@ jack - first contribution practice -[Rodrigo Lima][https://github.com/Kosm9] -[Jefferson Ruiz][https://github.com/jeffersonruiz] sh0uka +-[Sharvari More][https://gtihub.com/Sharvari-21] \ No newline at end of file From 63bbefa6d59578b660f625164f7d8d9e77f39389 Mon Sep 17 00:00:00 2001 From: 1abhishekpandey2 <161240306+1abhishekpandey2@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:10:10 +0530 Subject: [PATCH 0905/2656] added name (#102451) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bbcad2e4..90f4c641 100644 --- a/Contributors.md +++ b/Contributors.md @@ -76,6 +76,7 @@ git # Contributors - [Prashanth-000](https://github.com/Prashanth-000) - [Aaaappplle](https://github.com/aaaappplle) - vituwc +- [Abhishek Pandey] - [Jem Koeleman]() - [Madhu Dora]() - [Nishal Ahmed](https://github.com/nishalahmedpk) From c2170c773b257e237b115917ba99ffe4ab692ef4 Mon Sep 17 00:00:00 2001 From: Junaid Farooq Date: Fri, 22 Aug 2025 12:16:32 +0530 Subject: [PATCH 0906/2656] feat: Adds my name to the contributors (#102452) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 90f4c641..f1f5a94b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -841,6 +841,7 @@ Ben - [krishmav](https://github.com/krishmav) - [JoachimC](https://github.com/Joachim280) - [sadiqhero](https://github.com/sadiqhero) +- [Junaid Farooq](https://github.com/junaidbinfarooq) - [Itay Levi](https://github.com/ItayLHdev) - [Shaswat Raj](https://github.com/sh20raj) - [rockxxjin](https://github.com/rockxxjin) From 8aae4dfc1d999030b3c50bd6b74fe712590307eb Mon Sep 17 00:00:00 2001 From: lelemita Date: Fri, 22 Aug 2025 15:57:59 +0900 Subject: [PATCH 0907/2656] 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 2f4804d894659af8239830a92da432b6f7d55960 Mon Sep 17 00:00:00 2001 From: Adithya Kukkapalli <98866068+adithyagurusai@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:37:56 +0530 Subject: [PATCH 0908/2656] first contibution to open source (#102454) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f1f5a94b..fd94e432 100644 --- a/Contributors.md +++ b/Contributors.md @@ -71,6 +71,7 @@ git # Contributors - [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) From bdc7ad38451c6cb4858985cac434095cc7de3b18 Mon Sep 17 00:00:00 2001 From: muqeetsyed <44599346+muqeetsyed@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:56:54 +0530 Subject: [PATCH 0909/2656] Add syed muqeet to Contributors list (#102455) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd94e432..4ec1f774 100644 --- a/Contributors.md +++ b/Contributors.md @@ -183,6 +183,7 @@ git # Contributors - [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) - [ananya](https://github.com/ankashyap) - [Nainika Agrawal](https://github.com/nainika0305) - [Sahil Kolte](https://github.com/sahilakolte) From ccaf13b533ed95a76d4b2b4589c114544edea8ed Mon Sep 17 00:00:00 2001 From: ShaiQ Shah <61267755+shahshaiq@users.noreply.github.com> Date: Fri, 22 Aug 2025 13:14:45 +0530 Subject: [PATCH 0910/2656] adds my name to contributor list (#102457) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4ec1f774..7d621c8f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -184,6 +184,7 @@ git # Contributors - [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) - [Nainika Agrawal](https://github.com/nainika0305) - [Sahil Kolte](https://github.com/sahilakolte) From bb8454695eb5b28d746bbe315c63086169b2753e Mon Sep 17 00:00:00 2001 From: lelemita Date: Fri, 22 Aug 2025 17:13:47 +0900 Subject: [PATCH 0911/2656] 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 a11ac0987126a7de942087d74c4ab42516415702 Mon Sep 17 00:00:00 2001 From: xlls666 <89243187+xlls666@users.noreply.github.com> Date: Fri, 22 Aug 2025 16:48:06 +0800 Subject: [PATCH 0912/2656] git commit -m "Add xlls666 to Contributors list" (#102460) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7d621c8f..7b4bfd81 100644 --- a/Contributors.md +++ b/Contributors.md @@ -718,6 +718,7 @@ Ben - [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) From b4934a8c1da16c2c5af96c95d6d8d0879e678831 Mon Sep 17 00:00:00 2001 From: chunbowei-stack Date: Fri, 22 Aug 2025 16:56:51 +0800 Subject: [PATCH 0913/2656] Add will007 name to Contributors list (#102462) Co-authored-by: Chunbo Wei --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7b4bfd81..0a89c991 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1972,6 +1972,7 @@ jack - first contribution practice - [Yashub Goel] - [aaaa] - [imdo] +- [will007] - [Shivang](https://github.com/shivang-jnv) - [playerblair](https://github.com/playerblair) - [Shahrukh Khan](https://github.com/srk384) From 61e7b18ffd72a536306bb2abd4def1c9f0442d64 Mon Sep 17 00:00:00 2001 From: ifs21011-itdel Date: Fri, 22 Aug 2025 16:01:04 +0700 Subject: [PATCH 0914/2656] Add archico to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 7b4bfd81..703d0e7b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ git # Contributors - [Koushik Pyarasani](https://github.com/pyaarasanikoushik) - [Parth Sivakumar](https://github.com/Parth-sk) - [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) - [Ahmed Fikri](https://github.com/Fikri-20) - [Ajay Brightson](https://github.com/AjayJ1711) @@ -2070,4 +2071,5 @@ jack - first contribution practice -[Rodrigo Lima][https://github.com/Kosm9] -[Jefferson Ruiz][https://github.com/jeffersonruiz] sh0uka +-[Sharvari More][https://gtihub.com/Sharvari-21] -[Sharvari More][https://gtihub.com/Sharvari-21] \ No newline at end of file From eb2b384bd5a0d1397c4585f7c1ff5e0866de8ad8 Mon Sep 17 00:00:00 2001 From: Angad Singh <127753836+AngadSingh04@users.noreply.github.com> Date: Fri, 22 Aug 2025 14:35:19 +0530 Subject: [PATCH 0915/2656] Add Angad Singh to Contributors list (#102464) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0a89c991..fd2d3370 100644 --- a/Contributors.md +++ b/Contributors.md @@ -93,6 +93,7 @@ git # Contributors - [Ashok Reddy](https://github.com/ashokCh-dev) - [SVN Sai Sathvik](https://github.com/svnsaisathvik) - [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) From 220db873ba094cdab0554a7fc1b8128100214dba Mon Sep 17 00:00:00 2001 From: Sobin Maret <93426269+SireLancelott@users.noreply.github.com> Date: Fri, 22 Aug 2025 13:05:28 +0400 Subject: [PATCH 0916/2656] Add Sobin Maret to Contributors list (#102465) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd2d3370..58b66fb4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -965,6 +965,7 @@ Eoin O'B - [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) - [Jon Ayre](https://github.com/Jonalanayre) - [oluwasegun](https://github.com/Optimist19) - [oogway-x3t](https://github.com/oogway-x3t) From edc4d166d3b6ca52ff0773f33ae9e416d9ed03af Mon Sep 17 00:00:00 2001 From: Zairan Mir <136433210+Mir-Zairan@users.noreply.github.com> Date: Fri, 22 Aug 2025 14:49:30 +0530 Subject: [PATCH 0917/2656] Adds my name to Contributors list (#102466) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 58b66fb4..82391ff2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -254,6 +254,7 @@ git # Contributors - [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) From f911bf61be61df7053d324bf06da455892483f53 Mon Sep 17 00:00:00 2001 From: toyib-fayaz <142224962+toyib-fayaz@users.noreply.github.com> Date: Fri, 22 Aug 2025 15:00:38 +0530 Subject: [PATCH 0918/2656] Add Mohammad toyib to Contributors list (#102467) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 82391ff2..5b3985f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -848,6 +848,7 @@ Ben - [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) From 259fe840a54a1fe2115963bb8181f3c95d37246d Mon Sep 17 00:00:00 2001 From: Kashif Qadri <45387662+KashifQadri90@users.noreply.github.com> Date: Fri, 22 Aug 2025 15:53:28 +0530 Subject: [PATCH 0919/2656] Add Kashif-Qadri to Contributors list (#102468) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5b3985f0..96f79d93 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ git # Contributors [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) +- [Kashif Kawsar Qadri](https://github.com/KashifQadri90) -[Goutham Krishna](https://github.com/gouthamkrishnae) - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() From c43f836e4021aa3a3ab5e72c1fe268f975fa03ef Mon Sep 17 00:00:00 2001 From: amanuel Date: Fri, 22 Aug 2025 14:10:14 +0300 Subject: [PATCH 0920/2656] add my name to Contributors.md --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 96f79d93..6c9c2550 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ git # Contributors +- [Amanuel G](https://github.com/amanuel-gebresilasie) - [Pinintti Sunil](https://github.com/Pininttisunil) - [Dimirrius Farida](https://github.com/CodeBotD) - [Vinicius] @@ -2076,4 +2077,4 @@ jack - first contribution practice -[Rodrigo Lima][https://github.com/Kosm9] -[Jefferson Ruiz][https://github.com/jeffersonruiz] sh0uka --[Sharvari More][https://gtihub.com/Sharvari-21] \ No newline at end of file +-[Sharvari More][https://gtihub.com/Sharvari-21] From 27e1c46d802c586f5d829e45db7a98d471f579ae Mon Sep 17 00:00:00 2001 From: amanuel-gebresilasie <72979298+amanuel-gebresilasie@users.noreply.github.com> Date: Fri, 22 Aug 2025 14:13:29 +0300 Subject: [PATCH 0921/2656] add my name to Contributors.md (#102469) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 96f79d93..6c9c2550 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ git # Contributors +- [Amanuel G](https://github.com/amanuel-gebresilasie) - [Pinintti Sunil](https://github.com/Pininttisunil) - [Dimirrius Farida](https://github.com/CodeBotD) - [Vinicius] @@ -2076,4 +2077,4 @@ jack - first contribution practice -[Rodrigo Lima][https://github.com/Kosm9] -[Jefferson Ruiz][https://github.com/jeffersonruiz] sh0uka --[Sharvari More][https://gtihub.com/Sharvari-21] \ No newline at end of file +-[Sharvari More][https://gtihub.com/Sharvari-21] From ef5aaf734690eb218d2160ab0518f0df815d732b Mon Sep 17 00:00:00 2001 From: amanuel Date: Fri, 22 Aug 2025 14:18:56 +0300 Subject: [PATCH 0922/2656] fixed a typo in readme.et.md --- docs/translations/README.et.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.et.md b/docs/translations/README.et.md index e0a5a6c2..0d2c7b34 100644 --- a/docs/translations/README.et.md +++ b/docs/translations/README.et.md @@ -1,6 +1,6 @@ # የመጀመሪያ አስተዋጽዖዎች -ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋፅዖቸውን እንዲያደርጉ መንገዱን ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያውን አስተዋፅዖ ማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ። +ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋፅዖቸውን እንዲያደርጉ መንገዱን ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያዎን አስተዋፅዖ ማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ። _በትእዛዝ መስመሩ ካልተመቻችሁ [የጂአይ መሳሪያዎችን በመጠቀም መማሪያ ይኸውና](#መማሪያዎች-ሌሎች-መሳሪያዎችን-በመጠቀም)_ From 028424439eddf9a3e53f2b9dd9c5adfaf2d1ee92 Mon Sep 17 00:00:00 2001 From: amanuel Date: Fri, 22 Aug 2025 14:31:15 +0300 Subject: [PATCH 0923/2656] fix grammar in readme.et.md --- docs/translations/README.et.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.et.md b/docs/translations/README.et.md index 0d2c7b34..009d8045 100644 --- a/docs/translations/README.et.md +++ b/docs/translations/README.et.md @@ -1,6 +1,6 @@ # የመጀመሪያ አስተዋጽዖዎች -ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋፅዖቸውን እንዲያደርጉ መንገዱን ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያዎን አስተዋፅዖ ማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ። +ይህ ፕሮጀክት ጀማሪዎች የመጀመሪያ አስተዋፅዖቸውን እንዲያደርጉ መንገዱን ለማቅለል እና ለመምራት ያለመ ነው። የመጀመሪያ አስተዋፅዖዎን ማድረግ ከፈለጉ ከታች ያሉትን ደረጃዎች ይከተሉ። _በትእዛዝ መስመሩ ካልተመቻችሁ [የጂአይ መሳሪያዎችን በመጠቀም መማሪያ ይኸውና](#መማሪያዎች-ሌሎች-መሳሪያዎችን-በመጠቀም)_ From f698c2bc44ed5c7afcb32e9b8b337025f08672fd Mon Sep 17 00:00:00 2001 From: ypavanr <154634019+ypavanr@users.noreply.github.com> Date: Fri, 22 Aug 2025 17:34:53 +0530 Subject: [PATCH 0924/2656] add pavan to contributors list (#102471) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6c9c2550..090f3552 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2055,6 +2055,7 @@ jack - first contribution practice - [Vincent O](https://github.com/Vinads) - [Rutik Yadav](https://github.com/rutikyadav71) - [Chxuo](https://github.com/chxuo) +- [y pavan reddy](https://github.com/ypavanr) - [polygon00-dev](https://github.com/polygon00-dev) - Grant - [Zach Gallman](https://github.com/zdotg) From ba60fa00874fcce67890757bdd65714265e6f823 Mon Sep 17 00:00:00 2001 From: "Victor J. Kweka" <117171668+victorjudysen@users.noreply.github.com> Date: Fri, 22 Aug 2025 05:29:52 -0700 Subject: [PATCH 0925/2656] Add Victor Kweka to Contributors list (#102472) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 090f3552..7407d140 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ git # Contributors - [Tonny Nyauke] -[Shaswata Panda] -[Ayush23-art](https://github.com/Ayush23-art) +- [Victor Kweka](https://github.com/victorjudysen) - [Muhammad Nouman](https://github.com/coder595) - [Anastasia Bobere](https://github.com/anastasiabobere) - [Nishant Naravarajula](https://github.com/nish-naravarajula) From 84756dd1bb80f22f32278f81853caba6e908d5d6 Mon Sep 17 00:00:00 2001 From: incey-spider Date: Fri, 22 Aug 2025 22:36:10 +1000 Subject: [PATCH 0926/2656] Add William Ince to Contributors list (#102473) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7407d140..5b429909 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1076,6 +1076,7 @@ Eoin O'B - [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) From a99f006a777e6043d3ba2da946e89360c34d0091 Mon Sep 17 00:00:00 2001 From: nikhil-barve1 <143956693+nikhil-barve1@users.noreply.github.com> Date: Fri, 22 Aug 2025 20:07:00 +0530 Subject: [PATCH 0927/2656] Add Nikhil to Contributors list (#102474) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5b429909..66024398 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1925,6 +1925,7 @@ Eoin O'B - [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) - [Ajay Anand](https://https://github.com/AJrelapse) - [standoffEthan] - [corrix0](https://github.com/corrix0) From 837e2adaa7cf4fddcef645bd9d5fb29c0888c725 Mon Sep 17 00:00:00 2001 From: Linyin <90499546+dev-jason-lu@users.noreply.github.com> Date: Fri, 22 Aug 2025 22:45:20 +0800 Subject: [PATCH 0928/2656] Add your-name to Contributors list (#102475) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 66024398..ff5b9ea8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ git # Contributors - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) - [fatimah](https://github.com/grindstack) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) +- [Jason](https://github.com/dev-jason-lu) - [David Anane](https://github.com/plaestore) - [Karan Dhiman](https://github.com/karandhiman12) - [Giacomo Folli](https://github.com/giacomo-folli) From e63e222a3079711cb087b763787e2a54427b7682 Mon Sep 17 00:00:00 2001 From: fafiyusuf Date: Fri, 22 Aug 2025 17:57:42 +0300 Subject: [PATCH 0929/2656] Add fetiya-Yusuf to Contributors List --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index ff5b9ea8..6834daa0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2083,3 +2083,5 @@ jack - first contribution practice -[Jefferson Ruiz][https://github.com/jeffersonruiz] sh0uka -[Sharvari More][https://gtihub.com/Sharvari-21] +-[Fetiya Yusuf][https://gtihub.com/fafiyusuf] + From a4b4d0ef1965f45551f74955cb60e1ca686bc062 Mon Sep 17 00:00:00 2001 From: Janaki Ram K Date: Fri, 22 Aug 2025 20:56:25 +0530 Subject: [PATCH 0930/2656] Add Janaki Ram K to Contributors list (#102477) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ff5b9ea8..f84dc8a7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1942,6 +1942,7 @@ Eoin O'B - [Dev Chagas](https://github.com/devchagas) - [Shreya Kumari](https://github.com/shreya-create-glitch) - [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) From 185fdf94274b85de242466e500904de49ad0a680 Mon Sep 17 00:00:00 2001 From: Nandani agrawal Date: Fri, 22 Aug 2025 21:07:27 +0530 Subject: [PATCH 0931/2656] docs: clarify terminal instructions for beginners (#102478) Co-authored-by: nandani --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f84dc8a7..f3ffe1a7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ git # Contributors - [Esraa Hassan] (https://github.com/Esraa-Hassan0) - [Vittorino Favaro](https://github.com/vittorino-favaro) - [Alex Hann](https://github.com/lurch9) +- [NANDANI AGRAWAL](hhttps://github.com/Nandani9443) - [rkb121541](https://github.com/rkb121541) - [WWH](https://github.com/Wint02) - [Sanjeev Kumar Sharma](https://github.com/SanjeevKrSharma) From 876d17e9b2da7495059be24fc53ff367fa650e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Bueno=20Carneiro?= <114323727+dev-joaovb@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:53:06 -0300 Subject: [PATCH 0932/2656] Add Joao Victor B C to Contributors list (#102479) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f3ffe1a7..5b28a7e5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -227,6 +227,7 @@ git # Contributors - [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) - [Jainil Desai](https://github.com/jainilDesai) - [jkm31459](https://github.com/jkm31459) From bbbe87ee09665b66a20054f31e3c1bfd3d82beff Mon Sep 17 00:00:00 2001 From: Samiya Lateef <112157306+Samiyalatif@users.noreply.github.com> Date: Fri, 22 Aug 2025 22:03:55 +0530 Subject: [PATCH 0933/2656] Add samiya-latif-to-contributors (#102480) Co-authored-by: Samiya lateef --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5b28a7e5..315a8479 100644 --- a/Contributors.md +++ b/Contributors.md @@ -210,6 +210,7 @@ git # Contributors - [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) From 3ab7583b211cdac405aa88cbd0035c8b30b61255 Mon Sep 17 00:00:00 2001 From: ALIKO AMOS Date: Fri, 22 Aug 2025 18:29:00 +0000 Subject: [PATCH 0934/2656] Added Amos Aliko to contributors.md (#102482) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 315a8479..01e6132a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ git # Contributors - [Tonny Nyauke] -[Shaswata Panda] -[Ayush23-art](https://github.com/Ayush23-art) +-[Amos-Aliko] (https://github.com/Aliko2020) - [Victor Kweka](https://github.com/victorjudysen) - [Muhammad Nouman](https://github.com/coder595) - [Anastasia Bobere](https://github.com/anastasiabobere) From 80405bfd5e7324740e0b4636a24b2d1e256c8535 Mon Sep 17 00:00:00 2001 From: Semen Byndiu Date: Fri, 22 Aug 2025 20:38:49 +0200 Subject: [PATCH 0935/2656] Add Semen Byndiu to Contributors list (#102483) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 01e6132a..324bfca4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1247,6 +1247,7 @@ Eoin O'B - [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) From 03d6b2327be27ecfc5882749fdc1dd8a9451fbb6 Mon Sep 17 00:00:00 2001 From: SouravVerma-art Date: Fri, 22 Aug 2025 12:02:19 -0700 Subject: [PATCH 0936/2656] Add Sourav Verma to Contributors list (#102485) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 324bfca4..2a4cb868 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2089,3 +2089,4 @@ jack - first contribution practice -[Jefferson Ruiz][https://github.com/jeffersonruiz] sh0uka -[Sharvari More][https://gtihub.com/Sharvari-21] +-[Sourav Verma](https://github.com/SouravVerma-art) \ No newline at end of file From 94c1f8035403e4ae64e7478dadb5fc4c805e7c05 Mon Sep 17 00:00:00 2001 From: santi Date: Fri, 22 Aug 2025 14:16:55 -0500 Subject: [PATCH 0937/2656] 1. Add Santiago Cervantes to Contributors list 2. Update Spanish(Mexico) translation: Remove slack link --- Contributors.md | 3 ++- docs/translations/README.mx.md | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 324bfca4..e7ea436a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -177,7 +177,8 @@ git # Contributors - [Kunal_Mittal](https://github.com/freakun0025) - [Rohith Macharla](https://github.com/RohithMacharla11) - [Arseniy-Dubovkin](https://github.com/AzartX47) -- [Harsh Gupta](https://github.com/Reverent2005) +- [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) diff --git a/docs/translations/README.mx.md b/docs/translations/README.mx.md index df61d92f..794554f0 100644 --- a/docs/translations/README.mx.md +++ b/docs/translations/README.mx.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 6007ae601453b7c65b1ad64a7536648b90cf9c79 Mon Sep 17 00:00:00 2001 From: JULI1926 <107007690+JULI1926@users.noreply.github.com> Date: Fri, 22 Aug 2025 14:36:18 -0500 Subject: [PATCH 0938/2656] Add your-name to Contributors list (#102487) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 2a4cb868..3580fdae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2089,4 +2089,5 @@ jack - first contribution practice -[Jefferson Ruiz][https://github.com/jeffersonruiz] sh0uka -[Sharvari More][https://gtihub.com/Sharvari-21] --[Sourav Verma](https://github.com/SouravVerma-art) \ No newline at end of file +-[Sourav Verma](https://github.com/SouravVerma-art) +-[Julian Londono](https://github.com/JULI1926) \ No newline at end of file From 53b750fdf101d9fe284685399aa5de2c943ef0a1 Mon Sep 17 00:00:00 2001 From: Sushilkumar5572 <106770438+Sushilkumar5572@users.noreply.github.com> Date: Sat, 23 Aug 2025 01:58:32 +0530 Subject: [PATCH 0939/2656] Contributors.md/ added Sushilkumar Utkekar (#102488) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3580fdae..2942afbd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2089,5 +2089,6 @@ jack - first contribution practice -[Jefferson Ruiz][https://github.com/jeffersonruiz] sh0uka -[Sharvari More][https://gtihub.com/Sharvari-21] +-[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] -[Sourav Verma](https://github.com/SouravVerma-art) --[Julian Londono](https://github.com/JULI1926) \ No newline at end of file +-[Julian Londono](https://github.com/JULI1926) From 9828825e041705a839e1cc05e67897a38a749f7c Mon Sep 17 00:00:00 2001 From: Harsh Sachdeva <144249430+HarshSachdeva01@users.noreply.github.com> Date: Sat, 23 Aug 2025 02:51:16 +0530 Subject: [PATCH 0940/2656] add my name to the contributor list (#102489) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2942afbd..1987d880 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ git # Contributors - [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) - [Giacomo Folli](https://github.com/giacomo-folli) - [Ravi Kumar Jha](https://github.com/ravijha9546) - [Dhairya Dev](https://github.com/dhairyadev26) From c660b34fc1e1d32d4547be2bcbe2fee49418cf1d Mon Sep 17 00:00:00 2001 From: Ronaldo Cheruiyot <111276954+ronaldocheruiyot@users.noreply.github.com> Date: Sat, 23 Aug 2025 00:23:32 +0300 Subject: [PATCH 0941/2656] Add Ronaldo Cheruiyot to Contributors list (#102490) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1987d880..d5a9407c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2093,3 +2093,4 @@ sh0uka -[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] -[Sourav Verma](https://github.com/SouravVerma-art) -[Julian Londono](https://github.com/JULI1926) +- [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) \ No newline at end of file From 3e7b8031e28f0bf0db7bf7f04bf616e37d321d7d Mon Sep 17 00:00:00 2001 From: AadityaSRV <161717869+frozenxnx@users.noreply.github.com> Date: Sat, 23 Aug 2025 03:36:17 +0530 Subject: [PATCH 0942/2656] Added my name (#102491) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d5a9407c..3e0ebab2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ git # Contributors - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() - [Brandon McHugh](https://github.com/brandmch) +- [Aaditya Srivastava](https://github.com/frozenxnx) [TML](https://github.com/TinMoeLwin007) - [Tonny Nyauke] -[Shaswata Panda] From 1bbfefcb3a920e97ade7f79b53f470f2351353f8 Mon Sep 17 00:00:00 2001 From: Jonas Francisco Date: Fri, 22 Aug 2025 23:36:07 -0300 Subject: [PATCH 0943/2656] Add jonas-bomfim to the Contributors list (#102493) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3e0ebab2..09799bfa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -500,6 +500,7 @@ The-Yash-is-Joined - [skg2k05](https://github.com/skg2k05) - [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) From 311ce1661fa03aacc9d307d0830985bf41ed9c6c Mon Sep 17 00:00:00 2001 From: Rupender Singh Rathore Date: Sat, 23 Aug 2025 09:53:13 +0530 Subject: [PATCH 0944/2656] Add RupenderSinghRathore to Contributors list (#102494) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 09799bfa..481ee3f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ git # Contributors - [Shivek Ranjan](https://github.com/ShivekRanjan) - [Srinath Akkem](https://github.com/bd-SrinathAkkem) - [Koushik Pyarasani](https://github.com/pyaarasanikoushik) +- [RupenderSinghRathore](https://github.com/RupenderSinghRathore) - [Parth Sivakumar](https://github.com/Parth-sk) - [Trần Phương Hùng & Đỗ Nhật Thanh ❤️](https://github.com/blueqing2026) - [Akul Anhith](https://github.com/akul) @@ -2095,4 +2096,4 @@ sh0uka -[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] -[Sourav Verma](https://github.com/SouravVerma-art) -[Julian Londono](https://github.com/JULI1926) -- [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) \ No newline at end of file +- [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) From 06c52eb8a9e8b3b3be8d9251bfc1cbc2eafbe405 Mon Sep 17 00:00:00 2001 From: Utkarsh Singh <119006640+UtkarshxDD@users.noreply.github.com> Date: Sat, 23 Aug 2025 11:39:17 +0530 Subject: [PATCH 0945/2656] add utkarsh singh to contributors list (#102495) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 481ee3f2..e8b30b28 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1857,6 +1857,7 @@ Eoin O'B - [Sunil Reddy](https://github.com/Sunilreddyj) - [Ranjan 😎] -[Lazarus A.](https://github.com/Plannr36) +-[Utkarsh Singh](https://github.com/UtkarshxDD) - [Said Berk](https://github.com/saidberk27) - [Wade Rees](https://github.com/wade-rees-me) - [_𝓟𝓸𝔀𝓮𝓻 𝓛𝓮𝓮_](https://github.dev/0xiPower) From 7a8be72d1914946aa1f681d37e072a7db3fbb7d7 Mon Sep 17 00:00:00 2001 From: soroushkarami Date: Sat, 23 Aug 2025 09:52:44 +0330 Subject: [PATCH 0946/2656] Add Soroush Karami to Contributors list (#102497) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e8b30b28..369105ab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1624,6 +1624,7 @@ Eoin O'B - [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) - [Angelina Tsygan](https://github.com/angelinatsygan) - [Vinit Rana](https://github.com/RanaVinit) From 854b870b7721a2ce0cec32b0c6aea482b173d032 Mon Sep 17 00:00:00 2001 From: Sumit Sourav Das <111063192+souravsumit07@users.noreply.github.com> Date: Sat, 23 Aug 2025 11:53:45 +0530 Subject: [PATCH 0947/2656] Add Sumit Sourav to Contributors list (#102498) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 369105ab..cc0b6a69 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ git # Contributors - [Mohamed Ismail Gasmi]() - [Brandon McHugh](https://github.com/brandmch) - [Aaditya Srivastava](https://github.com/frozenxnx) +- [Sumit Sourav](https://github.com/souravsumit07) [TML](https://github.com/TinMoeLwin007) - [Tonny Nyauke] -[Shaswata Panda] From 11afd9cf2304623a442a35e8d8a11f14817959f6 Mon Sep 17 00:00:00 2001 From: Ehsan Shadmehri Date: Sat, 23 Aug 2025 09:56:28 +0330 Subject: [PATCH 0948/2656] Add Ehsan to Contributors list (#102496) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index cc0b6a69..71cc99e4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ git # Contributors +- [Ehsan Shadmehri](https://github.com/ehsansh) - [Amanuel G](https://github.com/amanuel-gebresilasie) - [Pinintti Sunil](https://github.com/Pininttisunil) - [Dimirrius Farida](https://github.com/CodeBotD) @@ -2099,4 +2100,4 @@ sh0uka -[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] -[Sourav Verma](https://github.com/SouravVerma-art) -[Julian Londono](https://github.com/JULI1926) -- [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) +- [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) \ No newline at end of file From e02938fc79abccde410c6af9aabee26d6ca2adae Mon Sep 17 00:00:00 2001 From: Arjun Saluja <118339969+ArjunSaluja@users.noreply.github.com> Date: Sat, 23 Aug 2025 12:08:19 +0530 Subject: [PATCH 0949/2656] Add Arjun Singh Saluja to Contributors list (#102500) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 71cc99e4..de9fe291 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2097,7 +2097,8 @@ jack - first contribution practice -[Jefferson Ruiz][https://github.com/jeffersonruiz] sh0uka -[Sharvari More][https://gtihub.com/Sharvari-21] +-[Arjun][https://github.com/ArjunSaluja] -[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] -[Sourav Verma](https://github.com/SouravVerma-art) -[Julian Londono](https://github.com/JULI1926) -- [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) \ No newline at end of file +- [Ronaldo Cheruiyot](https://github.com/ronaldocheruiy] From 548a8840e9397ed14fa1e98df1251aaf9d4756c9 Mon Sep 17 00:00:00 2001 From: John Martin <112761826+JohnMartin0301@users.noreply.github.com> Date: Sat, 23 Aug 2025 14:41:49 +0800 Subject: [PATCH 0950/2656] Add John Martin to Contributors list (#102501) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index de9fe291..73fa6ced 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2101,4 +2101,5 @@ sh0uka -[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] -[Sourav Verma](https://github.com/SouravVerma-art) -[Julian Londono](https://github.com/JULI1926) -- [Ronaldo Cheruiyot](https://github.com/ronaldocheruiy] +- [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) +-[John Martin](https://github.com/JohnMartin0301) \ No newline at end of file From 66408212ac021cf6e27d8ca6f07f7cc63a75aeeb Mon Sep 17 00:00:00 2001 From: DILLIKUMAR N <115155263+Dillikumarnl@users.noreply.github.com> Date: Sat, 23 Aug 2025 12:20:28 +0530 Subject: [PATCH 0951/2656] Add Dillikumar N to Contributors list (#102502) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 73fa6ced..5340ac1c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -73,6 +73,7 @@ git # Contributors - [Trần Phương Hùng & Đỗ Nhật Thanh ❤️](https://github.com/blueqing2026) - [Akul Anhith](https://github.com/akul) - [Ahmed Fikri](https://github.com/Fikri-20) +- [Dillikumar N](https://github.com/Dillikumarnl) - [Ajay Brightson](https://github.com/AjayJ1711) - [Shabir Ahmad Sediqi](https://github.com/Shabir-Ahmad-Sediqi) - [Wycliffe Musau](https://github.com/Excellent58) From 0d237e55779cab2279c291b5c293223db9ff4cb9 Mon Sep 17 00:00:00 2001 From: Mycroft <138503876+Sher69-mycroft@users.noreply.github.com> Date: Sat, 23 Aug 2025 16:51:12 +0900 Subject: [PATCH 0952/2656] Add my-name to Contributors list (#102503) * Add my-name to Contributors list * Add my-name to Contributors list --------- Co-authored-by: Sher69-mycroft --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5340ac1c..d0019846 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ git # Contributors - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() - [Brandon McHugh](https://github.com/brandmch) +- [Holmes M](https://github.com/Sher69-mycroft) - [Aaditya Srivastava](https://github.com/frozenxnx) - [Sumit Sourav](https://github.com/souravsumit07) [TML](https://github.com/TinMoeLwin007) From c5024659394ff83480d1637d398b05b27b12b18b Mon Sep 17 00:00:00 2001 From: RyanSumithra <2023.ryan.sumithra@ves.ac.in> Date: Sat, 23 Aug 2025 14:27:08 +0530 Subject: [PATCH 0953/2656] Update Contributors.md (#102504) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d0019846..746bce81 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2104,4 +2104,5 @@ sh0uka -[Sourav Verma](https://github.com/SouravVerma-art) -[Julian Londono](https://github.com/JULI1926) - [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) --[John Martin](https://github.com/JohnMartin0301) \ No newline at end of file +-[John Martin](https://github.com/JohnMartin0301) +-[Ryan Sumithra](https://github.com/RyanSumithra) From 1d7599728e8a8a63cb7f7ab79ed3793e5362a688 Mon Sep 17 00:00:00 2001 From: ashwin mali <118095859+ashwinmali2004@users.noreply.github.com> Date: Sat, 23 Aug 2025 14:42:17 +0530 Subject: [PATCH 0954/2656] Ashwin Mali to Contributors list (#102506) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 746bce81..c723ad3e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2099,10 +2099,11 @@ jack - first contribution practice -[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] -[Sourav Verma](https://github.com/SouravVerma-art) -[Julian Londono](https://github.com/JULI1926) - [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) -[John Martin](https://github.com/JohnMartin0301) --[Ryan Sumithra](https://github.com/RyanSumithra) +-[Ryan Sumithra](https://github.com/RyanSumithra) \ No newline at end of file From 773bcc9047b0179d0da4a173a9f83e183e3c4984 Mon Sep 17 00:00:00 2001 From: samhit24 Date: Sat, 23 Aug 2025 16:04:52 +0530 Subject: [PATCH 0955/2656] Add Samhit Prakash Nayak to Contributors list (#102507) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c723ad3e..55cdf264 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2106,4 +2106,5 @@ sh0uka -[Julian Londono](https://github.com/JULI1926) - [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) -[John Martin](https://github.com/JohnMartin0301) --[Ryan Sumithra](https://github.com/RyanSumithra) \ No newline at end of file +-[Ryan Sumithra](https://github.com/RyanSumithra) +-[Samhit Prakash Nayak](https://github.com/samhit24) From 794337048ee2f43c1c64b6238e7613124e9be490 Mon Sep 17 00:00:00 2001 From: Abdelhadi09 <68401416+Abdelhadi09@users.noreply.github.com> Date: Sat, 23 Aug 2025 12:03:05 +0100 Subject: [PATCH 0956/2656] add abdelhadi to contributors list (#102508) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 55cdf264..b4ca0ca2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -122,6 +122,7 @@ git # Contributors - [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) From 8c55f0875ff735bd4e8978af8671abf49664f7fe Mon Sep 17 00:00:00 2001 From: Pranay Chauhan <159025423+Pranay-Chauhn@users.noreply.github.com> Date: Sat, 23 Aug 2025 16:33:43 +0530 Subject: [PATCH 0957/2656] Add your-name to Contributors list (#102509) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b4ca0ca2..35644be6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ git # Contributors +- [Pranay Chauhan](https://github.com/Pranay-Chauhn) - [Ehsan Shadmehri](https://github.com/ehsansh) - [Amanuel G](https://github.com/amanuel-gebresilasie) - [Pinintti Sunil](https://github.com/Pininttisunil) From f2a84033a68538193ff17a8770200ac54e94f249 Mon Sep 17 00:00:00 2001 From: me-tylerdurden Date: Sat, 23 Aug 2025 17:16:05 +0530 Subject: [PATCH 0958/2656] Add me-tylerdurden to Contributors list (#102510) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 35644be6..d0da1469 100644 --- a/Contributors.md +++ b/Contributors.md @@ -258,6 +258,7 @@ git # Contributors - [jonas461](https://github.com/jonas461) - [Pranit Gore](https://github.com/PRANIT0605) - [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) From 20550fbad1c103ac2cbe63ec66ee5b1686a3ec1a Mon Sep 17 00:00:00 2001 From: Uggina Balaji <139944128+Balaji-1805@users.noreply.github.com> Date: Sat, 23 Aug 2025 19:13:41 +0530 Subject: [PATCH 0959/2656] Add Balaji Uggina to Contributors list (#102511) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d0da1469..64f243ab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2018,6 +2018,7 @@ jack - first contribution practice -[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) - [Tiago Castilho](https://github.com/tcastilho10) - [Muhammed safvan p](https://github.com/M-Safvan-p) From 8c2101f636a50c601132c268a78504c51e8f6b22 Mon Sep 17 00:00:00 2001 From: Axiom <165758688+SanjeevJatwar@users.noreply.github.com> Date: Sat, 23 Aug 2025 19:17:57 +0530 Subject: [PATCH 0960/2656] Add your-name to Contributors list (#102512) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 64f243ab..ced7b2dc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ git # Contributors - [Vinicius] - [Plexton](https://github.com/ZaibLComrade) - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) +- [Sanjeev](Grabbing oppurtunities flawlessly) - [fatimah](https://github.com/grindstack) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) - [Jason](https://github.com/dev-jason-lu) From 2edbcb71a9d6bea05dcb64d8a0f4c9ad672440c7 Mon Sep 17 00:00:00 2001 From: Dtanisha Date: Sat, 23 Aug 2025 19:22:15 +0530 Subject: [PATCH 0961/2656] Update Contributors.md (#102513) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ced7b2dc..7d269a6a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2113,3 +2113,4 @@ sh0uka -[John Martin](https://github.com/JohnMartin0301) -[Ryan Sumithra](https://github.com/RyanSumithra) -[Samhit Prakash Nayak](https://github.com/samhit24) +-[Tanisha Dash](https://github.com/Dtanisha) From cc8247be5277b3cef279f6cd2b2b5d13ce8f6e0b Mon Sep 17 00:00:00 2001 From: Cxrrupt <151696980+Cx-rrupt@users.noreply.github.com> Date: Sat, 23 Aug 2025 19:33:14 +0530 Subject: [PATCH 0962/2656] Add Kavya Krishna to Contributors list (#102514) My very first contributions. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7d269a6a..037ce97a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ git # Contributors naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) - [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]() From 23f769a2abfa4eef533c0db48c875859f7c817e9 Mon Sep 17 00:00:00 2001 From: Ankur Date: Sat, 23 Aug 2025 20:02:28 +0530 Subject: [PATCH 0963/2656] Add Ankur to Contributors list (#102515) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 037ce97a..40d4405f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2115,3 +2115,4 @@ sh0uka -[Ryan Sumithra](https://github.com/RyanSumithra) -[Samhit Prakash Nayak](https://github.com/samhit24) -[Tanisha Dash](https://github.com/Dtanisha) +-[Ankur] (hhtps://github.com/abhian) From 749116f7723f0cdfd98d662d55e9a376bfd0643c Mon Sep 17 00:00:00 2001 From: Hruthik Chauhan <86970647+hruthikchauhan07@users.noreply.github.com> Date: Sat, 23 Aug 2025 20:22:14 +0530 Subject: [PATCH 0964/2656] Add Hruthik-Chauhan to Contributors list (#102516) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 40d4405f..5ab21d35 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ git # Contributors - [Amanuel G](https://github.com/amanuel-gebresilasie) - [Pinintti Sunil](https://github.com/Pininttisunil) - [Dimirrius Farida](https://github.com/CodeBotD) +- [Hruthik Chauan](https://github.com/hruthikchauhan07) - [Vinicius] - [Plexton](https://github.com/ZaibLComrade) - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) From 03709ccd57041f7017c27a1241bcb6646a2ae82b Mon Sep 17 00:00:00 2001 From: Meet shah <132123415+Meet6338-X@users.noreply.github.com> Date: Sat, 23 Aug 2025 21:03:43 +0530 Subject: [PATCH 0965/2656] Add meet6338 x (#102518) * Add Meet Shah to Contributors list * Add Meet Shah to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 5ab21d35..57cbf946 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ git # Contributors +- [Meet Shah](https://github.com/Meet6338-X) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) - [Ehsan Shadmehri](https://github.com/ehsansh) - [Amanuel G](https://github.com/amanuel-gebresilasie) @@ -2116,4 +2117,4 @@ sh0uka -[Ryan Sumithra](https://github.com/RyanSumithra) -[Samhit Prakash Nayak](https://github.com/samhit24) -[Tanisha Dash](https://github.com/Dtanisha) --[Ankur] (hhtps://github.com/abhian) +-[Ankur] (hhtps://github.com/abhian) \ No newline at end of file From e758062e1ec9c12effa773e2ce0ef7a0433f3b60 Mon Sep 17 00:00:00 2001 From: Vincenzo Ragone <137784339+vincenzo113@users.noreply.github.com> Date: Sat, 23 Aug 2025 18:24:57 +0200 Subject: [PATCH 0966/2656] Update Contributors.md (#102519) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 57cbf946..9db11b20 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2117,4 +2117,5 @@ sh0uka -[Ryan Sumithra](https://github.com/RyanSumithra) -[Samhit Prakash Nayak](https://github.com/samhit24) -[Tanisha Dash](https://github.com/Dtanisha) +-[Vincenzo Ragone](https://github.com/vincenzo113) -[Ankur] (hhtps://github.com/abhian) \ No newline at end of file From 39538fe4dc53464244a98ed98e62d018084dae8b Mon Sep 17 00:00:00 2001 From: umaid777 Date: Sat, 23 Aug 2025 21:27:59 +0500 Subject: [PATCH 0967/2656] Add your-name to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 57cbf946..e450f463 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2117,4 +2117,5 @@ sh0uka -[Ryan Sumithra](https://github.com/RyanSumithra) -[Samhit Prakash Nayak](https://github.com/samhit24) -[Tanisha Dash](https://github.com/Dtanisha) --[Ankur] (hhtps://github.com/abhian) \ No newline at end of file +-[Ankur] (hhtps://github.com/abhian) +-[Umaid Hashmi](https://github.com/Umaid776) \ No newline at end of file From 236a5b1575e2f6700a3907590caace9b9ed7ffa2 Mon Sep 17 00:00:00 2001 From: Endlia <63692744+EndlIa@users.noreply.github.com> Date: Sun, 24 Aug 2025 00:33:51 +0800 Subject: [PATCH 0968/2656] Add Endlia to Contributors list (#102520) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9db11b20..c24aa374 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ git # Contributors +- [Endlia](https://github.com/Endlia) - [Meet Shah](https://github.com/Meet6338-X) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) - [Ehsan Shadmehri](https://github.com/ehsansh) From 4333e1ba02c01d3c39bdbf3ba47d24693b92143b Mon Sep 17 00:00:00 2001 From: ramiadi <131849988+ramiadi@users.noreply.github.com> Date: Sat, 23 Aug 2025 18:39:15 +0200 Subject: [PATCH 0969/2656] added ramin to Contributors list (#102522) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c24aa374..a00639ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -616,6 +616,7 @@ The-Yash-is-Joined - [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) From f0eec37d5ec4c378a07b9313c797aedd3b86687e Mon Sep 17 00:00:00 2001 From: mell0wx Date: Sat, 23 Aug 2025 13:44:21 -0400 Subject: [PATCH 0970/2656] Add mell0wx to Contributors list (#102523) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a00639ee..445da7de 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2120,4 +2120,5 @@ sh0uka -[Samhit Prakash Nayak](https://github.com/samhit24) -[Tanisha Dash](https://github.com/Dtanisha) -[Vincenzo Ragone](https://github.com/vincenzo113) --[Ankur] (hhtps://github.com/abhian) \ No newline at end of file +-[Ankur] (hhtps://github.com/abhian) +-[Mell0wx] (https://github.com/mell0wx) \ No newline at end of file From 5efed6c3a3a3cb8555fb47ecc7f3961ed5e9709a Mon Sep 17 00:00:00 2001 From: ajit Date: Sat, 23 Aug 2025 23:28:56 +0530 Subject: [PATCH 0971/2656] ajit (#102524) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 445da7de..2bc90261 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ git # Contributors - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) - [Sanjeev](Grabbing oppurtunities flawlessly) - [fatimah](https://github.com/grindstack) +- [ajit](https://github.com/ajitprachande) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) - [Jason](https://github.com/dev-jason-lu) - [David Anane](https://github.com/plaestore) From d273ac6113cc37798ae7bff6b708505c3634e21c Mon Sep 17 00:00:00 2001 From: Advait Date: Sat, 23 Aug 2025 23:44:13 +0530 Subject: [PATCH 0972/2656] add advait alinkil to contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 2bc90261..a34b1db6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2122,4 +2122,5 @@ sh0uka -[Tanisha Dash](https://github.com/Dtanisha) -[Vincenzo Ragone](https://github.com/vincenzo113) -[Ankur] (hhtps://github.com/abhian) --[Mell0wx] (https://github.com/mell0wx) \ No newline at end of file +-[Mell0wx] (https://github.com/mell0wx) +-[Advait Alinkil] (https://github.com/advait2711) \ No newline at end of file From ea8f3cae97ef6e586fac1c5d3b28b5466a182a2b Mon Sep 17 00:00:00 2001 From: Sachin Vaishnav Date: Sat, 23 Aug 2025 23:49:00 +0530 Subject: [PATCH 0973/2656] Add Sachin Vaishnav to Contributors list (#102526) Co-authored-by: sachin vaishnav --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 2bc90261..d3edd87b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2122,4 +2122,5 @@ sh0uka -[Tanisha Dash](https://github.com/Dtanisha) -[Vincenzo Ragone](https://github.com/vincenzo113) -[Ankur] (hhtps://github.com/abhian) --[Mell0wx] (https://github.com/mell0wx) \ No newline at end of file +- [Sachin Vaishnav](https://github.com/SachinVaishnav2980) +- [Mell0wx](https://github.com/mell0wx) From 54f816f71250f59f41b25c8759d5fa40589e03b3 Mon Sep 17 00:00:00 2001 From: Advait Date: Sat, 23 Aug 2025 23:54:09 +0530 Subject: [PATCH 0974/2656] advait --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a34b1db6..65a31ca1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2123,4 +2123,4 @@ sh0uka -[Vincenzo Ragone](https://github.com/vincenzo113) -[Ankur] (hhtps://github.com/abhian) -[Mell0wx] (https://github.com/mell0wx) --[Advait Alinkil] (https://github.com/advait2711) \ No newline at end of file +-[Advait] (https://github.com/advait2711) \ No newline at end of file From 3f948f5674e6be6d51caa69a9fd88d21c8460d57 Mon Sep 17 00:00:00 2001 From: Yash Rahate <156834748+YashRahate@users.noreply.github.com> Date: Sun, 24 Aug 2025 00:44:28 +0530 Subject: [PATCH 0975/2656] Added my name to Contributors list (#102531) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d3edd87b..6ee8aadd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2124,3 +2124,4 @@ sh0uka -[Ankur] (hhtps://github.com/abhian) - [Sachin Vaishnav](https://github.com/SachinVaishnav2980) - [Mell0wx](https://github.com/mell0wx) +-[YashRahate](https://github.com/YashRahate) \ No newline at end of file From b18dbc9777c3a37c71bf04c9d49fcef33364aee0 Mon Sep 17 00:00:00 2001 From: Emmanuel Appiagyei Date: Sat, 23 Aug 2025 15:27:49 -0400 Subject: [PATCH 0976/2656] Add Emmanuel to Contributors list (#102532) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6ee8aadd..a748b111 100644 --- a/Contributors.md +++ b/Contributors.md @@ -112,6 +112,7 @@ git # Contributors - [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) From be30e061b633854ca9292cdf605a0dfb49f302a3 Mon Sep 17 00:00:00 2001 From: Hamza Khan Date: Sat, 23 Aug 2025 12:38:35 -0700 Subject: [PATCH 0977/2656] add hamza to contributors list (#102533) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a748b111..6d241d1d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,8 +19,9 @@ git # Contributors - [Karan Dhiman](https://github.com/karandhiman12) - [Harsh Sachdeva](https://github.com/HarshSachdeva01) - [Giacomo Folli](https://github.com/giacomo-folli) +- [Hamza Khan](https://github.com/giacomo-folli) - [Ravi Kumar Jha](https://github.com/ravijha9546) -- [Dhairya Dev](https://github.com/dhairyadev26) +- [Dhairya Dev](https://github.com/hamzak51) - [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution From a27ab4fcc1d879068e7292249344128890226645 Mon Sep 17 00:00:00 2001 From: Milan Bhanushali <60770889+milanbhanushali@users.noreply.github.com> Date: Sat, 23 Aug 2025 22:06:18 +0100 Subject: [PATCH 0978/2656] Milan Bhanushali (#102535) Co-authored-by: Milan Bhanushali --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6d241d1d..e76b1209 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ git # Contributors - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) - [Sanjeev](Grabbing oppurtunities flawlessly) - [fatimah](https://github.com/grindstack) +- [Milan Bhanushali] (https://github.com/milanbhanushali) - [ajit](https://github.com/ajitprachande) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) - [Jason](https://github.com/dev-jason-lu) From f3e5fe21e3047d97b78767335d8de291ed1898e1 Mon Sep 17 00:00:00 2001 From: Zain Amjad <52499623+zancheema@users.noreply.github.com> Date: Sat, 23 Aug 2025 22:07:47 +0100 Subject: [PATCH 0979/2656] Add Zain to Contributors list (#102536) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e76b1209..8375c456 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2127,4 +2127,5 @@ sh0uka -[Ankur] (hhtps://github.com/abhian) - [Sachin Vaishnav](https://github.com/SachinVaishnav2980) - [Mell0wx](https://github.com/mell0wx) --[YashRahate](https://github.com/YashRahate) \ No newline at end of file +-[YashRahate](https://github.com/YashRahate) +- [Zain Amjad](https://github.com/zancheema) \ No newline at end of file From c434b73276db8b0a1cc38b92b038d2a86862886e Mon Sep 17 00:00:00 2001 From: DipakHalkude <128908555+DipakHalkude@users.noreply.github.com> Date: Sun, 24 Aug 2025 05:31:28 +0530 Subject: [PATCH 0980/2656] Adding my name to Contributers list (#102539) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8375c456..c723aa9f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ git # Contributors - [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) - [Alex Hann](https://github.com/lurch9) - [NANDANI AGRAWAL](hhttps://github.com/Nandani9443) - [rkb121541](https://github.com/rkb121541) From dcb2db02227118088304fe0508ea1534bbfe14bc Mon Sep 17 00:00:00 2001 From: Yarno Grenier <127676205+yarno97x@users.noreply.github.com> Date: Sat, 23 Aug 2025 21:04:03 -0400 Subject: [PATCH 0981/2656] Added Yarno Grenier to the list of contributors (#102540) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c723aa9f..b60717df 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ git # Contributors - [Hruthik Chauan](https://github.com/hruthikchauhan07) - [Vinicius] - [Plexton](https://github.com/ZaibLComrade) +- [Yarno Grenier](https://github.com/yarno97x) - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) - [Sanjeev](Grabbing oppurtunities flawlessly) - [fatimah](https://github.com/grindstack) @@ -2129,4 +2130,4 @@ sh0uka - [Sachin Vaishnav](https://github.com/SachinVaishnav2980) - [Mell0wx](https://github.com/mell0wx) -[YashRahate](https://github.com/YashRahate) -- [Zain Amjad](https://github.com/zancheema) \ No newline at end of file +- [Zain Amjad](https://github.com/zancheema) From 5ce9ee65910da913b47ce538a736283e357aabb4 Mon Sep 17 00:00:00 2001 From: NeonWest <66891086+NeonWest@users.noreply.github.com> Date: Sun, 24 Aug 2025 05:30:15 +0400 Subject: [PATCH 0982/2656] Add omar-atakishiyev to Contributors list (#102541) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b60717df..1e140e3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1498,6 +1498,7 @@ Eoin O'B - [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) - [Asghar Kazmi](https://github.com/AsgharKazmi2005) - [Samarth Bedare](https://github.com/samarthbedare) - [John Wilkinson](https://github.com/dnCRevelation) From b3d20129bb4bf5685992e926cf239077134b0801 Mon Sep 17 00:00:00 2001 From: Moremore Date: Sun, 24 Aug 2025 10:53:31 +0800 Subject: [PATCH 0983/2656] Add Duoduo to Contributors list (#102542) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1e140e3a..71310c0b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2132,3 +2132,4 @@ sh0uka - [Mell0wx](https://github.com/mell0wx) -[YashRahate](https://github.com/YashRahate) - [Zain Amjad](https://github.com/zancheema) +- [Duoduo](https://github.com/NamingRacksMyBrain) From 267e3a5fe51cce1d38bc9d0902ac3e65d4e8e0dc Mon Sep 17 00:00:00 2001 From: lavihere1 Date: Sun, 24 Aug 2025 08:48:37 +0530 Subject: [PATCH 0984/2656] Add lavi to Contributors list (#102544) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 71310c0b..1453d6d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ git # Contributors - [Hamza Khan](https://github.com/giacomo-folli) - [Ravi Kumar Jha](https://github.com/ravijha9546) - [Dhairya Dev](https://github.com/hamzak51) +-[lavi](https://github.com/lavihere1) - [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution From 0253776a0e52195cc6d2ee9a0b6ff3a207705323 Mon Sep 17 00:00:00 2001 From: sourav2342 <104992048+sourav2342@users.noreply.github.com> Date: Sun, 24 Aug 2025 09:30:06 +0530 Subject: [PATCH 0985/2656] added name to contribute list (#102545) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1453d6d1..176da8b4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2121,6 +2121,7 @@ sh0uka -[Arjun][https://github.com/ArjunSaluja] -[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] -[Sourav Verma](https://github.com/SouravVerma-art) +-[heisenberg] -[Julian Londono](https://github.com/JULI1926) - [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) -[John Martin](https://github.com/JohnMartin0301) From 32720d86afdef56ceb36cd312682ca236c7c4887 Mon Sep 17 00:00:00 2001 From: KailashSatkuri-warangal Date: Sun, 24 Aug 2025 10:22:07 +0530 Subject: [PATCH 0986/2656] Added my name to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 176da8b4..9d2713ca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ git # Contributors +- [SATKURI KAILASH] (https://github.com/KailashSatkuri-warangal) - [Endlia](https://github.com/Endlia) - [Meet Shah](https://github.com/Meet6338-X) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) From cb9de4616551a2fc13283afad415c0399208deec Mon Sep 17 00:00:00 2001 From: Satkuri Kailash <84554842+KailashSatkuri-warangal@users.noreply.github.com> Date: Sun, 24 Aug 2025 10:23:59 +0530 Subject: [PATCH 0987/2656] Added my name to Contributors list (#102547) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 176da8b4..9d2713ca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ git # Contributors +- [SATKURI KAILASH] (https://github.com/KailashSatkuri-warangal) - [Endlia](https://github.com/Endlia) - [Meet Shah](https://github.com/Meet6338-X) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) From 2c2e7ee48e6f49a92c8597198a4f19f09198a630 Mon Sep 17 00:00:00 2001 From: KailashSatkuri-warangal Date: Sun, 24 Aug 2025 10:25:37 +0530 Subject: [PATCH 0988/2656] Added kailash to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9d2713ca..3c67291d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ git # Contributors -- [SATKURI KAILASH] (https://github.com/KailashSatkuri-warangal) +- [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) - [Endlia](https://github.com/Endlia) - [Meet Shah](https://github.com/Meet6338-X) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) From a48b6028099b43dc17c543163211eb143eac9e92 Mon Sep 17 00:00:00 2001 From: Satkuri Kailash <84554842+KailashSatkuri-warangal@users.noreply.github.com> Date: Sun, 24 Aug 2025 10:32:39 +0530 Subject: [PATCH 0989/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9d2713ca..3c67291d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ git # Contributors -- [SATKURI KAILASH] (https://github.com/KailashSatkuri-warangal) +- [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) - [Endlia](https://github.com/Endlia) - [Meet Shah](https://github.com/Meet6338-X) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) From f04f99caef79603ae0a4964127e7f4018d506449 Mon Sep 17 00:00:00 2001 From: subhajit2205 Date: Sun, 24 Aug 2025 11:00:57 +0530 Subject: [PATCH 0990/2656] Add Subhajit Datta to contributors list (#102550) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9d2713ca..19fe0b45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2136,3 +2136,4 @@ sh0uka -[YashRahate](https://github.com/YashRahate) - [Zain Amjad](https://github.com/zancheema) - [Duoduo](https://github.com/NamingRacksMyBrain) +- [Subhajit Datta](https://github.com/subhajit2205) From a7a237ae3bd6a90eee1e9eb4fd7c2001b61d1997 Mon Sep 17 00:00:00 2001 From: saran Date: Sun, 24 Aug 2025 11:19:30 +0530 Subject: [PATCH 0991/2656] Added me to Contributors (#102551) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 19fe0b45..c7287b7f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2061,6 +2061,7 @@ jack - first contribution practice -[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) From e2978b74468d6f3de789890db7ce493d92963e99 Mon Sep 17 00:00:00 2001 From: saran Date: Sun, 24 Aug 2025 11:29:55 +0530 Subject: [PATCH 0992/2656] Added me to Contributors (#102552) From 8c67b5b77f521a0b229a83cb3ec039dd798ae651 Mon Sep 17 00:00:00 2001 From: copicomi <151381054+copicomi@users.noreply.github.com> Date: Sun, 24 Aug 2025 14:26:42 +0800 Subject: [PATCH 0993/2656] Add akane to Contributors list (#102553) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7287b7f..d25e2d11 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1908,6 +1908,7 @@ Eoin O'B - Martin - Mubarak - Luis Rodriguez +- [akane](https://github.com/copicomi) - Jonathan (https://github.com/jonathan-200) - [Isaac F](https://github.com/YellowFlello) - [SoullesKev](https://github.com/Sadirock) From 5bfebba7701770ccf97b9aba2a9ba9716f379b84 Mon Sep 17 00:00:00 2001 From: Ishan Kanishka Date: Sun, 24 Aug 2025 12:15:36 +0530 Subject: [PATCH 0994/2656] Add Ishan-Kanishka (#102554) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d25e2d11..9a9bb185 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ git # Contributors - [SATKURI KAILASH] (https://github.com/KailashSatkuri-warangal) - [Endlia](https://github.com/Endlia) +- [Ishan Kanishka](https://github.com/Ishan-Kanishka) - [Meet Shah](https://github.com/Meet6338-X) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) - [Ehsan Shadmehri](https://github.com/ehsansh) From d992c6d9b0e6152287c9497af62b0f7cff7432f7 Mon Sep 17 00:00:00 2001 From: Mate Kopaliani Date: Sun, 24 Aug 2025 11:08:19 +0400 Subject: [PATCH 0995/2656] Add Mate Kopaliani to Contributors list (#102555) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9a9bb185..99379c5b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2140,3 +2140,4 @@ sh0uka - [Zain Amjad](https://github.com/zancheema) - [Duoduo](https://github.com/NamingRacksMyBrain) - [Subhajit Datta](https://github.com/subhajit2205) +- [Mate Kopaliani](https://github.com/Ka10ken1) From 8a6612f3e5f9cd8176b6bed819e2c44e17b0f7d6 Mon Sep 17 00:00:00 2001 From: Lucas Mattoso Date: Sun, 24 Aug 2025 04:25:39 -0300 Subject: [PATCH 0996/2656] Add Lucas Mattoso to Contributors list (#102556) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 99379c5b..a3841ed3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2141,3 +2141,4 @@ sh0uka - [Duoduo](https://github.com/NamingRacksMyBrain) - [Subhajit Datta](https://github.com/subhajit2205) - [Mate Kopaliani](https://github.com/Ka10ken1) +- [Lucas Mattoso](https://github.com/lucasmattoso-dev) \ No newline at end of file From 4ccc573768c5b80c662ae86e8ddde8ecc17b2711 Mon Sep 17 00:00:00 2001 From: Swati Pandey <124878255+gr8swati@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:50:36 +0530 Subject: [PATCH 0997/2656] Added Swati Pandey to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e9cdd02e..958b55c6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2144,4 +2144,4 @@ sh0uka - [Duoduo](https://github.com/NamingRacksMyBrain) - [Subhajit Datta](https://github.com/subhajit2205) - [Mate Kopaliani](https://github.com/Ka10ken1) -- [Lucas Mattoso](https://github.com/lucasmattoso-dev) \ No newline at end of file +- [Lucas Mattoso](https://github.com/lucasmattoso-dev)- [Swati Pandey](https://github.com/gr8swati) \ No newline at end of file From 018f2e995980abd0d536642f2f13b3fdabd7290d Mon Sep 17 00:00:00 2001 From: jbyunA Date: Sun, 24 Aug 2025 20:57:26 +0900 Subject: [PATCH 0998/2656] Add jbyunA to Contributors list (#102559) Co-authored-by: jbyunA --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e9cdd02e..ed51a46b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2144,4 +2144,5 @@ sh0uka - [Duoduo](https://github.com/NamingRacksMyBrain) - [Subhajit Datta](https://github.com/subhajit2205) - [Mate Kopaliani](https://github.com/Ka10ken1) -- [Lucas Mattoso](https://github.com/lucasmattoso-dev) \ No newline at end of file +- [Lucas Mattoso](https://github.com/lucasmattoso-dev) +- [jbyunA](https://github.com/jbyunA) From 3f3707f576994bfb9e51e8edc98061aea2b7739a Mon Sep 17 00:00:00 2001 From: jbyunA Date: Sun, 24 Aug 2025 21:01:27 +0900 Subject: [PATCH 0999/2656] Add jbyunA to Contributors list (#102560) Co-authored-by: jbyunA From 99f41a2209866f02b7a68a8fafa589e2352ac9b4 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sun, 24 Aug 2025 14:07:40 +0200 Subject: [PATCH 1000/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ed51a46b..82349154 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,4 @@ -git # Contributors +# Contributors - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) - [Endlia](https://github.com/Endlia) - [Ishan Kanishka](https://github.com/Ishan-Kanishka) From 134ef470ea4811b087a4ec85dfb43102e65d6107 Mon Sep 17 00:00:00 2001 From: smaliimariusilie <92807933+smaliimariusilie@users.noreply.github.com> Date: Sun, 24 Aug 2025 14:59:16 +0200 Subject: [PATCH 1001/2656] Add Marius Ilie Smalii to Contributors list (#102561) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 82349154..49d30e09 100644 --- a/Contributors.md +++ b/Contributors.md @@ -91,6 +91,7 @@ - [Ahmed Fikri](https://github.com/Fikri-20) - [Dillikumar N](https://github.com/Dillikumarnl) - [Ajay Brightson](https://github.com/AjayJ1711) +- [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) From 7a79a720aeadaa18a49cb7bb74f78d3394bf2ef8 Mon Sep 17 00:00:00 2001 From: Yi'nan SUN Date: Sun, 24 Aug 2025 21:33:19 +0800 Subject: [PATCH 1002/2656] Update Contributors.md (#102562) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 49d30e09..fbf93528 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2147,3 +2147,4 @@ sh0uka - [Mate Kopaliani](https://github.com/Ka10ken1) - [Lucas Mattoso](https://github.com/lucasmattoso-dev) - [jbyunA](https://github.com/jbyunA) +- [isaac sun](https://github.com/isaac-sun) \ No newline at end of file From d8431fca9e44f74908bd9b79d49c566ce42980cc Mon Sep 17 00:00:00 2001 From: Sneha Bichkunde <111409354+snehabichkunde@users.noreply.github.com> Date: Sun, 24 Aug 2025 19:18:52 +0530 Subject: [PATCH 1003/2656] Add sneha bichkunde to Contributors list (#102563) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fbf93528..5e9ee6b8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Sneha Bichkunde] (https://github.com/snehabichkunde) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) - [Endlia](https://github.com/Endlia) - [Ishan Kanishka](https://github.com/Ishan-Kanishka) From c3f2610bdac34af4434c6bfc065c90ba42fcbdb5 Mon Sep 17 00:00:00 2001 From: Masalto5835 Date: Sun, 24 Aug 2025 22:11:03 +0800 Subject: [PATCH 1004/2656] Add Masalt0 to Contributors.md (#102564) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5e9ee6b8..2b7fef1a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ - [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) - [Pragya Rai]() - [Saparmyrat Saparmyradov](https://github.com/Sapar-hub) - [Zohaib Khan](https://github.com/zohaibkhan745) From af2d204a076d7414e8493d5f0968159000344f46 Mon Sep 17 00:00:00 2001 From: JITHIN P Date: Sun, 24 Aug 2025 19:44:14 +0530 Subject: [PATCH 1005/2656] jithin to Contributors list (#102565) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2b7fef1a..2969ddd4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) - [Sanjeev](Grabbing oppurtunities flawlessly) - [fatimah](https://github.com/grindstack) +- [Jithin](https://github.com/jithin-dotcom) - [Milan Bhanushali] (https://github.com/milanbhanushali) - [ajit](https://github.com/ajitprachande) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) From 31f08925dc160a215eb6eafb7cb3b6c0d43e45ee Mon Sep 17 00:00:00 2001 From: Gaurav_Chaudhari <143594258+Chaudharigaur@users.noreply.github.com> Date: Sun, 24 Aug 2025 19:54:01 +0530 Subject: [PATCH 1006/2656] Adding gaurav as contributor (#102301) * Adding gaurav as contributor * Delete cls --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 82fd2af6..e935d6ed 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2102,6 +2102,7 @@ jack - first contribution practice - [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) - [y pavan reddy](https://github.com/ypavanr) - [polygon00-dev](https://github.com/polygon00-dev) From dd8c4049a00899c4b3eba5756d9e0aadaf8eb963 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sun, 24 Aug 2025 16:26:49 +0200 Subject: [PATCH 1007/2656] Update Contributors.md --- Contributors.md | 65 +------------------------------------------------ 1 file changed, 1 insertion(+), 64 deletions(-) diff --git a/Contributors.md b/Contributors.md index dc6ff100..61d22dd2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -228,70 +228,7 @@ git # Contributors - Anshuman Semwal - [Moresh](https://github.com/Moresh-Mishra) - [AnantAgarwal07](https://github.com/AnantAgarwal07) -- [Suraj Pandey](https://github.com/Suraj-360) -- [Faizan Hameed Tantray](https://github.com/faizcasm) - Faizan was here! Lets connect, build and learn together. -- [chenpan](https://github.com/giter-chenpan) - hi, my first contribution --[Sai Ram Reddy](https://github.com/sairamarava) - Namaste, This is my first contribution. -- [Mohan Sai](https://github.com/Mohansai-M) – React/Next.js Developer • [Portfolio](https://mohansaim.vercel.app/) -- [Devansh Gaur](https://github.com/Devaur03) - I am gonna be king of pirates. 🏴‍☠️ -- [David Wilson](https://github.com/CaptainDavidA) - I am gonna be the pirate ship 🏴‍☠️ --[Manali Sengupta](https://github.com/manali15-hub)- My First Open Source Contribution! -- [Aakash Mahajan](https://github.com/AakashMahajan25) - My First Open Source Contribution! -- - [Diya Pandey] https://github.com/diyapandey - hi! here to get started with open source project contribution -- [Aman Rohilla](https://github.com/amanrohilla23) -- [Theo J] - First Contribution -- [Cyril Pius](https://github.com/cyrilpiusch)- I remember Matthieu Vinet's first contribution -- [Aditya Parmar](https://github.com/Aditya18mew)- luffy -- [Emanuel Rivera](https://github.com/emanuelRiveraA) -- [Dhawal Shukla](https://github.com/DhawalShankar) - Walking slow but walking right 🇮🇳 -- [REIMOND](https://github.com/Reimond-aint-Playing) -- [Jatin Mehta](https://github.com/JatinMehta007) - My First Open Source Contribution! -- [SahilShammerDev](https://github.com/SahilShameerDev) - Hope I can get more involved with open source -- [Balusu Sri Koushik Chowdhary](https://github.com/Koushikbalusu) - My First Contribution -- [Vaishnavi Pawar](https://github.com/vaishnavipawar123) -- [Kumar Sourav](https://github.com/kumarsourav12) - My First Open Source Contribution! Hah ! -- [Shankarjatin](https://github.com/shankarjatin) - My First Open Source Contribution in 2025! -- [Natsuki Subaru](https://github.com/0Trunks0) - Natsuki Subaru was here. Remember. --[Harini Priyanka](https://github.com/Prxyankaz) - Priyanka's First Contribution -- [Vishwanath Pradeep](https://github.com/vishwanath4002) - My first contribution, will this help me not be unemployed and homeless? -[Prachi Garg](https://github.com/prachi757) – Grateful for my first open source step. -- [Matthieu Vinet](https://github.com/Mattcadam) – Will The World Remember My First Contribution? -- [Sean.K](https://github.com/itsmrseantoo) - Hello World from Taiwan. My first Contribution -- [An Axolotl](https://github.com/axolotl-gits) - Hello and grateful to the Open Source Software community. -- [Eric S](https://github.com/ericsawin) - My First Contribution -- [M Han](https://github.com/matthewhanyd) - My First Contribution --[Omorinsola Makinde](https://github.com/Omo-Rinsola) - first contribution -- [welington pires](https://github.com/welington101) - My First Contribution --[divyani singh](https://github.com/Divvyanii)-My first contributuion -- [Yuriy Diachuk] (https://github.com/Yuriydiachuk12) - first! --[Abhi](https://github.com/Abhiskanda) - My First Contribution -- [justakayy](https://github.com/justakayy) - My first Steps into the World of OSS! -- [Arvind singh panwar](https://github.com/newdevatgit) - I am in. -- [Tushar Pardhe](https://github.com/tusharpardhe18) - My First Contribution -- [Will K] (https://github.com/WiLLKMadeIt) - hope I make some cool stuff later -- [Arya K](https://github.com/aryakshirsagar) - My First Contribution -- [Shivam Mishra](https://github.com/shivgithub1234) - Feeling happy for my first contribution -- [Yuvan Raj](https://github.com/YuvanRajMathan)- Happy to start my First Contribution. -- [Rajeev Krishna](https://github.com/rajeevkm68) - My First Contribution -- [Swarup Pingale](https://github.com/swaruppingale/)- Enjoying OSS! -- [Tejasri Masina](https://github.com/TejasriMasina) -My First Contribution -- [Victor Costantini](https://github.com/vittoriocostantini) - My First Contribution -- [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. -- [Elvis Yu](https://github.com/elvis-qq) - [Ruben Da Silva](https://github.com/rubendasilva) - My First Contributing, and this is just the start of my journey! -- [Krishnan](https://github.com/Krishnan612) - Hello Brothers and Sisters, I am learning how to contribute to open source projects from India, Tamil Nadu - [Anandu Prasannan](https://github.com/AnanduPrasannan) -For the betterment of humanity -- [Argha Saha](https://github.com/Argha782) - Hello everyone, this marks the start of my open source journey...🌟🌟🌟 -- [MironBerch](https://github.com/MironBerch) - Hi, this is my first contribution. Thanks and good luck for everyone -- [Giuseppe Lomasto](https://github.com/Giuppx) - Hi everyone, this is my first contribution from Italy! --[Saral Dwivedi](https://github.com/SaralDwivedi21) -First Open Source Contribution. -- [Gabriel Frerot](https://github.com/ZarathustraSama) -Done. -- [Piyush Pratap](https://github.com/PiyushPratap10) - I am starting from here and will go in Google someday for sure. -- [Tabassum Shaikh](https://github.com/TabassumSK) - Hello, I am Starting my Contribution journey to make impact on Real World. -- [JohnDilinger](https://github.com/JohnDilinger1337) - John was here! -======= +- [Diya Pandey](https://github.com/diyapandey) - Subikshaa_Sakthivel_IMT2023020 (https://github.com/Subikshaa22) - doraemon-nobi From 9324bbbbcff4959ed36837bfc8e3107af1886f4b Mon Sep 17 00:00:00 2001 From: jithin-dotcom Date: Sun, 24 Aug 2025 20:06:23 +0530 Subject: [PATCH 1008/2656] malayalam tutorial added --- .../github-cli-tutorial-malayalam.md | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 docs/cli-tool-tutorials/github-cli-tutorial-malayalam.md diff --git a/docs/cli-tool-tutorials/github-cli-tutorial-malayalam.md b/docs/cli-tool-tutorials/github-cli-tutorial-malayalam.md new file mode 100644 index 00000000..54769be5 --- /dev/null +++ b/docs/cli-tool-tutorials/github-cli-tutorial-malayalam.md @@ -0,0 +1,96 @@ + + + + +[![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) +[![ലൈസൻസ്: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +[![Open Source Contributors](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) + +# ആദ്യ സംഭാവനകൾ + +\| Git Bash | Git Bash പതിപ്പ് | +\| ------------------------------------------------- ------------------------------------------------- ------------- | ---------------- | + +ആദ്യമായി എന്തെങ്കിലും ചെയ്യുമ്പോൾ എല്ലായ്പ്പോഴും അത് കഠിനമായി തോന്നും. പ്രത്യേകിച്ച് സഹകരിച്ച് പ്രവർത്തിക്കുമ്പോൾ തെറ്റുകൾ ചെയ്യുന്നത് ആരും ഇഷ്ടപ്പെടില്ല. പക്ഷേ **ഓപ്പൺ സോഴ്‌സ്** സഹകരണവും കൂട്ടായ പ്രവർത്തനവുമാണ്. പുതിയ സംഭാവനക്കാർക്ക് അവരുടെ **ആദ്യ സംഭാവന** നൽകുന്നത് എളുപ്പമാക്കാൻ ഞങ്ങൾ ആഗ്രഹിക്കുന്നു. + +ലേഖനങ്ങൾ വായിക്കുകയോ ട്യൂട്ടോറിയലുകൾ കാണുകയോ ചെയ്യുന്നത് സഹായകരമാണ്, പക്ഷേ നേരിട്ട് ചെയ്യുന്നതിന് പകരമൊന്നുമില്ല. +ഈ പ്രോജക്റ്റ് പുതിയവർക്ക് അവരുടെ ആദ്യ സംഭാവന നൽകുന്നത് ലളിതമാക്കുകയാണ് ലക്ഷ്യം. +ഒരുപക്ഷേ നിങ്ങൾക്ക് ശാന്തമായിരുന്നാൽ നിങ്ങൾ കൂടുതൽ മികച്ച രീതിയിൽ പഠിക്കും. + + നിങ്ങൾ നിങ്ങളുടെ ആദ്യ സംഭാവന നൽകാൻ ആഗ്രഹിക്കുന്നുവെങ്കിൽ, താഴെ കാണുന്ന ലളിതമായ ഘട്ടങ്ങൾ പിന്തുടരുക. + +നിങ്ങളുടെ **Windows കമ്പ്യൂട്ടറിൽ Git Bash ഇല്ലെങ്കിൽ**, [ഇവിടെ നിന്ന് ഇൻസ്റ്റാൾ ചെയ്യുക](https://git-scm.com/download/win). + +ഈ റീപോസിറ്ററി Fork ചെയ്യുക + +## ഈ റീപോസിറ്ററി Fork ചെയ്യുക + +ഈ പേജിന്റെ മുകളിലെ വലത് വശത്ത് കാണുന്ന **Fork** ബട്ടൺ അമർത്തി ഈ റീപോയെ Fork ചെയ്യുക. +ഇത് നിങ്ങളുടെ GitHub അക്കൗണ്ടിൽ ഒരു പകർപ്പ് സൃഷ്ടിക്കും. + +## റീപോസിറ്ററി Clone ചെയ്യുക + +ഇപ്പോൾ നിങ്ങളുടെ **Fork ചെയ്ത റീപോ** നിങ്ങളുടെ കമ്പ്യൂട്ടറിലേക്ക് Clone ചെയ്യുക. + + പ്രധാനമാണ്: **ഒറിജിനൽ റീപോ** Clone ചെയ്യരുത്. നിങ്ങളുടെ Fork ചെയ്‌തത് മാത്രം Clone ചെയ്യുക. + +Clone ചെയ്യാൻ “Code” അമർത്തി, താഴെ കാണുന്ന URL copy ചെയ്യുക. + +```bash +git clone +``` + +പിന്നീട് നിങ്ങൾ Clone ചെയ്ത റീപോ തുറക്കാൻ git bash (അല്ലെങ്കിൽ VS Code) ഉപയോഗിക്കുക. + +## ഒരു ബ്രാഞ്ച് സൃഷ്ടിക്കുക + +ഒരു പുതിയ ബ്രാഞ്ച് സൃഷ്ടിക്കാൻ: + +```bash +git checkout -b +``` + + ഉദാഹരണം: `add-your-name` + +## ആവശ്യമായ മാറ്റങ്ങൾ വരുത്തുക + +ഇപ്പോൾ `Contributors.md` ഫയൽ തുറന്ന്, ഏറ്റവും അവസാനം നിങ്ങളുടെ പേര് ചേർത്ത് **save** ചെയ്യുക. + +ഉദാഹരണം: + +``` +[ജിതിൻ പി](https://github.com/jithin-dotcom) +``` + +ഫയൽ മാറ്റം വന്നിട്ടുണ്ടോ എന്ന് പരിശോധിക്കാൻ: + +```bash +git status +``` + +## മാറ്റങ്ങൾ Commit ചെയ്യുക + +```bash +git add Contributors.md +git commit -m "നിങ്ങളുടെ പേര് Contributors പട്ടികയിൽ ചേർത്തു" +``` + +Commit വിജയമായോ എന്ന് അറിയാൻ: + +```bash +git log --oneline +``` + +## മാറ്റങ്ങൾ GitHub-ലേക്ക് Push ചെയ്യുക + +```bash +git push origin +``` + +ഇതിന് ശേഷം, GitHub-ൽ നിങ്ങളുടെ Fork തുറക്കുമ്പോൾ **Compare & pull request** ബട്ടൺ കാണും. +അത് അമർത്തി **Pull Request** തുറക്കുക. 🎉 + +--- + + വേണോ ഞാൻ മുഴുവൻ ഗൈഡും (പിന്നിലെ pull request ഭാഗം വരെ) മലയാളത്തിലേക്ക് convert ചെയ്ത് തരട്ടേ? From ce6f3da643a3ee6239883ebfb87b7a35e131d3b8 Mon Sep 17 00:00:00 2001 From: jithinmukundan Date: Sun, 24 Aug 2025 20:16:07 +0530 Subject: [PATCH 1009/2656] Add Jithin Mukundan to Contributors list (#102567) Co-authored-by: Jithin Mukundan --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1e0d5840..b5e63ef0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) +- [Jithin Mukundan](https://github.com/jithinmukundan) - [Endlia](https://github.com/Endlia) - [Ishan Kanishka](https://github.com/Ishan-Kanishka) - [Meet Shah](https://github.com/Meet6338-X) From 1fea90715943ee8038e921db9315c877d68ee594 Mon Sep 17 00:00:00 2001 From: Adnan Zaib Date: Sun, 24 Aug 2025 19:46:22 +0500 Subject: [PATCH 1010/2656] Add Adnan Zaib to Contributors list (#102568) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b5e63ef0..c0f61bb9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -979,6 +979,7 @@ Ben - [Aminat A](https://github.com/pejuameenat) -[krit22](https://github.com/krit22) Eoin O'B +- [Adnan Zaib](https://github.com/AadiZee) - [Mariusz Sobczak](https://github.com/SmoQ) - [Umair Amir](https://github.com/UmairAmir) - [Sandhya R](https://github.com/sandhya13r) From b78a9a094a122823449a8942b54eff8c1ae1ffe7 Mon Sep 17 00:00:00 2001 From: Madiha Fatima <144526926+madihamalghani@users.noreply.github.com> Date: Sun, 24 Aug 2025 08:07:52 -0700 Subject: [PATCH 1011/2656] Add my name to contributors list (#102570) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c0f61bb9..f3cc4f46 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2157,3 +2157,4 @@ sh0uka - [Lucas Mattoso](https://github.com/lucasmattoso-dev) - [jbyunA](https://github.com/jbyunA) - [isaac sun](https://github.com/isaac-sun) +- [Madiha Fatima](https://github.com/madihamalghani) \ No newline at end of file From 316de8988e8ab0742d107f740fa2b7fa20d19756 Mon Sep 17 00:00:00 2001 From: Madiha Fatima <144526926+madihamalghani@users.noreply.github.com> Date: Sun, 24 Aug 2025 08:15:38 -0700 Subject: [PATCH 1012/2656] Add my name to contributors list (#102571) From 67112461b12e403f9aa027b2471d50695d118819 Mon Sep 17 00:00:00 2001 From: G Lokesh Kumar Date: Sun, 24 Aug 2025 21:04:00 +0530 Subject: [PATCH 1013/2656] Add Lokesh kumar to contributors list (#102572) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f3cc4f46..7ee884db 100644 --- a/Contributors.md +++ b/Contributors.md @@ -114,6 +114,7 @@ - [Jem Koeleman]() - [Madhu Dora]() - [Nishal Ahmed](https://github.com/nishalahmedpk) +- [Lokesh Kumar]() - [Rudrabikram Roy](https://github.com/codedbyrudra) - [Jenna Hall](https://github.com/swejenna) - [Ankit Aggarwal](https://curious.pm) @@ -2157,4 +2158,4 @@ sh0uka - [Lucas Mattoso](https://github.com/lucasmattoso-dev) - [jbyunA](https://github.com/jbyunA) - [isaac sun](https://github.com/isaac-sun) -- [Madiha Fatima](https://github.com/madihamalghani) \ No newline at end of file +- [Madiha Fatima](https://github.com/madihamalghani) From 4c7f2b8ab2e4e35f2fff993e0424481b3562dee7 Mon Sep 17 00:00:00 2001 From: "Lalitha .N" Date: Sun, 24 Aug 2025 21:09:28 +0530 Subject: [PATCH 1014/2656] Update Contributors.md (#102573) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7ee884db..def71da6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) - [Jithin Mukundan](https://github.com/jithinmukundan) +- [Lalitha N](https://github.com/lalitha-n546) - [Endlia](https://github.com/Endlia) - [Ishan Kanishka](https://github.com/Ishan-Kanishka) - [Meet Shah](https://github.com/Meet6338-X) From 508cc3c456044fdc724e6efd179135e71c1e7a10 Mon Sep 17 00:00:00 2001 From: Amrit Amber Date: Sun, 24 Aug 2025 21:19:30 +0530 Subject: [PATCH 1015/2656] add name (#102574) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index def71da6..b30b918a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -165,6 +165,7 @@ - [Likhitha](https://github.com/likhitha07) - [Nikunj](https://github.com/nikunj69) - [David Chamling Rai](https://github.com/Wadangkaa) +- [Amrit Amber](https://github.com/ArkhamKnight25) - Sasank - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [Sruthi BJ](https://github.com/Bjsruthi) From 889d02f76e6a8cedc234bc26a12dc2f5f499cbd3 Mon Sep 17 00:00:00 2001 From: Krish8955 Date: Sun, 24 Aug 2025 21:28:44 +0530 Subject: [PATCH 1016/2656] Add Krishna Khandelwal to Contributors list (#102575) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b30b918a..a5041fad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -50,6 +50,7 @@ -[Ayush23-art](https://github.com/Ayush23-art) -[Amos-Aliko] (https://github.com/Aliko2020) - [Victor Kweka](https://github.com/victorjudysen) +- [Krishna Khandelwal] (https://github.com/krish8955) - [Muhammad Nouman](https://github.com/coder595) - [Anastasia Bobere](https://github.com/anastasiabobere) - [Nishant Naravarajula](https://github.com/nish-naravarajula) From f8e2441e4c6a64857997216b891e2f69dd34124c Mon Sep 17 00:00:00 2001 From: Sahasra Kondapalli Date: Sun, 24 Aug 2025 12:28:57 -0400 Subject: [PATCH 1017/2656] Add Sahasra Kondapalli (#102577) * Update Contributors.md * Update Contributors.md * Add Sahasra Kondapalli to Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a5041fad..fb1ea057 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2161,4 +2161,5 @@ sh0uka - [Lucas Mattoso](https://github.com/lucasmattoso-dev) - [jbyunA](https://github.com/jbyunA) - [isaac sun](https://github.com/isaac-sun) +- [Sahasra Kondapalli](https://github.com/Neural-keeper) - [Madiha Fatima](https://github.com/madihamalghani) From be6ea43b18ca60548b828d7824d42f7ac3687667 Mon Sep 17 00:00:00 2001 From: michael-tjuni Date: Mon, 25 Aug 2025 00:35:55 +0800 Subject: [PATCH 1018/2656] Add michael-tjuni to Contributors list (#102578) Co-authored-by: Michael --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fb1ea057..8971bd7c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2161,5 +2161,6 @@ sh0uka - [Lucas Mattoso](https://github.com/lucasmattoso-dev) - [jbyunA](https://github.com/jbyunA) - [isaac sun](https://github.com/isaac-sun) +- [michael tjuni](https://github.com/michael-tjuni) - [Sahasra Kondapalli](https://github.com/Neural-keeper) - [Madiha Fatima](https://github.com/madihamalghani) From 76b26011601152a5b6e13ab45474ccb18e72b010 Mon Sep 17 00:00:00 2001 From: HizS12 <151116437+HizS12@users.noreply.github.com> Date: Sun, 24 Aug 2025 13:21:19 -0400 Subject: [PATCH 1019/2656] Add Hizb Aiyub Patel to Contributors list (#102579) Co-authored-by: hizb --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8971bd7c..3241c8ec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ [TML](https://github.com/TinMoeLwin007) - [Tonny Nyauke] -[Shaswata Panda] +-[hizs12-tpysh](https://github.com/HizS12) -[Ayush23-art](https://github.com/Ayush23-art) -[Amos-Aliko] (https://github.com/Aliko2020) - [Victor Kweka](https://github.com/victorjudysen) From 91319e8fa1b0beffbb17ab6550dc978163c6351f Mon Sep 17 00:00:00 2001 From: Daniel Velez <111926951+Daniel1000c@users.noreply.github.com> Date: Sun, 24 Aug 2025 13:42:48 -0400 Subject: [PATCH 1020/2656] Add Daniel Velez to Contributors list (#102580) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3241c8ec..b4fabe7a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -31,6 +31,7 @@ - [Ravi Kumar Jha](https://github.com/ravijha9546) - [Dhairya Dev](https://github.com/hamzak51) -[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 From 30c99e2edaa249f760a19ccbbc862bdb48a43fd9 Mon Sep 17 00:00:00 2001 From: Arsh Kumar Mandal Date: Sun, 24 Aug 2025 23:57:46 +0530 Subject: [PATCH 1021/2656] Arsh Kumar mandal (#102581) Co-authored-by: Arsh Kumar Mandal --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b4fabe7a..b55a3799 100644 --- a/Contributors.md +++ b/Contributors.md @@ -206,6 +206,7 @@ - [KamalKant](https://github.com/kamal2730) - [HarshYadav152](https://github.com/HarshYadav152) - [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) From 4857e06b6b40691896975177144d20131e795f07 Mon Sep 17 00:00:00 2001 From: dwy310 Date: Mon, 25 Aug 2025 02:35:56 +0800 Subject: [PATCH 1022/2656] Add Darryl to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a28e8578..78c9b899 100644 --- a/Contributors.md +++ b/Contributors.md @@ -36,6 +36,7 @@ - [Aakash Mahajan](https://github.com/AakashMahajan25) - My First Open Source Contribution! - [Aman Rohilla](https://github.com/amanrohilla23) - [Theo J] - First Contribution +- [Darryl](https://github.com/dwy310)- Hoping to not cause another Crowd Strike incident! - [Cyril Pius](https://github.com/cyrilpiusch)- I remember Matthieu Vinet's first contribution - [Emanuel Rivera](https://github.com/emanuelRiveraA) - [Dhawal Shukla](https://github.com/DhawalShankar) - Walking slow but walking right 🇮🇳 From 9eeeb1ba6225fc29b695eb7fee1cd14498d1a8f4 Mon Sep 17 00:00:00 2001 From: jeffrey3224 Date: Sun, 24 Aug 2025 13:21:33 -0700 Subject: [PATCH 1023/2656] Add Jeffrey Girard to Contributors list (#102584) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b55a3799..3f6cc43b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -178,6 +178,7 @@ - [Demetris B.](https://github.com/deyil) - Ayush - [Priyanshu Tiwari](https://github.com/d3monviking) +- [Jeffrey Girard] (https://github.com/jeffrey3224) - [Kartikeya Dimri](https://github.com/kartikeya-dimri) - [0xAnamul](https://github.com/0xAnamul) - [AshuRohom](https://github.com/ashurohom) From 1a8e30e842d4115205056e15980cc011c1311abe Mon Sep 17 00:00:00 2001 From: Hashim Iqbal <72518783+Haz-ctrl@users.noreply.github.com> Date: Sun, 24 Aug 2025 22:58:09 +0100 Subject: [PATCH 1024/2656] Adding Hashim Iqbal to contributors list (#102587) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3f6cc43b..b292ec96 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2168,3 +2168,4 @@ sh0uka - [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) \ No newline at end of file From c1d570d1a5b0649307bedbd8d3ad6760a1e908b1 Mon Sep 17 00:00:00 2001 From: LionEY <159697869+LionEYm@users.noreply.github.com> Date: Mon, 25 Aug 2025 01:13:38 +0300 Subject: [PATCH 1025/2656] Add LionEY to Contributors list (#102588) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b292ec96..8a0ef446 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [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) - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) From 23b27c56cf38fb630b1f674b4e055ec3185fa781 Mon Sep 17 00:00:00 2001 From: Abbas Jr <109457597+MoAbbasid@users.noreply.github.com> Date: Mon, 25 Aug 2025 06:29:38 +0800 Subject: [PATCH 1026/2656] Add Abbas Elsayed to contributors.md List (#102589) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8a0ef446..fa24ee29 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [Meet Shah](https://github.com/Meet6338-X) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) - [Ehsan Shadmehri](https://github.com/ehsansh) +- [Abbas Elsayed](https://github.com/MoAbbasid) - [Amanuel G](https://github.com/amanuel-gebresilasie) - [Pinintti Sunil](https://github.com/Pininttisunil) - [Dimirrius Farida](https://github.com/CodeBotD) From b4a06c55408ea4364dac0bf37834a02530165fd8 Mon Sep 17 00:00:00 2001 From: thorixrover <149857956+thorixrover@users.noreply.github.com> Date: Mon, 25 Aug 2025 08:18:08 +0900 Subject: [PATCH 1027/2656] Thoriq Nurathif Fadhlullah Wajo (#102590) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index fa24ee29..da363427 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2170,4 +2170,5 @@ sh0uka - [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) \ No newline at end of file +- [Hashim Iqbal](https://github.com/Haz-ctrl) +- [Thoriq Nurathif Fadhlullah Wajo](https://github.com/thorixrover) From be6218bcbcf1a2486e2dc65d86a70fda18ebadee Mon Sep 17 00:00:00 2001 From: Paulo de Tarso Date: Sun, 24 Aug 2025 21:29:47 -0300 Subject: [PATCH 1028/2656] Add Paulo Izidoro to Contributors list (#102591) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index da363427..0d15acd6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -205,6 +205,7 @@ - [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) From a8902288685c08bee87ac9536ad2247bc3ac232a Mon Sep 17 00:00:00 2001 From: beckarama <33585537+beckarama@users.noreply.github.com> Date: Sun, 24 Aug 2025 21:50:52 -0500 Subject: [PATCH 1029/2656] Add your-name to Contributors list (#102592) Co-authored-by: Beck Bargas --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0d15acd6..ff3be1db 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2096,6 +2096,7 @@ jack - first contribution practice -[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) From b553c5e9320ba7cf47699fb3a30167d71a0d0c31 Mon Sep 17 00:00:00 2001 From: Shakil Ahmed <150160831+paharivalu@users.noreply.github.com> Date: Mon, 25 Aug 2025 09:31:54 +0600 Subject: [PATCH 1030/2656] Adding Shakil Ahmed as Contributor (#102593) Co-authored-by: RootCode --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ff3be1db..6ef475de 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2153,6 +2153,7 @@ sh0uka -[Julian Londono](https://github.com/JULI1926) - [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) -[John Martin](https://github.com/JohnMartin0301) +-[Shakil Ahmed](https://github.com/paharivalu) -[Ryan Sumithra](https://github.com/RyanSumithra) -[Samhit Prakash Nayak](https://github.com/samhit24) -[Tanisha Dash](https://github.com/Dtanisha) @@ -2173,4 +2174,4 @@ sh0uka - [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) +- [Thoriq Nurathif Fadhlullah Wajo](https://github.com/thorixrover) \ No newline at end of file From 3b5017899282c7bc4491630e0465f2a2b5775098 Mon Sep 17 00:00:00 2001 From: AadilBashir Date: Mon, 25 Aug 2025 09:58:38 +0530 Subject: [PATCH 1031/2656] Adding my name to Contributors list (#102595) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6ef475de..9ffbbba0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Abbas Elsayed](https://github.com/MoAbbasid) - [Amanuel G](https://github.com/amanuel-gebresilasie) - [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) - [Vinicius] From 7ef3db0673a202b32c18212b991c55215eee5a5f Mon Sep 17 00:00:00 2001 From: A-RAKSHITHA <163582195+A-RAKSHITHA@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:17:26 +0530 Subject: [PATCH 1032/2656] Add A.Rakshitha to Contributors list (#102596) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9ffbbba0..030bd4e2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -284,6 +284,7 @@ - [alluriakhil18](https://github.com/alluriakhil18) - [Aditya Rao] - [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) @@ -2175,4 +2176,4 @@ sh0uka - [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) \ No newline at end of file +- [Thoriq Nurathif Fadhlullah Wajo](https://github.com/thorixrover) From ef8d304afc0f611065fe007dc1ec5cb123f852ff Mon Sep 17 00:00:00 2001 From: Piyush2604 <143865601+sloppysaint@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:22:40 +0530 Subject: [PATCH 1033/2656] Add Piyush to Contributors list (#102597) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 030bd4e2..89820ab6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -333,6 +333,7 @@ - Matt - ayfayfayf - Farsat +- [Piyush](https://github.com/sloppysaint) - [Farman Ali](https://github.com/farman-cloud) - [Praneeth](https://github.com/praneethem) - [Sam Ruiz](https://github.com/LiebesleidSam) From 2ad917eb10898222599a58dfc06cf22bd56df7f1 Mon Sep 17 00:00:00 2001 From: Peter Li <42929320+kalokli8@users.noreply.github.com> Date: Mon, 25 Aug 2025 13:24:31 +0800 Subject: [PATCH 1034/2656] Update Contributors.md (#102599) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 89820ab6..e34f3307 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2178,3 +2178,4 @@ sh0uka - [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) From ac80d75e83202ac14c2d613584399e819aaf1bf2 Mon Sep 17 00:00:00 2001 From: Joel Varghese <53945072+joelvarghese6@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:14:25 +0530 Subject: [PATCH 1035/2656] Add Joel Varghese to Contributors list (#102601) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e34f3307..d06928f1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2179,3 +2179,4 @@ sh0uka - [Hashim Iqbal](https://github.com/Haz-ctrl) - [Thoriq Nurathif Fadhlullah Wajo](https://github.com/thorixrover) - [Peter Li](https://github.com/kalokli8) +- [Joel varghese](https://github.com/joelvarghese6) From 834aadfa1c75e7659bb24e54a7bf91851d93b3a4 Mon Sep 17 00:00:00 2001 From: tejastm75job-web Date: Mon, 25 Aug 2025 12:20:07 +0530 Subject: [PATCH 1036/2656] Add Tejas T M to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e34f3307..6f0a725b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2179,3 +2179,4 @@ sh0uka - [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) From 0776fd82fb8b645f287dd7c07a58e406c5a562bf Mon Sep 17 00:00:00 2001 From: Zhuocheng Li Date: Mon, 25 Aug 2025 02:58:24 -0400 Subject: [PATCH 1037/2656] Zhuocheng Li branch (#102603) * Update Contributors.md * Update Contributors.md * Add Zhuocheng Li to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d06928f1..cebda5e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -72,6 +72,7 @@ - [Naveen C](https://github.com/naveench98) - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) +- Zhuocheng Li - [eieilin](https://github.com/eieilin) - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) From 586024317a127521279348897a9a0e9154c28761 Mon Sep 17 00:00:00 2001 From: chandrabali <131677862+cb-04@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:35:47 +0530 Subject: [PATCH 1038/2656] Added Chandrabali Biswas (#102604) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cebda5e3..2c7358a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2181,3 +2181,4 @@ sh0uka - [Thoriq Nurathif Fadhlullah Wajo](https://github.com/thorixrover) - [Peter Li](https://github.com/kalokli8) - [Joel varghese](https://github.com/joelvarghese6) +- [Chandrabali Biswas](https://github.com/cb-04) From dc8bb821482fdcf8392d5a0b59aaf32b49529f42 Mon Sep 17 00:00:00 2001 From: Syaiful Y Platoteles Date: Mon, 25 Aug 2025 14:16:48 +0700 Subject: [PATCH 1039/2656] Add Syaiful Yudha Platoteles to Contributors list (#102605) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2c7358a2..b8da964f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -50,6 +50,7 @@ [TML](https://github.com/TinMoeLwin007) - [Tonny Nyauke] -[Shaswata Panda] +-[Syaiful Yudha Platoteles](https://github.com/Platotel3s) -[hizs12-tpysh](https://github.com/HizS12) -[Ayush23-art](https://github.com/Ayush23-art) -[Amos-Aliko] (https://github.com/Aliko2020) From b40a90a28ef049829ff7f3bfc861139dd48b7261 Mon Sep 17 00:00:00 2001 From: tejastm75job-web Date: Mon, 25 Aug 2025 13:37:01 +0530 Subject: [PATCH 1040/2656] Add Tejas T M to Contributors list and improve styling --- Contributors.md | 1 + website/index.html | 14 ++++++++++++++ website/style.css | 15 +++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 website/index.html create mode 100644 website/style.css diff --git a/Contributors.md b/Contributors.md index e34f3307..58c65576 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2179,3 +2179,4 @@ sh0uka - [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) \ No newline at end of file diff --git a/website/index.html b/website/index.html new file mode 100644 index 00000000..98be7f77 --- /dev/null +++ b/website/index.html @@ -0,0 +1,14 @@ + + + + + Contributors + + +

Contributors

+
    +
  • Tejas T M
  • +
  • Other Contributor
  • +
+ + diff --git a/website/style.css b/website/style.css new file mode 100644 index 00000000..615f00b4 --- /dev/null +++ b/website/style.css @@ -0,0 +1,15 @@ +body { + font-family: Arial, sans-serif; + background-color: #f0f0f0; + text-align: center; +} + +ul { + list-style-type: none; +} + +li { + margin: 10px 0; + font-size: 18px; + color: #333; +} From 7ef3af2bd976ad5e22c0544dc79761ceccb72b4d Mon Sep 17 00:00:00 2001 From: Emaan Fatima Date: Mon, 25 Aug 2025 13:51:53 +0500 Subject: [PATCH 1041/2656] Add Emaan Fatima to Contributors list (#102607) Co-authored-by: Muhammad Shahbaz --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b8da964f..497f13d9 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](https://github.com/emaan123dev) \ No newline at end of file From 8e6dc6d5d35b54b56b5f37b2d5900e0b2774cafa Mon Sep 17 00:00:00 2001 From: Princess Ogunka Date: Mon, 25 Aug 2025 11:55:53 +0100 Subject: [PATCH 1042/2656] Add Princess Ogunka to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 497f13d9..65b38570 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2183,4 +2183,5 @@ sh0uka - [Peter Li](https://github.com/kalokli8) - [Joel varghese](https://github.com/joelvarghese6) - [Chandrabali Biswas](https://github.com/cb-04) -- [Emaan Fatima](https://github.com/emaan123dev) \ No newline at end of file +- [Emaan Fatima](https://github.com/emaan123dev) +- [Princess Ogunka](https://github.com/princessbillions) From 487dbbdf973c4b335f37c33925d8fa255b15b627 Mon Sep 17 00:00:00 2001 From: Gaurav Patil Date: Mon, 25 Aug 2025 16:27:31 +0530 Subject: [PATCH 1043/2656] ADD My name (#102608) Co-authored-by: Gaurav --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 497f13d9..0f86a1ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2183,4 +2183,5 @@ sh0uka - [Peter Li](https://github.com/kalokli8) - [Joel varghese](https://github.com/joelvarghese6) - [Chandrabali Biswas](https://github.com/cb-04) -- [Emaan Fatima](https://github.com/emaan123dev) \ No newline at end of file +- [Emaan Fatima](https://github.com/emaan123dev) +- [Gaurav patil](https://github.com/Gauravpatil1) \ No newline at end of file From 2efa6eec8f50932e57e9156d78b2392c4c256c92 Mon Sep 17 00:00:00 2001 From: Sandhana Krishnan S <132252351+Sandhana-Krishnan-S@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:14:16 +0530 Subject: [PATCH 1044/2656] Add Sandhana-Krishnan-S to Contributors list (#102611) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0f86a1ee..fdf7de60 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2184,4 +2184,5 @@ sh0uka - [Joel varghese](https://github.com/joelvarghese6) - [Chandrabali Biswas](https://github.com/cb-04) - [Emaan Fatima](https://github.com/emaan123dev) -- [Gaurav patil](https://github.com/Gauravpatil1) \ No newline at end of file +- [Gaurav patil](https://github.com/Gauravpatil1) +- [Sandhana Krishnan](https://github.com/Sandhana-Krishnan-S) From 65d1cd15091cc9634d59d933f56b19640efa60e7 Mon Sep 17 00:00:00 2001 From: seohg <63279356+seohg@users.noreply.github.com> Date: Mon, 25 Aug 2025 20:53:59 +0900 Subject: [PATCH 1045/2656] Add seohg to Contibutors list (#102612) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fdf7de60..a03b9a64 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2186,3 +2186,4 @@ sh0uka - [Emaan Fatima](https://github.com/emaan123dev) - [Gaurav patil](https://github.com/Gauravpatil1) - [Sandhana Krishnan](https://github.com/Sandhana-Krishnan-S) +- [Hyokyung Seo](https://github.com/seohg) From fe269fc2440043c8e833796ae8f0dd642867d430 Mon Sep 17 00:00:00 2001 From: ngisaiah Date: Mon, 25 Aug 2025 14:01:47 +0200 Subject: [PATCH 1046/2656] add Isaiah Ng to contributors (#102613) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a03b9a64..c0e9b483 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,6 +63,7 @@ - [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) - [Alex Hann](https://github.com/lurch9) - [NANDANI AGRAWAL](hhttps://github.com/Nandani9443) - [rkb121541](https://github.com/rkb121541) From 693522fe5d63a79452057ffed66e6458a5b9ab0f Mon Sep 17 00:00:00 2001 From: Guganraj Rengaraju Date: Mon, 25 Aug 2025 18:10:05 +0530 Subject: [PATCH 1047/2656] add Guganraj --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c0e9b483..cdd9b657 100644 --- a/Contributors.md +++ b/Contributors.md @@ -330,7 +330,7 @@ - [AnantAgarwal07](https://github.com/AnantAgarwal07) - [Diya Pandey](https://github.com/diyapandey) - Subikshaa_Sakthivel_IMT2023020 (https://github.com/Subikshaa22) - + - [Guganraj Rengaraju](https://github.com/george1518) - doraemon-nobi - Lanky_ - Matt From 281dd0cb30280fbecd4cc8cd1c54c509b9bf3a1d Mon Sep 17 00:00:00 2001 From: Rishu1724 Date: Mon, 25 Aug 2025 18:34:15 +0530 Subject: [PATCH 1048/2656] Add Rishu to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6c0a54a6..5c92ba70 100644 --- a/Contributors.md +++ b/Contributors.md @@ -865,6 +865,7 @@ Matthew Burgos - [Harsh Gharsandiya](https://github.com/harshgharsandiya) - [Ayananth](https://github.com/Ayananth) - [jorsyk](https://github.com/jorsyk) +- [Rishu kuamr](https://github.com/1724) - [rajeshwar](https://github.com/snehasuresh2005) - [mayurk224](https://github.com/mayurk224) - [Gurvansh](https://github.com/Obsidian-Ninja) From 004fe67b2692a49d10b71aee594fea1b2bdee4de Mon Sep 17 00:00:00 2001 From: Aaron Lee Date: Mon, 25 Aug 2025 21:14:07 +0800 Subject: [PATCH 1049/2656] Add acelee0621 to Contributors.md (#102617) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c0e9b483..c7ac8533 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2188,3 +2188,4 @@ sh0uka - [Gaurav patil](https://github.com/Gauravpatil1) - [Sandhana Krishnan](https://github.com/Sandhana-Krishnan-S) - [Hyokyung Seo](https://github.com/seohg) +- [Aaron Lee](https://github.com/acelee0621) From 7e16812cf1dcf45fa0ba12758825c917bd95e710 Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 25 Aug 2025 17:06:14 +0300 Subject: [PATCH 1050/2656] Add Francis Wanyoike Ng'ang'a to contributors list (#102618) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7ac8533..580a19ce 100644 --- a/Contributors.md +++ b/Contributors.md @@ -121,6 +121,7 @@ - [Aaaappplle](https://github.com/aaaappplle) - vituwc - [Abhishek Pandey] +- [Francis Wanyoike Ng'ang'a](https://github.com/Ranci-18) - [Jem Koeleman]() - [Madhu Dora]() - [Nishal Ahmed](https://github.com/nishalahmedpk) From f50b5981570632abe73580862a4a8157caf7b5b1 Mon Sep 17 00:00:00 2001 From: Abishekhob <135692354+Abishekhob@users.noreply.github.com> Date: Mon, 25 Aug 2025 21:43:04 +0530 Subject: [PATCH 1051/2656] Add Abishekh to Contributors list (#102621) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 580a19ce..fca9e559 100644 --- a/Contributors.md +++ b/Contributors.md @@ -239,6 +239,7 @@ - [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) From 1b6866b24083e74c64ff5946a76b056e548829c2 Mon Sep 17 00:00:00 2001 From: Tony Jimenez Date: Mon, 25 Aug 2025 12:43:51 -0400 Subject: [PATCH 1052/2656] Added Tony J to the Contributors List (#102622) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fca9e559..331c2c25 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [Hruthik Chauan](https://github.com/hruthikchauhan07) - [Vinicius] - [Plexton](https://github.com/ZaibLComrade) +- [Tony J.](https://github.com/t0nebone) - [Yarno Grenier](https://github.com/yarno97x) - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) - [Sanjeev](Grabbing oppurtunities flawlessly) From 15556b7a803cd3b541099efd1e64648b67a2298e Mon Sep 17 00:00:00 2001 From: Gunda Shiva kumar <124490290+shivakumar04@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:50:56 +0530 Subject: [PATCH 1053/2656] Add-Shiva-Kumar (#102623) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 331c2c25..9975bf56 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [Jithin Mukundan](https://github.com/jithinmukundan) - [Lalitha N](https://github.com/lalitha-n546) - [Endlia](https://github.com/Endlia) +- [Shiva Kumar](https://github.com/shivakumar04) - [Ishan Kanishka](https://github.com/Ishan-Kanishka) - [Meet Shah](https://github.com/Meet6338-X) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) From c6aaa527da32bf989da959741979e2930c870e69 Mon Sep 17 00:00:00 2001 From: Akshad <145419132+Akshad04@users.noreply.github.com> Date: Mon, 25 Aug 2025 23:28:50 +0530 Subject: [PATCH 1054/2656] Add Akshad to Contributors list (#102624) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9975bf56..300168ec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2193,3 +2193,4 @@ sh0uka - [Sandhana Krishnan](https://github.com/Sandhana-Krishnan-S) - [Hyokyung Seo](https://github.com/seohg) - [Aaron Lee](https://github.com/acelee0621) +- [Akshad](https://github.com/Akshad04) From 9355c56a4f5e02b39ff0bc59374afa676b143ed8 Mon Sep 17 00:00:00 2001 From: shruti Date: Tue, 26 Aug 2025 01:08:05 +0530 Subject: [PATCH 1055/2656] Add Shruti to Contributors list --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7363e350..55ff01d6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4590,4 +4590,6 @@ Jin - [nyaru177](https://github.com/nyaru177) - NiHao sekai!! - [lichangz](https://github.com/lichangz-git) - hello - [mus](https://github.com/Mu5-0099) - Second time, maybe success -- [Gokularaman Chandran](https://github.com/gokularaman-c) - Every great things starts from something very small \ No newline at end of file +- [Gokularaman Chandran](https://github.com/gokularaman-c) - Every great things starts +from something very small +- [Shruti jain ](https://github.com/shrutijain2110) \ No newline at end of file From 8b3f7d601b60eb156e05fb2264e73790218b5e8f Mon Sep 17 00:00:00 2001 From: ayyaz yousaf Date: Tue, 26 Aug 2025 00:40:39 +0500 Subject: [PATCH 1056/2656] docs: add Ayaz Yousaf to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 300168ec..b2af3ad6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2194,3 +2194,5 @@ sh0uka - [Hyokyung Seo](https://github.com/seohg) - [Aaron Lee](https://github.com/acelee0621) - [Akshad](https://github.com/Akshad04) +- [Ayaz Yousaf](https://github.com/ayyaz126) + From 107241722875e4836f3c194e89ffc24d1e9b0bb9 Mon Sep 17 00:00:00 2001 From: Steven <125313035+SteveTawali@users.noreply.github.com> Date: Tue, 26 Aug 2025 02:09:30 +0300 Subject: [PATCH 1057/2656] Add SteveTawali to Contributors list (#102628) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 300168ec..86508834 100644 --- a/Contributors.md +++ b/Contributors.md @@ -112,6 +112,7 @@ - [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) From 5abc5d8dc11dfe7f27b3c565a164f2ea3937445d Mon Sep 17 00:00:00 2001 From: jocatoa Date: Mon, 25 Aug 2025 20:49:12 -0300 Subject: [PATCH 1058/2656] Add this is you (#102629) * test to check out fork commands Visual Code Joao * Add Joao Carlos Lima to Contributors list * Delete teste.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 86508834..7b337a5d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2179,6 +2179,7 @@ sh0uka - [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) - [michael tjuni](https://github.com/michael-tjuni) From 6ddfe21c514e3d61715fe591dc070aec3bc206f9 Mon Sep 17 00:00:00 2001 From: Ashish Bairwa <78800165+ashishb20@users.noreply.github.com> Date: Tue, 26 Aug 2025 05:46:43 +0530 Subject: [PATCH 1059/2656] Add Ashish Bairwa to Contributers list (#102630) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7b337a5d..f8b080a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Milan Bhanushali] (https://github.com/milanbhanushali) - [ajit](https://github.com/ajitprachande) - [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) From 998bf9f1d2da372340caf4774980339aa9089051 Mon Sep 17 00:00:00 2001 From: JhanviN Date: Tue, 26 Aug 2025 09:53:21 +0530 Subject: [PATCH 1060/2656] commit to the contributors list (#102631) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f8b080a2..931139b0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -79,6 +79,7 @@ - [SSA](https://github.com/sshnag) - Zhuocheng Li - [eieilin](https://github.com/eieilin) +- [Jhanvi](https://github.com/JhanviN) - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) - [Noor Jellani](https://github.com/nurulain0) From 885544bfc14d49557353bef15eccfe181eb2b98d Mon Sep 17 00:00:00 2001 From: Sasindu Manamperi Date: Tue, 26 Aug 2025 10:00:31 +0530 Subject: [PATCH 1061/2656] Add Sasindu Manamperi to Contributors list (#102632) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 931139b0..1df1f9e7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1122,6 +1122,7 @@ Eoin O'B - [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) - [Rahul Parihar](https://github.com/Parihar-Dev) - [Taha Tariq](https://github.com/tahatariq19) From 0fd9b7bbb736a6fdc2c17fa7b62e338753b49155 Mon Sep 17 00:00:00 2001 From: devinrand <112514911+devinrand@users.noreply.github.com> Date: Mon, 25 Aug 2025 21:42:25 -0700 Subject: [PATCH 1062/2656] Add devin-rand to Contributors list (#102633) Co-authored-by: Devin Rand --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1df1f9e7..12a61f4c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Meet Shah](https://github.com/Meet6338-X) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) - [Ehsan Shadmehri](https://github.com/ehsansh) +- [Devin Rand](https://github.com/devinrand) - [Abbas Elsayed](https://github.com/MoAbbasid) - [Amanuel G](https://github.com/amanuel-gebresilasie) - [Pinintti Sunil](https://github.com/Pininttisunil) From 6115f50f6124ffed6dc3a8d318a0b1775ce137d7 Mon Sep 17 00:00:00 2001 From: calvinmachado20 Date: Tue, 26 Aug 2025 10:21:27 +0530 Subject: [PATCH 1063/2656] Added self as contributor (#102625) * Added self as contributor * Updating changes to only 1 line --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 12a61f4c..58e8e42c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2200,3 +2200,4 @@ sh0uka - [Hyokyung Seo](https://github.com/seohg) - [Aaron Lee](https://github.com/acelee0621) - [Akshad](https://github.com/Akshad04) +- [Calvin John Machado](https://github.com/calvinmachado20) From d912f133072ecb296733fa59bf5259a172674e43 Mon Sep 17 00:00:00 2001 From: Sanal Nayyar Date: Tue, 26 Aug 2025 10:27:32 +0530 Subject: [PATCH 1064/2656] Add Sanal Nayyar to Contributor List (#102634) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 58e8e42c..3378f1a0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -167,6 +167,7 @@ - [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) From 67e5c6dff15517a80b8b12291c4b7b4b936b4f98 Mon Sep 17 00:00:00 2001 From: aksharkh <127503910+aksharkh@users.noreply.github.com> Date: Tue, 26 Aug 2025 10:44:45 +0530 Subject: [PATCH 1065/2656] Add akshar to Contributors list (#102636) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3378f1a0..a15f00e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) - [Jithin Mukundan](https://github.com/jithinmukundan) +- [Akshar K H](https://github.com/aksharkh) - [Lalitha N](https://github.com/lalitha-n546) - [Endlia](https://github.com/Endlia) - [Shiva Kumar](https://github.com/shivakumar04) From 94ef9769bc4773f867409ffe20ef8936d20146c4 Mon Sep 17 00:00:00 2001 From: Arjun Sharma <129678257+arjundevensharma@users.noreply.github.com> Date: Tue, 26 Aug 2025 01:17:31 -0400 Subject: [PATCH 1066/2656] Add Arjun to Contributors list (#102637) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a15f00e8..02e8749e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -137,6 +137,7 @@ - [Jenna Hall](https://github.com/swejenna) - [Ankit Aggarwal](https://curious.pm) - [rubik](https://github.com/rubiksfood) +- [Arjun](https://github.com/arjundevensharma) - [Benjamin Seddon](https://github.com/Seddo151) - [Ruben Legend](https://github.com/Ruben-legend) - [Kaushalraj Puwar](https://github.com/kaushalrajpuwar) @@ -1289,7 +1290,7 @@ Eoin O'B - [Bhavishay Bharti](https://github.com/bhavi-b) - [Dascalu Dumitru](https://github.com/IronMemo) - [Keval Deepak](https://github.com/kevaldeepak) -- [R Ricky Roger](htttps://github.com/RickRo77) +- [R Ricky Roger](https://github.com/RickRo77) - [JasonSA1993](https://github.com/JasonSa1993/) - [Suresh Deora](https://github.com/SureshDeora) - [Mohanshi Jain](https://github.com/Mohanshi04) From 2cdbaac25c9436a195f464ead5ea6d166bb77882 Mon Sep 17 00:00:00 2001 From: aksharkh <127503910+aksharkh@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:23:56 +0530 Subject: [PATCH 1067/2656] Akshar1 (#102638) * Add akshar to Contributors list * Add akshar to Contributors List --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 02e8749e..0f2e2df3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1687,6 +1687,7 @@ Eoin O'B - [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) - [Joseph O'Neill](https://github.com/L00188381) From 078b648f714f83260981d07ee098de0a24589965 Mon Sep 17 00:00:00 2001 From: Prathmesh Sananse <113549833+prathmesh-sananse@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:59:48 +0530 Subject: [PATCH 1068/2656] Add Prathmesh Sanansee to Contributors list (#102639) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0f2e2df3..7bd91f7a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) - [Jithin Mukundan](https://github.com/jithinmukundan) - [Akshar K H](https://github.com/aksharkh) +- [Prathmesh Sananse](https://github.com/prathmesh-sananse) - [Lalitha N](https://github.com/lalitha-n546) - [Endlia](https://github.com/Endlia) - [Shiva Kumar](https://github.com/shivakumar04) From 0b415e26badca68628c6c927bee490d29f825b6c Mon Sep 17 00:00:00 2001 From: PRANESH S <157231277+Pranesh2288@users.noreply.github.com> Date: Tue, 26 Aug 2025 12:27:40 +0530 Subject: [PATCH 1069/2656] Add Pranesh to contributors list (#102641) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7bd91f7a..faa62286 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Akshar K H](https://github.com/aksharkh) - [Prathmesh Sananse](https://github.com/prathmesh-sananse) - [Lalitha N](https://github.com/lalitha-n546) +- [Pranesh](https://github.com/Pranesh2288) - [Endlia](https://github.com/Endlia) - [Shiva Kumar](https://github.com/shivakumar04) - [Ishan Kanishka](https://github.com/Ishan-Kanishka) From 8b61e0d9ac817552a99da02696e48a3eedc36189 Mon Sep 17 00:00:00 2001 From: Rahul Dutta <167965148+RahulDutta7@users.noreply.github.com> Date: Tue, 26 Aug 2025 12:31:02 +0530 Subject: [PATCH 1070/2656] Add Rahul Dutta to Contributors list (#102642) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index faa62286..38245b53 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2017,6 +2017,7 @@ Eoin O'B - [Cristian Nustes](https://github.com/cristiaaann27) - [Dev Chagas](https://github.com/devchagas) - [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) From ec5d85a2deef23ae31a6df03a6f1557cc5364879 Mon Sep 17 00:00:00 2001 From: Nithwin <132214352+Nithwin@users.noreply.github.com> Date: Tue, 26 Aug 2025 12:32:59 +0530 Subject: [PATCH 1071/2656] Add Nithwin to Contributors list (#102643) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 38245b53..745bf1a5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Sneha Bichkunde] (https://github.com/snehabichkunde) +- [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) - [Jithin Mukundan](https://github.com/jithinmukundan) - [Akshar K H](https://github.com/aksharkh) From d9af61a9a79120cae101a2f715eb96eb924a79f0 Mon Sep 17 00:00:00 2001 From: Muhammad Shahbaz Date: Tue, 26 Aug 2025 12:09:56 +0500 Subject: [PATCH 1072/2656] 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 1073/2656] 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 89ace35390c2b9133ddd87edc2be6dd750619145 Mon Sep 17 00:00:00 2001 From: Akshat kumar gupta <154533419+AKSHAT-KUMAR-GUPTA07@users.noreply.github.com> Date: Tue, 26 Aug 2025 13:28:56 +0530 Subject: [PATCH 1074/2656] Add Akshat Kumar Gupta to Contributors list (#102645) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 745bf1a5..537a929a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1202,6 +1202,7 @@ Eoin O'B - [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) From 10e1d387e3a7edb55e93aef742fad4864cbf2993 Mon Sep 17 00:00:00 2001 From: Muhammad Shahbaz Date: Tue, 26 Aug 2025 13:48:30 +0500 Subject: [PATCH 1075/2656] 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 530d5025b2465db91aac2f393c1fea142e5e24cc Mon Sep 17 00:00:00 2001 From: James Harrison Date: Tue, 26 Aug 2025 10:36:53 +0100 Subject: [PATCH 1076/2656] Add James Harrison to Contributors list (#102647) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 537a929a..7893497c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1987,6 +1987,7 @@ Eoin O'B - [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) From b15760e3e372ff4c02b82f35d87f0f3db767bcfb Mon Sep 17 00:00:00 2001 From: Muhammad Qasim Date: Tue, 26 Aug 2025 14:39:55 +0500 Subject: [PATCH 1077/2656] Add Muhammad Qasim to Contributors list (#102648) Co-authored-by: --global <--global> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7893497c..e842ac5a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2211,3 +2211,4 @@ sh0uka - [Aaron Lee](https://github.com/acelee0621) - [Akshad](https://github.com/Akshad04) - [Calvin John Machado](https://github.com/calvinmachado20) +- [Muhammad Qasim](https://github.com/muhammadqasim-10xe) \ No newline at end of file From a6aa4341f81e0ec0a8a380e5b90c487842a0f645 Mon Sep 17 00:00:00 2001 From: lidada64 <1228143436@qq.com> Date: Tue, 26 Aug 2025 17:40:23 +0800 Subject: [PATCH 1078/2656] Add lidada64 to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 537a929a..ac22e3a8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2210,3 +2210,4 @@ sh0uka - [Aaron Lee](https://github.com/acelee0621) - [Akshad](https://github.com/Akshad04) - [Calvin John Machado](https://github.com/calvinmachado20) +- [lidada64](https://github.com/lidada64) \ No newline at end of file From 28a8ff1d88d8a4db6a00c566617125a7d9a908e5 Mon Sep 17 00:00:00 2001 From: apyblrnprgmng Date: Tue, 26 Aug 2025 17:45:23 +0800 Subject: [PATCH 1079/2656] Update Contributors.md (#102649) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e842ac5a..bc1758f3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -130,6 +130,7 @@ - [Prashanth-000](https://github.com/Prashanth-000) - [Aaaappplle](https://github.com/aaaappplle) - vituwc +- [thirtyone-ntotal](https://github.com/thirtyone-ntotal) - [Abhishek Pandey] - [Francis Wanyoike Ng'ang'a](https://github.com/Ranci-18) - [Jem Koeleman]() From 450d23ed9aa48a5b1bbd80a712182ec090c09724 Mon Sep 17 00:00:00 2001 From: IATOI Date: Tue, 26 Aug 2025 16:56:53 +0700 Subject: [PATCH 1080/2656] Add iatoi to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 537a929a..ed76069c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2210,3 +2210,4 @@ sh0uka - [Aaron Lee](https://github.com/acelee0621) - [Akshad](https://github.com/Akshad04) - [Calvin John Machado](https://github.com/calvinmachado20) +- [IATOI] {https://github.com/iatoi} From 7b00b3681785397209ac7bc551cc8ee6741a6078 Mon Sep 17 00:00:00 2001 From: Mohammadreza <33253024+ashkezary@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:03:52 +0330 Subject: [PATCH 1081/2656] Add Mohammadreza Shams to contributer list (#102651) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bc1758f3..7a7fc643 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1079,6 +1079,7 @@ Eoin O'B - [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) From 35ace6366087fb293275b9566183dfe47b591e58 Mon Sep 17 00:00:00 2001 From: Saloni Zade <133800279+Saloni0111-cpu@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:38:34 +0530 Subject: [PATCH 1082/2656] Add Saloni Zade to Contributors list (#102652) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7a7fc643..61ffd318 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Sneha Bichkunde] (https://github.com/snehabichkunde) +- [Saloni Zade](https://github.com/Saloni0111-cpu) - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) - [Jithin Mukundan](https://github.com/jithinmukundan) From 0242707184eab0991d5da483d80703c5e88f18a1 Mon Sep 17 00:00:00 2001 From: Sushmigit <164911974+Sushmigit@users.noreply.github.com> Date: Tue, 26 Aug 2025 18:37:12 +0530 Subject: [PATCH 1083/2656] Add Sushmitha T to Contributors list (#102655) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 61ffd318..fd0ea849 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Shiva Kumar](https://github.com/shivakumar04) - [Ishan Kanishka](https://github.com/Ishan-Kanishka) - [Meet Shah](https://github.com/Meet6338-X) +- [Sushmitha](https://github.com/Sushmigit) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) - [Ehsan Shadmehri](https://github.com/ehsansh) - [Devin Rand](https://github.com/devinrand) From 74aaf4a5f68e0ee1e035423dffe1b06f3c4a9d93 Mon Sep 17 00:00:00 2001 From: Pranay Gurav <163192452+CwPranay@users.noreply.github.com> Date: Tue, 26 Aug 2025 19:15:10 +0530 Subject: [PATCH 1084/2656] Add pranay gurav to Contributors list (#102656) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd0ea849..f988e69c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Endlia](https://github.com/Endlia) - [Shiva Kumar](https://github.com/shivakumar04) - [Ishan Kanishka](https://github.com/Ishan-Kanishka) +- [Pranay Gurav](https://github.com/cwpranay) - [Meet Shah](https://github.com/Meet6338-X) - [Sushmitha](https://github.com/Sushmigit) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) From 214889b7bbac6b820164f128be73628235817d2d Mon Sep 17 00:00:00 2001 From: Joseph Alexander <99543235+Josephalexander06@users.noreply.github.com> Date: Tue, 26 Aug 2025 19:49:12 +0530 Subject: [PATCH 1085/2656] Joseph to Contributors list (#102658) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f988e69c..ee475e18 100644 --- a/Contributors.md +++ b/Contributors.md @@ -738,6 +738,7 @@ Ben - [Evan Rhea](https://github.com/MegaSF) - [Vitvin](https://github.com/vitvinvaz) - [Enzo](https://github.com/FRAIOLIenzo) +- [JosephAlexander](https://github.com/Josephalexander06) - [Walter](https:://github.com/walter1705) - [Nitish](https://github.com/NK2552003) - [Sakshi Singh](https://github.com/236sakshi) From 4eb9370937d10ffa8423296734ec12b07877244f Mon Sep 17 00:00:00 2001 From: AlphaCode Date: Tue, 26 Aug 2025 20:18:03 +0530 Subject: [PATCH 1086/2656] added AlphaCode (#102660) Co-authored-by: AlphaCode --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ee475e18..8ea5c83c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2217,4 +2217,5 @@ sh0uka - [Aaron Lee](https://github.com/acelee0621) - [Akshad](https://github.com/Akshad04) - [Calvin John Machado](https://github.com/calvinmachado20) -- [Muhammad Qasim](https://github.com/muhammadqasim-10xe) \ No newline at end of file +- [Muhammad Qasim](https://github.com/muhammadqasim-10xe) +- [AlphaCode](https://github.com/alphacode-2325) \ No newline at end of file From 034a92238b6e95d31343c4977d96a16c7d4ce0ed Mon Sep 17 00:00:00 2001 From: "William W." Date: Tue, 26 Aug 2025 07:53:58 -0700 Subject: [PATCH 1087/2656] Update Contributors.md (#102661) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8ea5c83c..1584bb73 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Sneha Bichkunde] (https://github.com/snehabichkunde) +- [William W.] (https://github.com/ParadigmPacket) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) From 600c77e278ebc986c94ca469312dcdf92c24563d Mon Sep 17 00:00:00 2001 From: Shirshak dugtal <131701055+Shirshak-dugtal@users.noreply.github.com> Date: Tue, 26 Aug 2025 20:52:51 +0530 Subject: [PATCH 1088/2656] Add your-name to Contributors list (#102662) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1584bb73..35d7bf96 100644 --- a/Contributors.md +++ b/Contributors.md @@ -65,6 +65,7 @@ -[Syaiful Yudha Platoteles](https://github.com/Platotel3s) -[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) From b4530e4617abb524f9df395f8603ff9659cee435 Mon Sep 17 00:00:00 2001 From: keerthikadevi-s Date: Tue, 26 Aug 2025 21:20:58 +0530 Subject: [PATCH 1089/2656] Add your-name to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 35d7bf96..e8053e54 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2181,6 +2181,8 @@ sh0uka -[Ashwin Mali][https://github.com/ashwinmali2004] -[Arjun][https://github.com/ArjunSaluja] -[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] + +- [Keerthika](https://github.com/keerthikadevi-s) -[Sourav Verma](https://github.com/SouravVerma-art) -[heisenberg] -[Julian Londono](https://github.com/JULI1926) From ef24c0b371dcee23875a0210cc3de7cc3a967b5b Mon Sep 17 00:00:00 2001 From: Amer Date: Tue, 26 Aug 2025 18:54:19 +0300 Subject: [PATCH 1090/2656] Add iamAmer (#102665) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 35d7bf96..9ce6f2ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2220,4 +2220,5 @@ sh0uka - [Akshad](https://github.com/Akshad04) - [Calvin John Machado](https://github.com/calvinmachado20) - [Muhammad Qasim](https://github.com/muhammadqasim-10xe) -- [AlphaCode](https://github.com/alphacode-2325) \ No newline at end of file +- [AlphaCode](https://github.com/alphacode-2325) +- [Amer](https://github.com/iamAmer) \ No newline at end of file From af0e06387a1be62708b0792caafb4790f164c3c7 Mon Sep 17 00:00:00 2001 From: Mario Letepichia Romero <91153085+MarioLetepichia@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:55:25 -0600 Subject: [PATCH 1091/2656] Add Marius to Contributors list (#102669) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ce6f2ee..422bc326 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1139,6 +1139,7 @@ Eoin O'B - [Shardul Hirolikar](https://github.com/shiro1307) - [Sasindu Manamperi](https://github.com/sasindubm) - [LukaGakhokidze](https://github.com/Luka288) +- [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) From 199017ac0f8241811f575355b2c8a663fcabe011 Mon Sep 17 00:00:00 2001 From: Mukeshwaran <141836968+mukesh-m01@users.noreply.github.com> Date: Tue, 26 Aug 2025 23:27:50 +0530 Subject: [PATCH 1092/2656] Add Mukeshwaran K to Contributors list (#102670) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 422bc326..a1845f50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2222,4 +2222,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) +- [Mukeshwaran K](https://github.com/mukesh-m01) \ No newline at end of file From e282494868c25c904746e55cf454d502360513af Mon Sep 17 00:00:00 2001 From: yrigny <141584139+yrigny@users.noreply.github.com> Date: Tue, 26 Aug 2025 20:09:35 +0200 Subject: [PATCH 1093/2656] Add Yifan Rigny to Contributors list (#102672) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a1845f50..e78e989d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1021,6 +1021,7 @@ Eoin O'B - [Mariusz Sobczak](https://github.com/SmoQ) - [Umair Amir](https://github.com/UmairAmir) - [Sandhya R](https://github.com/sandhya13r) +- [Yifan Rigny](https://github.com/yrigny) - [Sunit] (https://github.com/sunit25) - [Salar Amir](https://github.com/SalarAmir) - [Leila (Radi Adil)](https://github.com/l3331l4) From 4307b807b24da5ffd6faf7715d30f1fbd203b776 Mon Sep 17 00:00:00 2001 From: V Sharanya Date: Tue, 26 Aug 2025 23:47:38 +0530 Subject: [PATCH 1094/2656] Add V. Sharanya to Contributors list (#102671) * Add V. Sharanya to Contributors list * Resolve merge conflict in Contributors.md --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e78e989d..07d82410 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1945,6 +1945,7 @@ Eoin O'B - [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) - [Husnain Khaliq](https://github.com/huscse) @@ -2224,4 +2225,4 @@ sh0uka - [Muhammad Qasim](https://github.com/muhammadqasim-10xe) - [AlphaCode](https://github.com/alphacode-2325) - [Amer](https://github.com/iamAmer) -- [Mukeshwaran K](https://github.com/mukesh-m01) \ No newline at end of file +- [Mukeshwaran K](https://github.com/mukesh-m01) From bd8d2c0db286f56df67ab7eb8a0c609e9280c182 Mon Sep 17 00:00:00 2001 From: knlklabacka Date: Tue, 26 Aug 2025 13:25:22 -0500 Subject: [PATCH 1095/2656] Added knlklabacka to Contributors list (#102673) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 07d82410..d7574ed0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Hruthik Chauan](https://github.com/hruthikchauhan07) - [Vinicius] - [Plexton](https://github.com/ZaibLComrade) +- [knlklabacka] - [Tony J.](https://github.com/t0nebone) - [Yarno Grenier](https://github.com/yarno97x) - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) From f8ac493127d659cda3ef1c1331e22a79de39918c Mon Sep 17 00:00:00 2001 From: RachelStern20 Date: Tue, 26 Aug 2025 21:46:27 +0300 Subject: [PATCH 1096/2656] Add Rachel Stern to contributors list (#102674) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d7574ed0..5e9ce5d3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2226,4 +2226,5 @@ sh0uka - [Muhammad Qasim](https://github.com/muhammadqasim-10xe) - [AlphaCode](https://github.com/alphacode-2325) - [Amer](https://github.com/iamAmer) -- [Mukeshwaran K](https://github.com/mukesh-m01) +- [Rachel Stern](https://github.com/RachelStern20) +- [Mukeshwaran K](https://github.com/mukesh-m01) \ No newline at end of file From 2862e7bf7d59dcf36b80a8c419ef795ceda800b1 Mon Sep 17 00:00:00 2001 From: sumanth <108932595+sumanth-reddy13@users.noreply.github.com> Date: Wed, 27 Aug 2025 00:25:44 +0530 Subject: [PATCH 1097/2656] Add sumanth-damma to Contributors list (#102675) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5e9ce5d3..91d71271 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2187,6 +2187,7 @@ sh0uka -[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] -[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) From f70a0aad0f984222e42631c9db154289f8397c9a Mon Sep 17 00:00:00 2001 From: Bibek Parajuli <132128163+bibekparajuli123@users.noreply.github.com> Date: Wed, 27 Aug 2025 01:16:53 +0530 Subject: [PATCH 1098/2656] name added into list (#102676) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91d71271..8882cb03 100644 --- a/Contributors.md +++ b/Contributors.md @@ -78,6 +78,7 @@ - [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) - [rkb121541](https://github.com/rkb121541) From 177f609c0a36c29c18c7ad0a35b52b403d969b1e Mon Sep 17 00:00:00 2001 From: MatthewAlexandB <104170043+MatthewAlexB@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:58:37 -0400 Subject: [PATCH 1099/2656] Add Matthew Alexander Bien to Contributors list (#102677) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8882cb03..507df9b1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -284,6 +284,7 @@ - [Kanak](https://github.com/Kcode727) - [zwy98](https://github.com/zwy98) - [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) From cb78ae7b7bd94d1c9b6d350441b9dbc87192606c Mon Sep 17 00:00:00 2001 From: Juan Rios Date: Tue, 26 Aug 2025 13:10:21 -0700 Subject: [PATCH 1100/2656] add JuanRZ to Contributors.md (#102678) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 507df9b1..a9f63d26 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Prathmesh Sananse](https://github.com/prathmesh-sananse) - [Lalitha N](https://github.com/lalitha-n546) - [Pranesh](https://github.com/Pranesh2288) +- [JuanRZ](https://github.com/JuanRZ) - [Endlia](https://github.com/Endlia) - [Shiva Kumar](https://github.com/shivakumar04) - [Ishan Kanishka](https://github.com/Ishan-Kanishka) From e11a68339fb8f30802d5fe4f84a682a387a65523 Mon Sep 17 00:00:00 2001 From: Elizaveta Zavialova <85937429+EZ-maas2@users.noreply.github.com> Date: Tue, 26 Aug 2025 13:20:42 -0700 Subject: [PATCH 1101/2656] Add EZ to contributors list (#102679) Co-authored-by: Elizaveta Zavialova --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a9f63d26..d3f3814a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -71,6 +71,7 @@ -[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) - [Anastasia Bobere](https://github.com/anastasiabobere) - [Nishant Naravarajula](https://github.com/nish-naravarajula) @@ -2231,4 +2232,4 @@ sh0uka - [AlphaCode](https://github.com/alphacode-2325) - [Amer](https://github.com/iamAmer) - [Rachel Stern](https://github.com/RachelStern20) -- [Mukeshwaran K](https://github.com/mukesh-m01) \ No newline at end of file +- [Mukeshwaran K](https://github.com/mukesh-m01) From a1e7a0e19abd447284cab823eb772d89daae9f21 Mon Sep 17 00:00:00 2001 From: Musbi Date: Tue, 26 Aug 2025 21:28:56 +0100 Subject: [PATCH 1102/2656] Add Musbi to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a9f63d26..1bc8352e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1070,6 +1070,7 @@ Eoin O'B - [Kimjunseoo](https://github.com/kimjunseoo) - [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) @@ -2231,4 +2232,4 @@ sh0uka - [AlphaCode](https://github.com/alphacode-2325) - [Amer](https://github.com/iamAmer) - [Rachel Stern](https://github.com/RachelStern20) -- [Mukeshwaran K](https://github.com/mukesh-m01) \ No newline at end of file +- [Mukeshwaran K](https://github.com/mukesh-m01) From cf0b6db1b506fc94a52b0ee4ebfb129fd6cf87a0 Mon Sep 17 00:00:00 2001 From: mfg5169 <156503671+mfg5169@users.noreply.github.com> Date: Tue, 26 Aug 2025 18:11:04 -0400 Subject: [PATCH 1103/2656] added mfg5169 to contributers (#102680) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d3f3814a..72203b92 100644 --- a/Contributors.md +++ b/Contributors.md @@ -28,6 +28,7 @@ - [Vinicius] - [Plexton](https://github.com/ZaibLComrade) - [knlklabacka] +- [mfg5160] - [Tony J.](https://github.com/t0nebone) - [Yarno Grenier](https://github.com/yarno97x) - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) From 1b53b2c021963d87982f09b3a6bdc1b45f9a609c Mon Sep 17 00:00:00 2001 From: Carlos Zukov <143737340+zukovCarlos@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:02:56 -0300 Subject: [PATCH 1104/2656] Add your-name to Contributors list (#102681) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 72203b92..a04df126 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1342,6 +1342,7 @@ Eoin O'B - [Daniel Cursi](https://github.com/danielcursi) - [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) From 48d7a58eb5ad74749440d839b282edf3294841d0 Mon Sep 17 00:00:00 2001 From: IvanHHdz Date: Tue, 26 Aug 2025 19:03:33 -0600 Subject: [PATCH 1105/2656] Add Ivan to Contributors list (#102682) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a04df126..a5b12218 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1462,6 +1462,7 @@ Eoin O'B - [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) From 576202821adc877d398a87ad5d5af94b65c5f016 Mon Sep 17 00:00:00 2001 From: Anastasia Tumanov <85763100+anastasiatumanov@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:05:23 -0400 Subject: [PATCH 1106/2656] Added Anastasia T to Contributors list (#102683) Co-authored-by: Anastasia Tumanov --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a5b12218..039e5efd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2236,3 +2236,4 @@ sh0uka - [Amer](https://github.com/iamAmer) - [Rachel Stern](https://github.com/RachelStern20) - [Mukeshwaran K](https://github.com/mukesh-m01) +- [Anastasia Tumanov](https://github.com/anastasiatumanov) From b555ecf45172403bd082065893713572bcf89f65 Mon Sep 17 00:00:00 2001 From: bculleec <145722460+bculleec@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:26:14 -0400 Subject: [PATCH 1107/2656] Add Shiv to Contributors list (#102685) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 039e5efd..24a5a975 100644 --- a/Contributors.md +++ b/Contributors.md @@ -93,6 +93,7 @@ - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) - Zhuocheng Li +- Shiv - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) - [Vishal](https://github.com/Nvishal2006) From c46fab92462e2f16bf3f155158fc019574da6f3f Mon Sep 17 00:00:00 2001 From: "Robert C. Alfredson" Date: Tue, 26 Aug 2025 21:48:07 -0400 Subject: [PATCH 1108/2656] Add Robert Alfredson to Contributors list (#102686) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 24a5a975..81079cc2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -118,6 +118,7 @@ - [Koushik Pyarasani](https://github.com/pyaarasanikoushik) - [RupenderSinghRathore](https://github.com/RupenderSinghRathore) - [Parth Sivakumar](https://github.com/Parth-sk) +- [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) From cdfa3872b27abe2ac4068877c74dd9982fb85bfc Mon Sep 17 00:00:00 2001 From: KeepItOneHunna <102758632+Gegulee@users.noreply.github.com> Date: Tue, 26 Aug 2025 22:17:08 -0400 Subject: [PATCH 1109/2656] Add Samuel Lee to Contributors list (#102687) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 81079cc2..0c978ae6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1039,6 +1039,7 @@ Eoin O'B - [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) - [Gopal](https://github.com/gopallchoudhary) - [Shinbatsu F](https://github.com/Shinbatsu) From d37098f284511dbbf07e4f2a754ad3cfc8568781 Mon Sep 17 00:00:00 2001 From: SHREYANSH SINGH Date: Wed, 27 Aug 2025 09:49:27 +0530 Subject: [PATCH 1110/2656] Add Samay Raina to Contributors list (#102689) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0c978ae6..57fce710 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2240,3 +2240,4 @@ sh0uka - [Rachel Stern](https://github.com/RachelStern20) - [Mukeshwaran K](https://github.com/mukesh-m01) - [Anastasia Tumanov](https://github.com/anastasiatumanov) +- [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) From 6d9e75593f9906a08aaa1430337f26ccc80010ce Mon Sep 17 00:00:00 2001 From: hiatt8649 Date: Tue, 26 Aug 2025 23:40:13 -0500 Subject: [PATCH 1111/2656] Update Contributors.md (#102690) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 57fce710..dd1baa7a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [JuanRZ](https://github.com/JuanRZ) - [Endlia](https://github.com/Endlia) - [Shiva Kumar](https://github.com/shivakumar04) +- [Meg Hiatt](https://github.com/hiatt8649) - [Ishan Kanishka](https://github.com/Ishan-Kanishka) - [Pranay Gurav](https://github.com/cwpranay) - [Meet Shah](https://github.com/Meet6338-X) From 635bd2da3d7103b2ae18d93f4bb4201bf31c155f Mon Sep 17 00:00:00 2001 From: Siddharth Sahu Date: Wed, 27 Aug 2025 10:22:34 +0530 Subject: [PATCH 1112/2656] Add Siddharth-Sahu to Contributors list (#102691) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dd1baa7a..f0e5f183 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Sneha Bichkunde] (https://github.com/snehabichkunde) +- [Siddharth Sahu] (https://github.com/sidhacks) - [William W.] (https://github.com/ParadigmPacket) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Nithwin V M](https://github.com/Nithwin) From 6bd06f27087bf3047d120b2898397abe5d4e940f Mon Sep 17 00:00:00 2001 From: seyoung5744 <53173850+seyoung5744@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:02:50 +0900 Subject: [PATCH 1113/2656] =?UTF-8?q?Add=20=EC=9B=90=EC=84=B8=EC=98=81=20t?= =?UTF-8?q?o=20Contributors=20list=20(#102692)?= 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 f0e5f183..7f0210a0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -28,6 +28,7 @@ - [Dimirrius Farida](https://github.com/CodeBotD) - [Hruthik Chauan](https://github.com/hruthikchauhan07) - [Vinicius] +- [원세영](https://github.com/seyoung5744) - [Plexton](https://github.com/ZaibLComrade) - [knlklabacka] - [mfg5160] From 1ac1dadee455f24fca5d35c4bd3e9204737764c2 Mon Sep 17 00:00:00 2001 From: LazyDeveloper <83126914+lazydeveloper9@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:41:42 +0530 Subject: [PATCH 1114/2656] Added name of contributor (#102693) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7f0210a0..3d53219c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Yogendra K Narmada] (https://github.com/lazydeveloper9) - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) - [William W.] (https://github.com/ParadigmPacket) From 8c6d2714e3f9fc8494190e6f89310fc86029466c Mon Sep 17 00:00:00 2001 From: Manvitha13964 Date: Wed, 27 Aug 2025 12:18:35 +0530 Subject: [PATCH 1115/2656] Add Manvitha shetty to contributors list (#102694) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3d53219c..7241de45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2244,4 +2244,5 @@ sh0uka - [Rachel Stern](https://github.com/RachelStern20) - [Mukeshwaran K](https://github.com/mukesh-m01) - [Anastasia Tumanov](https://github.com/anastasiatumanov) +- [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) From 3bbfb1953f5a1cbff1c27e42c5f95d3e922b6558 Mon Sep 17 00:00:00 2001 From: Mohammed Challawala <164722915+MohammedChallawala@users.noreply.github.com> Date: Wed, 27 Aug 2025 12:25:38 +0530 Subject: [PATCH 1116/2656] Add Mohammed Challawala to Contributors list (#102695) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7241de45..25a81ad1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -175,6 +175,7 @@ - [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) - [Raj Soni](https://github.com/rajsonnii) - [Karan Dhiman](https://github.com/karandhiman12) - [Gurparsad Singh](https://github.com/gprathour) From be2809524ee66cb40ae850b87bbae0273e91339d Mon Sep 17 00:00:00 2001 From: Michael Rockefeller Date: Wed, 27 Aug 2025 02:58:46 -0400 Subject: [PATCH 1117/2656] Add Michael Rockefeller to Contributors list (#102696) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 25a81ad1..04df7f11 100644 --- a/Contributors.md +++ b/Contributors.md @@ -69,6 +69,7 @@ [TML](https://github.com/TinMoeLwin007) - [Tonny Nyauke] -[Shaswata Panda] +-[Michael Rockefeller](https://github.com/rockefelm) -[Syaiful Yudha Platoteles](https://github.com/Platotel3s) -[hizs12-tpysh](https://github.com/HizS12) -[Ayush23-art](https://github.com/Ayush23-art) From 4db4d7f8ebc370c7defa4a606205daafab5dfac7 Mon Sep 17 00:00:00 2001 From: Evan Mastro Date: Wed, 27 Aug 2025 01:41:35 -0700 Subject: [PATCH 1118/2656] added evan-mastro to Contributors list (#102697) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 04df7f11..6290eea4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -279,6 +279,7 @@ - [AmartyaPrakash](https://github.com/amartya69) - [Mantarey.dev](https://mantarey.dev) [Anansh] + [Evan Mastro](https://github.com/mastroevan) - [Manav Jindal_IMT2023535](https://github.com/Manav9547) - [Lucas](https://github.com/LucasCSIT) - [Thabeswar](https://github.com/Thabeswar) From e6f39ea0800c235e0080421b62f6e771199a625b Mon Sep 17 00:00:00 2001 From: BohdanShtelmakh <120567057+BohdanShtelmakh@users.noreply.github.com> Date: Wed, 27 Aug 2025 11:42:32 +0300 Subject: [PATCH 1119/2656] Add Bohdan Shtelmakh to Contributors list (#102698) Co-authored-by: Bohdan --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6290eea4..67dbdf99 100644 --- a/Contributors.md +++ b/Contributors.md @@ -498,6 +498,7 @@ P Venkata Rami Reddy - [Keya Shah] (https://github.com/keysh123) - [yeisondev001 💎](https://github.com/yeisondev001) - [ZMM-zhangmanman] +- [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) From 1de01befef27dae186332ae9f10688dad1a6d485 Mon Sep 17 00:00:00 2001 From: Khoa Tran <79559262+kchan139@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:03:13 +0700 Subject: [PATCH 1120/2656] Add kchan139 to Contributors list (#102699) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 67dbdf99..55d8dc9a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1306,6 +1306,7 @@ Eoin O'B - [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) From 007b15365b5839ad42bb4c14331049e581c089fd Mon Sep 17 00:00:00 2001 From: Shivam Verma Date: Wed, 27 Aug 2025 14:40:48 +0530 Subject: [PATCH 1121/2656] Add Shivam Verma to Contributions list (#102700) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 55d8dc9a..cfcdccb8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Yogendra K Narmada] (https://github.com/lazydeveloper9) - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) +- [Shivam Verma] (https://github.com/shivamxverma) - [William W.] (https://github.com/ParadigmPacket) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Nithwin V M](https://github.com/Nithwin) From 8fd4486e890dde7cc110ec64f63f6a4cb24bd783 Mon Sep 17 00:00:00 2001 From: ibrahim9835 Date: Wed, 27 Aug 2025 11:01:06 +0100 Subject: [PATCH 1122/2656] Update Contributors.md (#102701) Add Ibrahim to the contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cfcdccb8..868ee30d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -100,6 +100,7 @@ - [SSA](https://github.com/sshnag) - Zhuocheng Li - Shiv +- [Ibrahim] - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) - [Vishal](https://github.com/Nvishal2006) From 07d49339c5791d5925c190c4310326e15c91b065 Mon Sep 17 00:00:00 2001 From: phyothirizaw Date: Wed, 27 Aug 2025 16:39:22 +0630 Subject: [PATCH 1123/2656] Add phyo thiri zaw to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index cfcdccb8..95f93cdd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,7 +7,7 @@ - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) -- [Jithin Mukundan](https://github.com/jithinmukundan) +- [phyo Thiri zaw](https://github.com/phyothirizaw) - [Akshar K H](https://github.com/aksharkh) - [Prathmesh Sananse](https://github.com/prathmesh-sananse) - [Lalitha N](https://github.com/lalitha-n546) From 400990af173dcbea946575c752f7020e5ae5246e Mon Sep 17 00:00:00 2001 From: Yaoyang Liu <3987966521@qq.com> Date: Wed, 27 Aug 2025 18:11:38 +0800 Subject: [PATCH 1124/2656] =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=20(#102702)?= 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 868ee30d..c68470e6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -149,6 +149,7 @@ - [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) From 6c1fa88c3b05b92094dce044ee95ac28b72941e3 Mon Sep 17 00:00:00 2001 From: phyothirizaw Date: Wed, 27 Aug 2025 16:41:47 +0630 Subject: [PATCH 1125/2656] Add phyo thiri zaw to Contributors list" --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 95f93cdd..44ee8cad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,7 +7,7 @@ - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) -- [phyo Thiri zaw](https://github.com/phyothirizaw) +- [phyo thiri zaw](https://github.com/phyothirizaw) - [Akshar K H](https://github.com/aksharkh) - [Prathmesh Sananse](https://github.com/prathmesh-sananse) - [Lalitha N](https://github.com/lalitha-n546) From b7296257dbe73cea6c74c30bef5dcf9cf074001a Mon Sep 17 00:00:00 2001 From: phyothirizaw Date: Wed, 27 Aug 2025 16:58:26 +0630 Subject: [PATCH 1126/2656] Add HHZ to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 44ee8cad..5b445db2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,7 +8,7 @@ - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) - [phyo thiri zaw](https://github.com/phyothirizaw) -- [Akshar K H](https://github.com/aksharkh) +- [HHZ](https://github.com/phyothirizaw) - [Prathmesh Sananse](https://github.com/prathmesh-sananse) - [Lalitha N](https://github.com/lalitha-n546) - [Pranesh](https://github.com/Pranesh2288) From 362ccf99e6433a48e07a4ea4850920da4d6a6554 Mon Sep 17 00:00:00 2001 From: Elyas Date: Wed, 27 Aug 2025 12:56:14 +0200 Subject: [PATCH 1127/2656] Elyas --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index c68470e6..d2b1a08d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -106,11 +106,11 @@ - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) - [Noor Jellani](https://github.com/nurulain0) --[Zainab Travadi](https://github.com/ZainabTravadi) +-[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.com/darshons) +- [Darshon](https://github.colets gom/darshons) - [Archit Jaju](https://github.com/ayhm23) - [Johnathan Roehsner](https://github.com/johnathan22966) - [Kerolos Nesim](https://github.com/kerolosnesim1) From f877572dbcaea3e952522957b4e5d8bea2d1cf4b Mon Sep 17 00:00:00 2001 From: Bhavana Reddy R Date: Wed, 27 Aug 2025 17:08:39 +0530 Subject: [PATCH 1128/2656] add: RIVER to contributors list (#102706) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c68470e6..00552830 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2254,3 +2254,4 @@ sh0uka - [Anastasia Tumanov](https://github.com/anastasiatumanov) - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) +- [RIVER] \ No newline at end of file From 51f8e049c657a2195b8cb5cbd214e40307055297 Mon Sep 17 00:00:00 2001 From: bkrawczynski <103816139+Bkr4wczynski@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:49:32 +0200 Subject: [PATCH 1129/2656] Add Bkr4wczynski to Contributors list (#102707) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 00552830..eb8a7a4e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1536,6 +1536,7 @@ Eoin O'B - [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) From 7c2d135dd438f5b82bc6b37107bc13acc0ca2676 Mon Sep 17 00:00:00 2001 From: Komireddy Chandu Reddy Date: Wed, 27 Aug 2025 12:55:42 +0100 Subject: [PATCH 1130/2656] Updated contibuter.md file (#102708) Co-authored-by: chandureddy.komireddy@prometric.com --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eb8a7a4e..1d942d40 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2095,6 +2095,7 @@ jack - first contribution practice - [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] - [imdo] From d6981eb309081bdbd22e9bb93f4026a12136ccaa Mon Sep 17 00:00:00 2001 From: Farmata Kane <78864102+miiswom@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:16:01 +0100 Subject: [PATCH 1131/2656] Add Farmata Kane to Contributors list (#102710) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1d942d40..b15c8e03 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Pranesh](https://github.com/Pranesh2288) - [JuanRZ](https://github.com/JuanRZ) - [Endlia](https://github.com/Endlia) +- [Farmata Kane](https://github.com/miiswom) - [Shiva Kumar](https://github.com/shivakumar04) - [Meg Hiatt](https://github.com/hiatt8649) - [Ishan Kanishka](https://github.com/Ishan-Kanishka) From ce4a5552e27a4189c23c7e8bb32e928bbbe60d0f Mon Sep 17 00:00:00 2001 From: Nateliso Date: Wed, 27 Aug 2025 14:31:48 +0200 Subject: [PATCH 1132/2656] Add Liso Mhlana to Contributors list (#102712) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b15c8e03..26fa5c26 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2070,6 +2070,7 @@ Eoin O'B - [Sean Tilson](hhtps://github.com/smtilson) - [Firewooood](https://github.com/Firewooood) -[luisdiaz327](https://github.com/luisdiaz327) +-[Liso Mhlana](https://github.com/Nateliso) -[mattmoodie](https://github.com/mattmoodie) -[Aswanth Manoharan](https://github.com/AswanthAnu) - [Likhitha Shree L C](https://github.com/Likhitha-talent) From 2a6dbf0f77200ed4350938d65f56781e52341c73 Mon Sep 17 00:00:00 2001 From: pinakiz <91665882+pinakiz@users.noreply.github.com> Date: Wed, 27 Aug 2025 19:25:40 +0530 Subject: [PATCH 1133/2656] added mine (#102715) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 26fa5c26..953aea14 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) - [Shivam Verma] (https://github.com/shivamxverma) +- [one small step for humanity] - [William W.] (https://github.com/ParadigmPacket) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Nithwin V M](https://github.com/Nithwin) From 20b51462e9b55942f2f673cdfe8bec2caa26ef90 Mon Sep 17 00:00:00 2001 From: Shalini Venkatesan <125953860+shalini515@users.noreply.github.com> Date: Wed, 27 Aug 2025 19:30:12 +0530 Subject: [PATCH 1134/2656] Add shalini to contributors list (#102716) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 953aea14..37799da1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Shivam Verma] (https://github.com/shivamxverma) - [one small step for humanity] - [William W.] (https://github.com/ParadigmPacket) +- [Shalini V] (https://github.com/shalini515) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) @@ -2259,4 +2260,4 @@ sh0uka - [Anastasia Tumanov](https://github.com/anastasiatumanov) - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) -- [RIVER] \ No newline at end of file +- [RIVER] From ab705b59082562bc369c4de4a4e975c12b573dfd Mon Sep 17 00:00:00 2001 From: Ajay <91723540+Ajaynirm@users.noreply.github.com> Date: Wed, 27 Aug 2025 19:39:30 +0530 Subject: [PATCH 1135/2656] Add Ajay C to Contributors list (#102717) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 37799da1..a5458bfd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) - [Saloni Zade](https://github.com/Saloni0111-cpu) +- [Ajay C](https://github.com/Ajaynirm) - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) - [Jithin Mukundan](https://github.com/jithinmukundan) From 9d30d33a5243321a2e7642ed5cdd936e53510fb8 Mon Sep 17 00:00:00 2001 From: hoangviet-nguyen <126190792+hoangviet-nguyen@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:11:58 +0200 Subject: [PATCH 1136/2656] add hoang viet (#102718) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a5458bfd..86ac618e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ - [Meg Hiatt](https://github.com/hiatt8649) - [Ishan Kanishka](https://github.com/Ishan-Kanishka) - [Pranay Gurav](https://github.com/cwpranay) +- [Hoang Viet Nguyen](https://github.com/hoangviet-nguyen) - [Meet Shah](https://github.com/Meet6338-X) - [Sushmitha](https://github.com/Sushmigit) - [Pranay Chauhan](https://github.com/Pranay-Chauhn) From ba2bc3556ba751e48e76698dd931d0311ef2244c Mon Sep 17 00:00:00 2001 From: Nikita Maurya Date: Wed, 27 Aug 2025 20:46:23 +0530 Subject: [PATCH 1137/2656] Add sun-andsky to contribution list (#102720) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 86ac618e..d8b540bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [Siddharth Sahu] (https://github.com/sidhacks) - [Shivam Verma] (https://github.com/shivamxverma) - [one small step for humanity] +- [Nikita Maurya](https://github.com/sun-andsky) - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) - [Saloni Zade](https://github.com/Saloni0111-cpu) From bab9e7e133c9fee45efd595000284493ca3bf676 Mon Sep 17 00:00:00 2001 From: Magali anabel <119535917+anbbel09@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:23:43 -0300 Subject: [PATCH 1138/2656] Add Magali Gonzalez to Contributros list (#102721) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d8b540bd..c01e785c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -135,6 +135,7 @@ - [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) - [Ahmed Fikri](https://github.com/Fikri-20) - [Dillikumar N](https://github.com/Dillikumarnl) - [Ajay Brightson](https://github.com/AjayJ1711) From 68cf80e5c5dd313e434aa266adcdaec0ca6a6b72 Mon Sep 17 00:00:00 2001 From: ASHISH DOHARE Date: Wed, 27 Aug 2025 22:08:48 +0530 Subject: [PATCH 1139/2656] docs: add Ashish DOHARE to Contributors --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c01e785c..21cd9c03 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2265,3 +2265,4 @@ sh0uka - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) - [RIVER] +Ashish DOHARE From 9d797f6761170aa4f69a346a33868168a5f0d376 Mon Sep 17 00:00:00 2001 From: Nikhil Garg <73421482+Nikhilgarg-123@users.noreply.github.com> Date: Wed, 27 Aug 2025 22:11:43 +0530 Subject: [PATCH 1140/2656] change by nikhil (#102722) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c01e785c..94b9fb1b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2265,3 +2265,4 @@ sh0uka - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) - [RIVER] +- [Nikhil Garg](https://github.com/Nikhilgarg-123) From 5a4a3d8551cce70a450dd726d732749bb93a253f Mon Sep 17 00:00:00 2001 From: "Deer.Darkness" <167506199+matinebadi@users.noreply.github.com> Date: Wed, 27 Aug 2025 09:45:11 -0700 Subject: [PATCH 1141/2656] Add Matin Ebadi to Contributors list (#102659) Co-authored-by: Matin Ebadi --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 94b9fb1b..9ceed4f4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2254,6 +2254,7 @@ sh0uka - [Sandhana Krishnan](https://github.com/Sandhana-Krishnan-S) - [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) From 941ec3b6ba4c003c5301d2c1e8aa670160060197 Mon Sep 17 00:00:00 2001 From: oke06 <150081561+oke06@users.noreply.github.com> Date: Wed, 27 Aug 2025 17:56:30 +0100 Subject: [PATCH 1142/2656] Add Okatakyieba Boadu to the Contributors list (#102724) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ceed4f4..192690d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Hoang Viet Nguyen](https://github.com/hoangviet-nguyen) - [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) From 806684cb4135ae50a49d4087f2d7e1e529bf2c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Kruni=C4=87?= <47495878+ElenaKrunic@users.noreply.github.com> Date: Wed, 27 Aug 2025 19:42:06 +0200 Subject: [PATCH 1143/2656] Add Elena Krunic to Contributors list (#102726) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 192690d0..0441bd8f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2190,6 +2190,7 @@ jack - first contribution practice - [Gaurav chudhari](https://github.com/Chaudharigaur/first-contributions) - [Chxuo](https://github.com/chxuo) - [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) From 722d540b1e2a5270d8aff14ff2b2cafbc2367b50 Mon Sep 17 00:00:00 2001 From: Emil Piesik Date: Wed, 27 Aug 2025 19:43:44 +0200 Subject: [PATCH 1144/2656] Add piesikot to Contributors list (#102727) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0441bd8f..59fdc6a3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1895,6 +1895,7 @@ Eoin O'B - [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) From d5a260794e92b601d4ae30749a14a6cd41eeb131 Mon Sep 17 00:00:00 2001 From: Sourabh Sharma <62477502+sharma-sourabh3435@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:44:49 -0300 Subject: [PATCH 1145/2656] Add sushi to Contributors list (#102728) Co-authored-by: sourabh-sharma-os --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 59fdc6a3..6f52b790 100644 --- a/Contributors.md +++ b/Contributors.md @@ -234,6 +234,7 @@ LIUYY到此一游 - [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) From 378817a87af3f2842bd3f13659f077dd5f12c40d Mon Sep 17 00:00:00 2001 From: Elvis Adames <73512423+Layomx@users.noreply.github.com> Date: Wed, 27 Aug 2025 12:58:03 -0500 Subject: [PATCH 1146/2656] Add Elvis Adames to Contributors list (#102729) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6f52b790..8b74e840 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ - [JuanRZ](https://github.com/JuanRZ) - [Endlia](https://github.com/Endlia) - [Farmata Kane](https://github.com/miiswom) +- [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) From 87433f7536027f3d66f6714fedaefc5feefdf90e Mon Sep 17 00:00:00 2001 From: Dhanraj bidare <164139578+Dhanraj4102@users.noreply.github.com> Date: Wed, 27 Aug 2025 23:53:13 +0530 Subject: [PATCH 1147/2656] Add Dhanraj Bidare to Contributors list (#102730) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8b74e840..12c46b38 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2272,3 +2272,4 @@ sh0uka - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) - [RIVER] - [Nikhil Garg](https://github.com/Nikhilgarg-123) +- [Dhanraj Bidare](https://github.com/Dhanraj4102) From d23e7c2d9d49efe4523593c118a9adc520259bd7 Mon Sep 17 00:00:00 2001 From: RabbitBoii Date: Thu, 28 Aug 2025 00:36:42 +0530 Subject: [PATCH 1148/2656] Add Chetan to Contributors list (#102732) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 12c46b38..7f5755bf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) - [Saloni Zade](https://github.com/Saloni0111-cpu) +- [Chetan Atram](https://github.com/RabbitBoii) - [Ajay C](https://github.com/Ajaynirm) - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) From 767949db27571b0caafb4b33d5b4cbd392e97a29 Mon Sep 17 00:00:00 2001 From: Ladydede Date: Wed, 27 Aug 2025 19:08:50 +0000 Subject: [PATCH 1149/2656] Add Dede Sangmortey to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 72203b92..2cf551c7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2234,3 +2234,4 @@ sh0uka - [Amer](https://github.com/iamAmer) - [Rachel Stern](https://github.com/RachelStern20) - [Mukeshwaran K](https://github.com/mukesh-m01) +- [Dede Sangmortey](https://github.com/Ladydede) \ No newline at end of file From 6c9246b423aae5a58775068f5303fdcacaab44da Mon Sep 17 00:00:00 2001 From: Mark Wilkening Date: Wed, 27 Aug 2025 14:36:37 -0500 Subject: [PATCH 1150/2656] Add Mark Wilkening to Contributors list (#102733) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7f5755bf..42f58b66 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2113,6 +2113,7 @@ jack - first contribution practice - [aaaa] - [imdo] - [will007] +- [Mark Wilkening](https://github.com/markwilkening21) - [Shivang](https://github.com/shivang-jnv) - [playerblair](https://github.com/playerblair) - [Shahrukh Khan](https://github.com/srk384) From a099c7f6fd5072878b07aec2836fc41cb9d52d95 Mon Sep 17 00:00:00 2001 From: Sardor Date: Thu, 28 Aug 2025 01:28:49 +0500 Subject: [PATCH 1151/2656] Add USardorB to Contributors list (#102735) Co-authored-by: Sardor --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 42f58b66..ed24ccbf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +sardor Uchqunov - [Yogendra K Narmada] (https://github.com/lazydeveloper9) - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) From 4c591dad891e59ab8eec392443799459281f426a Mon Sep 17 00:00:00 2001 From: Haroon Majeed <142262416+HaroonBsf@users.noreply.github.com> Date: Thu, 28 Aug 2025 02:02:17 +0500 Subject: [PATCH 1152/2656] Adding Haroon as Contributor (#102736) Co-authored-by: Haroon Majeed --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ed24ccbf..014b96ac 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2276,3 +2276,4 @@ sh0uka - [RIVER] - [Nikhil Garg](https://github.com/Nikhilgarg-123) - [Dhanraj Bidare](https://github.com/Dhanraj4102) +- [Haroon Majeed](https://github.com/HaroonBsf) \ No newline at end of file From d3e6f5ee685f9e203e0fffadbf374e252142f29c Mon Sep 17 00:00:00 2001 From: Arvind Yadav Date: Thu, 28 Aug 2025 02:46:10 +0530 Subject: [PATCH 1153/2656] Add Arvind Yadav to Contributors list (#102737) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 014b96ac..f5e9a3cf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2276,4 +2276,5 @@ sh0uka - [RIVER] - [Nikhil Garg](https://github.com/Nikhilgarg-123) - [Dhanraj Bidare](https://github.com/Dhanraj4102) -- [Haroon Majeed](https://github.com/HaroonBsf) \ No newline at end of file +- [Haroon Majeed](https://github.com/HaroonBsf) +- [Arvind Yadav](https://github.com/aarvjs) From 3924a8dcf852437372e140d1490dd64bb09d8c3d Mon Sep 17 00:00:00 2001 From: Rayyyan Khan Date: Thu, 28 Aug 2025 02:33:08 +0500 Subject: [PATCH 1154/2656] Rayyan branch (#102738) * add Rayyan To Contributors List * Add RAYYAN to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f5e9a3cf..1cbe8e70 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ sardor Uchqunov - [Jithin Mukundan](https://github.com/jithinmukundan) - [Akshar K H](https://github.com/aksharkh) - [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) - [JuanRZ](https://github.com/JuanRZ) From 2e58d40282f9c5c6c21ad4d5b84ddc49ad835176 Mon Sep 17 00:00:00 2001 From: damo0615 <77204034+damo0615@users.noreply.github.com> Date: Wed, 27 Aug 2025 17:33:23 -0400 Subject: [PATCH 1155/2656] Add Daniel Oviedo to contributors list (#102739) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1cbe8e70..aa7d4514 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2017,6 +2017,7 @@ Eoin O'B - [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) From a25c6eb54fc4d4e9ffeba0bc954514d77e506598 Mon Sep 17 00:00:00 2001 From: Alex Ficachi <55371026+AlexFicachi@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:35:14 -0700 Subject: [PATCH 1156/2656] Add alex-ficachi to Contributors list (#102740) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aa7d4514..68b6bceb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1671,6 +1671,7 @@ Eoin O'B - [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) From 7432e941cea80066c08f770a56b7104167a85a73 Mon Sep 17 00:00:00 2001 From: Prakhar Date: Thu, 28 Aug 2025 04:12:55 +0530 Subject: [PATCH 1157/2656] Add your-name to Contributors list once again --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index aa7d4514..0ead4cd0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,3 +1,4 @@ + # Contributors sardor Uchqunov - [Yogendra K Narmada] (https://github.com/lazydeveloper9) @@ -178,6 +179,7 @@ LIUYY到此一游 - [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) @@ -234,6 +236,7 @@ LIUYY到此一游 - [Jeffrey Girard] (https://github.com/jeffrey3224) - [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) From a06df4a8cb6a8d5ea9e1b1e9d69425f9a3ece90d Mon Sep 17 00:00:00 2001 From: Ewan Black <140747452+ebl138@users.noreply.github.com> Date: Wed, 27 Aug 2025 19:37:18 -0400 Subject: [PATCH 1158/2656] Add Ewan Black to Contributors list (#102742) Co-authored-by: Ewan --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 68b6bceb..de153d64 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ sardor Uchqunov - [Shalini V] (https://github.com/shalini515) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) +- [Ewan Black](https://github.com/ebl138) - [Ajay C](https://github.com/Ajaynirm) - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) From adcda7f82ac1d59b5d4e13fb8301df7e5397e65e Mon Sep 17 00:00:00 2001 From: Vitor Gabriel <58560647+VituuDias@users.noreply.github.com> Date: Wed, 27 Aug 2025 20:43:23 -0300 Subject: [PATCH 1159/2656] Add vitor-gabriel to Contributors list (#102743) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index de153d64..586e8454 100644 --- a/Contributors.md +++ b/Contributors.md @@ -45,6 +45,7 @@ sardor Uchqunov - [원세영](https://github.com/seyoung5744) - [Plexton](https://github.com/ZaibLComrade) - [knlklabacka] +- [Vitor Gabriel](https://github.com/VituuDias) - [mfg5160] - [Tony J.](https://github.com/t0nebone) - [Yarno Grenier](https://github.com/yarno97x) From 43ccc443ed5f409ec3dc0046d009fe078a09e60e Mon Sep 17 00:00:00 2001 From: kinyipd Date: Thu, 28 Aug 2025 01:53:20 -0400 Subject: [PATCH 1160/2656] Add kinyip-name to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bc9e5c10..0212cf6e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Vishnu Vardhan N](https://github.com/VishnuVardhanNk) - [Abhishek Negi](https://github.com/abhi-negii7) - [Timothy Phan](https://github.com/TimothyPhan2) +- [Kin Yip](https://github.com/Kinyipd) - [Ahmed Reyyan](https://github.com/AhmedReyyan) - [Ahmed Elskh](https://github.com/ahmedelshkh) - [Shailesh Sharma](https://github.com/Chinipanda) From 8c33bc6c9400fb2769fcc7907cc1a0108ba0e400 Mon Sep 17 00:00:00 2001 From: Mohith Butta <124442398+mohithnovoct@users.noreply.github.com> Date: Thu, 28 Aug 2025 12:05:38 +0530 Subject: [PATCH 1161/2656] Add Mohith-Butta to Contributors list (#102746) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9bc9519b..2cd99af8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ sardor Uchqunov - [Nikita Maurya](https://github.com/sun-andsky) - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) +- [Mohith Butta] (https:/github.com/mohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) - [Ewan Black](https://github.com/ebl138) From 46f2bb291662b903de29c2f464f8b9e4cf8ed61b Mon Sep 17 00:00:00 2001 From: Graeven Videz Date: Thu, 28 Aug 2025 14:56:37 +0800 Subject: [PATCH 1162/2656] My sample pull request (#102657) * Add Juan Dela Cruz to Contributors List. * Added sample file * Update Contributors.md * Delete samplefile.txt --------- Co-authored-by: gyvidez Co-authored-by: Roshan Jossy --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 2cd99af8..e98c789d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2279,6 +2279,7 @@ sh0uka - [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) @@ -2289,4 +2290,4 @@ sh0uka - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) - [RIVER] - [Nikhil Garg](https://github.com/Nikhilgarg-123) -- [Dhanraj Bidare](https://github.com/Dhanraj4102) \ No newline at end of file +- [Dhanraj Bidare](https://github.com/Dhanraj4102) From 628fa49001389760e4e882596dc60df4d93f7554 Mon Sep 17 00:00:00 2001 From: Anya Date: Thu, 28 Aug 2025 12:27:35 +0530 Subject: [PATCH 1163/2656] Add Anya Satoru to Contributors list (#102747) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e98c789d..bdfbb99a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1225,6 +1225,7 @@ Eoin O'B - [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) - [KigulaJesse](https://github.com/KigulaJesse) - [Taha Reeh] (https://github.com/TahaReeh) From ccddb6fae65150962cb703f17607aa406fae8ba7 Mon Sep 17 00:00:00 2001 From: ritachi <2196623844@qq.com> Date: Thu, 28 Aug 2025 15:22:46 +0800 Subject: [PATCH 1164/2656] Add Rita Chi to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 586e8454..4f7b3b84 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2283,3 +2283,4 @@ sh0uka - [Dhanraj Bidare](https://github.com/Dhanraj4102) - [Haroon Majeed](https://github.com/HaroonBsf) - [Arvind Yadav](https://github.com/aarvjs) +- [Rita Chi](https://github.com/ritachi) \ No newline at end of file From 54e202dc47f33900c8e5458cdb6cb323020e87af Mon Sep 17 00:00:00 2001 From: asns6 Date: Thu, 28 Aug 2025 13:30:50 +0530 Subject: [PATCH 1165/2656] Add atlas-ian to Contributors list (#102748) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bdfbb99a..90802133 100644 --- a/Contributors.md +++ b/Contributors.md @@ -229,6 +229,7 @@ LIUYY到此一游 - [Amrit Amber](https://github.com/ArkhamKnight25) - Sasank - [Choudary Hussain Ali](https://github.com/choudaryhussainali) +- [atlas-ian](https://github.com/atlas-ian) - [Sruthi BJ](https://github.com/Bjsruthi) - [Areen Patil](https://github.com/areen-patil) - [Sunday](https://github.com/Hao-tian) From 788f1962fe4de8a0f2d5df56f8add548ed276987 Mon Sep 17 00:00:00 2001 From: Jordan James Date: Thu, 28 Aug 2025 03:31:59 -0500 Subject: [PATCH 1166/2656] Add Jordan James to Contributors list (#102752) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 90802133..09ff033f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -29,6 +29,7 @@ sardor Uchqunov - [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) - [Pranay Gurav](https://github.com/cwpranay) - [Hoang Viet Nguyen](https://github.com/hoangviet-nguyen) - [Meet Shah](https://github.com/Meet6338-X) From 8fd46f8254ddcb414dd7d24a2455b774eb116247 Mon Sep 17 00:00:00 2001 From: Zuzanna Pilat <119761135+Pilat11@users.noreply.github.com> Date: Thu, 28 Aug 2025 09:39:40 +0100 Subject: [PATCH 1167/2656] Add Zuzanna Piat to Contributors list (#102753) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 09ff033f..0b03a664 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ sardor Uchqunov - [Pranesh](https://github.com/Pranesh2288) - [JuanRZ](https://github.com/JuanRZ) - [Endlia](https://github.com/Endlia) +- [Zuzanna Pilat](https://github.com/Pilat11) - [Farmata Kane](https://github.com/miiswom) - [Elvis Adames](https://github.com/Layomx) - [Shiva Kumar](https://github.com/shivakumar04) From 1cb1931ae8ec97a33852bd0bc1fbd65f64c439f0 Mon Sep 17 00:00:00 2001 From: MB <54075147+MBreece89@users.noreply.github.com> Date: Thu, 28 Aug 2025 04:01:17 -0500 Subject: [PATCH 1168/2656] added name (#102755) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0b03a664..75cacfdb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1483,6 +1483,7 @@ Eoin O'B - [Abdullah Asim](https://github.com/Abdulla-asim) - [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) From 42717f394a2779d0efa72e7048e18f69368d48e9 Mon Sep 17 00:00:00 2001 From: Brian Yim <76162294+brianyimjh@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:49:22 +0800 Subject: [PATCH 1169/2656] Add Brian Yim to Contributors list (#102757) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 75cacfdb..ca3fd419 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,6 +39,7 @@ sardor Uchqunov - [Pranay Chauhan](https://github.com/Pranay-Chauhn) - [Ehsan Shadmehri](https://github.com/ehsansh) - [Devin Rand](https://github.com/devinrand) +- [Brian Yim] (https://github.com/brianyimjh) - [Abbas Elsayed](https://github.com/MoAbbasid) - [Amanuel G](https://github.com/amanuel-gebresilasie) - [Pinintti Sunil](https://github.com/Pininttisunil) From 87e3c7176b327d7ab23bf720e085dd356e5583c8 Mon Sep 17 00:00:00 2001 From: Devansh2208 Date: Thu, 28 Aug 2025 15:25:42 +0530 Subject: [PATCH 1170/2656] Name added to the contributors list (#102758) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ca3fd419..8d4579ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -76,6 +76,7 @@ sardor Uchqunov [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) +[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) From f551937dea3b290c84f8981c88bedd249428ff09 Mon Sep 17 00:00:00 2001 From: Jst FrMs <105079693+JstFrMs@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:59:56 +0300 Subject: [PATCH 1171/2656] Add JstFrMs to Contributors list (#102759) Co-authored-by: JstFrMs --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8d4579ee..ed167b47 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2298,3 +2298,4 @@ sh0uka - [RIVER] - [Nikhil Garg](https://github.com/Nikhilgarg-123) - [Dhanraj Bidare](https://github.com/Dhanraj4102) +- [JstFrMs](https://github.com/JstFrMs) From 7b357511b69eba44040861091ce9068b3e4b0dd5 Mon Sep 17 00:00:00 2001 From: Gad Date: Thu, 28 Aug 2025 14:11:25 +0200 Subject: [PATCH 1172/2656] Add Umutambyi Gad to Contributors list (#102760) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ed167b47..c81e8eea 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2299,3 +2299,4 @@ sh0uka - [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) From 049d05c1c84834aa9433b490f3919edd49df0b36 Mon Sep 17 00:00:00 2001 From: Saheed Ayomide <125904586+Luc-ay@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:21:09 +0100 Subject: [PATCH 1173/2656] Add Luc-ay to Contributors List (#102761) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c81e8eea..ba9af054 100644 --- a/Contributors.md +++ b/Contributors.md @@ -70,6 +70,7 @@ sardor Uchqunov - [Hamza Khan](https://github.com/giacomo-folli) - [Ravi Kumar Jha](https://github.com/ravijha9546) - [Dhairya Dev](https://github.com/hamzak51) +- [Ayomide Saheed](https://github.com/luc-ay) -[lavi](https://github.com/lavihere1) -[Daniel Velez](https://github.com/Daniel1000c) - [Martin-Perfumo] (https://github.com/MartinPerfumo) From c37782f7c1805c862afc92c69ea28d7532562986 Mon Sep 17 00:00:00 2001 From: Calvin shio Date: Thu, 28 Aug 2025 15:46:33 +0300 Subject: [PATCH 1174/2656] add calvin shio to Contributors list (#102762) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ba9af054..c4c51fc7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1592,6 +1592,7 @@ Eoin O'B - [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) From d571d1e29ddf74c6e55840965c7e467e262d7abb Mon Sep 17 00:00:00 2001 From: ChoccyMilch <57919138+ChoccyMilch@users.noreply.github.com> Date: Thu, 28 Aug 2025 09:46:16 -0400 Subject: [PATCH 1175/2656] Add Choccy Milch to Contributors list (#102764) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c4c51fc7..1a0afe3f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2302,3 +2302,4 @@ sh0uka - [Dhanraj Bidare](https://github.com/Dhanraj4102) - [JstFrMs](https://github.com/JstFrMs) - [Umutambyi Gad](https://github.com/umutambyi-gad) +- [Choccy Milch](https://github.com/ChoccyMilch) \ No newline at end of file From d3cf1cea0593c0d901e1a0902c009df202636999 Mon Sep 17 00:00:00 2001 From: Dante Date: Thu, 28 Aug 2025 08:48:08 -0600 Subject: [PATCH 1176/2656] Add DanteNoir to Contributors list --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 1a0afe3f..26369dff 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2243,7 +2243,7 @@ sh0uka -[Ashwin Mali][https://github.com/ashwinmali2004] -[Arjun][https://github.com/ArjunSaluja] -[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] - +-[DanteNoir][https://github.com/D4NT3N01R] - [Keerthika](https://github.com/keerthikadevi-s) -[Sourav Verma](https://github.com/SouravVerma-art) -[heisenberg] @@ -2302,4 +2302,4 @@ sh0uka - [Dhanraj Bidare](https://github.com/Dhanraj4102) - [JstFrMs](https://github.com/JstFrMs) - [Umutambyi Gad](https://github.com/umutambyi-gad) -- [Choccy Milch](https://github.com/ChoccyMilch) \ No newline at end of file +- [Choccy Milch](https://github.com/ChoccyMilch) From 4d71083e1539a5ffd3950b52965ad11cf262c3b0 Mon Sep 17 00:00:00 2001 From: katoudaj Date: Fri, 29 Aug 2025 00:01:37 +0900 Subject: [PATCH 1177/2656] Add Junya Katouda to Contributors list (#102766) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1a0afe3f..84ba9ffb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ # Contributors sardor Uchqunov - [Yogendra K Narmada] (https://github.com/lazydeveloper9) +- [Junya Katouda] (https://github.com/katoudaj) - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) - [Shivam Verma] (https://github.com/shivamxverma) From 109b8531977901db304f14a2bdcdd05611789836 Mon Sep 17 00:00:00 2001 From: jmfptgarcia Date: Thu, 28 Aug 2025 17:38:16 +0200 Subject: [PATCH 1178/2656] Add Joao Garcia to Contributors list (#102767) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 84ba9ffb..4fbcd8c1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2226,6 +2226,7 @@ jack - first contribution practice - [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) From 5232b265258da2f26a466fbb348ca68c90bcf3bd Mon Sep 17 00:00:00 2001 From: Akash Chitale <166510722+AkashChitale@users.noreply.github.com> Date: Thu, 28 Aug 2025 21:28:58 +0530 Subject: [PATCH 1179/2656] Add Akash to Contributors list (#102768) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4fbcd8c1..312e8e9b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2304,4 +2304,5 @@ sh0uka - [Dhanraj Bidare](https://github.com/Dhanraj4102) - [JstFrMs](https://github.com/JstFrMs) - [Umutambyi Gad](https://github.com/umutambyi-gad) -- [Choccy Milch](https://github.com/ChoccyMilch) \ No newline at end of file +- [Choccy Milch](https://github.com/ChoccyMilch) +- Akash Chitale \ No newline at end of file From 175a2fc73ee6939924f19a463f4ffd14ec305b4d Mon Sep 17 00:00:00 2001 From: BigBoo Date: Thu, 28 Aug 2025 12:32:23 -0400 Subject: [PATCH 1180/2656] Add casa-code to Contributers list (#102769) Co-authored-by: zombiewater --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 312e8e9b..8b290c47 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ sardor Uchqunov - [Pranesh](https://github.com/Pranesh2288) - [JuanRZ](https://github.com/JuanRZ) - [Endlia](https://github.com/Endlia) +- [casa-code](https://github.com/casa-code) - [Zuzanna Pilat](https://github.com/Pilat11) - [Farmata Kane](https://github.com/miiswom) - [Elvis Adames](https://github.com/Layomx) From 38dc00f2ab87f401c6b088e8f135b8840f4a9614 Mon Sep 17 00:00:00 2001 From: Arezoo Date: Thu, 28 Aug 2025 20:08:55 +0330 Subject: [PATCH 1181/2656] Add Arezoo to Contributors list (#102770) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8b290c47..20ffee0f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -49,6 +49,7 @@ sardor Uchqunov - [Dimirrius Farida](https://github.com/CodeBotD) - [Hruthik Chauan](https://github.com/hruthikchauhan07) - [Vinicius] +- [Arezoo] - [원세영](https://github.com/seyoung5744) - [Plexton](https://github.com/ZaibLComrade) - [knlklabacka] From e4f620a4660d764bda6ec59860b4b8419f7e293b Mon Sep 17 00:00:00 2001 From: ILKHOM NAZHMUDINOV Date: Thu, 28 Aug 2025 22:53:42 +0500 Subject: [PATCH 1182/2656] Added my name to Contributors.md --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 20ffee0f..272270a4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,8 @@ sardor Uchqunov - [Yogendra K Narmada] (https://github.com/lazydeveloper9) - [Junya Katouda] (https://github.com/katoudaj) +- [Ilkhom S Nazhmudinov] +https://github.com/inajmudinov - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) - [Shivam Verma] (https://github.com/shivamxverma) From b0fbbb1284d847650ce865ab842dc1ce44e0f02e Mon Sep 17 00:00:00 2001 From: ILKHOM NAZHMUDINOV Date: Thu, 28 Aug 2025 22:54:35 +0500 Subject: [PATCH 1183/2656] Added my name to Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 272270a4..f08a6c92 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,7 +4,7 @@ sardor Uchqunov - [Yogendra K Narmada] (https://github.com/lazydeveloper9) - [Junya Katouda] (https://github.com/katoudaj) - [Ilkhom S Nazhmudinov] -https://github.com/inajmudinov +(https://github.com/inajmudinov) - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) - [Shivam Verma] (https://github.com/shivamxverma) From d9abf4d6f3fa402ea81f4ec48ef613941615fc83 Mon Sep 17 00:00:00 2001 From: faiza-khaleel Date: Thu, 28 Aug 2025 23:43:31 +0530 Subject: [PATCH 1184/2656] Add Faiza Khaleel to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 20ffee0f..84a22321 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2307,4 +2307,4 @@ sh0uka - [JstFrMs](https://github.com/JstFrMs) - [Umutambyi Gad](https://github.com/umutambyi-gad) - [Choccy Milch](https://github.com/ChoccyMilch) -- Akash Chitale \ No newline at end of file +- [Faiza Khaleel](https://github.com/faiza-khaleel) \ No newline at end of file From a47a85994bfcd6b761fac810660061f73f389a48 Mon Sep 17 00:00:00 2001 From: Kanishka <123574390+kanishka-raisania@users.noreply.github.com> Date: Fri, 29 Aug 2025 00:13:37 +0530 Subject: [PATCH 1185/2656] Add Kanishka-Raisania to Contributors List (#102773) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 20ffee0f..d07833ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors sardor Uchqunov +- [Kanishka Raisania] (https://github.com/kanishka-raisania) - [Yogendra K Narmada] (https://github.com/lazydeveloper9) - [Junya Katouda] (https://github.com/katoudaj) - [Sneha Bichkunde] (https://github.com/snehabichkunde) From dbadbdb608040450354d87bb5e7f5158023f7670 Mon Sep 17 00:00:00 2001 From: Raihanul Islam Date: Fri, 29 Aug 2025 00:43:46 +0600 Subject: [PATCH 1186/2656] Add Raihanul-Islam to Contributors list (#102774) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d07833ad..5077f3b1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2308,4 +2308,5 @@ sh0uka - [JstFrMs](https://github.com/JstFrMs) - [Umutambyi Gad](https://github.com/umutambyi-gad) - [Choccy Milch](https://github.com/ChoccyMilch) -- Akash Chitale \ No newline at end of file +- Akash Chitale +- [Raihanul Islam Sharif](https://github.com/raihanuldev) \ No newline at end of file From 68b2bfbc95e8c0851dc047f4ea355a5fbdc311ed Mon Sep 17 00:00:00 2001 From: Priyanka Singh Date: Fri, 29 Aug 2025 00:27:32 +0530 Subject: [PATCH 1187/2656] Add Priyanka-Singh to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 20ffee0f..5c8ffaf4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ sardor Uchqunov - [RAYYAN KHAN](https://github.com/rayyan4t4) - [Lalitha N](https://github.com/lalitha-n546) - [Pranesh](https://github.com/Pranesh2288) +- [Priyanka Singh] (https://github.com/Priyanka-2725) - [JuanRZ](https://github.com/JuanRZ) - [Endlia](https://github.com/Endlia) - [casa-code](https://github.com/casa-code) From d5b3bc2b526c729c39c15f56c69f8eb4a95bcc4e Mon Sep 17 00:00:00 2001 From: Sigmond Ruphis Date: Thu, 28 Aug 2025 12:02:08 -0700 Subject: [PATCH 1188/2656] Update Contributors.md (#102775) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5077f3b1..b2df87c1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -210,6 +210,7 @@ LIUYY到此一游 - [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) From fec64e4070c9784cbc914484f50355761da8a797 Mon Sep 17 00:00:00 2001 From: ppankaj321 <121339932+ppankaj321@users.noreply.github.com> Date: Fri, 29 Aug 2025 01:01:54 +0530 Subject: [PATCH 1189/2656] add Pankaj to contributer's list (#102778) Co-authored-by: Pankaj Pathak --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b2df87c1..43b821ef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -64,6 +64,7 @@ sardor Uchqunov - [Jithin](https://github.com/jithin-dotcom) - [Milan Bhanushali] (https://github.com/milanbhanushali) - [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) From 8cddf4190709534a135d2499b6ae28b399dc7bfc Mon Sep 17 00:00:00 2001 From: Mauricio Pereira <45366787+gitreece@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:47:56 -0400 Subject: [PATCH 1190/2656] Add Mauricio Pereira to Contributors list (#102779) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 43b821ef..6d8fff7f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ sardor Uchqunov - [Mohith Butta] (https:/github.com/mohithnovoct) - [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) - [Ajay C](https://github.com/Ajaynirm) - [Nithwin V M](https://github.com/Nithwin) From 944ac1e306bf8e1d2ce75ab7fa0a128a0a536807 Mon Sep 17 00:00:00 2001 From: Priyanka Singh Date: Fri, 29 Aug 2025 01:54:34 +0530 Subject: [PATCH 1191/2656] Add Priyanka Singh to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 5c8ffaf4..dd583914 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ sardor Uchqunov - [Junya Katouda] (https://github.com/katoudaj) - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) +- [Priyanka Singh] (https://github.com/Priyanka-2725) - [Shivam Verma] (https://github.com/shivamxverma) - [one small step for humanity] - [Nikita Maurya](https://github.com/sun-andsky) @@ -23,7 +24,7 @@ sardor Uchqunov - [RAYYAN KHAN](https://github.com/rayyan4t4) - [Lalitha N](https://github.com/lalitha-n546) - [Pranesh](https://github.com/Pranesh2288) -- [Priyanka Singh] (https://github.com/Priyanka-2725) + - [JuanRZ](https://github.com/JuanRZ) - [Endlia](https://github.com/Endlia) - [casa-code](https://github.com/casa-code) From c75bff38e587727f6843aa80ff0acc4062406aec Mon Sep 17 00:00:00 2001 From: Muhammad Bilal Date: Fri, 29 Aug 2025 01:47:53 +0500 Subject: [PATCH 1192/2656] Add Muhammad Bilal Saleem to Contributors list (#102781) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6d8fff7f..b9a135fe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -77,6 +77,7 @@ sardor Uchqunov - [Ravi Kumar Jha](https://github.com/ravijha9546) - [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) From cf954c17894bc25679553f0c67f23486b9c9ef62 Mon Sep 17 00:00:00 2001 From: GreatSandwiches <83115184+GreatSandwiches@users.noreply.github.com> Date: Fri, 29 Aug 2025 10:20:57 +1200 Subject: [PATCH 1193/2656] Add Calum Taylor to Contributors list (#102782) Co-authored-by: phishing-net <83115184+phishing-net@users.noreply.github.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d411a202..7908cde1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -635,6 +635,7 @@ The-Yash-is-Joined - [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) From a7b459346eeb7a645fbdc28c72bc9628a5d6f28e Mon Sep 17 00:00:00 2001 From: Dony Castro <32602581+Dony-Castro@users.noreply.github.com> Date: Thu, 28 Aug 2025 20:14:47 -0400 Subject: [PATCH 1194/2656] Add Dony Castro to Contributors list (#102783) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7908cde1..ba4708d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ sardor Uchqunov - [Brian Yim] (https://github.com/brianyimjh) - [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) From b47eb131a8a0b9711da0c9b9628e7a049cee2da0 Mon Sep 17 00:00:00 2001 From: Antonio Souza Date: Thu, 28 Aug 2025 20:41:17 -0400 Subject: [PATCH 1195/2656] Add Antonio Souza to Contributors list (#102784) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ba4708d0..38f8a429 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2317,4 +2317,5 @@ sh0uka - [Umutambyi Gad](https://github.com/umutambyi-gad) - [Choccy Milch](https://github.com/ChoccyMilch) - Akash Chitale -- [Raihanul Islam Sharif](https://github.com/raihanuldev) \ No newline at end of file +- [Raihanul Islam Sharif](https://github.com/raihanuldev) +- [Antonio Souza](https://github.com/arferreira) \ No newline at end of file From 6e2686364ead6323098172a0c667a83f4ce7179f Mon Sep 17 00:00:00 2001 From: turingAround <120207535+turingAround@users.noreply.github.com> Date: Thu, 28 Aug 2025 20:16:33 -0500 Subject: [PATCH 1196/2656] turingAround to Contributors list (#102785) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 38f8a429..442de269 100644 --- a/Contributors.md +++ b/Contributors.md @@ -28,6 +28,7 @@ sardor Uchqunov - [Pranesh](https://github.com/Pranesh2288) - [JuanRZ](https://github.com/JuanRZ) +- [turingAround](https://github.com/turingAround) - [Endlia](https://github.com/Endlia) - [casa-code](https://github.com/casa-code) - [Zuzanna Pilat](https://github.com/Pilat11) @@ -2318,4 +2319,4 @@ sh0uka - [Choccy Milch](https://github.com/ChoccyMilch) - Akash Chitale - [Raihanul Islam Sharif](https://github.com/raihanuldev) -- [Antonio Souza](https://github.com/arferreira) \ No newline at end of file +- [Antonio Souza](https://github.com/arferreira) From b5c8852f7505bbd46929ba85c2df204e3208d485 Mon Sep 17 00:00:00 2001 From: jacques758 <107783156+jacques758@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:13:43 -0400 Subject: [PATCH 1197/2656] Add Jacques Antoine to contributors list (#102786) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 442de269..3d332d02 100644 --- a/Contributors.md +++ b/Contributors.md @@ -57,6 +57,7 @@ sardor Uchqunov - [Vinicius] - [Arezoo] - [원세영](https://github.com/seyoung5744) +- [Jacques Antoine] - [Plexton](https://github.com/ZaibLComrade) - [knlklabacka] - [Vitor Gabriel](https://github.com/VituuDias) From b5ba0bd62e4b0a1985ad9e5ee9dda779e7b99735 Mon Sep 17 00:00:00 2001 From: ameliaali1510 <67273824+ameliaali1510@users.noreply.github.com> Date: Fri, 29 Aug 2025 03:24:53 +0100 Subject: [PATCH 1198/2656] Add Amelia Ali to Contributors list (#102787) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3d332d02..155754db 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ sardor Uchqunov - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Shivam Verma] (https://github.com/shivamxverma) - [one small step for humanity] +- [Amelia Ali] - [Nikita Maurya](https://github.com/sun-andsky) - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) From 4579f3b61c5a7667a99758e48951f928b0c73153 Mon Sep 17 00:00:00 2001 From: "huzaifa.ashraf.10x" Date: Fri, 29 Aug 2025 09:37:21 +0500 Subject: [PATCH 1199/2656] added my name and github link in Contributors.md file (#102788) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 155754db..2c0f4580 100644 --- a/Contributors.md +++ b/Contributors.md @@ -133,6 +133,7 @@ sardor Uchqunov - [SSA](https://github.com/sshnag) - Zhuocheng Li - Shiv +-huzaifa(https://github.com/huzaifaashraf-code) - [Ibrahim] - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) From db89b960d996530f46364376b8a1b2945729145a Mon Sep 17 00:00:00 2001 From: Gokul S Date: Fri, 29 Aug 2025 11:27:59 +0530 Subject: [PATCH 1200/2656] Add Gokul to Contributors list (#102789) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2c0f4580..a27ef54b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -69,6 +69,7 @@ sardor Uchqunov - [Sanjeev](Grabbing oppurtunities flawlessly) - [fatimah](https://github.com/grindstack) - [Jithin](https://github.com/jithin-dotcom) +- [Gokul](https://github.com/Gokul-S-dev) - [Milan Bhanushali] (https://github.com/milanbhanushali) - [ajit](https://github.com/ajitprachande) - [Pankaj] (https://github.com/ppankaj321) From 10931ec63851af8f5a1f0473593e95533d6c8e80 Mon Sep 17 00:00:00 2001 From: Prashant-Chava <157887670+Prashant-Chava@users.noreply.github.com> Date: Fri, 29 Aug 2025 11:47:54 +0530 Subject: [PATCH 1201/2656] Add prashant chavan to contributors list (#102790) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a27ef54b..f3318267 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2324,3 +2324,4 @@ sh0uka - Akash Chitale - [Raihanul Islam Sharif](https://github.com/raihanuldev) - [Antonio Souza](https://github.com/arferreira) +- [Prashant Chavan](https://github.com/prashant-chava) \ No newline at end of file From da3d493963acc3b8256911bbc5940de9877d1bfb Mon Sep 17 00:00:00 2001 From: Akinori Sugimura <36802868+sugisaku37@users.noreply.github.com> Date: Fri, 29 Aug 2025 15:31:43 +0900 Subject: [PATCH 1202/2656] =?UTF-8?q?Contributors.md=E3=81=ABAkinori=20Sug?= =?UTF-8?q?imura=E3=82=92=E8=BF=BD=E5=8A=A0=20(#102791)?= 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 f3318267..7f4a7d91 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ sardor Uchqunov - [Shivam Verma] (https://github.com/shivamxverma) - [one small step for humanity] - [Amelia Ali] +- [Akinori Sugimura](https://github.com/sugisaku37) - [Nikita Maurya](https://github.com/sun-andsky) - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) From 209084e7ba92fe59b13ab7d4e8c04344f312975f Mon Sep 17 00:00:00 2001 From: Rushikesh Deshmukh <49672675+Mrx207@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:45:13 +0530 Subject: [PATCH 1203/2656] feat: first contribution to open source (#102792) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7f4a7d91..6df5ec2e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ sardor Uchqunov - [Chetan Atram](https://github.com/RabbitBoii) - [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) +- [Rushikesh Deshmukh](https://github.com/Mrx207) - [Ajay C](https://github.com/Ajaynirm) - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) From dfe071d878ea778e8fe80c83c03632ec6a7e35e6 Mon Sep 17 00:00:00 2001 From: Kamal Kumar Mandru <63830754+Mandrukamal@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:47:45 +0530 Subject: [PATCH 1204/2656] Add Mandrukamal to Contributors list (#102793) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6df5ec2e..d4589169 100644 --- a/Contributors.md +++ b/Contributors.md @@ -71,6 +71,7 @@ sardor Uchqunov - [Sanjeev](Grabbing oppurtunities flawlessly) - [fatimah](https://github.com/grindstack) - [Jithin](https://github.com/jithin-dotcom) +- [Mandrukamal](https://github.com/Mandrukamal) - [Gokul](https://github.com/Gokul-S-dev) - [Milan Bhanushali] (https://github.com/milanbhanushali) - [ajit](https://github.com/ajitprachande) @@ -2326,4 +2327,4 @@ sh0uka - Akash Chitale - [Raihanul Islam Sharif](https://github.com/raihanuldev) - [Antonio Souza](https://github.com/arferreira) -- [Prashant Chavan](https://github.com/prashant-chava) \ No newline at end of file +- [Prashant Chavan](https://github.com/prashant-chava) From ce493e89ab56eac09731271b997bae0caff576be Mon Sep 17 00:00:00 2001 From: keik0t92127 <74527861+keik0t92127@users.noreply.github.com> Date: Fri, 29 Aug 2025 16:38:28 +0900 Subject: [PATCH 1205/2656] Add Keiko Takahashi Contributors list (#102794) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d4589169..9d0f4eec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2328,3 +2328,4 @@ sh0uka - [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) \ No newline at end of file From 16759bf6c566afa1d0576a839bacac3a7c0c32d7 Mon Sep 17 00:00:00 2001 From: keik0t92127 <74527861+keik0t92127@users.noreply.github.com> Date: Fri, 29 Aug 2025 17:26:24 +0900 Subject: [PATCH 1206/2656] Add Student00 to Contibutors list (#102796) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9d0f4eec..83c097ab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2328,4 +2328,5 @@ sh0uka - [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) \ No newline at end of file +- [Takahashi Keiko](https://github.com/keik0t92127) +- [Student00](https://github.com/keik0t92127) \ No newline at end of file From 94d5c3f1b5f6ba2dd8cc39a32e48775e11c9d4bf Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 29 Aug 2025 11:40:33 +0200 Subject: [PATCH 1207/2656] Add Carlos to contributor list (#102797) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 83c097ab..75308e15 100644 --- a/Contributors.md +++ b/Contributors.md @@ -101,6 +101,7 @@ sardor Uchqunov - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() - [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) From 8cac6db9259cbb0db100286c644b5262a188ba83 Mon Sep 17 00:00:00 2001 From: Ralph Angelo Badang <202380099@psu.palawan.edu.ph> Date: Fri, 29 Aug 2025 17:54:08 +0800 Subject: [PATCH 1208/2656] Add YG-paaleee to Contributors list (#102798) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 75308e15..9929cc51 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ sardor Uchqunov - [Kanishka Raisania] (https://github.com/kanishka-raisania) - [Yogendra K Narmada] (https://github.com/lazydeveloper9) +- [YG-paaleee] (https://github.com/YG-paaleee) - [Junya Katouda] (https://github.com/katoudaj) - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) From ff31906e8d28edbd59e5944f324e859545ed2c11 Mon Sep 17 00:00:00 2001 From: Eduard R Date: Fri, 29 Aug 2025 12:41:34 +0200 Subject: [PATCH 1209/2656] Add erequena81 to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9929cc51..f8cb7544 100644 --- a/Contributors.md +++ b/Contributors.md @@ -30,7 +30,7 @@ sardor Uchqunov - [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) - [turingAround](https://github.com/turingAround) - [Endlia](https://github.com/Endlia) From 791a1110c62fdcf5885ad68f0592a97498fa76d7 Mon Sep 17 00:00:00 2001 From: Himanshu Pandey Date: Fri, 29 Aug 2025 16:32:16 +0530 Subject: [PATCH 1210/2656] Adding Himanshu Pandey to Contributors list (#102800) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9929cc51..e552d358 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ sardor Uchqunov - [Kanishka Raisania] (https://github.com/kanishka-raisania) - [Yogendra K Narmada] (https://github.com/lazydeveloper9) - [YG-paaleee] (https://github.com/YG-paaleee) +- [Hiamnshu Pandey] (https://github.com/Himanshu817324) - [Junya Katouda] (https://github.com/katoudaj) - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) From b9919a45c759906bc35fd47d41e9199cb61d3a01 Mon Sep 17 00:00:00 2001 From: Naman Gupta <161053259+namanguptaa24@users.noreply.github.com> Date: Fri, 29 Aug 2025 17:00:35 +0530 Subject: [PATCH 1211/2656] Adding Naman as Contributor (#102801) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e552d358..03df3526 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2061,6 +2061,7 @@ Eoin O'B - [Vani Narwani](https://github.com/VaniNarwani23) - [Ruchira Chaubey](https://github.com/ruchirachaubey) - [Jonuar](https://github.com/jonuar) +- [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) From d58eda3b5e6cd81a11aad5fc8b0592e12b4630de Mon Sep 17 00:00:00 2001 From: Toky20 <159771764+Toky20@users.noreply.github.com> Date: Fri, 29 Aug 2025 14:40:12 +0300 Subject: [PATCH 1212/2656] Add Ramaharisoa Tokiniaina to Contributors list (#102802) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 03df3526..d1717c43 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2333,4 +2333,5 @@ sh0uka - [Antonio Souza](https://github.com/arferreira) - [Prashant Chavan](https://github.com/prashant-chava) - [Takahashi Keiko](https://github.com/keik0t92127) -- [Student00](https://github.com/keik0t92127) \ No newline at end of file +- [Student00](https://github.com/keik0t92127) +- [Ramaharisoa Tokiniaina](https://github.com/Toky20) From 21cd035c7847ce1dfa9820cd7b518e1dfc973155 Mon Sep 17 00:00:00 2001 From: CodeSome <116081653+Justslugard@users.noreply.github.com> Date: Fri, 29 Aug 2025 19:16:45 +0700 Subject: [PATCH 1213/2656] Add Justslugard as contributors (#102803) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d1717c43..b1cd4d12 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors sardor Uchqunov +- [Justslugard] (https://github.com/Justslugard) - [Kanishka Raisania] (https://github.com/kanishka-raisania) - [Yogendra K Narmada] (https://github.com/lazydeveloper9) - [YG-paaleee] (https://github.com/YG-paaleee) From 6fb08f771c84cc80088868969919b68cafc34b84 Mon Sep 17 00:00:00 2001 From: 1983730774 <1983730774@qq.com> Date: Fri, 29 Aug 2025 20:17:30 +0800 Subject: [PATCH 1214/2656] Add 1983730774 to Contributors list (#102804) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b1cd4d12..ed23bc2c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -62,6 +62,7 @@ sardor Uchqunov - [Hruthik Chauan](https://github.com/hruthikchauhan07) - [Vinicius] - [Arezoo] +- [1983730774] - [원세영](https://github.com/seyoung5744) - [Jacques Antoine] - [Plexton](https://github.com/ZaibLComrade) From 63b379b045804e89c2ebd716f9ff8c1527ab785f Mon Sep 17 00:00:00 2001 From: "Md. Sabbir Ahmed" <29686831+Sabbir256@users.noreply.github.com> Date: Fri, 29 Aug 2025 18:40:16 +0600 Subject: [PATCH 1215/2656] Add Sabbir256 to Contributors list (#102805) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ed23bc2c..d3d45c93 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2038,6 +2038,7 @@ Eoin O'B -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 - Mubarak From 1bbb1d1698c8981bd83b60cf16b5c312bed9385a Mon Sep 17 00:00:00 2001 From: devanshuguptaa <118649603+devanshuguptaa@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:55:02 +0000 Subject: [PATCH 1216/2656] name added to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e552d358..c54ed369 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2332,4 +2332,5 @@ sh0uka - [Antonio Souza](https://github.com/arferreira) - [Prashant Chavan](https://github.com/prashant-chava) - [Takahashi Keiko](https://github.com/keik0t92127) -- [Student00](https://github.com/keik0t92127) \ No newline at end of file +- [Student00](https://github.com/keik0t92127) +- [Devanshu Gupta](https://github.com/devanshuguptaa) From 6b932d2e346fe6c669514821b6e591ed811704b6 Mon Sep 17 00:00:00 2001 From: Mohd Suhaib Siddiqui Date: Fri, 29 Aug 2025 18:34:43 +0530 Subject: [PATCH 1217/2656] Add Mohd Suhaib Siddiqui to Contributers list (#102808) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d3d45c93..2b1994dc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors sardor Uchqunov +- [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) From e395253044331989b292783f22a5b91fd2f3fe83 Mon Sep 17 00:00:00 2001 From: Nabin Bista Date: Fri, 29 Aug 2025 19:19:24 +0545 Subject: [PATCH 1218/2656] Add Nabin Bista to the contributor (#102810) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2b1994dc..10589414 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2282,6 +2282,7 @@ sh0uka -[John Martin](https://github.com/JohnMartin0301) -[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) -[Vincenzo Ragone](https://github.com/vincenzo113) From 88f7ceff9b84a97183f3ca58b1783fb138c14fb2 Mon Sep 17 00:00:00 2001 From: Padmanabha Das <82430454+chayan-1906@users.noreply.github.com> Date: Fri, 29 Aug 2025 19:17:05 +0530 Subject: [PATCH 1219/2656] Add Padmanabha to Contributors list (#102811) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 10589414..86723e1c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ sardor Uchqunov - [Amelia Ali] - [Akinori Sugimura](https://github.com/sugisaku37) - [Nikita Maurya](https://github.com/sun-andsky) +- [Padmanabha Das](https://github.com/chayan-1906) - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) - [Mohith Butta] (https:/github.com/mohithnovoct) From 4168bee28b75cc84ae74ff60eec93519f6aabe4b Mon Sep 17 00:00:00 2001 From: erickvenom99 Date: Fri, 29 Aug 2025 16:13:26 +0100 Subject: [PATCH 1220/2656] added Osenoye Aghaulor to contribution list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 86723e1c..e013aa21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,7 +34,7 @@ sardor Uchqunov - [RAYYAN KHAN](https://github.com/rayyan4t4) - [Lalitha N](https://github.com/lalitha-n546) - [Pranesh](https://github.com/Pranesh2288) - +- [Osenoye Aghaulor](https://github.com/erickvenom99) - [JuanRZ](https://github.com/JuanRZ) - [turingAround](https://github.com/turingAround) - [Endlia](https://github.com/Endlia) From f73faf6f4ef5bda6bd2af2f7f204df94ed51863c Mon Sep 17 00:00:00 2001 From: Aaditya Tripathi <143320930+Aaditya-Tripathi@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:54:43 +0530 Subject: [PATCH 1221/2656] Add Aaditya Tripathi to Contributors list (#102817) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 86723e1c..45ac7f08 100644 --- a/Contributors.md +++ b/Contributors.md @@ -360,6 +360,7 @@ LIUYY到此一游 - [zdp1](https://github.com/dongpeng6) - [Govinda Kandel](https://github.com/Govindakandel) - [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) From 4593f804dd8ccb9f14abbca8c4774809eac5af71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Am=C3=A9luc=20Ahognidj=C3=A8?= Date: Fri, 29 Aug 2025 16:28:39 +0100 Subject: [PATCH 1222/2656] Add Ameluc Ahognidje to Contributors list (#102818) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 45ac7f08..fa8a781c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1078,6 +1078,7 @@ Ben - [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) - [Varsha Gitty](https://github.com/vgg1459) - [Görkem](https://github.com/gorkemozsari) From b3e7966bad1b1331037e48f7260816d523dd98ae Mon Sep 17 00:00:00 2001 From: Sunil Prakash <167566215+sunilprakashb@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:37:49 +0530 Subject: [PATCH 1223/2656] Add Sunil Prakash to Contributors list (#102820) Co-authored-by: sunilprkashb --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fa8a781c..6ae5c404 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2015,6 +2015,7 @@ Eoin O'B - [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) From b360607967c4a97b5ccda13f595373e056b80e06 Mon Sep 17 00:00:00 2001 From: Olivier Neyret Date: Fri, 29 Aug 2025 19:10:52 +0200 Subject: [PATCH 1224/2656] Add OlivierNeyret to contributors list (#102821) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6ae5c404..0ede4100 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1868,6 +1868,7 @@ Eoin O'B - [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) From e2bbaac70543814fb7449c2057f98dc834fd3d3e Mon Sep 17 00:00:00 2001 From: paprotox <70146227+paprotox@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:37:22 +0200 Subject: [PATCH 1225/2656] Add paprotox to Contributors list (#102822) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0ede4100..821586b7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2345,3 +2345,4 @@ sh0uka - [Takahashi Keiko](https://github.com/keik0t92127) - [Student00](https://github.com/keik0t92127) - [Ramaharisoa Tokiniaina](https://github.com/Toky20) +- [paprotox] From e52d6a354f5dd9e4fcb7543251342178065c1c47 Mon Sep 17 00:00:00 2001 From: Erfan Ahmadi Date: Fri, 29 Aug 2025 22:08:55 +0330 Subject: [PATCH 1226/2656] Add Erfan Ahmadi to contributors list (#102823) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 821586b7..8bd25e1c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors sardor Uchqunov +- [Erfan Ahmadi](https://github.com/erfan-web) - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) - [Justslugard] (https://github.com/Justslugard) - [Kanishka Raisania] (https://github.com/kanishka-raisania) From ea62fdd8b16658801b74ccf3cc32fd6ef4371e53 Mon Sep 17 00:00:00 2001 From: Rohan Kommathoti <73011595+RohanK-coder@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:02:18 -0700 Subject: [PATCH 1227/2656] new contribution (#102824) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8bd25e1c..3fd8539a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2347,3 +2347,4 @@ sh0uka - [Student00](https://github.com/keik0t92127) - [Ramaharisoa Tokiniaina](https://github.com/Toky20) - [paprotox] +- [RohanKommathoti](https://github.com/RohanK-coder) From dd253e789f06945171b3e6711a27efa4559481fa Mon Sep 17 00:00:00 2001 From: Ahmed Shabab Noor Date: Sat, 30 Aug 2025 01:24:31 +0600 Subject: [PATCH 1228/2656] Add Ahmed Shabab Noor (ashababnoor) to contributors list (#102826) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3fd8539a..d0c80d98 100644 --- a/Contributors.md +++ b/Contributors.md @@ -38,6 +38,7 @@ sardor Uchqunov - [JuanRZ](https://github.com/JuanRZ) - [turingAround](https://github.com/turingAround) +- [Ahmed Shabab Noor](https://github.com/ashababnoor) - [Endlia](https://github.com/Endlia) - [casa-code](https://github.com/casa-code) - [Zuzanna Pilat](https://github.com/Pilat11) From 605631cb515c6fe5c4d7171cb48a3655b9ccf4e4 Mon Sep 17 00:00:00 2001 From: gg-dever Date: Fri, 29 Aug 2025 13:08:34 -0700 Subject: [PATCH 1229/2656] git commit -m Add gg_dever to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index d0c80d98..aa45f0cd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -301,6 +301,7 @@ LIUYY到此一游 - [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) @@ -2053,6 +2054,7 @@ Eoin O'B - 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/) From 718d7c99b35d3fe8cc7fb8a62819520f30931b20 Mon Sep 17 00:00:00 2001 From: mechakc Date: Fri, 29 Aug 2025 21:57:32 +0100 Subject: [PATCH 1230/2656] Add loic to Contributors list --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d0c80d98..25962ee4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors sardor Uchqunov + - [Erfan Ahmadi](https://github.com/erfan-web) - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) - [Justslugard] (https://github.com/Justslugard) @@ -20,7 +21,7 @@ sardor Uchqunov - [Padmanabha Das](https://github.com/chayan-1906) - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) -- [Mohith Butta] (https:/github.com/mohithnovoct) +- [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) @@ -180,6 +181,7 @@ sardor Uchqunov - [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) From def8711893d2048a26528d142f8224a9fae96dbf Mon Sep 17 00:00:00 2001 From: Ahmad Rafiq <96663657+AhmadRafiq90@users.noreply.github.com> Date: Sat, 30 Aug 2025 03:02:31 +0500 Subject: [PATCH 1231/2656] Add Ahmad Rafiq to Contributors list (#102831) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d0c80d98..c9a34f77 100644 --- a/Contributors.md +++ b/Contributors.md @@ -64,6 +64,7 @@ sardor Uchqunov - [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) - [Vinicius] - [Arezoo] - [1983730774] From af3498a7e68746a1c84f54dec69f6573182289a0 Mon Sep 17 00:00:00 2001 From: bhavya-l <156097984+bhavya-l@users.noreply.github.com> Date: Fri, 29 Aug 2025 19:40:15 -0400 Subject: [PATCH 1232/2656] Add bhavya-l to contributors list (#102832) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c9a34f77..3d6e211e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -82,6 +82,7 @@ sardor Uchqunov - [Jithin](https://github.com/jithin-dotcom) - [Mandrukamal](https://github.com/Mandrukamal) - [Gokul](https://github.com/Gokul-S-dev) +- [Bhavya](https://github.com/bhavya-l) - [Milan Bhanushali] (https://github.com/milanbhanushali) - [ajit](https://github.com/ajitprachande) - [Pankaj] (https://github.com/ppankaj321) From a1b4eef93778d0f7b1498a4b824009d0adf8a0c1 Mon Sep 17 00:00:00 2001 From: christhestormborn Date: Sat, 30 Aug 2025 01:57:18 +0100 Subject: [PATCH 1233/2656] A Good Device (#102833) Should be using a good device --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3d6e211e..64ff005e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors sardor Uchqunov +- [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) - [Erfan Ahmadi](https://github.com/erfan-web) - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) - [Justslugard] (https://github.com/Justslugard) From a3212d601c36da7f020e43e600eeb184f1a5bef2 Mon Sep 17 00:00:00 2001 From: Sonson Date: Sat, 30 Aug 2025 11:46:26 +0800 Subject: [PATCH 1234/2656] Added jasbuildaweb to Contributor list (#102834) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 64ff005e..ae48a8f4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -67,6 +67,7 @@ sardor Uchqunov - [Hruthik Chauan](https://github.com/hruthikchauhan07) - [Ahmad Rafiq](https://github.com/AhmadRafiq90) - [Vinicius] +- [jasbuildaweb] (https://github.com/jasbuildaweb) - [Arezoo] - [1983730774] - [원세영](https://github.com/seyoung5744) From 04e90ef58b95fa1bf5c5e6ca6aa8b0a1e6a92c90 Mon Sep 17 00:00:00 2001 From: R Holder <101442317+TheHolderCollective@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:02:10 -0700 Subject: [PATCH 1235/2656] Add TheHolderCollective to Contributors list (#102835) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ae48a8f4..7dca4964 100644 --- a/Contributors.md +++ b/Contributors.md @@ -68,6 +68,7 @@ sardor Uchqunov - [Ahmad Rafiq](https://github.com/AhmadRafiq90) - [Vinicius] - [jasbuildaweb] (https://github.com/jasbuildaweb) +- [TheHolderCollective] (https://github.com/TheHolderCollective) - [Arezoo] - [1983730774] - [원세영](https://github.com/seyoung5744) From e5ac16496b8427b07ff7f42c9cb076936beebb20 Mon Sep 17 00:00:00 2001 From: Tanmoy Das <67669575+Tanmoy24@users.noreply.github.com> Date: Sat, 30 Aug 2025 11:38:11 +0530 Subject: [PATCH 1236/2656] Add Tanmoy Das to Contributors list (#102836) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7dca4964..c0def60f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2297,6 +2297,7 @@ sh0uka -[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) From 6cea95c3b6652e492c62435e6af4bf338a534a01 Mon Sep 17 00:00:00 2001 From: ForbaV2 Date: Sat, 30 Aug 2025 16:24:19 +1000 Subject: [PATCH 1237/2656] Add Carsten to Contributors list (#102838) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c0def60f..e93cfda5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2284,6 +2284,7 @@ sh0uka -[Ashwin Mali][https://github.com/ashwinmali2004] -[Arjun][https://github.com/ArjunSaluja] -[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] +-[Carsten] [https://github.com/ForbaV2] - [Keerthika](https://github.com/keerthikadevi-s) -[Sourav Verma](https://github.com/SouravVerma-art) From 7b1f35d5bed9c2f84ed50619350eaa3c0703a9e1 Mon Sep 17 00:00:00 2001 From: K Sri Latha Date: Sat, 30 Aug 2025 11:58:47 +0530 Subject: [PATCH 1238/2656] Add K Sri Latha to Contributors list (#102839) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e93cfda5..bddd8e7b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ sardor Uchqunov - [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) - [Rushikesh Deshmukh](https://github.com/Mrx207) +- [K Sri Latha] (https://github.com/KSriLatha18) - [Ajay C](https://github.com/Ajaynirm) - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) From f9247fbd905a3d99e8b909941027e15ba85b1586 Mon Sep 17 00:00:00 2001 From: Aarav Mithrani Date: Sat, 30 Aug 2025 12:18:44 +0530 Subject: [PATCH 1239/2656] Add Aarav Mithrani to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index bddd8e7b..237a2b82 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2357,3 +2357,5 @@ sh0uka - [Ramaharisoa Tokiniaina](https://github.com/Toky20) - [paprotox] - [RohanKommathoti](https://github.com/RohanK-coder) +- [Aarav Mithrani](https://github.com/aarav-12) + From ad3b65952756991b165c8624c3a0e0124cbf3a02 Mon Sep 17 00:00:00 2001 From: kentaro takahashi Date: Sat, 30 Aug 2025 15:53:54 +0900 Subject: [PATCH 1240/2656] Add Kentaro Takahashi to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index c0def60f..b0a2c8c5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2355,3 +2355,5 @@ sh0uka - [Ramaharisoa Tokiniaina](https://github.com/Toky20) - [paprotox] - [RohanKommathoti](https://github.com/RohanK-coder) +- [Kentaro Takahashi](https://github.com/kentat) + \ No newline at end of file From 24a2da686fa28e72a590827e8f476c3ea25e31da Mon Sep 17 00:00:00 2001 From: star-lord <143583455+rsmharsha@users.noreply.github.com> Date: Sat, 30 Aug 2025 12:25:35 +0530 Subject: [PATCH 1241/2656] Add RSM Harsha to Contributors list (#102840) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bddd8e7b..02e62a31 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,6 +39,7 @@ sardor Uchqunov - [Pranesh](https://github.com/Pranesh2288) - [JuanRZ](https://github.com/JuanRZ) +- [RSM Harsha](https://github.com/rsmharsha) - [turingAround](https://github.com/turingAround) - [Ahmed Shabab Noor](https://github.com/ashababnoor) - [Endlia](https://github.com/Endlia) From acefe06f7dc7cc8bfbe64d970e07ec84b352529a Mon Sep 17 00:00:00 2001 From: "M. Hassan Shahid" <92631261+hassan-software-dev@users.noreply.github.com> Date: Sat, 30 Aug 2025 12:29:37 +0500 Subject: [PATCH 1242/2656] Add Hassan-Shahid to Contributors list (#102843) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 02e62a31..39e3cd1c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ sardor Uchqunov - [Shivam Verma] (https://github.com/shivamxverma) - [one small step for humanity] - [Amelia Ali] +- [Hassan Shahid] (https://github.com/hassan-software-dev) - [Akinori Sugimura](https://github.com/sugisaku37) - [Nikita Maurya](https://github.com/sun-andsky) - [Padmanabha Das](https://github.com/chayan-1906) From 4cfb966ad3039a0f171af748576525ce1e910ea3 Mon Sep 17 00:00:00 2001 From: Vaibhav Jadhav <120774476+vaibhav2141@users.noreply.github.com> Date: Sat, 30 Aug 2025 14:21:47 +0530 Subject: [PATCH 1243/2656] Add Vaibhav Jadhav to Contributors list (#102845) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 39e3cd1c..4acb519f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ sardor Uchqunov - [Amelia Ali] - [Hassan Shahid] (https://github.com/hassan-software-dev) - [Akinori Sugimura](https://github.com/sugisaku37) +- [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Nikita Maurya](https://github.com/sun-andsky) - [Padmanabha Das](https://github.com/chayan-1906) - [William W.] (https://github.com/ParadigmPacket) From 6bd9cebea380dcf895fd392c137223722c9c22fe Mon Sep 17 00:00:00 2001 From: marmiju Date: Sat, 30 Aug 2025 16:09:14 +0600 Subject: [PATCH 1244/2656] Add MAR miju to Contributors list (#102846) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4acb519f..4e1682db 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +- [marmiju](https://github.com/marmiju) sardor Uchqunov - [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) - [Erfan Ahmadi](https://github.com/erfan-web) From 7509ff00460bea9e0a318500da0dc368c0bd83dc Mon Sep 17 00:00:00 2001 From: voicu Date: Sat, 30 Aug 2025 14:26:26 +0300 Subject: [PATCH 1245/2656] Add Voicu Bogdan to Contributors list (#102847) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4e1682db..1f0bdd45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1118,6 +1118,7 @@ Eoin O'B - [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) From 9eb073244a583edb2d3bbe5df8c9318f9664a5ca Mon Sep 17 00:00:00 2001 From: Ammar Adil Date: Sat, 30 Aug 2025 17:06:41 +0530 Subject: [PATCH 1246/2656] Added Ammar Adil to the contributors list (#102848) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1f0bdd45..7b7937db 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,6 +63,7 @@ sardor Uchqunov - [Ehsan Shadmehri](https://github.com/ehsansh) - [Devin Rand](https://github.com/devinrand) - [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) From b583f5e641c60a60e48d16168d8e0d9221152f7f Mon Sep 17 00:00:00 2001 From: Harsh134-R <72407805+Harsh134-R@users.noreply.github.com> Date: Sat, 30 Aug 2025 18:31:18 +0530 Subject: [PATCH 1247/2656] Add Harsh Ratnaparkhi to Contributors list (#102849) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7b7937db..9fa4a63b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1662,6 +1662,7 @@ Eoin O'B - [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) From 123144953b454793456e96d41988498cbb7796cb Mon Sep 17 00:00:00 2001 From: koei Date: Sat, 30 Aug 2025 22:08:08 +0900 Subject: [PATCH 1248/2656] Update Contributors.md (#102850) add flemin to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9fa4a63b..063a74d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2364,3 +2364,4 @@ sh0uka - [Ramaharisoa Tokiniaina](https://github.com/Toky20) - [paprotox] - [RohanKommathoti](https://github.com/RohanK-coder) +- [flemin] \ No newline at end of file From 364d7f29f2f3ec1f136eacef1c6fed43f70f4584 Mon Sep 17 00:00:00 2001 From: Shreyash Patil <153478854+Sudeshpatil07@users.noreply.github.com> Date: Sat, 30 Aug 2025 18:48:10 +0530 Subject: [PATCH 1249/2656] Update Contributors.md (#102851) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 063a74d8..42d9c0bb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -159,6 +159,7 @@ sardor Uchqunov - Shiv -huzaifa(https://github.com/huzaifaashraf-code) - [Ibrahim] +- shreyash patil [https://github.com/Sudeshpatil07] - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) - [Vishal](https://github.com/Nvishal2006) From 5998252dc14d440931d71cbc20b51111e3346540 Mon Sep 17 00:00:00 2001 From: Mizaan ur Rehman <91748810+miz2@users.noreply.github.com> Date: Sat, 30 Aug 2025 19:34:56 +0530 Subject: [PATCH 1250/2656] Add Mizaan Ur Rehman to Contributors list (#102852) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 42d9c0bb..d9fb8d14 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2248,6 +2248,7 @@ jack - first contribution practice - [goldenbough0](https://github.com/goldenbough0) - [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) From 3bfb6029adf9027d70e6bcbcf9bd28e2e95e794e Mon Sep 17 00:00:00 2001 From: Boruto Date: Sat, 30 Aug 2025 19:56:42 +0530 Subject: [PATCH 1251/2656] Add borutoez to Contributors list (#102853) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d9fb8d14..78180987 100644 --- a/Contributors.md +++ b/Contributors.md @@ -21,6 +21,7 @@ sardor Uchqunov - [Akinori Sugimura](https://github.com/sugisaku37) - [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Nikita Maurya](https://github.com/sun-andsky) +- [Boruotez](https://github.com/borutoez) - [Padmanabha Das](https://github.com/chayan-1906) - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) From b9cd41766ce425a787712a7a338fdcaa3a34eea4 Mon Sep 17 00:00:00 2001 From: Gabriel Henrique <106666571+Purolinho@users.noreply.github.com> Date: Sat, 30 Aug 2025 11:35:16 -0300 Subject: [PATCH 1252/2656] =?UTF-8?q?Adicionando=20meu=20nome=20=C3=A0=20l?= =?UTF-8?q?ista=20de=20contribuidores=20(#102854)?= 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 78180987..eca41e85 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2367,4 +2367,5 @@ sh0uka - [Ramaharisoa Tokiniaina](https://github.com/Toky20) - [paprotox] - [RohanKommathoti](https://github.com/RohanK-coder) -- [flemin] \ No newline at end of file +- [flemin] +- [Purolinho](https://github.com/Purolinho) \ No newline at end of file From f4872c6aba99cfce1a1a537b185f0fab0deb0a89 Mon Sep 17 00:00:00 2001 From: Swapnil <61934504+swapnil282K@users.noreply.github.com> Date: Sat, 30 Aug 2025 20:06:39 +0530 Subject: [PATCH 1253/2656] Add Swapnil to Contributors list (#102855) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eca41e85..11926abc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ sardor Uchqunov - [Amelia Ali] - [Hassan Shahid] (https://github.com/hassan-software-dev) - [Akinori Sugimura](https://github.com/sugisaku37) +- [Swapnil] (https://github.com/swapnil282K) - [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Nikita Maurya](https://github.com/sun-andsky) - [Boruotez](https://github.com/borutoez) From 90a6cc8230ee61920acd58cd47af0e13fc8d695d Mon Sep 17 00:00:00 2001 From: North <34832697+North-M@users.noreply.github.com> Date: Sat, 30 Aug 2025 11:23:50 -0400 Subject: [PATCH 1254/2656] Add North to Contributors.md (#102856) Co-authored-by: NormanM --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 11926abc..d5ffe530 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2369,4 +2369,5 @@ sh0uka - [paprotox] - [RohanKommathoti](https://github.com/RohanK-coder) - [flemin] -- [Purolinho](https://github.com/Purolinho) \ No newline at end of file +- [Purolinho](https://github.com/Purolinho) +- [North](https://github.com/North-M) \ No newline at end of file From b969e6c6973eb09dda09f79ebb240ef6ceca68d8 Mon Sep 17 00:00:00 2001 From: Xephyronix Date: Sun, 31 Aug 2025 00:33:17 +0800 Subject: [PATCH 1255/2656] Name added to contributors.md (#102857) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d5ffe530..9c6a706a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ # Contributors - [marmiju](https://github.com/marmiju) sardor Uchqunov +- [Xephyronix](https://github.com/Xephyronix) - [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) - [Erfan Ahmadi](https://github.com/erfan-web) - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) From f6b8c4d9a33124b31026a31eb52a93a67d68d2a2 Mon Sep 17 00:00:00 2001 From: anurag03102005 <48904614+anurag03102005@users.noreply.github.com> Date: Sat, 30 Aug 2025 23:44:03 +0530 Subject: [PATCH 1256/2656] changed here (#102858) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9c6a706a..39189181 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [marmiju](https://github.com/marmiju) sardor Uchqunov - [Xephyronix](https://github.com/Xephyronix) +- [Anurag]<-- - [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) - [Erfan Ahmadi](https://github.com/erfan-web) - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) From 2467830066563a6bd624988696b795c9ee78d6b5 Mon Sep 17 00:00:00 2001 From: shraddhagreddy Date: Sun, 31 Aug 2025 00:18:04 +0530 Subject: [PATCH 1257/2656] Add Shraddha Reddy to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 39189181..133e891e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -44,7 +44,7 @@ sardor Uchqunov - [RAYYAN KHAN](https://github.com/rayyan4t4) - [Lalitha N](https://github.com/lalitha-n546) - [Pranesh](https://github.com/Pranesh2288) - +- [Shraddha G Reddy](https://github.com/shraddhagreddy) - [JuanRZ](https://github.com/JuanRZ) - [RSM Harsha](https://github.com/rsmharsha) - [turingAround](https://github.com/turingAround) From b3c65a3496765c42dcc8a0e64721a765425a9800 Mon Sep 17 00:00:00 2001 From: Tanish Mundra Date: Sun, 31 Aug 2025 00:56:57 +0530 Subject: [PATCH 1258/2656] Added Tanish Mundra to Contributors list (#102860) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 39189181..99d9213c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -151,6 +151,7 @@ sardor Uchqunov - [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) From a1cd63e7338619b757f5229e95f512130e94f27a Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 30 Aug 2025 13:04:47 -0700 Subject: [PATCH 1259/2656] Add Cameorn-Kuykendall to Contributors list --- Contributors.md | 257 ++++++++++++++++-------------------------------- 1 file changed, 84 insertions(+), 173 deletions(-) diff --git a/Contributors.md b/Contributors.md index 39189181..7fa547b5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,7 +1,7 @@ - # Contributors + - [marmiju](https://github.com/marmiju) -sardor Uchqunov + sardor Uchqunov - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- - [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) @@ -14,24 +14,25 @@ sardor Uchqunov - [Hiamnshu Pandey] (https://github.com/Himanshu817324) - [Junya Katouda] (https://github.com/katoudaj) - [Sneha Bichkunde] (https://github.com/snehabichkunde) -- [Siddharth Sahu] (https://github.com/sidhacks) +- [Siddharth Sahu] (https://github.com/sidhacks) - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Shivam Verma] (https://github.com/shivamxverma) - [one small step for humanity] -- [Amelia Ali] +- [Amelia Ali] - [Hassan Shahid] (https://github.com/hassan-software-dev) - [Akinori Sugimura](https://github.com/sugisaku37) - [Swapnil] (https://github.com/swapnil282K) -- [Vaibhav Jadhav] (https://github.com/vaibhav2141) +- [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Nikita Maurya](https://github.com/sun-andsky) - [Boruotez](https://github.com/borutoez) +- [Cameron Kuykendall](https://github.com/Cameron-Kuykendall) - [Padmanabha Das](https://github.com/chayan-1906) - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) - [Mohith Butta] (https:/github.com/mohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) -- [Mauricio Pereira] (https://github.com/gitreece) +- [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) - [Rushikesh Deshmukh](https://github.com/Mrx207) - [K Sri Latha] (https://github.com/KSriLatha18) @@ -110,17 +111,13 @@ sardor Uchqunov - [Ravi Kumar Jha](https://github.com/ravijha9546) - [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 +- [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 - [Naveen Kumar](https://github.com/RowthuNaveenKumar) -[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) + [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]() - [Brandon McHugh](https://github.com/brandmch) @@ -128,15 +125,8 @@ sardor Uchqunov - [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] --[Shaswata Panda] --[Michael Rockefeller](https://github.com/rockefelm) --[Syaiful Yudha Platoteles](https://github.com/Platotel3s) --[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) + [TML](https://github.com/TinMoeLwin007) +- [Tonny Nyauke] -[Shaswata Panda] -[Michael Rockefeller](https://github.com/rockefelm) -[Syaiful Yudha Platoteles](https://github.com/Platotel3s) -[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] @@ -145,7 +135,7 @@ sardor Uchqunov - [Nishant Naravarajula](https://github.com/nish-naravarajula) - [Vishal Manik](https://github.com/vmanik2k) - [Esraa Hassan] (https://github.com/Esraa-Hassan0) -- [Vittorino Favaro](https://github.com/vittorino-favaro) +- [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) @@ -161,15 +151,14 @@ sardor Uchqunov - [SSA](https://github.com/sshnag) - Zhuocheng Li - Shiv --huzaifa(https://github.com/huzaifaashraf-code) + -huzaifa(https://github.com/huzaifaashraf-code) - [Ibrahim] - shreyash patil [https://github.com/Sudeshpatil07] - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) -- [Noor Jellani](https://github.com/nurulain0) --[Zainab Travadi](https://github.cBreakerom/ZainabTravadi) +- [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) @@ -213,7 +202,7 @@ sardor Uchqunov - [Prashanth-000](https://github.com/Prashanth-000) - [Aaaappplle](https://github.com/aaaappplle) - vituwc -LIUYY到此一游 + LIUYY 到此一游 - [thirtyone-ntotal](https://github.com/thirtyone-ntotal) - [Abhishek Pandey] - [Francis Wanyoike Ng'ang'a](https://github.com/Ranci-18) @@ -438,9 +427,9 @@ LIUYY到此一游 - [AnantAgarwal07](https://github.com/AnantAgarwal07) - [Diya Pandey](https://github.com/diyapandey) - Subikshaa_Sakthivel_IMT2023020 (https://github.com/Subikshaa22) - - [Guganraj Rengaraju](https://github.com/george1518) +- [Guganraj Rengaraju](https://github.com/george1518) - doraemon-nobi -- Lanky_ +- Lanky\_ - Matt - ayfayfayf - Farsat @@ -470,13 +459,13 @@ LIUYY到此一游 - [Daniyal duddu Subhani](https://github.com/https://github.com/daniyal-subhani) - [Sheikh Abdullah Bin Zahid](https://github.com/Abdullah2240) - [square-story](https://github.com/square-story) -- [Prem Kumar T G](https://github.com/prem7129) +- [Prem Kumar T G](https://github.com/prem7129) - [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] +- [Shivam Pandya] - [Syed Naveeed Mohammed](https://github.com/SyedNaveedM) - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). @@ -495,7 +484,7 @@ LIUYY到此一游 - [Madhav Sreejith](http://github.com/madhav-sreejith) - [C.K.Chiu](https://github.com/and86802) - Caroline Hall -Shruti Tiwari + Shruti Tiwari - mama hita - [larley](https://github.com/DevLARLEY) - Himansu Mallik @@ -512,17 +501,13 @@ Shruti Tiwari - [James Kim](https://github.com/jykim11) - [Rodrigo Furtado](https://github.com/roodrigofurtado) - [il873](https://github.com/il873) -P Venkata Rami Reddy + P Venkata Rami Reddy - [Darin Thompson](https://github.com/thewizof6) - Anagha Hebbar - [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) +- [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) @@ -533,8 +518,7 @@ P Venkata Rami Reddy - [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) +- [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) @@ -586,7 +570,7 @@ P Venkata Rami Reddy - [Vinay M S](https://github.com/VinaymsGowda) - [AshuROhom](https://github.com/ashurohom) - [malyukd](https://github.com/malyukd) --Harshita_IMT2023035 + -Harshita_IMT2023035 - [Harsh Kaushik](https://github.com/hrk022) [petimov](https://github.com/petimov) - [Chris Q](https://github.com/Q-X-F) @@ -602,14 +586,13 @@ P Venkata Rami Reddy - [Abhay Kumar](https://github.com/abhykmr) - [Durgesh Dhurve](https://github.com/bittu9975) - [UncleObinna](https://github.com/UncleObinna) -- [Cole Fleming] (https://github.com/Cole-Fleming) --[bzms](https://github.com/lizzalpha) +- [Cole Fleming] (https://github.com/Cole-Fleming) -[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) + =[Bjoseph23](https://github.com/Bjoseph23) - [psp0](https://github.com/psp0) - [Dhruv](https://github.com/JDhruvR) - [Bam](https://github.com/QBJ08) @@ -624,7 +607,7 @@ P Venkata Rami Reddy - [Ukashatu Abdullahi](https://github.com/Ukashatu40) - [Sachin Kumar](https://github.com/Itsmesachin98) - [Tejas Raj](https://https://github.com/DRAKKKkk) -Ukashatu Abdullahi + Ukashatu Abdullahi - [Josh](https://github.com/josh902) - [fa](https://github.com/fa-personal) - [Aditya Mazumdar](https://github.com/aditya95-pixel) @@ -644,15 +627,15 @@ Ukashatu Abdullahi - [sls-1](https://github.com/sls-1) - [Jaimie Chong](https://github.com/jaimiechong) - [yugo](https://github.com/yugook) -Hager -CoolSoulz + 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 + The-Yash-is-Joined - [skg2k05](https://github.com/skg2k05) - [addpd](https://github.com/addpd) - [Pritha Maity](https://github.com/PrithaMaity) @@ -680,11 +663,9 @@ The-Yash-is-Joined - [Mr0Miner](https://github.com/Mr0Miner) - [kazuma](https://github.com/Mio-3) - [Navish](https://github.com/Nishu1508) -. [Luiki17] (https://github.com/Luiki17) + . [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) +- [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) @@ -780,7 +761,7 @@ The-Yash-is-Joined - [Hisham](https://github.com/sikehish) - [Gerald](https://github.com/Gerose316) - [BinhTran2307](my first contribution) -Ben + Ben - [ricor07](https://github.com/ricor07) - [ekadet](https://github.com/ekadetov) - [andev77](https://github.com/AnDev77) @@ -813,8 +794,7 @@ Ben - [djyun](https://github.com/dongjooyun) - [Noflare](https://github.com/Noflare) - [yohaku7](https://github.com/yohaku7) -- [mukyoko](https://github.com/mukyoko) --[udhav vinaik](https://github.com/udhavvinaik) +- [mukyoko](https://github.com/mukyoko) -[udhav vinaik](https://github.com/udhavvinaik) - [Raushan](https://github.com/oisitme) - [Tan Loc](https://github.com/htloc98) - [AvatarG](https://github.com/AvatarG) @@ -842,8 +822,7 @@ Ben [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) +- [Drax-dr](https://github.com/Drax-dr/) -[pouriya](https://github.com/thepouriyahmn) - [Stephen Ng](https://github.com/snust) - [MayLeaf](https://github.com/may-leaf) - [Muhammad Ayyub](https://github.com/devmab24) @@ -887,8 +866,7 @@ Ben - [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) +- [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) @@ -1105,9 +1083,8 @@ Ben - [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 +- [Aminat A](https://github.com/pejuameenat) -[krit22](https://github.com/krit22) + Eoin O'B - [Adnan Zaib](https://github.com/AadiZee) - [Mariusz Sobczak](https://github.com/SmoQ) - [Umair Amir](https://github.com/UmairAmir) @@ -1269,8 +1246,7 @@ Eoin O'B - [Stelios Gee](https://github.com/SteliosGee) - [Charalampos M.](https://github.com/CharioMich) - [Sabrina Ira](https://github.com/sabrinaira) -- [Jon Compton](https://github.com/joncompton) --[Blaine Weiss](https://github.com/BlaineWeiss) +- [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) @@ -1648,7 +1624,7 @@ Eoin O'B - [Dante Alegria](https://github.com/dantealegria1) - [Keerthi V Nair](https://github.com/keerthivnair) - [Maitreyee Singh](https://github.com/maitreyee-s) -- [Nivetha Visveswaran](https://github.com/NivethaVisveswaran) +- [Nivetha Visveswaran](https://github.com/NivethaVisveswaran) - [Rachana Rajiwade](https://github.com/Rrachana14) - [Loïc Burnotte](https://github.com/LoicBurnotte) - [Biswarup Das](https://github.com/biswarupdas445) @@ -2036,10 +2012,8 @@ Eoin O'B - [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) + [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) - [Wade Rees](https://github.com/wade-rees-me) - [_𝓟𝓸𝔀𝓮𝓻 𝓛𝓮𝓮_](https://github.dev/0xiPower) @@ -2060,26 +2034,20 @@ Eoin O'B - 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) + -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!!!!! + -MAHEK GUPTA!!!!! - Martin - Mubarak - Luis Rodriguez - [akane](https://github.com/copicomi) - Jonathan (https://github.com/jonathan-200) - [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) +- [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) @@ -2108,19 +2076,15 @@ Eoin O'B - [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) +- [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) -- [Digvijaysinh Pawar](https://github.com/ImNotFound7) --[Prakriti Dwivedi](https://github.com/hiiamkarati) +- [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) + [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) @@ -2142,37 +2106,31 @@ Eoin O'B - [Rahul Dutta](https://github.com/RahulDutta7) - [Mohamed Laraiche](https://github.com/molaraiche) - [Janaki Ram K](https://github.com/JKR0805) -- [Akshit Garg](https://github.com/AkshitGarg054) +- [Akshit Garg](https://github.com/AkshitGarg054) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Blhassen Sehli](https://github.com/Blhasn-Sehli) - [Saiprasad Rao] (https://github.com/thesaiprasadrao) - [Shrivarsha Pooajry] (https://github.com/shrivarshapoojari) -- [spacescribe](https://github.com/spacescribe) --[sammydonovan](https://github.com/sammydono) +- [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) --[mattmoodie](https://github.com/mattmoodie) --[Aswanth Manoharan](https://github.com/AswanthAnu) +- [Firewooood](https://github.com/Firewooood) -[luisdiaz327](https://github.com/luisdiaz327) -[Liso Mhlana](https://github.com/Nateliso) -[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) + [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 -[Shristhi Singh](https://github.com/shristhi-2908). + 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) + [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) @@ -2198,50 +2156,25 @@ jack - first contribution practice - [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) +- [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) - [Tiago Castilho](https://github.com/tcastilho10) -- [Muhammed safvan p](https://github.com/M-Safvan-p) --[Priscila Fry](https://github.com/prifry) --[Stephen Ebichondo](https://github.com/sebichondo) +- [Muhammed safvan p](https://github.com/M-Safvan-p) -[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) +- [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) +- [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) @@ -2288,36 +2221,14 @@ jack - first contribution practice - [Paramjit Singh](https://github.com/param20h) - [Darshil Vasoya](https://github.com/darshilvasoya) - [Paofan25](https://github.com/paofan25) -- [Dheeraj](https://github.com/Dheeraj1333) -- [Josh](https://github.com/joshrtust) --[CHHAVI GAUTAM](https://github.com/Chhavi001) --[Rodrigo Lima][https://github.com/Kosm9] --[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] +- [Dheeraj](https://github.com/Dheeraj1333) +- [Josh](https://github.com/joshrtust) -[CHHAVI GAUTAM](https://github.com/Chhavi001) -[Rodrigo Lima][https://github.com/Kosm9] -[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] -- [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) --[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) +- [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) -[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) +- [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) @@ -2351,7 +2262,7 @@ sh0uka - [Amer](https://github.com/iamAmer) - [Rachel Stern](https://github.com/RachelStern20) - [Mukeshwaran K](https://github.com/mukesh-m01) -- [Dede Sangmortey](https://github.com/Ladydede) +- [Dede Sangmortey](https://github.com/Ladydede) - [Anastasia Tumanov](https://github.com/anastasiatumanov) - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) @@ -2372,4 +2283,4 @@ sh0uka - [RohanKommathoti](https://github.com/RohanK-coder) - [flemin] - [Purolinho](https://github.com/Purolinho) -- [North](https://github.com/North-M) \ No newline at end of file +- [North](https://github.com/North-M) From 77624db200a1fba8cef2b5e74c89d529149f82da Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 30 Aug 2025 13:28:33 -0700 Subject: [PATCH 1260/2656] Add Cameron-Kuykendall --- Contributors.md | 259 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 175 insertions(+), 84 deletions(-) diff --git a/Contributors.md b/Contributors.md index 7fa547b5..23826968 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,10 +1,11 @@ -# Contributors +# Contributors - [marmiju](https://github.com/marmiju) - sardor Uchqunov +sardor Uchqunov - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- - [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) +- [Cameron Kuy](https://github.com/Cameron-Kuy) - [Erfan Ahmadi](https://github.com/erfan-web) - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) - [Justslugard] (https://github.com/Justslugard) @@ -14,25 +15,24 @@ - [Hiamnshu Pandey] (https://github.com/Himanshu817324) - [Junya Katouda] (https://github.com/katoudaj) - [Sneha Bichkunde] (https://github.com/snehabichkunde) -- [Siddharth Sahu] (https://github.com/sidhacks) +- [Siddharth Sahu] (https://github.com/sidhacks) - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Shivam Verma] (https://github.com/shivamxverma) - [one small step for humanity] -- [Amelia Ali] +- [Amelia Ali] - [Hassan Shahid] (https://github.com/hassan-software-dev) - [Akinori Sugimura](https://github.com/sugisaku37) - [Swapnil] (https://github.com/swapnil282K) -- [Vaibhav Jadhav] (https://github.com/vaibhav2141) +- [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Nikita Maurya](https://github.com/sun-andsky) - [Boruotez](https://github.com/borutoez) -- [Cameron Kuykendall](https://github.com/Cameron-Kuykendall) - [Padmanabha Das](https://github.com/chayan-1906) - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) - [Mohith Butta] (https:/github.com/mohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) -- [Mauricio Pereira] (https://github.com/gitreece) +- [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) - [Rushikesh Deshmukh](https://github.com/Mrx207) - [K Sri Latha] (https://github.com/KSriLatha18) @@ -111,13 +111,17 @@ - [Ravi Kumar Jha](https://github.com/ravijha9546) - [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 +- [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 - [Naveen Kumar](https://github.com/RowthuNaveenKumar) - [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) +[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]() - [Brandon McHugh](https://github.com/brandmch) @@ -125,8 +129,15 @@ - [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] -[Shaswata Panda] -[Michael Rockefeller](https://github.com/rockefelm) -[Syaiful Yudha Platoteles](https://github.com/Platotel3s) -[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) +[TML](https://github.com/TinMoeLwin007) +- [Tonny Nyauke] +-[Shaswata Panda] +-[Michael Rockefeller](https://github.com/rockefelm) +-[Syaiful Yudha Platoteles](https://github.com/Platotel3s) +-[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] @@ -135,12 +146,13 @@ - [Nishant Naravarajula](https://github.com/nish-naravarajula) - [Vishal Manik](https://github.com/vmanik2k) - [Esraa Hassan] (https://github.com/Esraa-Hassan0) -- [Vittorino Favaro](https://github.com/vittorino-favaro) +- [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) @@ -151,14 +163,15 @@ - [SSA](https://github.com/sshnag) - Zhuocheng Li - Shiv - -huzaifa(https://github.com/huzaifaashraf-code) +-huzaifa(https://github.com/huzaifaashraf-code) - [Ibrahim] - shreyash patil [https://github.com/Sudeshpatil07] - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) -- [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.cBreakerom/ZainabTravadi) +- [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) @@ -202,7 +215,7 @@ - [Prashanth-000](https://github.com/Prashanth-000) - [Aaaappplle](https://github.com/aaaappplle) - vituwc - LIUYY 到此一游 +LIUYY到此一游 - [thirtyone-ntotal](https://github.com/thirtyone-ntotal) - [Abhishek Pandey] - [Francis Wanyoike Ng'ang'a](https://github.com/Ranci-18) @@ -427,9 +440,9 @@ - [AnantAgarwal07](https://github.com/AnantAgarwal07) - [Diya Pandey](https://github.com/diyapandey) - Subikshaa_Sakthivel_IMT2023020 (https://github.com/Subikshaa22) -- [Guganraj Rengaraju](https://github.com/george1518) + - [Guganraj Rengaraju](https://github.com/george1518) - doraemon-nobi -- Lanky\_ +- Lanky_ - Matt - ayfayfayf - Farsat @@ -459,13 +472,13 @@ - [Daniyal duddu Subhani](https://github.com/https://github.com/daniyal-subhani) - [Sheikh Abdullah Bin Zahid](https://github.com/Abdullah2240) - [square-story](https://github.com/square-story) -- [Prem Kumar T G](https://github.com/prem7129) +- [Prem Kumar T G](https://github.com/prem7129) - [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] +- [Shivam Pandya] - [Syed Naveeed Mohammed](https://github.com/SyedNaveedM) - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). @@ -484,7 +497,7 @@ - [Madhav Sreejith](http://github.com/madhav-sreejith) - [C.K.Chiu](https://github.com/and86802) - Caroline Hall - Shruti Tiwari +Shruti Tiwari - mama hita - [larley](https://github.com/DevLARLEY) - Himansu Mallik @@ -501,13 +514,17 @@ - [James Kim](https://github.com/jykim11) - [Rodrigo Furtado](https://github.com/roodrigofurtado) - [il873](https://github.com/il873) - P Venkata Rami Reddy +P Venkata Rami Reddy - [Darin Thompson](https://github.com/thewizof6) - Anagha Hebbar - [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) +- [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) @@ -518,7 +535,8 @@ - [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) +- [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) @@ -570,7 +588,7 @@ - [Vinay M S](https://github.com/VinaymsGowda) - [AshuROhom](https://github.com/ashurohom) - [malyukd](https://github.com/malyukd) - -Harshita_IMT2023035 +-Harshita_IMT2023035 - [Harsh Kaushik](https://github.com/hrk022) [petimov](https://github.com/petimov) - [Chris Q](https://github.com/Q-X-F) @@ -586,13 +604,14 @@ - [Abhay Kumar](https://github.com/abhykmr) - [Durgesh Dhurve](https://github.com/bittu9975) - [UncleObinna](https://github.com/UncleObinna) -- [Cole Fleming] (https://github.com/Cole-Fleming) -[bzms](https://github.com/lizzalpha) +- [Cole Fleming] (https://github.com/Cole-Fleming) +-[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) + =[Bjoseph23](https://github.com/Bjoseph23) - [psp0](https://github.com/psp0) - [Dhruv](https://github.com/JDhruvR) - [Bam](https://github.com/QBJ08) @@ -607,7 +626,7 @@ - [Ukashatu Abdullahi](https://github.com/Ukashatu40) - [Sachin Kumar](https://github.com/Itsmesachin98) - [Tejas Raj](https://https://github.com/DRAKKKkk) - Ukashatu Abdullahi +Ukashatu Abdullahi - [Josh](https://github.com/josh902) - [fa](https://github.com/fa-personal) - [Aditya Mazumdar](https://github.com/aditya95-pixel) @@ -627,15 +646,15 @@ - [sls-1](https://github.com/sls-1) - [Jaimie Chong](https://github.com/jaimiechong) - [yugo](https://github.com/yugook) - Hager - CoolSoulz +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 +The-Yash-is-Joined - [skg2k05](https://github.com/skg2k05) - [addpd](https://github.com/addpd) - [Pritha Maity](https://github.com/PrithaMaity) @@ -663,9 +682,11 @@ - [Mr0Miner](https://github.com/Mr0Miner) - [kazuma](https://github.com/Mio-3) - [Navish](https://github.com/Nishu1508) - . [Luiki17] (https://github.com/Luiki17) +. [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) +- [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) @@ -761,7 +782,7 @@ - [Hisham](https://github.com/sikehish) - [Gerald](https://github.com/Gerose316) - [BinhTran2307](my first contribution) - Ben +Ben - [ricor07](https://github.com/ricor07) - [ekadet](https://github.com/ekadetov) - [andev77](https://github.com/AnDev77) @@ -794,7 +815,8 @@ - [djyun](https://github.com/dongjooyun) - [Noflare](https://github.com/Noflare) - [yohaku7](https://github.com/yohaku7) -- [mukyoko](https://github.com/mukyoko) -[udhav vinaik](https://github.com/udhavvinaik) +- [mukyoko](https://github.com/mukyoko) +-[udhav vinaik](https://github.com/udhavvinaik) - [Raushan](https://github.com/oisitme) - [Tan Loc](https://github.com/htloc98) - [AvatarG](https://github.com/AvatarG) @@ -822,7 +844,8 @@ [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) +- [Drax-dr](https://github.com/Drax-dr/) +-[pouriya](https://github.com/thepouriyahmn) - [Stephen Ng](https://github.com/snust) - [MayLeaf](https://github.com/may-leaf) - [Muhammad Ayyub](https://github.com/devmab24) @@ -866,7 +889,8 @@ - [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) +- [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) @@ -1083,8 +1107,9 @@ - [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 +- [Aminat A](https://github.com/pejuameenat) +-[krit22](https://github.com/krit22) +Eoin O'B - [Adnan Zaib](https://github.com/AadiZee) - [Mariusz Sobczak](https://github.com/SmoQ) - [Umair Amir](https://github.com/UmairAmir) @@ -1246,7 +1271,8 @@ - [Stelios Gee](https://github.com/SteliosGee) - [Charalampos M.](https://github.com/CharioMich) - [Sabrina Ira](https://github.com/sabrinaira) -- [Jon Compton](https://github.com/joncompton) -[Blaine Weiss](https://github.com/BlaineWeiss) +- [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) @@ -1624,7 +1650,7 @@ - [Dante Alegria](https://github.com/dantealegria1) - [Keerthi V Nair](https://github.com/keerthivnair) - [Maitreyee Singh](https://github.com/maitreyee-s) -- [Nivetha Visveswaran](https://github.com/NivethaVisveswaran) +- [Nivetha Visveswaran](https://github.com/NivethaVisveswaran) - [Rachana Rajiwade](https://github.com/Rrachana14) - [Loïc Burnotte](https://github.com/LoicBurnotte) - [Biswarup Das](https://github.com/biswarupdas445) @@ -2012,8 +2038,10 @@ - [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) +[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) - [Wade Rees](https://github.com/wade-rees-me) - [_𝓟𝓸𝔀𝓮𝓻 𝓛𝓮𝓮_](https://github.dev/0xiPower) @@ -2034,20 +2062,26 @@ - 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) +-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!!!!! +-MAHEK GUPTA!!!!! - Martin - Mubarak - Luis Rodriguez - [akane](https://github.com/copicomi) - Jonathan (https://github.com/jonathan-200) - [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) +- [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) @@ -2076,15 +2110,19 @@ - [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) +- [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) -- [Digvijaysinh Pawar](https://github.com/ImNotFound7) -[Prakriti Dwivedi](https://github.com/hiiamkarati) +- [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) +[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) @@ -2106,31 +2144,37 @@ - [Rahul Dutta](https://github.com/RahulDutta7) - [Mohamed Laraiche](https://github.com/molaraiche) - [Janaki Ram K](https://github.com/JKR0805) -- [Akshit Garg](https://github.com/AkshitGarg054) +- [Akshit Garg](https://github.com/AkshitGarg054) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Blhassen Sehli](https://github.com/Blhasn-Sehli) - [Saiprasad Rao] (https://github.com/thesaiprasadrao) - [Shrivarsha Pooajry] (https://github.com/shrivarshapoojari) -- [spacescribe](https://github.com/spacescribe) -[sammydonovan](https://github.com/sammydono) +- [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) -[mattmoodie](https://github.com/mattmoodie) -[Aswanth Manoharan](https://github.com/AswanthAnu) +- [Firewooood](https://github.com/Firewooood) +-[luisdiaz327](https://github.com/luisdiaz327) +-[Liso Mhlana](https://github.com/Nateliso) +-[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) +[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 - [Shristhi Singh](https://github.com/shristhi-2908). +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) +[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) @@ -2156,25 +2200,50 @@ - [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) +- [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) - [Tiago Castilho](https://github.com/tcastilho10) -- [Muhammed safvan p](https://github.com/M-Safvan-p) -[Priscila Fry](https://github.com/prifry) -[Stephen Ebichondo](https://github.com/sebichondo) +- [Muhammed safvan p](https://github.com/M-Safvan-p) +-[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) +- [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) +- [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) @@ -2221,14 +2290,36 @@ - [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] -[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] +- [Dheeraj](https://github.com/Dheeraj1333) +- [Josh](https://github.com/joshrtust) +-[CHHAVI GAUTAM](https://github.com/Chhavi001) +-[Rodrigo Lima][https://github.com/Kosm9] +-[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] -- [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) -[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) +- [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) +-[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) +- [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) @@ -2262,7 +2353,7 @@ - [Amer](https://github.com/iamAmer) - [Rachel Stern](https://github.com/RachelStern20) - [Mukeshwaran K](https://github.com/mukesh-m01) -- [Dede Sangmortey](https://github.com/Ladydede) +- [Dede Sangmortey](https://github.com/Ladydede) - [Anastasia Tumanov](https://github.com/anastasiatumanov) - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) @@ -2283,4 +2374,4 @@ - [RohanKommathoti](https://github.com/RohanK-coder) - [flemin] - [Purolinho](https://github.com/Purolinho) -- [North](https://github.com/North-M) +- [North](https://github.com/North-M) \ No newline at end of file From b6b002773887999170328b71f2b81fda21e5a806 Mon Sep 17 00:00:00 2001 From: cjnw <68435661+cjnw@users.noreply.github.com> Date: Sat, 30 Aug 2025 16:36:36 -0400 Subject: [PATCH 1261/2656] Add CJ to Contributors list (#102863) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 99d9213c..2bd040ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ sardor Uchqunov - [YG-paaleee] (https://github.com/YG-paaleee) - [Hiamnshu Pandey] (https://github.com/Himanshu817324) - [Junya Katouda] (https://github.com/katoudaj) +- [CJ Nwogu] (https://github.com/cjnw) - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) - [Priyanka Singh] (https://github.com/Priyanka-2725) From ec92505a952c48e877e944d3bd5ad9069d5350b9 Mon Sep 17 00:00:00 2001 From: Harsh Kumbhani <109942506+harshkumbhani@users.noreply.github.com> Date: Sat, 30 Aug 2025 23:38:40 +0200 Subject: [PATCH 1262/2656] Add Harsh to Contributors list (#102864) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 2bd040ad..112d06a4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,7 +19,8 @@ sardor Uchqunov - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Shivam Verma] (https://github.com/shivamxverma) - [one small step for humanity] -- [Amelia Ali] +- [Amelia Ali] +- [Harsh Kumbhani] (https://github.com/harshkumbhani) - [Hassan Shahid] (https://github.com/hassan-software-dev) - [Akinori Sugimura](https://github.com/sugisaku37) - [Swapnil] (https://github.com/swapnil282K) From fd7c4355c8d94de732775fab86e373289e2930da Mon Sep 17 00:00:00 2001 From: Md Maroof Khan Date: Sun, 31 Aug 2025 00:14:52 +0200 Subject: [PATCH 1263/2656] Add maroof-khan to Contributors list (#102865) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 112d06a4..a7facb14 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ sardor Uchqunov - [Swapnil] (https://github.com/swapnil282K) - [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Nikita Maurya](https://github.com/sun-andsky) +- [Maroof Khan](https://github.com/khanmaroof) - [Boruotez](https://github.com/borutoez) - [Padmanabha Das](https://github.com/chayan-1906) - [William W.] (https://github.com/ParadigmPacket) From d78c67aee86a5d32030e7779c44555d24452201f Mon Sep 17 00:00:00 2001 From: Aaliyah Raheem <132940127+aaliot@users.noreply.github.com> Date: Sat, 30 Aug 2025 23:15:44 +0100 Subject: [PATCH 1264/2656] Add Aaliyah Raheem to Contributors list (#102866) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a7facb14..69bb65e0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ sardor Uchqunov - [Anurag]<-- - [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) - [Erfan Ahmadi](https://github.com/erfan-web) +- [Aaliyah Raheem](https://github.com/aaliot) - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) - [Justslugard] (https://github.com/Justslugard) - [Kanishka Raisania] (https://github.com/kanishka-raisania) From 3f15af02e33c36596ae63743b928afb7c62ad29b Mon Sep 17 00:00:00 2001 From: guywithzeromotive <113287252+guywithzeromotive@users.noreply.github.com> Date: Sun, 31 Aug 2025 04:37:53 +0300 Subject: [PATCH 1265/2656] Add guywithzeromotive to Contributors list (#102867) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 69bb65e0..806e53b0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -192,6 +192,7 @@ sardor Uchqunov - [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) - [Robert Alfredson](https://github.com/rcalfredson) - [Trần Phương Hùng & Đỗ Nhật Thanh ❤️](https://github.com/blueqing2026) From 9640e0cde8de365bfe871550c245d51ac81eda5b Mon Sep 17 00:00:00 2001 From: DankYoda <167357217+DankYoda@users.noreply.github.com> Date: Sat, 30 Aug 2025 21:39:50 -0500 Subject: [PATCH 1266/2656] Add Dakota Feist to the contributors list (#102868) Co-authored-by: dankyoda --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 806e53b0..bd07d4e0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -985,6 +985,7 @@ Ben - [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) From 1ba675db3b4136841cc54c4177fc96fde16ab0eb Mon Sep 17 00:00:00 2001 From: treeleaves30760 <43369966+treeleaves30760@users.noreply.github.com> Date: Sun, 31 Aug 2025 14:16:59 +0800 Subject: [PATCH 1267/2656] Add treeleaves30760 (#102872) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bd07d4e0..6b74913c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2379,4 +2379,5 @@ sh0uka - [RohanKommathoti](https://github.com/RohanK-coder) - [flemin] - [Purolinho](https://github.com/Purolinho) -- [North](https://github.com/North-M) \ No newline at end of file +- [North](https://github.com/North-M) +- [treeleaves30760](https://github.com/treeleaves30760) \ No newline at end of file From b584f1b4994e8181bf1494392de26b632a40949e Mon Sep 17 00:00:00 2001 From: Carsoneee Date: Sun, 31 Aug 2025 14:19:09 +0800 Subject: [PATCH 1268/2656] add-treeleavesCarson (#102873) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6b74913c..f5e8c29e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2380,4 +2380,5 @@ sh0uka - [flemin] - [Purolinho](https://github.com/Purolinho) - [North](https://github.com/North-M) -- [treeleaves30760](https://github.com/treeleaves30760) \ No newline at end of file +- [treeleaves30760](https://github.com/treeleaves30760) +- [Carsoneee](https://github.com/Carsoneee) From a6e28f1fcc9416e2171c283f71010f773bd48168 Mon Sep 17 00:00:00 2001 From: iason-019 Date: Sun, 31 Aug 2025 14:28:24 +0800 Subject: [PATCH 1269/2656] add iason (#102875) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: iason-019 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f5e8c29e..eaba2c20 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2380,5 +2380,6 @@ sh0uka - [flemin] - [Purolinho](https://github.com/Purolinho) - [North](https://github.com/North-M) +- [iason-019](https://github.com/iason-019) - [treeleaves30760](https://github.com/treeleaves30760) - [Carsoneee](https://github.com/Carsoneee) From e265f001951939a30c76754277a1f3ad387af29d Mon Sep 17 00:00:00 2001 From: Romeo <108995102+romeopopescu@users.noreply.github.com> Date: Sun, 31 Aug 2025 12:20:29 +0300 Subject: [PATCH 1270/2656] Add romeopopescu to Contributors list (#102876) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eaba2c20..911d2bde 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2383,3 +2383,4 @@ sh0uka - [iason-019](https://github.com/iason-019) - [treeleaves30760](https://github.com/treeleaves30760) - [Carsoneee](https://github.com/Carsoneee) +- [romeopopescu](https://github.com/romeopopescu) From ebfd713373948567596a9e798efaef17f83ff724 Mon Sep 17 00:00:00 2001 From: HaryiankKumra <144940685+HaryiankKumra@users.noreply.github.com> Date: Sun, 31 Aug 2025 15:35:14 +0530 Subject: [PATCH 1271/2656] updated contributors.md (#102877) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 911d2bde..cf7ce056 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2384,3 +2384,4 @@ sh0uka - [treeleaves30760](https://github.com/treeleaves30760) - [Carsoneee](https://github.com/Carsoneee) - [romeopopescu](https://github.com/romeopopescu) +- [haryiank](https://github.com/HaryiankKumra) From 6bbd39defdd8a2d1b2ad3c17bf5119c7742c8888 Mon Sep 17 00:00:00 2001 From: Devansh Singh <155301322+Devansh-04@users.noreply.github.com> Date: Sun, 31 Aug 2025 15:37:05 +0530 Subject: [PATCH 1272/2656] Made my first open source contribution (#102878) * Added name to contributors list * Added Devansh to contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index cf7ce056..fb2f6483 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ sardor Uchqunov - [Sanjeev](Grabbing oppurtunities flawlessly) - [fatimah](https://github.com/grindstack) - [Jithin](https://github.com/jithin-dotcom) +- [Devansh Singh](https://github.com/Devansh-04) - [Mandrukamal](https://github.com/Mandrukamal) - [Gokul](https://github.com/Gokul-S-dev) - [Bhavya](https://github.com/bhavya-l) @@ -104,7 +105,7 @@ sardor Uchqunov - [ajit](https://github.com/ajitprachande) - [Pankaj] (https://github.com/ppankaj321) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) -- [Ashish Bairwa](https://github.com/ashishb20) +- [Ashish Bairwa](https://github.com/ashishb20) - [Jason](https://github.com/dev-jason-lu) - [David Anane](https://github.com/plaestore) - [Karan Dhiman](https://github.com/karandhiman12) From 31337672689896bf5549463f99df50025154aaf2 Mon Sep 17 00:00:00 2001 From: Ansh-699 Date: Sun, 31 Aug 2025 16:12:54 +0530 Subject: [PATCH 1273/2656] Add Ansh-699 to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fb2f6483..944a2f27 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2386,3 +2386,4 @@ sh0uka - [Carsoneee](https://github.com/Carsoneee) - [romeopopescu](https://github.com/romeopopescu) - [haryiank](https://github.com/HaryiankKumra) +- [Ansh-699](https://github.com/Ansh-699) From 32edd7e7cac05f3f4e471ebfd17a824f4f27822a Mon Sep 17 00:00:00 2001 From: Ansh tyagi <155187454+Ansh-699@users.noreply.github.com> Date: Sun, 31 Aug 2025 16:15:13 +0530 Subject: [PATCH 1274/2656] Add Ansh-699 to Contributors list (#102879) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fb2f6483..944a2f27 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2386,3 +2386,4 @@ sh0uka - [Carsoneee](https://github.com/Carsoneee) - [romeopopescu](https://github.com/romeopopescu) - [haryiank](https://github.com/HaryiankKumra) +- [Ansh-699](https://github.com/Ansh-699) From 058aab0a281a6c46dde99653989f000f365fa51d Mon Sep 17 00:00:00 2001 From: Ansh-699 Date: Sun, 31 Aug 2025 16:35:48 +0530 Subject: [PATCH 1275/2656] Add Ansh-699 to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 944a2f27..a25daf57 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2386,4 +2386,4 @@ sh0uka - [Carsoneee](https://github.com/Carsoneee) - [romeopopescu](https://github.com/romeopopescu) - [haryiank](https://github.com/HaryiankKumra) -- [Ansh-699](https://github.com/Ansh-699) +- [Ansh-699] (https://github.com/Ansh-699) From 0b53b17e905e9ca10a80ea3d6b286076b256f73c Mon Sep 17 00:00:00 2001 From: Ambar Singh <71892528+ambar-singh@users.noreply.github.com> Date: Sun, 31 Aug 2025 16:44:39 +0530 Subject: [PATCH 1276/2656] feat: Add Ambar Singh to contributors list (#102881) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 944a2f27..d26cefb3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -979,6 +979,7 @@ Ben - [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) From f2be08138cb1b7efa2d7f36de34b170cbc5dc314 Mon Sep 17 00:00:00 2001 From: Samidu Kaushalaya Date: Sun, 31 Aug 2025 16:52:34 +0530 Subject: [PATCH 1277/2656] Add Samidu kaushalaya to Contributors list (#102882) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d26cefb3..25f28a2d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ sardor Uchqunov - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) - [Priyanka Singh] (https://github.com/Priyanka-2725) +- [Samidu Kaushalaya] (https://github.com/samidukushalaya) - [Shivam Verma] (https://github.com/shivamxverma) - [one small step for humanity] - [Amelia Ali] From f034c0463535045dd25fa50b466145845b8702ec Mon Sep 17 00:00:00 2001 From: Ananya G Bharadwaj Date: Sun, 31 Aug 2025 17:23:48 +0530 Subject: [PATCH 1278/2656] Update Contributors.md (#102883) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 25f28a2d..526388df 100644 --- a/Contributors.md +++ b/Contributors.md @@ -113,6 +113,7 @@ sardor Uchqunov - [Harsh Sachdeva](https://github.com/HarshSachdeva01) - [Giacomo Folli](https://github.com/giacomo-folli) - [Hamza Khan](https://github.com/giacomo-folli) +- [Ananya G Bharadwaj] - [Ravi Kumar Jha](https://github.com/ravijha9546) - [Dhairya Dev](https://github.com/hamzak51) - [Ayomide Saheed](https://github.com/luc-ay) From 5ef3c0a354915d4cad1a181cc31e3396eefdcf01 Mon Sep 17 00:00:00 2001 From: skdoosh <149157430+skdoosh@users.noreply.github.com> Date: Sun, 31 Aug 2025 17:24:12 +0530 Subject: [PATCH 1279/2656] Add Shreyas to Contributor's List (#102884) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 526388df..0688888a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -28,6 +28,7 @@ sardor Uchqunov - [Swapnil] (https://github.com/swapnil282K) - [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Nikita Maurya](https://github.com/sun-andsky) +- [Shreyas](https://github.com/skdoosh) - [Maroof Khan](https://github.com/khanmaroof) - [Boruotez](https://github.com/borutoez) - [Padmanabha Das](https://github.com/chayan-1906) From 13f892cda26b1ad510f5bc609fefb3074ba87598 Mon Sep 17 00:00:00 2001 From: Shirinpandey Date: Sun, 31 Aug 2025 17:22:00 +0400 Subject: [PATCH 1280/2656] Add your-name to Contributors list (#102886) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0688888a..f9b480f1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2391,3 +2391,4 @@ sh0uka - [romeopopescu](https://github.com/romeopopescu) - [haryiank](https://github.com/HaryiankKumra) - [Ansh-699](https://github.com/Ansh-699) +- [Shirinpandey](https://github.com/Shirinpandey) From 7e7190947a8a01c195e7a9c021d253059e83a9f5 Mon Sep 17 00:00:00 2001 From: Allan Zanella <93013588+Autodotnet@users.noreply.github.com> Date: Sun, 31 Aug 2025 10:45:49 -0300 Subject: [PATCH 1281/2656] Add Allan Zanella to Contributor's list (#102887) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f9b480f1..4e198f7e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -149,6 +149,7 @@ sardor Uchqunov - [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) - [Vishal Manik](https://github.com/vmanik2k) From 0612cbadefcbaf56772afd0d3e72205c3e2a1d59 Mon Sep 17 00:00:00 2001 From: Ashutosh Ranjan Date: Sun, 31 Aug 2025 19:56:33 +0530 Subject: [PATCH 1282/2656] Add Ashutosh Ranjan to Contributors list (#102888) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4e198f7e..a6e8450e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -298,6 +298,7 @@ LIUYY到此一游 - Ayush - [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) From 16ee888432718f829d11c8f3363a94a5d988500f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrah=20Isovi=C4=87?= <151463574+EmrahIso@users.noreply.github.com> Date: Sun, 31 Aug 2025 16:50:19 +0200 Subject: [PATCH 1283/2656] feat: Add Emrah Isovic to Contributors list (#102889) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a6e8450e..96365bad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -890,6 +890,7 @@ Ben - [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) From 3b24f6fad99aa2eddc8c2d09379278ef00deb428 Mon Sep 17 00:00:00 2001 From: AhmedS01 <94797198+AhmedS01@users.noreply.github.com> Date: Sun, 31 Aug 2025 17:28:25 +0200 Subject: [PATCH 1284/2656] Add Ahmed-S to contributors list (#102890) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 96365bad..af4f32c1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ sardor Uchqunov - [Shivam Verma] (https://github.com/shivamxverma) - [one small step for humanity] - [Amelia Ali] +- [Ahmed Sabbak] - [Harsh Kumbhani] (https://github.com/harshkumbhani) - [Hassan Shahid] (https://github.com/hassan-software-dev) - [Akinori Sugimura](https://github.com/sugisaku37) From d545d59008aba7a43ddbba1e2e3a47feb8b636b3 Mon Sep 17 00:00:00 2001 From: Ansh-699 Date: Sun, 31 Aug 2025 21:40:13 +0530 Subject: [PATCH 1285/2656] Add Ansh-699 to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fb2f6483..944a2f27 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2386,3 +2386,4 @@ sh0uka - [Carsoneee](https://github.com/Carsoneee) - [romeopopescu](https://github.com/romeopopescu) - [haryiank](https://github.com/HaryiankKumra) +- [Ansh-699](https://github.com/Ansh-699) From accdc61933674e505d90b1ea03181471768724ef Mon Sep 17 00:00:00 2001 From: Ekak Basu <81324013+ebro125@users.noreply.github.com> Date: Sun, 31 Aug 2025 22:34:30 +0530 Subject: [PATCH 1286/2656] Ekak Basu to Contributors list (#102893) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index af4f32c1..614e754c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ sardor Uchqunov - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- - [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) +- [Ekak Basu](https://github.com/ebro125) - [Erfan Ahmadi](https://github.com/erfan-web) - [Aaliyah Raheem](https://github.com/aaliot) - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) From bf67363beabd57328e637b64ea5d86d5d978f3ef Mon Sep 17 00:00:00 2001 From: Ernesto <83133501+edonado2@users.noreply.github.com> Date: Sun, 31 Aug 2025 13:22:17 -0400 Subject: [PATCH 1287/2656] Add Ernesto to the contributor list (#102894) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 614e754c..abc76f55 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ # Contributors - [marmiju](https://github.com/marmiju) sardor Uchqunov +- [Ernesto Donado](https://github.com/edonado2) - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- - [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) From fb3f733fa33fbb6c16dde102b6f1f09c8b65debe Mon Sep 17 00:00:00 2001 From: bhuvana108 <88460823+bhuvana108@users.noreply.github.com> Date: Sun, 31 Aug 2025 12:43:04 -0500 Subject: [PATCH 1288/2656] Add Bhuvana Madiraju to Contributors list (#102895) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index abc76f55..881d341c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ sardor Uchqunov - [Ekak Basu](https://github.com/ebro125) - [Erfan Ahmadi](https://github.com/erfan-web) - [Aaliyah Raheem](https://github.com/aaliot) +- Bhuvana Madiraju - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) - [Justslugard] (https://github.com/Justslugard) - [Kanishka Raisania] (https://github.com/kanishka-raisania) From 459c24c028defb14b5adeffef27fc2f8592bbdf3 Mon Sep 17 00:00:00 2001 From: Kunal Sable <118177615+Kunals990@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:35:59 +0530 Subject: [PATCH 1289/2656] Add kunal sable to Contributors list (#102896) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 881d341c..0d5d4af4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ sardor Uchqunov - [CJ Nwogu] (https://github.com/cjnw) - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) +- [Kunal Sable] (https://github.com/Kunals990) - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Samidu Kaushalaya] (https://github.com/samidukushalaya) - [Shivam Verma] (https://github.com/shivamxverma) From 6f1886ee1731989ebb6e371a528e52dbc2c29475 Mon Sep 17 00:00:00 2001 From: pratiksha-more Date: Mon, 1 Sep 2025 00:44:39 +0530 Subject: [PATCH 1290/2656] Add Pratiksha More to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 0d5d4af4..335a31f9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2400,3 +2400,5 @@ sh0uka - [haryiank](https://github.com/HaryiankKumra) - [Ansh-699](https://github.com/Ansh-699) - [Shirinpandey](https://github.com/Shirinpandey) +- [pratikshamore](https://github.com/pratiksha-more) + From 3f50bf34a83d263007f2f6a764c62ed06f8e9b4b Mon Sep 17 00:00:00 2001 From: Nidhi Yadav <80662867+Nidhi-nd@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:45:34 +0530 Subject: [PATCH 1291/2656] Nidhi Yadav (https://github.com/Nidhi-nd) (#102897) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0d5d4af4..a5dd7d4e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ sardor Uchqunov - [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) - [YG-paaleee] (https://github.com/YG-paaleee) - [Hiamnshu Pandey] (https://github.com/Himanshu817324) - [Junya Katouda] (https://github.com/katoudaj) From 89058e6a95785f6f3c66466cc48001bad70103ed Mon Sep 17 00:00:00 2001 From: Dojeman123 <166415383+Dojeman123@users.noreply.github.com> Date: Sun, 31 Aug 2025 20:29:21 +0100 Subject: [PATCH 1292/2656] Add Dojeman1234 to Contributors list (#102899) Co-authored-by: Dojeman1234 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a5dd7d4e..933012b8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2401,3 +2401,4 @@ sh0uka - [haryiank](https://github.com/HaryiankKumra) - [Ansh-699](https://github.com/Ansh-699) - [Shirinpandey](https://github.com/Shirinpandey) +- [Dojeman1234](https://github.com/Dojeman123) \ No newline at end of file From 6832479795f7ca796d3d2cccedfbabfe799d20a8 Mon Sep 17 00:00:00 2001 From: Bredy Nilsen Date: Sun, 31 Aug 2025 16:54:47 -0300 Subject: [PATCH 1293/2656] =?UTF-8?q?Adicionado=20BredyNilsen=20=C3=A0=20l?= =?UTF-8?q?ista=20de=20contribuidores=20(#102900)?= 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 933012b8..7649db85 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2401,4 +2401,5 @@ sh0uka - [haryiank](https://github.com/HaryiankKumra) - [Ansh-699](https://github.com/Ansh-699) - [Shirinpandey](https://github.com/Shirinpandey) -- [Dojeman1234](https://github.com/Dojeman123) \ No newline at end of file +- [Dojeman1234](https://github.com/Dojeman123) +- [BredyNilsen](https://github.com/bredynilsen) \ No newline at end of file From 4a5c3a8b607b4060b7e45f2ad2a87fbaf27a7731 Mon Sep 17 00:00:00 2001 From: Javierdz Date: Mon, 1 Sep 2025 02:45:31 +0200 Subject: [PATCH 1294/2656] Added Javier Rodriguez to Contributors.md (#102903) Hey! First real PR here --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7649db85..e4a81dd1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2402,4 +2402,5 @@ sh0uka - [Ansh-699](https://github.com/Ansh-699) - [Shirinpandey](https://github.com/Shirinpandey) - [Dojeman1234](https://github.com/Dojeman123) -- [BredyNilsen](https://github.com/bredynilsen) \ No newline at end of file +- [BredyNilsen](https://github.com/bredynilsen) +- [Javier Rodríguez](https://github.com/jaavierdz) From aa12f975897be27769f1361bcae6ccb90f2b7ec2 Mon Sep 17 00:00:00 2001 From: Sharjeel Ahmed Siddiqui <168152968+codexsas@users.noreply.github.com> Date: Sun, 31 Aug 2025 18:53:26 -0600 Subject: [PATCH 1295/2656] Add Sharjeel (#102904) * Sharjeel Ahmed Siddiqui to Contributors list * Add Sharjeel Ahmed Siddiqui to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e4a81dd1..5ef1d188 100644 --- a/Contributors.md +++ b/Contributors.md @@ -37,6 +37,7 @@ sardor Uchqunov - [Shreyas](https://github.com/skdoosh) - [Maroof Khan](https://github.com/khanmaroof) - [Boruotez](https://github.com/borutoez) +- [Sharjeel Ahmed Siddiqui] - [Padmanabha Das](https://github.com/chayan-1906) - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) From 0fb4afe6281f752fb8add051b2580799534ffffa Mon Sep 17 00:00:00 2001 From: Frederick2313072 <163711933+Frederick2313072@users.noreply.github.com> Date: Mon, 1 Sep 2025 11:36:52 +0800 Subject: [PATCH 1296/2656] Add frederick to Contributors list (#102905) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5ef1d188..f5b27c46 100644 --- a/Contributors.md +++ b/Contributors.md @@ -750,6 +750,7 @@ The-Yash-is-Joined - [Bobby Wells](https://github.com/bobbywells52) - [Avadhoot Kulkarni] (https://github.com/Avadhoot-Kulkarni) - [wystmk](https://github.com/wystmk) +- [Frederick2313072](https://github.com/Frederick2313072) - [Shab00](https://github.com/Shab00) - [OWillp](https://github.com/0Willp) - [midhun](https://github.com/3idhun) From 1284e87f915f7244c1e55cd86fc94bd9a46bd0c2 Mon Sep 17 00:00:00 2001 From: Chowdhury Tafsir Ahmed Siddiki Date: Mon, 1 Sep 2025 12:05:59 +0600 Subject: [PATCH 1297/2656] Add Tafsir to Contributors list (#102756) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f5b27c46..c78817a5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +- [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) sardor Uchqunov - [Ernesto Donado](https://github.com/edonado2) From a520f14b71f32e5a7b5b7363ff3cc502c2942733 Mon Sep 17 00:00:00 2001 From: Jenish Pokhrel <105657924+jenishpokhrell@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:17:59 +0545 Subject: [PATCH 1298/2656] Add Jenish Pokhrel to Contributors list (#102906) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c78817a5..36134b7c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2155,6 +2155,7 @@ Eoin O'B - [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) From ca235aaa683b60399fc50a31d3b1306f13514c48 Mon Sep 17 00:00:00 2001 From: leibin <1846102760@qq.com> Date: Mon, 1 Sep 2025 14:51:36 +0800 Subject: [PATCH 1299/2656] feature:add LB url commit --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index c78817a5..c9469a00 100644 --- a/Contributors.md +++ b/Contributors.md @@ -458,7 +458,7 @@ LIUYY到此一游 - [AnantAgarwal07](https://github.com/AnantAgarwal07) - [Diya Pandey](https://github.com/diyapandey) - Subikshaa_Sakthivel_IMT2023020 (https://github.com/Subikshaa22) - - [Guganraj Rengaraju](https://github.com/george1518) +- [Guganraj Rengaraju](https://github.com/george1518) - doraemon-nobi - Lanky_ - Matt @@ -2323,7 +2323,7 @@ sh0uka -[Arjun][https://github.com/ArjunSaluja] -[Sushilkumar Utkekar][https://github.com/Sushilkumar5572] -[Carsten] [https://github.com/ForbaV2] - +-[LeiBin] [https://github.com/lblqgithub] - [Keerthika](https://github.com/keerthikadevi-s) -[Sourav Verma](https://github.com/SouravVerma-art) -[heisenberg] From 4e9b6afe486c2d7e824a58dff6dba286a2502443 Mon Sep 17 00:00:00 2001 From: Kamalpannu <160203441+Kamalpannu@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:01:55 -0700 Subject: [PATCH 1300/2656] docs: add Preetkamal Singh to contributors (#102908) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 36134b7c..1893c15f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2408,3 +2408,4 @@ sh0uka - [Dojeman1234](https://github.com/Dojeman123) - [BredyNilsen](https://github.com/bredynilsen) - [Javier Rodríguez](https://github.com/jaavierdz) +- [Kamalpannu](https://github.com/Kamalpannu/first-contributions) From 97932d265bbc784f1f2220470c927be605481a83 Mon Sep 17 00:00:00 2001 From: sandy052005 Date: Mon, 1 Sep 2025 15:36:47 +0800 Subject: [PATCH 1301/2656] Update Contributors.md (#102909) add sandy052005 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1893c15f..1eefdccd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ sardor Uchqunov - [Akinori Sugimura](https://github.com/sugisaku37) - [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) - [Maroof Khan](https://github.com/khanmaroof) From 32cd55a55bd1dcbe95163666cb744271ca059956 Mon Sep 17 00:00:00 2001 From: bin <151978454+bingu7@users.noreply.github.com> Date: Mon, 1 Sep 2025 15:37:10 +0800 Subject: [PATCH 1302/2656] Add bingu7 to Contributors list (#102910) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1eefdccd..0842765d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -398,6 +398,7 @@ LIUYY到此一游 - [bithunter](https://github.com/bithunter744) - [zdp1](https://github.com/dongpeng6) - [Govinda Kandel](https://github.com/Govindakandel) +- [bingu7](https://github.com/bingu7) - [Trivedh Undi](https://github.com/maxinh00000) - [Aaditya Tripathi](https://github.com/Aaditya-Tripathi) - [Vrund Patel](https://github.com/Vrund09) From 55b49696a86c694290d9f629561ebb754dc5ad7f Mon Sep 17 00:00:00 2001 From: VAIBHAV PATHAK <129991855+Vaibhav007-code@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:14:35 +0530 Subject: [PATCH 1303/2656] Add Vaibhav Pathak to Contributors list (#101571) * Add Vaibhav Pathak to Contributors list * Fix formatting for Contributors list --------- Co-authored-by: VAIBHAV Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0842765d..3c2d86e4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2141,6 +2141,7 @@ Eoin O'B - [Helen Fu](https://github.com/helenjfu) - [Sreya Bhattacharjee](https://github.com/bsreya0906) - [Priya Kumari](https://github.com/priyayayayayaaa) +- [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) From dcf04510c81db5e56542cf56717ca90fc0fdfaad Mon Sep 17 00:00:00 2001 From: Nishant Sanjay borude Date: Mon, 1 Sep 2025 13:18:47 +0530 Subject: [PATCH 1304/2656] Nishant borude (#101721) * adjust css * nishant * Update README.md --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c2d86e4..de21e8e7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2327,6 +2327,7 @@ sh0uka -[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) From 202483d392217a85005269f4aa1210e54b213397 Mon Sep 17 00:00:00 2001 From: Tejas Fulumbarkar Date: Mon, 1 Sep 2025 13:36:59 +0530 Subject: [PATCH 1305/2656] add Tejas fulumbarkar to contributers list (#102911) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index de21e8e7..6b116a08 100644 --- a/Contributors.md +++ b/Contributors.md @@ -37,6 +37,7 @@ sardor Uchqunov - [Sandy052005](https://github.com/sandy052005) - [Nikita Maurya](https://github.com/sun-andsky) - [Shreyas](https://github.com/skdoosh) + [Tejas fulumbarkar] - [Maroof Khan](https://github.com/khanmaroof) - [Boruotez](https://github.com/borutoez) - [Sharjeel Ahmed Siddiqui] From 9f27ed6aace1adc64e81796b62091722f1112a97 Mon Sep 17 00:00:00 2001 From: "NAFEELA\\feel2" Date: Mon, 1 Sep 2025 12:57:20 +0400 Subject: [PATCH 1306/2656] Add Nafeela to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6b116a08..df21f541 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,7 +60,7 @@ sardor Uchqunov - [RAYYAN KHAN](https://github.com/rayyan4t4) - [Lalitha N](https://github.com/lalitha-n546) - [Pranesh](https://github.com/Pranesh2288) - +- [Nafeela Banu](https://github.com/Nafeela221b) - [JuanRZ](https://github.com/JuanRZ) - [RSM Harsha](https://github.com/rsmharsha) - [turingAround](https://github.com/turingAround) From 5b360a0e45cc2e30d488820fcdff7fcedbed12cc Mon Sep 17 00:00:00 2001 From: etharalashri <103391024+etharalashri@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:37:06 +0300 Subject: [PATCH 1307/2656] Add EtharAlashri to Contributors list (#102914) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6b116a08..43c153b8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +- [EtharAlashri](https://github.com/etharalashri) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) sardor Uchqunov From 17e63e43f88dfd21696356af9ecde4dc5a082cb3 Mon Sep 17 00:00:00 2001 From: Valcyle <103478170+Valcyle@users.noreply.github.com> Date: Mon, 1 Sep 2025 19:10:21 +0900 Subject: [PATCH 1308/2656] Add Valcyle to Contributors list (#102915) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 43c153b8..8b16283b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1811,6 +1811,7 @@ Eoin O'B - [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) From 432c1f96a99d3e7c61d71c584f7b8301a7689780 Mon Sep 17 00:00:00 2001 From: shivannadm Date: Mon, 1 Sep 2025 16:52:06 +0530 Subject: [PATCH 1309/2656] Add Shivanna to Contributors list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 8b16283b..98a42961 100644 --- a/Contributors.md +++ b/Contributors.md @@ -30,6 +30,9 @@ sardor Uchqunov - [one small step for humanity] - [Amelia Ali] - [Ahmed Sabbak] + +-[Shivanna] (https://github.com/shivannadm) + - [Harsh Kumbhani] (https://github.com/harshkumbhani) - [Hassan Shahid] (https://github.com/hassan-software-dev) - [Akinori Sugimura](https://github.com/sugisaku37) From 96dea9353a88b9e68c3786a1e9957d27e5e171c7 Mon Sep 17 00:00:00 2001 From: Prithi B Date: Mon, 1 Sep 2025 05:02:39 -0700 Subject: [PATCH 1310/2656] Add prithi2004 to Contributors list (#102620) * Add prithi2004 to Contributors list * Update Contributors.md --------- Co-authored-by: prithi2004 Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cfaba508..f9a216bb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2088,6 +2088,7 @@ Eoin O'B - [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! From a7f57bdf357d2cd27c0349044233b19694fbd2c0 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Mon, 1 Sep 2025 14:12:23 +0200 Subject: [PATCH 1311/2656] Delete website/index.html --- website/index.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 website/index.html diff --git a/website/index.html b/website/index.html deleted file mode 100644 index 98be7f77..00000000 --- a/website/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Contributors - - -

Contributors

-
    -
  • Tejas T M
  • -
  • Other Contributor
  • -
- - From e398a28909416e27e4f342636671fce3da11d64c Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Mon, 1 Sep 2025 14:12:39 +0200 Subject: [PATCH 1312/2656] Delete website/style.css --- website/style.css | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 website/style.css diff --git a/website/style.css b/website/style.css deleted file mode 100644 index 615f00b4..00000000 --- a/website/style.css +++ /dev/null @@ -1,15 +0,0 @@ -body { - font-family: Arial, sans-serif; - background-color: #f0f0f0; - text-align: center; -} - -ul { - list-style-type: none; -} - -li { - margin: 10px 0; - font-size: 18px; - color: #333; -} From ad868818f0cbbfcbf74419a9bd3a5845474130fb Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Mon, 1 Sep 2025 14:20:05 +0200 Subject: [PATCH 1313/2656] Delete docs/cli-tool-tutorials/git-bash-windows-tutorial.md --- .../git-bash-windows-tutorial.md | 140 ------------------ 1 file changed, 140 deletions(-) delete mode 100644 docs/cli-tool-tutorials/git-bash-windows-tutorial.md diff --git a/docs/cli-tool-tutorials/git-bash-windows-tutorial.md b/docs/cli-tool-tutorials/git-bash-windows-tutorial.md deleted file mode 100644 index 04d4e0e1..00000000 --- a/docs/cli-tool-tutorials/git-bash-windows-tutorial.md +++ /dev/null @@ -1,140 +0,0 @@ -[![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 - -| Git Bash | Git Bash Edition | -| ------------------------------------------------------------------------------------------------------------------ | ---------------- | - -It's hard. It's always hard the first time you do something. Especially when you are collaborating, making mistakes isn't a comfortable thing. But open source is all about collaboration & working together. We wanted to simplify the way new open-source contributors learn & contribute for the first time. - -Reading articles & watching tutorials can help, but what comes better than actually doing the stuff without messing up anything. This project aims at providing guidance & simplifying the way rookies make their first contribution. Remember the more relaxed you are the better you learn. If you are looking for making your first contribution just follow the simple steps below. We promise you, it will be fun. - -If you don't have Git Bash on your windows machine, [install it](https://git-scm.com/download/win). - -fork this repository - -## Fork this repository - -Fork this repo by clicking on the fork button on the top right of this page. -This will create a copy of this repository in your account. - -## Clone the repository - -Now clone this repo to your machine. - -IMPORTANT: DO NOT CLONE THE ORIGINAL REPO. Go to your fork and clone it. - -To clone the repo, click on "Code" and then copy the string down below. - -copy string - -Open the git bash application you just downloaded. It should look like the image down below if it's on a windows machine. - -open git bash terminal - -Go to the folder that you want to save this project on by using this command - -```bash -cd -``` - -cd into a folder - -Use the string you copied in the step above to clone the repository using this command - -```bash -git clone -``` - -clone the repository - -Go to the directory where the repo is and open it up on vs code to make your changes. - -cd into the newly cloned repo - -## Create a branch - -Now create a branch by using this simple command. This command not only creates a branch for you but also lets you switch to that branch. - -```bash -git checkout -b -``` - -Name your branch ``. For example, "add-james-smith" - -create a branch - -## Make necessary changes and commit those changes - -Now open `Contributors.md` file in a text editor, scroll to the bottom of the page and add your name to it, then save the file. - -Example: If your name is James Smith, It should look like this. - -\[James Smith](https://github.com/jamessmith) - -You can see that there are changes to Contributors.md by simply running this command - -```bash -git status -``` - -check the status - -Now commit those changes: - -First add the change you made to the staging area by using - -```bash -git add file-name -``` - -Then write a commit message by sing this command - -```bash -git commit -m "Add your-name to Contributors list" -``` - -Replace `` with your name. - -commit changes - -To see if your commit has been made you can run a simple `git log --oneline` command. - -## Push changes to github - -Once you are done with the above steps you can push your changes by using this command - -```bash -git push origin -``` - -push changes - -## Submit your changes for review - -If you go to your repository on github, you'll see `Compare & pull request` button. click on that button. - -create a pull request - -Now submit the pull request. - -submit pull request - -Soon I'll be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged. - -## Where to go from here? - -Congrats! You just completed the standard _fork -> clone -> edit -> PR_ workflow that you'll encounter often as a contributor! - -Celebrate your contribution and share it with your friends and followers by going to [web app](https://firstcontributions.github.io#social-share). - -You can join our slack team in case you need any help or have any questions. [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) - -## Tutorials Using Other Tools - -[Back to main page](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) From e9bca632ecfa3f9d99f14532e6580bc6148e2660 Mon Sep 17 00:00:00 2001 From: Yash Prakash <126091762+yashpr349@users.noreply.github.com> Date: Mon, 1 Sep 2025 17:56:25 +0530 Subject: [PATCH 1314/2656] add yashpr349 to Contributors list (#99517) * add yashpr349 to Contributors list * add yashpr349 to contributors list * add yashpr349 to contributors list * Remove accidental untitled file * Delete docs/translations/README.yo.md --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f95b96d2..9173f228 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1850,6 +1850,7 @@ Eoin O'B - [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) From d237444c09e8e2bc2f2b414fb357a0fe020bef05 Mon Sep 17 00:00:00 2001 From: Merala Archana Date: Mon, 1 Sep 2025 19:06:41 +0530 Subject: [PATCH 1315/2656] Add Merala Archana to contributors list (#102920) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9173f228..c9af2c85 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [EtharAlashri](https://github.com/etharalashri) +-Merala Archana - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) sardor Uchqunov From 47a76b89e8a4782921dbb2f60c04f5b9769492a3 Mon Sep 17 00:00:00 2001 From: Franklin Date: Mon, 1 Sep 2025 15:59:38 +0200 Subject: [PATCH 1316/2656] Add Franklyn Omoregie to Contributor list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 9173f228..4c98139f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -29,6 +29,8 @@ sardor Uchqunov - [Shivam Verma] (https://github.com/shivamxverma) - [one small step for humanity] - [Amelia Ali] +- [Franklyn Omoregie] + - [Ahmed Sabbak] -[Shivanna] (https://github.com/shivannadm) From 027853ead6145ae428c1438eecf7a57200d7a25f Mon Sep 17 00:00:00 2001 From: Abinaya S Date: Mon, 1 Sep 2025 19:46:09 +0530 Subject: [PATCH 1317/2656] Added Abinaya S to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index cfaba508..90b4afa6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -30,7 +30,7 @@ sardor Uchqunov - [one small step for humanity] - [Amelia Ali] - [Ahmed Sabbak] - +- [Abinaya S] (https://github.com/abinaya-s-4) -[Shivanna] (https://github.com/shivannadm) - [Harsh Kumbhani] (https://github.com/harshkumbhani) From 4b3cfa65ede7969217e5e33341a2cc3c9e8f7101 Mon Sep 17 00:00:00 2001 From: Sunil Pilathottathil Date: Mon, 1 Sep 2025 19:51:33 +0530 Subject: [PATCH 1318/2656] Update Supilath to Contributors.md (#102923) Add Supilath to Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c9af2c85..e86df7ac 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ # Contributors - [EtharAlashri](https://github.com/etharalashri) -Merala Archana +- [Supilath](https://github.com/Supilath) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) sardor Uchqunov From 0ad8d2b416381bba4cbd31463245ea7cf3c91ddf Mon Sep 17 00:00:00 2001 From: Shatha Date: Mon, 1 Sep 2025 17:27:37 +0300 Subject: [PATCH 1319/2656] add shatha to contributors list (#102925) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e86df7ac..7f510a5e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[shatha](https://github.com/shathaalrshoudi) - [EtharAlashri](https://github.com/etharalashri) -Merala Archana - [Supilath](https://github.com/Supilath) From be8e985a6adc1c0d779d9035934b214d98801899 Mon Sep 17 00:00:00 2001 From: krlkarol Date: Mon, 1 Sep 2025 16:29:22 +0200 Subject: [PATCH 1320/2656] Add Karol-Budzko to Contributors list (#102926) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7f510a5e..17b88e31 100644 --- a/Contributors.md +++ b/Contributors.md @@ -158,6 +158,7 @@ sardor Uchqunov -[Shaswata Panda] -[Michael Rockefeller](https://github.com/rockefelm) -[Syaiful Yudha Platoteles](https://github.com/Platotel3s) +-[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) From ff3fa01dfe3a7747aac45a0732fe92002ac0a2a4 Mon Sep 17 00:00:00 2001 From: krishna Date: Mon, 1 Sep 2025 15:10:38 +0000 Subject: [PATCH 1321/2656] Add Krishna-Sharma3171 to Contributors list (#102927) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 17b88e31..65196e2a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2431,3 +2431,4 @@ sh0uka - [BredyNilsen](https://github.com/bredynilsen) - [Javier Rodríguez](https://github.com/jaavierdz) - [Kamalpannu](https://github.com/Kamalpannu/first-contributions) +- [Krishna-Sharma3171](https://github.com/Krishna-Sharma3171) From e21cea017e0bc854e5765a29c077dd7075e4de8d Mon Sep 17 00:00:00 2001 From: favourochuko1 <132293704+favourochuko1@users.noreply.github.com> Date: Mon, 1 Sep 2025 18:05:26 +0100 Subject: [PATCH 1322/2656] Update Contributors.md (#102928) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 65196e2a..71ec3f5d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -517,7 +517,8 @@ LIUYY到此一游 - [Alexander Sivrikov](https://github.com/FrenkyFix1987) - [Cyril Nishanth](https://github.com/CyrilNishanth) - [imsang27](https://github.com/imsang27) -- [ismail2ov](https://github.com/ismail2ov) +- [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) From a11fd964c9dbe4f01e11ea608cd2cf739bdc39fb Mon Sep 17 00:00:00 2001 From: djisgoat Date: Mon, 1 Sep 2025 22:44:32 +0530 Subject: [PATCH 1323/2656] Add Dibyajeet to the Contributors List (#102929) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 71ec3f5d..b7e99b5b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -75,6 +75,7 @@ sardor Uchqunov - [Endlia](https://github.com/Endlia) - [casa-code](https://github.com/casa-code) - [Zuzanna Pilat](https://github.com/Pilat11) +- [Dibyajeet](https://github.com/djisgoat) - [Farmata Kane](https://github.com/miiswom) - [Elvis Adames](https://github.com/Layomx) - [Shiva Kumar](https://github.com/shivakumar04) From 98b2a85920829c39678a90b66d539d5c857056cd Mon Sep 17 00:00:00 2001 From: Jonathan <82057176+mgalore@users.noreply.github.com> Date: Mon, 1 Sep 2025 17:50:23 +0000 Subject: [PATCH 1324/2656] Add mgalore to Contributors list (#102930) Co-authored-by: Jonathan Amponsah --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b7e99b5b..4033caa7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ sardor Uchqunov - [Ekak Basu](https://github.com/ebro125) - [Erfan Ahmadi](https://github.com/erfan-web) - [Aaliyah Raheem](https://github.com/aaliot) +- [mgalore](https://github.com/mgalore) - Bhuvana Madiraju - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) - [Justslugard] (https://github.com/Justslugard) From f5e688490ddd811009b2fe7b1ed81e9f306a0fb8 Mon Sep 17 00:00:00 2001 From: aryanbaid Date: Mon, 1 Sep 2025 23:28:00 +0530 Subject: [PATCH 1325/2656] Added Aryan to contributors list (#102931) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4033caa7..ce319982 100644 --- a/Contributors.md +++ b/Contributors.md @@ -303,6 +303,7 @@ LIUYY到此一游 - [Chathura](https://github.com/PrabashanaDev) - [Commitaptian-A](https://github.com/CommitCaptain-A) - [Kavya Gupta](https://github.com/kavyagupta3011) +- [Aryan Baid](https://github.com/aryanbaid) - [Kapil Aditya Reddy](https://github.com/kapiladitya024-source) - [Likhitha](https://github.com/likhitha07) - [Nikunj](https://github.com/nikunj69) From 2ff4a89d905f2094910e9a3914e6ea42199ae882 Mon Sep 17 00:00:00 2001 From: Palak Behl Date: Tue, 2 Sep 2025 00:28:13 +0530 Subject: [PATCH 1326/2656] docs: add my name to contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 8ea5c83c..7ab5b047 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2218,4 +2218,5 @@ sh0uka - [Akshad](https://github.com/Akshad04) - [Calvin John Machado](https://github.com/calvinmachado20) - [Muhammad Qasim](https://github.com/muhammadqasim-10xe) -- [AlphaCode](https://github.com/alphacode-2325) \ No newline at end of file +- [AlphaCode](https://github.com/alphacode-2325) +- [PalakBehl](https://github.com/palakbehl) \ No newline at end of file From cfd53a26ab849b317000228224f8d277817005c8 Mon Sep 17 00:00:00 2001 From: Nesrine <98603098+nsrn-chbn@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:23:14 +0100 Subject: [PATCH 1327/2656] added Nesrine (#102933) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ce319982..c9d5e3be 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2436,3 +2436,4 @@ sh0uka - [Javier Rodríguez](https://github.com/jaavierdz) - [Kamalpannu](https://github.com/Kamalpannu/first-contributions) - [Krishna-Sharma3171](https://github.com/Krishna-Sharma3171) +- [Nesrine](https://github.com/nsrn-chbn) \ No newline at end of file From 65bd78e08252ea76e48d920bb2d99290daf22cd2 Mon Sep 17 00:00:00 2001 From: Nesrine <98603098+nsrn-chbn@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:41:20 +0100 Subject: [PATCH 1328/2656] added Nesrine (#102935) From 59588ffb3aa022de52f0d069d2148036e7532e25 Mon Sep 17 00:00:00 2001 From: Gabriela-Mozer <75142121+Gabriela-Mozer@users.noreply.github.com> Date: Tue, 2 Sep 2025 00:01:17 +0200 Subject: [PATCH 1329/2656] Add Gabriela Mozer to Contributors list (#102936) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c9d5e3be..729034d2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2436,4 +2436,5 @@ sh0uka - [Javier Rodríguez](https://github.com/jaavierdz) - [Kamalpannu](https://github.com/Kamalpannu/first-contributions) - [Krishna-Sharma3171](https://github.com/Krishna-Sharma3171) -- [Nesrine](https://github.com/nsrn-chbn) \ No newline at end of file +- [Nesrine](https://github.com/nsrn-chbn) +- [Gabriela-Mozer](https://github.com/nsrn-chbn) \ No newline at end of file From b6104557d28494c9e757b91707b4e91269423a5d Mon Sep 17 00:00:00 2001 From: jantzenc <48443729+jantzenc@users.noreply.github.com> Date: Mon, 1 Sep 2025 20:56:44 -0500 Subject: [PATCH 1330/2656] Add craig jantzen (#102937) * Add craig-jantzen to Contributors list * Fix url for craig-jantzen --------- Co-authored-by: jantzenc --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 729034d2..c98f9b5c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2022,6 +2022,7 @@ Eoin O'B - [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) - [Nathaly Fairlie Pearson Freitas](https://github.com/NathalyFairlie) - [Priya Darshini Manda](https://github.com/mandaujjwalapriyadarshini) - [Antonio Thoamaz Oliveira Reis](https://github.com/antonioThomaz1903) From 6ed07c5d2ea0b2a2f61df52792fb9f439b79c01b Mon Sep 17 00:00:00 2001 From: Ricky <88262093+rickysegura@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:14:33 -0700 Subject: [PATCH 1331/2656] Add Ricky Segura to Contributors list (#102938) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c98f9b5c..e301e84a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2438,4 +2438,5 @@ sh0uka - [Kamalpannu](https://github.com/Kamalpannu/first-contributions) - [Krishna-Sharma3171](https://github.com/Krishna-Sharma3171) - [Nesrine](https://github.com/nsrn-chbn) -- [Gabriela-Mozer](https://github.com/nsrn-chbn) \ No newline at end of file +- [Gabriela-Mozer](https://github.com/nsrn-chbn) +- [Ricky Segura](https://github.com/rickysegura) \ No newline at end of file From 3b14cd3f2bc51aa6941a04d16923125de036690c Mon Sep 17 00:00:00 2001 From: RISHAV DEWAN Date: Tue, 2 Sep 2025 10:55:05 +0530 Subject: [PATCH 1332/2656] Add your-name to Contributors list (#102940) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e301e84a..e0769d39 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2439,4 +2439,5 @@ sh0uka - [Krishna-Sharma3171](https://github.com/Krishna-Sharma3171) - [Nesrine](https://github.com/nsrn-chbn) - [Gabriela-Mozer](https://github.com/nsrn-chbn) -- [Ricky Segura](https://github.com/rickysegura) \ No newline at end of file +- [Ricky Segura](https://github.com/rickysegura) +- [Rishav Dewan](https://github.com/rish106-hub) From 4f85ea9c3ce59cbba11d3a0aa81f17f06a71d499 Mon Sep 17 00:00:00 2001 From: colonialbiker123 Date: Tue, 2 Sep 2025 11:16:34 +0530 Subject: [PATCH 1333/2656] Add colonialbiker123 to Contributors list (#102942) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e0769d39..0905a744 100644 --- a/Contributors.md +++ b/Contributors.md @@ -249,6 +249,7 @@ 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) From 4c1e04b89de9ff8fa134c6f5fc2eab8dced898c3 Mon Sep 17 00:00:00 2001 From: MK Codes <165238857+Mowlick@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:47:46 +0530 Subject: [PATCH 1334/2656] Add Mowlick Armstrong to Contributors list (#102943) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0905a744..deaebaeb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -198,7 +198,7 @@ sardor Uchqunov - [Jhanvi](https://github.com/JhanviN) - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) -- [Noor Jellani](https://github.com/nurulain0) +- [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.cBreakerom/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) - [Ravishankar saini](https://github.com/Cyrus253) @@ -208,6 +208,7 @@ sardor Uchqunov - [Johnathan Roehsner](https://github.com/johnathan22966) - [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) From 55933a385810c2b8edbcb032371f8d13da402e32 Mon Sep 17 00:00:00 2001 From: SYEDKHIZARX Date: Tue, 2 Sep 2025 12:46:21 +0500 Subject: [PATCH 1335/2656] Add Syed Khizar to contributors list (#102945) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index deaebaeb..159c4607 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2443,3 +2443,4 @@ sh0uka - [Gabriela-Mozer](https://github.com/nsrn-chbn) - [Ricky Segura](https://github.com/rickysegura) - [Rishav Dewan](https://github.com/rish106-hub) +- [Syed Khizar](https://github.com/SYEDKHIZARX) From 48e59f3992b943484511b73e4c988f4012fce9b0 Mon Sep 17 00:00:00 2001 From: DEVANSH SHUKLA <115481295+devansh391k@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:43:53 +0530 Subject: [PATCH 1336/2656] DEVANSH SHUKLA (#102946) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 159c4607..0e2f6f3e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ sardor Uchqunov - [CJ Nwogu] (https://github.com/cjnw) - [Sneha Bichkunde] (https://github.com/snehabichkunde) - [Siddharth Sahu] (https://github.com/sidhacks) +- [DEVANSH SHUKLA] (https://github.com/devansh391k) - [Kunal Sable] (https://github.com/Kunals990) - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Samidu Kaushalaya] (https://github.com/samidukushalaya) From d594f27868b762cad1ebc766a8ab337f3b46906b Mon Sep 17 00:00:00 2001 From: bhawnaa05 <159925510+bhawnaa05@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:17:09 +0530 Subject: [PATCH 1337/2656] Add Bhawna to contributors list (#102949) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0e2f6f3e..d972ee7e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2445,3 +2445,4 @@ sh0uka - [Ricky Segura](https://github.com/rickysegura) - [Rishav Dewan](https://github.com/rish106-hub) - [Syed Khizar](https://github.com/SYEDKHIZARX) +- [Bhawna](https://github.com/bhawnaa05) \ No newline at end of file From 7c682dd1d44ecea8a5d98e0bdffb2503cd67d3a0 Mon Sep 17 00:00:00 2001 From: DannyLee <121336785+DannyLeeCS@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:51:03 +0700 Subject: [PATCH 1338/2656] Add DannyLeeCS to Contributors list (#102950) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d972ee7e..f4b881f1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2444,5 +2444,6 @@ sh0uka - [Gabriela-Mozer](https://github.com/nsrn-chbn) - [Ricky Segura](https://github.com/rickysegura) - [Rishav Dewan](https://github.com/rish106-hub) +DanyLeeCS - [Syed Khizar](https://github.com/SYEDKHIZARX) - [Bhawna](https://github.com/bhawnaa05) \ No newline at end of file From b59d856f97b1bfb02f6e95314e665c60e7b5930b Mon Sep 17 00:00:00 2001 From: linadouaaas Date: Tue, 2 Sep 2025 12:26:01 +0100 Subject: [PATCH 1339/2656] change (#102934) Co-authored-by: Roshan Jossy --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f4b881f1..892c2ec9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2440,10 +2440,11 @@ sh0uka - [Javier Rodríguez](https://github.com/jaavierdz) - [Kamalpannu](https://github.com/Kamalpannu/first-contributions) - [Krishna-Sharma3171](https://github.com/Krishna-Sharma3171) +- [lina](https://github.com/linadouaaas) - [Nesrine](https://github.com/nsrn-chbn) - [Gabriela-Mozer](https://github.com/nsrn-chbn) - [Ricky Segura](https://github.com/rickysegura) - [Rishav Dewan](https://github.com/rish106-hub) DanyLeeCS - [Syed Khizar](https://github.com/SYEDKHIZARX) -- [Bhawna](https://github.com/bhawnaa05) \ No newline at end of file +- [Bhawna](https://github.com/bhawnaa05) From 54a8419d50eda78f5345ca54efe911e99d25eb70 Mon Sep 17 00:00:00 2001 From: Akash Date: Tue, 2 Sep 2025 17:28:48 +0600 Subject: [PATCH 1340/2656] Add Akash to Contributors list (#102951) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 892c2ec9..bd11910a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Akash](https://github.com/Akash-code-0-1) -[shatha](https://github.com/shathaalrshoudi) - [EtharAlashri](https://github.com/etharalashri) -Merala Archana From cc6ba0a31e47d7a66fcf10fb2d71d6599538e9b5 Mon Sep 17 00:00:00 2001 From: Jeon-hyeok-geon Date: Tue, 2 Sep 2025 20:58:28 +0900 Subject: [PATCH 1341/2656] Update Contributors.md --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index bd11910a..8a47f6c6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2449,3 +2449,5 @@ sh0uka DanyLeeCS - [Syed Khizar](https://github.com/SYEDKHIZARX) - [Bhawna](https://github.com/bhawnaa05) +- [JeonHyeokGeon] (https://github.com/Jeon-hyeok-geon) +- From bc3ae414ae2c0e5c798334cf15e5ef0e27e3ec52 Mon Sep 17 00:00:00 2001 From: Nasir Ismail - FCP/CSE/20/1071 <111736000+NasirIsmail341@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:42:36 +0100 Subject: [PATCH 1342/2656] Update Contributors.md Add my name to contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 5e9ee6b8..a83e66bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2148,4 +2148,5 @@ sh0uka - [Mate Kopaliani](https://github.com/Ka10ken1) - [Lucas Mattoso](https://github.com/lucasmattoso-dev) - [jbyunA](https://github.com/jbyunA) -- [isaac sun](https://github.com/isaac-sun) \ No newline at end of file +- [isaac sun](https://github.com/isaac-sun) +- [Nasir Ismail](https://github.com/NasirIsmail341) From 4b4cc46650533c57500eb16ea94b15f8cb4a5828 Mon Sep 17 00:00:00 2001 From: Yash <77008538+xevrion@users.noreply.github.com> Date: Tue, 2 Sep 2025 18:46:58 +0530 Subject: [PATCH 1343/2656] added name to contributors list (#102954) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bd11910a..145df468 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2141,6 +2141,7 @@ Eoin O'B - [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) From 1d0d814757744ccb013966d1e6d5f02a42c21979 Mon Sep 17 00:00:00 2001 From: Lucas <134588282+Luc-as@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:46:58 +0200 Subject: [PATCH 1344/2656] Add lucas to Contributors list (#102955) Co-authored-by: Lucas Justus --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 145df468..bdbeb512 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [marmiju](https://github.com/marmiju) sardor Uchqunov - [Ernesto Donado](https://github.com/edonado2) +- [lucas](https://github.com/Luc-as) - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- - [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) From 8ae16449e00d2993ef02528536dab29bfb393097 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Tue, 2 Sep 2025 15:51:07 +0200 Subject: [PATCH 1345/2656] Update Contributors.md (#102956) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bdbeb512..afd68dc4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,7 +7,8 @@ - [Supilath](https://github.com/Supilath) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) -sardor Uchqunov +- sardor Uchqunov +- Ahmed Abouelnaga - [Ernesto Donado](https://github.com/edonado2) - [lucas](https://github.com/Luc-as) - [Xephyronix](https://github.com/Xephyronix) From bb042659e782fdd1fc692cfaca57c9e7cee6f2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=91=E3=83=B3=E3=82=BF=20=E3=82=A2=E3=82=B7=E3=82=B9?= =?UTF-8?q?=20=28Panta=20Aashish=29?= Date: Tue, 2 Sep 2025 22:51:31 +0900 Subject: [PATCH 1346/2656] Add PandaDev0069 to Contributors list (#102957) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index afd68dc4..f666b9f5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -116,6 +116,7 @@ - [knlklabacka] - [Vitor Gabriel](https://github.com/VituuDias) - [mfg5160] +- [PandaDev0069](https://github.com/PandaDev0069) - [Tony J.](https://github.com/t0nebone) - [Yarno Grenier](https://github.com/yarno97x) - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) From 5362f2a972096ac48a79e995da4615d491989834 Mon Sep 17 00:00:00 2001 From: RobbevdHoek Date: Tue, 2 Sep 2025 15:56:53 +0200 Subject: [PATCH 1347/2656] Add Robbe to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bd11910a..46993057 100644 --- a/Contributors.md +++ b/Contributors.md @@ -36,7 +36,7 @@ sardor Uchqunov - [one small step for humanity] - [Amelia Ali] - [Ahmed Sabbak] - +- [Robbe] (https://github.com/robbevdhoek) -[Shivanna] (https://github.com/shivannadm) - [Harsh Kumbhani] (https://github.com/harshkumbhani) From 1e4c18842e2cd4b36d2fdbd2b2b8b0a0a09653ff Mon Sep 17 00:00:00 2001 From: Sotiris Meletiou <153329432+smeletiou@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:25:27 +0300 Subject: [PATCH 1348/2656] Add Sotiris Meletiou to Contributors list (#102959) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f666b9f5..3afb7f93 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2093,6 +2093,7 @@ Eoin O'B -[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) From cf716a99fcdaf3aa6024614a7c0833bbd784dfb1 Mon Sep 17 00:00:00 2001 From: takeers <41170545+Takeers@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:26:37 -0400 Subject: [PATCH 1349/2656] Add takeers to Contributors list (#102960) Co-authored-by: Sree --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3afb7f93..283d03ce 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2430,6 +2430,7 @@ sh0uka - [Student00](https://github.com/keik0t92127) - [Ramaharisoa Tokiniaina](https://github.com/Toky20) - [paprotox] +- [takeers](https://github.com/Takeers) - [RohanKommathoti](https://github.com/RohanK-coder) - [flemin] - [Purolinho](https://github.com/Purolinho) From ac76195b2853ab4e9702c27d39f2f33079cf9930 Mon Sep 17 00:00:00 2001 From: naqa92 <146958457+naqa92@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:08:34 +0200 Subject: [PATCH 1350/2656] Add naqa92 to Contributors list (#102961) Co-authored-by: Zone Infra --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 283d03ce..4b1af6f7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2455,3 +2455,4 @@ sh0uka DanyLeeCS - [Syed Khizar](https://github.com/SYEDKHIZARX) - [Bhawna](https://github.com/bhawnaa05) +- [naqa92](https://github.com/naqa92) From 66fd334b91d9e966e6e79b127f593d8431dc68ca Mon Sep 17 00:00:00 2001 From: Cloudman0101010 <156865274+Cloudman0101010@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:21:38 -0500 Subject: [PATCH 1351/2656] Add your-name to Contributors list (#102962) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4b1af6f7..093b5d53 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1698,6 +1698,7 @@ Eoin O'B - [Keerthi V Nair](https://github.com/keerthivnair) - [Maitreyee Singh](https://github.com/maitreyee-s) - [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) From 61e46bb7548740b74b00d8c13de2ba25dae8d23f Mon Sep 17 00:00:00 2001 From: "Hosein (Kasra) Tajali" <106269635+Kasra36@users.noreply.github.com> Date: Tue, 2 Sep 2025 19:34:40 +0300 Subject: [PATCH 1352/2656] Add Hosein Tajali to Contributors list (#102963) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 093b5d53..75066631 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1140,6 +1140,7 @@ Ben - [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) From a65a563d744a853e33b8f8a35dc788e2e60e9f5e Mon Sep 17 00:00:00 2001 From: bimo105108 Date: Tue, 2 Sep 2025 18:08:32 +0100 Subject: [PATCH 1353/2656] Add bimo105108 to Contributors list (#102964) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 75066631..aadc3cf0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [marmiju](https://github.com/marmiju) - sardor Uchqunov - Ahmed Abouelnaga +- bimo105108 - [Ernesto Donado](https://github.com/edonado2) - [lucas](https://github.com/Luc-as) - [Xephyronix](https://github.com/Xephyronix) From 937c3f67c633d525b2728eb67ba3da33325d6e09 Mon Sep 17 00:00:00 2001 From: yuracoff18 <34944658+yuracoff18@users.noreply.github.com> Date: Tue, 2 Sep 2025 12:31:15 -0500 Subject: [PATCH 1354/2656] Add your-name to Contributors list (#102965) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aadc3cf0..09d9b3e6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2459,3 +2459,4 @@ DanyLeeCS - [Syed Khizar](https://github.com/SYEDKHIZARX) - [Bhawna](https://github.com/bhawnaa05) - [naqa92](https://github.com/naqa92) +- [Yura_Hernandez](https://github.com/yuracoff18) From f9c3998d15546802e7b3e5e4aa024122b6a9bcaf Mon Sep 17 00:00:00 2001 From: Parvez MSI Date: Tue, 2 Sep 2025 09:34:54 -0800 Subject: [PATCH 1355/2656] Add parvez to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index aadc3cf0..94793505 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,7 +39,7 @@ - [one small step for humanity] - [Amelia Ali] - [Ahmed Sabbak] - +- [Parvez Shaik] (https://github.com/Parvez-shaik) -[Shivanna] (https://github.com/shivannadm) - [Harsh Kumbhani] (https://github.com/harshkumbhani) From 98ca783cbe9aa8e1d0344bb1349124e62d77550a Mon Sep 17 00:00:00 2001 From: JACA Date: Tue, 2 Sep 2025 12:37:26 -0500 Subject: [PATCH 1356/2656] Add juanCorrea22 to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aadc3cf0..9c19afc4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2459,3 +2459,4 @@ DanyLeeCS - [Syed Khizar](https://github.com/SYEDKHIZARX) - [Bhawna](https://github.com/bhawnaa05) - [naqa92](https://github.com/naqa92) +- [juancorrea22](https://github.com/juancorrea22) \ No newline at end of file From f72e9c3d26b10657e5ae1a58a3b17eda9d170a14 Mon Sep 17 00:00:00 2001 From: martin0731 <168437366+martin0731@users.noreply.github.com> Date: Tue, 2 Sep 2025 12:46:43 -0500 Subject: [PATCH 1357/2656] Puse mi nombre (#102970) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 09d9b3e6..f1eee49e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -89,6 +89,7 @@ - [Ishan Kanishka](https://github.com/Ishan-Kanishka) - [Jordan James](https://github.com/JordanJamesJA) - [Pranay Gurav](https://github.com/cwpranay) +- [Martin Estrada Agudelo] - [Hoang Viet Nguyen](https://github.com/hoangviet-nguyen) - [Meet Shah](https://github.com/Meet6338-X) - [Sushmitha](https://github.com/Sushmigit) From 879eb13fda930bafe1281ad0b4b070a37d6d5a3a Mon Sep 17 00:00:00 2001 From: Pavankumar Bhedam <122087889+Pavankumarbhedam@users.noreply.github.com> Date: Tue, 2 Sep 2025 23:17:41 +0530 Subject: [PATCH 1358/2656] pavan kumar bhedam to Contributors list (#102971) Co-authored-by: bedam-kalyan-kumar --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f1eee49e..afee9616 100644 --- a/Contributors.md +++ b/Contributors.md @@ -200,6 +200,7 @@ - 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) From dbd95919f6b230d592c07e5e155fbf3b154f2c3a Mon Sep 17 00:00:00 2001 From: crigrii <168652875+crigrii@users.noreply.github.com> Date: Tue, 2 Sep 2025 12:48:26 -0500 Subject: [PATCH 1359/2656] Tremendo el github (#102972) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index afee9616..cd269944 100644 --- a/Contributors.md +++ b/Contributors.md @@ -265,6 +265,7 @@ LIUYY到此一游 - [Lokesh Kumar]() - [Rudrabikram Roy](https://github.com/codedbyrudra) - [Jenna Hall](https://github.com/swejenna) +- [Juan Lopez](https://github.com/crigrii) - [Ankit Aggarwal](https://curious.pm) - [rubik](https://github.com/rubiksfood) - [Arjun](https://github.com/arjundevensharma) From 8eaa205487a2c0f788791645670f4a97f7545391 Mon Sep 17 00:00:00 2001 From: santroblex18 Date: Tue, 2 Sep 2025 12:48:49 -0500 Subject: [PATCH 1360/2656] mi nombre en contributors (#102973) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cd269944..731ed2ba 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ - [Aaliyah Raheem](https://github.com/aaliot) - [mgalore](https://github.com/mgalore) - Bhuvana Madiraju +- santiago robles - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) - [Justslugard] (https://github.com/Justslugard) - [Kanishka Raisania] (https://github.com/kanishka-raisania) From 35d434db0897ed72884c08760bd752e622fbea5f Mon Sep 17 00:00:00 2001 From: IsabellaRamirez28 <88351253+IsabellaRamirez28@users.noreply.github.com> Date: Tue, 2 Sep 2025 12:53:20 -0500 Subject: [PATCH 1361/2656] Add Isabella Ramirez to contributors list (#102974) Co-authored-by: isa.ramirez --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 731ed2ba..8759de02 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-Isabella Ramirez E. -[Akash](https://github.com/Akash-code-0-1) -[shatha](https://github.com/shathaalrshoudi) - [EtharAlashri](https://github.com/etharalashri) From 06267d9cf1031bfc6275bb177ecec8013f39795c Mon Sep 17 00:00:00 2001 From: JACA Date: Tue, 2 Sep 2025 13:03:09 -0500 Subject: [PATCH 1362/2656] try 3 de subir mi nombre --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9c19afc4..13d032ed 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2459,4 +2459,4 @@ DanyLeeCS - [Syed Khizar](https://github.com/SYEDKHIZARX) - [Bhawna](https://github.com/bhawnaa05) - [naqa92](https://github.com/naqa92) -- [juancorrea22](https://github.com/juancorrea22) \ No newline at end of file +- [Juancorrea22](https://github.com/juancorrea22) \ No newline at end of file From 6acd237a422cedf3af24586c11eda78264af1741 Mon Sep 17 00:00:00 2001 From: Zhen Tao Pan <105896863+MorningZephyr@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:18:35 -0400 Subject: [PATCH 1363/2656] Added Zhen Tao Pan to the Contributor list! (#102975) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8759de02..7af63194 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2465,3 +2465,4 @@ DanyLeeCS - [Bhawna](https://github.com/bhawnaa05) - [naqa92](https://github.com/naqa92) - [Yura_Hernandez](https://github.com/yuracoff18) +- [Zhen Tao Pan](https://github.com/MorningZephyr) From 85b3375c5242ea38e6757627ba24d4da25cf2553 Mon Sep 17 00:00:00 2001 From: Dhruv sawant <119349249+devilshade1902@users.noreply.github.com> Date: Tue, 2 Sep 2025 23:52:56 +0530 Subject: [PATCH 1364/2656] add dhruv sawant to the contributions list (#102976) Co-authored-by: dhruv sawant --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7af63194..0ad122a9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - Ahmed Abouelnaga - bimo105108 - [Ernesto Donado](https://github.com/edonado2) +- [Dhruv sawant] - [lucas](https://github.com/Luc-as) - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- From 2975ac04e3a0c2fb6ee660367141a252d0cc54a1 Mon Sep 17 00:00:00 2001 From: Ruben <77282483+RRG1312@users.noreply.github.com> Date: Tue, 2 Sep 2025 20:34:28 +0200 Subject: [PATCH 1365/2656] Add RRG1312 to COntributors list (#102977) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0ad122a9..58e82e65 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2441,6 +2441,7 @@ sh0uka - [paprotox] - [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) From 169895a03bf20a362b1c456ae77ed23591fda249 Mon Sep 17 00:00:00 2001 From: Ashwani Kumar Date: Wed, 3 Sep 2025 00:24:38 +0530 Subject: [PATCH 1366/2656] Add Ashwani Kumar to contributors List --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 58e82e65..f5077e8f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,9 @@ - [marmiju](https://github.com/marmiju) - sardor Uchqunov - Ahmed Abouelnaga + +Ashwani Kumar + - bimo105108 - [Ernesto Donado](https://github.com/edonado2) - [Dhruv sawant] From ec1fefeb73f70c5ce75013b7bfda2e9b216a3897 Mon Sep 17 00:00:00 2001 From: Abhik Das Date: Wed, 3 Sep 2025 00:45:55 +0530 Subject: [PATCH 1367/2656] Changes by Abhik (#102979) * Added my name and GitHub profile link * Added Abhik and GitHub profile link --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 58e82e65..7e929efc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- - [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) +- [Abhik](https://github.com/AO811) - [Ekak Basu](https://github.com/ebro125) - [Erfan Ahmadi](https://github.com/erfan-web) - [Aaliyah Raheem](https://github.com/aaliot) From 6ec614b7a50ee77df3038019ad1b148de7a73de4 Mon Sep 17 00:00:00 2001 From: "Kat R." <56617952+KxttyKxt@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:20:47 -0400 Subject: [PATCH 1368/2656] Add Kat R. to Contributors list (#102980) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7e929efc..9b2328ff 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [Aaliyah Raheem](https://github.com/aaliot) - [mgalore](https://github.com/mgalore) - Bhuvana Madiraju +- [Kat R.](https://github.com/KxttyKxt) - santiago robles - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) - [Justslugard] (https://github.com/Justslugard) From f0f2c974bfd3a3b37f8396cde2252393d75b8cd3 Mon Sep 17 00:00:00 2001 From: RItukar Pandey <141707265+Ritukar-Pandey@users.noreply.github.com> Date: Wed, 3 Sep 2025 01:08:32 +0530 Subject: [PATCH 1369/2656] Add your-name to Contributors list (#102981) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9b2328ff..dd6eee2c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -326,6 +326,7 @@ LIUYY到此一游 - [David Chamling Rai](https://github.com/Wadangkaa) - [Amrit Amber](https://github.com/ArkhamKnight25) - Sasank +- [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) From f4b7b7d9425e307b426e5a33f596b2243eac2c83 Mon Sep 17 00:00:00 2001 From: abdosanad2001 Date: Tue, 2 Sep 2025 21:15:01 +0100 Subject: [PATCH 1370/2656] docs: add Abdelali to contributors list (#102982) Co-authored-by: Abdelali --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dd6eee2c..280dec8f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2471,3 +2471,4 @@ DanyLeeCS - [naqa92](https://github.com/naqa92) - [Yura_Hernandez](https://github.com/yuracoff18) - [Zhen Tao Pan](https://github.com/MorningZephyr) +- [Abdelali](https://github.com/abdosanad2001) From 5afb0412b0ee5df07c2470f2b18ae57a6c75bae9 Mon Sep 17 00:00:00 2001 From: Lullo <154634589+Lulloooo@users.noreply.github.com> Date: Tue, 2 Sep 2025 22:29:46 +0200 Subject: [PATCH 1371/2656] Added-my-name (#102983) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 280dec8f..022ef4e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -657,6 +657,7 @@ P Venkata Rami Reddy - [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) From bc5d0925540b74e9c58b1cbcd56ae2e4fa9f820b Mon Sep 17 00:00:00 2001 From: indigo0445 <59678497+indigo0445@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:43:09 -0400 Subject: [PATCH 1372/2656] added indigo0445 (#102984) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 022ef4e1..3fc88f0c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -709,6 +709,7 @@ CoolSoulz - [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) From c082cdc6f1e0c3d4f9343127ad9759eac8741282 Mon Sep 17 00:00:00 2001 From: jigishabhavsar-githb Date: Tue, 2 Sep 2025 14:39:42 -0700 Subject: [PATCH 1373/2656] Update Contributors.md (#102985) Added my name to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3fc88f0c..49d05a7a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2135,6 +2135,7 @@ Cloudman - [Sabbir Ahmed](https://github.com/Sabbir256) -MAHEK GUPTA!!!!! - Martin +- Jigisha Shah - Mubarak - Luis Rodriguez - [akane](https://github.com/copicomi) From 2618f483828c4bae8135bc54fc8d65bd6824e780 Mon Sep 17 00:00:00 2001 From: shr099 <168233748+shr099@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:51:14 -0500 Subject: [PATCH 1374/2656] Add Santiago Henao to Contributors list (#102986) Co-authored-by: Santiago --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 49d05a7a..33216625 100644 --- a/Contributors.md +++ b/Contributors.md @@ -996,6 +996,7 @@ Ben - [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) From be3a1605621de380ea921f83b5761ef70006ee57 Mon Sep 17 00:00:00 2001 From: Vishal Perla Date: Tue, 2 Sep 2025 15:08:06 -0700 Subject: [PATCH 1375/2656] docs: add Vishal Perla to Contributors list (#102987) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 33216625..a1be1399 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. -[Akash](https://github.com/Akash-code-0-1) -[shatha](https://github.com/shathaalrshoudi) From ea613fd833aa049559150aa8b795c8cbb30e6ba3 Mon Sep 17 00:00:00 2001 From: Sumit Pandey <68957789+5umitpandey@users.noreply.github.com> Date: Wed, 3 Sep 2025 04:40:32 +0530 Subject: [PATCH 1376/2656] Update Contributors.md (#102988) Added My Name. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a1be1399..ae739108 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ -[shatha](https://github.com/shathaalrshoudi) - [EtharAlashri](https://github.com/etharalashri) -Merala Archana +- [Sumit Pandey](https://github.com/5umitpandey) - [Supilath](https://github.com/Supilath) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) From 6a07d74f888f6f3de0aa65f823eb0861b15efc36 Mon Sep 17 00:00:00 2001 From: Diego Gutierrez <85203166+DiegoGutierrezP@users.noreply.github.com> Date: Tue, 2 Sep 2025 18:46:59 -0500 Subject: [PATCH 1377/2656] Add Diego Gutierrez to Contributors list (#102989) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ae739108..5862f554 100644 --- a/Contributors.md +++ b/Contributors.md @@ -866,6 +866,7 @@ Ben - [Elif Ş.](https://github.com/elifsz) - [eszanon](https://github.com/eszanon) - [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) From 57f1d8fb04a80a39ebb6058c77bebd00b7eefc6f Mon Sep 17 00:00:00 2001 From: Artem Kiryukhin <43506451+Feugon@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:53:15 -0700 Subject: [PATCH 1378/2656] Add Artem Kiryukhin to Contributors list (#102991) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5862f554..4920b882 100644 --- a/Contributors.md +++ b/Contributors.md @@ -145,6 +145,7 @@ - [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] From a290e769e7d00b97cce2180635dd1331f292768b Mon Sep 17 00:00:00 2001 From: dani12e <69408260+dani12e@users.noreply.github.com> Date: Wed, 3 Sep 2025 02:00:37 +0100 Subject: [PATCH 1379/2656] Add Daniel to Contibutors list (#102992) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4920b882..dc7576c7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [EtharAlashri](https://github.com/etharalashri) -Merala Archana - [Sumit Pandey](https://github.com/5umitpandey) +- [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) From ca1f6579370a9fc4bc51be19c692f1f5bc291f45 Mon Sep 17 00:00:00 2001 From: Sharmila Nagarajan Date: Wed, 3 Sep 2025 12:22:01 +1000 Subject: [PATCH 1380/2656] Add Sharmila to contributors list (#102993) Co-authored-by: sharmila --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dc7576c7..2a5935d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -33,6 +33,7 @@ - [Kanishka Raisania] (https://github.com/kanishka-raisania) - [Yogendra K Narmada] (https://github.com/lazydeveloper9) - [Nidhi Yadav] (https://github.com/Nidhi-nd) +- [Sharmila] (https://github.com/SharmilaNagarajan1) - [YG-paaleee] (https://github.com/YG-paaleee) - [Hiamnshu Pandey] (https://github.com/Himanshu817324) - [Junya Katouda] (https://github.com/katoudaj) From 836725395902e4d39fde0619a9db7378123abf6e Mon Sep 17 00:00:00 2001 From: infosec_jet <30953831+rkmsh@users.noreply.github.com> Date: Tue, 2 Sep 2025 23:44:30 -0400 Subject: [PATCH 1381/2656] Add rkmsh to Contributors list (#102994) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2a5935d1..eb38eba3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2482,3 +2482,4 @@ DanyLeeCS - [Yura_Hernandez](https://github.com/yuracoff18) - [Zhen Tao Pan](https://github.com/MorningZephyr) - [Abdelali](https://github.com/abdosanad2001) +- [rkmsh](https://github.com/rkmsh) From b5fba8df2f48deeac4d99d0d1c225098fde24075 Mon Sep 17 00:00:00 2001 From: maviqus Date: Wed, 3 Sep 2025 13:48:53 +0700 Subject: [PATCH 1382/2656] Add maviqus to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eb38eba3..6d016d11 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2483,3 +2483,4 @@ DanyLeeCS - [Zhen Tao Pan](https://github.com/MorningZephyr) - [Abdelali](https://github.com/abdosanad2001) - [rkmsh](https://github.com/rkmsh) +- [maviqus](https://github.com/maviqus) From 46880a30f40ce367661866fe023789af066fec26 Mon Sep 17 00:00:00 2001 From: Kazibwe Yassin Date: Wed, 3 Sep 2025 10:01:07 +0300 Subject: [PATCH 1383/2656] first contribution --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index eb38eba3..5be607bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +- [YassinCodes](https://github.com/kazibweyassin) -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. -[Akash](https://github.com/Akash-code-0-1) @@ -2483,3 +2484,4 @@ DanyLeeCS - [Zhen Tao Pan](https://github.com/MorningZephyr) - [Abdelali](https://github.com/abdosanad2001) - [rkmsh](https://github.com/rkmsh) + From aaf6ee034883663d87d1ff0ce1b49d6e4c11785b Mon Sep 17 00:00:00 2001 From: Pattabhi A Date: Wed, 3 Sep 2025 12:31:51 +0530 Subject: [PATCH 1384/2656] Add Pattyto Contributors list (#102996) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eb38eba3..2b9b2e00 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [marmiju](https://github.com/marmiju) - sardor Uchqunov - Ahmed Abouelnaga +- Patty - bimo105108 - [Ernesto Donado](https://github.com/edonado2) - [Dhruv sawant] From 31c320670a6713321c9ad575b6669a8165ba6bf6 Mon Sep 17 00:00:00 2001 From: happypepii <131305082+happypepii@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:09:21 +0800 Subject: [PATCH 1385/2656] Add happypepii to Contributors list (#102998) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2b9b2e00..c464d631 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2483,4 +2483,5 @@ DanyLeeCS - [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) From da47c25638ecf7f0e3c5509035dec3d863d2b2c7 Mon Sep 17 00:00:00 2001 From: trajectory100 <49441928+trajectory100@users.noreply.github.com> Date: Wed, 3 Sep 2025 09:22:54 +0200 Subject: [PATCH 1386/2656] Add Far. Shams to Contributors list (#103000) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c464d631..67c7e9b2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -698,6 +698,7 @@ Ukashatu Abdullahi - [Mitihlesh](https://github.com/Meth2303):wq - [Dwaine](https://github.com/DwaineBrannon) - [zzb](https://github.com/zbrun) +- [Farzaneh Shams](https://github.com/trajectory100) - [Abhijit](https://github.com/erakin027) - [tr33k](https://github.com/tr33k) - [febDylan](https://github.com/feb-dylan) From a31a3f15da11489a5532891706b62d47fe856f28 Mon Sep 17 00:00:00 2001 From: M A <179861247+c000005@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:25:52 +0330 Subject: [PATCH 1387/2656] Add Mohammad A to Contributors list (#103001) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 67c7e9b2..43a4a143 100644 --- a/Contributors.md +++ b/Contributors.md @@ -98,6 +98,7 @@ - [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) - [Martin Estrada Agudelo] - [Hoang Viet Nguyen](https://github.com/hoangviet-nguyen) From 072255acf99e84cd20cfb7d40515da71ea243e07 Mon Sep 17 00:00:00 2001 From: Hungdoan565 Date: Wed, 3 Sep 2025 15:15:40 +0700 Subject: [PATCH 1388/2656] Add Hungdoan223277 to contributors list (#103002) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 43a4a143..31648c82 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2487,3 +2487,4 @@ DanyLeeCS - [Abdelali](https://github.com/abdosanad2001) - [happypepii](https://github.com/happypepii) - [rkmsh](https://github.com/rkmsh) +# first-contributions From d8477724510ec3f2a7ef82d54bd8975c3d99446a Mon Sep 17 00:00:00 2001 From: Nguyen Xuan Bach Date: Wed, 3 Sep 2025 15:41:10 +0700 Subject: [PATCH 1389/2656] Add Nguyen Xuan Bach to contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6d016d11..4e3ee9b8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2483,4 +2483,4 @@ DanyLeeCS - [Zhen Tao Pan](https://github.com/MorningZephyr) - [Abdelali](https://github.com/abdosanad2001) - [rkmsh](https://github.com/rkmsh) -- [maviqus](https://github.com/maviqus) +- [Nguyen Xuan Bach](https://github.com/user-xuanbach) From a98d5af25d5204a0f3aaa3d50b0ce1de31d2e8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Tr=E1=BB=8Dng=20Qu=C3=AD?= Date: Wed, 3 Sep 2025 16:58:53 +0700 Subject: [PATCH 1390/2656] Add Nguyen Trong Qui to contributors list (#103006) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 31648c82..007e81a5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2487,4 +2487,5 @@ DanyLeeCS - [Abdelali](https://github.com/abdosanad2001) - [happypepii](https://github.com/happypepii) - [rkmsh](https://github.com/rkmsh) +- [Nguyễn Trọng Quí](https://github.com/Ryan030904) # first-contributions From 670fb43a914d08f293de6f0e2fd7cbeed592d34e Mon Sep 17 00:00:00 2001 From: Abhay Mishra <2023000910.abhay@ug.sharda.ac.in> Date: Wed, 3 Sep 2025 17:20:37 +0530 Subject: [PATCH 1391/2656] Add abhay7865 to contributors list (#103007) Co-authored-by: abhay7865 <2023000910.abhay@ug,sharda.ac.in> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 007e81a5..1cf27539 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2489,3 +2489,4 @@ DanyLeeCS - [rkmsh](https://github.com/rkmsh) - [Nguyễn Trọng Quí](https://github.com/Ryan030904) # first-contributions +- [Abhay Mishra](https://github.com/abhay7865) From f375f0cdc0a7973899b008b00111a523382e8962 Mon Sep 17 00:00:00 2001 From: ccaparros Date: Wed, 3 Sep 2025 13:54:59 +0200 Subject: [PATCH 1392/2656] Add ccaparros to Contributors list (#103009) Co-authored-by: Casildo Caparros Diaz --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1cf27539..b9b5d80d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2488,5 +2488,6 @@ DanyLeeCS - [happypepii](https://github.com/happypepii) - [rkmsh](https://github.com/rkmsh) - [Nguyễn Trọng Quí](https://github.com/Ryan030904) +- [Casildo Caparros] (https://github.com/ccaparros) # first-contributions - [Abhay Mishra](https://github.com/abhay7865) From 2fff0e0ee889da6c25ec49e5c2265ded6885012a Mon Sep 17 00:00:00 2001 From: Sadumini <93698068+Sandumini18@users.noreply.github.com> Date: Wed, 3 Sep 2025 17:44:22 +0530 Subject: [PATCH 1393/2656] Add sdumini to Contributors list (#103010) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b9b5d80d..ba727edb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -40,6 +40,7 @@ - [Junya Katouda] (https://github.com/katoudaj) - [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) - [Kunal Sable] (https://github.com/Kunals990) From 0fc5941f35ffdc4b81c6cfdac647c89d229a09f5 Mon Sep 17 00:00:00 2001 From: UshioHayase <166292944+Ushio-Hayase@users.noreply.github.com> Date: Wed, 3 Sep 2025 21:15:34 +0900 Subject: [PATCH 1394/2656] Add Ushio-Hayase to Contributors list (#103011) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ba727edb..4d36492b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -333,6 +333,7 @@ LIUYY到此一游 - [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 - [Ritukar Pandey](https://github.com/Ritukar-Pandey) - [Choudary Hussain Ali](https://github.com/choudaryhussainali) From 653a6f9bc3538c85033dffe75df7f691cd7e6c0a Mon Sep 17 00:00:00 2001 From: UshioHayase <166292944+Ushio-Hayase@users.noreply.github.com> Date: Wed, 3 Sep 2025 21:16:09 +0900 Subject: [PATCH 1395/2656] Add Ushio-Hayase to Contributors list (#103012) From f6237f43e4f0bb38c335abc9ed9bc83e0fe7f943 Mon Sep 17 00:00:00 2001 From: IsepantaI <74920920+IsepantaI@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:49:03 +0330 Subject: [PATCH 1396/2656] Sepi (#103013) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4d36492b..a020a3bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2289,6 +2289,7 @@ jack - first contribution practice - [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) - [Muhammed safvan p](https://github.com/M-Safvan-p) -[Priscila Fry](https://github.com/prifry) From da3eddf7f2d02de755321e1c38ecde7c25fcb29a Mon Sep 17 00:00:00 2001 From: msun726 Date: Thu, 4 Sep 2025 00:34:16 +1200 Subject: [PATCH 1397/2656] Add msun726 to Contributors list (#103014) Co-authored-by: msun726 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a020a3bd..fe83a6e6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2494,3 +2494,4 @@ DanyLeeCS - [Casildo Caparros] (https://github.com/ccaparros) # first-contributions - [Abhay Mishra](https://github.com/abhay7865) +- [msun726](https://github.com/msun726) From 1135805956f93882e7f1bf5fbbea2c87025a2854 Mon Sep 17 00:00:00 2001 From: SimHyeonmin Date: Wed, 3 Sep 2025 22:24:22 +0900 Subject: [PATCH 1398/2656] Add Sim Hyeonmin to Contributors list (#103016) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe83a6e6..4df774c7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [EtharAlashri](https://github.com/etharalashri) -Merala Archana - [Sumit Pandey](https://github.com/5umitpandey) +- [Sim Hyeonmin](https://github.com/simhyunmin) - [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) From 0a5f8f14125e1e651eecac699b1d9ca5434d19bc Mon Sep 17 00:00:00 2001 From: Devi Patil <150120565+Devipatil@users.noreply.github.com> Date: Wed, 3 Sep 2025 18:57:37 +0530 Subject: [PATCH 1399/2656] Add Devi Patil to Contributors list (#103005) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4df774c7..3b63a0f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2491,8 +2491,9 @@ DanyLeeCS - [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) -# first-contributions - [Abhay Mishra](https://github.com/abhay7865) - [msun726](https://github.com/msun726) + From b6fa552a3429aad0215227e736a819b27f9f832b Mon Sep 17 00:00:00 2001 From: Colan Biemer Date: Wed, 3 Sep 2025 10:19:21 -0400 Subject: [PATCH 1400/2656] Add bi3mer to Contributors list (#103018) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3b63a0f0..63e250f7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2496,4 +2496,5 @@ DanyLeeCS - [Casildo Caparros] (https://github.com/ccaparros) - [Abhay Mishra](https://github.com/abhay7865) - [msun726](https://github.com/msun726) +- [bi3mer](https://github.com/bi3mer) From e04eff36c119d67d1b800d564610798fad20514a Mon Sep 17 00:00:00 2001 From: skiee9 Date: Wed, 3 Sep 2025 20:35:28 +0530 Subject: [PATCH 1401/2656] Streamify-language exchange app --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 43a4a143..a9423ea7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,9 @@ # Contributors -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. + +-[Ayushi](https://github.com/Skiee9/Streamify) + -[Akash](https://github.com/Akash-code-0-1) -[shatha](https://github.com/shathaalrshoudi) - [EtharAlashri](https://github.com/etharalashri) From 5b1d1ae08141e7720a1b43c402ac9f66542c434b Mon Sep 17 00:00:00 2001 From: skiee9 Date: Wed, 3 Sep 2025 20:37:02 +0530 Subject: [PATCH 1402/2656] Ayushi-firstcontribution-mernapp --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a9423ea7..5439fbe5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,7 +3,7 @@ -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. --[Ayushi](https://github.com/Skiee9/Streamify) +-[Ayushii](https://github.com/Skiee9/Streamify) -[Akash](https://github.com/Akash-code-0-1) -[shatha](https://github.com/shathaalrshoudi) From 04d78e92ffe036c22e2195235a92ec041b3a191e Mon Sep 17 00:00:00 2001 From: Palak09sh Date: Wed, 3 Sep 2025 21:33:49 +0530 Subject: [PATCH 1403/2656] Add my-name to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 41698df7..bb9c8a0f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -112,6 +112,7 @@ vanakkam da Mapala... - [Ikedalab-Daniel](https://github.com/IkedaLab-Daniel) - Preparing for GitHub Foundations Exam - [Kyle Santos] - Nice to meet you! - [Adarsh Rangare](https://github.com/adarshrangare) - Software Developer +- [Palak Sharma](https://github.com/Palak09sh)-Aspiring Engineer - [James Kiongo Njihia](https://github.com/jameskiongo) - Software Developer - [Miro Kakkonen](https://github.com/MJKagone) - o/ - [ww34sel](https://github.com/w34sel) - Ahoi! From 4a5d5786eca90eae85824a539e43050a46e69ea1 Mon Sep 17 00:00:00 2001 From: 23321A0562 Date: Wed, 3 Sep 2025 21:37:38 +0530 Subject: [PATCH 1404/2656] added dy_yankee to the list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 63e250f7..7980766d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2459,6 +2459,7 @@ sh0uka - [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) @@ -2497,4 +2498,3 @@ DanyLeeCS - [Abhay Mishra](https://github.com/abhay7865) - [msun726](https://github.com/msun726) - [bi3mer](https://github.com/bi3mer) - From fb3bad13ebce1ae0bd11d8802beb5773db6d3eee Mon Sep 17 00:00:00 2001 From: Sinbad Adjuik <46260543+synnbad@users.noreply.github.com> Date: Wed, 3 Sep 2025 12:59:59 -0400 Subject: [PATCH 1405/2656] Add Sinbad Adjuik to Contributors list (#103025) Co-authored-by: Sinbad Adjuik --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 63e250f7..8c2866ff 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ sdumini - [Maroof Khan](https://github.com/khanmaroof) - [Boruotez](https://github.com/borutoez) - [Sharjeel Ahmed Siddiqui] +- [Sinbad Adjuik](https://github.com/synnbad) - [Padmanabha Das](https://github.com/chayan-1906) - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) From 6e80af6624cdb90d4e69311dd2f3b10ecba0167e Mon Sep 17 00:00:00 2001 From: Sarthak Katiyar <150513632+SarthakKatiyar2004@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:58:06 +0530 Subject: [PATCH 1406/2656] Add Sarthak-Katiyar to the Contributors list (#103027) Co-authored-by: Sarthak Katiyar --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8c2866ff..a69b57d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -77,6 +77,7 @@ sdumini - [Ewan Black](https://github.com/ebl138) - [Rushikesh Deshmukh](https://github.com/Mrx207) - [K Sri Latha] (https://github.com/KSriLatha18) +- [Sarthak Katiyar] (https://github.com/SarthakKatiyar2004) - [Ajay C](https://github.com/Ajaynirm) - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) From f992990da52d35cbc54b599fe41f277962fdab67 Mon Sep 17 00:00:00 2001 From: Adarsh <154047534+imritik7303@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:25:52 +0530 Subject: [PATCH 1407/2656] Add adarsh (#103028) * first ever commit * new * again trying --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a69b57d0..9f8b5a40 100644 --- a/Contributors.md +++ b/Contributors.md @@ -30,6 +30,7 @@ - Bhuvana Madiraju - [Kat R.](https://github.com/KxttyKxt) - santiago robles +- adasrh yadav - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) - [Justslugard] (https://github.com/Justslugard) - [Kanishka Raisania] (https://github.com/kanishka-raisania) From e1cb9b07449fc13863d49446020e8c979dd45fa3 Mon Sep 17 00:00:00 2001 From: amarnathkakkar <47452488+amarnathkakkar@users.noreply.github.com> Date: Wed, 3 Sep 2025 19:58:31 +0100 Subject: [PATCH 1408/2656] Add Amarnath Kakkar to the Contributors list (#103029) Co-authored-by: amarnathkakkar --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9f8b5a40..27f87cb4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1551,6 +1551,7 @@ Eoin O'B - [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) From 1da83a177ea98afce58a2159e3376480e1b50e2a Mon Sep 17 00:00:00 2001 From: Ryan <132297652+RyanBarnwell@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:17:30 -0400 Subject: [PATCH 1409/2656] Add Ryan to Contributors List (#103030) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 27f87cb4..ca503497 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2488,6 +2488,7 @@ sh0uka - [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) - [Yura_Hernandez](https://github.com/yuracoff18) From 729fef4fb3ab1852ba44a823064567f637111041 Mon Sep 17 00:00:00 2001 From: Vijay Kaushik P <153750943+vijay-kaushik9911@users.noreply.github.com> Date: Thu, 4 Sep 2025 01:02:15 +0530 Subject: [PATCH 1410/2656] Add Vijay Kaushik P to Contributors list (#103031) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ca503497..4c2ba639 100644 --- a/Contributors.md +++ b/Contributors.md @@ -250,6 +250,7 @@ sdumini - [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) From 63f9665e626c015027e9379e22b23b3edaf59ade Mon Sep 17 00:00:00 2001 From: number <139864677+number8868@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:56:40 -0400 Subject: [PATCH 1411/2656] Update Contributors.md (#103032) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4c2ba639..967b7e2e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -805,6 +805,7 @@ The-Yash-is-Joined - [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) From 51776176281ddfce07389c09de50cd207ba24731 Mon Sep 17 00:00:00 2001 From: Tyson Date: Wed, 3 Sep 2025 19:51:15 -0400 Subject: [PATCH 1412/2656] Add Tyson Wargin to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 967b7e2e..99f9aa6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2504,4 +2504,6 @@ DanyLeeCS - [Abhay Mishra](https://github.com/abhay7865) - [msun726](https://github.com/msun726) - [bi3mer](https://github.com/bi3mer) +- [Tyson Wargin](https://github.com/tysonW3) + From 23bc1bed3867e5c30de074178a2d6e58942f882d Mon Sep 17 00:00:00 2001 From: Leandro <48534708+leandro-01@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:11:21 -0300 Subject: [PATCH 1413/2656] Add your-name to Contributors list (#103036) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 967b7e2e..e726e4bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. -[Akash](https://github.com/Akash-code-0-1) From 6dc6fa27939f514155ebbd49e3f86391cf4ec3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marti=20Caba=C3=B1as?= <56231319+cabah24@users.noreply.github.com> Date: Thu, 4 Sep 2025 04:35:35 +0200 Subject: [PATCH 1414/2656] =?UTF-8?q?Add=20Mart=C3=AD=20Caba=C3=B1as=20to?= =?UTF-8?q?=20Contributors=20list=20(#103037)?= 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 e726e4bd..a8c88df3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2437,6 +2437,7 @@ sh0uka - [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) From 70f9b863ca37061e9210788d49d683fc3bac6874 Mon Sep 17 00:00:00 2001 From: Ho Tan Tai Date: Thu, 4 Sep 2025 10:07:52 +0700 Subject: [PATCH 1415/2656] Add to contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a8c88df3..7199433d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2506,4 +2506,4 @@ DanyLeeCS - [Abhay Mishra](https://github.com/abhay7865) - [msun726](https://github.com/msun726) - [bi3mer](https://github.com/bi3mer) - +- [Hồ Tấn Tài](https://github.com/htt7604) From 22795fe4b79cc6ff33e9080029cc9cdbecfeae70 Mon Sep 17 00:00:00 2001 From: Vu Tan Tai Date: Thu, 4 Sep 2025 10:09:54 +0700 Subject: [PATCH 1416/2656] Add to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a8c88df3..98037a83 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Vu Tan Tai] -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. From 9b1e1cd622f0d8953bbdc50cb55b946fb5810452 Mon Sep 17 00:00:00 2001 From: Anderson Lacruz Date: Wed, 3 Sep 2025 20:18:56 -0700 Subject: [PATCH 1417/2656] Updated README and added name to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 967b7e2e..3c6b55f6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -89,7 +89,7 @@ sdumini - [Lalitha N](https://github.com/lalitha-n546) - [Pranesh](https://github.com/Pranesh2288) - [Eduard Requena](https://github.com/erequena81) -- [JuanRZ](https://github.com/JuanRZ) +- [JuanRZ](https://github.com/JuanRZ) # Anderson - [RSM Harsha](https://github.com/rsmharsha) - [turingAround](https://github.com/turingAround) - [Ahmed Shabab Noor](https://github.com/ashababnoor) From 7cf5342bbac26371c3aab7254b3960b84a04845c Mon Sep 17 00:00:00 2001 From: huutrongk24 Date: Thu, 4 Sep 2025 10:19:02 +0700 Subject: [PATCH 1418/2656] Add huutrongk24 to contributors list (#103039) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a8c88df3..41bb3293 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2506,4 +2506,5 @@ DanyLeeCS - [Abhay Mishra](https://github.com/abhay7865) - [msun726](https://github.com/msun726) - [bi3mer](https://github.com/bi3mer) +- [Nguyễn Hữu Trọng](https://github.com/huutrongk24) From ed5e82148ea76c099183b58b10a9646e2282c3af Mon Sep 17 00:00:00 2001 From: NguyenMinhPhu-nguyenminhphu Date: Thu, 4 Sep 2025 10:22:27 +0700 Subject: [PATCH 1419/2656] Add NguyenMinhPhu-nguyenminhphu to contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a8c88df3..05e25c66 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2506,4 +2506,4 @@ DanyLeeCS - [Abhay Mishra](https://github.com/abhay7865) - [msun726](https://github.com/msun726) - [bi3mer](https://github.com/bi3mer) - +- [NguyenMinhPhu-nguyenminhphu](https://github.com/NguyenMinhPhu-nguyenminhphu) From 8c7063540d900bdd12c0c051bee60a2a43464f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20V=C3=B5=20Ph=C3=BAc=20H=E1=BA=ADu?= Date: Thu, 4 Sep 2025 10:50:59 +0700 Subject: [PATCH 1420/2656] Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 41bb3293..f6cd982e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2507,4 +2507,4 @@ DanyLeeCS - [msun726](https://github.com/msun726) - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) - +- [PhucHauNguyenVo](https://github.com/PhucHauNguyenVo) From e09950029ced41aa08941ca4c16e27dfb24551c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20V=C3=B5=20Ph=C3=BAc=20H=E1=BA=ADu?= Date: Thu, 4 Sep 2025 10:54:07 +0700 Subject: [PATCH 1421/2656] Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 41bb3293..f6cd982e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2507,4 +2507,4 @@ DanyLeeCS - [msun726](https://github.com/msun726) - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) - +- [PhucHauNguyenVo](https://github.com/PhucHauNguyenVo) From cb39c282b3ab2d7bca576e731b2481602679f06c Mon Sep 17 00:00:00 2001 From: truongan222836 Date: Thu, 4 Sep 2025 10:57:19 +0700 Subject: [PATCH 1422/2656] Add truongan222836 to contributors list (#103052) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 41bb3293..f69f6fad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2508,3 +2508,4 @@ DanyLeeCS - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) +abc From 027a64cffc9456d2882d55cebe91cae753a38346 Mon Sep 17 00:00:00 2001 From: ArchawinL <165059576+ArchawinL@users.noreply.github.com> Date: Thu, 4 Sep 2025 06:07:39 +0100 Subject: [PATCH 1423/2656] Add Archie-L to Contributors list (#103053) Co-authored-by: a-leelapanang --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f69f6fad..368516f5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -350,6 +350,7 @@ LIUYY到此一游 - [Inigo](https://github.com/inigostibbe) - [Demetris B.](https://github.com/deyil) - Ayush +- [Archie L.](https://github.com/ArchawinL) - [Priyanshu Tiwari](https://github.com/d3monviking) - [Jeffrey Girard] (https://github.com/jeffrey3224) - Ashutosh Ranjan (https://github.com/AuthRan) From b1e274294704c23db57ec669896668acdcb6a7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=AA=85=EA=B7=A0?= <37652751+audrbsdl@users.noreply.github.com> Date: Thu, 4 Sep 2025 14:48:32 +0900 Subject: [PATCH 1424/2656] Add audrbsdl to Contributors list (#103055) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 368516f5..cdee361b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2508,5 +2508,6 @@ DanyLeeCS - [msun726](https://github.com/msun726) - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) +- [audrbsdl](https://github.com/audrbsdl) abc From b75d15461297c031cc2b1d0ae6da82a795c62adf Mon Sep 17 00:00:00 2001 From: jay-singh-01 Date: Thu, 4 Sep 2025 11:26:19 +0530 Subject: [PATCH 1425/2656] Add Jay to Contributors list (#103056) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cdee361b..606c3ad2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -37,6 +37,7 @@ - [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) From 5925e8805c12a5878b2f0696e36a0f49d28dcda9 Mon Sep 17 00:00:00 2001 From: Casey-Jeremy Date: Thu, 4 Sep 2025 09:57:32 +0300 Subject: [PATCH 1426/2656] feat: Add Casey Jeremy to contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 606c3ad2..b3173d43 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2510,5 +2510,7 @@ DanyLeeCS - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) - [audrbsdl](https://github.com/audrbsdl) +- [Casey Jeremy](https://github.com/Casey-Jeremy) + abc From 5f77a915f85c15b6b0ed1f3fccbea7fa80283a85 Mon Sep 17 00:00:00 2001 From: wrryu528-wq Date: Thu, 4 Sep 2025 16:58:27 +0900 Subject: [PATCH 1427/2656] Add Ryu to Contributors list (#103060) Co-authored-by: ryunosuke.kuramoto --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 606c3ad2..101c395f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. -[Akash](https://github.com/Akash-code-0-1) +-[Ryu](https://github.com/wrryu528-wq) -[shatha](https://github.com/shathaalrshoudi) - [EtharAlashri](https://github.com/etharalashri) -Merala Archana From 0fc70d6a54dae79840b19fb163e0b5625566c2bd Mon Sep 17 00:00:00 2001 From: HVN Date: Thu, 4 Sep 2025 15:13:30 +0700 Subject: [PATCH 1428/2656] Add Huynh Van Nhan to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 101c395f..af0c09a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2513,3 +2513,4 @@ DanyLeeCS - [audrbsdl](https://github.com/audrbsdl) abc +- [Huynh Van Nhan](https://github.com/huynhvannhan2k4) From b2b22cbf99b158ed6d6fd5be80895a292e9816d5 Mon Sep 17 00:00:00 2001 From: HVN Date: Thu, 4 Sep 2025 15:15:04 +0700 Subject: [PATCH 1429/2656] Add Huynh Van Nhan to Contributors list --- Contributors.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index af0c09a2..a6f45a22 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2511,6 +2511,4 @@ DanyLeeCS - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) - [audrbsdl](https://github.com/audrbsdl) - -abc - [Huynh Van Nhan](https://github.com/huynhvannhan2k4) From dc3d872fc36225cf9e1ba96ffe44e95f8cb68afb Mon Sep 17 00:00:00 2001 From: Lam Chi Cuong Date: Thu, 4 Sep 2025 15:28:52 +0700 Subject: [PATCH 1430/2656] =?UTF-8?q?Add=20L=C3=A2m=20Ch=C3=AD=20C=C6=B0?= =?UTF-8?q?=E1=BB=9Dng=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 606c3ad2..db4f00f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2510,5 +2510,6 @@ DanyLeeCS - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) - [audrbsdl](https://github.com/audrbsdl) +- [Lâm Chí Cường ](https://github.com/cuonglungcute696) abc From ff9b1960e208071e7198fafc7cd59486199aa96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=C3=A0=20Ph=C6=B0=C6=A1ng=20T=E1=BA=A5n?= Date: Thu, 4 Sep 2025 15:29:45 +0700 Subject: [PATCH 1431/2656] =?UTF-8?q?Add=20Nguy=E1=BB=85n=20H=C3=A0=20Ph?= =?UTF-8?q?=C6=B0=C6=A1ng=20T=E1=BA=A5n=20to=20contributors=20list=20(#103?= =?UTF-8?q?063)?= 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 101c395f..f4f0c136 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2513,3 +2513,4 @@ DanyLeeCS - [audrbsdl](https://github.com/audrbsdl) abc +- Nguyen Ha Phuong Tan From 72f4ba547ee52dc19c7d393d0a4e04091bf4afc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Nh=E1=BA=ADt=20Duy?= Date: Thu, 4 Sep 2025 15:29:54 +0700 Subject: [PATCH 1432/2656] =?UTF-8?q?Add=20L=C3=AA=20Nh=E1=BA=ADt=20Duy=20?= =?UTF-8?q?to=20contributors=20list=20(#103064)?= 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 f4f0c136..04bcecf5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2511,6 +2511,7 @@ DanyLeeCS - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) - [audrbsdl](https://github.com/audrbsdl) +- [Lê Nhật Duy](https://github.com/LeNhatDuy-hehe) abc - Nguyen Ha Phuong Tan From ece2817c1cc2a1683ddd578c9627f3ba624dbd5e Mon Sep 17 00:00:00 2001 From: PhamHuynhNhu Date: Thu, 4 Sep 2025 15:30:37 +0700 Subject: [PATCH 1433/2656] =?UTF-8?q?Add=20Ph=E1=BA=A1m=20Hu=E1=BB=B3nh=20?= =?UTF-8?q?Nh=C6=B0=20to=20contributors=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 101c395f..948f9a8c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2511,5 +2511,8 @@ DanyLeeCS - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) - [audrbsdl](https://github.com/audrbsdl) +- [Phạm Huỳnh Như](https://github.com/PhamHuynhNhu-hihi) + + abc From 503bd9b08f6271344ecd7b65c2b0cdb258f17cb8 Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Huu Loc Date: Thu, 4 Sep 2025 15:31:03 +0700 Subject: [PATCH 1434/2656] Add Hoang Nguyen Huu Loc to contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 101c395f..d0d0ecf3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2513,3 +2513,5 @@ DanyLeeCS - [audrbsdl](https://github.com/audrbsdl) abc +Hoang Nguyen Huu Loc +[Hoang Nguyen Huu Loc] https://github.com/HoangNguyenHuuLoc From 1ff3afd3a304f9d03c745534371543ae991e6878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Nh=E1=BA=ADt=20Duy?= Date: Thu, 4 Sep 2025 15:36:23 +0700 Subject: [PATCH 1435/2656] =?UTF-8?q?Add=20L=C3=AA=20Nh=E1=BA=ADt=20Duy=20?= =?UTF-8?q?to=20contributors=20list=20(#103067)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 82b9f70d58b6822676b8bbbe155ab596f2e811ab Mon Sep 17 00:00:00 2001 From: sriram-rasamala7 Date: Thu, 4 Sep 2025 14:10:55 +0530 Subject: [PATCH 1436/2656] new add (#103068) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 04bcecf5..f7aa1411 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[sriram rasamala](https://github.com/sriram-rasamala7) -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. From 4284076a1545e55c2100c0dd23b2e5eea6acaf5b Mon Sep 17 00:00:00 2001 From: Le Tran Khanh Quyen Date: Thu, 4 Sep 2025 15:52:42 +0700 Subject: [PATCH 1437/2656] =?UTF-8?q?Add=20L=C3=AA=20Tr=E1=BA=A7n=20Kh?= =?UTF-8?q?=C3=A1nh=20Quy=C3=AAn=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 101c395f..d9a7e170 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2511,5 +2511,6 @@ DanyLeeCS - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) - [audrbsdl](https://github.com/audrbsdl) +- [Lê Trần Khánh Quyên](https://github.com/letrankhanhquyenn-kquinn) abc From 5d9a8b43fda7be9817a0eb3d8cb27810e93a278b Mon Sep 17 00:00:00 2001 From: Ly Nhu Ngoc Date: Thu, 4 Sep 2025 15:53:24 +0700 Subject: [PATCH 1438/2656] =?UTF-8?q?Add=20L=C3=BD=20Nh=C6=B0=20Ng?= =?UTF-8?q?=E1=BB=8Dc=20to=20contributor=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 101c395f..64a10380 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2511,5 +2511,5 @@ DanyLeeCS - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) - [audrbsdl](https://github.com/audrbsdl) - +-[Lý Như Ngọc](https://github.com/ngocclynhu-senee) abc From 5a5c8e5ee5185ad0154c99b72999ae83700cea8f Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Huu Loc Date: Thu, 4 Sep 2025 16:06:41 +0700 Subject: [PATCH 1439/2656] Add Hoang Nguyen Huu Loc to contributors list --- Contributors.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Contributors.md b/Contributors.md index d0d0ecf3..50c71b51 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2511,7 +2511,4 @@ DanyLeeCS - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) - [audrbsdl](https://github.com/audrbsdl) - -abc -Hoang Nguyen Huu Loc -[Hoang Nguyen Huu Loc] https://github.com/HoangNguyenHuuLoc +- [Hoang Nguyen Huu Loc](https://github.com/HoangNguyenHuuLoc) From ef238f843d57c30b9c7d5e5f5921e5bbff18dd50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Thanh=20To=C3=A0n?= Date: Thu, 4 Sep 2025 16:08:04 +0700 Subject: [PATCH 1440/2656] Add Nguyen Thanh Toan to contributor list (#103073) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f7aa1411..8b017794 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2513,6 +2513,7 @@ DanyLeeCS - [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) abc - Nguyen Ha Phuong Tan From c0396867ac237eb4734e45ea983360d2ecb583ac Mon Sep 17 00:00:00 2001 From: Nguyen Quang Vuong Date: Thu, 4 Sep 2025 16:08:49 +0700 Subject: [PATCH 1441/2656] Add Wangvuong to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f7aa1411..1fd5fc25 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2513,6 +2513,7 @@ DanyLeeCS - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) - [audrbsdl](https://github.com/audrbsdl) - [Lê Nhật Duy](https://github.com/LeNhatDuy-hehe) +- [Nguyễn Quang Vương] (https://github.com/Wangvuong) abc - Nguyen Ha Phuong Tan From 1710c28ab972adf9c3e49ab7320fb6342821772b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Thanh=20To=C3=A0n?= Date: Thu, 4 Sep 2025 16:09:35 +0700 Subject: [PATCH 1442/2656] Add Nguyen Thanh Toan to contributor list (#103074) From 7296aad69138e62a557c8a26238a10f854937658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BA=B7ng=20V=C4=83n=20Nh=E1=BB=B1t?= Date: Thu, 4 Sep 2025 16:27:39 +0700 Subject: [PATCH 1443/2656] Add vannhutdangtp-rgb to contributors list (#103076) Co-authored-by: vannhutdangtp-rgb --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8b017794..5e130369 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2517,3 +2517,4 @@ DanyLeeCS abc - Nguyen Ha Phuong Tan +- [Đặng Văn Nhựt](https://github.com/vannhutdangtp-rgb) \ No newline at end of file From dbacc5f9b9a669145bd49cb7ceca32be6e85bb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BA=B7ng=20V=C4=83n=20Nh=E1=BB=B1t?= Date: Thu, 4 Sep 2025 16:33:29 +0700 Subject: [PATCH 1444/2656] Add vannhutdangtp-rgb to contributors list (#103079) Co-authored-by: vannhutdangtp-rgb From 035224cd81cc4f2ffdcdc05de35aac11fa53fa0d Mon Sep 17 00:00:00 2001 From: Nguyen My Trinh Date: Thu, 4 Sep 2025 16:38:21 +0700 Subject: [PATCH 1445/2656] Add Nguyen My Trinh to contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 101c395f..f170c60b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2511,5 +2511,5 @@ DanyLeeCS - [bi3mer](https://github.com/bi3mer) - [Nguyễn Hữu Trọng](https://github.com/huutrongk24) - [audrbsdl](https://github.com/audrbsdl) - +- [Nguyen My Trinh](https://github.com/NguyenMyTrinh-nmt) abc From 6c170bbbc696a63d379a2055cbbd5c39183fb94e Mon Sep 17 00:00:00 2001 From: Phuochien121 Date: Thu, 4 Sep 2025 16:51:39 +0700 Subject: [PATCH 1446/2656] Add Huynh Phuoc Hien to contributors list (#103080) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5e130369..428321c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Huynh Phuoc Hien](https://github.com/Phuochien121) -[sriram rasamala](https://github.com/sriram-rasamala7) -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) From 47e8ab2859171d14eb06e0ce42b2e1ee17865d30 Mon Sep 17 00:00:00 2001 From: deepak27907 Date: Thu, 4 Sep 2025 15:23:38 +0530 Subject: [PATCH 1447/2656] Add [Deepak Bairwa] to contributors list --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 5e130369..8a4fe13b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2517,4 +2517,6 @@ DanyLeeCS abc - Nguyen Ha Phuong Tan -- [Đặng Văn Nhựt](https://github.com/vannhutdangtp-rgb) \ No newline at end of file +- [Đặng Văn Nhựt](https://github.com/vannhutdangtp-rgb) + +- [Deepak Baira](https://github.com/deepak27907) \ No newline at end of file From 8950e9df2082426a2a95b9e17edfa67f3b025b48 Mon Sep 17 00:00:00 2001 From: Vivek Gupta <125501210+vivekgupta27@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:59:00 +0530 Subject: [PATCH 1448/2656] first-contribution (#103083) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 428321c8..1cbb75ac 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ - sardor Uchqunov - Ahmed Abouelnaga - Patty +- Vivek Gupta - bimo105108 - [Ernesto Donado](https://github.com/edonado2) - [Dhruv sawant] From fe7cc8e59ccb147cbcd2e33c6628784fa1b74904 Mon Sep 17 00:00:00 2001 From: Phuochien121 Date: Thu, 4 Sep 2025 17:50:21 +0700 Subject: [PATCH 1449/2656] Revert "Add Huynh Phuoc Hien to contributors list (#103080)" This reverts commit 6c170bbbc696a63d379a2055cbbd5c39183fb94e. --- Contributors.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1cbb75ac..4f9b4d86 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,5 @@ # Contributors --[Huynh Phuoc Hien](https://github.com/Phuochien121) -[sriram rasamala](https://github.com/sriram-rasamala7) -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) From c2aa967c0175dac5f3ba2d70a852c4fae3a1c8bd Mon Sep 17 00:00:00 2001 From: Pavan Mhaisne Date: Thu, 4 Sep 2025 16:20:23 +0530 Subject: [PATCH 1450/2656] My first git contribution (#103085) * Add Pavan Mhaisne (piyushm4) to Contributors list * Add Pavan Mhaisne to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1cbb75ac..f3361387 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [EtharAlashri](https://github.com/etharalashri) -Merala Archana - [Sumit Pandey](https://github.com/5umitpandey) +- [Pavan Mhaisne](https://github.com/piyushm4) - [Sim Hyeonmin](https://github.com/simhyunmin) - [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) From 4ed3b9e31762ae2c19b2fc31dd5d36e249b55a03 Mon Sep 17 00:00:00 2001 From: Hakimo Abdikadir <102480722+hikmaladan@users.noreply.github.com> Date: Thu, 4 Sep 2025 13:51:17 +0300 Subject: [PATCH 1451/2656] add Hakimo Abdikadir to Contributors list (#103087) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f3361387..f46ec2cc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ - Patty - Vivek Gupta - bimo105108 +-[Hakimo abdikadir](https://github.com/hikmaladan) - [Ernesto Donado](https://github.com/edonado2) - [Dhruv sawant] - [lucas](https://github.com/Luc-as) From 29f1b39f7ead921f90c1384bfc6dd94f53d34722 Mon Sep 17 00:00:00 2001 From: Debanjan Kshetry Date: Thu, 4 Sep 2025 16:52:36 +0530 Subject: [PATCH 1452/2656] Added name to contributors.md (#103088) Co-authored-by: DebanjanKshetry --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f46ec2cc..7be075d7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ - Patty - Vivek Gupta - bimo105108 +- DKshetry -[Hakimo abdikadir](https://github.com/hikmaladan) - [Ernesto Donado](https://github.com/edonado2) - [Dhruv sawant] From dca32b9b2a1fad75bca4c72884bf1e217f5b498b Mon Sep 17 00:00:00 2001 From: Sanal Somasundaran Date: Thu, 4 Sep 2025 16:59:22 +0530 Subject: [PATCH 1453/2656] Update Contributors.md (#103089) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7be075d7..b3f1bb78 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2522,4 +2522,5 @@ DanyLeeCS abc - Nguyen Ha Phuong Tan -- [Đặng Văn Nhựt](https://github.com/vannhutdangtp-rgb) \ No newline at end of file +- [Đặng Văn Nhựt](https://github.com/vannhutdangtp-rgb) +- [Sanal Kumar](https://github.com/sanalkr) From 8f093d4f148258f9be4b91f59645982f268f060b Mon Sep 17 00:00:00 2001 From: truonghai123456789 Date: Thu, 4 Sep 2025 19:21:36 +0700 Subject: [PATCH 1454/2656] Add to contributors list (#103090) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b3f1bb78..f4362a1f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Le Truong Hai] -[Huynh Phuoc Hien](https://github.com/Phuochien121) -[sriram rasamala](https://github.com/sriram-rasamala7) -[Leandro Reis](https://github.com/leandro-01) From 58f669811ad7e627f4d83c5fde5f896c7df94cf5 Mon Sep 17 00:00:00 2001 From: Avi Ranjan Prasad <111297944+thunderavi@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:52:01 +0530 Subject: [PATCH 1455/2656] Add Your Name to Contributors list (#103091) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f4362a1f..aebf3ea3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2525,3 +2525,4 @@ abc - Nguyen Ha Phuong Tan - [Đặng Văn Nhựt](https://github.com/vannhutdangtp-rgb) - [Sanal Kumar](https://github.com/sanalkr) +- [Avi Ranjan Prasad](https://github.com/thunderavi) From a92749b0546f8b7b8679d4fcfdccfbff2d7ea401 Mon Sep 17 00:00:00 2001 From: Avi Ranjan Prasad <111297944+thunderavi@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:52:39 +0530 Subject: [PATCH 1456/2656] Add Your Name to Contributors list (#103092) From b1963fd882dd1ceb4e0839b9a0e877eeaa4d121d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BA=B7ng=20V=C4=83n=20Nh=E1=BB=B1t?= Date: Thu, 4 Sep 2025 19:35:27 +0700 Subject: [PATCH 1457/2656] Add vannhutdangtp-rgb to contributors list (#103093) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index aebf3ea3..cb401798 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2523,6 +2523,7 @@ DanyLeeCS abc - Nguyen Ha Phuong Tan -- [Đặng Văn Nhựt](https://github.com/vannhutdangtp-rgb) +- - [Sanal Kumar](https://github.com/sanalkr) - [Avi Ranjan Prasad](https://github.com/thunderavi) +- [Đặng Văn Nhựt](https://github.com/vannhutdangtp-rgb) From 28807aa6d68aeb15c64af05bc4f56d07e64160c4 Mon Sep 17 00:00:00 2001 From: NguyenNgocTan Date: Thu, 4 Sep 2025 19:49:54 +0700 Subject: [PATCH 1458/2656] Add nnguyenngoctann-glitch to contributors list (#103094) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cb401798..51f35090 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2527,3 +2527,4 @@ abc - [Sanal Kumar](https://github.com/sanalkr) - [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) From 90da70c0a6a756f95b2f532283bcee4da91c074a Mon Sep 17 00:00:00 2001 From: Debanjan009 <107977647+Debanjan009@users.noreply.github.com> Date: Thu, 4 Sep 2025 18:32:30 +0530 Subject: [PATCH 1459/2656] Added my name in contributors (#103095) Co-authored-by: Debanjan Kshetry --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 51f35090..c6264892 100644 --- a/Contributors.md +++ b/Contributors.md @@ -40,6 +40,7 @@ - [Kat R.](https://github.com/KxttyKxt) - santiago robles - adasrh yadav +- Debanjan Kshetry - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) - [Justslugard] (https://github.com/Justslugard) - [Kanishka Raisania] (https://github.com/kanishka-raisania) From 73fcc33f70b96b1e9d53b7e18dd42ddb209d39a8 Mon Sep 17 00:00:00 2001 From: Nguyen Doan Trang <205434479+Trang-22-NDT@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:49:02 +0700 Subject: [PATCH 1460/2656] Update Contributors.md (#103099) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c6264892..08bdcd07 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2529,3 +2529,4 @@ abc - [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) From bca16c4a0e9147d826b0c09cd59fffbdc09763bf Mon Sep 17 00:00:00 2001 From: Nguyen Doan Trang <205434479+Trang-22-NDT@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:51:19 +0700 Subject: [PATCH 1461/2656] Revert "Update Contributors.md (#103099)" This reverts commit 73fcc33f70b96b1e9d53b7e18dd42ddb209d39a8. --- Contributors.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 08bdcd07..c6264892 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2529,4 +2529,3 @@ abc - [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) From 0180089ac3e1b576a2ec0dc5163dd1587a8c2caf Mon Sep 17 00:00:00 2001 From: Lucky-Malik Date: Thu, 4 Sep 2025 19:29:55 +0530 Subject: [PATCH 1462/2656] Add Lokesh Malik to contributors List --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 08bdcd07..6f08f934 100644 --- a/Contributors.md +++ b/Contributors.md @@ -41,6 +41,7 @@ - santiago robles - adasrh yadav - Debanjan Kshetry +- 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) From 1f1848f9aa8446f95d91caf2b0692cc7ae87a31c Mon Sep 17 00:00:00 2001 From: tadeasbucha <38248707+tadeasbucha@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:00:55 +0200 Subject: [PATCH 1463/2656] Update Contributors.md (#103103) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add my first contribution to public project 😎 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 08bdcd07..9311e4f9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -663,6 +663,7 @@ P Venkata Rami Reddy - [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) From 1bbcdd96ab22fdbb0af2007a2c5f033bed0dd836 Mon Sep 17 00:00:00 2001 From: hoaiemmaichi Date: Thu, 4 Sep 2025 21:01:43 +0700 Subject: [PATCH 1464/2656] Add to contributors list (#103104) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9311e4f9..9390b6ca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2522,6 +2522,7 @@ DanyLeeCS - [audrbsdl](https://github.com/audrbsdl) - [Lê Nhật Duy](https://github.com/LeNhatDuy-hehe) - [Nguyen Thanh Toan](https://github.com/NguyenToanThanh) +- [Mai Chí Hoài Em](https://github.com/hoaiemmaichi) abc - Nguyen Ha Phuong Tan From a61b6c352574bcf7c821631002a457d6970a4780 Mon Sep 17 00:00:00 2001 From: Nguyen-ThanhNguyen Date: Thu, 4 Sep 2025 21:04:53 +0700 Subject: [PATCH 1465/2656] =?UTF-8?q?Add=20=20to=20contributors=20list=20(#103108)?= 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 9390b6ca..d3314a28 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2532,3 +2532,4 @@ abc - [Đặ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) From e60e020a3eb154a7b98c4b29c786fad3789469fc Mon Sep 17 00:00:00 2001 From: Nguyen-Quoc-Tinh Date: Thu, 4 Sep 2025 21:15:33 +0700 Subject: [PATCH 1466/2656] Add to contributors list (#103109) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d3314a28..78037179 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Nguyen Quoc Tinh] -[Le Truong Hai] -[Huynh Phuoc Hien](https://github.com/Phuochien121) -[sriram rasamala](https://github.com/sriram-rasamala7) From 06551c38e15c7b32b556f149ec3f969b30371d0e Mon Sep 17 00:00:00 2001 From: mido2262007-sys112 Date: Thu, 4 Sep 2025 17:21:38 +0300 Subject: [PATCH 1467/2656] add Mido to Contributors list (#103110) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 78037179..4a9df525 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2523,6 +2523,7 @@ DanyLeeCS - [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) abc From 34a1e932fd84a29cac968ca1cf2e57f05463af89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=BB=93=20Tr=E1=BA=A7n=20Quang=20Vinh?= Date: Thu, 4 Sep 2025 21:31:28 +0700 Subject: [PATCH 1468/2656] Add hotranquangvinh to contributors list (#103112) Co-authored-by: ho tran quang vinh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4a9df525..22d80a34 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2535,3 +2535,4 @@ abc - [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) \ No newline at end of file From 5ce321cc3b680d9904c79535c0005b2f1d07db7c Mon Sep 17 00:00:00 2001 From: BinhTran2k4 Date: Thu, 4 Sep 2025 21:43:46 +0700 Subject: [PATCH 1469/2656] Add to contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a8c88df3..dc5c2cdf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,4 @@ - +BinhTran2k4 # Contributors -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) From be120204f32d6c3fa7738ce642f9ddd51b1c2951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Qu=E1=BB=91c=20V=E1=BB=B9?= Date: Thu, 4 Sep 2025 21:54:10 +0700 Subject: [PATCH 1470/2656] Update name in Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 22d80a34..91dc2eca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Nguyễn Quốc Vỹ - 226148 - 57] -[Nguyen Quoc Tinh] -[Le Truong Hai] -[Huynh Phuoc Hien](https://github.com/Phuochien121) From 88e6b9ed213d27abb978d8c55b35b18b0d43d7c7 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 4 Sep 2025 20:30:53 +0530 Subject: [PATCH 1471/2656] add blipie to Contributors list (#103118) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 22d80a34..c8f0671b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -64,6 +64,7 @@ sdumini - [one small step for humanity] - [Amelia Ali] - [Ahmed Sabbak] +- [Blipie] -[Shivanna] (https://github.com/shivannadm) From 6abab9695aa228b9304a63da76186291f7e264c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=E1=BB=B3nh=20Tr=E1=BB=8Dng=20Ng=E1=BB=AF?= Date: Thu, 4 Sep 2025 22:21:28 +0700 Subject: [PATCH 1472/2656] =?UTF-8?q?Add=20=20to=20contributors=20list=20(#103121)?= 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 c8f0671b..dde42839 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2536,4 +2536,5 @@ abc - [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) \ No newline at end of file +- [hotranquangvinh](https://github.com/hotranquangvinh) +- [Huỳnh Trọng Ngữ](https://github.com/huynhtrongngu) From 705b26f26fb481865826652a413d079cdbca3b61 Mon Sep 17 00:00:00 2001 From: khang220495-rgb Date: Thu, 4 Sep 2025 22:27:22 +0700 Subject: [PATCH 1473/2656] Add Tran Minh Khang to contributors list (#103122) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dde42839..46176819 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Tran Minh Khang](https://github.com/khang220495-rgb) -[Nguyen Quoc Tinh] -[Le Truong Hai] -[Huynh Phuoc Hien](https://github.com/Phuochien121) From 2777c532d4c3b94e68d1db9b64e0e24c3df5ad2e Mon Sep 17 00:00:00 2001 From: thuanluuan Date: Thu, 4 Sep 2025 22:49:41 +0700 Subject: [PATCH 1474/2656] =?UTF-8?q?Add=20L=C6=B0u=20An=20Thu=E1=BA=ADn?= =?UTF-8?q?=20to=20contributors=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 46176819..b0e86862 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2530,7 +2530,7 @@ DanyLeeCS abc - Nguyen Ha Phuong Tan -- +- [Lưu An Thuận](https://github.com/thuanluuan) - [Sanal Kumar](https://github.com/sanalkr) - [Avi Ranjan Prasad](https://github.com/thunderavi) - [Đặng Văn Nhựt](https://github.com/vannhutdangtp-rgb) From e1e33d3655d59776cfe067e26eac14fa64987589 Mon Sep 17 00:00:00 2001 From: vy2004 <165477824+vy2004@users.noreply.github.com> Date: Thu, 4 Sep 2025 22:50:50 +0700 Subject: [PATCH 1475/2656] Update name in Contributors.md (#103124) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 46176819..38ab5831 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Nguyễn Quốc Vỹ - 226148 - 57] -[Tran Minh Khang](https://github.com/khang220495-rgb) -[Nguyen Quoc Tinh] -[Le Truong Hai] From d66a52bbc221995208a8443a9a2ff900ed8d4318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Qu=E1=BB=91c=20V=E1=BB=B9?= Date: Thu, 4 Sep 2025 22:55:53 +0700 Subject: [PATCH 1476/2656] Fix name format to include GitHub link --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 91dc2eca..10cc291e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,6 @@ # Contributors --[Nguyễn Quốc Vỹ - 226148 - 57] +-[Nguyễn Quốc Vỹ](https://github.com/vy2004) -[Nguyen Quoc Tinh] -[Le Truong Hai] -[Huynh Phuoc Hien](https://github.com/Phuochien121) From 47d6d9d1505e43bab8abeed013a5c17284878714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Trung=20T=C3=ADnh?= Date: Thu, 4 Sep 2025 22:57:54 +0700 Subject: [PATCH 1477/2656] Add phamtrungtinhh to contributors list (#103130) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 38ab5831..d0dbff8f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2540,3 +2540,4 @@ abc - [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) From f91618bbdc28637942a634361622f9cd2b64979f Mon Sep 17 00:00:00 2001 From: huy220710-star Date: Thu, 4 Sep 2025 09:01:54 -0700 Subject: [PATCH 1478/2656] Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 41bb3293..b6af78fe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +--[Nguyen Hoang Huy](https://github.com/huy220710-star/git-practive.git) -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. From d9ac611f2d2e15ee6a48cb9238df95a0a328163c Mon Sep 17 00:00:00 2001 From: Nguyen-ThanhNguyen Date: Thu, 4 Sep 2025 23:17:39 +0700 Subject: [PATCH 1479/2656] =?UTF-8?q?Add=20=20to=20contributors=20list=20(#103135)?= 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 d0dbff8f..3989a45f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2541,3 +2541,4 @@ abc - [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) From 43b815ed8cc0ede8c38bfe5bc22e68737ff8feec Mon Sep 17 00:00:00 2001 From: Krish Savaliya <108915714+Krishsavaliya@users.noreply.github.com> Date: Thu, 4 Sep 2025 22:04:00 +0530 Subject: [PATCH 1480/2656] Add Krish Savaliya to Contributors list (#103138) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3989a45f..569ae872 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors -[Nguyễn Quốc Vỹ - 226148 - 57] +-[Krish Savaliya](https://github.com/Krishsavaliya) -[Tran Minh Khang](https://github.com/khang220495-rgb) -[Nguyen Quoc Tinh] -[Le Truong Hai] From 6126061ee303636703bee3431da8fcd878f4504a Mon Sep 17 00:00:00 2001 From: lequockhanhh Date: Thu, 4 Sep 2025 23:44:22 +0700 Subject: [PATCH 1481/2656] Add lequockhanhh to contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 569ae872..da4f8f44 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors + -[Nguyễn Quốc Vỹ - 226148 - 57] -[Krish Savaliya](https://github.com/Krishsavaliya) -[Tran Minh Khang](https://github.com/khang220495-rgb) @@ -2543,3 +2544,4 @@ abc - [Huỳnh Trọng Ngữ](https://github.com/huynhtrongngu) -[phamtrungtinhh](https://github.com/phamtrungtinhh) - [Nguyen Thanh Nguyen](https://github.com/Nguyen-ThanhNguyen) +-[Le Quoc Khanh](https://github.com/lequockhanhh) From aeec21ac7b76ba3db7ca9a9044ebfbf0e089a6d0 Mon Sep 17 00:00:00 2001 From: DungTrinhMinh Date: Thu, 4 Sep 2025 23:52:39 +0700 Subject: [PATCH 1482/2656] =?UTF-8?q?Add=20Tr=E1=BB=8Bnh=20Minh=20Dung=20t?= =?UTF-8?q?o=20Contributors=20list=20(#103127)?= 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 569ae872..b4e803a3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2534,6 +2534,7 @@ abc - Nguyen Ha Phuong Tan - - [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) @@ -2542,4 +2543,4 @@ abc - [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) +- [Nguyen Thanh Nguyen](https://github.com/Nguyen-ThanhNguyen) \ No newline at end of file From f83676d2317d943acba429c11341ef85126e68dd Mon Sep 17 00:00:00 2001 From: WOLF <160760824+Wolf-Root@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:59:20 +0100 Subject: [PATCH 1483/2656] Add Wolf-Root to Contributors list (#103140) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b4e803a3..8501cfb8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Wolf-Root](https://github.com/Wolf-Root) -[Nguyễn Quốc Vỹ - 226148 - 57] -[Krish Savaliya](https://github.com/Krishsavaliya) -[Tran Minh Khang](https://github.com/khang220495-rgb) From 36d448161010309ef434b9aabbb0e2cf840b9900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20Hasano=C4=9Flu?= <35605102+UmutHasanoglu@users.noreply.github.com> Date: Thu, 4 Sep 2025 23:00:59 +0300 Subject: [PATCH 1484/2656] Added Umut Hasanoglu to Contributor list (#103141) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8501cfb8..f1038e75 100644 --- a/Contributors.md +++ b/Contributors.md @@ -37,6 +37,7 @@ - [Anurag]<-- - [Chris Emmah](https://github.com/christhestormborn/first-contributions.git) - [Abhik](https://github.com/AO811) +- [Umut Hasanoglu](https://github.com/UmutHasanoglu) - [Ekak Basu](https://github.com/ebro125) - [Erfan Ahmadi](https://github.com/erfan-web) - [Aaliyah Raheem](https://github.com/aaliot) From 2d09a80bf5798f6964cddc4b8698eb862fac55f4 Mon Sep 17 00:00:00 2001 From: Ahmed Faraj <148560615+Ahmad-Faraj@users.noreply.github.com> Date: Fri, 5 Sep 2025 00:12:53 +0300 Subject: [PATCH 1485/2656] Added automated contribution list (#103143) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f1038e75..912e77cb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Ahmed Faraj](https://github.com/Ahmad-Faraj) -[Wolf-Root](https://github.com/Wolf-Root) -[Nguyễn Quốc Vỹ - 226148 - 57] -[Krish Savaliya](https://github.com/Krishsavaliya) @@ -2545,4 +2546,4 @@ abc - [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) \ No newline at end of file +- [Nguyen Thanh Nguyen](https://github.com/Nguyen-ThanhNguyen) From c7731928440c8bc21e3bf648b1154a73e94a3dba Mon Sep 17 00:00:00 2001 From: Cal Muramaru Date: Thu, 4 Sep 2025 11:30:47 -1000 Subject: [PATCH 1486/2656] Update issue-template.md From 369a7a2a4b3a7dc27d2592edd51c14d874cb47ea Mon Sep 17 00:00:00 2001 From: Kartik Mishra <122305294+kartikmishra210@users.noreply.github.com> Date: Fri, 5 Sep 2025 05:34:34 +0530 Subject: [PATCH 1487/2656] Add Kartik Mishra to Contributors list (#103146) Co-authored-by: Kartik Mishra --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 912e77cb..df13fd7c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,6 +63,7 @@ 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) - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Samidu Kaushalaya] (https://github.com/samidukushalaya) From c635f71d80fbfdcad866691a74effab756cbcc69 Mon Sep 17 00:00:00 2001 From: maivanvangf-lang <226053378+maivanvangf-lang@users.noreply.github.com> Date: Fri, 5 Sep 2025 08:05:49 +0700 Subject: [PATCH 1488/2656] Add to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c6264892..841b5d2e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2529,3 +2529,4 @@ abc - [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) +- [Mai Văn Vàng](https://github.com/maivanvangf-lang) From 947a473966df22bc58923a3ad57a41054695ed43 Mon Sep 17 00:00:00 2001 From: nicholascalvert85 <168139733+nicholascalvert85@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:53:56 -0400 Subject: [PATCH 1489/2656] Update Contributors.md (#103148) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index df13fd7c..a978b1c3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -166,6 +166,7 @@ sdumini - [Gokul](https://github.com/Gokul-S-dev) - [Bhavya](https://github.com/bhavya-l) - [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) From 792dcd79ee6eaf816a0cfdc8f3fc9ea0dda68d1f Mon Sep 17 00:00:00 2001 From: nikmakgit <37908186+nikmakgit@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:22:04 -0500 Subject: [PATCH 1490/2656] Add NM to Contributors list (#103150) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a978b1c3..96558998 100644 --- a/Contributors.md +++ b/Contributors.md @@ -188,6 +188,7 @@ sdumini - [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) [Devansh Kapoor](https://github.com/Devansh2208) - [Kashif Kawsar Qadri](https://github.com/KashifQadri90) From 0582b4150c78218427de1b05843bf8dca72c56e8 Mon Sep 17 00:00:00 2001 From: swjjeong Date: Fri, 5 Sep 2025 11:23:36 +0900 Subject: [PATCH 1491/2656] Add swjjeong to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a978b1c3..0e5c3e28 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2549,3 +2549,4 @@ abc - [Huỳnh Trọng Ngữ](https://github.com/huynhtrongngu) -[phamtrungtinhh](https://github.com/phamtrungtinhh) - [Nguyen Thanh Nguyen](https://github.com/Nguyen-ThanhNguyen) +- [swjjeong](https://github.com/swjjeong) \ No newline at end of file From 8bd94b8816aa20823b6f9033dabc4cf29f7de5b6 Mon Sep 17 00:00:00 2001 From: social-archive Date: Fri, 5 Sep 2025 11:26:53 +0900 Subject: [PATCH 1492/2656] Add social-archive to Contributors list (#103151) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 96558998..912f0eba 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2550,3 +2550,4 @@ abc - [Huỳnh Trọng Ngữ](https://github.com/huynhtrongngu) -[phamtrungtinhh](https://github.com/phamtrungtinhh) - [Nguyen Thanh Nguyen](https://github.com/Nguyen-ThanhNguyen) +- [Social-Archive](https://github.com/social-archive) \ No newline at end of file From 427d9140767e4f46e7782747a32df7407fbbc59a Mon Sep 17 00:00:00 2001 From: tember8003 <104021663+tember8003@users.noreply.github.com> Date: Fri, 5 Sep 2025 11:27:45 +0900 Subject: [PATCH 1493/2656] Add my name(tember8003) to Contributors list (#103153) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 912f0eba..0017647c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2550,4 +2550,5 @@ abc - [Huỳnh Trọng Ngữ](https://github.com/huynhtrongngu) -[phamtrungtinhh](https://github.com/phamtrungtinhh) - [Nguyen Thanh Nguyen](https://github.com/Nguyen-ThanhNguyen) -- [Social-Archive](https://github.com/social-archive) \ No newline at end of file +- [Social-Archive](https://github.com/social-archive) +- [tember8003](https://github.com/tember8003) From 4bc00396ca64e919a19c96e439e74a7684f54561 Mon Sep 17 00:00:00 2001 From: ingsso Date: Fri, 5 Sep 2025 11:37:14 +0900 Subject: [PATCH 1494/2656] Add ingsso to Contributors list (#103154) * Add ingsso to Contributors list * Add ingsso to Contributors list * Add sso to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0017647c..f67b3f9c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2550,5 +2550,6 @@ abc - [Huỳnh Trọng Ngữ](https://github.com/huynhtrongngu) -[phamtrungtinhh](https://github.com/phamtrungtinhh) - [Nguyen Thanh Nguyen](https://github.com/Nguyen-ThanhNguyen) +- [sso](https://github.com/ingsso) - [Social-Archive](https://github.com/social-archive) - [tember8003](https://github.com/tember8003) From 905567aed51c78a39cf100b4140685e18c3763ad Mon Sep 17 00:00:00 2001 From: qwerty55558 <97725478+qwerty55558@users.noreply.github.com> Date: Fri, 5 Sep 2025 11:38:26 +0900 Subject: [PATCH 1495/2656] good (#103156) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f67b3f9c..d4a49c87 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2550,6 +2550,7 @@ abc - [Huỳnh Trọng Ngữ](https://github.com/huynhtrongngu) -[phamtrungtinhh](https://github.com/phamtrungtinhh) - [Nguyen Thanh Nguyen](https://github.com/Nguyen-ThanhNguyen) +- [qwerty55558](https://github.com/qwerty55558) - [sso](https://github.com/ingsso) - [Social-Archive](https://github.com/social-archive) - [tember8003](https://github.com/tember8003) From 019a67c8d62fa4ef4a22a13cf967708199efa7aa Mon Sep 17 00:00:00 2001 From: swjjeong <144202747+swjjeong@users.noreply.github.com> Date: Fri, 5 Sep 2025 11:53:32 +0900 Subject: [PATCH 1496/2656] Add swjjeong to Contributors list (#103159) Co-authored-by: swjjeong --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d4a49c87..a9892c6b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2554,3 +2554,4 @@ abc - [sso](https://github.com/ingsso) - [Social-Archive](https://github.com/social-archive) - [tember8003](https://github.com/tember8003) +- [swjjeong](https://github.com/swjjeong) \ No newline at end of file From 50c5e69165c497b0c0974787f5d6ff66fce82a9f Mon Sep 17 00:00:00 2001 From: Ljs-Thomas <15753160056@163.com> Date: Fri, 5 Sep 2025 11:39:31 +0800 Subject: [PATCH 1497/2656] New branch (#103160) * Update Contributors.md * Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a9892c6b..c7364107 100644 --- a/Contributors.md +++ b/Contributors.md @@ -218,6 +218,7 @@ sdumini - [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) From 4aa1a6d16f415a22e1e6364987982f3e78d48b65 Mon Sep 17 00:00:00 2001 From: Raghu Ram Reddy Date: Fri, 5 Sep 2025 10:18:06 +0530 Subject: [PATCH 1498/2656] Add Raghu Ram Reddy to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c7364107..82202852 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2555,4 +2555,4 @@ abc - [sso](https://github.com/ingsso) - [Social-Archive](https://github.com/social-archive) - [tember8003](https://github.com/tember8003) -- [swjjeong](https://github.com/swjjeong) \ No newline at end of file +- [Raghu Ram Reddy](https://github.com/raghuramreddy07) From a3507256bf30aa50cd528ca637bc8cfc7be71c69 Mon Sep 17 00:00:00 2001 From: Kunal Jindal <56304848+imkunaljindal@users.noreply.github.com> Date: Fri, 5 Sep 2025 10:40:24 +0530 Subject: [PATCH 1499/2656] Add my changes (#103162) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7364107..9abb594c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ sdumini - [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) - [Rushikesh Deshmukh](https://github.com/Mrx207) +- [Kunal Jindal](https://github.com/imkunaljindal) - [K Sri Latha] (https://github.com/KSriLatha18) - [Sarthak Katiyar] (https://github.com/SarthakKatiyar2004) - [Ajay C](https://github.com/Ajaynirm) From 91574127463d8ac9d8565149245ba038d097bf95 Mon Sep 17 00:00:00 2001 From: Rohan Shukla Date: Thu, 4 Sep 2025 22:10:29 -0700 Subject: [PATCH 1500/2656] Added RohanShukla23 to Contributors list (#103163) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9abb594c..cb35be34 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ - [Sim Hyeonmin](https://github.com/simhyunmin) - [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) +- [Rohan Shukla] (https://github.com/RohanShukla23) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) - sardor Uchqunov @@ -2556,4 +2557,4 @@ abc - [sso](https://github.com/ingsso) - [Social-Archive](https://github.com/social-archive) - [tember8003](https://github.com/tember8003) -- [swjjeong](https://github.com/swjjeong) \ No newline at end of file +- [swjjeong](https://github.com/swjjeong) From be2f7064b447549b76348cdec2ebfebf53423332 Mon Sep 17 00:00:00 2001 From: gokoku Date: Fri, 5 Sep 2025 14:27:47 +0900 Subject: [PATCH 1501/2656] Add Gokoku to Contributors list (#103164) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cb35be34..e2a6bc49 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ - [Rohan Shukla] (https://github.com/RohanShukla23) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) +- [Gokoku](https://github.com/gokoku) - sardor Uchqunov - Ahmed Abouelnaga - Patty From 921f67558c60ba6c046180b127ac624abed63d63 Mon Sep 17 00:00:00 2001 From: Amrita Shrivastava <89634821+Astro-naut@users.noreply.github.com> Date: Fri, 5 Sep 2025 10:58:46 +0530 Subject: [PATCH 1502/2656] Add Amrita Shrivastava to Contributors list (#103165) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e2a6bc49..3063f1a7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors -[Ahmed Faraj](https://github.com/Ahmad-Faraj) +-[Amrita Shrivastava](https://github.com/Astro-naut) -[Wolf-Root](https://github.com/Wolf-Root) -[Nguyễn Quốc Vỹ - 226148 - 57] -[Krish Savaliya](https://github.com/Krishsavaliya) From 8bdde2fb9d5557039846e276a11a4af0a3c1ea8c Mon Sep 17 00:00:00 2001 From: Charles Wang <86401499+CharlesWangSA@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:52:21 +0800 Subject: [PATCH 1503/2656] Add Charles Wang to Contributor list (#103166) Co-authored-by: Charles Wang --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3063f1a7..8351eabd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Charles Wang](https://github.com/CharlesWangSA) -[Ahmed Faraj](https://github.com/Ahmad-Faraj) -[Amrita Shrivastava](https://github.com/Astro-naut) -[Wolf-Root](https://github.com/Wolf-Root) From bd1c894141cfeb85974b668386f4dab90b6a85d5 Mon Sep 17 00:00:00 2001 From: Hayato KATAGIRI Date: Fri, 5 Sep 2025 15:22:00 +0900 Subject: [PATCH 1504/2656] add myname to Contributors.md (#103167) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8351eabd..b71cee4a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -159,6 +159,7 @@ sdumini - [knlklabacka] - [Vitor Gabriel](https://github.com/VituuDias) - [mfg5160] +- [Hayato Katagiri](https://github.com/hayatokatagiri) - [PandaDev0069](https://github.com/PandaDev0069) - [Tony J.](https://github.com/t0nebone) - [Yarno Grenier](https://github.com/yarno97x) From 3e5cd203e569338d1470cb1a0a4c2ef22244df3e Mon Sep 17 00:00:00 2001 From: JanhaviG08 <144892282+JanhaviG08@users.noreply.github.com> Date: Fri, 5 Sep 2025 11:53:40 +0530 Subject: [PATCH 1505/2656] Update Contributors.md (#103168) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b71cee4a..f2c2a2ac 100644 --- a/Contributors.md +++ b/Contributors.md @@ -491,6 +491,7 @@ LIUYY到此一游 - [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) From 9f57bb745a6fbe95792ec62b6daa36b091043d73 Mon Sep 17 00:00:00 2001 From: Srinath G <33170758+Srinath176@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:17:42 +0530 Subject: [PATCH 1506/2656] add: srinath g to Conttributors list (#102912) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f2c2a2ac..be911521 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2559,6 +2559,7 @@ abc -[phamtrungtinhh](https://github.com/phamtrungtinhh) - [Nguyen Thanh Nguyen](https://github.com/Nguyen-ThanhNguyen) - [qwerty55558](https://github.com/qwerty55558) +- [srinath g](https://github.com/srinath176) - [sso](https://github.com/ingsso) - [Social-Archive](https://github.com/social-archive) - [tember8003](https://github.com/tember8003) From fac38c07d435299c8aaa16c0e108468b6dd229f9 Mon Sep 17 00:00:00 2001 From: Vedhashree Sampath Date: Fri, 5 Sep 2025 08:12:48 +0100 Subject: [PATCH 1507/2656] Add Vedhashree Sampath to Contributors list (#103169) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index be911521..110f91d3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -95,6 +95,7 @@ sdumini - [Padmanabha Das](https://github.com/chayan-1906) - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) +- [Vedhashree Sampath] (https://github.com/vedhashrees) - [Mohith Butta] (https:/github.com/loicmohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) From 118d38be1bf06b3aee2be889dc38d8fb122e9038 Mon Sep 17 00:00:00 2001 From: Gangadevi Date: Fri, 5 Sep 2025 14:23:27 +0530 Subject: [PATCH 1508/2656] Add Gangadevi to Contributors list (#103171) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 110f91d3..d81294a5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ -[Charles Wang](https://github.com/CharlesWangSA) -[Ahmed Faraj](https://github.com/Ahmad-Faraj) -[Amrita Shrivastava](https://github.com/Astro-naut) +-[Gangadevi] -[Wolf-Root](https://github.com/Wolf-Root) -[Nguyễn Quốc Vỹ - 226148 - 57] -[Krish Savaliya](https://github.com/Krishsavaliya) From 7163d6e6ca69bf369b61d46c01db8ac849d838ec Mon Sep 17 00:00:00 2001 From: abtharpe Date: Fri, 5 Sep 2025 11:04:09 +0200 Subject: [PATCH 1509/2656] Add anthony-brock-tharpe to Contributors list (#103172) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d81294a5..908b314b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1731,6 +1731,7 @@ Eoin O'B - [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) From 0d064f98ff6ce8b840626973d59c95c2d922fddc Mon Sep 17 00:00:00 2001 From: Mirza Opu <99646759+Apu-mirza@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:27:15 +0600 Subject: [PATCH 1510/2656] Add Md. Apu to Contributors list (#103173) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 908b314b..3c5b4503 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ - [Ekak Basu](https://github.com/ebro125) - [Erfan Ahmadi](https://github.com/erfan-web) - [Aaliyah Raheem](https://github.com/aaliot) +- [Md. Apu](https://github.com/Apu-mirza) - [mgalore](https://github.com/mgalore) - Bhuvana Madiraju - [Kat R.](https://github.com/KxttyKxt) From ba005dfebd938ca43b9949b8d94e6bc7451d3789 Mon Sep 17 00:00:00 2001 From: Saadatu1 Date: Fri, 5 Sep 2025 11:34:09 +0100 Subject: [PATCH 1511/2656] Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a83e66bd..cba87142 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2150,3 +2150,4 @@ sh0uka - [jbyunA](https://github.com/jbyunA) - [isaac sun](https://github.com/isaac-sun) - [Nasir Ismail](https://github.com/NasirIsmail341) +-[Saadatu Usman](https://github.com/Saadatu1) From e0b456f7b680b493e536beaa545f43ff5dfee4d4 Mon Sep 17 00:00:00 2001 From: Saadatu1 Date: Fri, 5 Sep 2025 11:37:37 +0100 Subject: [PATCH 1512/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index cba87142..bfc2519a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2150,4 +2150,4 @@ sh0uka - [jbyunA](https://github.com/jbyunA) - [isaac sun](https://github.com/isaac-sun) - [Nasir Ismail](https://github.com/NasirIsmail341) --[Saadatu Usman](https://github.com/Saadatu1) +- [Saadatu Usman](https://github.com/Saadatu1) From 0faf25e682b122a616eff1cbcb7afe145a584c6a Mon Sep 17 00:00:00 2001 From: Saadatu1 Date: Fri, 5 Sep 2025 11:39:24 +0100 Subject: [PATCH 1513/2656] Update Contributors.md --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bfc2519a..bd72baac 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2150,4 +2150,4 @@ sh0uka - [jbyunA](https://github.com/jbyunA) - [isaac sun](https://github.com/isaac-sun) - [Nasir Ismail](https://github.com/NasirIsmail341) -- [Saadatu Usman](https://github.com/Saadatu1) +- [Sa'adatu Usman](https://github.com/Saadatu1) From 58ffe5474b74116df1d167a9b739c415c7aa99a1 Mon Sep 17 00:00:00 2001 From: ShabnamRaza <154980653+ShabnamRaza@users.noreply.github.com> Date: Fri, 5 Sep 2025 23:13:01 +1200 Subject: [PATCH 1514/2656] Adding shabnam as contributor (#103174) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c5b4503..dcbc2129 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2282,6 +2282,7 @@ Cloudman - [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) From 5aaf494230ba48a23e2b08e5ff98ab21e2026a8d Mon Sep 17 00:00:00 2001 From: Atishey0001 Date: Fri, 5 Sep 2025 16:51:25 +0530 Subject: [PATCH 1515/2656] I am adding to contributers list (#103175) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dcbc2129..03addfd9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2569,3 +2569,4 @@ abc - [Social-Archive](https://github.com/social-archive) - [tember8003](https://github.com/tember8003) - [swjjeong](https://github.com/swjjeong) +- [RockStar] \ No newline at end of file From bbe0f95cae7a003b5491245c474b136379e5aaac Mon Sep 17 00:00:00 2001 From: Saadatu1 Date: Fri, 5 Sep 2025 12:37:34 +0100 Subject: [PATCH 1516/2656] Update Contributors.md Sa'adatu Usman From 731849713287dd1499dd89e54b09d940581d2639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=E1=BB=87t=20An?= Date: Fri, 5 Sep 2025 19:55:54 +0700 Subject: [PATCH 1517/2656] Add vietan0 to Contributors list (#103176) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 03addfd9..4b1d6321 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2569,4 +2569,5 @@ abc - [Social-Archive](https://github.com/social-archive) - [tember8003](https://github.com/tember8003) - [swjjeong](https://github.com/swjjeong) +- [vietan0](https://github.com/vietan0) - [RockStar] \ No newline at end of file From 9e3df6f658adbc3946477baad75d049f15fdd808 Mon Sep 17 00:00:00 2001 From: Gerdzhikov23 <82026887+Gerdzhikov23@users.noreply.github.com> Date: Fri, 5 Sep 2025 16:32:14 +0300 Subject: [PATCH 1518/2656] Add Gerdzhikov23 to Contributors list (#103177) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4b1d6321..1afc478c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2320,6 +2320,7 @@ jack - first contribution practice - [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) From abe5924ccb3eae8f099af3414292cc5be34d310b Mon Sep 17 00:00:00 2001 From: Tejas9777 <123199187+Tejas9777@users.noreply.github.com> Date: Fri, 5 Sep 2025 19:16:11 +0530 Subject: [PATCH 1519/2656] add Tejas Chopade to Contributors list (#103178) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1afc478c..c4b3c44c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2571,4 +2571,5 @@ abc - [tember8003](https://github.com/tember8003) - [swjjeong](https://github.com/swjjeong) - [vietan0](https://github.com/vietan0) -- [RockStar] \ No newline at end of file +- [RockStar] +- [Tejas Chopade](https://github.com/Tejas9777) From e56914ac746ca2b4a44b4c88d644f0b9aa9d9040 Mon Sep 17 00:00:00 2001 From: Lucas Young <45399073+LucasYoung35@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:10:19 -0400 Subject: [PATCH 1520/2656] Add Lucas Young to contributors list (#103180) Co-authored-by: Lucas Young --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c4b3c44c..33db81e7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1992,6 +1992,7 @@ Cloudman - [Ahmet Mert Şengöl](https://github.com/ahmertsengol) - [Ipshita Bhardwaj](https://github.com/ipshitabhardwaj) - [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) From aaf2a2febe47200edb2676a4e7c2b9e8a9e82485 Mon Sep 17 00:00:00 2001 From: yanas-logs <81765889+yanas-logs@users.noreply.github.com> Date: Fri, 5 Sep 2025 23:41:51 +0700 Subject: [PATCH 1521/2656] Add yanas logs to Contributors list (#103181) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 33db81e7..e9c5032a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -161,6 +161,7 @@ sdumini - [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) From ee1400fa0678e99c461c54495c65a50bb389ba8c Mon Sep 17 00:00:00 2001 From: satyamit <46529648+satyamit@users.noreply.github.com> Date: Fri, 5 Sep 2025 22:20:48 +0530 Subject: [PATCH 1522/2656] Add Satyam Aengandul to Contributors list (#103182) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e9c5032a..0582f3fa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2575,3 +2575,4 @@ abc - [vietan0](https://github.com/vietan0) - [RockStar] - [Tejas Chopade](https://github.com/Tejas9777) +- [Satyam Aengandul](https://github.com/satyamit) \ No newline at end of file From 6ddb8fa431300af4f711fed9e57ff89889527077 Mon Sep 17 00:00:00 2001 From: c-candice <125440286+c-candice@users.noreply.github.com> Date: Fri, 5 Sep 2025 18:40:44 +0100 Subject: [PATCH 1523/2656] Add Candice to Contributors list (#103183) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0582f3fa..e7e93f0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2575,4 +2575,5 @@ abc - [vietan0](https://github.com/vietan0) - [RockStar] - [Tejas Chopade](https://github.com/Tejas9777) -- [Satyam Aengandul](https://github.com/satyamit) \ No newline at end of file +- [Satyam Aengandul](https://github.com/satyamit) +- [Candice](https://github.com/c-candice) \ No newline at end of file From 21db1d711c1c3e69039ec5650e1ed32a84e63251 Mon Sep 17 00:00:00 2001 From: Apoorv Bedmutha Date: Fri, 5 Sep 2025 23:22:27 +0530 Subject: [PATCH 1524/2656] Add Apoorv bedmutha to Contributors list (#103184) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e7e93f0e..62c68038 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2575,5 +2575,6 @@ abc - [vietan0](https://github.com/vietan0) - [RockStar] - [Tejas Chopade](https://github.com/Tejas9777) +- [Apoorv Bedmutha](https://github.com/bedmuthaapoorv) - [Satyam Aengandul](https://github.com/satyamit) -- [Candice](https://github.com/c-candice) \ No newline at end of file +- [Candice](https://github.com/c-candice) From cf0c7cbc396b9fcd1e3d69bd40e527cc8b2b1688 Mon Sep 17 00:00:00 2001 From: Ruairi <106704254+Ruairia@users.noreply.github.com> Date: Fri, 5 Sep 2025 19:19:50 +0100 Subject: [PATCH 1525/2656] Update Contributors.md (#103185) Add Ruairi Anthony to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 62c68038..f2b70ba8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -373,6 +373,7 @@ LIUYY到此一游 - [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) From d232d9597d3a97fcba9d45f33e567ba179096a81 Mon Sep 17 00:00:00 2001 From: mct-trener <96542179+mct-trener@users.noreply.github.com> Date: Fri, 5 Sep 2025 18:42:27 +0000 Subject: [PATCH 1526/2656] Add Polish translation for Git CLI tutorial --- .../cli-tool-tutorials/git-cli-tutorial-PL.md | 124 ++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 docs/cli-tool-tutorials/git-cli-tutorial-PL.md diff --git a/docs/cli-tool-tutorials/git-cli-tutorial-PL.md b/docs/cli-tool-tutorials/git-cli-tutorial-PL.md new file mode 100644 index 00000000..c6b0f835 --- /dev/null +++ b/docs/cli-tool-tutorials/git-cli-tutorial-PL.md @@ -0,0 +1,124 @@ +[![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) + +# First Contributions + +| GitHub Desktop | GitHub Command Line Interface (CLI) | +| ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | + +To jest przewodnik dla nas, geeków terminala, którzy chcą robić wszystko w terminalu. Dzięki [Github-CLI](https://cli.github.com/), możemy to osiągnąć, pamiętając, że Twoja pierwsza kontrybucja powinna być przyjemna, satysfakcjonująca i motywować do dalszego działania\! + +Ten przewodnik jest nieco trudniejszy, ponieważ w ogóle nie używamy żadnego interfejsu graficznego, ale nadal jest naprawdę fajny i na pewno możesz za nim podążać\! + +Pierwszymi wymaganiami jest posiadanie: + + - zainstalowanego Git (jak zainstalować [git](https://git-scm.com/downloads)) + - konta Github + +Teraz musimy zainstalować narzędzie `github-cli` w naszym systemie, postępując zgodnie z [oficjalną dokumentacją](https://github.com/cli/cli#installation). + +Następnie musimy zalogować się w CLI, więc wprowadź to polecenie: + +```bash +gh auth login +``` + +Postępuj zgodnie z instrukcjami i gotowe\! + +----- + +# Fork this repository + +To jest tak proste, jak uruchomienie tego polecenia: + +```bash +gh repo fork firstcontributions/first-contributions +``` + +**Ważne: Zostaniesz zapytany, czy chcesz również sklonować, wybierz opcję "yes".** + +----- + +# Create your branch + +Ten krok wykonamy za pomocą git, więc wprowadź to polecenie, zastępując `name` swoim imieniem, na przykład: + +```bash +git switch -c add-john-doe +``` + +----- + +# Make necessary changes and commit those changes + +Teraz możesz otworzyć plik `Contributors.md` w edytorze tekstu i dodać do niego swoje imię. Wstaw swoje imię w dowolnym miejscu między początkiem a końcem, a następnie zapisz plik. + +W katalogu projektu wykonaj `git status`, a zobaczysz zmiany. +\git status + +Dodaj te zmiany do właśnie utworzonej gałęzi za pomocą polecenia `git add`: +`git add Contributors.md` + +Teraz zatwierdź te zmiany za pomocą polecenia `git commit`: +`git commit -m "Add your-name to Contributors list"` +zastępując `your-name` swoim imieniem. + +----- + +# Push changes to github + +Wypchnij swoje zmiany za pomocą polecenia `git push`: + +``` +git push origin -u your-branch-name +``` + +zastępując `your-branch-name` nazwą gałęzi, którą utworzyłeś wcześniej. + +\ +\ \Jeśli podczas wypychania wystąpią błędy, kliknij tutaj:\ \ + + - ### 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/](https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/) for more information. +  fatal: Authentication failed for '[https://github.com/](https://github.com/)\/first-contributions.git/'\ +  Przejdź do [tutoriala GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) dotyczącego generowania i konfigurowania klucza SSH na swoim koncie. + +\ + +----- + +# Submit your changes for review + +Teraz, uruchamiając to polecenie w katalogu naszego repozytorium, możemy utworzyć pull request do przeglądu: + +```bash +gh pr create --repo firstcontributions/first-contributions +``` + +Następnie wyślij pull request. + +Możesz użyć polecenia `gh status`, aby zobaczyć swój pull request w akcji. + +----- + +## Where to go from here? + +Gratulacje\! Właśnie ukończyłeś standardowy cykl pracy *fork -\> clone -\> edit -\> pull request*, który często napotkasz jako kontrybutor\! + +Uczcij swój wkład i podziel się nim ze znajomymi i obserwującymi, przechodząc do [web app](https://firstcontributions.github.io/#social-share). + +Możesz dołączyć do naszego zespołu na Slacku, jeśli potrzebujesz pomocy lub masz pytania. [Join slack team](https://join.slack.com/t/firstcontributors/shared_invite/zt-vchl8cde-S0KstI_jyCcGEEj7rSTQiA). + +Teraz zacznijmy kontrybuować do innych projektów. Zebraliśmy listę projektów z prostymi problemami, od których możesz zacząć. Sprawdź [the list of projects in the web app](https://firstcontributions.github.io/#project-list). + +### [Additional material](https://www.google.com/search?q=additional-material/git_workflow_scenarios/additional-material.md) + +----- + +## Tutorials Using Other Tools + +[Back to main page](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) \ No newline at end of file From 5ca71ad8b0f8c4a4a7720296789777fe55a90b47 Mon Sep 17 00:00:00 2001 From: Mohammed Salem Date: Fri, 5 Sep 2025 21:43:04 +0300 Subject: [PATCH 1527/2656] Add Mohammed Salem to Contributors list (#103186) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f2b70ba8..b7afa80c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Mohammed Salem](https://github.com/mohamedsalem21v) -[Charles Wang](https://github.com/CharlesWangSA) -[Ahmed Faraj](https://github.com/Ahmad-Faraj) -[Amrita Shrivastava](https://github.com/Astro-naut) From cfdbb5cf0ccc07349e62fe1a86b637d33acbd781 Mon Sep 17 00:00:00 2001 From: Boyloytt <157929890+Boyloytt@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:56:41 -0500 Subject: [PATCH 1528/2656] Added -[Boyloytt] (#103188) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b7afa80c..5e7eac19 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ -[Krish Savaliya](https://github.com/Krishsavaliya) -[Tran Minh Khang](https://github.com/khang220495-rgb) -[Nguyen Quoc Tinh] +-[Boyloytt] -[Le Truong Hai] -[Huynh Phuoc Hien](https://github.com/Phuochien121) -[sriram rasamala](https://github.com/sriram-rasamala7) From fd258dbe3017692533a5041354ad56db850eb18e Mon Sep 17 00:00:00 2001 From: wiggs30 <101160730+wiggs30@users.noreply.github.com> Date: Fri, 5 Sep 2025 14:28:19 -0500 Subject: [PATCH 1529/2656] Added jwiggs to Contributors (#103189) Co-authored-by: The Wiggses --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5e7eac19..661b6eb6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -38,6 +38,7 @@ - bimo105108 - DKshetry -[Hakimo abdikadir](https://github.com/hikmaladan) +- [Jason Wiggs](https://github.com/wiggs30) - [Ernesto Donado](https://github.com/edonado2) - [Dhruv sawant] - [lucas](https://github.com/Luc-as) From 76ebdba015ec57ddf7f5460f86a880c7efe00cde Mon Sep 17 00:00:00 2001 From: bugOpsX Date: Sat, 6 Sep 2025 01:33:32 +0530 Subject: [PATCH 1530/2656] bugOpsX added to Contribution List --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 661b6eb6..3a2cfdc2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -81,7 +81,7 @@ sdumini - [Amelia Ali] - [Ahmed Sabbak] - [Blipie] - +- [bugOpsX] (https://github.com/bugOpsX) -[Shivanna] (https://github.com/shivannadm) - [Harsh Kumbhani] (https://github.com/harshkumbhani) From 21681d14f05c4c45b20fd77748a33436da14b5bd Mon Sep 17 00:00:00 2001 From: Tiago Pereira Date: Sat, 6 Sep 2025 00:51:44 +0200 Subject: [PATCH 1531/2656] Add tiago pereira (#103192) * Add Tiago-Pereira to Contributors list * Add Tiago-Pereira to Contributors list * Add Tiago-Pereira to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 661b6eb6..a2d6aa48 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1497,6 +1497,7 @@ Eoin O'B - [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) From d59b8ddac478543db88847126b6301ee800e6d0a Mon Sep 17 00:00:00 2001 From: Diogo Ferreira Date: Fri, 5 Sep 2025 19:58:54 -0300 Subject: [PATCH 1532/2656] Add Diogo Ferreira to Contributors list (#103193) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a2d6aa48..a06b10d6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -37,6 +37,7 @@ - Vivek Gupta - bimo105108 - DKshetry +- [Diogo Ferreira](https://github.com/fdiogo1) -[Hakimo abdikadir](https://github.com/hikmaladan) - [Jason Wiggs](https://github.com/wiggs30) - [Ernesto Donado](https://github.com/edonado2) From 85af3763e81827b22ec3c8aa300fe9cba7edded9 Mon Sep 17 00:00:00 2001 From: Alex Ivaschenko <69684502+ivaschenkoalex@users.noreply.github.com> Date: Fri, 5 Sep 2025 18:23:47 -0500 Subject: [PATCH 1533/2656] Add ivaschenkoalex to Contributors list (#103194) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a06b10d6..fdfaefa8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -33,6 +33,7 @@ - [Gokoku](https://github.com/gokoku) - sardor Uchqunov - Ahmed Abouelnaga +- [Alex Ivaschenko] (https://github.com/ivaschenkoalex) - Patty - Vivek Gupta - bimo105108 From 5dbbeeed4d855fb1657d1c5867d01d36fd9ef3f6 Mon Sep 17 00:00:00 2001 From: Shivam Shandilya Date: Sat, 6 Sep 2025 06:06:15 +0530 Subject: [PATCH 1534/2656] add shivam to contibutors list (#103195) Co-authored-by: Shivam Shandilya --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fdfaefa8..c9e12b2d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -139,6 +139,7 @@ sdumini - [Mohammad A](https://github.com/c000005) - [Pranay Gurav](https://github.com/cwpranay) - [Martin Estrada Agudelo] +- [Shivam Shandilya](https://github.com/shivamshandilya2100) - [Hoang Viet Nguyen](https://github.com/hoangviet-nguyen) - [Meet Shah](https://github.com/Meet6338-X) - [Sushmitha](https://github.com/Sushmigit) From 48b1df8fac360d62b36b7f6fa65cb19946f224ec Mon Sep 17 00:00:00 2001 From: SnehaG100 <91575327+SnehaG100@users.noreply.github.com> Date: Fri, 5 Sep 2025 17:41:37 -0700 Subject: [PATCH 1535/2656] Add Sneha to Contributors list (#103196) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c9e12b2d..e22b6e76 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [EtharAlashri](https://github.com/etharalashri) -Merala Archana - [Sumit Pandey](https://github.com/5umitpandey) +- [Sneha Gadekarla] (https://github.com/SnehaG100) - [Pavan Mhaisne](https://github.com/piyushm4) - [Sim Hyeonmin](https://github.com/simhyunmin) - [Gbede Daniel] (https://github.com/dani12e) From b07598ccd2b85209bfdb8c1a4e149712405e36f1 Mon Sep 17 00:00:00 2001 From: Cole Schnell <105889423+coleschnell@users.noreply.github.com> Date: Fri, 5 Sep 2025 20:36:39 -0500 Subject: [PATCH 1536/2656] Add Cole to Contributor's list (#103197) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e22b6e76..7e5bcb88 100644 --- a/Contributors.md +++ b/Contributors.md @@ -181,6 +181,7 @@ sdumini - [Devansh Singh](https://github.com/Devansh-04) - [Mandrukamal](https://github.com/Mandrukamal) - [Gokul](https://github.com/Gokul-S-dev) +- [Cole Schnell](https://github.com/coleschnell) - [Bhavya](https://github.com/bhavya-l) - [Milan Bhanushali] (https://github.com/milanbhanushali) - [Nicholas Calvert](https://github.com/nicholascalvert85) From 81cecbad075d4047151c143ce7a86610fa04d82c Mon Sep 17 00:00:00 2001 From: Minerva Shen Date: Fri, 5 Sep 2025 22:45:14 -0400 Subject: [PATCH 1537/2656] Add Minerva Shen to Contributors list (#103198) Co-authored-by: Minerva Shen --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7e5bcb88..bb2510dc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Minerva Shen](https://github.com/mshen05) -[Mohammed Salem](https://github.com/mohamedsalem21v) -[Charles Wang](https://github.com/CharlesWangSA) -[Ahmed Faraj](https://github.com/Ahmad-Faraj) From 548bb1b56d44c1437e5f6b84dc08a178c0a57e73 Mon Sep 17 00:00:00 2001 From: dbfgml20 <53211374+dbfgml2000@users.noreply.github.com> Date: Sat, 6 Sep 2025 12:14:17 +0900 Subject: [PATCH 1538/2656] Add Yulhui Kim to Contributors list (#103199) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bb2510dc..2878e893 100644 --- a/Contributors.md +++ b/Contributors.md @@ -375,6 +375,7 @@ LIUYY到此一游 - [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) From 7f3407b1ec7f95f29a87a3595a4b4f7d5eabd166 Mon Sep 17 00:00:00 2001 From: Tavi Ungerleider <91757522+tungerle@users.noreply.github.com> Date: Sat, 6 Sep 2025 00:54:44 -0500 Subject: [PATCH 1539/2656] Add Tavi Ungerleider to Contributors list (#103201) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2878e893..13bec39a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1426,6 +1426,7 @@ Eoin O'B - [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) From da51aa73e5cbe67eb151c8a7c59d57cb519ad143 Mon Sep 17 00:00:00 2001 From: Antonio Emmanuel Kantun Cahum <22393267@utcancun.edu.mx> Date: Sat, 6 Sep 2025 01:33:14 -0500 Subject: [PATCH 1540/2656] Add your-name to Contributors list (#103202) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 13bec39a..310b3a3f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ -[shatha](https://github.com/shathaalrshoudi) - [EtharAlashri](https://github.com/etharalashri) -Merala Archana +-[EmmaCahu] - [Sumit Pandey](https://github.com/5umitpandey) - [Sneha Gadekarla] (https://github.com/SnehaG100) - [Pavan Mhaisne](https://github.com/piyushm4) From 9d379640299a72782f97c3867085ac8fbc7a87f2 Mon Sep 17 00:00:00 2001 From: Shivam gupta Date: Sat, 6 Sep 2025 12:55:44 +0530 Subject: [PATCH 1541/2656] Add Shivam Gupta to Contributors list (#103203) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 310b3a3f..1b92126d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -103,6 +103,7 @@ sdumini - [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) From ae43846c2cc60cb63233051f50f120ecdc380ba9 Mon Sep 17 00:00:00 2001 From: Ridhi Puri Date: Sat, 6 Sep 2025 13:24:33 +0530 Subject: [PATCH 1542/2656] Contributors list (#103204) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1b92126d..e51518ae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2593,3 +2593,4 @@ abc - [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) From 589a28327bd23e1c3eea54b25d260849879bbdd1 Mon Sep 17 00:00:00 2001 From: vasanth642 Date: Sat, 6 Sep 2025 14:18:35 +0530 Subject: [PATCH 1543/2656] add vasanth to contributors list (#103207) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e51518ae..e5a5c0f5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2594,3 +2594,4 @@ abc - [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) \ No newline at end of file From dbf2c003d210f5e389d6b0b53971b3b507152aa8 Mon Sep 17 00:00:00 2001 From: SomeUselessPerson Date: Sat, 6 Sep 2025 15:05:05 +0530 Subject: [PATCH 1544/2656] Add Moondip Konwar to contributors (#103208) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e5a5c0f5..7ac0d15b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2269,6 +2269,7 @@ Cloudman - [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) From 7dbac12860dc26655cf17fee6c638caeb1769f5b Mon Sep 17 00:00:00 2001 From: Pradhyumn Date: Sat, 6 Sep 2025 16:29:42 +0530 Subject: [PATCH 1545/2656] Add Pradhyumn to Contributors.md (#103210) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7ac0d15b..5ab2f96d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -21,6 +21,7 @@ -[Akash](https://github.com/Akash-code-0-1) -[Ryu](https://github.com/wrryu528-wq) -[shatha](https://github.com/shathaalrshoudi) +- [Pradhyumn](https://github.com/Pradhyumn-24) - [EtharAlashri](https://github.com/etharalashri) -Merala Archana -[EmmaCahu] From 0b21a82ce2b2cdc4af9625cdd378de05c67556d2 Mon Sep 17 00:00:00 2001 From: Kaushik Kumar R M Date: Sat, 6 Sep 2025 16:41:31 +0530 Subject: [PATCH 1546/2656] Add kaushik-kumar to Contributors list (#103211) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 5ab2f96d..c93b3596 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2596,4 +2596,5 @@ abc - [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) \ No newline at end of file +- [vasanth](https://github.com/vasanth642) +-[Kaushik Kumar](https://github.com/KAUSHIK-KUMAR-RM) From d9578dd566a77e916ad0bdcbdc2d3219ccf3b36f Mon Sep 17 00:00:00 2001 From: Yashwanth G Date: Sat, 6 Sep 2025 17:57:43 +0530 Subject: [PATCH 1547/2656] Add Yashwanth G to Contributors list (#103212) Co-authored-by: Yashwanth --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c93b3596..5107f11b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2598,3 +2598,4 @@ abc - [Ridhi Puri](https://github.com/ridhii17/first-contributions.git) - [vasanth](https://github.com/vasanth642) -[Kaushik Kumar](https://github.com/KAUSHIK-KUMAR-RM) +-[Yashwanth G](https://github.com/yashwanthg13) \ No newline at end of file From 465318cde02d006ca5aa455a30275c985f0360cf Mon Sep 17 00:00:00 2001 From: Mahdi <101133139+Mahdi-masoumi@users.noreply.github.com> Date: Sat, 6 Sep 2025 17:19:09 +0330 Subject: [PATCH 1548/2656] Add Mahdi to Contributors list (#103217) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5107f11b..e4b50962 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors +-[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Minerva Shen](https://github.com/mshen05) -[Mohammed Salem](https://github.com/mohamedsalem21v) -[Charles Wang](https://github.com/CharlesWangSA) From 2d26e46a04865ab22026195b7a84c61cff64e492 Mon Sep 17 00:00:00 2001 From: Alan Skrzypczak Date: Sat, 6 Sep 2025 16:36:42 +0200 Subject: [PATCH 1549/2656] Add M3MONs to Contributors list (#103218) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e4b50962..5ecce6c9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2599,4 +2599,5 @@ abc - [Ridhi Puri](https://github.com/ridhii17/first-contributions.git) - [vasanth](https://github.com/vasanth642) -[Kaushik Kumar](https://github.com/KAUSHIK-KUMAR-RM) --[Yashwanth G](https://github.com/yashwanthg13) \ No newline at end of file +-[Yashwanth G](https://github.com/yashwanthg13) +-[M3MONs](https://github.com/M3MONs) \ No newline at end of file From 73ef08dc10e2d1c3178144c974c5f49744ba5cad Mon Sep 17 00:00:00 2001 From: "SungHo.You" Date: Sun, 7 Sep 2025 00:06:51 +0900 Subject: [PATCH 1550/2656] Add SungHo.You to Contributors list (#103219) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5ecce6c9..bc60b53d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ - [Jason Wiggs](https://github.com/wiggs30) - [Ernesto Donado](https://github.com/edonado2) - [Dhruv sawant] +- [SungHo.You] - [lucas](https://github.com/Luc-as) - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- From b20fecc240339207c4581cd703dd3aa692e726a8 Mon Sep 17 00:00:00 2001 From: koushik Date: Sat, 6 Sep 2025 21:20:39 +0530 Subject: [PATCH 1551/2656] Add Koushik Biswas to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bc60b53d..e1f15d3c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -89,7 +89,7 @@ sdumini - [Amelia Ali] - [Ahmed Sabbak] - [Blipie] - +-[Koushik Biswas] -[Shivanna] (https://github.com/shivannadm) - [Harsh Kumbhani] (https://github.com/harshkumbhani) From 6ca30906086046df286890900c67dfb90663ffbf Mon Sep 17 00:00:00 2001 From: Poorvi Singh <121374592+Poorvinfi@users.noreply.github.com> Date: Sat, 6 Sep 2025 21:46:00 +0530 Subject: [PATCH 1552/2656] Add Poorvi to Contributors list (#103221) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bc60b53d..4158f5dc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ -[Wolf-Root](https://github.com/Wolf-Root) -[Nguyễn Quốc Vỹ - 226148 - 57] -[Krish Savaliya](https://github.com/Krishsavaliya) +-[Poorvinfi] -[Tran Minh Khang](https://github.com/khang220495-rgb) -[Nguyen Quoc Tinh] -[Boyloytt] From 0943f88a017651e15f468295366b9065de425365 Mon Sep 17 00:00:00 2001 From: Rami Walid <144965657+ramiwalid@users.noreply.github.com> Date: Sat, 6 Sep 2025 12:40:00 -0400 Subject: [PATCH 1553/2656] add rami walid to Contributors list (#103223) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4158f5dc..935bc8d6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ -[Poorvinfi] -[Tran Minh Khang](https://github.com/khang220495-rgb) -[Nguyen Quoc Tinh] +-[Rami Walid] -[Boyloytt] -[Le Truong Hai] -[Huynh Phuoc Hien](https://github.com/Phuochien121) @@ -2602,4 +2603,4 @@ abc - [vasanth](https://github.com/vasanth642) -[Kaushik Kumar](https://github.com/KAUSHIK-KUMAR-RM) -[Yashwanth G](https://github.com/yashwanthg13) --[M3MONs](https://github.com/M3MONs) \ No newline at end of file +-[M3MONs](https://github.com/M3MONs) From 11f0f63097a41ca73784b011cb8abd6d3bbf2453 Mon Sep 17 00:00:00 2001 From: Aditya Singh Kushwah Date: Sat, 6 Sep 2025 23:12:17 +0530 Subject: [PATCH 1554/2656] Add Aditya Singh Kushwah to Contributors list (#103226) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 935bc8d6..ebd3292e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,6 +63,7 @@ - [Md. Apu](https://github.com/Apu-mirza) - [mgalore](https://github.com/mgalore) - Bhuvana Madiraju +- Aditya Singh Kushwah - [Kat R.](https://github.com/KxttyKxt) - santiago robles - adasrh yadav From 01c78bc4abf7836fb974c46a11869f6626568ce2 Mon Sep 17 00:00:00 2001 From: gurleenkaurbali19 <157788939+gurleenkaurbali19@users.noreply.github.com> Date: Sat, 6 Sep 2025 23:44:42 +0530 Subject: [PATCH 1555/2656] Add Gurleen to Contributors list (#103228) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ebd3292e..4e94e8d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ -[Rami Walid] -[Boyloytt] -[Le Truong Hai] +-[Gurleen Kaur Bali](https://github.com/gurleenkaurbali19) -[Huynh Phuoc Hien](https://github.com/Phuochien121) -[sriram rasamala](https://github.com/sriram-rasamala7) -[Leandro Reis](https://github.com/leandro-01) From 557616a0f2c68fab87384e196a796481ea3a571a Mon Sep 17 00:00:00 2001 From: Nisha S <46855901+Nisha789@users.noreply.github.com> Date: Sat, 6 Sep 2025 23:50:19 +0530 Subject: [PATCH 1556/2656] Add Nisha S to Contributors list (#103229) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4e94e8d1..f005e0d2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors -[Mahdi masoumi](https://github.com/Mahdi-masoumi) +-[Nisha S](https://github.com/Nisha789) -[Minerva Shen](https://github.com/mshen05) -[Mohammed Salem](https://github.com/mohamedsalem21v) -[Charles Wang](https://github.com/CharlesWangSA) From a83da15b9d50fc8986799fbc551cc4bb11ab879a Mon Sep 17 00:00:00 2001 From: Sarthak Chafle <62761631+sarthakchafle@users.noreply.github.com> Date: Sun, 7 Sep 2025 00:30:54 +0530 Subject: [PATCH 1557/2656] Add Sarthak Chafle to Contributors list (#103230) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f005e0d2..f2cbe58a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2607,3 +2607,4 @@ abc -[Kaushik Kumar](https://github.com/KAUSHIK-KUMAR-RM) -[Yashwanth G](https://github.com/yashwanthg13) -[M3MONs](https://github.com/M3MONs) +- [Sarthak Chafle](https://github.com/sarthakchafle) From 162959a2d66e4adee30f1b01978cd72dcf2cf7cc Mon Sep 17 00:00:00 2001 From: M4x4T Date: Sun, 7 Sep 2025 01:01:46 +0300 Subject: [PATCH 1558/2656] fix: flags is not displayed in README.tm.md (#103231) Closes : #103231 --- docs/translations/README.tm.md | 94 +++++++++++++++++++++++++++++++--- 1 file changed, 88 insertions(+), 6 deletions(-) diff --git a/docs/translations/README.tm.md b/docs/translations/README.tm.md index 66af2dbd..91b0d81d 100644 --- a/docs/translations/README.tm.md +++ b/docs/translations/README.tm.md @@ -1,18 +1,100 @@ [![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) #### _[Başka dillerde](translations/Translations.md) okamak._ -[Shqip](translations/README.al.md)[Uzbek language](translations/README.uz.md)[Azərbaycan dili](translations/README.aze.md)[বাংলা](translations/README.bn.md)[Bulgarian](translations/README.bg.md)[Português](translations/README.pt_br.md)[Català](translations/README.ca.md)[中文 (Simplified)](translations/README.zh-cn.md)[Czech](translations/README.cs.md)[Deutsch](translations/README.de.md)[Dansk](translations/README.da.md)[العربية](translations/README.eg.md)[Española](translations/README.es.md)[Française](translations/README.fr.md)[Galego](translations/README.gl.md)[Ελληνικά](translations/README.gr.md)[ქართული](translations/README.ge.md)[Magyar](translations/README.hu.md)[Bahasa Indonesia](translations/README.id.md)[עִברִית](translations/README.hb.md)[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](translations/Translations.md)[தமிழ்](translations/README.ta.md)[فارسی](translations/README.fa.md)[پښتو](translations/README.pus.md)[Italiano](translations/README.it.md)[日本語](translations/README.ja.md)[සිංහල](translations/README.si.md)[Kiswahili (Kenya)](translations/README.kws.md)[한국어 한국어](translations/README.ko.md)[Lietuvių kalba](translations/README.lt.md)[Limba Română Limba Română](translations/README.ro.md)[မြန်မာ](translations/README.mm_unicode.md)[Македонски](translations/README.mk.md)[Español de México](translations/README.mx.md)[Bahasa Melayu / بهاس ملايو‎ / Malay](translations/README.my.md)[Dutch](translations/README.nl.md)[Norsk](translations/README.no.md)[नेपाली](translations/README.np.md)[Wikang Filipino](translations/README.tl.md)[English (Pirate)](translations/README.en-pirate.md)[اردو](translations/README.ur.md)[Polski](translations/README.pl.md)[Português (Portugal)](translations/README.pt-pt.md)[Русский язык](translations/README.ru.md)[عربى](translations/README.ar.md)[Svenska](translations/README.se.md)[Slovenčina](translations/README.slk.md)[Slovenščina](translations/README.sl.md)[ภาษาไทย](translations/README.th.md)[Türkçe](translations/README.tr.md)[中文(Traditional)](translations/README.zh-tw.md)[Українська](translations/README.ua.md)[Tiếng Việt](translations/README.vn.md)[Zulu (South Africa)](translations/README.zul.md)[Afrikaans (South Africa)](translations/README.afk.md)[Igbo (Nigeria)](translations/README.igb.md)[Yoruba (Nigeria)](translations/README.yor.md)[Hausa (Nigeria)](translations/README.hau.md)[Latvia](translations/README.lv.md)[Suomeksi](translations/README.fi.md)[Беларуская мова](translations/README.by.md)[Српски](translations/README.sr.md)[Қазақша](translations/README.kz.md)[Bosanski](translations/README.bih.md)[Bosanski](translations/README.bih.md)[Hrvatski](translations/README.hr.md)[پښتو](translations/README.ps.md)[Somalia](translations/README.so.md)[Turkmen language](translations/README.tm.md) +[Shqip](docs/translations/README.al.md) +[Armenian](docs/translations/README.arm.md) +[Uzbek language](docs/translations/README.uz.md) +[Azərbaycan dili](docs/translations/README.aze.md) +[বাংলা](docs/translations/README.bn.md) +[Bulgarian](docs/translations/README.bg.md) +[Português (Brasil)](docs/translations/README.pt_br.md) +[Català](docs/translations/README.ca.md) +[中文 (Simplified)](docs/translations/README.zh-cn.md) +[Czech](docs/translations/README.cs.md) +[Deutsch](docs/translations/README.de.md) +[Dansk](docs/translations/README.da.md) +[المصرية](docs/translations/README.eg.md) +[Dezéiriya](docs/translations/README.dz.md) +[Español de España](docs/translations/README.es.md) +[Française](docs/translations/README.fr.md) +[Gaeilge](docs/translations/README.ga.md) +[Galego](docs/translations/README.gl.md) +[Ελληνικά](docs/translations/README.gr.md) +[ქართული](docs/translations/README.ge.md) +[Magyar](docs/translations/README.hu.md) +[Bahasa Indonesia](docs/translations/README.id.md) +[עִברִית](docs/translations/README.hb.md) +[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](docs/translations/Translations.md) +[தமிழ்](docs/translations/README.ta.md) +[فارسی](docs/translations/README.fa.md) +[Italiano](docs/translations/README.it.md) +[日本語](docs/translations/README.ja.md) +[සිංහල](docs/translations/README.si.md) +[Kiswahili (Kenya)](docs/translations/README.kws.md) +[한국어](docs/translations/README.ko.md) +[Lietuvių kalba](docs/translations/README.lt.md) +[Limba Română Limba Română](docs/translations/README.ro.md) +[မြန်မာ](docs/translations/README.mm_unicode.md) +[Македонски](docs/translations/README.mk.md) +[Español de México](docs/translations/README.mx.md) +[Bahasa Melayu / بهاس ملايو‎ / Malay](docs/translations/README.my.md) +[Dutch](docs/translations/README.nl.md) +[Norsk](docs/translations/README.no.md) +[नेपाली](docs/translations/README.np.md) +[Wikang Filipino](docs/translations/README.fil.md) +[English (Pirate)](docs/translations/README.en-pirate.md) +[اردو](docs/translations/README.ur.md) +[Twi (Ghana)](docs/translations/README.gh.md) +[Polski](docs/translations/README.pl.md) +[Português (Portugal)](docs/translations/README.pt-pt.md) +[Русский язык](docs/translations/README.ru.md) +[العربية](docs/translations/README.ar.md) +[Svenska](docs/translations/README.se.md) +[Slovenčina](docs/translations/README.slk.md) +[Slovenščina](docs/translations/README.sl.md) +[ภาษาไทย](docs/translations/README.th.md) +[Türkçe](docs/translations/README.tr.md) +[中文(Traditional)](docs/translations/README.zh-tw.md) +[Українська](docs/translations/README.ua.md) +[Tiếng Việt](docs/translations/README.vn.md) +[Swahili language](docs/translations/README.sw.md) +[Zulu (South Africa)](docs/translations/README.zul.md) +[Afrikaans (South Africa)](docs/translations/README.afk.md) +[Igbo (Nigeria)](docs/translations/README.igb.md) +[Bambara (Mali)](docs/translations/README.mli.md) +[Hausa (Nigeria)](docs/translations/README.hau.md) +[Yoruba (Nigeria)](docs/translations/README.yor.md) +[Latvia](docs/translations/README.lv.md) +[Suomeksi](docs/translations/README.fi.md) +[Беларуская мова](docs/translations/README.by.md) +[Српски](docs/translations/README.sr.md) +[Қазақша](docs/translations/README.kz.md) +[Bosanski](docs/translations/README.bih.md) +[Bosanski](docs/translations/README.bih.md) +[Hrvatski](docs/translations/README.hr.md) +[پښتو](docs/translations/README.ps.md) +[Somalia](docs/translations/README.so.md) +[Ecuador](docs/translations/README.ec.md) +[Luganda (Uganda)](docs/translations/README.lug.md) +[Turkmen language](docs/translations/README.tm.md) +[Ewe (TOGO)](docs/translations/README.ewe.md) +[አማርኛ](docs/translations/README.et.md) +[Kurdî](docs/translations/README.kr.md) +[Malagasy](docs/translations/README.mg.md) +[ភាសាខ្មែរ](docs/translations/README.kh.md) +[Moroccan Darija](docs/translations/README.ma.md) +[Mongolian](docs/translations/README.mn.md) # Ilkinji goşantlar -Bu proýektiň maksady githuby täze öwrenijilere nädip ilkinji goşantlaryny(contribution) goşup biljeklerini görkezmekdir. +Bu proýektiň maksady, GitHub-y täze öwrenýänlere ilkinji goşantlaryny (contribution) nädip goşup biljeklerini görkezmekdir. -Kyn bolup biler. Täze bir işi ilkinji sapar etmek hemişe kyn bolup biler. Hem-de başka kişiler bilen bilelikde işleşmeli bolsa, ýalňyşlyk etmäne çekinýäň, gorkýaň. Ýöne açyk çeşmäniň(open source) düýbünde başka kişiler bilen bilelikde işleşmek ýatýar. Biz açyk çeşme(open source) proýektlerine ilkinji sapar goşant goşjaklara ýol görkezip, ilkinji goşantlaryny goşmagyny aňsatlaşdyrmak isleýäs. +Kyn bolup biler. Täze bir işi ilkinji sapar etmek hemişe kyn bolýar. Başga kişiler bilen bilelikde işlemeli bolsaň, ýalňyşlyk etmäne çekinýäň we gorkýaň. Ýöne açyk çeşmäniň (open source) düýbünde başga adamlar bilen bilelikde işleşmek ýatýar. Biz açyk çeşme (open source) proýektlerine ilkinji sapar goşant goşjaklara ýol görkezip, olaryň ilkinji goşantlaryny has aňsatlaşdyrmak isleýäris. + +Blog postlary okamak ýa-da wideolary görüp öwrenmek kömek edip biler, ýöne bir zady edip öwrenmegiň ýerini tutup biljek zat ýok, şeýle dälmi? Eger ilkinji goşandyňyzy goşmak isleýän bolsaňyz, aşakdaky görkezmeleri yzarlaň. -Blog post okamak ýa-da wideolardan öwrenmek kömek edip biler, ýöne bir zady edip öwrenmegiň ýerini tutup biljek zat ýok, şeýle dälmi? Ilkinji goşandyňy goşmak isleýän bolsaň, aşakdaky görkezilenleri yzarlap bilersiň. fork this repository @@ -73,7 +155,7 @@ git switch -c goş-ahmet-ahmedow ## Gerekli üýtgeşmeleri edip, ol üýtgeşmeleri bellige almak (commit etmek). -Indi, tekst redaktorynda(m.ü VSCode) `Contributors.md` faylyny açyň, içinde iň soňunda adyňyzy giriziň we ýatda saklaň(save) +Indi, tekst redaktorynda(m.ü VSCode) `Contributors.md` faýlyny açyň, içinde iň soňunda adyňyzy giriziň we ýatda saklaň(save) ``` - [Adyňyz](https://github.com/ulanyjy-adyňyz) From ce1f3f45f18a07fd93aec4003d6199f76b0b176f Mon Sep 17 00:00:00 2001 From: M4x4T Date: Sun, 7 Sep 2025 01:06:42 +0300 Subject: [PATCH 1559/2656] Add Maksat Annageldiyev to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f2cbe58a..66933e25 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2608,3 +2608,4 @@ abc -[Yashwanth G](https://github.com/yashwanthg13) -[M3MONs](https://github.com/M3MONs) - [Sarthak Chafle](https://github.com/sarthakchafle) +- [Maksat Annageldiyev](https://github.com/M4x4T) \ No newline at end of file From 6367185be433130e262cee4f0a5e7d1caba4235c Mon Sep 17 00:00:00 2001 From: Deborah Date: Sun, 7 Sep 2025 04:15:40 +0300 Subject: [PATCH 1560/2656] Add DEBBIE! to contributors.md (#103233) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f2cbe58a..fc69708e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -600,6 +600,7 @@ LIUYY到此一游 - [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). From 05e1dfade6727de24cf648cdb913ec49a21e48de Mon Sep 17 00:00:00 2001 From: Amit Yadav <105600311+AYadav06@users.noreply.github.com> Date: Sun, 7 Sep 2025 07:47:20 +0530 Subject: [PATCH 1561/2656] Add Amit Yadav to Contributors list (#103234) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fc69708e..e7c2bb6c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2609,3 +2609,4 @@ abc -[Yashwanth G](https://github.com/yashwanthg13) -[M3MONs](https://github.com/M3MONs) - [Sarthak Chafle](https://github.com/sarthakchafle) +- [Amit Yadav](https://github.com/AYadav06) \ No newline at end of file From bb4337a324bcbc97a18e81544a30e3ddeffd04dc Mon Sep 17 00:00:00 2001 From: Rehan Ahmed <126170930+rehan6025@users.noreply.github.com> Date: Sun, 7 Sep 2025 10:50:40 +0530 Subject: [PATCH 1562/2656] Add Rehan Ahmed to Contributors list (#103235) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e7c2bb6c..d540e597 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ # Contributors -[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Nisha S](https://github.com/Nisha789) +-[Rehan Ahmed](https://github.com/rehan6025) -[Minerva Shen](https://github.com/mshen05) -[Mohammed Salem](https://github.com/mohamedsalem21v) -[Charles Wang](https://github.com/CharlesWangSA) From 12d23a6a60f9f401cec5fc21cefc3f28a36d8e5f Mon Sep 17 00:00:00 2001 From: Resham <146713277+Resham8@users.noreply.github.com> Date: Sun, 7 Sep 2025 11:15:09 +0530 Subject: [PATCH 1563/2656] Add resham to Contributors list (#103236) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d540e597..525c3497 100644 --- a/Contributors.md +++ b/Contributors.md @@ -185,6 +185,7 @@ sdumini - [Hayato Katagiri](https://github.com/hayatokatagiri) - [PandaDev0069](https://github.com/PandaDev0069) - [Tony J.](https://github.com/t0nebone) +- [Resham] - [Yarno Grenier](https://github.com/yarno97x) - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) - [Sanjeev](Grabbing oppurtunities flawlessly) From 9ed13cb96d9d07b24f1e0e6f9e260be9e0dd9d6e Mon Sep 17 00:00:00 2001 From: Resham <146713277+Resham8@users.noreply.github.com> Date: Sun, 7 Sep 2025 11:20:29 +0530 Subject: [PATCH 1564/2656] Add resham to Contributors list (#103237) From 2fd62daa87adf0de8355cfc719ec8e13dcf1b5ff Mon Sep 17 00:00:00 2001 From: Sora Date: Sun, 7 Sep 2025 11:02:42 +0500 Subject: [PATCH 1565/2656] Add Loray to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 525c3497..5090aaa7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2611,4 +2611,5 @@ abc -[Yashwanth G](https://github.com/yashwanthg13) -[M3MONs](https://github.com/M3MONs) - [Sarthak Chafle](https://github.com/sarthakchafle) -- [Amit Yadav](https://github.com/AYadav06) \ No newline at end of file +- [Loray](https://github.com/loray61) +- [Amit Yadav](https://github.com/AYadav06) From 7b6ac0a217c10ad2e77fd69536de1af10dfeec41 Mon Sep 17 00:00:00 2001 From: Vedanth Date: Sun, 7 Sep 2025 13:04:00 +0530 Subject: [PATCH 1566/2656] Add Vedanth to contributor's list (#103238) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 525c3497..a52bb685 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ - Vivek Gupta - bimo105108 - DKshetry +- [Vedanth](https://github.com/Vedanth81106) - [Diogo Ferreira](https://github.com/fdiogo1) -[Hakimo abdikadir](https://github.com/hikmaladan) - [Jason Wiggs](https://github.com/wiggs30) From 465ff46098e73213a79ac2a5a53926ea43141020 Mon Sep 17 00:00:00 2001 From: Ivan Lee <78200620+lmc-ivan@users.noreply.github.com> Date: Sun, 7 Sep 2025 16:32:46 +0800 Subject: [PATCH 1567/2656] Add Ivan Lee to Contributors list (#103239) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a52bb685..7a2fdcef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2612,4 +2612,5 @@ abc -[Yashwanth G](https://github.com/yashwanthg13) -[M3MONs](https://github.com/M3MONs) - [Sarthak Chafle](https://github.com/sarthakchafle) -- [Amit Yadav](https://github.com/AYadav06) \ No newline at end of file +- [Amit Yadav](https://github.com/AYadav06) +- [Ivan Lee] \ No newline at end of file From d78768757e3e9d68342ce60048300de2a07a0585 Mon Sep 17 00:00:00 2001 From: Saurav Sharma Date: Sun, 7 Sep 2025 14:11:32 +0530 Subject: [PATCH 1568/2656] Add Saurav Sharma to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 935bc8d6..0105fb09 100644 --- a/Contributors.md +++ b/Contributors.md @@ -91,7 +91,7 @@ sdumini - [Amelia Ali] - [Ahmed Sabbak] - [Blipie] - +- [Saurav Sharma] -[Shivanna] (https://github.com/shivannadm) - [Harsh Kumbhani] (https://github.com/harshkumbhani) From 1bc6778b1cc7796aca67cc071e7ba7fd9e474256 Mon Sep 17 00:00:00 2001 From: Gamesscow <78911765+Gamesscow@users.noreply.github.com> Date: Sun, 7 Sep 2025 10:12:41 +0100 Subject: [PATCH 1569/2656] Add Jack Crampton to Contributors list (#103241) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7a2fdcef..3e11c667 100644 --- a/Contributors.md +++ b/Contributors.md @@ -53,6 +53,7 @@ -[Hakimo abdikadir](https://github.com/hikmaladan) - [Jason Wiggs](https://github.com/wiggs30) - [Ernesto Donado](https://github.com/edonado2) +- [Jack Crampton] (https://github.com/Gamesscow) - [Dhruv sawant] - [SungHo.You] - [lucas](https://github.com/Luc-as) From 14ca9b08b1e35d0407fe0706b7afbddb02ebfb29 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sun, 7 Sep 2025 11:50:53 +0200 Subject: [PATCH 1570/2656] Update README.tm.md --- docs/translations/README.tm.md | 85 ---------------------------------- 1 file changed, 85 deletions(-) diff --git a/docs/translations/README.tm.md b/docs/translations/README.tm.md index 91b0d81d..1014cc88 100644 --- a/docs/translations/README.tm.md +++ b/docs/translations/README.tm.md @@ -2,91 +2,6 @@ [![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) -#### _[Başka dillerde](translations/Translations.md) okamak._ - -[Shqip](docs/translations/README.al.md) -[Armenian](docs/translations/README.arm.md) -[Uzbek language](docs/translations/README.uz.md) -[Azərbaycan dili](docs/translations/README.aze.md) -[বাংলা](docs/translations/README.bn.md) -[Bulgarian](docs/translations/README.bg.md) -[Português (Brasil)](docs/translations/README.pt_br.md) -[Català](docs/translations/README.ca.md) -[中文 (Simplified)](docs/translations/README.zh-cn.md) -[Czech](docs/translations/README.cs.md) -[Deutsch](docs/translations/README.de.md) -[Dansk](docs/translations/README.da.md) -[المصرية](docs/translations/README.eg.md) -[Dezéiriya](docs/translations/README.dz.md) -[Español de España](docs/translations/README.es.md) -[Française](docs/translations/README.fr.md) -[Gaeilge](docs/translations/README.ga.md) -[Galego](docs/translations/README.gl.md) -[Ελληνικά](docs/translations/README.gr.md) -[ქართული](docs/translations/README.ge.md) -[Magyar](docs/translations/README.hu.md) -[Bahasa Indonesia](docs/translations/README.id.md) -[עִברִית](docs/translations/README.hb.md) -[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](docs/translations/Translations.md) -[தமிழ்](docs/translations/README.ta.md) -[فارسی](docs/translations/README.fa.md) -[Italiano](docs/translations/README.it.md) -[日本語](docs/translations/README.ja.md) -[සිංහල](docs/translations/README.si.md) -[Kiswahili (Kenya)](docs/translations/README.kws.md) -[한국어](docs/translations/README.ko.md) -[Lietuvių kalba](docs/translations/README.lt.md) -[Limba Română Limba Română](docs/translations/README.ro.md) -[မြန်မာ](docs/translations/README.mm_unicode.md) -[Македонски](docs/translations/README.mk.md) -[Español de México](docs/translations/README.mx.md) -[Bahasa Melayu / بهاس ملايو‎ / Malay](docs/translations/README.my.md) -[Dutch](docs/translations/README.nl.md) -[Norsk](docs/translations/README.no.md) -[नेपाली](docs/translations/README.np.md) -[Wikang Filipino](docs/translations/README.fil.md) -[English (Pirate)](docs/translations/README.en-pirate.md) -[اردو](docs/translations/README.ur.md) -[Twi (Ghana)](docs/translations/README.gh.md) -[Polski](docs/translations/README.pl.md) -[Português (Portugal)](docs/translations/README.pt-pt.md) -[Русский язык](docs/translations/README.ru.md) -[العربية](docs/translations/README.ar.md) -[Svenska](docs/translations/README.se.md) -[Slovenčina](docs/translations/README.slk.md) -[Slovenščina](docs/translations/README.sl.md) -[ภาษาไทย](docs/translations/README.th.md) -[Türkçe](docs/translations/README.tr.md) -[中文(Traditional)](docs/translations/README.zh-tw.md) -[Українська](docs/translations/README.ua.md) -[Tiếng Việt](docs/translations/README.vn.md) -[Swahili language](docs/translations/README.sw.md) -[Zulu (South Africa)](docs/translations/README.zul.md) -[Afrikaans (South Africa)](docs/translations/README.afk.md) -[Igbo (Nigeria)](docs/translations/README.igb.md) -[Bambara (Mali)](docs/translations/README.mli.md) -[Hausa (Nigeria)](docs/translations/README.hau.md) -[Yoruba (Nigeria)](docs/translations/README.yor.md) -[Latvia](docs/translations/README.lv.md) -[Suomeksi](docs/translations/README.fi.md) -[Беларуская мова](docs/translations/README.by.md) -[Српски](docs/translations/README.sr.md) -[Қазақша](docs/translations/README.kz.md) -[Bosanski](docs/translations/README.bih.md) -[Bosanski](docs/translations/README.bih.md) -[Hrvatski](docs/translations/README.hr.md) -[پښتو](docs/translations/README.ps.md) -[Somalia](docs/translations/README.so.md) -[Ecuador](docs/translations/README.ec.md) -[Luganda (Uganda)](docs/translations/README.lug.md) -[Turkmen language](docs/translations/README.tm.md) -[Ewe (TOGO)](docs/translations/README.ewe.md) -[አማርኛ](docs/translations/README.et.md) -[Kurdî](docs/translations/README.kr.md) -[Malagasy](docs/translations/README.mg.md) -[ភាសាខ្មែរ](docs/translations/README.kh.md) -[Moroccan Darija](docs/translations/README.ma.md) -[Mongolian](docs/translations/README.mn.md) # Ilkinji goşantlar Bu proýektiň maksady, GitHub-y täze öwrenýänlere ilkinji goşantlaryny (contribution) nädip goşup biljeklerini görkezmekdir. From 0f04ba19cb02e62d97216ff8c8a258568160a32e Mon Sep 17 00:00:00 2001 From: LIUXINYU39 Date: Sun, 7 Sep 2025 18:05:11 +0800 Subject: [PATCH 1571/2656] why --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7a2fdcef..97f71ba5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2613,4 +2613,5 @@ abc -[M3MONs](https://github.com/M3MONs) - [Sarthak Chafle](https://github.com/sarthakchafle) - [Amit Yadav](https://github.com/AYadav06) -- [Ivan Lee] \ No newline at end of file +- [Ivan Lee] +- [Lyra](https://github.com/why) \ No newline at end of file From 9dc22078e0705eb08521babad31da3152c696e6a Mon Sep 17 00:00:00 2001 From: Nisha S <46855901+Nisha789@users.noreply.github.com> Date: Sun, 7 Sep 2025 15:49:24 +0530 Subject: [PATCH 1572/2656] Delete Nisha S to Contributors List --- Contributors.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 8e5b0bee..3f5fc086 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,7 +1,6 @@ BinhTran2k4 # Contributors -[Mahdi masoumi](https://github.com/Mahdi-masoumi) --[Nisha S](https://github.com/Nisha789) -[Rehan Ahmed](https://github.com/rehan6025) -[Minerva Shen](https://github.com/mshen05) -[Mohammed Salem](https://github.com/mohamedsalem21v) From c4d7cf24a0f40bdcd56295a3d9738bb8062a2704 Mon Sep 17 00:00:00 2001 From: Nisha S <46855901+Nisha789@users.noreply.github.com> Date: Sun, 7 Sep 2025 15:57:16 +0530 Subject: [PATCH 1573/2656] Update Contributors.md (#103246) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8e5b0bee..430fd7ef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ BinhTran2k4 # Contributors -[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Nisha S](https://github.com/Nisha789) +-[Nisha Suresh](https://github.com/Nisha789) -[Rehan Ahmed](https://github.com/rehan6025) -[Minerva Shen](https://github.com/mshen05) -[Mohammed Salem](https://github.com/mohamedsalem21v) From 91bbcd7a1942b1a13f2a0ec5f56e79a8d15516b6 Mon Sep 17 00:00:00 2001 From: LIUXINYU39 Date: Sun, 7 Sep 2025 19:30:46 +0800 Subject: [PATCH 1574/2656] first --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 97f71ba5..76a1276e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2614,4 +2614,6 @@ abc - [Sarthak Chafle](https://github.com/sarthakchafle) - [Amit Yadav](https://github.com/AYadav06) - [Ivan Lee] + + - [Lyra](https://github.com/why) \ No newline at end of file From cbae5c24942da88900b8b5980bd7887643eb6917 Mon Sep 17 00:00:00 2001 From: dongtakgun <157898339+dongtakgun@users.noreply.github.com> Date: Sun, 7 Sep 2025 20:53:03 +0900 Subject: [PATCH 1575/2656] Add dongtak to Contributors list (#103152) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 430fd7ef..adf0eed8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2603,6 +2603,7 @@ abc - [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) From 1847cc1801ab526fd8facb29d54207e1dee109c1 Mon Sep 17 00:00:00 2001 From: laylaSwift Date: Sun, 7 Sep 2025 15:17:59 +0300 Subject: [PATCH 1576/2656] Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 73904352..122ffb67 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,3 +1,4 @@ +-[Layla (https://github.com/laylaSwift) BinhTran2k4 # Contributors -[Mahdi masoumi](https://github.com/Mahdi-masoumi) From d539094975829e5ce128e00bae3f1573ae04f1d9 Mon Sep 17 00:00:00 2001 From: laylaSwift Date: Sun, 7 Sep 2025 15:20:06 +0300 Subject: [PATCH 1577/2656] Update Contributors.md --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 122ffb67..81db6826 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ --[Layla (https://github.com/laylaSwift) + +-[Layla (https://github.com/laylaSwift) "Add Layla to Contributors list" BinhTran2k4 # Contributors -[Mahdi masoumi](https://github.com/Mahdi-masoumi) From eaeddf1d0f4cf25771a21535dbdc6016dd147ba2 Mon Sep 17 00:00:00 2001 From: laylaSwift Date: Sun, 7 Sep 2025 15:21:10 +0300 Subject: [PATCH 1578/2656] Update Contributors.md Add Layla to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 81db6826..dfd94ae6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ --[Layla (https://github.com/laylaSwift) "Add Layla to Contributors list" +-[Layla (https://github.com/laylaSwift) BinhTran2k4 # Contributors -[Mahdi masoumi](https://github.com/Mahdi-masoumi) From 543287eaa691dc5b2b78c327ae4dc51b679165a9 Mon Sep 17 00:00:00 2001 From: AKHIL BALTHI <118684885+akhilrocz@users.noreply.github.com> Date: Sun, 7 Sep 2025 17:59:57 +0530 Subject: [PATCH 1579/2656] Add akhil-balthi to Contributors list (#103248) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 73904352..060fc059 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ BinhTran2k4 # Contributors -[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Rehan Ahmed](https://github.com/rehan6025) +-[Akhil Balthi](https://github.com/akhilrocz) -[Minerva Shen](https://github.com/mshen05) -[Mohammed Salem](https://github.com/mohamedsalem21v) -[Charles Wang](https://github.com/CharlesWangSA) From 5c1d51a8f50fa76177f66c51428cfc19bb8fe550 Mon Sep 17 00:00:00 2001 From: rkdevx Date: Sun, 7 Sep 2025 18:01:38 +0530 Subject: [PATCH 1580/2656] Add Radhakrishan to Contributors list --- Contributors.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 73904352..d4dbf44e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2626,5 +2626,4 @@ DanyLeeCS - [Ivan Lee]() - [Lyra](https://github.com/why) - [Maksat Annageldiyev](https://github.com/M4x4T) - - +- [Radhakrishan](https://github.com/rkdevx) From 2408fdd31a4474d5a7c94bc83b4c62ac48a0fe39 Mon Sep 17 00:00:00 2001 From: hzy-hk Date: Sun, 7 Sep 2025 20:33:15 +0800 Subject: [PATCH 1581/2656] Add hzyhk to Contributors lits (#103250) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 060fc059..d9e11e60 100644 --- a/Contributors.md +++ b/Contributors.md @@ -774,6 +774,7 @@ Ukashatu Abdullahi - [Mitihlesh](https://github.com/Meth2303):wq - [Dwaine](https://github.com/DwaineBrannon) - [zzb](https://github.com/zbrun) +- [Hazel] (https://github.com/hzy-hk) - [Farzaneh Shams](https://github.com/trajectory100) - [Abhijit](https://github.com/erakin027) - [tr33k](https://github.com/tr33k) From a415052000efc8a790d14fcd33d1d0275a51007a Mon Sep 17 00:00:00 2001 From: Majora94 <118692219+Majora94@users.noreply.github.com> Date: Sun, 7 Sep 2025 15:43:32 +0200 Subject: [PATCH 1582/2656] Add Majora94 to Contributors list (#103252) Co-authored-by: Majora94 <-> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d9e11e60..1bc90c65 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ BinhTran2k4 -[Wolf-Root](https://github.com/Wolf-Root) -[Nguyễn Quốc Vỹ - 226148 - 57] -[Krish Savaliya](https://github.com/Krishsavaliya) +-[Majora94] -[Poorvinfi] -[Tran Minh Khang](https://github.com/khang220495-rgb) -[Nguyen Quoc Tinh] From 9ba9b9755d938bbf51b639fd9a990009a645ad41 Mon Sep 17 00:00:00 2001 From: Khuong12345-afk Date: Sun, 7 Sep 2025 21:15:57 +0700 Subject: [PATCH 1583/2656] Add to contributors list (#103254) Co-authored-by: DuongManhKhuong --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1bc90c65..63cd9505 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2591,6 +2591,7 @@ DanyLeeCS - [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 - [Lưu An Thuận](https://github.com/thuanluuan) - [Sanal Kumar](https://github.com/sanalkr) From 012d170b6be862c87484724fa05a11d27d61c86b Mon Sep 17 00:00:00 2001 From: Mufti Bin Habib Date: Sun, 7 Sep 2025 20:19:21 +0600 Subject: [PATCH 1584/2656] Add Mufti Bin Habib to Contributors list (#103255) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 63cd9505..98cd3a04 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ BinhTran2k4 -[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Rehan Ahmed](https://github.com/rehan6025) -[Akhil Balthi](https://github.com/akhilrocz) +-[Mufti Bin Habib](https://github.com/MuftiBinHabib) -[Minerva Shen](https://github.com/mshen05) -[Mohammed Salem](https://github.com/mohamedsalem21v) -[Charles Wang](https://github.com/CharlesWangSA) From b36643c0473ad4641b4001e783d90c4a5a998673 Mon Sep 17 00:00:00 2001 From: JEFFHONTEZ <167432314+JEFFHONTEZ@users.noreply.github.com> Date: Sun, 7 Sep 2025 17:38:54 +0300 Subject: [PATCH 1585/2656] Add name to Contributors list (#103256) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 98cd3a04..639bdddc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ BinhTran2k4 # Contributors -[Mahdi masoumi](https://github.com/Mahdi-masoumi) +-[Jeff Kamau](https://github.com/JEFFHONTEZ) -[Rehan Ahmed](https://github.com/rehan6025) -[Akhil Balthi](https://github.com/akhilrocz) -[Mufti Bin Habib](https://github.com/MuftiBinHabib) From 5e91477a059cd63d3b713909a43942773c581010 Mon Sep 17 00:00:00 2001 From: Majid-Farooq-Qureshi Date: Sun, 7 Sep 2025 19:40:49 +0500 Subject: [PATCH 1586/2656] Add Majid to Contributors list (#103257) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 639bdddc..2e24d58e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1136,6 +1136,7 @@ Ben - [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) From 1202ae1b76d8cf80d91f98f3b60278acd3326b75 Mon Sep 17 00:00:00 2001 From: Esteban3010 <123481620+Esteban3010@users.noreply.github.com> Date: Sun, 7 Sep 2025 11:57:54 -0500 Subject: [PATCH 1587/2656] Add Esteban Leyes to Contributors list (#102969) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e972954c..f58dfd6c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2579,6 +2579,7 @@ DanyLeeCS - [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) From 924abba086881e4514538b2d3a77d467b9e87254 Mon Sep 17 00:00:00 2001 From: R J Benjamin Robert <163312400+BenjaminRobert0702@users.noreply.github.com> Date: Sun, 7 Sep 2025 22:58:30 +0530 Subject: [PATCH 1588/2656] Add Benjamin Robert to Contributors list (#103259) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f58dfd6c..223756c4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2637,3 +2637,4 @@ DanyLeeCS - [Lyra](https://github.com/why) - [Maksat Annageldiyev](https://github.com/M4x4T) - [Radhakrishan](https://github.com/rkdevx) +- [Benjamin Robert](https://github.com/BenjaminRobert0702) From 86ea133b9252febf26e7b3109d461f3ed3d0c350 Mon Sep 17 00:00:00 2001 From: Revathi V <103417496+DragonFruitCookie@users.noreply.github.com> Date: Sun, 7 Sep 2025 23:37:44 +0530 Subject: [PATCH 1589/2656] Add Revathi V to Contributors list (#103260) Co-authored-by: Revathi V --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 223756c4..e89cb5ec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -122,6 +122,7 @@ sdumini [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) From 7fb2ff4946053c7cac29f38f896181f24aaa2735 Mon Sep 17 00:00:00 2001 From: Varshith Adithya Date: Sun, 7 Sep 2025 23:40:55 +0530 Subject: [PATCH 1590/2656] add Varshith Adithya to Contribution list (#103261) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e89cb5ec..a83d1b8b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -241,6 +241,7 @@ sdumini -[Goutham Krishna](https://github.com/gouthamkrishnae) - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() +- [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) From f1b0f5db9ce3c2ab8c0ba0bdff456700260bead4 Mon Sep 17 00:00:00 2001 From: NvyGreen <136926840+NvyGreen@users.noreply.github.com> Date: Sun, 7 Sep 2025 11:34:42 -0700 Subject: [PATCH 1591/2656] Add Niv Aravindmali to Contributors list (#103262) Co-authored-by: nived --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a83d1b8b..48e290eb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -81,6 +81,7 @@ BinhTran2k4 - santiago robles - adasrh yadav - Debanjan Kshetry +- Niv Aravindmali - Lokesh Malik (https://github.com/Lucky-Malik) - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) - [Justslugard] (https://github.com/Justslugard) From 538912ecfe12cb498d2c113c8e461ea96b6e0d13 Mon Sep 17 00:00:00 2001 From: Abdullah Date: Sun, 7 Sep 2025 23:50:53 +0500 Subject: [PATCH 1592/2656] Add Abdullah Salahuddin to Contributors list --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 48e290eb..6e1e7bc9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,8 +1,9 @@ - --[Layla (https://github.com/laylaSwift) +-[AbdullahSalahuddin](https://github.com/AbdullahSheikh7) +-[Layla](https://github.com/laylaSwift) BinhTran2k4 # Contributors -[Mahdi masoumi](https://github.com/Mahdi-masoumi) +-[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Jeff Kamau](https://github.com/JEFFHONTEZ) -[Rehan Ahmed](https://github.com/rehan6025) -[Akhil Balthi](https://github.com/akhilrocz) From ac7094c3b37d77853a2248b74e53edc4d54c5ccd Mon Sep 17 00:00:00 2001 From: AkhileshKotwal7 Date: Mon, 8 Sep 2025 01:56:01 +0530 Subject: [PATCH 1593/2656] First Open Source Contribution Commit (#103264) Co-authored-by: akhileshkotwal2547 --- 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 4022865565a0cccad4586dff6f97c9132dc1b027 Mon Sep 17 00:00:00 2001 From: VINTACK <116468335+VINTACK@users.noreply.github.com> Date: Sun, 7 Sep 2025 14:15:25 -0700 Subject: [PATCH 1594/2656] Add VINTACK to Contributors list (#103034) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b3d913b9..4e00ef8e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2596,6 +2596,7 @@ DanyLeeCS - [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) From f8289e5159a2a275d6754e09fe3d690c03b9256e Mon Sep 17 00:00:00 2001 From: GiantPrince <90118823+GiantPrince@users.noreply.github.com> Date: Sun, 7 Sep 2025 18:49:34 -0400 Subject: [PATCH 1595/2656] Add GiantPrince to Contributors list (#103266) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4e00ef8e..d2be9709 100644 --- a/Contributors.md +++ b/Contributors.md @@ -284,6 +284,7 @@ sdumini - [Naveen C](https://github.com/naveench98) - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) +- [GiantPrince](https://github.com/GiantPrince) - Zhuocheng Li - Shiv -huzaifa(https://github.com/huzaifaashraf-code) From ac4b01f3d9c04b02709ca50a85a568bdff489feb Mon Sep 17 00:00:00 2001 From: U1pr <3105289569@qq.com> Date: Mon, 8 Sep 2025 10:12:17 +0800 Subject: [PATCH 1596/2656] Add SQSDEL to Contributors list --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index d2be9709..bd521b5e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -193,6 +193,7 @@ sdumini - [1983730774] - [원세영](https://github.com/seyoung5744) - [Jacques Antoine] +- [SQDEL] - [Plexton](https://github.com/ZaibLComrade) - [knlklabacka] - [Vitor Gabriel](https://github.com/VituuDias) @@ -234,8 +235,8 @@ sdumini -[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-branch-first-contribution + NMAKHIJA- Test Contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) [Devansh Kapoor](https://github.com/Devansh2208) - [Kashif Kawsar Qadri](https://github.com/KashifQadri90) From 4c91c384d28303b6019d882e5e3360d8e0cbcba9 Mon Sep 17 00:00:00 2001 From: Mohamad soleh Date: Mon, 8 Sep 2025 10:27:38 +0700 Subject: [PATCH 1597/2656] Add my name to Contributors list (#103268) Co-authored-by: m_soleh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d2be9709..b691a9b1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2645,3 +2645,4 @@ DanyLeeCS - [Maksat Annageldiyev](https://github.com/M4x4T) - [Radhakrishan](https://github.com/rkdevx) - [Benjamin Robert](https://github.com/BenjaminRobert0702) +- [Mohamad Soleh](https://github.com/leimportant) From bea522a4e397bb2e6f9c85aca053e15b98f29207 Mon Sep 17 00:00:00 2001 From: Sudiptto Biswas <102444808+Sudiptto@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:10:03 -0400 Subject: [PATCH 1598/2656] added my name! (#103269) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b691a9b1..76c1dcf7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -709,6 +709,7 @@ P Venkata Rami Reddy - [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] From de11dac5aceaa6cf341e20e492d0899bd15102fa Mon Sep 17 00:00:00 2001 From: Arsh Date: Mon, 8 Sep 2025 17:24:09 +1200 Subject: [PATCH 1599/2656] Add Your Name to Contributors list (#103271) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 76c1dcf7..ac4411d5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2647,3 +2647,4 @@ DanyLeeCS - [Radhakrishan](https://github.com/rkdevx) - [Benjamin Robert](https://github.com/BenjaminRobert0702) - [Mohamad Soleh](https://github.com/leimportant) +- [Arsh Vhora] (https://github.com/ARSH871-bot) \ No newline at end of file From 00f5877a544384c3451d3dba9dca8e67097bb920 Mon Sep 17 00:00:00 2001 From: Vignesh Ambaykar <93094166+Vignesh0408@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:20:35 +0530 Subject: [PATCH 1600/2656] Add Vignesh0408 to Contribute List (#103273) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ac4411d5..a11718a1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ BinhTran2k4 -[Mohammed Salem](https://github.com/mohamedsalem21v) -[Charles Wang](https://github.com/CharlesWangSA) -[Ahmed Faraj](https://github.com/Ahmad-Faraj) +-[Vignesh Ambaykar](https://github.com/Vignesh0408) -[Amrita Shrivastava](https://github.com/Astro-naut) -[Gangadevi] -[Wolf-Root](https://github.com/Wolf-Root) From b8b87b2f3b015fd7fef5f3603b5d349890d78075 Mon Sep 17 00:00:00 2001 From: Aashu Kumar Date: Mon, 8 Sep 2025 16:10:23 +0530 Subject: [PATCH 1601/2656] Add Aashu to Contributors list (#103274) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a11718a1..9882b851 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ BinhTran2k4 # Contributors -[Akhilesh Kotwal](https://github.com/AkhileshKotwal7) +-[Aashu](https://github.com/ashu273k) -[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Jeff Kamau](https://github.com/JEFFHONTEZ) -[Rehan Ahmed](https://github.com/rehan6025) From 20fd643fe477a7b6237f902639f5a037deb21e69 Mon Sep 17 00:00:00 2001 From: stmlad <81235340+stmlad@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:53:04 +0200 Subject: [PATCH 1602/2656] Add mladen to Contributors list (#103275) Co-authored-by: Mladen Stupar --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9882b851..a11dfede 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2649,4 +2649,5 @@ DanyLeeCS - [Radhakrishan](https://github.com/rkdevx) - [Benjamin Robert](https://github.com/BenjaminRobert0702) - [Mohamad Soleh](https://github.com/leimportant) -- [Arsh Vhora] (https://github.com/ARSH871-bot) \ No newline at end of file +- [Arsh Vhora] (https://github.com/ARSH871-bot) +- [Mladen] \ No newline at end of file From 0e99cacd4f1c8335776d5b7367b1cfba5c230105 Mon Sep 17 00:00:00 2001 From: shinys10 <166797095+shin-yunsu@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:14:26 +0900 Subject: [PATCH 1603/2656] Add Shin Yunsu to Contributors list (#103276) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a11dfede..8de956db 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2650,4 +2650,5 @@ DanyLeeCS - [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] \ No newline at end of file From 424613efd073f6162de8e0d3d24189c8152f6220 Mon Sep 17 00:00:00 2001 From: Tharunchary Kashivajjala <158540357+Tharunchary05@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:50:06 +0530 Subject: [PATCH 1604/2656] tharun (#103277) Co-authored-by: Tharunchary kashivajjala --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8de956db..16b8195d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ -[Layla (https://github.com/laylaSwift) BinhTran2k4 # Contributors +-[Tharunchary Kashivajjala](https://github.com/Tharunchary05) -[Akhilesh Kotwal](https://github.com/AkhileshKotwal7) -[Aashu](https://github.com/ashu273k) -[Mahdi masoumi](https://github.com/Mahdi-masoumi) From cea4c878b48df4c710963884185c72ab15525a7e Mon Sep 17 00:00:00 2001 From: Dhrumil Bhut <85599841+dhrumilbhut@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:17:36 +0530 Subject: [PATCH 1605/2656] Add Dhrumil Bhut to Contributors list (#103278) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 16b8195d..4aba7663 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ BinhTran2k4 # Contributors -[Tharunchary Kashivajjala](https://github.com/Tharunchary05) +-[Dhrumil Bhut](https://github.com/dhrumilbhut) -[Akhilesh Kotwal](https://github.com/AkhileshKotwal7) -[Aashu](https://github.com/ashu273k) -[Mahdi masoumi](https://github.com/Mahdi-masoumi) From 8c211fd2b4b47d0f22988945ec4c817a98755099 Mon Sep 17 00:00:00 2001 From: Arun koshika <84038790+koshikaVarun@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:37:13 +0530 Subject: [PATCH 1606/2656] Arun koshika (#103280) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4aba7663..2f27feb8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ BinhTran2k4 -[Aashu](https://github.com/ashu273k) -[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Jeff Kamau](https://github.com/JEFFHONTEZ) +-[Arun koshika](https://github.com/koshikaVarun) -[Rehan Ahmed](https://github.com/rehan6025) -[Akhil Balthi](https://github.com/akhilrocz) -[Mufti Bin Habib](https://github.com/MuftiBinHabib) From c188ca0b1f7fb9821026bb728a49100d93ce2508 Mon Sep 17 00:00:00 2001 From: abnezz <150532779+abnezz@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:59:58 +0200 Subject: [PATCH 1607/2656] Add Abnezz to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 2f27feb8..c6239fa7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2654,4 +2654,4 @@ DanyLeeCS - [Mohamad Soleh](https://github.com/leimportant) - [Arsh Vhora] (https://github.com/ARSH871-bot) - [Shin Yunsu] (https://github.com/shin-yunsu) -- [Mladen] \ No newline at end of file +- [Abnezz] (https://github.com/abnezz) \ No newline at end of file From ec4fb8a9f0f58bb7b4c89eeca019e4fcd28f66ea Mon Sep 17 00:00:00 2001 From: "MD. Nayeem Islam" Date: Mon, 8 Sep 2025 19:21:09 +0600 Subject: [PATCH 1608/2656] Add Nayeem Islam to Contributors list (#103283) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2f27feb8..ecd07c8b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ BinhTran2k4 # Contributors -[Tharunchary Kashivajjala](https://github.com/Tharunchary05) +-[MD. Nayeem Islam](https://github.com/me-nayeem) -[Dhrumil Bhut](https://github.com/dhrumilbhut) -[Akhilesh Kotwal](https://github.com/AkhileshKotwal7) -[Aashu](https://github.com/ashu273k) From 339e010d38703cf8f3da5655b7b751a08dc7d3b8 Mon Sep 17 00:00:00 2001 From: Mayank Arya <131300991+Deadman1225@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:31:46 +0530 Subject: [PATCH 1609/2656] Add deadman to Contributors list (#103284) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ecd07c8b..cb90fed2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2369,6 +2369,7 @@ jack - first contribution practice - [Chandu Reddy Komireddy](https://github.com/komireddychandureddy) - [Yashub Goel] - [aaaa] +- [deadman] - [imdo] - [will007] - [Mark Wilkening](https://github.com/markwilkening21) From 2e8b4cd0be4c3054f469d044aa9b7c4678be50b6 Mon Sep 17 00:00:00 2001 From: alankduff Date: Mon, 8 Sep 2025 15:52:16 +0100 Subject: [PATCH 1610/2656] Add Alan Duff to Contributors list (#103285) Co-authored-by: Alan Duff --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index cb90fed2..0ff44d1e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ BinhTran2k4 -[Minerva Shen](https://github.com/mshen05) -[Mohammed Salem](https://github.com/mohamedsalem21v) -[Charles Wang](https://github.com/CharlesWangSA) +-[Alan Duff](https://github.com/alankduff) -[Ahmed Faraj](https://github.com/Ahmad-Faraj) -[Vignesh Ambaykar](https://github.com/Vignesh0408) -[Amrita Shrivastava](https://github.com/Astro-naut) @@ -2656,4 +2657,4 @@ DanyLeeCS - [Mohamad Soleh](https://github.com/leimportant) - [Arsh Vhora] (https://github.com/ARSH871-bot) - [Shin Yunsu] (https://github.com/shin-yunsu) -- [Mladen] \ No newline at end of file +- [Mladen] From 6d3a703eefd7fcc32ef02cca026686c8862e65fd Mon Sep 17 00:00:00 2001 From: accebenton <127049756+accebenton@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:06:23 +0100 Subject: [PATCH 1611/2656] added name to contributors lists (#103286) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0ff44d1e..538ed655 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ BinhTran2k4 -[Minerva Shen](https://github.com/mshen05) -[Mohammed Salem](https://github.com/mohamedsalem21v) -[Charles Wang](https://github.com/CharlesWangSA) +-[Ben Fullerton](https://github.com/CharlesWangSA) -[Alan Duff](https://github.com/alankduff) -[Ahmed Faraj](https://github.com/Ahmad-Faraj) -[Vignesh Ambaykar](https://github.com/Vignesh0408) From 4bdcee232ddd5006260683c28964ea882f6e3c73 Mon Sep 17 00:00:00 2001 From: moyaqoob Date: Mon, 8 Sep 2025 20:49:08 +0530 Subject: [PATCH 1612/2656] add urdu docs in the translation --- .../translations/Urdu/github-desktop-urdu.md | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 docs/gui-tool-tutorials/translations/Urdu/github-desktop-urdu.md diff --git a/docs/gui-tool-tutorials/translations/Urdu/github-desktop-urdu.md b/docs/gui-tool-tutorials/translations/Urdu/github-desktop-urdu.md new file mode 100644 index 00000000..575efa05 --- /dev/null +++ b/docs/gui-tool-tutorials/translations/Urdu/github-desktop-urdu.md @@ -0,0 +1,95 @@ +ٹھیک ہے 👍 آپ نے جو متن دیا ہے وہ **First Contributions** گائیڈ ہے (GitKraken ایڈیٹر کے ساتھ)۔ میں اس کو اُردو میں ترجمہ کر رہا ہوں تاکہ آسانی سے سمجھ سکیں۔ + +--- + +# پہلی شراکتیں (First Contributions) + +| GitKraken | GitKraken ایڈیشن | +| ------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | + +یہ مشکل ہے۔ پہلی بار کچھ کرنے پر ہمیشہ مشکل لگتا ہے۔ خاص طور پر جب آپ تعاون (collaboration) کر رہے ہوں تو غلطیاں کرنا اچھا نہیں لگتا۔ لیکن اوپن سورس کا مقصد ہی تعاون اور ایک ساتھ کام کرنا ہے۔ ہم چاہتے تھے کہ نئے لوگ آسانی سے سیکھ سکیں اور اپنی پہلی شراکت (contribution) کر سکیں۔ + +آرٹیکل پڑھنا اور ویڈیوز دیکھنا مددگار ہوتا ہے، لیکن اصل مزہ تب ہے جب آپ خود کر کے سیکھیں بغیر کچھ توڑے پھوڑے۔ اس پروجیکٹ کا مقصد یہ ہے کہ نئے لوگ آسانی سے اپنی پہلی شراکت کریں۔ یاد رکھیں جتنا ریلیکس رہیں گے، اتنا بہتر سیکھیں گے۔ اگر آپ پہلی بار کانٹریبیوٹ کرنا چاہتے ہیں تو نیچے دیے گئے آسان مراحل پر عمل کریں۔ یقین کریں یہ مزےدار ہوگا۔ + +--- + +## GitKraken + +[GitKraken](https://www.gitkraken.com) ڈاؤن لوڈ کریں، انسٹال کریں اور کھولیں۔ + +آپ کو "Welcome to GitKraken" کا ڈائیلاگ باکس نظر آئے گا۔ GitHub کے ساتھ لاگ ان کریں اور GitKraken کو اپنے GitHub اکاؤنٹ تک رسائی دیں۔ + +(اختیاری) File -> Preferences میں جا کر اپنے پروجیکٹ کا ڈائریکٹری سیٹ کریں تاکہ وہ آپ کے مقامی ریپوزیٹریز کے ساتھ جڑ جائے۔ + +--- + +## ریپوزیٹری کو فورک کریں + +اس صفحے کے اوپر دائیں طرف موجود **Fork** بٹن پر کلک کریں۔ + +یہ آپ کے اکاؤنٹ میں اس ریپوزیٹری کی ایک کاپی بنا دے گا۔ + +--- + +## ریپوزیٹری کو کلون کریں + +GitKraken میں جائیں: File -> Clone Repo. + +GitHub.com منتخب کریں۔ اپنے یوزرنیم کے نیچے **first-contributions** ریپوزیٹری دکھائی دے گی۔ اسے منتخب کریں اور آخر میں دی گئی لوکل پاتھ چیک کر لیں۔ + +جب سب صحیح لگے تو "Clone the repo!" پر کلک کریں۔ + +--- + +## نئی برانچ بنائیں + +ٹول بار میں *branch* بٹن پر کلک کریں۔ + +برانچ کا نام رکھیں: "add-your-name" +مثال: `"add-william-sutton"` + +--- + +## تبدیلیاں کریں اور Commit کریں + +`Contributors.md` فائل کو کھولیں اور اپنا نام شامل کریں۔ فائل محفوظ (save) کریں۔ + +اب GitKraken میں تبدیلیاں نظر آئیں گی۔ اپنی تبدیلیوں کو stage کریں اور ایک اچھا commit میسج لکھیں۔ +مثال: `"Add to Contributors list"` + +پھر **commit** بٹن پر کلک کریں۔ + +مبارک ہو 🎉 آپ نے اپنی تبدیلیاں مقامی ریپوزیٹری میں محفوظ کر لی ہیں۔ + +--- + +## تبدیلیاں GitHub پر Push کریں + +ٹول بار میں *Push* بٹن پر کلک کریں۔ + +اپنی برانچ کو GitHub پر بھیج دیں تاکہ آپ کی تبدیلیاں وہاں بھی نظر آئیں۔ + +--- + +## Pull Request بھیجیں + +GitHub پر جائیں، آپ کو "Compare & pull request" کا بٹن نظر آئے گا۔ اس پر کلک کریں۔ + +اب اپنی pull request سبمٹ کریں۔ + +آپ کی تبدیلیاں ریویو کے بعد مین برانچ میں شامل کر دی جائیں گی۔ جب ایسا ہوگا آپ کو ای میل نوٹیفکیشن ملے گا۔ + +--- + +## اگلے مراحل + +مبارک ہو! آپ نے وہ مکمل ورک فلو کر لیا جو ایک عام اوپن سورس کانٹریبیوٹر کو کرنا پڑتا ہے: +**fork → clone → edit → PR** + +اپنی شراکت کا جشن منائیں 🎉 اور اسے دوستوں کے ساتھ شیئر کریں۔ + +اگر مزید مدد چاہیے تو آپ [Slack ٹیم](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) میں بھی شامل ہو سکتے ہیں۔ + +--- + +کیا آپ چاہتے ہیں میں اس کا **سارانس (short version)** بھی اردو میں بنا دوں تاکہ پہلی بار اوپن سورس کنٹریبیوٹ کرنے والے کو صرف بنیادی مراحل نظر آئیں؟ From 4146b60672736da7d32a032d985e13f381021923 Mon Sep 17 00:00:00 2001 From: Dylan Scully <157177709+JohnProgramming08@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:42:46 +0100 Subject: [PATCH 1613/2656] Add Dylan-Scully to contributors list (#103290) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 538ed655..cfd87811 100644 --- a/Contributors.md +++ b/Contributors.md @@ -668,6 +668,7 @@ Shruti Tiwari 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) From ec4f4fc6d714215d18e9e87c281f321a0ed026b1 Mon Sep 17 00:00:00 2001 From: Abhiraj Aryan <157206529+Abhiraj36@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:17:04 +0530 Subject: [PATCH 1614/2656] Add Abhiraj to Contributors list (#103291) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cfd87811..44593cae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ -[Layla (https://github.com/laylaSwift) BinhTran2k4 # Contributors +-[Abhiraj Aryan (https://github.com/Abhiraj36)] -[Tharunchary Kashivajjala](https://github.com/Tharunchary05) -[MD. Nayeem Islam](https://github.com/me-nayeem) -[Dhrumil Bhut](https://github.com/dhrumilbhut) From 70b2c2a1b2add89b440bed4925c49bf7d87770ff Mon Sep 17 00:00:00 2001 From: stevwya77 Date: Mon, 8 Sep 2025 12:23:31 -0400 Subject: [PATCH 1615/2656] Add my name to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index cfd87811..c9a48d6c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -120,7 +120,7 @@ sdumini - [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) From be524a91448130973e70650b30d689d76919dccb Mon Sep 17 00:00:00 2001 From: lucysabel-ls Date: Mon, 8 Sep 2025 17:45:25 +0100 Subject: [PATCH 1616/2656] Add my name to Contributors list (#103293) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 44593cae..5026c990 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2640,6 +2640,7 @@ DanyLeeCS - [swjjeong](https://github.com/swjjeong) - [vietan0](https://github.com/vietan0) - [RockStar] +- [Lucy] - [Tejas Chopade](https://github.com/Tejas9777) - [Apoorv Bedmutha](https://github.com/bedmuthaapoorv) - [Satyam Aengandul](https://github.com/satyamit) From 0753f4ebfb9b45f5719cd5b94d8666fd3b278f77 Mon Sep 17 00:00:00 2001 From: Rishi Date: Mon, 8 Sep 2025 13:23:27 -0400 Subject: [PATCH 1617/2656] Add Rishi to Contributors list (#103294) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5026c990..6dc5b51e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ BinhTran2k4 -[Vignesh Ambaykar](https://github.com/Vignesh0408) -[Amrita Shrivastava](https://github.com/Astro-naut) -[Gangadevi] +-[Rishi](https://github.com/Rishi-Repos) -[Wolf-Root](https://github.com/Wolf-Root) -[Nguyễn Quốc Vỹ - 226148 - 57] -[Krish Savaliya](https://github.com/Krishsavaliya) From 0a5333b34e0dc8fc0b6aec78c931e09741f85d90 Mon Sep 17 00:00:00 2001 From: wyane Date: Tue, 9 Sep 2025 01:53:01 +0800 Subject: [PATCH 1618/2656] Add denverdelamasa to Contributors List (#103295) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6dc5b51e..01ab6305 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2663,3 +2663,4 @@ DanyLeeCS - [Arsh Vhora] (https://github.com/ARSH871-bot) - [Shin Yunsu] (https://github.com/shin-yunsu) - [Mladen] +- [denverdelamasa](https://github.com/denverdelamasa) \ No newline at end of file From edd9eaa9471543f68444636d909ff2a27eee80f1 Mon Sep 17 00:00:00 2001 From: Preetham Noel P <143152218+PreethamNoelP@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:51:45 +0530 Subject: [PATCH 1619/2656] Add Preetham Noel P to Contributors list (#103296) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 01ab6305..3cae4921 100644 --- a/Contributors.md +++ b/Contributors.md @@ -72,6 +72,7 @@ BinhTran2k4 -[Hakimo abdikadir](https://github.com/hikmaladan) - [Jason Wiggs](https://github.com/wiggs30) - [Ernesto Donado](https://github.com/edonado2) +- [Preetham Noel P] - [Jack Crampton] (https://github.com/Gamesscow) - [Dhruv sawant] - [SungHo.You] From 48a17b94cb28b13d4cd40b610678ce5c51b009e6 Mon Sep 17 00:00:00 2001 From: Philip Justin Price <40014267+PhilipJPrice@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:13:57 -0700 Subject: [PATCH 1620/2656] Add Philip Price to Contributors list (#103298) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3cae4921..df3c0126 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2362,6 +2362,7 @@ Cloudman - [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) @@ -2664,4 +2665,4 @@ DanyLeeCS - [Arsh Vhora] (https://github.com/ARSH871-bot) - [Shin Yunsu] (https://github.com/shin-yunsu) - [Mladen] -- [denverdelamasa](https://github.com/denverdelamasa) \ No newline at end of file +- [denverdelamasa](https://github.com/denverdelamasa) From 0b645e3613a11994ba1799762454beb84446b1cd Mon Sep 17 00:00:00 2001 From: Siyabonga Dlikilili <87073560+Multimabo@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:15:39 +0200 Subject: [PATCH 1621/2656] Multimabo (#103299) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index df3c0126..f19492c6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -293,6 +293,7 @@ sdumini - [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) - [GiantPrince](https://github.com/GiantPrince) From 35cafaf70ab77545b4f5db377eb5e20ffa4e56de Mon Sep 17 00:00:00 2001 From: "Bridget S." <79825103+b-ts-o@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:21:48 -0700 Subject: [PATCH 1622/2656] Added Briget to Contributors list (#103300) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f19492c6..4a7499ea 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2667,3 +2667,4 @@ DanyLeeCS - [Shin Yunsu] (https://github.com/shin-yunsu) - [Mladen] - [denverdelamasa](https://github.com/denverdelamasa) +- [Briget](https://github.com/b-ts-o) From 0c56c018551e14a90d9f40b2bcf2e03707beed89 Mon Sep 17 00:00:00 2001 From: Krittika Biswas <135127117+krittikabiswas@users.noreply.github.com> Date: Tue, 9 Sep 2025 02:01:22 +0530 Subject: [PATCH 1623/2656] add my name to contributors list (#103301) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4a7499ea..e7d9d6fc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ BinhTran2k4 # Contributors -[Abhiraj Aryan (https://github.com/Abhiraj36)] +-[Krittika Biswas](https://github.com/krittikabiswas) -[Tharunchary Kashivajjala](https://github.com/Tharunchary05) -[MD. Nayeem Islam](https://github.com/me-nayeem) -[Dhrumil Bhut](https://github.com/dhrumilbhut) From 64f92ee2f82b10a105fe05106701fe34489b018b Mon Sep 17 00:00:00 2001 From: Jeevanandham D <108255311+JeevanandhamD23@users.noreply.github.com> Date: Tue, 9 Sep 2025 03:18:38 +0530 Subject: [PATCH 1624/2656] Add Jeevanandham D to Contributors list (#103304) Co-authored-by: Jeevanandham-D --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e7d9d6fc..34ac66b4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ BinhTran2k4 -[Charles Wang](https://github.com/CharlesWangSA) -[Ben Fullerton](https://github.com/CharlesWangSA) -[Alan Duff](https://github.com/alankduff) +-[Jeevanandham D](github.com/jeevanandhamd23) -[Ahmed Faraj](https://github.com/Ahmad-Faraj) -[Vignesh Ambaykar](https://github.com/Vignesh0408) -[Amrita Shrivastava](https://github.com/Astro-naut) From 0514f66744821e41c5355fafd654120dedf4d2e9 Mon Sep 17 00:00:00 2001 From: BugKiller099 Date: Tue, 9 Sep 2025 03:57:24 +0530 Subject: [PATCH 1625/2656] add mohammad ashif jamal to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 34ac66b4..bc25e40d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -120,7 +120,7 @@ sdumini - [one small step for humanity] - [Amelia Ali] - [Franklyn Omoregie] - +- [Md Ashif Jamal] (https://github.com/BugKiller099/) - [Ahmed Sabbak] - [Blipie] - [bugOpsX] (https://github.com/bugOpsX) From 57c8ffcc1b333a5fb0163ea9f1c77226453fb3fe Mon Sep 17 00:00:00 2001 From: arnimkuchhal <89319470+arnimkuchhal@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:41:46 -0400 Subject: [PATCH 1626/2656] Add Arnim Kuchhal to Contributors list (#103306) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 34ac66b4..4ae94d7a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -95,6 +95,7 @@ BinhTran2k4 - santiago robles - adasrh yadav - Debanjan Kshetry +- Arnim Kuchhal - Niv Aravindmali - Lokesh Malik (https://github.com/Lucky-Malik) - [Mohd Suhaib Siddiqui] (https://github.com/Suhaib-Sid) From d8301d042bcc3c10ef376a16952d823a70a5a7ba Mon Sep 17 00:00:00 2001 From: alexaaguilar10 Date: Mon, 8 Sep 2025 17:25:57 -0700 Subject: [PATCH 1627/2656] Add your-name to Contributors list (#103307) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4ae94d7a..66b4be40 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ BinhTran2k4 -[Akhilesh Kotwal](https://github.com/AkhileshKotwal7) -[Aashu](https://github.com/ashu273k) -[Mahdi masoumi](https://github.com/Mahdi-masoumi) +-[Alexa Aguilar](https://github.com/alexaaguilar10) -[Jeff Kamau](https://github.com/JEFFHONTEZ) -[Arun koshika](https://github.com/koshikaVarun) -[Rehan Ahmed](https://github.com/rehan6025) From da5f3e18c0bdec8cdb7440a87f02cab232c2cabb Mon Sep 17 00:00:00 2001 From: lil <102390799+bitblossom2@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:32:57 -0300 Subject: [PATCH 1628/2656] Add Bitblossom2 to the Contributors list (#103308) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 66b4be40..cc39711d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2672,3 +2672,4 @@ DanyLeeCS - [Mladen] - [denverdelamasa](https://github.com/denverdelamasa) - [Briget](https://github.com/b-ts-o) +- [Bitblossom2] \ No newline at end of file From 2b322d204c04ec38642dcf935b4fbc6016c257c7 Mon Sep 17 00:00:00 2001 From: AmolMM <114329829+AmolMM@users.noreply.github.com> Date: Tue, 9 Sep 2025 08:41:30 +0530 Subject: [PATCH 1629/2656] AMol (#103309) Co-authored-by: amol m --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cc39711d..c98c8710 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ -[Layla (https://github.com/laylaSwift) BinhTran2k4 # Contributors +-[AMol (https://github.com/Abhiraj36)] -[Abhiraj Aryan (https://github.com/Abhiraj36)] -[Krittika Biswas](https://github.com/krittikabiswas) -[Tharunchary Kashivajjala](https://github.com/Tharunchary05) From a621f04f8205bebd117f99c97d2d34020e8bb3e2 Mon Sep 17 00:00:00 2001 From: Edwin Bernardo Cruz Villalba <73382784+edwbcruzv@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:13:25 -0600 Subject: [PATCH 1630/2656] add my name in Contributors.md (#103310) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c98c8710..b300387c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2574,6 +2574,7 @@ sh0uka - [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] From 3ab65df1a1f8fed8a3903ded0923d8a4dd7bdb82 Mon Sep 17 00:00:00 2001 From: Tonsai <75606675+tonsai987654321@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:30:20 +0700 Subject: [PATCH 1631/2656] Add Tonsai to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index cc39711d..72142e90 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,7 +43,7 @@ BinhTran2k4 -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. - +-[Tonsai](https://github.com/tonsai987654321) -[Ayushii](https://github.com/Skiee9/Streamify) -[Akash](https://github.com/Akash-code-0-1) From c9f9f7e222811de9d9158db108d4836978a579e5 Mon Sep 17 00:00:00 2001 From: andres-dev-col <82476461+andres-dev-col@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:32:38 -0500 Subject: [PATCH 1632/2656] Add name to Contributors list (#103312) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b300387c..4f7451fe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ BinhTran2k4 -[Dhrumil Bhut](https://github.com/dhrumilbhut) -[Akhilesh Kotwal](https://github.com/AkhileshKotwal7) -[Aashu](https://github.com/ashu273k) +-[Andrés Fernández](https://github.com/andres-dev-col) -[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Alexa Aguilar](https://github.com/alexaaguilar10) -[Jeff Kamau](https://github.com/JEFFHONTEZ) From 560d1811724d6b89a2fd90632d5bb5456405676a Mon Sep 17 00:00:00 2001 From: Mahmoud-Othman Date: Tue, 9 Sep 2025 07:36:57 +0300 Subject: [PATCH 1633/2656] add myname 'mahmoud mohsen' to contributers list --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b300387c..c640c7f7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -53,6 +53,7 @@ BinhTran2k4 - [Pradhyumn](https://github.com/Pradhyumn-24) - [EtharAlashri](https://github.com/etharalashri) -Merala Archana + -[EmmaCahu] - [Sumit Pandey](https://github.com/5umitpandey) - [Sneha Gadekarla] (https://github.com/SnehaG100) @@ -63,6 +64,7 @@ BinhTran2k4 - [Rohan Shukla] (https://github.com/RohanShukla23) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) +-[Mahmoud Mohsen](https://github.com/Mahmoud12344) - [Gokoku](https://github.com/gokoku) - sardor Uchqunov - Ahmed Abouelnaga @@ -2674,4 +2676,4 @@ DanyLeeCS - [Mladen] - [denverdelamasa](https://github.com/denverdelamasa) - [Briget](https://github.com/b-ts-o) -- [Bitblossom2] \ No newline at end of file +- [Bitblossom2] From 430888b5111eba9fdf39afbf41cccf18e6325e6d Mon Sep 17 00:00:00 2001 From: yiw1213 Date: Tue, 9 Sep 2025 14:47:01 +0900 Subject: [PATCH 1634/2656] yiw1213 to Contributors list (#103314) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4f7451fe..768dac77 100644 --- a/Contributors.md +++ b/Contributors.md @@ -605,6 +605,7 @@ LIUYY到此一游 - Matt - ayfayfayf - Farsat +- yiw1213 - [Piyush](https://github.com/sloppysaint) - [Farman Ali](https://github.com/farman-cloud) - [Praneeth](https://github.com/praneethem) From 8bfdb5c8cd195e3320e5a01ac0c347d87f937679 Mon Sep 17 00:00:00 2001 From: JOHN RAFAEL ALEJANDRINO <167075750+jeeracd@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:49:20 +0800 Subject: [PATCH 1635/2656] Add jeeracd to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c97eb08c..739a2b8d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ -[Ashar-Khalid](https://github.com/Ashar-Khalid) - This is my first contribution but its not going to be my last. My contributions will make an impact one day (July 25, 2025). - Abdugofurov Behruzbek []# Contributors +- [jeeracd] (https://github.com/jeeracd) - Hello, this is my first github contribution. (September 09, 2025) - Sathwik - Hello!, 10 years later me, this is your first open source contribution. (July 25, 2025) - [Kiran S](https://github.com/6carbon12) - Journey beigns... (July 26, 2025) - [Dly](https://github.com/Dly27) - i was here (24/07/25) From 143dcbeb276aae0208df96c731362514b9a8be7f Mon Sep 17 00:00:00 2001 From: JOHN RAFAEL ALEJANDRINO <167075750+jeeracd@users.noreply.github.com> Date: Tue, 9 Sep 2025 15:00:30 +0800 Subject: [PATCH 1636/2656] Add jeeracd to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 739a2b8d..01331350 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,7 +4,6 @@ -[Ashar-Khalid](https://github.com/Ashar-Khalid) - This is my first contribution but its not going to be my last. My contributions will make an impact one day (July 25, 2025). - Abdugofurov Behruzbek []# Contributors -- [jeeracd] (https://github.com/jeeracd) - Hello, this is my first github contribution. (September 09, 2025) - Sathwik - Hello!, 10 years later me, this is your first open source contribution. (July 25, 2025) - [Kiran S](https://github.com/6carbon12) - Journey beigns... (July 26, 2025) - [Dly](https://github.com/Dly27) - i was here (24/07/25) @@ -593,6 +592,7 @@ I'm doing some minor changes for practice. - Hii Everyone, My name is Hariom Pandey - [Lavkush] (https://github.com/Lavkush24) Frist dive in the world of Open source on 19/06/2025! Achal Agrawal +- [jeeracd] (https://github.com/jeeracd) First Github contribution - September 09, 2025 - [Julian Müller] (https://github.com/julianmllr) für fortnite - [Stephen C] (https://github.com/SCor87) Finally fixed my SSH key issue and making this a first contribution. First of many, I hope! - [Beatriz Gonçalves](https://github.com/beatrizvsgoncalves) From bc24b47202ec5ae938b6b4bf5267e3dcaf333a17 Mon Sep 17 00:00:00 2001 From: JOHN RAFAEL ALEJANDRINO <167075750+jeeracd@users.noreply.github.com> Date: Tue, 9 Sep 2025 15:22:13 +0800 Subject: [PATCH 1637/2656] Add jeeracd to Contributors list --- Contributions.md | 1 + Contributors.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 Contributions.md diff --git a/Contributions.md b/Contributions.md new file mode 100644 index 00000000..3c2e8723 --- /dev/null +++ b/Contributions.md @@ -0,0 +1 @@ +[jeeracd] (https://github.com/jeeracd) - Hello, this is my first GitHub Contributions; September 09, 2025 diff --git a/Contributors.md b/Contributors.md index 01331350..db05d558 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5373,3 +5373,4 @@ asd -[Bharathvengadesh](https://github.com/bharath2005-bv) - This is My first contribution - [Ashna Parveen](https://github.com/AshnaParveen) EricHe +[jeeracd] (https://github.com/jeeracd) - This is my first GitHub Contribution. September 09, 2025 From 0af682f0847e1b61b81ee3528e5fb63c4b198fed Mon Sep 17 00:00:00 2001 From: Raymundo Zamora Date: Tue, 9 Sep 2025 01:52:00 -0600 Subject: [PATCH 1638/2656] Primer PR (#103316) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 768dac77..5c4381b1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2676,4 +2676,5 @@ DanyLeeCS - [Mladen] - [denverdelamasa](https://github.com/denverdelamasa) - [Briget](https://github.com/b-ts-o) -- [Bitblossom2] \ No newline at end of file +- [Bitblossom2] +- [RaymundoZa] https://github.com/RaymundoZa From b082374de137357866b2e68993f069e01553eca8 Mon Sep 17 00:00:00 2001 From: Aifos Date: Tue, 9 Sep 2025 10:27:01 +0200 Subject: [PATCH 1639/2656] Add Aifos to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 5c4381b1..2e83a603 100644 --- a/Contributors.md +++ b/Contributors.md @@ -45,7 +45,7 @@ BinhTran2k4 -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. - +-Ayfos -[Ayushii](https://github.com/Skiee9/Streamify) -[Akash](https://github.com/Akash-code-0-1) From 1234398e1aa97bb8d024f3f78716df722d4bdca6 Mon Sep 17 00:00:00 2001 From: Amith B V Date: Tue, 9 Sep 2025 14:08:27 +0530 Subject: [PATCH 1640/2656] Add Amith to Contributors list (#103320) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c4381b1..de5bd251 100644 --- a/Contributors.md +++ b/Contributors.md @@ -85,6 +85,7 @@ BinhTran2k4 - [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) From 9561bf559a5470c0d2da81c0aa33627125b7ea4d Mon Sep 17 00:00:00 2001 From: FunkyClonk <89163035+FunkyClonk@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:49:02 +0200 Subject: [PATCH 1641/2656] Add FunkyClonk to Contributor list (#103321) Co-authored-by: Funky Clonk --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index de5bd251..d24b2bc4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -607,6 +607,7 @@ LIUYY到此一游 - ayfayfayf - Farsat - yiw1213 +- FunkyClonk - [Piyush](https://github.com/sloppysaint) - [Farman Ali](https://github.com/farman-cloud) - [Praneeth](https://github.com/praneethem) From 7594a32d907ef9ed6f3597e202d1990f636db739 Mon Sep 17 00:00:00 2001 From: shivv Date: Tue, 9 Sep 2025 14:51:40 +0530 Subject: [PATCH 1642/2656] Add Shivam Gujar to Contributors list (#103322) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d24b2bc4..d957661c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2680,3 +2680,4 @@ DanyLeeCS - [Briget](https://github.com/b-ts-o) - [Bitblossom2] - [RaymundoZa] https://github.com/RaymundoZa +- [Shivam Gujar](https://github.com/CodebyShiv) From 3aff41a11e04cb35c7dd5353a1819fe290224309 Mon Sep 17 00:00:00 2001 From: Utkarsh Sharma Date: Tue, 9 Sep 2025 15:21:01 +0530 Subject: [PATCH 1643/2656] Add utkarsh007007 to Contributors list (#103324) Co-authored-by: utkarsh007007 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d957661c..79acae44 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1339,6 +1339,7 @@ Eoin O'B - [joelinux60](https://github.com/joelinux60) - [Zemenu Mekuria](https://github.com/Teklez) - [Kimjunseoo](https://github.com/kimjunseoo) +- [utkarsh007007](https://github.com/utkarsh007007) - [smandadhi9](https://github.com/smandadhi9) - [Starkcover](https://github.com/Starkcover) - [Musbi8788](https://github.com/Musbi8788) From b10ee54ead344e7791912b31933e6f43bc68f4bf Mon Sep 17 00:00:00 2001 From: Zachary Collins Date: Tue, 9 Sep 2025 06:05:14 -0500 Subject: [PATCH 1644/2656] Add zachary collins to Contributors list (#103325) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 79acae44..ce9609cb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -178,6 +178,7 @@ sdumini - [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) From 2c5dce88a7c9d38fbe503ff6e9345a1a1d26770f Mon Sep 17 00:00:00 2001 From: Aarpeet Date: Tue, 9 Sep 2025 16:41:35 +0530 Subject: [PATCH 1645/2656] Update Contributors.md (#103326) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ce9609cb..2dbd4453 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2683,3 +2683,4 @@ DanyLeeCS - [Bitblossom2] - [RaymundoZa] https://github.com/RaymundoZa - [Shivam Gujar](https://github.com/CodebyShiv) +-[Aarpeet Chandrasekhar](https://github.com/Aarpeet) From 417e477f31f760e0e87240fce0b04e544cfb0baa Mon Sep 17 00:00:00 2001 From: venkyslm <143099087+venkyslm@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:52:44 +0530 Subject: [PATCH 1646/2656] Add Venkatesan M to Contributors list (#103327) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2dbd4453..9bce6d41 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2684,3 +2684,4 @@ DanyLeeCS - [RaymundoZa] https://github.com/RaymundoZa - [Shivam Gujar](https://github.com/CodebyShiv) -[Aarpeet Chandrasekhar](https://github.com/Aarpeet) +- [Venkatesan M](https://github.com/venkyslm) From 331102e0f49a35fd94bc88c07fd0c7c614f37a2c Mon Sep 17 00:00:00 2001 From: venkyslm <143099087+venkyslm@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:53:37 +0530 Subject: [PATCH 1647/2656] Add Venkatesan M to Contributors list (#103328) From 5de0e70bb91cfd347e899fa996af924c8d9136bf Mon Sep 17 00:00:00 2001 From: Karthik Balasubramanian Date: Tue, 9 Sep 2025 18:00:12 +0530 Subject: [PATCH 1648/2656] add karthik's name to the contributors list (#103329) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9bce6d41..b4ea772e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ BinhTran2k4 -Isabella Ramirez E. -[Ayushii](https://github.com/Skiee9/Streamify) +-[Karthik Balasubramanian](https://github.com/karthik-bsubramanian) -[Akash](https://github.com/Akash-code-0-1) -[Ryu](https://github.com/wrryu528-wq) From a5280fd7504be57762e2b30e912c03ca3af02753 Mon Sep 17 00:00:00 2001 From: Harish Nemade <162778561+harishnemade100@users.noreply.github.com> Date: Tue, 9 Sep 2025 18:09:37 +0530 Subject: [PATCH 1649/2656] Add Harish Nemade to Contributors list (#103330) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b4ea772e..9723e290 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ BinhTran2k4 # Contributors -[AMol (https://github.com/Abhiraj36)] +-[Harish Nemade (https://github.com/harishnemade100)] -[Abhiraj Aryan (https://github.com/Abhiraj36)] -[Krittika Biswas](https://github.com/krittikabiswas) -[Tharunchary Kashivajjala](https://github.com/Tharunchary05) From 331fb08f6734596e132440dff6e963f50740612c Mon Sep 17 00:00:00 2001 From: Kim subin <162524733+qlsl1198@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:41:47 +0900 Subject: [PATCH 1650/2656] Add qlsl1198 to Contributors list (#103331) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9723e290..340e165b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ BinhTran2k4 -[Krittika Biswas](https://github.com/krittikabiswas) -[Tharunchary Kashivajjala](https://github.com/Tharunchary05) -[MD. Nayeem Islam](https://github.com/me-nayeem) +- [qlsl1198](https://github.com/qlsl1198) -[Dhrumil Bhut](https://github.com/dhrumilbhut) -[Akhilesh Kotwal](https://github.com/AkhileshKotwal7) -[Aashu](https://github.com/ashu273k) From 0567fa9527f1c5274d3e8dff6e541919e39d6bc3 Mon Sep 17 00:00:00 2001 From: FabMin94 <35709169+FabMin94@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:50:22 +0200 Subject: [PATCH 1651/2656] Added Fabio Mingione to Contributors list (#103332) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 340e165b..aea5c7bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -234,6 +234,7 @@ sdumini - [Gokul](https://github.com/Gokul-S-dev) - [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) From a1db90c40221b03e1b5076b85c547bce1ba3055d Mon Sep 17 00:00:00 2001 From: Olusegun Feyisetan Date: Tue, 9 Sep 2025 14:29:23 +0100 Subject: [PATCH 1652/2656] Add Olusegun-Feyisetan to Contributors list (#103333) Co-authored-by: indispensablehero --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aea5c7bc..66cc63f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ BinhTran2k4 -[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Alexa Aguilar](https://github.com/alexaaguilar10) -[Jeff Kamau](https://github.com/JEFFHONTEZ) + [Olusegun Feyisetan](https://github.com/segun4alx) -[Arun koshika](https://github.com/koshikaVarun) -[Rehan Ahmed](https://github.com/rehan6025) -[Akhil Balthi](https://github.com/akhilrocz) From 583b99ec17288f3c04114627cb169a4588327efa Mon Sep 17 00:00:00 2001 From: Tjark Wichmann <101976480+tjarkwichmann@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:07:18 +0200 Subject: [PATCH 1653/2656] Add Tjark Wichmann to Contributors List (#103334) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 66cc63f0..48bd1833 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2661,6 +2661,7 @@ DanyLeeCS - [swjjeong](https://github.com/swjjeong) - [vietan0](https://github.com/vietan0) - [RockStar] +- [Tjark Wichmann](https://github.com/tjarkwichmann) - [Lucy] - [Tejas Chopade](https://github.com/Tejas9777) - [Apoorv Bedmutha](https://github.com/bedmuthaapoorv) From 5ccec952b2c15d813fd386f5d0a8570423e5f198 Mon Sep 17 00:00:00 2001 From: Carlota Castelltort Pinto Date: Tue, 9 Sep 2025 09:55:28 -0500 Subject: [PATCH 1654/2656] Add Carlota Castelltort Pinto to Contributors list (#103336) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 48bd1833..2a08f573 100644 --- a/Contributors.md +++ b/Contributors.md @@ -223,6 +223,7 @@ sdumini - [mfg5160] - [Hayato Katagiri](https://github.com/hayatokatagiri) - [PandaDev0069](https://github.com/PandaDev0069) +- [Carlota Castelltort Pinto](https://github.com/CCastelltort) - [Tony J.](https://github.com/t0nebone) - [Resham] - [Yarno Grenier](https://github.com/yarno97x) From 580f19657b6ed0cf0c93012bbd95aa014844dc63 Mon Sep 17 00:00:00 2001 From: Swarna-N-T <146638999+Swarna-N-T@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:30:55 +0530 Subject: [PATCH 1655/2656] added my name (#103337) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2a08f573..ff8a84d7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -44,6 +44,7 @@ BinhTran2k4 -[Le Truong Hai] -[Gurleen Kaur Bali](https://github.com/gurleenkaurbali19) -[Huynh Phuoc Hien](https://github.com/Phuochien121) +-[Swarna](https://github.com/Swarna-N-T) -[sriram rasamala](https://github.com/sriram-rasamala7) -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) From 1d3d4e1891bfbc37feed41b0b7ce306cd4d0ed1e Mon Sep 17 00:00:00 2001 From: Georgios Souriadakis <82407779+gsouriadakis@users.noreply.github.com> Date: Tue, 9 Sep 2025 18:07:46 +0300 Subject: [PATCH 1656/2656] add gsouriadakis to contributors page (#103338) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ff8a84d7..56994bf4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2693,3 +2693,4 @@ DanyLeeCS - [Shivam Gujar](https://github.com/CodebyShiv) -[Aarpeet Chandrasekhar](https://github.com/Aarpeet) - [Venkatesan M](https://github.com/venkyslm) +- [George Souriadakis](https://github.com/gsouriadakis) \ No newline at end of file From e1fbcd3b98d3fef32bbe52bbcec632df549aefaa Mon Sep 17 00:00:00 2001 From: ghd133 <74580268+ghd133@users.noreply.github.com> Date: Tue, 9 Sep 2025 23:36:43 +0800 Subject: [PATCH 1657/2656] Add Name to Contributors list (#103317) Co-authored-by: simnio --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 56994bf4..a1b8b129 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2689,6 +2689,7 @@ DanyLeeCS - [denverdelamasa](https://github.com/denverdelamasa) - [Briget](https://github.com/b-ts-o) - [Bitblossom2] +- [simnio] - [RaymundoZa] https://github.com/RaymundoZa - [Shivam Gujar](https://github.com/CodebyShiv) -[Aarpeet Chandrasekhar](https://github.com/Aarpeet) From 49a16901d3972c0b0a5aeb70750ead722e74223d Mon Sep 17 00:00:00 2001 From: sdkai0513 Date: Wed, 10 Sep 2025 00:02:49 +0800 Subject: [PATCH 1658/2656] Add Jackai to Contributors list (#103340) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a1b8b129..778da7df 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2694,4 +2694,5 @@ DanyLeeCS - [Shivam Gujar](https://github.com/CodebyShiv) -[Aarpeet Chandrasekhar](https://github.com/Aarpeet) - [Venkatesan M](https://github.com/venkyslm) -- [George Souriadakis](https://github.com/gsouriadakis) \ No newline at end of file +- [Jackai](https://github.com/sdkai0513) +- [George Souriadakis](https://github.com/gsouriadakis) From 1904578bfb18f2bbe3de82b49a0137d2639f2ad0 Mon Sep 17 00:00:00 2001 From: Madhav Sharma <104959689+Madhav-Pro@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:40:51 +0530 Subject: [PATCH 1659/2656] Add Madhav Sharma to Contributors List (#103341) Co-authored-by: Madhav Sharma --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 778da7df..8e1be9ff 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ -[Layla (https://github.com/laylaSwift) BinhTran2k4 # Contributors +-[Madhav Sharma](https://github.com/Madhav-Pro) -[AMol (https://github.com/Abhiraj36)] -[Harish Nemade (https://github.com/harishnemade100)] -[Abhiraj Aryan (https://github.com/Abhiraj36)] From ab3b61558ace05c49061ce155554107d32039aed Mon Sep 17 00:00:00 2001 From: Bhaskar Joyti Mitra Date: Tue, 9 Sep 2025 22:07:06 +0530 Subject: [PATCH 1660/2656] Add Bhaskar Mitra to Contributors List (#103343) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8e1be9ff..c4e74e21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ BinhTran2k4 -[Rami Walid] -[Boyloytt] -[Le Truong Hai] +-[Bhaskar Joyti Mitra](https://github.com/sentientsonograph) -[Gurleen Kaur Bali](https://github.com/gurleenkaurbali19) -[Huynh Phuoc Hien](https://github.com/Phuochien121) -[Swarna](https://github.com/Swarna-N-T) From 0679d6294fe201893f2f38087fbeb2848a73d5d8 Mon Sep 17 00:00:00 2001 From: Qorvil Date: Tue, 9 Sep 2025 22:29:48 +0530 Subject: [PATCH 1661/2656] Add Qorvil to Contributors list (#103344) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c4e74e21..a91bb6be 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1016,6 +1016,7 @@ Ben - [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) From 5d561005d73f5a4a6ed442f8b931f08a7281525e Mon Sep 17 00:00:00 2001 From: Akshat Baranwal <141770012+Akshat1931@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:54:29 +0530 Subject: [PATCH 1662/2656] Added name (#103345) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a91bb6be..7458d88a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ BinhTran2k4 -[Vignesh Ambaykar](https://github.com/Vignesh0408) -[Amrita Shrivastava](https://github.com/Astro-naut) -[Gangadevi] +-[Akshat Baranwal](https://github.com/Akshat1931) -[Rishi](https://github.com/Rishi-Repos) -[Wolf-Root](https://github.com/Wolf-Root) -[Nguyễn Quốc Vỹ - 226148 - 57] From 8f270259cd56a467e2c6380f680ca1a89de33b66 Mon Sep 17 00:00:00 2001 From: MiguelAngelEPN <98823866+MiguelAngelEPN@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:44:13 -0500 Subject: [PATCH 1663/2656] Add my repositoyri name to Contributors (#103346) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7458d88a..82e04088 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2700,3 +2700,4 @@ DanyLeeCS - [Venkatesan M](https://github.com/venkyslm) - [Jackai](https://github.com/sdkai0513) - [George Souriadakis](https://github.com/gsouriadakis) +-[Miguel Angel](https://github.com/first-contributions) \ No newline at end of file From 52b5ce5397211ef178b21eb1c7abd2b0b5fe632f Mon Sep 17 00:00:00 2001 From: Jayasree G K Date: Tue, 9 Sep 2025 23:25:36 +0530 Subject: [PATCH 1664/2656] Add Jayasree G Kalkura to Contributors list (#103348) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 82e04088..aa84ee75 100644 --- a/Contributors.md +++ b/Contributors.md @@ -227,6 +227,7 @@ sdumini - [mfg5160] - [Hayato Katagiri](https://github.com/hayatokatagiri) - [PandaDev0069](https://github.com/PandaDev0069) +- [Jayasree G Kalkura](https://github.com/jayasree1805) - [Carlota Castelltort Pinto](https://github.com/CCastelltort) - [Tony J.](https://github.com/t0nebone) - [Resham] From 169b8298653e5b7baf2c37e33c6c52c5b4b2d36d Mon Sep 17 00:00:00 2001 From: mant0597 <123318369+mant0597@users.noreply.github.com> Date: Tue, 9 Sep 2025 23:38:21 +0530 Subject: [PATCH 1665/2656] manthan contributed --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index aa84ee75..66266c95 100644 --- a/Contributors.md +++ b/Contributors.md @@ -107,6 +107,7 @@ BinhTran2k4 - santiago robles - adasrh yadav - Debanjan Kshetry +- Manthan Maidawat - Arnim Kuchhal - Niv Aravindmali - Lokesh Malik (https://github.com/Lucky-Malik) @@ -365,7 +366,7 @@ sdumini - [Tusa Rivera-Larkowski](https://github.com/tlarkowski) - [Masalt0](https://github.com/Masalto5835) - [SteveTawali](https://github.com/SteveTawali) -- [Pragya Rai]() +- [Pragya Rai] - [Saparmyrat Saparmyradov](https://github.com/Sapar-hub) - [Zohaib Khan](https://github.com/zohaibkhan745) - [Aaryan Antala]() @@ -2701,4 +2702,4 @@ DanyLeeCS - [Venkatesan M](https://github.com/venkyslm) - [Jackai](https://github.com/sdkai0513) - [George Souriadakis](https://github.com/gsouriadakis) --[Miguel Angel](https://github.com/first-contributions) \ No newline at end of file +-[Miguel Angel](https://github.com/first-contributions) From ea4bd0405f5b9a4eeb657226d42133dc9474f24f Mon Sep 17 00:00:00 2001 From: JosselinR1 <123113235+JosselinR1@users.noreply.github.com> Date: Tue, 9 Sep 2025 11:38:39 -0700 Subject: [PATCH 1666/2656] Josselin (#103351) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aa84ee75..6766dec0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1103,6 +1103,7 @@ Ben - [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) From ede8e8db8621346d876a10663f4e215e40117d31 Mon Sep 17 00:00:00 2001 From: KasperVeliz <42144220+KasperVeliz@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:39:01 -0400 Subject: [PATCH 1667/2656] Add Kasper Veliz to Contributors (#103352) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6766dec0..b5e4b23a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ BinhTran2k4 -[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Alexa Aguilar](https://github.com/alexaaguilar10) -[Jeff Kamau](https://github.com/JEFFHONTEZ) +-[Kasper Veliz](https://github.com/KasperVeliz) [Olusegun Feyisetan](https://github.com/segun4alx) -[Arun koshika](https://github.com/koshikaVarun) -[Rehan Ahmed](https://github.com/rehan6025) @@ -2702,4 +2703,4 @@ DanyLeeCS - [Venkatesan M](https://github.com/venkyslm) - [Jackai](https://github.com/sdkai0513) - [George Souriadakis](https://github.com/gsouriadakis) --[Miguel Angel](https://github.com/first-contributions) \ No newline at end of file +-[Miguel Angel](https://github.com/first-contributions) From 19bef05297d05410aa6d32a24581ed8b9cd151c4 Mon Sep 17 00:00:00 2001 From: Alex Bogden Date: Tue, 9 Sep 2025 14:47:28 -0400 Subject: [PATCH 1668/2656] Add Alex Bogden to Contributors list (#103353) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b5e4b23a..eb5c9d74 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ BinhTran2k4 -[Ahmed Faraj](https://github.com/Ahmad-Faraj) -[Vignesh Ambaykar](https://github.com/Vignesh0408) -[Amrita Shrivastava](https://github.com/Astro-naut) +-[Alex Bogden](https://github.com/AlexBogden) -[Gangadevi] -[Akshat Baranwal](https://github.com/Akshat1931) -[Rishi](https://github.com/Rishi-Repos) From 3e816d7a9c290c8a41f19c08e112c7ac818752d7 Mon Sep 17 00:00:00 2001 From: Anushka Wable <124691369+anushka-sys@users.noreply.github.com> Date: Wed, 10 Sep 2025 00:25:28 +0530 Subject: [PATCH 1669/2656] Add Anushka Wable to Contributors list (#103354) Co-authored-by: Anushka Wable --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eb5c9d74..bdbba668 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2674,6 +2674,7 @@ DanyLeeCS - [Tjark Wichmann](https://github.com/tjarkwichmann) - [Lucy] - [Tejas Chopade](https://github.com/Tejas9777) +- [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) From 2fd6e1199fa9045dd81d16b772af9f6b9c7d7fa8 Mon Sep 17 00:00:00 2001 From: Himanshu Bhardwaj <159119799+bprince203@users.noreply.github.com> Date: Wed, 10 Sep 2025 00:58:33 +0530 Subject: [PATCH 1670/2656] Himanshu Bhardwaj (#103355) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bdbba668..ffea029c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ BinhTran2k4 # Contributors -[Madhav Sharma](https://github.com/Madhav-Pro) +-[Himanshu Bhardwaj](https://github.com/bprince203) -[AMol (https://github.com/Abhiraj36)] -[Harish Nemade (https://github.com/harishnemade100)] -[Abhiraj Aryan (https://github.com/Abhiraj36)] From e0da46213edda1ecc3603130f2d2fecc6cb09cb0 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Tue, 9 Sep 2025 21:35:19 +0200 Subject: [PATCH 1671/2656] Update README.de.md --- docs/translations/README.de.md | 83 ---------------------------------- 1 file changed, 83 deletions(-) diff --git a/docs/translations/README.de.md b/docs/translations/README.de.md index f39d0865..93e10e53 100644 --- a/docs/translations/README.de.md +++ b/docs/translations/README.de.md @@ -2,89 +2,6 @@ [![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) -#### _Read this in [other languages](../translations/Translations.md)._ -[Shqip](../translations/README.al.md) -[Armenian](../translations/README.arm.md) -[Uzbek language](../translations/README.uz.md) -[Azərbaycan dili](../translations/README.aze.md) -[বাংলা](../translations/README.bn.md) -[Bulgarian](../translations/README.bg.md) -[Português (Brasil)](../translations/README.pt_br.md) -[Català](../translations/README.ca.md) -[中文 (Simplified)](../translations/README.zh-cn.md) -[Czech](../translations/README.cs.md) -[Deutsch](../translations/README.de.md) -[Dansk](../translations/README.da.md) -[المصرية](../translations/README.eg.md) -[Dezéiriya](../translations/README.dz.md) -[Español de España](../translations/README.es.md) -[Française](../translations/README.fr.md) -[Gaeilge](../translations/README.ga.md) -[Galego](../translations/README.gl.md) -[Ελληνικά](../translations/README.gr.md) -[ქართული](../translations/README.ge.md) -[Magyar](../translations/README.hu.md) -[Bahasa Indonesia](../translations/README.id.md) -[עִברִית](../translations/README.hb.md) -[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](../translations/Translations.md) -[தமிழ்](../translations/README.ta.md) -[فارسی](../translations/README.fa.md) -[Italiano](../translations/README.it.md) -[日本語](../translations/README.ja.md) -[සිංහල](../translations/README.si.md) -[Kiswahili (Kenya)](../translations/README.kws.md) -[한국어](../translations/README.ko.md) -[Lietuvių kalba](../translations/README.lt.md) -[Limba Română Limba Română](../translations/README.ro.md) -[မြန်မာ](../translations/README.mm_unicode.md) -[Македонски](../translations/README.mk.md) -[Español de México](../translations/README.mx.md) -[Bahasa Melayu / بهاس ملايو‎ / Malay](../translations/README.my.md) -[Dutch](../translations/README.nl.md) -[Norsk](../translations/README.no.md) -[नेपाली](../translations/README.np.md) -[Wikang Filipino](../translations/README.fil.md) -[English (Pirate)](../translations/README.en-pirate.md) -[اردو](../translations/README.ur.md) -[Twi (Ghana)](../translations/README.gh.md) -[Polski](../translations/README.pl.md) -[Português (Portugal)](../translations/README.pt-pt.md) -[Русский язык](../translations/README.ru.md) -[العربية](../translations/README.ar.md) -[Svenska](../translations/README.se.md) -[Slovenčina](../translations/README.slk.md) -[Slovenščina](../translations/README.sl.md) -[ภาษาไทย](../translations/README.th.md) -[Türkçe](../translations/README.tr.md) -[中文(Traditional)](../translations/README.zh-tw.md) -[Українська](../translations/README.ua.md) -[Tiếng Việt](../translations/README.vn.md) -[Swahili language](../translations/README.sw.md) -[Zulu (South Africa)](../translations/README.zul.md) -[Afrikaans (South Africa)](../translations/README.afk.md) -[Igbo (Nigeria)](../translations/README.igb.md) -[Bambara (Mali)](../translations/README.mli.md) -[Hausa (Nigeria)](../translations/README.hau.md) -[Yoruba (Nigeria)](../translations/README.yor.md) -[Latvia](../translations/README.lv.md) -[Suomeksi](../translations/README.fi.md) -[Беларуская мова](../translations/README.by.md) -[Српски](../translations/README.sr.md) -[Қазақша](../translations/README.kz.md) -[Bosanski](../translations/README.bih.md) -[Bosanski](../translations/README.bih.md) -[Hrvatski](../translations/README.hr.md) -[پښتو](../translations/README.ps.md) -[Somalia](../translations/README.so.md) -[Ecuador](../translations/README.ec.md) -[Luganda (Uganda)](../translations/README.lug.md) -[Turkmen language](../translations/README.tm.md) -[Ewe (TOGO)](../translations/README.ewe.md) -[አማርኛ](../translations/README.et.md) -[Kurdî](../translations/README.kr.md) -[Malagasy](../translations/README.mg.md) -[ភាសាខ្មែរ](../translations/README.kh.md) -[Moroccan Darija](../translations/README.ma.md) # First Contributions From a8f0f61a895d84a8b6b3a76cf27c95b500561d66 Mon Sep 17 00:00:00 2001 From: karthik135 <31594483+karthik135@users.noreply.github.com> Date: Wed, 10 Sep 2025 01:59:11 +0530 Subject: [PATCH 1672/2656] Add Karthik H to Contributors list (#103356) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ffea029c..8767bcf5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -65,6 +65,7 @@ BinhTran2k4 - [Pradhyumn](https://github.com/Pradhyumn-24) - [EtharAlashri](https://github.com/etharalashri) -Merala Archana +-Karthik H -[EmmaCahu] - [Sumit Pandey](https://github.com/5umitpandey) - [Sneha Gadekarla] (https://github.com/SnehaG100) From 55e5e4bc0faeb3cd0c6edee9eae4926805171185 Mon Sep 17 00:00:00 2001 From: yang881122 Date: Tue, 9 Sep 2025 17:39:45 -0400 Subject: [PATCH 1673/2656] Add ChenPinYang to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 8767bcf5..c643221b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -137,7 +137,7 @@ sdumini - [one small step for humanity] - [Amelia Ali] - [Franklyn Omoregie] - +- [ChenPinYang] (https://github.com/YangIsCoding) - [Ahmed Sabbak] - [Blipie] - [bugOpsX] (https://github.com/bugOpsX) From 54c236aa9b706431e59665b8bd6499f25c07be1f Mon Sep 17 00:00:00 2001 From: Logan Bankert Date: Tue, 9 Sep 2025 14:52:02 -0700 Subject: [PATCH 1674/2656] Added my name to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 8767bcf5..355d23fe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -55,7 +55,7 @@ BinhTran2k4 -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. - +-[Logan Bankert] -[Ayushii](https://github.com/Skiee9/Streamify) -[Karthik Balasubramanian](https://github.com/karthik-bsubramanian) From 3b194ddc54757ce84e648eea803262e911e1c9b7 Mon Sep 17 00:00:00 2001 From: gracechristina Date: Wed, 10 Sep 2025 00:32:29 +0200 Subject: [PATCH 1675/2656] Add gcgc to Contributors list (#103360) Co-authored-by: Grace Christina --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8767bcf5..9ff57b99 100644 --- a/Contributors.md +++ b/Contributors.md @@ -285,6 +285,7 @@ sdumini - [Sumit Sourav](https://github.com/souravsumit07) [TML](https://github.com/TinMoeLwin007) - [Tonny Nyauke] +- [gcgc] -[Shaswata Panda] -[Michael Rockefeller](https://github.com/rockefelm) -[Syaiful Yudha Platoteles](https://github.com/Platotel3s) From ef90226b537118b4018efd9f13a132e1a577bac0 Mon Sep 17 00:00:00 2001 From: Abel Gebrezghr Date: Tue, 9 Sep 2025 16:16:35 -0700 Subject: [PATCH 1676/2656] Add Abel Gebrezghr to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ffea029c..0ee47b06 100644 --- a/Contributors.md +++ b/Contributors.md @@ -55,7 +55,7 @@ BinhTran2k4 -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. - +Abel Gebrezghr -[Ayushii](https://github.com/Skiee9/Streamify) -[Karthik Balasubramanian](https://github.com/karthik-bsubramanian) From 56c7e25670e6d4db8fb8187dc0dd28b9e155b803 Mon Sep 17 00:00:00 2001 From: Nolan Carlisle <143767678+NCarlisle24@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:18:45 -0700 Subject: [PATCH 1677/2656] Add Nolan Carlisle to Contributers list (#103363) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ff57b99..3a92d978 100644 --- a/Contributors.md +++ b/Contributors.md @@ -199,6 +199,7 @@ sdumini - [Mohammad A](https://github.com/c000005) - [Pranay Gurav](https://github.com/cwpranay) - [Martin Estrada Agudelo] +- [Nolan Carlisle](https://github.com/NCarlisle24) - [Shivam Shandilya](https://github.com/shivamshandilya2100) - [Hoang Viet Nguyen](https://github.com/hoangviet-nguyen) - [Meet Shah](https://github.com/Meet6338-X) From e03c069f30fd865bb7bf0ee7dae237d07645e28f Mon Sep 17 00:00:00 2001 From: Eduardo Date: Wed, 10 Sep 2025 01:11:58 -0300 Subject: [PATCH 1678/2656] =?UTF-8?q?Add=20Eduardo=20Lu=C3=ADs=20to=20Cont?= =?UTF-8?q?ributors=20list=20(#103364)?= 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 3a92d978..a5db2ec2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -724,6 +724,7 @@ P Venkata Rami Reddy - [Krishna Manohar Reddy] - [Vedang Wajge](https://github.com/VedangWajge) - [Prasad Sapkal](https://github.com/prasadsapkal55) +- [Eduardo Luís](https://github.com/snt94) - [Sarthak Sharma](https://github.com/Srthk-Shrm) [Chandana shetty] - [Medrine Mulindi](https://github.com/Mulindi123) From babafb59d2c77b38f49c82dd536e126d3b860a9a Mon Sep 17 00:00:00 2001 From: Hyunhee Jo Date: Wed, 10 Sep 2025 14:34:27 +0900 Subject: [PATCH 1679/2656] Add Hyunhee Jo to Contributors list (#103365) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a5db2ec2..1a5c2257 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ -[Layla (https://github.com/laylaSwift) BinhTran2k4 # Contributors +-[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) -[Himanshu Bhardwaj](https://github.com/bprince203) -[AMol (https://github.com/Abhiraj36)] From 3c94e3ea1bd6f372b35981e4df9afdbd43aac76f Mon Sep 17 00:00:00 2001 From: AFNAN Date: Wed, 10 Sep 2025 11:18:39 +0530 Subject: [PATCH 1680/2656] Afnan --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a5db2ec2..fd3af361 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2711,3 +2711,4 @@ DanyLeeCS - [Jackai](https://github.com/sdkai0513) - [George Souriadakis](https://github.com/gsouriadakis) -[Miguel Angel](https://github.com/first-contributions) +-[Afnan Tariq](https://github.com/SpitFiyah) \ No newline at end of file From b2865338626de5942f72a5201b5d0a1fc8109b29 Mon Sep 17 00:00:00 2001 From: demagalawrence Date: Wed, 10 Sep 2025 09:07:33 +0300 Subject: [PATCH 1681/2656] Add Demagalawrence to Contributors (#103366) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1a5c2257..5b4310c3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2712,3 +2712,4 @@ DanyLeeCS - [Jackai](https://github.com/sdkai0513) - [George Souriadakis](https://github.com/gsouriadakis) -[Miguel Angel](https://github.com/first-contributions) +- [Demagalawrence](https://github.com/Demagalawrence) From 04088cce07507c591d93a8f9dba169d9064d78bc Mon Sep 17 00:00:00 2001 From: Jhoan Montes <118642633+JhoanMontes@users.noreply.github.com> Date: Wed, 10 Sep 2025 01:37:01 -0500 Subject: [PATCH 1682/2656] Update Contributors.md (#103367) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5b4310c3..55ba53b4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2713,3 +2713,4 @@ DanyLeeCS - [George Souriadakis](https://github.com/gsouriadakis) -[Miguel Angel](https://github.com/first-contributions) - [Demagalawrence](https://github.com/Demagalawrence) +[Jhoan Montes](https://github.com/JhoanMontes) From 1ce1f2102822cbdaffe48433f752c47f756730e0 Mon Sep 17 00:00:00 2001 From: Mevin JR Date: Wed, 10 Sep 2025 12:17:06 +0530 Subject: [PATCH 1683/2656] Added name to contributors list (#103368) Co-authored-by: Mevin JR --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 55ba53b4..84fdddfe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ -[Layla (https://github.com/laylaSwift) BinhTran2k4 # Contributors +-[Mevin JR] (https://github.com/Mevin-JR) -[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) -[Himanshu Bhardwaj](https://github.com/bprince203) From 6f790257a69b4da991dd9ffcc062b25905d3cedb Mon Sep 17 00:00:00 2001 From: lgf33 Date: Wed, 10 Sep 2025 00:08:29 -0700 Subject: [PATCH 1684/2656] Add luke to Contributors list (#103369) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 84fdddfe..2664fc24 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ BinhTran2k4 -[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) -[Himanshu Bhardwaj](https://github.com/bprince203) +-[Luke Flaker](https://github.com/lgf33) -[AMol (https://github.com/Abhiraj36)] -[Harish Nemade (https://github.com/harishnemade100)] -[Abhiraj Aryan (https://github.com/Abhiraj36)] From 963eccbdef1276a5f02a3bd8bce5f9b6cc14957e Mon Sep 17 00:00:00 2001 From: Jason Joannou <56068645+Jason-Joannou@users.noreply.github.com> Date: Wed, 10 Sep 2025 09:43:35 +0200 Subject: [PATCH 1685/2656] Added name to contribution list (#103370) Co-authored-by: Jason Joannou --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2664fc24..a3839a62 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2615,6 +2615,7 @@ sh0uka - [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) - [treeleaves30760](https://github.com/treeleaves30760) - [Carsoneee](https://github.com/Carsoneee) - [romeopopescu](https://github.com/romeopopescu) From 9d5b7e1cd43a95f8c4d21551b6c14a78713b68ad Mon Sep 17 00:00:00 2001 From: chenyinbo <42104894+Agwave@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:21:27 +0800 Subject: [PATCH 1686/2656] Add Agwave to Contributors list (#103371) Co-authored-by: chenyinbo --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a3839a62..40b70ad9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -65,6 +65,7 @@ BinhTran2k4 -[Akash](https://github.com/Akash-code-0-1) -[Ryu](https://github.com/wrryu528-wq) -[shatha](https://github.com/shathaalrshoudi) +- [Agwave](https://github.com/agwave) - [Pradhyumn](https://github.com/Pradhyumn-24) - [EtharAlashri](https://github.com/etharalashri) -Merala Archana From 8ade1899ad245b1fafa9859870def507e9aab454 Mon Sep 17 00:00:00 2001 From: REB-95 <165965377+REB-95@users.noreply.github.com> Date: Wed, 10 Sep 2025 01:47:55 -0700 Subject: [PATCH 1687/2656] Add REB-95 to Contributors list (#103372) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 40b70ad9..c92db204 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2709,6 +2709,7 @@ DanyLeeCS - [Briget](https://github.com/b-ts-o) - [Bitblossom2] - [simnio] +- [REB-95] - [RaymundoZa] https://github.com/RaymundoZa - [Shivam Gujar](https://github.com/CodebyShiv) -[Aarpeet Chandrasekhar](https://github.com/Aarpeet) From a28453dac40d3b38a5ae90cd6d8b4e3c69897a8e Mon Sep 17 00:00:00 2001 From: Gal Levin Date: Wed, 10 Sep 2025 11:57:44 +0300 Subject: [PATCH 1688/2656] Add Gal Levin to Contributors list (#103373) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c92db204..f569e510 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2149,6 +2149,7 @@ Cloudman - [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) From 5767d7ff6ef9223e424b14ca1b1fa3ca54e547c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Tr=C3=AD=20Th=C3=A0nh?= Date: Wed, 10 Sep 2025 15:59:48 +0700 Subject: [PATCH 1689/2656] Update Contributors.md (#103374) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f569e510..7e9c936d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -46,6 +46,7 @@ BinhTran2k4 -[Majora94] -[Poorvinfi] -[Tran Minh Khang](https://github.com/khang220495-rgb) +-[Nguyen Thanh](https://github.com/Whotao89) -[Nguyen Quoc Tinh] -[Rami Walid] -[Boyloytt] From fec9cd324e9c6fde6d5b999df175606d55a1ae80 Mon Sep 17 00:00:00 2001 From: Return Coder <64393804+nankam123@users.noreply.github.com> Date: Wed, 10 Sep 2025 19:10:57 +1000 Subject: [PATCH 1690/2656] Add Return Coder to Contributors list (#103376) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7e9c936d..ed534a94 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ BinhTran2k4 [Olusegun Feyisetan](https://github.com/segun4alx) -[Arun koshika](https://github.com/koshikaVarun) -[Rehan Ahmed](https://github.com/rehan6025) +-[Return Coder](https://github.com/nankam123) -[Akhil Balthi](https://github.com/akhilrocz) -[Mufti Bin Habib](https://github.com/MuftiBinHabib) -[Minerva Shen](https://github.com/mshen05) From 72671a994d2f69a483be2f01f165b31b5ec2463d Mon Sep 17 00:00:00 2001 From: Daksh Amalseda Date: Wed, 10 Sep 2025 14:48:34 +0530 Subject: [PATCH 1691/2656] Add HITMAN5050 to Contributors list (#103377) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ed534a94..17c1aced 100644 --- a/Contributors.md +++ b/Contributors.md @@ -35,6 +35,7 @@ BinhTran2k4 -[Alan Duff](https://github.com/alankduff) -[Jeevanandham D](github.com/jeevanandhamd23) -[Ahmed Faraj](https://github.com/Ahmad-Faraj) +-[Daksh Amalseda](https://github.com/HITMAN5050) -[Vignesh Ambaykar](https://github.com/Vignesh0408) -[Amrita Shrivastava](https://github.com/Astro-naut) -[Alex Bogden](https://github.com/AlexBogden) From c2446a0285546d3626e7b139f874ba4a5be58394 Mon Sep 17 00:00:00 2001 From: Leonardo Queirolo <157141224+queiroll@users.noreply.github.com> Date: Wed, 10 Sep 2025 11:30:53 +0200 Subject: [PATCH 1692/2656] Add queiroll to Contributors list (#103378) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 17c1aced..d6e71297 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ BinhTran2k4 - [Jason Wiggs](https://github.com/wiggs30) - [Ernesto Donado](https://github.com/edonado2) - [Preetham Noel P] +- [Leonardo Queirolo](https://github.com/queiroll) - [Jack Crampton] (https://github.com/Gamesscow) - [Dhruv sawant] - [SungHo.You] From 4facadb0904c78683df07a42c5fe70fb9e4adf97 Mon Sep 17 00:00:00 2001 From: BigPeanut <64210078+BigPeanutFromStudio@users.noreply.github.com> Date: Wed, 10 Sep 2025 11:35:15 +0200 Subject: [PATCH 1693/2656] Add Piotr Bielanski to Contributors list (#103379) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d6e71297..011d3c80 100644 --- a/Contributors.md +++ b/Contributors.md @@ -571,6 +571,7 @@ LIUYY到此一游 - [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) From c316931e2fc3f16ce145011a5a8e04ffd391b738 Mon Sep 17 00:00:00 2001 From: chukwu sabastine <83931721+CasManny@users.noreply.github.com> Date: Wed, 10 Sep 2025 11:02:36 +0100 Subject: [PATCH 1694/2656] Add CasManny to contributors list (#103380) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 011d3c80..14f03d9b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -80,6 +80,7 @@ BinhTran2k4 - [Sim Hyeonmin](https://github.com/simhyunmin) - [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) +- [CasManny](https://github.com/CasManny) - [Rohan Shukla] (https://github.com/RohanShukla23) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) From 6f5b75ff5f53b0e8239c858830a854f3dd3fc5d4 Mon Sep 17 00:00:00 2001 From: bikashbarua <124085400+bikashbarua@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:38:43 +0530 Subject: [PATCH 1695/2656] RAJESENA (#103381) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 14f03d9b..b97d6f2e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -287,6 +287,7 @@ sdumini -[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) From 3c87ae4b4ce023a344e4d41f30b0552e69e85fc0 Mon Sep 17 00:00:00 2001 From: Harshit Kant <96339258+Harshitkant21@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:58:23 +0530 Subject: [PATCH 1696/2656] Add Harshit Kant to Contributors list (#103382) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b97d6f2e..4de1975f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -98,6 +98,7 @@ BinhTran2k4 - [Jason Wiggs](https://github.com/wiggs30) - [Ernesto Donado](https://github.com/edonado2) - [Preetham Noel P] +- [Harshit Kant](https://github.com/Harshitkant21/) - [Leonardo Queirolo](https://github.com/queiroll) - [Jack Crampton] (https://github.com/Gamesscow) - [Dhruv sawant] From f8c9c5ce53975a0458c6c867fe01e29cdfeff896 Mon Sep 17 00:00:00 2001 From: SOUMYAJIT PARAMANICK <85564264+Soumyajit-Paramanick@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:19:12 +0530 Subject: [PATCH 1697/2656] Add Soumyajit Paramanick to Contributors list (#103383) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4de1975f..9b7fb713 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ BinhTran2k4 -[Karthik Balasubramanian](https://github.com/karthik-bsubramanian) -[Akash](https://github.com/Akash-code-0-1) +-[Soumyajit Paramanick](https://github.com/Soumyajit-Paramanick) -[Ryu](https://github.com/wrryu528-wq) -[shatha](https://github.com/shathaalrshoudi) - [Agwave](https://github.com/agwave) From a17287140de84c16c91186712a9f16d0f4df6dee Mon Sep 17 00:00:00 2001 From: SAI DEEP Date: Wed, 10 Sep 2025 16:40:35 +0530 Subject: [PATCH 1698/2656] Added saideep to Contributors list (#103384) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9b7fb713..534a046d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2693,6 +2693,7 @@ DanyLeeCS - [RockStar] - [Tjark Wichmann](https://github.com/tjarkwichmann) - [Lucy] +- [saideep](https://github.com/saideep-21) - [Tejas Chopade](https://github.com/Tejas9777) - [Anushka Wable](https://github.com/anushka-sys) - [Apoorv Bedmutha](https://github.com/bedmuthaapoorv) From 6c7416d97e822034764b1f57ee5ad15d98c1153d Mon Sep 17 00:00:00 2001 From: kusumasuma136-beep Date: Wed, 10 Sep 2025 14:29:51 +0200 Subject: [PATCH 1699/2656] git commit -m "kusuma" (#103385) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 534a046d..7059c3ea 100644 --- a/Contributors.md +++ b/Contributors.md @@ -219,6 +219,7 @@ sdumini - [Pranay Chauhan](https://github.com/Pranay-Chauhn) - [Ehsan Shadmehri](https://github.com/ehsansh) - [Devin Rand](https://github.com/devinrand) +- [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) From f27568f0f1d72341b8ada1755ceb638a590a090d Mon Sep 17 00:00:00 2001 From: XilefEel Date: Wed, 10 Sep 2025 19:30:00 +0700 Subject: [PATCH 1700/2656] Add Felix Lee to Contributors list (#103386) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7059c3ea..cc6e063c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1632,6 +1632,7 @@ Eoin O'B - [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) From 6fff94d0a594875b7ebe5e3aad8b0dd1ce36e023 Mon Sep 17 00:00:00 2001 From: mun-noor Date: Wed, 10 Sep 2025 16:55:28 +0400 Subject: [PATCH 1701/2656] Add Mun Noor to Contributors list (#103387) Co-authored-by: muntaha --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cc6e063c..5941950e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -197,6 +197,7 @@ sdumini - [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) From 46ddf8bb632c48ec263e43a6ad09dcb41c2e3e72 Mon Sep 17 00:00:00 2001 From: apheksha Date: Wed, 10 Sep 2025 18:50:58 +0530 Subject: [PATCH 1702/2656] Added Apheksha to Contributors list (#103388) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5941950e..0f5789fd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ BinhTran2k4 -[Rehan Ahmed](https://github.com/rehan6025) -[Return Coder](https://github.com/nankam123) -[Akhil Balthi](https://github.com/akhilrocz) +-[Apheksha B](https://github.com/apheksha) -[Mufti Bin Habib](https://github.com/MuftiBinHabib) -[Minerva Shen](https://github.com/mshen05) -[Mohammed Salem](https://github.com/mohamedsalem21v) From f24fe575beacb68f845741deebfef64bfc9b2bc9 Mon Sep 17 00:00:00 2001 From: danielshahini <157575061+danielshahini@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:45:58 +0200 Subject: [PATCH 1703/2656] Added name Daniel (#103391) Co-authored-by: Daniel --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0f5789fd..fcd64399 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1649,6 +1649,7 @@ Eoin O'B - [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) From 956acbf020b6f9091a794cf5cf01fc22a13f46a8 Mon Sep 17 00:00:00 2001 From: marcus_aurelius <48175044+MarekMudron@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:56:57 +0200 Subject: [PATCH 1704/2656] Add MarekMudron to Contributors list (#103392) Co-authored-by: Marek Mudron --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fcd64399..97cf651b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -410,6 +410,7 @@ LIUYY到此一游 - [Juan Lopez](https://github.com/crigrii) - [Ankit Aggarwal](https://curious.pm) - [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) From f68498e40ed49307314d6f3903c01cd0cf4b9f96 Mon Sep 17 00:00:00 2001 From: Amol <127411152+03amol@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:34:44 +0530 Subject: [PATCH 1705/2656] Add Amol to Contributors list (#103393) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 97cf651b..ac39198c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ BinhTran2k4 # Contributors -[Mevin JR] (https://github.com/Mevin-JR) +-[Amol](https://github.com/03amol) -[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) -[Himanshu Bhardwaj](https://github.com/bprince203) From 6f375abae3a03dadbbd092ec2c7b79a6ad78d0af Mon Sep 17 00:00:00 2001 From: Notam456 <92233773+Notam456@users.noreply.github.com> Date: Wed, 10 Sep 2025 11:10:45 -0400 Subject: [PATCH 1706/2656] Add Notam456 to Contributors list (#103394) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ac39198c..d015e686 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2736,4 +2736,5 @@ DanyLeeCS - [George Souriadakis](https://github.com/gsouriadakis) -[Miguel Angel](https://github.com/first-contributions) - [Demagalawrence](https://github.com/Demagalawrence) +- [Notam456](https://github.com/Notam456) [Jhoan Montes](https://github.com/JhoanMontes) From d313d6990b2205f70851d798a279159e41f801f2 Mon Sep 17 00:00:00 2001 From: Rei <133118501+Rey-2525@users.noreply.github.com> Date: Thu, 11 Sep 2025 00:28:27 +0900 Subject: [PATCH 1707/2656] Add Rey-2525 to Contributors list (#103395) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d015e686..e39a0604 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2738,3 +2738,4 @@ DanyLeeCS - [Demagalawrence](https://github.com/Demagalawrence) - [Notam456](https://github.com/Notam456) [Jhoan Montes](https://github.com/JhoanMontes) +- [Rey-2525](https://github.com/Rey-2525) From 2cb5d03ba6835d1e231c9fe8cd93a97691eed3f9 Mon Sep 17 00:00:00 2001 From: CodingDango Date: Wed, 10 Sep 2025 23:51:58 +0800 Subject: [PATCH 1708/2656] Add Dango Dono to Contributors list (#103396) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e39a0604..9fbc91bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ BinhTran2k4 -[Aashu](https://github.com/ashu273k) -[Andrés Fernández](https://github.com/andres-dev-col) -[Mahdi masoumi](https://github.com/Mahdi-masoumi) +-[Dango Dono](https://github.com/CodingDango) -[Alexa Aguilar](https://github.com/alexaaguilar10) -[Jeff Kamau](https://github.com/JEFFHONTEZ) -[Kasper Veliz](https://github.com/KasperVeliz) From ef0766ac025559835004b56b6e6e271d74b772b3 Mon Sep 17 00:00:00 2001 From: James Harris Date: Wed, 10 Sep 2025 16:57:58 +0100 Subject: [PATCH 1709/2656] Addition - Added James Harris to Contributors.md (#103397) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9fbc91bd..348ecc8c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ BinhTran2k4 -[Amrita Shrivastava](https://github.com/Astro-naut) -[Alex Bogden](https://github.com/AlexBogden) -[Gangadevi] +- [James_Harris](https://github.com/jamesharris1307) -[Akshat Baranwal](https://github.com/Akshat1931) -[Rishi](https://github.com/Rishi-Repos) -[Wolf-Root](https://github.com/Wolf-Root) From cfd25cfb701d33bfac1739c3a6243a0651995aed Mon Sep 17 00:00:00 2001 From: RAJPUT MIHIKA AJITSINGH <163915078+mihika632@users.noreply.github.com> Date: Wed, 10 Sep 2025 21:45:01 +0530 Subject: [PATCH 1710/2656] added (#103398) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 348ecc8c..749b1936 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ BinhTran2k4 -[Himanshu Bhardwaj](https://github.com/bprince203) -[Luke Flaker](https://github.com/lgf33) -[AMol (https://github.com/Abhiraj36)] +-[Mihika (https://github.com/mihika632)] -[Harish Nemade (https://github.com/harishnemade100)] -[Abhiraj Aryan (https://github.com/Abhiraj36)] -[Krittika Biswas](https://github.com/krittikabiswas) From c5555737af3b0f173e402737c01883e71bf773f6 Mon Sep 17 00:00:00 2001 From: Math1029 <114455050+Math1029@users.noreply.github.com> Date: Wed, 10 Sep 2025 09:35:36 -0700 Subject: [PATCH 1711/2656] Add Math1029 to Contributors List (#103399) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 749b1936..12d9581c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2742,3 +2742,4 @@ DanyLeeCS - [Notam456](https://github.com/Notam456) [Jhoan Montes](https://github.com/JhoanMontes) - [Rey-2525](https://github.com/Rey-2525) +- [Math1029](https://github.com/Math1029) From db0a37d39d13319a51e1c0879219d29c76ddf5d7 Mon Sep 17 00:00:00 2001 From: NaveenTadaka Date: Wed, 10 Sep 2025 22:20:14 +0530 Subject: [PATCH 1712/2656] Add MY Name to Contributors list (#103401) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 12d9581c..e5716903 100644 --- a/Contributors.md +++ b/Contributors.md @@ -215,6 +215,7 @@ sdumini - [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] - [Nolan Carlisle](https://github.com/NCarlisle24) - [Shivam Shandilya](https://github.com/shivamshandilya2100) From f31176d3e24fbed6d7b0dde2f0fc08a848e396d0 Mon Sep 17 00:00:00 2001 From: Ajay Kumar Dhakar <94288771+ajaydhaked@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:39:09 +0530 Subject: [PATCH 1713/2656] Add Ajay to contributions list (#103403) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e5716903..2a88d205 100644 --- a/Contributors.md +++ b/Contributors.md @@ -31,6 +31,7 @@ BinhTran2k4 -[Return Coder](https://github.com/nankam123) -[Akhil Balthi](https://github.com/akhilrocz) -[Apheksha B](https://github.com/apheksha) +-[Ajay Kumar Dhakar](https://github.com/ajaydhaked) -[Mufti Bin Habib](https://github.com/MuftiBinHabib) -[Minerva Shen](https://github.com/mshen05) -[Mohammed Salem](https://github.com/mohamedsalem21v) From 90cc74812522af404583a8cdaa466a9c04e23c1d Mon Sep 17 00:00:00 2001 From: Rahul Bhargava <33179549+rahul0299@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:43:25 +0530 Subject: [PATCH 1714/2656] Add Rahul Bhargava to Contributors list (#103404) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2a88d205..91fc5169 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2745,3 +2745,4 @@ DanyLeeCS [Jhoan Montes](https://github.com/JhoanMontes) - [Rey-2525](https://github.com/Rey-2525) - [Math1029](https://github.com/Math1029) +- [Rahul Bhargava](https://github.com/rahul0299) From 713b944c1fad8eebfce1c540f4a732e341eb5d53 Mon Sep 17 00:00:00 2001 From: Bryan Trujillo Date: Wed, 10 Sep 2025 13:29:35 -0400 Subject: [PATCH 1715/2656] Add Bryan Trujillo to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e5716903..4db23da1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2744,3 +2744,4 @@ DanyLeeCS [Jhoan Montes](https://github.com/JhoanMontes) - [Rey-2525](https://github.com/Rey-2525) - [Math1029](https://github.com/Math1029) +- [Bryan Trujillo](https://github.com/btruj) \ No newline at end of file From 6935411e330e4c0d886c5829ae158dbc3739f44e Mon Sep 17 00:00:00 2001 From: mikuros <54135211+mikuros@users.noreply.github.com> Date: Thu, 11 Sep 2025 02:33:57 +0900 Subject: [PATCH 1716/2656] Add mikuros to Contributors list (#103405) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91fc5169..4df49a47 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2744,5 +2744,6 @@ DanyLeeCS - [Notam456](https://github.com/Notam456) [Jhoan Montes](https://github.com/JhoanMontes) - [Rey-2525](https://github.com/Rey-2525) +- [mikuros](https://github.com/mikuros) - [Math1029](https://github.com/Math1029) - [Rahul Bhargava](https://github.com/rahul0299) From b83a82a61b1531e0960add30f3e5c9e221709c7c Mon Sep 17 00:00:00 2001 From: Ryan Luttrull Date: Wed, 10 Sep 2025 14:35:27 -0500 Subject: [PATCH 1717/2656] added reluttrull to markdown (#103411) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4df49a47..fd51ab4d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -72,6 +72,7 @@ BinhTran2k4 -[Karthik Balasubramanian](https://github.com/karthik-bsubramanian) -[Akash](https://github.com/Akash-code-0-1) +-[reluttrull](https://github.com/reluttrull/) -[Soumyajit Paramanick](https://github.com/Soumyajit-Paramanick) -[Ryu](https://github.com/wrryu528-wq) -[shatha](https://github.com/shathaalrshoudi) From bd8746d9fa15394c27bd39e66531004f4ec59312 Mon Sep 17 00:00:00 2001 From: Vinutha71-R <168459299+Vinutha71-R@users.noreply.github.com> Date: Thu, 11 Sep 2025 01:47:44 +0530 Subject: [PATCH 1718/2656] Add Vinutha R to Contributors list (#103412) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd51ab4d..798d55c4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ BinhTran2k4 -[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) -[Himanshu Bhardwaj](https://github.com/bprince203) +-[Vinutha R](https://github.com/Vinutha71-R) -[Luke Flaker](https://github.com/lgf33) -[AMol (https://github.com/Abhiraj36)] -[Mihika (https://github.com/mihika632)] From 61f81a36b8c55697736ef9c8dcc585c27d431f65 Mon Sep 17 00:00:00 2001 From: Ethan Senger Date: Wed, 10 Sep 2025 13:45:35 -0700 Subject: [PATCH 1719/2656] Add Ethan Senger to Contributors list (#103413) Co-authored-by: Ethan --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 798d55c4..3ea92971 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2749,3 +2749,4 @@ DanyLeeCS - [mikuros](https://github.com/mikuros) - [Math1029](https://github.com/Math1029) - [Rahul Bhargava](https://github.com/rahul0299) +- [Ethan Senger](https://github.com/E-bosss) \ No newline at end of file From ffdfc43817a6cf361677ba6477bad3388c626f39 Mon Sep 17 00:00:00 2001 From: Samuel Cuerrier <6297553@cstjean.qc.ca> Date: Wed, 10 Sep 2025 17:35:51 -0400 Subject: [PATCH 1720/2656] Add Samuel Cuerrier to Contributors list (#103415) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3ea92971..19da327a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2749,4 +2749,5 @@ DanyLeeCS - [mikuros](https://github.com/mikuros) - [Math1029](https://github.com/Math1029) - [Rahul Bhargava](https://github.com/rahul0299) -- [Ethan Senger](https://github.com/E-bosss) \ No newline at end of file +- [Ethan Senger](https://github.com/E-bosss) +- [Samuel Cuerrier](https://github.com/SamuelCuerrier01) \ No newline at end of file From 3c49ff3d8a9d1046bea4e43f9b7f617e778cf0de Mon Sep 17 00:00:00 2001 From: Kyleigh Harkless <143561200+KyleighHarkless@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:49:26 -0500 Subject: [PATCH 1721/2656] Added Kyleigh Harkless to Contributors list (#103416) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 19da327a..844b0dda 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ BinhTran2k4 -[Andrés Fernández](https://github.com/andres-dev-col) -[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Dango Dono](https://github.com/CodingDango) +-[Kyleigh Harkless](https://github.com/KyleighHarkless) -[Alexa Aguilar](https://github.com/alexaaguilar10) -[Jeff Kamau](https://github.com/JEFFHONTEZ) -[Kasper Veliz](https://github.com/KasperVeliz) From 34da0fdf65bf270701deed457f7c0d7b7b4d2a3f Mon Sep 17 00:00:00 2001 From: zpt4 <93453725+zpt4@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:05:41 -0700 Subject: [PATCH 1722/2656] add your-name to Contributors list (#103417) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 844b0dda..b77ddaa9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ BinhTran2k4 -[Tharunchary Kashivajjala](https://github.com/Tharunchary05) -[MD. Nayeem Islam](https://github.com/me-nayeem) - [qlsl1198](https://github.com/qlsl1198) +-[Zazel Turner(https://gihub.com/zpt4)] -[Dhrumil Bhut](https://github.com/dhrumilbhut) -[Akhilesh Kotwal](https://github.com/AkhileshKotwal7) -[Aashu](https://github.com/ashu273k) From 9ba52a9aebfc50a1db7def6f064a4b1d84bddfd8 Mon Sep 17 00:00:00 2001 From: VIVEKANANDA REDDY RANABOTHU <23f1002129@ds.study.iitm.ac.in> Date: Thu, 11 Sep 2025 03:48:42 +0530 Subject: [PATCH 1723/2656] Add Vivekananda Reddy to Contributors list (#103418) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b77ddaa9..bcf3ae0a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ BinhTran2k4 -[Madhav Sharma](https://github.com/Madhav-Pro) -[Himanshu Bhardwaj](https://github.com/bprince203) -[Vinutha R](https://github.com/Vinutha71-R) +-[Vivekananda Reddy](https://github.com/23f1002129) -[Luke Flaker](https://github.com/lgf33) -[AMol (https://github.com/Abhiraj36)] -[Mihika (https://github.com/mihika632)] From ba60eca1f870226f3cf0d80995536b47314334df Mon Sep 17 00:00:00 2001 From: CocoCrispy95 Date: Wed, 10 Sep 2025 15:21:22 -0700 Subject: [PATCH 1724/2656] Add Christofer V to Contributors list (#103419) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bcf3ae0a..fd1df562 100644 --- a/Contributors.md +++ b/Contributors.md @@ -35,6 +35,7 @@ BinhTran2k4 -[Return Coder](https://github.com/nankam123) -[Akhil Balthi](https://github.com/akhilrocz) -[Apheksha B](https://github.com/apheksha) +-[Christofer V](https://github.com/CocoCrispy95) -[Ajay Kumar Dhakar](https://github.com/ajaydhaked) -[Mufti Bin Habib](https://github.com/MuftiBinHabib) -[Minerva Shen](https://github.com/mshen05) From abbe725c45d4a1f3c8d5594d1e7d1b478be11474 Mon Sep 17 00:00:00 2001 From: devmanki Date: Thu, 11 Sep 2025 01:41:08 +0300 Subject: [PATCH 1725/2656] Add devmanki to contributors list (#103420) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd1df562..572a7540 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ -[Layla (https://github.com/laylaSwift) BinhTran2k4 # Contributors +-[David devmanki](https://github.com/davamanki) -[Mevin JR] (https://github.com/Mevin-JR) -[Amol](https://github.com/03amol) -[Hyunhee Jo](https://github.com/hnc-hyunheejo) From 797e54ecc139505bdb3e8850de7815b1fcea3d33 Mon Sep 17 00:00:00 2001 From: yorke nyakundi <93389164+yorkings@users.noreply.github.com> Date: Thu, 11 Sep 2025 03:02:59 +0300 Subject: [PATCH 1726/2656] Yorkings (#103421) * Add your-name to Contributors list * Add yorkings to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 572a7540..357a36c9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -560,6 +560,7 @@ LIUYY到此一游 [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) - [Mithielesh N](https://github.com/mithielesh) @@ -2755,4 +2756,4 @@ DanyLeeCS - [Math1029](https://github.com/Math1029) - [Rahul Bhargava](https://github.com/rahul0299) - [Ethan Senger](https://github.com/E-bosss) -- [Samuel Cuerrier](https://github.com/SamuelCuerrier01) \ No newline at end of file +- [Samuel Cuerrier](https://github.com/SamuelCuerrier01) From ffa9ec5dbc155998896a73397e006e76918f26d5 Mon Sep 17 00:00:00 2001 From: Aron Gebrezghr Date: Wed, 10 Sep 2025 17:11:52 -0700 Subject: [PATCH 1727/2656] Add Aron Gebrezghr to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 572a7540..31950e0b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -76,7 +76,7 @@ BinhTran2k4 -[Ayushii](https://github.com/Skiee9/Streamify) -[Karthik Balasubramanian](https://github.com/karthik-bsubramanian) - +-[Aron Gebrezghr] -[Akash](https://github.com/Akash-code-0-1) -[reluttrull](https://github.com/reluttrull/) -[Soumyajit Paramanick](https://github.com/Soumyajit-Paramanick) From 0149ef577e55c59606616c93a242f24b9ee42416 Mon Sep 17 00:00:00 2001 From: nickwhill12 Date: Wed, 10 Sep 2025 19:12:18 -0500 Subject: [PATCH 1728/2656] Add nick to Contributors list (#103423) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 357a36c9..f058a831 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ BinhTran2k4 # Contributors -[David devmanki](https://github.com/davamanki) -[Mevin JR] (https://github.com/Mevin-JR) +-[nick](https://github.com/nickwhill12) -[Amol](https://github.com/03amol) -[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) From ac829f88c9bb71c63170a58dc97464feee28d9d7 Mon Sep 17 00:00:00 2001 From: Derick Campos Santos Date: Wed, 10 Sep 2025 21:31:33 -0300 Subject: [PATCH 1729/2656] =?UTF-8?q?Add=20D=C3=A9rick=20campos=20=20to=20?= =?UTF-8?q?Contributors=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index f058a831..c22c0d38 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,9 +19,10 @@ BinhTran2k4 -[Krittika Biswas](https://github.com/krittikabiswas) -[Tharunchary Kashivajjala](https://github.com/Tharunchary05) -[MD. Nayeem Islam](https://github.com/me-nayeem) -- [qlsl1198](https://github.com/qlsl1198) --[Zazel Turner(https://gihub.com/zpt4)] +-[qlsl1198](https://github.com/qlsl1198) +-[Zazel Turner](https://gihub.com/zpt4)] -[Dhrumil Bhut](https://github.com/dhrumilbhut) +-[Dérick Campos](https://github.com/Derickcsantos) -[Akhilesh Kotwal](https://github.com/AkhileshKotwal7) -[Aashu](https://github.com/ashu273k) -[Andrés Fernández](https://github.com/andres-dev-col) From 6d0c5dd58bca588644d77ea5941a39185cdec1d6 Mon Sep 17 00:00:00 2001 From: Samuel KC <163312598+samuelkcherian@users.noreply.github.com> Date: Thu, 11 Sep 2025 06:15:34 +0530 Subject: [PATCH 1730/2656] Add samuel to contributors list (#103426) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f058a831..6a0bbb29 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ BinhTran2k4 -[David devmanki](https://github.com/davamanki) -[Mevin JR] (https://github.com/Mevin-JR) -[nick](https://github.com/nickwhill12) +samuel KC (https://github.com/samuelkcherian) -[Amol](https://github.com/03amol) -[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) From 03bd801cbcfbddc5e728c1973bd65f600804e89e Mon Sep 17 00:00:00 2001 From: Kaylee Date: Wed, 10 Sep 2025 17:58:17 -0700 Subject: [PATCH 1731/2656] Add Kaylee Cromwell to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6a0bbb29..9e2a0133 100644 --- a/Contributors.md +++ b/Contributors.md @@ -75,7 +75,7 @@ samuel KC (https://github.com/samuelkcherian) -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. - +-Kaylee Cromwell -[Ayushii](https://github.com/Skiee9/Streamify) -[Karthik Balasubramanian](https://github.com/karthik-bsubramanian) From 9645ebe3168584e7e7d570ed993a57b0fcbdaf21 Mon Sep 17 00:00:00 2001 From: kdsnau <166072347+kdsnau@users.noreply.github.com> Date: Wed, 10 Sep 2025 18:05:22 -0700 Subject: [PATCH 1732/2656] Add kdsnau to Contributors list (#103427) Co-authored-by: Keith --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6a0bbb29..3e5db2e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ BinhTran2k4 -[David devmanki](https://github.com/davamanki) -[Mevin JR] (https://github.com/Mevin-JR) -[nick](https://github.com/nickwhill12) +-[Keith](hhtps://github.com/kdsnau) samuel KC (https://github.com/samuelkcherian) -[Amol](https://github.com/03amol) -[Hyunhee Jo](https://github.com/hnc-hyunheejo) From d235034c199a5a01164edc42d368beb64b244a3d Mon Sep 17 00:00:00 2001 From: Anna Cheatham Date: Wed, 10 Sep 2025 18:31:30 -0700 Subject: [PATCH 1733/2656] Add Anna Cheatham to Contributors list (#103429) Co-authored-by: Anna Cheatham --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3e5db2e8..3e5d20d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -68,6 +68,7 @@ samuel KC (https://github.com/samuelkcherian) -[Rami Walid] -[Boyloytt] -[Le Truong Hai] +-[Anna Cheatham] -[Bhaskar Joyti Mitra](https://github.com/sentientsonograph) -[Gurleen Kaur Bali](https://github.com/gurleenkaurbali19) -[Huynh Phuoc Hien](https://github.com/Phuochien121) From 766d7bc16753ad767661175c2b1ad0c66eb0df8d Mon Sep 17 00:00:00 2001 From: im576 <121224553+im576@users.noreply.github.com> Date: Wed, 10 Sep 2025 19:45:54 -0700 Subject: [PATCH 1734/2656] Add Isidro Marquez to Contributors list (#103430) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3e5d20d1..4a04d9db 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2761,3 +2761,4 @@ DanyLeeCS - [Rahul Bhargava](https://github.com/rahul0299) - [Ethan Senger](https://github.com/E-bosss) - [Samuel Cuerrier](https://github.com/SamuelCuerrier01) +- Isidro Marquez From 6746c9540ecfdc3cfc4436901a4b7c9c16a0e8c7 Mon Sep 17 00:00:00 2001 From: Adolfo Lopez Villanueva Date: Wed, 10 Sep 2025 20:05:28 -0700 Subject: [PATCH 1735/2656] Add Adolfo Lopez Villanueva to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 3e5d20d1..384177dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2761,3 +2761,5 @@ DanyLeeCS - [Rahul Bhargava](https://github.com/rahul0299) - [Ethan Senger](https://github.com/E-bosss) - [Samuel Cuerrier](https://github.com/SamuelCuerrier01) +- [Adolfo Lopez Villanueva](https://github.com/LatestStream) + From 2a397fcac17bc6219064d7532f2b6f5d8eb8f9cd Mon Sep 17 00:00:00 2001 From: skitsy24 <166074944+skitsy24@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:36:36 -0700 Subject: [PATCH 1736/2656] Add Myles to Contributors list (#103432) Co-authored-by: skitsy24 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4a04d9db..7ee38f69 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1901,6 +1901,7 @@ Cloudman - [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) From d73b9c7b87571265ec8325454104a84a2f22f4a3 Mon Sep 17 00:00:00 2001 From: ard584 Date: Wed, 10 Sep 2025 20:49:47 -0700 Subject: [PATCH 1737/2656] Add Annaliese Dedmore to Contributors list (#103433) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7ee38f69..e03bc624 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ samuel KC (https://github.com/samuelkcherian) -[Kyleigh Harkless](https://github.com/KyleighHarkless) -[Alexa Aguilar](https://github.com/alexaaguilar10) -[Jeff Kamau](https://github.com/JEFFHONTEZ) +-[Annaliese Dedmore](https://github.com/ard584) -[Kasper Veliz](https://github.com/KasperVeliz) [Olusegun Feyisetan](https://github.com/segun4alx) -[Arun koshika](https://github.com/koshikaVarun) From 479a0fd4613471820a39295ee29093141592a61e Mon Sep 17 00:00:00 2001 From: Stecata2004Luca <162194095+Stecata2004Luca@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:05:29 -0700 Subject: [PATCH 1738/2656] Add my name to Contributors lits (#103434) Co-authored-by: Marcus --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e03bc624..16502d53 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ BinhTran2k4 -[nick](https://github.com/nickwhill12) -[Keith](hhtps://github.com/kdsnau) samuel KC (https://github.com/samuelkcherian) +-[Marcus Luca] -[Amol](https://github.com/03amol) -[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) From db7948407c5d3f145ed7219bd0b4ae241485392b Mon Sep 17 00:00:00 2001 From: Sush Mullur <44131494+sushmullur@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:22:03 -0700 Subject: [PATCH 1739/2656] Add Sush Mullur to contributors list (#103435) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 16502d53..eaf269d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2765,3 +2765,4 @@ DanyLeeCS - [Ethan Senger](https://github.com/E-bosss) - [Samuel Cuerrier](https://github.com/SamuelCuerrier01) - Isidro Marquez +- [Sush Mullur](https://github.com/sushmullur) From fe452fad69c7066c1378de9442237d14ed0ab906 Mon Sep 17 00:00:00 2001 From: Aryan Sharma Date: Wed, 10 Sep 2025 22:26:58 -0700 Subject: [PATCH 1740/2656] Added Aryan Sharma to the list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 16502d53..0e722a59 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2765,3 +2765,4 @@ DanyLeeCS - [Ethan Senger](https://github.com/E-bosss) - [Samuel Cuerrier](https://github.com/SamuelCuerrier01) - Isidro Marquez +- [Aryan SHarma](https://github.com/Aryan9832) \ No newline at end of file From a03300086a7e42ab2f818c682b14a13db3bc667f Mon Sep 17 00:00:00 2001 From: Aryan Sharma Date: Wed, 10 Sep 2025 22:32:24 -0700 Subject: [PATCH 1741/2656] Added Aryan Sharma to the list --- Contributors.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0e722a59..1b1926d5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2764,5 +2764,4 @@ DanyLeeCS - [Rahul Bhargava](https://github.com/rahul0299) - [Ethan Senger](https://github.com/E-bosss) - [Samuel Cuerrier](https://github.com/SamuelCuerrier01) -- Isidro Marquez - [Aryan SHarma](https://github.com/Aryan9832) \ No newline at end of file From c2d24537cbc58ae8aa1f89399031d0eb62486e4d Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 10 Sep 2025 23:11:43 -0700 Subject: [PATCH 1742/2656] Add Benjones to contributers list (#103439) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “Ben <“bmj285@nau.edu”> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eaf269d8..914192ae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2766,3 +2766,4 @@ DanyLeeCS - [Samuel Cuerrier](https://github.com/SamuelCuerrier01) - Isidro Marquez - [Sush Mullur](https://github.com/sushmullur) +- Benjamin Jones \ No newline at end of file From 18ae48d38ee4a65a3fc7bdc5aef5a2a3f0822b3f Mon Sep 17 00:00:00 2001 From: MunendraPC Date: Wed, 10 Sep 2025 23:29:39 -0700 Subject: [PATCH 1743/2656] Add MunendraPC to contributors list (#103440) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 914192ae..02806d1d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2766,4 +2766,5 @@ DanyLeeCS - [Samuel Cuerrier](https://github.com/SamuelCuerrier01) - Isidro Marquez - [Sush Mullur](https://github.com/sushmullur) -- Benjamin Jones \ No newline at end of file +- Benjamin Jones +- Munendra Choudhary \ No newline at end of file From b43043971cd5e374a932d18a723e9359d73e6311 Mon Sep 17 00:00:00 2001 From: Aung Thu Date: Thu, 11 Sep 2025 13:07:10 +0630 Subject: [PATCH 1744/2656] Add At to Contributors list (#103441) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 02806d1d..b21fd235 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ --[Layla (https://github.com/laylaSwift) +-[Layla](httplaylaSwifts://github.com/) BinhTran2k4 # Contributors -[David devmanki](https://github.com/davamanki) @@ -13,6 +13,7 @@ samuel KC (https://github.com/samuelkcherian) -[Madhav Sharma](https://github.com/Madhav-Pro) -[Himanshu Bhardwaj](https://github.com/bprince203) -[Vinutha R](https://github.com/Vinutha71-R) +-[At](https://github.com/AungThu116) -[Vivekananda Reddy](https://github.com/23f1002129) -[Luke Flaker](https://github.com/lgf33) -[AMol (https://github.com/Abhiraj36)] From 573adaefd3f5b9e307f83137508b2c04702ef653 Mon Sep 17 00:00:00 2001 From: rebeccasomerville <128788967+rebeccasomerville@users.noreply.github.com> Date: Wed, 10 Sep 2025 23:45:00 -0700 Subject: [PATCH 1745/2656] Update Contributors.md --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index b21fd235..add246c0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -168,7 +168,7 @@ sdumini - [one small step for humanity] - [Amelia Ali] - [Franklyn Omoregie] - +- [Rebecca Somerville] - [Ahmed Sabbak] - [Blipie] - [bugOpsX] (https://github.com/bugOpsX) @@ -2768,4 +2768,4 @@ DanyLeeCS - Isidro Marquez - [Sush Mullur](https://github.com/sushmullur) - Benjamin Jones -- Munendra Choudhary \ No newline at end of file +- Munendra Choudhary From f6cba28f71b63aab6272768d59f5be0f3333cbb4 Mon Sep 17 00:00:00 2001 From: Gagan-S-18 Date: Thu, 11 Sep 2025 12:21:50 +0530 Subject: [PATCH 1746/2656] Add Gagan to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index eaf269d8..d2491521 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2766,3 +2766,5 @@ DanyLeeCS - [Samuel Cuerrier](https://github.com/SamuelCuerrier01) - Isidro Marquez - [Sush Mullur](https://github.com/sushmullur) +- [Gagan S](https://github.com/Gagan-S-18) + From 9dff74ef6c7909a87dbce52f857583c378bdcfd4 Mon Sep 17 00:00:00 2001 From: Eric Ijeoma Date: Thu, 11 Sep 2025 08:37:37 +0100 Subject: [PATCH 1747/2656] Add Eric Ijeoma to Contributors list (#103444) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b21fd235..95097aa7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1108,6 +1108,7 @@ Ben - [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) From 76e26bfa3eaf382d77a52cf76beb99d293b4539b Mon Sep 17 00:00:00 2001 From: namht-web-dev Date: Thu, 11 Sep 2025 16:35:24 +0700 Subject: [PATCH 1748/2656] namht-web-dev ahihi (#103446) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 95097aa7..495563d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,6 +39,7 @@ samuel KC (https://github.com/samuelkcherian) [Olusegun Feyisetan](https://github.com/segun4alx) -[Arun koshika](https://github.com/koshikaVarun) -[Rehan Ahmed](https://github.com/rehan6025) +-[Nam Hoang](https://github.com/namht-web-dev) -[Return Coder](https://github.com/nankam123) -[Akhil Balthi](https://github.com/akhilrocz) -[Apheksha B](https://github.com/apheksha) From 69c57da1d34512a58430d0a0b9733ec4c6a4875b Mon Sep 17 00:00:00 2001 From: Alper Halil Date: Thu, 11 Sep 2025 12:03:54 +0200 Subject: [PATCH 1749/2656] add Alper Halil to Contributors list (#103447) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 495563d8..bed3d3a4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2751,6 +2751,7 @@ DanyLeeCS - [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) From bd855ca627dedeb373e611dd45db747cb5d82a3e Mon Sep 17 00:00:00 2001 From: Ram Gupta <109546887+RamG222@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:03:57 +0530 Subject: [PATCH 1750/2656] add name and url to contributors.md file (#103448) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bed3d3a4..0b53b76c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ samuel KC (https://github.com/samuelkcherian) -[Krish Savaliya](https://github.com/Krishsavaliya) -[Majora94] -[Poorvinfi] +-[Ram Gupta](https://github.com/RamG222) -[Tran Minh Khang](https://github.com/khang220495-rgb) -[Nguyen Thanh](https://github.com/Whotao89) -[Nguyen Quoc Tinh] From f870b0e3d63d4226bcb34f704531aa5731b003e6 Mon Sep 17 00:00:00 2001 From: Shalini Gupta <38072676+shalinigupta2501@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:15:42 +0530 Subject: [PATCH 1751/2656] Add Shalini Gupta to Contributors list (#103449) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0b53b76c..07edec5a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ -[Layla](httplaylaSwifts://github.com/) BinhTran2k4 # Contributors +-[Shalini Gupta](https://github.com/shalinigupta2501) -[David devmanki](https://github.com/davamanki) -[Mevin JR] (https://github.com/Mevin-JR) -[nick](https://github.com/nickwhill12) From 665c4d4cd0c34e0e696542ebca7bddfd644a5d50 Mon Sep 17 00:00:00 2001 From: Aaron Keane Date: Thu, 11 Sep 2025 13:10:30 +0100 Subject: [PATCH 1752/2656] Added Aaron Keane to contributors list. --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0b53b76c..5418b0c0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -82,7 +82,7 @@ samuel KC (https://github.com/samuelkcherian) -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. - +-[Aaron Keane] (https://github.com/AK30195) -[Ayushii](https://github.com/Skiee9/Streamify) -[Karthik Balasubramanian](https://github.com/karthik-bsubramanian) From ba755460e4f2bb30f8fc583cdf681ffd9dcd8be3 Mon Sep 17 00:00:00 2001 From: Gaurav oza <137199562+gauravoza07@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:48:19 +0530 Subject: [PATCH 1753/2656] New Contribution (#103455) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 07edec5a..3e1563fb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ samuel KC (https://github.com/samuelkcherian) -[Amol](https://github.com/03amol) -[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) +-[Gaurav Oza](https://github.com/gauravoza07) -[Himanshu Bhardwaj](https://github.com/bprince203) -[Vinutha R](https://github.com/Vinutha71-R) -[At](https://github.com/AungThu116) From 616009bd61a923a9c479ef02b29f61358065a2f3 Mon Sep 17 00:00:00 2001 From: samikcay <149739174+samikcay@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:50:21 +0300 Subject: [PATCH 1754/2656] Add samikcay to Contributors list (#103457) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3e1563fb..12f39665 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2525,6 +2525,7 @@ jack - first contribution practice - [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) From fb95ae37bb6d492fd2c6eb75e17be08a2f6e5dcc Mon Sep 17 00:00:00 2001 From: snowmandidi Date: Thu, 11 Sep 2025 16:07:10 +0200 Subject: [PATCH 1755/2656] Add snow to Contributers list (#103458) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 12f39665..c3d84d2c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -270,6 +270,7 @@ sdumini - [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) From 1d7f0e3203c9d090014f9e70a12c02f519e3055e Mon Sep 17 00:00:00 2001 From: Austin Makila <93812604+austinmakila@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:07:38 +0300 Subject: [PATCH 1756/2656] Add Makila to contribution list (#103459) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c3d84d2c..264a7556 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ BinhTran2k4 -[Mevin JR] (https://github.com/Mevin-JR) -[nick](https://github.com/nickwhill12) -[Keith](hhtps://github.com/kdsnau) +-[Austin Makila](https://github.com/austinmakila) samuel KC (https://github.com/samuelkcherian) -[Marcus Luca] -[Amol](https://github.com/03amol) From d70f6fb3c4486f47baf9451feefc24a1457c6283 Mon Sep 17 00:00:00 2001 From: Sandeep Singh Negi Date: Thu, 11 Sep 2025 19:46:09 +0530 Subject: [PATCH 1757/2656] Add Sandeep Singh to Contributors list (#103460) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 264a7556..c28ef3b9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ samuel KC (https://github.com/samuelkcherian) -[Abhiraj Aryan (https://github.com/Abhiraj36)] -[Krittika Biswas](https://github.com/krittikabiswas) -[Tharunchary Kashivajjala](https://github.com/Tharunchary05) +- [Sandeep Singh](https://github.com/SANDEEPNEGI07) -[MD. Nayeem Islam](https://github.com/me-nayeem) - [qlsl1198](https://github.com/qlsl1198) -[Zazel Turner(https://gihub.com/zpt4)] From a5862dba387723055d899f356967661ba691a59c Mon Sep 17 00:00:00 2001 From: Vedant Raj Singh Parmar Date: Thu, 11 Sep 2025 20:15:41 +0530 Subject: [PATCH 1758/2656] added my name to the contributors list (#103461) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c28ef3b9..908089f3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2778,4 +2778,5 @@ DanyLeeCS - Isidro Marquez - [Sush Mullur](https://github.com/sushmullur) - Benjamin Jones -- Munendra Choudhary \ No newline at end of file +- Munendra Choudhary +-[Vedant Raj Singh Parmar](github.com/VVR6) \ No newline at end of file From 44c0447fad94f2250bc4d5bc6ae29f26a6b325fe Mon Sep 17 00:00:00 2001 From: djvu2k6 <167335299+djvu2k6@users.noreply.github.com> Date: Thu, 11 Sep 2025 20:23:12 +0530 Subject: [PATCH 1759/2656] add Dhananjay Mohan to contributions list (#103462) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 908089f3..3bfcf6de 100644 --- a/Contributors.md +++ b/Contributors.md @@ -434,7 +434,8 @@ LIUYY到此一游 - [Lokesh Kumar]() - [Rudrabikram Roy](https://github.com/codedbyrudra) - [Jenna Hall](https://github.com/swejenna) -- [Juan Lopez](https://github.com/crigrii) +- [Juan Lopez](https://github.com/crigrii) +- [Dhananjay Mohan](https://github.com/djvu2k6) - [Ankit Aggarwal](https://curious.pm) - [rubik](https://github.com/rubiksfood) - [Marek Mudron](https://github.com/MarekMudron) From 3959797d80a32868bf335e37115b1f75dead892a Mon Sep 17 00:00:00 2001 From: Usama Ayoub <41838423+sam3690@users.noreply.github.com> Date: Thu, 11 Sep 2025 20:26:36 +0500 Subject: [PATCH 1760/2656] added Usama Ayoub to contribution list (#103463) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3bfcf6de..5c970146 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2780,4 +2780,5 @@ DanyLeeCS - [Sush Mullur](https://github.com/sushmullur) - Benjamin Jones - Munendra Choudhary --[Vedant Raj Singh Parmar](github.com/VVR6) \ No newline at end of file +-[Vedant Raj Singh Parmar](github.com/VVR6) +-[Usama Ayoub](github.com/sam3690) \ No newline at end of file From e97116b9574a6eba79e5889593afae1e6e79db6f Mon Sep 17 00:00:00 2001 From: Sagardeep Das Date: Thu, 11 Sep 2025 21:25:00 +0530 Subject: [PATCH 1761/2656] Add Sagardeep Das to Contributors list (#103464) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c970146..5e79e35f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -238,6 +238,7 @@ sdumini - [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) From 7634188ce0acff74d045f93c78c379b85744be29 Mon Sep 17 00:00:00 2001 From: Thilina Dinelka Date: Thu, 11 Sep 2025 22:15:06 +0530 Subject: [PATCH 1762/2656] Add Dinelka Thilina to Contributors list (#103465) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5e79e35f..69dbfd83 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2778,6 +2778,7 @@ DanyLeeCS - [Ethan Senger](https://github.com/E-bosss) - [Samuel Cuerrier](https://github.com/SamuelCuerrier01) - Isidro Marquez +-[Dinelka Thilina] (https://github.com/dinelkathilina) - [Sush Mullur](https://github.com/sushmullur) - Benjamin Jones - Munendra Choudhary From 2bcafea5567fda8b47cb4e4c15c6ca738a11712f Mon Sep 17 00:00:00 2001 From: Morteza Rahmani <68592261+morteza-rhmn@users.noreply.github.com> Date: Thu, 11 Sep 2025 20:42:22 +0330 Subject: [PATCH 1763/2656] - add morteza-rahmani to Contributers.md (#103466) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 69dbfd83..ad7ca936 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2783,4 +2783,5 @@ DanyLeeCS - Benjamin Jones - Munendra Choudhary -[Vedant Raj Singh Parmar](github.com/VVR6) --[Usama Ayoub](github.com/sam3690) \ No newline at end of file +-[Usama Ayoub](github.com/sam3690) +- [Morteza Rahmani](https://github.com/morteza-rhmn) \ No newline at end of file From 8dab968fca600d5764a3c7f04edb8f2625fbcd83 Mon Sep 17 00:00:00 2001 From: William Youkna <127258949+BlkMambaGod@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:15:55 -0400 Subject: [PATCH 1764/2656] Add BlkMambaGod to Contributors list (#103467) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ad7ca936..54a6b69e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ samuel KC (https://github.com/samuelkcherian) -[Dhrumil Bhut](https://github.com/dhrumilbhut) -[Akhilesh Kotwal](https://github.com/AkhileshKotwal7) -[Aashu](https://github.com/ashu273k) +-[BlkMambaGod](https://github.com/BlkMambaGod) -[Andrés Fernández](https://github.com/andres-dev-col) -[Mahdi masoumi](https://github.com/Mahdi-masoumi) -[Dango Dono](https://github.com/CodingDango) From 9898b5d94cb761c1b50f84ffe7fac2c61745dbbb Mon Sep 17 00:00:00 2001 From: Jalina Hirushan <139668262+JalinaH@users.noreply.github.com> Date: Thu, 11 Sep 2025 22:54:27 +0530 Subject: [PATCH 1765/2656] Add Jalina Hirushan to Contributors list (#103468) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 54a6b69e..1046554a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -249,6 +249,7 @@ sdumini - [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) From 52d9b380b5c74451331410c9ebbff034ab8b1b89 Mon Sep 17 00:00:00 2001 From: Luiz <148092584+Luizxdas@users.noreply.github.com> Date: Thu, 11 Sep 2025 14:33:37 -0300 Subject: [PATCH 1766/2656] Add Luiz Augusto to Contributors list (#103469) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1046554a..9e387da6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1519,6 +1519,7 @@ Eoin O'B - [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) From 80a5272183b42ad93d1190e921882d6b195ef2f2 Mon Sep 17 00:00:00 2001 From: KISLAY KUMAR <135631873+kislayykumar@users.noreply.github.com> Date: Thu, 11 Sep 2025 23:12:41 +0530 Subject: [PATCH 1767/2656] Update Contributors.md (#103470) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9e387da6..2768a03a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2787,4 +2787,5 @@ DanyLeeCS - Munendra Choudhary -[Vedant Raj Singh Parmar](github.com/VVR6) -[Usama Ayoub](github.com/sam3690) -- [Morteza Rahmani](https://github.com/morteza-rhmn) \ No newline at end of file +- [Morteza Rahmani](https://github.com/morteza-rhmn) +- [Kislay Kumar](https://github.com/kislayykumar) From 02a0c3edfd4d3f7314fbc8324e8079e3ae21fb7d Mon Sep 17 00:00:00 2001 From: Joseph Halloran <103540785+josephfhalloran@users.noreply.github.com> Date: Thu, 11 Sep 2025 12:08:36 -0700 Subject: [PATCH 1768/2656] Add Joseph Halloran to Contributors list (#103471) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2768a03a..11d00348 100644 --- a/Contributors.md +++ b/Contributors.md @@ -283,6 +283,7 @@ sdumini - [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) - [Devansh Singh](https://github.com/Devansh-04) From b020f1dfac9f84ea0b6d7dd4a23f075b3e1a6eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D1=83=D1=84=D1=82=D0=B8=D0=B5=D0=B2=20=D0=A0=D1=83?= =?UTF-8?q?=D1=81=D0=BB=D0=B0=D0=BD?= <98661902+IWantToWorkInGoogle@users.noreply.github.com> Date: Thu, 11 Sep 2025 23:52:27 +0300 Subject: [PATCH 1769/2656] add Ruslan Muftiev to Contributers list (#103473) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 11d00348..8ff878a5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2790,3 +2790,4 @@ DanyLeeCS -[Usama Ayoub](github.com/sam3690) - [Morteza Rahmani](https://github.com/morteza-rhmn) - [Kislay Kumar](https://github.com/kislayykumar) +- [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) \ No newline at end of file From a0bf746cb2219dbd5a59b5ee8dc26e30df3f9664 Mon Sep 17 00:00:00 2001 From: "Kendal J. Vega" Date: Thu, 11 Sep 2025 19:24:45 -0600 Subject: [PATCH 1770/2656] Add Kjimenez to Contributors list (#103474) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8ff878a5..3861d443 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2613,6 +2613,7 @@ sh0uka - [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) From b328e7388755a5c08926729413a7ae4ce7faa09a Mon Sep 17 00:00:00 2001 From: charlemanxD Date: Fri, 12 Sep 2025 01:31:25 +0000 Subject: [PATCH 1771/2656] Add M. Daniel Sotongbe to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 8ff878a5..bddd3598 100644 --- a/Contributors.md +++ b/Contributors.md @@ -90,7 +90,7 @@ samuel KC (https://github.com/samuelkcherian) -[Ayushii](https://github.com/Skiee9/Streamify) -[Karthik Balasubramanian](https://github.com/karthik-bsubramanian) - +-[M. Daniel Sotongbe](https://github.com/charlemanxD) -[Akash](https://github.com/Akash-code-0-1) -[reluttrull](https://github.com/reluttrull/) -[Soumyajit Paramanick](https://github.com/Soumyajit-Paramanick) From 7450564b8f1073920fdfba28275001567ee24d9b Mon Sep 17 00:00:00 2001 From: sara-ramazani Date: Thu, 11 Sep 2025 18:47:30 -0700 Subject: [PATCH 1772/2656] Add Sara Ramazani to Contributors list (#103476) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3861d443..5b614805 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ samuel KC (https://github.com/samuelkcherian) -[Madhav Sharma](https://github.com/Madhav-Pro) -[Gaurav Oza](https://github.com/gauravoza07) -[Himanshu Bhardwaj](https://github.com/bprince203) +-[Sara Ramazani](https://github.com/sara-ramazani) -[Vinutha R](https://github.com/Vinutha71-R) -[At](https://github.com/AungThu116) -[Vivekananda Reddy](https://github.com/23f1002129) From fe7fa6c623e039aeae195429ed3bba1d7ec852f4 Mon Sep 17 00:00:00 2001 From: Michael Koo <71154640+Michael-Koo-21@users.noreply.github.com> Date: Thu, 11 Sep 2025 22:59:32 -0500 Subject: [PATCH 1773/2656] Add Michael to contributor list (#103477) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5b614805..cad7f8c1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -335,6 +335,7 @@ sdumini - [Tonny Nyauke] - [gcgc] -[Shaswata Panda] +- [Michael Koo](https://github.com/Michael-Koo-21) -[Michael Rockefeller](https://github.com/rockefelm) -[Syaiful Yudha Platoteles](https://github.com/Platotel3s) -[Karol Budzko](https://github.com/krlkarol) From 722f87376d5ac8d8599dea3a36ba74fe1eae63fe Mon Sep 17 00:00:00 2001 From: sara-ramazani Date: Thu, 11 Sep 2025 21:26:22 -0700 Subject: [PATCH 1774/2656] Add Sara Ramazani to Contributors list (#103478) From 5232c4203b95033aac5676950d726f8c53f59241 Mon Sep 17 00:00:00 2001 From: BitRanger <63799660+b1tranger@users.noreply.github.com> Date: Fri, 12 Sep 2025 10:33:40 +0600 Subject: [PATCH 1775/2656] Update Contributors.md (#103479) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cad7f8c1..1b779998 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ -[Layla](httplaylaSwifts://github.com/) BinhTran2k4 # Contributors +- [b1tranger](https://github.com/b1tranger) -[Shalini Gupta](https://github.com/shalinigupta2501) -[David devmanki](https://github.com/davamanki) -[Mevin JR] (https://github.com/Mevin-JR) From f61c84234b6daf60543733136fac926bbb34c490 Mon Sep 17 00:00:00 2001 From: dley18 <123342361+dley18@users.noreply.github.com> Date: Fri, 12 Sep 2025 00:36:55 -0400 Subject: [PATCH 1776/2656] Add Dane Ley to Contributors list (#103480) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1b779998..159294ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ samuel KC (https://github.com/samuelkcherian) -[Madhav Sharma](https://github.com/Madhav-Pro) -[Gaurav Oza](https://github.com/gauravoza07) -[Himanshu Bhardwaj](https://github.com/bprince203) +-[Dane Ley](https://github.com/dley18) -[Sara Ramazani](https://github.com/sara-ramazani) -[Vinutha R](https://github.com/Vinutha71-R) -[At](https://github.com/AungThu116) From 2a47ac778efe283c0c730e763305422d759e5197 Mon Sep 17 00:00:00 2001 From: Menula-De-Silva Date: Fri, 12 Sep 2025 10:36:36 +0530 Subject: [PATCH 1777/2656] DMS-Menula (#103481) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 159294ad..a4f35b67 100644 --- a/Contributors.md +++ b/Contributors.md @@ -127,6 +127,7 @@ samuel KC (https://github.com/samuelkcherian) - [Diogo Ferreira](https://github.com/fdiogo1) -[Hakimo abdikadir](https://github.com/hikmaladan) - [Jason Wiggs](https://github.com/wiggs30) +- [DMS Menula](https://github.com/DMS-Menula/) - [Ernesto Donado](https://github.com/edonado2) - [Preetham Noel P] - [Harshit Kant](https://github.com/Harshitkant21/) From b755ddc113e328b5e2250baaf38bb078c3a36563 Mon Sep 17 00:00:00 2001 From: laleyou <140918896+laleyou@users.noreply.github.com> Date: Fri, 12 Sep 2025 01:11:56 -0400 Subject: [PATCH 1778/2656] add laleyou to contributors list (#103482) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a4f35b67..24455886 100644 --- a/Contributors.md +++ b/Contributors.md @@ -102,6 +102,7 @@ samuel KC (https://github.com/samuelkcherian) - [Agwave](https://github.com/agwave) - [Pradhyumn](https://github.com/Pradhyumn-24) - [EtharAlashri](https://github.com/etharalashri) +-[laleyou](https://github.com/laleyou) -Merala Archana -Karthik H -[EmmaCahu] @@ -2796,4 +2797,4 @@ DanyLeeCS -[Usama Ayoub](github.com/sam3690) - [Morteza Rahmani](https://github.com/morteza-rhmn) - [Kislay Kumar](https://github.com/kislayykumar) -- [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) \ No newline at end of file +- [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) From 5fdc3b3cc716d6e3c3927e08f815fee4f8f585c5 Mon Sep 17 00:00:00 2001 From: pengqin Date: Fri, 12 Sep 2025 16:49:30 +0800 Subject: [PATCH 1779/2656] add pengqin to contributors list (#103483) Co-authored-by: pengqin --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 24455886..a64ad7ce 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2797,4 +2797,5 @@ DanyLeeCS -[Usama Ayoub](github.com/sam3690) - [Morteza Rahmani](https://github.com/morteza-rhmn) - [Kislay Kumar](https://github.com/kislayykumar) +- [peng qin](https://github.com/pengqinppp) - [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) From 141529ad7b32e26564972c824159ecbf0f634cd0 Mon Sep 17 00:00:00 2001 From: dax-side Date: Fri, 12 Sep 2025 11:27:27 +0100 Subject: [PATCH 1780/2656] chore: Add Damola to Contributors list (#103484) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a64ad7ce..b0bd07f9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ samuel KC (https://github.com/samuelkcherian) -[Arun koshika](https://github.com/koshikaVarun) -[Rehan Ahmed](https://github.com/rehan6025) -[Nam Hoang](https://github.com/namht-web-dev) +- [Damola](https://github.com/dax-side) -[Return Coder](https://github.com/nankam123) -[Akhil Balthi](https://github.com/akhilrocz) -[Apheksha B](https://github.com/apheksha) From ef60237cb5c2e66ca0a346b24ab1ad688fd6e508 Mon Sep 17 00:00:00 2001 From: zainibinov Date: Fri, 12 Sep 2025 14:36:00 +0300 Subject: [PATCH 1781/2656] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=B8=D0=BA=20zainibinov=20=D0=B2=20Contributor?= =?UTF-8?q?s.md=20(#103485)?= 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 b0bd07f9..e5f5616f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,3 +1,4 @@ +- [zainibinov](https://github.com/zainibinov) -[Layla](httplaylaSwifts://github.com/) BinhTran2k4 From bf6694ae8ad5f1fa16b20f2f7c124de3679daedf Mon Sep 17 00:00:00 2001 From: zainibinov Date: Fri, 12 Sep 2025 14:37:28 +0300 Subject: [PATCH 1782/2656] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=B8=D0=BA=20zainibinov=20=D0=B2=20Contributor?= =?UTF-8?q?s.md=20(#103486)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 48e1989fb2265207d59771cf764da3aafea5b2a7 Mon Sep 17 00:00:00 2001 From: Dell Date: Fri, 12 Sep 2025 18:50:03 +0530 Subject: [PATCH 1783/2656] Add hemant sikarwar to Contributors List --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index e5f5616f..aa246d23 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ BinhTran2k4 # Contributors - [b1tranger](https://github.com/b1tranger) +[Hemant Sikarwar] (https://github.com/hemantsikarwar2212) -[Shalini Gupta](https://github.com/shalinigupta2501) -[David devmanki](https://github.com/davamanki) -[Mevin JR] (https://github.com/Mevin-JR) @@ -12,6 +13,7 @@ BinhTran2k4 -[Austin Makila](https://github.com/austinmakila) samuel KC (https://github.com/samuelkcherian) -[Marcus Luca] + -[Amol](https://github.com/03amol) -[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) From 0acd3d9d697a84be2472d315ecf71323d11e36c7 Mon Sep 17 00:00:00 2001 From: chinmayee-madha Date: Fri, 12 Sep 2025 19:40:13 +0530 Subject: [PATCH 1784/2656] Add Chinmayee to Contributors list (#103490) Co-authored-by: kernel-404 --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e5f5616f..86c26cca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2465,6 +2465,7 @@ jack - first contribution practice - [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) @@ -2800,4 +2801,4 @@ DanyLeeCS - [Morteza Rahmani](https://github.com/morteza-rhmn) - [Kislay Kumar](https://github.com/kislayykumar) - [peng qin](https://github.com/pengqinppp) -- [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) +- [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) \ No newline at end of file From e2c96c23f6e190525468c433e72ebc81476e5614 Mon Sep 17 00:00:00 2001 From: kaifeng-cmd Date: Sat, 13 Sep 2025 00:32:18 +0800 Subject: [PATCH 1785/2656] Add Kai Feng to Contributors list (#103492) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 86c26cca..88b8b07a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2800,5 +2800,6 @@ DanyLeeCS -[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) - [peng qin](https://github.com/pengqinppp) - [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) \ No newline at end of file From 0080fa01c7c633d87e95a7ea6b0aaedf51519010 Mon Sep 17 00:00:00 2001 From: Priyanshuxddd Date: Fri, 12 Sep 2025 23:23:46 +0530 Subject: [PATCH 1786/2656] First commit to open sourcegit add . (#103495) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 88b8b07a..69f3f91d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ BinhTran2k4 - [b1tranger](https://github.com/b1tranger) -[Shalini Gupta](https://github.com/shalinigupta2501) -[David devmanki](https://github.com/davamanki) +- [Priyanshu Saxena] (https://github.com/Priyanshuxddd) -[Mevin JR] (https://github.com/Mevin-JR) -[nick](https://github.com/nickwhill12) -[Keith](hhtps://github.com/kdsnau) From 18e76ca2ef32a420178898b5ca88cb6e742d267d Mon Sep 17 00:00:00 2001 From: Sangeetha7 Date: Fri, 12 Sep 2025 14:28:51 -0400 Subject: [PATCH 1787/2656] Add Sangeetha Devaraj to Contributors list (#103500) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 69f3f91d..31057a29 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ BinhTran2k4 -[Austin Makila](https://github.com/austinmakila) samuel KC (https://github.com/samuelkcherian) -[Marcus Luca] +-[Sangeetha Devaraj](https://github.com/Sangeetha7) -[Amol](https://github.com/03amol) -[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) @@ -2803,4 +2804,4 @@ DanyLeeCS - [Kislay Kumar](https://github.com/kislayykumar) - [Kai Feng](https://github.com/kaifeng-cmd) - [peng qin](https://github.com/pengqinppp) -- [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) \ No newline at end of file +- [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) From a17346a55c18f7e8f6f2709b734e3df2c4ed8c5b Mon Sep 17 00:00:00 2001 From: BAndrews82 <113325560+BAndrews82@users.noreply.github.com> Date: Fri, 12 Sep 2025 13:31:30 -0500 Subject: [PATCH 1788/2656] add Brad Andrews to list (#103501) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 31057a29..ed76d292 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ samuel KC (https://github.com/samuelkcherian) -[Amol](https://github.com/03amol) -[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) +-[Brad Andrews] (https://github.com/BAndrews82) -[Gaurav Oza](https://github.com/gauravoza07) -[Himanshu Bhardwaj](https://github.com/bprince203) -[Dane Ley](https://github.com/dley18) From f134800c0bc40e67bef2b79ca04b55ba189a156a Mon Sep 17 00:00:00 2001 From: Sahil Sharma <132856321+sahil-me@users.noreply.github.com> Date: Sat, 13 Sep 2025 00:04:17 +0530 Subject: [PATCH 1789/2656] Add Sahil Sharma to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 69f3f91d..0207e81b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2803,4 +2803,5 @@ DanyLeeCS - [Kislay Kumar](https://github.com/kislayykumar) - [Kai Feng](https://github.com/kaifeng-cmd) - [peng qin](https://github.com/pengqinppp) -- [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) \ No newline at end of file +- [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) +- [Sahil Sharma](https://github.com/sahil-me) From 45f4c2035e1e8acc327bce54cdc3050ec3fc4030 Mon Sep 17 00:00:00 2001 From: Kasapi <147716235+Kasapi@users.noreply.github.com> Date: Fri, 12 Sep 2025 22:16:09 +0300 Subject: [PATCH 1790/2656] Add my name to the list (#103503) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ed76d292..09b793b1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2764,6 +2764,7 @@ DanyLeeCS - [Loray](https://github.com/loray61) - [Amit Yadav](https://github.com/AYadav06) - [Ivan Lee]() +- [kasap] - [Lyra](https://github.com/why) - [Maksat Annageldiyev](https://github.com/M4x4T) - [Radhakrishan](https://github.com/rkdevx) From 76513c3af1529c9a85d1578db15eeac95dd5a87f Mon Sep 17 00:00:00 2001 From: Jessica Thomas <60799106+jmt713@users.noreply.github.com> Date: Fri, 12 Sep 2025 16:27:06 -0400 Subject: [PATCH 1791/2656] Added myself to contributors file (#103505) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 09b793b1..6ee6f4dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ -[Layla](httplaylaSwifts://github.com/) BinhTran2k4 # Contributors +- [Jessica Thomas](https://github.com/jmt713) - Hello, I hope everyone is doing well. I'm learning about pull requests and open source projects. - [b1tranger](https://github.com/b1tranger) -[Shalini Gupta](https://github.com/shalinigupta2501) -[David devmanki](https://github.com/davamanki) From c7ba06a4ae2a7e9b9175af4562141697395f6f70 Mon Sep 17 00:00:00 2001 From: JuanMonta <67512677+JuanMonta@users.noreply.github.com> Date: Fri, 12 Sep 2025 16:04:28 -0500 Subject: [PATCH 1792/2656] Add Juan Monta to Contributors list (#103506) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6ee6f4dd..fb2cbb21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2726,6 +2726,7 @@ DanyLeeCS - [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) From 13427274393c9d2b5e1ced4da273de3f7f6bbf5a Mon Sep 17 00:00:00 2001 From: Konrad-C-Dev Date: Sat, 13 Sep 2025 01:59:41 +0200 Subject: [PATCH 1793/2656] Add Konrad Ciesielski to Contributors list (#103507) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fb2cbb21..c1f70956 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2800,6 +2800,7 @@ DanyLeeCS - 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 -[Vedant Raj Singh Parmar](github.com/VVR6) From 1ba5e4cf2c916b6b64891261b0f69a82b9397305 Mon Sep 17 00:00:00 2001 From: Siddhi Galada Date: Fri, 12 Sep 2025 17:20:38 -0700 Subject: [PATCH 1794/2656] Add Siddhi-Galada to Contributors list (#103508) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c1f70956..3cf2ec2d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ BinhTran2k4 samuel KC (https://github.com/samuelkcherian) -[Marcus Luca] -[Sangeetha Devaraj](https://github.com/Sangeetha7) +-[Siddhi Galada](https://github.com/SiddhiGalada44) -[Amol](https://github.com/03amol) -[Hyunhee Jo](https://github.com/hnc-hyunheejo) -[Madhav Sharma](https://github.com/Madhav-Pro) From 2279d4ffc8fa978b018946ffc815c5d467888b2a Mon Sep 17 00:00:00 2001 From: Tyler Pearson Date: Fri, 12 Sep 2025 20:11:42 -0500 Subject: [PATCH 1795/2656] Add Tyler Pearson to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3cf2ec2d..4e1835a4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ BinhTran2k4 # Contributors - [Jessica Thomas](https://github.com/jmt713) - Hello, I hope everyone is doing well. I'm learning about pull requests and open source projects. +-[Tyler Pearson](https://github.com/tylerapear) - [b1tranger](https://github.com/b1tranger) -[Shalini Gupta](https://github.com/shalinigupta2501) -[David devmanki](https://github.com/davamanki) From 93379818fbb4ec9ca92343ce0636dd6ff1f83efe Mon Sep 17 00:00:00 2001 From: Tyler Pearson <128009824+tylerapear@users.noreply.github.com> Date: Fri, 12 Sep 2025 20:14:58 -0500 Subject: [PATCH 1796/2656] Add personal message to Tyler Pearson's name --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 4e1835a4..ada2bf6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,8 +3,9 @@ -[Layla](httplaylaSwifts://github.com/) BinhTran2k4 # Contributors -- [Jessica Thomas](https://github.com/jmt713) - Hello, I hope everyone is doing well. I'm learning about pull requests and open source projects. --[Tyler Pearson](https://github.com/tylerapear) +- [Jessica Thomas](https://github.com/jmt713) - Hello, I hope everyone is doing well. I'm learning about pull requests and open source projects. +- [Tyler Pearson](https://github.com/tylerapear) - Thanks for the opportunity to make my first contribution! + - [b1tranger](https://github.com/b1tranger) -[Shalini Gupta](https://github.com/shalinigupta2501) -[David devmanki](https://github.com/davamanki) From f1f3b9d13c4610d1c8f1d8e7cfcf4aeeeae11aeb Mon Sep 17 00:00:00 2001 From: rryyqn Date: Sat, 13 Sep 2025 12:50:04 +1000 Subject: [PATCH 1797/2656] Add rryyqn to Contributors List (#103510) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3cf2ec2d..7acfa7b3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ -[Layla](httplaylaSwifts://github.com/) BinhTran2k4 # Contributors +- [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) - Hello, I hope everyone is doing well. I'm learning about pull requests and open source projects. - [b1tranger](https://github.com/b1tranger) -[Shalini Gupta](https://github.com/shalinigupta2501) From 148fcbcddff5c2c5533caf09e71c6cd19b7fe613 Mon Sep 17 00:00:00 2001 From: bclaire92 <127732384+bclaire92@users.noreply.github.com> Date: Sat, 13 Sep 2025 03:51:47 +0100 Subject: [PATCH 1798/2656] Add Babrah Ekele to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3cf2ec2d..4af2f6f5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2811,3 +2811,4 @@ DanyLeeCS - [Kai Feng](https://github.com/kaifeng-cmd) - [peng qin](https://github.com/pengqinppp) - [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) +- [Babrah Ekele](https://github.com/bclaire92) From 7b93d11e323db3054a77dd3524dad3996bef975b Mon Sep 17 00:00:00 2001 From: bclaire92 <127732384+bclaire92@users.noreply.github.com> Date: Sat, 13 Sep 2025 04:03:31 +0100 Subject: [PATCH 1799/2656] Add Babrah Ekele to Contributors list (#103511) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7acfa7b3..f3d87ae6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2812,3 +2812,4 @@ DanyLeeCS - [Kai Feng](https://github.com/kaifeng-cmd) - [peng qin](https://github.com/pengqinppp) - [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) +- [Babrah Ekele](https://github.com/bclaire92) From 302d11afe75ee0a0cad36fecf6d994ef3bb77547 Mon Sep 17 00:00:00 2001 From: Artur Chagas <126296693+Artur-chagas-shu@users.noreply.github.com> Date: Sat, 13 Sep 2025 00:18:42 -0300 Subject: [PATCH 1800/2656] Add Artur Chagas to the Contributors list (#103512) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f3d87ae6..8710ba62 100644 --- a/Contributors.md +++ b/Contributors.md @@ -717,6 +717,7 @@ LIUYY到此一游 - [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) From 7efb3c2667de14c19902a1aa6c4941c635a7bacf Mon Sep 17 00:00:00 2001 From: ledi1026 <3118490891@qq.com> Date: Sat, 13 Sep 2025 11:34:13 +0800 Subject: [PATCH 1801/2656] Add ledi1026 to Contributors list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 3cf2ec2d..380a9d95 100644 --- a/Contributors.md +++ b/Contributors.md @@ -347,6 +347,9 @@ sdumini - [gcgc] -[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) -[Karol Budzko](https://github.com/krlkarol) From 5a3d280c8f9f0ca051c733f4ae794397200efb2b Mon Sep 17 00:00:00 2001 From: bclaire92 <127732384+bclaire92@users.noreply.github.com> Date: Sat, 13 Sep 2025 04:39:11 +0100 Subject: [PATCH 1802/2656] Add intro file for Babrah --- babrah-intro.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 babrah-intro.md diff --git a/babrah-intro.md b/babrah-intro.md new file mode 100644 index 00000000..613f1815 --- /dev/null +++ b/babrah-intro.md @@ -0,0 +1,3 @@ +# About Me +Hi, my name is Babrah. I'm learning how to contribute to open source. +This is my practice file. From 4355bcdc5317ab2fbb5bb4fbb58470379c2e90a5 Mon Sep 17 00:00:00 2001 From: Mikhailov Egor Date: Sat, 13 Sep 2025 01:12:37 -0400 Subject: [PATCH 1803/2656] feat: added Egor Mikhailov to Contributors list (#103515) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8710ba62..65e3a174 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1866,6 +1866,7 @@ Eoin O'B - [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) From 8aa45402904b83589f9814907c4d6f0d8c0042fb Mon Sep 17 00:00:00 2001 From: Keshav <161911630+keshav-develops@users.noreply.github.com> Date: Sat, 13 Sep 2025 12:11:09 +0530 Subject: [PATCH 1804/2656] Updated Contributors.md (#103517) Added my and profile URL --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 65e3a174..364e0177 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2815,3 +2815,4 @@ DanyLeeCS - [peng qin](https://github.com/pengqinppp) - [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) - [Babrah Ekele](https://github.com/bclaire92) +- [Keshav](https://github.com/keshav-develops) From b328ce52df234f4cf7447cf324e1ea46039e1d08 Mon Sep 17 00:00:00 2001 From: nikitakar9862 Date: Sat, 13 Sep 2025 16:20:55 +0530 Subject: [PATCH 1805/2656] added my name into contributors (#103521) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 364e0177..1f8a50d9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2816,3 +2816,4 @@ DanyLeeCS - [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) - [Babrah Ekele](https://github.com/bclaire92) - [Keshav](https://github.com/keshav-develops) +- [Nikita kar](https://github.com/nikitakar9862) \ No newline at end of file From bed0211375c6f2bf5c76c4a1c0d175db6217b1e8 Mon Sep 17 00:00:00 2001 From: Rohan <145693071+kalki-19RS@users.noreply.github.com> Date: Sat, 13 Sep 2025 16:29:02 +0530 Subject: [PATCH 1806/2656] Add rohan-shinde to Contributors list (#103522) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1f8a50d9..0bb07020 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2815,5 +2815,6 @@ DanyLeeCS - [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) \ No newline at end of file From e945758546440b5b2126a93d22fe2c0f411a2968 Mon Sep 17 00:00:00 2001 From: Harshitha <141337785+manajigari-harshitha@users.noreply.github.com> Date: Sat, 13 Sep 2025 16:36:40 +0530 Subject: [PATCH 1807/2656] Add Manajigari Harshitha to Contributors list (#103523) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index faf7d166..b2a0d918 100644 --- a/Contributors.md +++ b/Contributors.md @@ -31,6 +31,7 @@ samuel KC (https://github.com/samuelkcherian) -[Luke Flaker](https://github.com/lgf33) -[AMol (https://github.com/Abhiraj36)] -[Mihika (https://github.com/mihika632)] +-[Manajigari Harshitha](https://github.com/manajigari-harshitha) -[Harish Nemade (https://github.com/harishnemade100)] -[Abhiraj Aryan (https://github.com/Abhiraj36)] -[Krittika Biswas](https://github.com/krittikabiswas) From 6e9bab21e4814368c48751cb6571611e064b1645 Mon Sep 17 00:00:00 2001 From: Symphony007 Date: Sat, 13 Sep 2025 16:45:55 +0530 Subject: [PATCH 1808/2656] Add Symphony007 to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1f8a50d9..401676c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -98,7 +98,7 @@ samuel KC (https://github.com/samuelkcherian) -[Leandro Reis](https://github.com/leandro-01) -[Vishal Perla](https://github.com/Vishal-Perla) -Isabella Ramirez E. - +-[Symphony007](https://github.com/Symphony007) -[Ayushii](https://github.com/Skiee9/Streamify) -[Karthik Balasubramanian](https://github.com/karthik-bsubramanian) From 85a99cdb8b731e4591338eee37a26e2be87acbca Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sat, 13 Sep 2025 13:28:02 +0200 Subject: [PATCH 1809/2656] Update Contributors.md --- Contributors.md | 124 +++--------------------------------------------- 1 file changed, 6 insertions(+), 118 deletions(-) diff --git a/Contributors.md b/Contributors.md index 1fe40150..727c4755 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,122 +1,10 @@ -- [zainibinov](https://github.com/zainibinov) - --[Layla](httplaylaSwifts://github.com/) -BinhTran2k4 # Contributors - [rryyqn](https://github.com/rryyqn) -- [Jessica Thomas](https://github.com/jmt713) - Hello, I hope everyone is doing well. I'm learning about pull requests and open source projects. +- [Jessica Thomas](https://github.com/jmt713) - [b1tranger](https://github.com/b1tranger) -[Hemant Sikarwar] (https://github.com/hemantsikarwar2212) --[Shalini Gupta](https://github.com/shalinigupta2501) --[David devmanki](https://github.com/davamanki) +- [Shalini Gupta](https://github.com/shalinigupta2501) +- [David devmanki](https://github.com/davamanki) - [Priyanshu Saxena] (https://github.com/Priyanshuxddd) --[Mevin JR] (https://github.com/Mevin-JR) --[nick](https://github.com/nickwhill12) --[Keith](hhtps://github.com/kdsnau) --[Austin Makila](https://github.com/austinmakila) -samuel KC (https://github.com/samuelkcherian) --[Marcus Luca] --[Sangeetha Devaraj](https://github.com/Sangeetha7) --[Siddhi Galada](https://github.com/SiddhiGalada44) --[Amol](https://github.com/03amol) --[Hyunhee Jo](https://github.com/hnc-hyunheejo) --[Madhav Sharma](https://github.com/Madhav-Pro) --[Brad Andrews] (https://github.com/BAndrews82) --[Gaurav Oza](https://github.com/gauravoza07) --[Himanshu Bhardwaj](https://github.com/bprince203) --[Dane Ley](https://github.com/dley18) --[Sara Ramazani](https://github.com/sara-ramazani) --[Vinutha R](https://github.com/Vinutha71-R) --[At](https://github.com/AungThu116) --[Vivekananda Reddy](https://github.com/23f1002129) --[Luke Flaker](https://github.com/lgf33) --[AMol (https://github.com/Abhiraj36)] --[Mihika (https://github.com/mihika632)] --[Manajigari Harshitha](https://github.com/manajigari-harshitha) --[Harish Nemade (https://github.com/harishnemade100)] --[Abhiraj Aryan (https://github.com/Abhiraj36)] --[Krittika Biswas](https://github.com/krittikabiswas) --[Tharunchary Kashivajjala](https://github.com/Tharunchary05) -- [Sandeep Singh](https://github.com/SANDEEPNEGI07) --[MD. Nayeem Islam](https://github.com/me-nayeem) --[qlsl1198](https://github.com/qlsl1198) --[Zazel Turner](https://gihub.com/zpt4)] --[Dhrumil Bhut](https://github.com/dhrumilbhut) --[Dérick Campos](https://github.com/Derickcsantos) --[Akhilesh Kotwal](https://github.com/AkhileshKotwal7) --[Aashu](https://github.com/ashu273k) --[BlkMambaGod](https://github.com/BlkMambaGod) --[Andrés Fernández](https://github.com/andres-dev-col) --[Mahdi masoumi](https://github.com/Mahdi-masoumi) --[Dango Dono](https://github.com/CodingDango) --[Kyleigh Harkless](https://github.com/KyleighHarkless) --[Alexa Aguilar](https://github.com/alexaaguilar10) --[Jeff Kamau](https://github.com/JEFFHONTEZ) --[Annaliese Dedmore](https://github.com/ard584) --[Kasper Veliz](https://github.com/KasperVeliz) - [Olusegun Feyisetan](https://github.com/segun4alx) --[Arun koshika](https://github.com/koshikaVarun) --[Rehan Ahmed](https://github.com/rehan6025) --[Nam Hoang](https://github.com/namht-web-dev) -- [Damola](https://github.com/dax-side) --[Return Coder](https://github.com/nankam123) --[Akhil Balthi](https://github.com/akhilrocz) --[Apheksha B](https://github.com/apheksha) --[Christofer V](https://github.com/CocoCrispy95) --[Ajay Kumar Dhakar](https://github.com/ajaydhaked) --[Mufti Bin Habib](https://github.com/MuftiBinHabib) --[Minerva Shen](https://github.com/mshen05) --[Mohammed Salem](https://github.com/mohamedsalem21v) --[Charles Wang](https://github.com/CharlesWangSA) --[Ben Fullerton](https://github.com/CharlesWangSA) --[Alan Duff](https://github.com/alankduff) --[Jeevanandham D](github.com/jeevanandhamd23) --[Ahmed Faraj](https://github.com/Ahmad-Faraj) --[Daksh Amalseda](https://github.com/HITMAN5050) --[Vignesh Ambaykar](https://github.com/Vignesh0408) --[Amrita Shrivastava](https://github.com/Astro-naut) --[Alex Bogden](https://github.com/AlexBogden) --[Gangadevi] -- [James_Harris](https://github.com/jamesharris1307) --[Akshat Baranwal](https://github.com/Akshat1931) --[Rishi](https://github.com/Rishi-Repos) --[Wolf-Root](https://github.com/Wolf-Root) --[Nguyễn Quốc Vỹ - 226148 - 57] --[Krish Savaliya](https://github.com/Krishsavaliya) --[Majora94] --[Poorvinfi] --[Ram Gupta](https://github.com/RamG222) --[Tran Minh Khang](https://github.com/khang220495-rgb) --[Nguyen Thanh](https://github.com/Whotao89) --[Nguyen Quoc Tinh] --[Rami Walid] --[Boyloytt] --[Le Truong Hai] --[Anna Cheatham] --[Bhaskar Joyti Mitra](https://github.com/sentientsonograph) --[Gurleen Kaur Bali](https://github.com/gurleenkaurbali19) --[Huynh Phuoc Hien](https://github.com/Phuochien121) --[Swarna](https://github.com/Swarna-N-T) --[sriram rasamala](https://github.com/sriram-rasamala7) --[Leandro Reis](https://github.com/leandro-01) --[Vishal Perla](https://github.com/Vishal-Perla) --Isabella Ramirez E. --[Tonsai](https://github.com/tonsai987654321) --[Ayushii](https://github.com/Skiee9/Streamify) --[Karthik Balasubramanian](https://github.com/karthik-bsubramanian) --[Aron Gebrezghr] --[Akash](https://github.com/Akash-code-0-1) --[reluttrull](https://github.com/reluttrull/) --[Soumyajit Paramanick](https://github.com/Soumyajit-Paramanick) --[Ryu](https://github.com/wrryu528-wq) --[shatha](https://github.com/shathaalrshoudi) -- [Agwave](https://github.com/agwave) -- [Pradhyumn](https://github.com/Pradhyumn-24) -- [EtharAlashri](https://github.com/etharalashri) --[laleyou](https://github.com/laleyou) --Merala Archana --Karthik H --[EmmaCahu] - [Sumit Pandey](https://github.com/5umitpandey) - [Sneha Gadekarla] (https://github.com/SnehaG100) - [Pavan Mhaisne](https://github.com/piyushm4) @@ -127,7 +15,7 @@ samuel KC (https://github.com/samuelkcherian) - [Rohan Shukla] (https://github.com/RohanShukla23) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) --[Mahmoud Mohsen](https://github.com/Mahmoud12344) +- [Mahmoud Mohsen](https://github.com/Mahmoud12344) - [Gokoku](https://github.com/gokoku) - sardor Uchqunov - Ahmed Abouelnaga @@ -138,7 +26,7 @@ samuel KC (https://github.com/samuelkcherian) - DKshetry - [Vedanth](https://github.com/Vedanth81106) - [Diogo Ferreira](https://github.com/fdiogo1) --[Hakimo abdikadir](https://github.com/hikmaladan) +- [Hakimo abdikadir](https://github.com/hikmaladan) - [Jason Wiggs](https://github.com/wiggs30) - [DMS Menula](https://github.com/DMS-Menula/) - [Ernesto Donado](https://github.com/edonado2) @@ -2828,4 +2716,4 @@ DanyLeeCS - [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) \ No newline at end of file +- [Nikita kar](https://github.com/nikitakar9862) From cda9cf4fa76ba459dfd226e38e5545b0d214b089 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sat, 13 Sep 2025 13:31:29 +0200 Subject: [PATCH 1810/2656] Delete Contributions.md --- Contributions.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Contributions.md diff --git a/Contributions.md b/Contributions.md deleted file mode 100644 index 3c2e8723..00000000 --- a/Contributions.md +++ /dev/null @@ -1 +0,0 @@ -[jeeracd] (https://github.com/jeeracd) - Hello, this is my first GitHub Contributions; September 09, 2025 From ef15c272038a85192f8c12c2abca060999a30751 Mon Sep 17 00:00:00 2001 From: Rudra Tailor <69949862+RudraTailor@users.noreply.github.com> Date: Sat, 13 Sep 2025 07:42:34 -0400 Subject: [PATCH 1811/2656] Add RUDRA TAILOR to Contributos list (#103422) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 43922674..1e4f12fe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -51,6 +51,7 @@ - Bhuvana Madiraju - Aditya Singh Kushwah - [Kat R.](https://github.com/KxttyKxt) +- [RUDRA TAILOR](https://github.com/RudraTailor) - santiago robles - adasrh yadav - Debanjan Kshetry From de1a51bf14016530ca86d928e402c45ff4b4cf79 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sat, 13 Sep 2025 13:44:27 +0200 Subject: [PATCH 1812/2656] Delete babrah-intro.md --- babrah-intro.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 babrah-intro.md diff --git a/babrah-intro.md b/babrah-intro.md deleted file mode 100644 index 613f1815..00000000 --- a/babrah-intro.md +++ /dev/null @@ -1,3 +0,0 @@ -# About Me -Hi, my name is Babrah. I'm learning how to contribute to open source. -This is my practice file. From 21d7f2736cb66bd3571ea1212c07306c84429647 Mon Sep 17 00:00:00 2001 From: krrish ray Date: Sat, 13 Sep 2025 18:11:23 +0530 Subject: [PATCH 1813/2656] here are the changes I made to the Contributors.md (#103525) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1e4f12fe..3929fc1f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Krrishray](https://github.com/krrishray) - [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) - [b1tranger](https://github.com/b1tranger) From 4274c953e472ef92d498930a0b136c0c1594d6fb Mon Sep 17 00:00:00 2001 From: Palak Pimpalkar Date: Sat, 13 Sep 2025 18:22:39 +0530 Subject: [PATCH 1814/2656] Add Palak Pimpalkar to Contributors list (#103527) Co-authored-by: Palak Pimpalkar --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3929fc1f..4dfddfda 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2719,3 +2719,4 @@ DanyLeeCS - [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) \ No newline at end of file From f19b0e29c472834a791af4ea3687e6fb03d23dfe Mon Sep 17 00:00:00 2001 From: eldred16 Date: Sat, 13 Sep 2025 16:01:15 +0300 Subject: [PATCH 1815/2656] Add Kubanja Elijah Eldred to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cc6e063c..31d79945 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2732,3 +2732,4 @@ DanyLeeCS -[Miguel Angel](https://github.com/first-contributions) - [Demagalawrence](https://github.com/Demagalawrence) [Jhoan Montes](https://github.com/JhoanMontes) +- [Eldred16](https://github.com/Eldred16) From e73d797f81b2bde292c4cc2d98030d1f42d49ee5 Mon Sep 17 00:00:00 2001 From: Vedant Raj Singh Parmar Date: Sat, 13 Sep 2025 19:08:27 +0530 Subject: [PATCH 1816/2656] corrected my name in the repo --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3bfcf6de..df8ac23a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2780,4 +2780,5 @@ DanyLeeCS - [Sush Mullur](https://github.com/sushmullur) - Benjamin Jones - Munendra Choudhary --[Vedant Raj Singh Parmar](github.com/VVR6) \ No newline at end of file + +- [Vedant Raj Singh Parmar](github.com/VVR6) \ No newline at end of file From a04be5dfafc4e851426e2ff449e696f7cf347afd Mon Sep 17 00:00:00 2001 From: Priyanshu jindal Date: Sat, 13 Sep 2025 19:32:01 +0530 Subject: [PATCH 1817/2656] Add priyanshu jindal (#103530) * Add Priyanshujindal * Add Priyanshujindal --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4dfddfda..1f05abf0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Priyanshujindal](https://github.com/Priyanshujindal) - [Krrishray](https://github.com/krrishray) - [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) From 91b660cff237ea520ed45cc0f3c57bc73c4b88ee Mon Sep 17 00:00:00 2001 From: srj-145 Date: Sat, 13 Sep 2025 19:54:19 +0530 Subject: [PATCH 1818/2656] It's Done (#103532) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1f05abf0..a5c96e94 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2720,4 +2720,5 @@ DanyLeeCS - [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) \ No newline at end of file +- [Palak Pimpalkar](https://github.com/Palak0705) +- [Suriti Joshi] (https://github.com/srj-145) \ No newline at end of file From e6af20fe9d76250f99d16ee6cf8ef5620bde4349 Mon Sep 17 00:00:00 2001 From: zshs000 <143915664+zshs000@users.noreply.github.com> Date: Sat, 13 Sep 2025 22:58:43 +0800 Subject: [PATCH 1819/2656] Add to Contributors list (#103533) * Add to Contributors list * Add zhoushuo to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a5c96e94..00ebec50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2721,4 +2721,5 @@ DanyLeeCS - [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) \ No newline at end of file From 892988909df1341b90e0bd6fe9f18dd11405a8be Mon Sep 17 00:00:00 2001 From: Abdul Rafique Date: Sat, 13 Sep 2025 20:44:57 +0500 Subject: [PATCH 1820/2656] Add Abdul Rafique to Contributors list (#103535) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 00ebec50..c1a4067b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Abdul Rafique](https://github.com/abdul-rafique) - [Priyanshujindal](https://github.com/Priyanshujindal) - [Krrishray](https://github.com/krrishray) - [rryyqn](https://github.com/rryyqn) From e5c5b956acd1cbdcb4ea6a881f844f4783267afe Mon Sep 17 00:00:00 2001 From: lizetao25 Date: Sun, 14 Sep 2025 00:15:19 +0800 Subject: [PATCH 1821/2656] Add CyberJoke to Contributors List. --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index c1a4067b..64dcc9de 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2503,7 +2503,6 @@ sh0uka -[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] @@ -2723,4 +2722,5 @@ DanyLeeCS - [Nikita kar](https://github.com/nikitakar9862) - [Palak Pimpalkar](https://github.com/Palak0705) - [zhoushuo](https://github.com/zshs000) -- [Suriti Joshi] (https://github.com/srj-145) \ No newline at end of file +- [Suriti Joshi] (https://github.com/srj-145) +- CyberJoke \ No newline at end of file From dfaf9f1338ccefba31d92bf98769039733dfa742 Mon Sep 17 00:00:00 2001 From: Syink <159165710+syinkboy@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:20:34 +0200 Subject: [PATCH 1822/2656] Add my name to contributors for first contribution (#103537) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c1a4067b..dc08d72e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2723,4 +2723,5 @@ DanyLeeCS - [Nikita kar](https://github.com/nikitakar9862) - [Palak Pimpalkar](https://github.com/Palak0705) - [zhoushuo](https://github.com/zshs000) -- [Suriti Joshi] (https://github.com/srj-145) \ No newline at end of file +- [Suriti Joshi] (https://github.com/srj-145) +- [Syink](https://github.com/syinkboy) \ No newline at end of file From e3549be1966b0e0d7007481a9249dc1ab2de6bc7 Mon Sep 17 00:00:00 2001 From: MatteoRigoni <78760991+MatteoRigoni@users.noreply.github.com> Date: Sat, 13 Sep 2025 19:14:01 +0200 Subject: [PATCH 1823/2656] Add your-name to Contributors list (#103541) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index dc08d72e..3dd8bb14 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2724,4 +2724,5 @@ DanyLeeCS - [Palak Pimpalkar](https://github.com/Palak0705) - [zhoushuo](https://github.com/zshs000) - [Suriti Joshi] (https://github.com/srj-145) -- [Syink](https://github.com/syinkboy) \ No newline at end of file +- [Syink](https://github.com/syinkboy) +- [MatteoRigoni](https://github.com/MatteoRigoni) \ No newline at end of file From f4bb8153dbaf6a5bb5fe36ca382bed23e673de0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A0h=C3=ADl=20Sh=C3=A0rm=C3=A1?= <132856321+sahil-me@users.noreply.github.com> Date: Sat, 13 Sep 2025 23:02:54 +0530 Subject: [PATCH 1824/2656] Add Sahil Sharma to Contributors list (#103542) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3dd8bb14..d72f6905 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2725,4 +2725,5 @@ DanyLeeCS - [zhoushuo](https://github.com/zshs000) - [Suriti Joshi] (https://github.com/srj-145) - [Syink](https://github.com/syinkboy) +- [Sahil Sharma](https://github.com/sahil-me) - [MatteoRigoni](https://github.com/MatteoRigoni) \ No newline at end of file From 1ecdfacf9acb2b60b30a3de33362cdb8a7310185 Mon Sep 17 00:00:00 2001 From: ARUSHIGULBHILE Date: Sat, 13 Sep 2025 23:33:55 +0530 Subject: [PATCH 1825/2656] Add Arushi Gulbhile to the list of contributors --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3dd8bb14..aa8ee856 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2725,4 +2725,4 @@ DanyLeeCS - [zhoushuo](https://github.com/zshs000) - [Suriti Joshi] (https://github.com/srj-145) - [Syink](https://github.com/syinkboy) -- [MatteoRigoni](https://github.com/MatteoRigoni) \ No newline at end of file +- [ARUSHI GULBHILE](https://github.com/ARUSHIGULBHILE) \ No newline at end of file From 69086589dd5105925b9721797df95bf74d3d34c5 Mon Sep 17 00:00:00 2001 From: Vasilis Kokotakis <143056796+VasilisKokotakis@users.noreply.github.com> Date: Sat, 13 Sep 2025 20:16:09 +0200 Subject: [PATCH 1826/2656] Add Vasilis Kokotakis to Contributors list (#103545) Co-authored-by: vasilis_kokotakis --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d72f6905..2bab4d87 100644 --- a/Contributors.md +++ b/Contributors.md @@ -61,6 +61,7 @@ - Manthan Maidawat - Arnim Kuchhal - 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) From 6fb6210bb693697748443b6c602f883c6efc9b40 Mon Sep 17 00:00:00 2001 From: Robin Hall Date: Sat, 13 Sep 2025 16:03:59 -0500 Subject: [PATCH 1827/2656] Add Robin Hall to Contributors List (#103546) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 2bab4d87..8bbf0e31 100644 --- a/Contributors.md +++ b/Contributors.md @@ -584,6 +584,7 @@ LIUYY到此一游 - [Diya Pandey](https://github.com/diyapandey) - Subikshaa_Sakthivel_IMT2023020 (https://github.com/Subikshaa22) - [Guganraj Rengaraju](https://github.com/george1518) +- Robin Hall - doraemon-nobi - Lanky_ - Matt @@ -2727,4 +2728,4 @@ DanyLeeCS - [Suriti Joshi] (https://github.com/srj-145) - [Syink](https://github.com/syinkboy) - [Sahil Sharma](https://github.com/sahil-me) -- [MatteoRigoni](https://github.com/MatteoRigoni) \ No newline at end of file +- [MatteoRigoni](https://github.com/MatteoRigoni) From 77fda16818da2c34dcaa08072235422d44baee4e Mon Sep 17 00:00:00 2001 From: cdscott37 Date: Sat, 13 Sep 2025 16:14:48 -0500 Subject: [PATCH 1828/2656] Add Cameron Scott to contributors list (#103547) Included Cameron Scott's GitHub profile in the Contributors.md file. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8bbf0e31..31f543bf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - sardor Uchqunov - Ahmed Abouelnaga - [Alex Ivaschenko] (https://github.com/ivaschenkoalex) +- [Cameron Scott](https://github.com/cdscott37) - Patty - Vivek Gupta - bimo105108 From 3e806381005c39dd5765ed25cc6e40876c26df4b Mon Sep 17 00:00:00 2001 From: agusfdzm <129664400+agusfdzm@users.noreply.github.com> Date: Sun, 14 Sep 2025 00:05:07 +0200 Subject: [PATCH 1829/2656] Add Agus to Contributors list (#103548) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 31f543bf..4fac7ec2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -29,6 +29,7 @@ - bimo105108 - DKshetry - [Vedanth](https://github.com/Vedanth81106) +- [Agus](https://github.com/agusfdzm) - [Diogo Ferreira](https://github.com/fdiogo1) - [Hakimo abdikadir](https://github.com/hikmaladan) - [Jason Wiggs](https://github.com/wiggs30) From bb94dd866e8110200a89724f96a2e038c1f1de70 Mon Sep 17 00:00:00 2001 From: afashih-samuel Date: Sun, 14 Sep 2025 10:34:43 +1200 Subject: [PATCH 1830/2656] Add Samuel to Contribution list (#103549) Co-authored-by: samuel --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4fac7ec2..5181cd3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -892,6 +892,7 @@ The-Yash-is-Joined - [Bobby Wells](https://github.com/bobbywells52) - [Avadhoot Kulkarni] (https://github.com/Avadhoot-Kulkarni) - [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) From a58785269652576a877566195a320d145e2f786b Mon Sep 17 00:00:00 2001 From: Hassan Mohamed Date: Sun, 14 Sep 2025 01:42:50 +0300 Subject: [PATCH 1831/2656] Add Hassan Zidan to Contributors list (#103550) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5181cd3a..04c8d756 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2732,3 +2732,4 @@ DanyLeeCS - [Syink](https://github.com/syinkboy) - [Sahil Sharma](https://github.com/sahil-me) - [MatteoRigoni](https://github.com/MatteoRigoni) +- [Hassan Zidan](https://github.com/Hassannzidan) From aff122fd4f44ed0363e29c2c878541e9f505dfc3 Mon Sep 17 00:00:00 2001 From: Cesar Rice <147956552+checharito14@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:16:01 -0700 Subject: [PATCH 1832/2656] Add cesar-rice to contributors list (#103552) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 04c8d756..b4210188 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2730,6 +2730,7 @@ DanyLeeCS - [zhoushuo](https://github.com/zshs000) - [Suriti Joshi] (https://github.com/srj-145) - [Syink](https://github.com/syinkboy) +- [Cesar Rice](https://github.com/checharito14) - [Sahil Sharma](https://github.com/sahil-me) - [MatteoRigoni](https://github.com/MatteoRigoni) - [Hassan Zidan](https://github.com/Hassannzidan) From c86317ba9b879c55d28cbbe2bec822557b18bb75 Mon Sep 17 00:00:00 2001 From: Lemuel Robinson <132776922+lrobin42@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:30:08 -0700 Subject: [PATCH 1833/2656] nvm (#103553) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b4210188..e35b1ce2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -41,6 +41,7 @@ - [Jack Crampton] (https://github.com/Gamesscow) - [Dhruv sawant] - [SungHo.You] +- [Miles Morales] - [lucas](https://github.com/Luc-as) - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- From 8814d763dbc5225ccd0b4d5a7639efe1167b2e3e Mon Sep 17 00:00:00 2001 From: Pratyush Kumar <36464949+pratyushkumar211@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:37:21 -0700 Subject: [PATCH 1834/2656] Add Pratyush Kumar to contributor list. (#103554) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e35b1ce2..61da30a8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -550,6 +550,7 @@ LIUYY到此一游 - [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) From eb19303a6c1138aa414cf67b662c0b64eb21a269 Mon Sep 17 00:00:00 2001 From: ThatScienceGirl <121858743+anushhkuh@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:27:09 -0700 Subject: [PATCH 1835/2656] add your-name to contributors list (#103555) Co-authored-by: atiwar55 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 61da30a8..6647cd1b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ - [Agus](https://github.com/agusfdzm) - [Diogo Ferreira](https://github.com/fdiogo1) - [Hakimo abdikadir](https://github.com/hikmaladan) +- Anushka - [Jason Wiggs](https://github.com/wiggs30) - [DMS Menula](https://github.com/DMS-Menula/) - [Ernesto Donado](https://github.com/edonado2) From 4f23ecd4ca0f50891ea2ae7235b579d1337ab461 Mon Sep 17 00:00:00 2001 From: Dudley Orestil Date: Sat, 13 Sep 2025 22:42:56 -0400 Subject: [PATCH 1836/2656] Add dee276 to contributors (#103557) Co-authored-by: Orestil, Dudley --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6647cd1b..fe7c4157 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2732,6 +2732,7 @@ DanyLeeCS - [Palak Pimpalkar](https://github.com/Palak0705) - [zhoushuo](https://github.com/zshs000) - [Suriti Joshi] (https://github.com/srj-145) +- [Dudley Orestil] (https://github.com/dee276) - [Syink](https://github.com/syinkboy) - [Cesar Rice](https://github.com/checharito14) - [Sahil Sharma](https://github.com/sahil-me) From d823d447099be02054572e83d6b9073326f12ec2 Mon Sep 17 00:00:00 2001 From: masyitah <102456396+aktnlxk@users.noreply.github.com> Date: Sun, 14 Sep 2025 14:39:39 +0900 Subject: [PATCH 1837/2656] Add Dayangku Fatin Masyitah to Contributors list (#103560) Co-authored-by: Dayangku Fatin Masyitah Awang Ariffin --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe7c4157..5a9091c1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ - Ahmed Abouelnaga - [Alex Ivaschenko] (https://github.com/ivaschenkoalex) - [Cameron Scott](https://github.com/cdscott37) +- [Dayangku Fatin Masyitah] (https://github.com/aktnlxk) - Patty - Vivek Gupta - bimo105108 From 52f221564dc25917c998e3b94620bce5aa810a97 Mon Sep 17 00:00:00 2001 From: Amit D Mavinakatti Date: Sun, 14 Sep 2025 11:51:01 +0530 Subject: [PATCH 1838/2656] Amit gave his contribution (#103561) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a9091c1..8a18fb1f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Amit Mavinakatti] (https://github.com/Amit-Mavinakatti) - [Abdul Rafique](https://github.com/abdul-rafique) - [Priyanshujindal](https://github.com/Priyanshujindal) - [Krrishray](https://github.com/krrishray) From df2d0aaf352970710db387414ff66de0f7e2c33e Mon Sep 17 00:00:00 2001 From: Bhargavi Amillineni <147232054+bunnybhargavi@users.noreply.github.com> Date: Sun, 14 Sep 2025 12:01:48 +0530 Subject: [PATCH 1839/2656] Added A Bhargavi to the contributiors list (#103562) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8a18fb1f..d838180d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -65,6 +65,7 @@ - adasrh yadav - Debanjan Kshetry - Manthan Maidawat +- A Bhargavi (https://github.com/bunnybhargavi) - Arnim Kuchhal - Niv Aravindmali - Vasilis Kokotakis (https://github.com/VasilisKokotakis) From 2dd27be8934fcf2186def1df94f420327b3b1ae3 Mon Sep 17 00:00:00 2001 From: Nithyakala Rajendran Date: Sat, 13 Sep 2025 23:44:29 -0700 Subject: [PATCH 1840/2656] Add Nithyakala Rajendran to Contributors list (#103564) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d838180d..b98e1705 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2741,3 +2741,4 @@ DanyLeeCS - [Sahil Sharma](https://github.com/sahil-me) - [MatteoRigoni](https://github.com/MatteoRigoni) - [Hassan Zidan](https://github.com/Hassannzidan) +- [Nithyakala Rajendran](https://github.com/nithya-kala) \ No newline at end of file From 9a9a8e7aea6fdcd0be1e174b5a1765b8896d3ddb Mon Sep 17 00:00:00 2001 From: Kartik Mahendra Patil <175294325+kmzpatil@users.noreply.github.com> Date: Sun, 14 Sep 2025 13:55:45 +0530 Subject: [PATCH 1841/2656] Add your-name to Contributors list (#103565) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b98e1705..3c89f5d5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2741,4 +2741,5 @@ DanyLeeCS - [Sahil Sharma](https://github.com/sahil-me) - [MatteoRigoni](https://github.com/MatteoRigoni) - [Hassan Zidan](https://github.com/Hassannzidan) -- [Nithyakala Rajendran](https://github.com/nithya-kala) \ No newline at end of file +- [Nithyakala Rajendran](https://github.com/nithya-kala) +- [Kresol Ghosh](https://github.com/KresolGhosh) \ No newline at end of file From 0aba845a023ff4238399bc3211f3fcd49846cf9d Mon Sep 17 00:00:00 2001 From: DIVYANSH-SHRIVASTAV <143244158+DIVYANSH-SHRIVASTAV@users.noreply.github.com> Date: Sun, 14 Sep 2025 14:03:57 +0530 Subject: [PATCH 1842/2656] Add Divyansh Shrivastav to Contributors list (#103566) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c89f5d5..6a58220c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Sim Hyeonmin](https://github.com/simhyunmin) - [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) +- [Divyansh Shrivastav](https://github.com/DIVYANSH-SHRIVASTAV) - [CasManny](https://github.com/CasManny) - [Rohan Shukla] (https://github.com/RohanShukla23) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) From 6fb5c34c086330fd4a1cf3065654184f20489841 Mon Sep 17 00:00:00 2001 From: David-L12 Date: Sun, 14 Sep 2025 12:29:22 +0200 Subject: [PATCH 1843/2656] Add David-L12 to Contributors list (#103567) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6a58220c..aa9b343b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1416,6 +1416,7 @@ Eoin O'B - [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) From 655a25f694da3556464eb1cb89052668c445cc4f Mon Sep 17 00:00:00 2001 From: jannat <170972371+jjannat04@users.noreply.github.com> Date: Sun, 14 Sep 2025 16:44:53 +0600 Subject: [PATCH 1844/2656] Add Jannatul-Ferdous to Contributors list (#103568) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aa9b343b..cadd5ed6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [Mahmoud Mohsen](https://github.com/Mahmoud12344) - [Gokoku](https://github.com/gokoku) - sardor Uchqunov +- Jannatul Ferdous - Ahmed Abouelnaga - [Alex Ivaschenko] (https://github.com/ivaschenkoalex) - [Cameron Scott](https://github.com/cdscott37) From 74e3151773ff379e89283e9d90aa2d6c76b260f6 Mon Sep 17 00:00:00 2001 From: Watson <81006304+tanso0126@users.noreply.github.com> Date: Sun, 14 Sep 2025 19:45:36 +0900 Subject: [PATCH 1845/2656] Add tanso0126 to Contributors list (#103569) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cadd5ed6..143c3eee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Amit Mavinakatti] (https://github.com/Amit-Mavinakatti) - [Abdul Rafique](https://github.com/abdul-rafique) - [Priyanshujindal](https://github.com/Priyanshujindal) +- [Watson](https://github.com/tanso0126) - [Krrishray](https://github.com/krrishray) - [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) From cd2e4a1cfa20d3b0d7186fcfe21d0b974b862ff3 Mon Sep 17 00:00:00 2001 From: alimo88 <125470593+alimo88@users.noreply.github.com> Date: Sun, 14 Sep 2025 15:09:23 +0100 Subject: [PATCH 1846/2656] Add: Ali Mohamed to Contribution list (#103570) * Add: Ali Mohamed to Contribution list * Update Contributors.md * Update Contributors.md * fix: keep existing contributors, add Ali Mohamed * Update Contributors.md * Add: Ali Mohamed to Contribution list * Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8a9e899b..0a6d69a7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2749,3 +2749,4 @@ DanyLeeCS - [Hassan Zidan](https://github.com/Hassannzidan) - [Nithyakala Rajendran](https://github.com/nithya-kala) - [Kresol Ghosh](https://github.com/KresolGhosh) +- [Ali Mohamed](https://github.com/alimo88) From 8d0214416da2cbb65169c8a31bd595f5c70cd7f0 Mon Sep 17 00:00:00 2001 From: Krithika1627 Date: Sun, 14 Sep 2025 20:03:39 +0530 Subject: [PATCH 1847/2656] Add Krithika V to Contributors list (#103574) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0a6d69a7..39540d57 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2750,3 +2750,4 @@ DanyLeeCS - [Nithyakala Rajendran](https://github.com/nithya-kala) - [Kresol Ghosh](https://github.com/KresolGhosh) - [Ali Mohamed](https://github.com/alimo88) +- [Krithika V] (https://github.com/Krithika1627) From 993a393301d431d9ae2cd3a7fac058de016934cc Mon Sep 17 00:00:00 2001 From: Csomorka Date: Sun, 14 Sep 2025 16:43:15 +0200 Subject: [PATCH 1848/2656] Add Csomorka to Contributors list (#103575) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 39540d57..ef5d366e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ - [Mahmoud Mohsen](https://github.com/Mahmoud12344) - [Gokoku](https://github.com/gokoku) - sardor Uchqunov +- [Nagy Csomor István] (https://github.com/Csomorka) - Jannatul Ferdous - Ahmed Abouelnaga - [Alex Ivaschenko] (https://github.com/ivaschenkoalex) From 4e017ea4683278ab7f3c65a0182d12248f4a13b4 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sun, 14 Sep 2025 16:49:40 +0200 Subject: [PATCH 1849/2656] Update Things a non Programmer can do.md --- docs/additional-material/Things a non Programmer can do.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/additional-material/Things a non Programmer can do.md b/docs/additional-material/Things a non Programmer can do.md index 7ebc573a..23622114 100644 --- a/docs/additional-material/Things a non Programmer can do.md +++ b/docs/additional-material/Things a non Programmer can do.md @@ -123,8 +123,6 @@ Most of all, listen to what people around you discuss. See if you can recognize The best way to learn more about a topic is to try to teach it. The best teacher is the one who can explain complex stuff with simple examples. So you need to try to be the best teacher to be the best learner and the best in your programming world. Teaching others will make you feel better about yourself and it will help you get better skills and knowledge in your profession. When you get help from someone don't keep it to yourself share it with others. Make the world a better place to live. -## Additional Non-Programmer Contributions - 17. **Improve Accessibility** - Audit project documentation/websites for: - Alt text for images. From df06b6dd90eb85fdd8d5a955a36eeeffbc3596f3 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sun, 14 Sep 2025 16:57:38 +0200 Subject: [PATCH 1850/2656] Delete docs/translations/README.sa.md --- docs/translations/README.sa.md | 169 --------------------------------- 1 file changed, 169 deletions(-) delete mode 100644 docs/translations/README.sa.md diff --git a/docs/translations/README.sa.md b/docs/translations/README.sa.md deleted file mode 100644 index 7a88911f..00000000 --- a/docs/translations/README.sa.md +++ /dev/null @@ -1,169 +0,0 @@ -[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/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) - - -# प्रथमः योगदानः (First Contributions) - -एषः परियोजनः नूतनानां योगदानकर्तṝणां कृते प्रथमं योगदानं सरलतया कर्तुं मार्गदर्शनं च यच्छति। यदि त्वं प्रथमं योगदानं कर्तुं इच्छसि, अधोलिखितान् चरणान् अनुसर। - -_यदि त्वं आदेशपङ्क्त्या (command line) सह सुखं न अनुभवसि, तर्हि [GUI उपकरणं उपयुज्य एते मार्गदर्शकाः सन्ति।](#tutorials-using-other-tools)_ - -fork this repository - -#### यदि ते संगणके git अस्ति न चेत्, [तत् स्थापय।](https://docs.github.com/en/get-started/quickstart/set-up-git) - -## एतत् भण्डारं (repository) फोर्क् कुरु - -पृष्ठस्य उपरिस्थे फोर्क् (fork) बटनं नुद। -एवं कृत्वा एषः भण्डारः तव GitHub खातायाम् प्रतिलिपिरूपेण रच्यते। - -## भण्डारं क्लोनं कुरु - -clone this repository - -GitHub गत्वा, स्वीयं फोर्क्-भण्डारं उद्घाट्य, ‘Code’ बटनं नुद। ततः SSH चयनं कृत्वा ‘copy URL to clipboard’ चिह्नं नुद। - -पश्चात् टर्मिनल् उद्घाट्य, एषः आदेशः प्रयोज्यः — - -```bash -git clone "url you just copied" -``` - -yatra "url you just copied" (चिन्हविना) अस्ति, सः एषः भण्डारस्य url (तव fork कृत परियोजनायाः)। पूर्वं निर्दिष्टं चरणं पश्य। - -copy URL to clipboard - -उदाहरणार्थ — - -```bash -git clone git@github.com:this-is-you/first-contributions.git -``` - -`this-is-you` इत्येतत् तव `GitHub` उपयोगकर्तृनाम (username) अस्ति। अत्र त्वं `GitHub` स्थित `first-contributions` नामकस्य भण्डारस्य सामग्रीं स्वयम् यन्त्रे अनुकलयसि। - -## शाखां (branch) रचय - -स्वयम् यन्त्रे भण्डारस्य निर्देशिकायाम् प्रवेशं कुरु (यदि तत्र पूर्वमेव न स्थितः)। - -```bash -cd first-contributions -``` -इदानीं `git switch` आदेशं उपयुज्य शाखां निर्मारय। - -```bash -git switch -c your-new-branch-name -``` - -उदाहरणतः — - -```bash -git switch -c add-alonzo-church -``` - -
-यदि git switch कार्यं न करोति, तर्हि एतत् प्रयोज्यं: - -यदि एषः दोषसन्देशः दृश्यते— "Git: switch git-आदेशः नास्ति। git –help पश्य।", तर्हि सम्भवतः त्वं git-नामकस्य पुरातन-संस्करणं उपयोगसि। - -एतादृशे स्थितौ git checkout इत्ययं आदेशः प्रयुज्यताम्। - -```bash -git checkout -b your-new-branch-name -``` - -
- -## परिवर्तनं कुरु च commit अपि कुरु - -इदानीं `Contributors.md` नामकं सञ्चिकां पाठसम्पादके उद्घाटय। तत्र स्वस्य नाम योजय। सञ्चिकायाः आरम्भे वा अन्ते च नाम न योजय। मध्ये कतरेषु अपि योजय। अनन्तरं तां सञ्चिकां संरक्षय। - -git status - -यदि त्वं परियोजनायाः निर्देशिकायां गत्वा `git status` आदेशं प्रवर्तयसि, तर्हि परिवर्तनानि दृश्यन्ते। - -git add आदेशं उपयुज्य त्वया नूतनया निर्मिता शाखा यत्र, तत्र एतानि परिवर्तनानि योजय। - -```bash -git add Contributors.md -``` - -इदानीं `git commit` आदेशं उपयुज्य एतानि परिवर्तनानि सङ्ग्रहीतुं `commit` कुरु। - -```bash -git commit -m "Add your-name to Contributors list" -``` - -`your-name` इत्येतत् स्वनाम्ना परिवर्तय। - -## GitHub इत्यत्र परिवर्तनं प्रेषय - -git push आदेशं उपयुज्य स्वीयं परिवर्तनं GitHub इत्यत्र प्रेषय। - -```bash -git push -u origin your-branch-name -``` - -`your-branch-name` इत्येतत् पूर्वं त्वया निर्मितायाः शाखायाः नाम्ना परिवर्तय। - -
-यदि push समये दोषः जायते तर्हि: - -- ### प्रमाणीकरण-दोषः (Authentication Error) -
remote: कूटशब्द-आधारित प्रमाणीकरणस्य समर्थनं 2021 अगस्त् 13 दिनाङ्के निष्कासितम्। कृपया तस्य स्थाने personal access token उपयुज्यताम्।
-  remote: अधिकविवरणाय https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ पश्यतु।
-  fatal: 'https://github.com//first-contributions.git/' इत्यत्र प्रमाणीकरणं असफलम्।
- स्वखाते SSH key निर्माणं तथा विन्यासं कर्तुं [GitHub इत्यस्य शिक्षणं](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) पश्य। - - अपि च, त्वं 'git remote -v' इत्येतं आदेशं प्रवर्तयन् स्वस्य remote address ज्ञातुं इच्छेयाः। - - यदि एषः परिणामः दृश्यते— -
origin	https://github.com/your-username/your_repo.git (fetch)
-  origin	https://github.com/your-username/your_repo.git (push)
- - तर्हि एतेन आदेशेन तं परिवर्तय: -```bash -git remote set-url origin git@github.com:your-username/your_repo.git -``` - अन्यथा त्वं पुनः username तथा च password प्रवेशयितुं प्रेरितः भविष्यसि, तथा च प्रमाणीकरण-दोषः अपि प्राप्तः भविष्यति। -
- -## समीक्षायै परिवर्तनं समर्पय - -यदि त्वं स्वं GitHub भण्डारं गच्छसि, तर्हि `Compare & pull request` इत्यः बटनः दृष्टव्यः भविष्यति। तं बटनं नुद। - -create a pull request - -तदनन्तरं pull request समर्पय। - -submit pull request - -शीघ्रं अहं तव सर्वाणि परिवर्तनानि अस्य परियोजनायाः मुख्यशाखायां संयोजयिष्यामि। यदा ते परिवर्तनानि संयोजितानि भविष्यन्ति, तदा तव इमेल्-पत्रे एकं सूचना-सन्देशं लप्स्यसे। - -## इतः परं कुत्र गन्तव्यम्? - -साधु! त्वं सफलतया सामान्यं _fork → clone → edit → pull request_ इत्येतत् कार्यप्रवाहं पूर्णीकृतवान् यं योगदानकर्तृभिः प्रायः अनुभवते। - -स्वीयं योगदानं उत्सवेन चिनोतु च स्वमित्रैः अनुयायिभिश्च सह साझां कुरु [web app](https://firstcontributions.github.io/#social-share) इत्यत्र गत्वा। - -यदि त्वं अधिकं अभ्यासं कर्तुम् इच्छसि, तर्हि [code contributions](https://github.com/roshanjossey/code-contributions) इत्येतत् पश्य। - -अद्य वयं त्वां अन्येषु परियोजनासु योगदानं कर्तुं आरब्धुं सज्जीकरोमः। वयं सरलैः समस्याभिः युक्तानां परियोजनानां सूचीं सङ्कलितवन्तः। -[web app इत्यस्य परियोजना-सूची](https://firstcontributions.github.io/#project-list) अपि पश्य। - - -### [अधिकवस्तु](docs/additional-material/git_workflow_scenarios/additional-material.md) - -## दृश्योपकरणं उपयोग्य शिक्षणम् - -| GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - -| [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) | - -

एषः परियोजनः एतेन समर्थितः अस्ति:

-

- - - -

\ No newline at end of file From c70fc8e67695206ee60706d25b048104a1b41b09 Mon Sep 17 00:00:00 2001 From: techgiant-hub Date: Sun, 14 Sep 2025 20:39:54 +0530 Subject: [PATCH 1851/2656] adding monika as contributor (#103573) Co-authored-by: GAuravY19 Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e752f6d4..32038d7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2754,5 +2754,6 @@ DanyLeeCS - [Hassan Zidan](https://github.com/Hassannzidan) - [Nithyakala Rajendran](https://github.com/nithya-kala) - [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) From 107d3cfb0903f79a18bc8e5d4c42bbd2e91f35a2 Mon Sep 17 00:00:00 2001 From: KaliDeveIoper <154928938+KaliDeveIoper@users.noreply.github.com> Date: Sun, 14 Sep 2025 10:32:24 -0600 Subject: [PATCH 1852/2656] Add KaliDeveloper to Contributros list (#103577) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0764007d..5ef33e6a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Sneha Gadekarla] (https://github.com/SnehaG100) - [Pavan Mhaisne](https://github.com/piyushm4) - [Sim Hyeonmin](https://github.com/simhyunmin) +- [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) - [Divyansh Shrivastav](https://github.com/DIVYANSH-SHRIVASTAV) From a71eddd8ca2ccf15eccee8748f73481511440e22 Mon Sep 17 00:00:00 2001 From: TirthCric <142020390+TirthCric@users.noreply.github.com> Date: Sun, 14 Sep 2025 23:34:17 +0530 Subject: [PATCH 1853/2656] Add Tirth Prajapati to contributor list (#103579) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5ef33e6a..82f50ba1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Pavan Mhaisne](https://github.com/piyushm4) - [Sim Hyeonmin](https://github.com/simhyunmin) - [KaliDeveIoper](https://github.com/KaliDeveIoper) +- [Tirth Prajapati](https://github.com/TirthCric) - [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) - [Divyansh Shrivastav](https://github.com/DIVYANSH-SHRIVASTAV) From 57f4c98cb55ff32c5691402102c9c37705cb1248 Mon Sep 17 00:00:00 2001 From: Manas Walia Date: Mon, 15 Sep 2025 00:29:24 +0530 Subject: [PATCH 1854/2656] Add Manas Walia to Contributors list (#103580) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 82f50ba1..fd874165 100644 --- a/Contributors.md +++ b/Contributors.md @@ -436,6 +436,7 @@ LIUYY到此一游 - [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) From 4f50ff00e75d7568179fa5bf43ea7be1e0e01967 Mon Sep 17 00:00:00 2001 From: ash07b Date: Sun, 14 Sep 2025 12:42:08 -0700 Subject: [PATCH 1855/2656] Add Aishwarya to Contributors list (#103582) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd874165..74b5f0d7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -458,6 +458,7 @@ LIUYY到此一游 - [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) From f9e36b6930d4c93eedd8b1a19204c0b7079104c4 Mon Sep 17 00:00:00 2001 From: Mani Krishna Date: Sun, 14 Sep 2025 21:26:07 +0100 Subject: [PATCH 1856/2656] Add Mani Krishna M to Contributors list (#103583) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 74b5f0d7..a02b51d2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2763,3 +2763,4 @@ DanyLeeCS - [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) \ No newline at end of file From 0edf8a95d6ddf890832ddcbad09460d53bc312bc Mon Sep 17 00:00:00 2001 From: ~Oriana~ <74992187+Malibu54@users.noreply.github.com> Date: Sun, 14 Sep 2025 17:35:58 -0300 Subject: [PATCH 1857/2656] Add Oriana Galindez to Contributors list (#103584) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a02b51d2..00f92e06 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2759,8 +2759,9 @@ DanyLeeCS - [MatteoRigoni](https://github.com/MatteoRigoni) - [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) \ No newline at end of file +- [Mani Krishna M](https://github.com/manikrishna-m) From bbce5b3bb09593386d01a0ba70cd14eeccf4bb42 Mon Sep 17 00:00:00 2001 From: "123rafiuolajumoke@gmail.com" <123rafiuolajumoke@gmail.com> Date: Sun, 14 Sep 2025 13:37:01 -0700 Subject: [PATCH 1858/2656] Add Jummy to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 74b5f0d7..8fde4763 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2763,3 +2763,5 @@ DanyLeeCS - [monika yadav](https://www.linkedin.com/in/monika-y-529713350/) - [Ali Mohamed](https://github.com/alimo88) - [Krithika V] (https://github.com/Krithika1627) +- [Jummy](https://github.com/Rafiu-Olajumoke01) + From b07dcbc55cb9fe2b3c45bc7bda7bc44a238edb0b Mon Sep 17 00:00:00 2001 From: Nurudeen Abdulsalaam Date: Sun, 14 Sep 2025 21:51:22 +0100 Subject: [PATCH 1859/2656] add Nurudeen Abdulsalaam to contributors list (#103587) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 00f92e06..25d42954 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) - [b1tranger](https://github.com/b1tranger) +- [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) - [Shalini Gupta](https://github.com/shalinigupta2501) - [David devmanki](https://github.com/davamanki) - [Priyanshu Saxena] (https://github.com/Priyanshuxddd) From f46a68989ccbacd90c279146dc342b4880a0d5b2 Mon Sep 17 00:00:00 2001 From: Eduardo Larios Espinoza <111542104+EduardoLariosEspinoza@users.noreply.github.com> Date: Sun, 14 Sep 2025 15:20:06 -0600 Subject: [PATCH 1860/2656] Add Eduardo Larios to Contributors list (#103588) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 25d42954..3ec1d85b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2625,6 +2625,7 @@ sh0uka - [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) From 39aec8c3a09e8abd67aa3ee059eb063439c1940c Mon Sep 17 00:00:00 2001 From: Lissandrito Date: Sun, 14 Sep 2025 17:57:37 -0700 Subject: [PATCH 1861/2656] Add Lissandro to contributors (#103590) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3ec1d85b..82123abf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ sdumini - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Samidu Kaushalaya] (https://github.com/samidukushalaya) - [Shivam Verma] (https://github.com/shivamxverma) +- [LissandroDev](git@github.com:LuisD3vv/Pull-Request-practica.git) - [one small step for humanity] - [Amelia Ali] - [Franklyn Omoregie] From 01d2269c32cdad902a92956d0fd31d55c1c8cf29 Mon Sep 17 00:00:00 2001 From: dtakahashi333 <42946032+dtakahashi333@users.noreply.github.com> Date: Sun, 14 Sep 2025 19:06:53 -0700 Subject: [PATCH 1862/2656] Add dtakahashi333 to Contibutors list (#103591) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 82123abf..e56aa0f6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -330,6 +330,7 @@ sdumini - [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) From daca06c6f8c4815d0ce4a7c398775d13c0a73343 Mon Sep 17 00:00:00 2001 From: Sithananthan Date: Mon, 15 Sep 2025 07:53:07 +0530 Subject: [PATCH 1863/2656] Add sithananthan to Contributors list (#103592) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e56aa0f6..74a5680c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -105,6 +105,7 @@ sdumini - [Ahmed Sabbak] - [Blipie] - [bugOpsX] (https://github.com/bugOpsX) +- [sithananthan](https://github.com/sithananthan) -[Shivanna] (https://github.com/shivannadm) - [Stephanie] (https://github.com/stevwya77) - [Harsh Kumbhani] (https://github.com/harshkumbhani) From 13ad484c69b152da717eb890e0ca5848115a1976 Mon Sep 17 00:00:00 2001 From: Sithananthan Date: Mon, 15 Sep 2025 08:11:42 +0530 Subject: [PATCH 1864/2656] Add sithananthan to Contributors list --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 74a5680c..4d384728 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ sdumini - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Samidu Kaushalaya] (https://github.com/samidukushalaya) - [Shivam Verma] (https://github.com/shivamxverma) +- [sithananthan](https://github.com/sithananthan) - [LissandroDev](git@github.com:LuisD3vv/Pull-Request-practica.git) - [one small step for humanity] - [Amelia Ali] @@ -105,8 +106,7 @@ sdumini - [Ahmed Sabbak] - [Blipie] - [bugOpsX] (https://github.com/bugOpsX) -- [sithananthan](https://github.com/sithananthan) --[Shivanna] (https://github.com/shivannadm) +- [Shivanna] (https://github.com/shivannadm) - [Stephanie] (https://github.com/stevwya77) - [Harsh Kumbhani] (https://github.com/harshkumbhani) - [Hassan Shahid] (https://github.com/hassan-software-dev) From c33f98f13af99f2d2cf399705891915a3b851d74 Mon Sep 17 00:00:00 2001 From: TLN18 Date: Sun, 14 Sep 2025 21:52:44 -0500 Subject: [PATCH 1865/2656] :tada: (#103594) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 74a5680c..02ea75bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [TJ Lucht](https://github.com/GoldenEntertainment) - I Like Watching Youtube Videos, I also Like making Games And apps - [Amit Mavinakatti] (https://github.com/Amit-Mavinakatti) - [Abdul Rafique](https://github.com/abdul-rafique) - [Priyanshujindal](https://github.com/Priyanshujindal) From 4d15990601de8a988f929fa9d0dec3cd48d98f3d Mon Sep 17 00:00:00 2001 From: Angel Nyaga <75762457+anyaga@users.noreply.github.com> Date: Sun, 14 Sep 2025 21:58:09 -0500 Subject: [PATCH 1866/2656] add my name to contribution list (#103595) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 02ea75bc..c8b4bba6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2176,6 +2176,7 @@ Cloudman - [Александр Мосин](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) From 64b2c3706cb8dbe8d37efef013761e7156f98c4a Mon Sep 17 00:00:00 2001 From: jy1534 <51705967+jy1534@users.noreply.github.com> Date: Sun, 14 Sep 2025 22:05:54 -0500 Subject: [PATCH 1867/2656] Add to Contributors list (#103596) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c8b4bba6..9fd5d76b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2772,3 +2772,4 @@ DanyLeeCS - [Ali Mohamed](https://github.com/alimo88) - [Krithika V] (https://github.com/Krithika1627) - [Mani Krishna M](https://github.com/manikrishna-m) +- [Jy](https://github.com/jy1534) \ No newline at end of file From ace2d9cf643e60a702bce988bb689f5f57cf7d07 Mon Sep 17 00:00:00 2001 From: Om Pughat <76464389+ompug@users.noreply.github.com> Date: Sun, 14 Sep 2025 23:28:58 -0500 Subject: [PATCH 1868/2656] added ompug to Contributors.md (#103597) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9fd5d76b..4ee0b1b0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2772,4 +2772,5 @@ DanyLeeCS - [Ali Mohamed](https://github.com/alimo88) - [Krithika V] (https://github.com/Krithika1627) - [Mani Krishna M](https://github.com/manikrishna-m) -- [Jy](https://github.com/jy1534) \ No newline at end of file +- [Jy](https://github.com/jy1534) +- [ompug](https://github.com/ompug) \ No newline at end of file From e3f5a52999ddc5b9033ca78ccee21fee94d79219 Mon Sep 17 00:00:00 2001 From: Lu Sun Date: Mon, 15 Sep 2025 17:09:30 +1200 Subject: [PATCH 1869/2656] Add louie to Contributors list (#103598) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4ee0b1b0..938fac50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -539,6 +539,7 @@ LIUYY到此一游 - [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) From 10ecaa1f372ed018d1171271ffe3e10b18b00cc0 Mon Sep 17 00:00:00 2001 From: Abdul Hameed Syed <149292817+Hameedalahr@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:24:36 +0530 Subject: [PATCH 1870/2656] Added my name to Contributors list (#103600) Co-authored-by: Abdul Hameed Syed --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 938fac50..4ba5e317 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1857,6 +1857,7 @@ Eoin O'B - [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) @@ -2774,4 +2775,4 @@ DanyLeeCS - [Krithika V] (https://github.com/Krithika1627) - [Mani Krishna M](https://github.com/manikrishna-m) - [Jy](https://github.com/jy1534) -- [ompug](https://github.com/ompug) \ No newline at end of file +- [ompug](https://github.com/ompug) From 67b2c76892d4a2862c57af12e22d5b48a3ff0fc9 Mon Sep 17 00:00:00 2001 From: Godugu Veena Date: Mon, 15 Sep 2025 11:25:51 +0530 Subject: [PATCH 1871/2656] Added my name to contributors list (#103602) Co-authored-by: GoduguVeena --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4ba5e317..396e211b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [b1tranger](https://github.com/b1tranger) - [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) - [Shalini Gupta](https://github.com/shalinigupta2501) +-[Godugu Veena](https://github.com/GoduguVeena) - [David devmanki](https://github.com/davamanki) - [Priyanshu Saxena] (https://github.com/Priyanshuxddd) - [Sumit Pandey](https://github.com/5umitpandey) From ad0d980a1e32d1d6bf315be1d56a68870d785353 Mon Sep 17 00:00:00 2001 From: Sailaja Cherlopalli <166905702+Sailu5@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:44:49 +0530 Subject: [PATCH 1872/2656] Sailaja (#103603) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 396e211b..bb58db62 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [Sumit Pandey](https://github.com/5umitpandey) - [Sneha Gadekarla] (https://github.com/SnehaG100) - [Pavan Mhaisne](https://github.com/piyushm4) +-[Sailaja](https://github.com/Sailu5) - [Sim Hyeonmin](https://github.com/simhyunmin) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) From 0761de2f598d23367dd334e74bc1af4f04e917d7 Mon Sep 17 00:00:00 2001 From: shahid-afrid Date: Mon, 15 Sep 2025 11:53:52 +0530 Subject: [PATCH 1873/2656] Add my name to Contributors.md (#103604) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bb58db62..9e5a74f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) - [Shalini Gupta](https://github.com/shalinigupta2501) -[Godugu Veena](https://github.com/GoduguVeena) +-[Shahid Afrid](https://github.com/shahid-afrid) - [David devmanki](https://github.com/davamanki) - [Priyanshu Saxena] (https://github.com/Priyanshuxddd) - [Sumit Pandey](https://github.com/5umitpandey) From ec66b6d3c9da5101d0e860b80d234d15c21b17bf Mon Sep 17 00:00:00 2001 From: kushalaudayagiri <160637292+kushalaudayagiri@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:54:29 +0530 Subject: [PATCH 1874/2656] Add Kushala Udayagiri to Contributors list (#103605) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9e5a74f2..f3e576d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1606,6 +1606,7 @@ Eoin O'B - [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) From f071c28f956cde382da737403fdbea52673fcfec Mon Sep 17 00:00:00 2001 From: Abhishek Rawat <106990837+Abhishek2rawat@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:20:38 +0530 Subject: [PATCH 1875/2656] added the name in contributors.md (#103612) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f3e576d0..33c7e7d3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Priyanshujindal](https://github.com/Priyanshujindal) - [Watson](https://github.com/tanso0126) - [Krrishray](https://github.com/krrishray) +- [Abhishek Rawat][https://github.com/Abhishek2rawat] - [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) - [b1tranger](https://github.com/b1tranger) From ace4f4be5a680ebd736fe27258a08a4cd15875f1 Mon Sep 17 00:00:00 2001 From: EricF6975 Date: Mon, 15 Sep 2025 10:15:37 +0200 Subject: [PATCH 1876/2656] Add Eric Feuerstein to Contributors list (#103613) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 33c7e7d3..ae29226a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2160,6 +2160,7 @@ Cloudman - [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) From 631755b8d28a5c4a4da33b809d8d653c4fbfb8e7 Mon Sep 17 00:00:00 2001 From: Ajeet Prasad Date: Mon, 15 Sep 2025 14:10:19 +0530 Subject: [PATCH 1877/2656] Adding Ajeet as Contributors (#103614) Co-authored-by: ajeetkumar --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ae29226a..ff2226b3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2782,3 +2782,4 @@ DanyLeeCS - [Mani Krishna M](https://github.com/manikrishna-m) - [Jy](https://github.com/jy1534) - [ompug](https://github.com/ompug) +-[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) \ No newline at end of file From f509f9de1ef433b4746769bdb12d656f667eb417 Mon Sep 17 00:00:00 2001 From: kodejeet Date: Mon, 15 Sep 2025 15:11:38 +0530 Subject: [PATCH 1878/2656] changes made in new branch --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 364e0177..910742e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,7 @@ - [zainibinov](https://github.com/zainibinov) +- [kodejeet] https://github.com/kodejeet + -[Layla](httplaylaSwifts://github.com/) BinhTran2k4 # Contributors From ef51e8b175f318f8da12a8bd34673eb1cf114f1b Mon Sep 17 00:00:00 2001 From: Bhargov Jyoti Das Date: Mon, 15 Sep 2025 15:33:35 +0530 Subject: [PATCH 1879/2656] 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 0c41bd06aad10ae0c0d6b7a649b9f38d854881da Mon Sep 17 00:00:00 2001 From: Monu Kumari <94740505+monukri4548@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:52:49 +0530 Subject: [PATCH 1880/2656] Add Monu Kumari to Contributors list (#103617) Co-authored-by: Monu Kumari --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ff2226b3..c4ea793d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2782,4 +2782,5 @@ DanyLeeCS - [Mani Krishna M](https://github.com/manikrishna-m) - [Jy](https://github.com/jy1534) - [ompug](https://github.com/ompug) --[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) \ No newline at end of file +-[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) +-[Monu Kumari](https://github.com/monukri4548) \ No newline at end of file From f331f905138c15a6fdecbb149a7ca71c2404ade8 Mon Sep 17 00:00:00 2001 From: Signal Bean <157260218+signalbean@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:52:26 +0530 Subject: [PATCH 1881/2656] Add Signal Bean to Contributors list (#103618) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c4ea793d..9cf49fcf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -42,6 +42,7 @@ - Vivek Gupta - bimo105108 - DKshetry +- Signal Bean - [Vedanth](https://github.com/Vedanth81106) - [Agus](https://github.com/agusfdzm) - [Diogo Ferreira](https://github.com/fdiogo1) From 41e5120e55ba832b67d42ef6d189bdc798a19f5c Mon Sep 17 00:00:00 2001 From: Surya Prakash Sharma Date: Mon, 15 Sep 2025 19:04:47 +0530 Subject: [PATCH 1882/2656] Adding Surya Prakash Sharma as contributor (#103619) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9cf49fcf..aaba7e7f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ - [Watson](https://github.com/tanso0126) - [Krrishray](https://github.com/krrishray) - [Abhishek Rawat][https://github.com/Abhishek2rawat] +- [Surya Prakash Sharma][https://github.com/suryaprkash778-dot] - [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) - [b1tranger](https://github.com/b1tranger) From e67626553eebb9ec23cc636f06653a5e2e697e5e Mon Sep 17 00:00:00 2001 From: Gabriele Martire <46669015+gabrielemartire@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:48:21 +0200 Subject: [PATCH 1883/2656] add my name (#103620) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aaba7e7f..52ef06b7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1793,6 +1793,7 @@ Eoin O'B - [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) From 55e764bed3c72b191a94a4b0afbd7f7fa9997d25 Mon Sep 17 00:00:00 2001 From: marioa1105 Date: Mon, 15 Sep 2025 11:19:02 -0300 Subject: [PATCH 1884/2656] Curso devops (#103622) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 52ef06b7..983d2f77 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) - [b1tranger](https://github.com/b1tranger) +- [NANAN](#####) - [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) - [Shalini Gupta](https://github.com/shalinigupta2501) -[Godugu Veena](https://github.com/GoduguVeena) From f882537f4a47ed11f4600ad6b9e1a4a0a774cff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Severo=20=F0=9F=91=BE?= <67437944+rafaeumesmo@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:37:17 -0300 Subject: [PATCH 1885/2656] Add Rafael Severo to Contributors list (#103623) Co-authored-by: Rafael severo --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 983d2f77..2ee5b83f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Rafael Severo](https://github.com/rafaeumesmo) - [TJ Lucht](https://github.com/GoldenEntertainment) - I Like Watching Youtube Videos, I also Like making Games And apps - [Amit Mavinakatti] (https://github.com/Amit-Mavinakatti) - [Abdul Rafique](https://github.com/abdul-rafique) @@ -2787,4 +2788,4 @@ DanyLeeCS - [Jy](https://github.com/jy1534) - [ompug](https://github.com/ompug) -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) --[Monu Kumari](https://github.com/monukri4548) \ No newline at end of file +-[Monu Kumari](https://github.com/monukri4548) From c25a6f39b4defa11a42bf9bf9460e8ac1756a70d Mon Sep 17 00:00:00 2001 From: shashank <161798935+shashank3115@users.noreply.github.com> Date: Mon, 15 Sep 2025 20:35:52 +0530 Subject: [PATCH 1886/2656] Add Shashank Padmasali to Contributors List (#103624) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2ee5b83f..243f1c04 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2789,3 +2789,4 @@ DanyLeeCS - [ompug](https://github.com/ompug) -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) -[Monu Kumari](https://github.com/monukri4548) +- [Shashank Padmasali](https://github.com/shashank3115) From 2dca530c1e45540f9e1d60c6c6a697f6024be9d0 Mon Sep 17 00:00:00 2001 From: nishida675 <139204422+nishida675@users.noreply.github.com> Date: Tue, 16 Sep 2025 00:09:12 +0900 Subject: [PATCH 1887/2656] Add nishida675 to Contributors list (#103625) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 243f1c04..88dadf83 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1916,6 +1916,7 @@ Cloudman - [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) From 4e906673191036cc8bb5c48a9980ea3fa56aa36a Mon Sep 17 00:00:00 2001 From: Rajeev Shivah Date: Mon, 15 Sep 2025 21:29:59 +0530 Subject: [PATCH 1888/2656] Add Rajeev Shivah to Contributors list (#103626) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 88dadf83..0edac945 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [b1tranger](https://github.com/b1tranger) - [NANAN](#####) - [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) +-[Rajeev Shivah](https://github.com/rajeevshivah) - [Shalini Gupta](https://github.com/shalinigupta2501) -[Godugu Veena](https://github.com/GoduguVeena) -[Shahid Afrid](https://github.com/shahid-afrid) From b976f7b52a066457ac95dd29499a33b2b922f2d4 Mon Sep 17 00:00:00 2001 From: Gautam Bhatt Date: Mon, 15 Sep 2025 21:41:20 +0530 Subject: [PATCH 1889/2656] Add 'Gautam Bhatt' to Contributors list (#103627) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0edac945..a30718fc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -227,6 +227,7 @@ sdumini - [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) From 3f15b2c4ecbe2079d2fde89562c9ca854fd36e63 Mon Sep 17 00:00:00 2001 From: Nishant Singh <72272867+vasu101@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:06:12 +0530 Subject: [PATCH 1890/2656] Add Nishant to contributors list (#103628) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a30718fc..56724156 100644 --- a/Contributors.md +++ b/Contributors.md @@ -35,6 +35,7 @@ - [marmiju](https://github.com/marmiju) - [Mahmoud Mohsen](https://github.com/Mahmoud12344) - [Gokoku](https://github.com/gokoku) +- [Nishant Singh](https://github.com/vasu101) - sardor Uchqunov - [Nagy Csomor István] (https://github.com/Csomorka) - Jannatul Ferdous From 61f78d994454eaa1acd98ca072eada517bffc8eb Mon Sep 17 00:00:00 2001 From: Vikas Pandharinath Shirsath Date: Mon, 15 Sep 2025 23:20:15 +0530 Subject: [PATCH 1891/2656] Add vikas-shirsath to Contributors list (#103630) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 56724156..ec3c8814 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2794,3 +2794,4 @@ DanyLeeCS -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) -[Monu Kumari](https://github.com/monukri4548) - [Shashank Padmasali](https://github.com/shashank3115) +-[Vikas Shirsath](https://github.com/vikas-shirsath) \ No newline at end of file From eb2c2d2769f1a0a957cd04b900da5eba757a76a4 Mon Sep 17 00:00:00 2001 From: yasharthdixit0107 Date: Tue, 16 Sep 2025 00:06:56 +0530 Subject: [PATCH 1892/2656] Add Yasharth Dixit to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ec3c8814..4c7e6dd7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2794,4 +2794,5 @@ DanyLeeCS -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) -[Monu Kumari](https://github.com/monukri4548) - [Shashank Padmasali](https://github.com/shashank3115) --[Vikas Shirsath](https://github.com/vikas-shirsath) \ No newline at end of file +-[Vikas Shirsath](https://github.com/vikas-shirsath) +- [Yasharth Dixit](https://github.com/yasharthdixit0107) From 073d151eb75b173de83d8e18930f23ee2aee41b9 Mon Sep 17 00:00:00 2001 From: YASHARTH DIXIT Date: Tue, 16 Sep 2025 00:10:46 +0530 Subject: [PATCH 1893/2656] Add Yasharth Dixit to Contributors list (#103631) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ec3c8814..4c7e6dd7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2794,4 +2794,5 @@ DanyLeeCS -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) -[Monu Kumari](https://github.com/monukri4548) - [Shashank Padmasali](https://github.com/shashank3115) --[Vikas Shirsath](https://github.com/vikas-shirsath) \ No newline at end of file +-[Vikas Shirsath](https://github.com/vikas-shirsath) +- [Yasharth Dixit](https://github.com/yasharthdixit0107) From 5738dd0808595e7ca004b0b51cd37126e8209a90 Mon Sep 17 00:00:00 2001 From: Ahmed Hussein <73447041+Ahmed123927@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:51:25 +0300 Subject: [PATCH 1894/2656] Add Ahmed Hussein to Contributors list (#103632) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4c7e6dd7..51009141 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2796,3 +2796,4 @@ DanyLeeCS - [Shashank Padmasali](https://github.com/shashank3115) -[Vikas Shirsath](https://github.com/vikas-shirsath) - [Yasharth Dixit](https://github.com/yasharthdixit0107) +-[Ahmed Hussein](https://github.com/Ahmed123927) \ No newline at end of file From 22a17c3dde8462ed3a4f44133eb6abf6c2707924 Mon Sep 17 00:00:00 2001 From: Vijay Ayyar Date: Mon, 15 Sep 2025 12:33:48 -0700 Subject: [PATCH 1895/2656] Add Vijay Ayyar to Contributors list (#103633) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 51009141..40aa6e78 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2796,4 +2796,5 @@ DanyLeeCS - [Shashank Padmasali](https://github.com/shashank3115) -[Vikas Shirsath](https://github.com/vikas-shirsath) - [Yasharth Dixit](https://github.com/yasharthdixit0107) --[Ahmed Hussein](https://github.com/Ahmed123927) \ No newline at end of file +- [Vijay Ayyar](https://github.com/vijayayyar) +-[Ahmed Hussein](https://github.com/Ahmed123927) From 96b68cb7ae10027aeb22bbfdce6b9955f04faeac Mon Sep 17 00:00:00 2001 From: Monjurul Haque Rajun <165152147+MonjurulHaq@users.noreply.github.com> Date: Tue, 16 Sep 2025 02:02:32 +0600 Subject: [PATCH 1896/2656] Add Monjurul Haque to Contributors list (#103635) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 40aa6e78..d9a63b63 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ - [David devmanki](https://github.com/davamanki) - [Priyanshu Saxena] (https://github.com/Priyanshuxddd) - [Sumit Pandey](https://github.com/5umitpandey) +- [Monjurul Haque](https://github.com/MonjurulHaq) - [Sneha Gadekarla] (https://github.com/SnehaG100) - [Pavan Mhaisne](https://github.com/piyushm4) -[Sailaja](https://github.com/Sailu5) From 21a4d60853d28ee97cca266220440b2e936c194b Mon Sep 17 00:00:00 2001 From: Raj Gajjar <153660066+RajGajjar-01@users.noreply.github.com> Date: Tue, 16 Sep 2025 01:36:32 +0530 Subject: [PATCH 1897/2656] Add rajgajjar to Contributors list (#103636) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d9a63b63..737b5adc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Rafael Severo](https://github.com/rafaeumesmo) +- [Raj Gajjar](https://github.com/RajGajjar-01) - [TJ Lucht](https://github.com/GoldenEntertainment) - I Like Watching Youtube Videos, I also Like making Games And apps - [Amit Mavinakatti] (https://github.com/Amit-Mavinakatti) - [Abdul Rafique](https://github.com/abdul-rafique) From bdff11f8995c1122f027a7c50e94710c42be787a Mon Sep 17 00:00:00 2001 From: yasharthdixit0107 Date: Tue, 16 Sep 2025 01:52:42 +0530 Subject: [PATCH 1898/2656] resolve merge From 5bb302ae1b6ef83395e793c09b36f0f5521b55bc Mon Sep 17 00:00:00 2001 From: lArtuh Date: Mon, 15 Sep 2025 16:00:54 -0500 Subject: [PATCH 1899/2656] add Artuh to contributors list (#103638) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 737b5adc..1ede4a63 100644 --- a/Contributors.md +++ b/Contributors.md @@ -56,6 +56,7 @@ - [Hakimo abdikadir](https://github.com/hikmaladan) - Anushka - [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] From 3f5720b25e7bae254cbcd9b463893a19b5e8a445 Mon Sep 17 00:00:00 2001 From: Sanj84-co Date: Mon, 15 Sep 2025 17:39:42 -0400 Subject: [PATCH 1900/2656] Add Sanjay Senthilkumar to Contributors list (#103639) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1ede4a63..bfb0b1e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Pavan Mhaisne](https://github.com/piyushm4) -[Sailaja](https://github.com/Sailu5) - [Sim Hyeonmin](https://github.com/simhyunmin) +- [Sanjay Senthilkumar](https://github.com/Sanj84-co) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) - [Gbede Daniel] (https://github.com/dani12e) From 7149f63f7bf34612cc40976696683e1b585e085d Mon Sep 17 00:00:00 2001 From: Abdellatif <107621080+abdellatif72@users.noreply.github.com> Date: Tue, 16 Sep 2025 02:29:56 +0300 Subject: [PATCH 1901/2656] Add Ahmed Abdellatif to Contributions list (#103640) Co-authored-by: abdellatif --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bfb0b1e1..5876a1f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ - [Nagy Csomor István] (https://github.com/Csomorka) - Jannatul Ferdous - Ahmed Abouelnaga +- [Ahmed Abdellatif](https://github.com/abdellatif72) - [Alex Ivaschenko] (https://github.com/ivaschenkoalex) - [Cameron Scott](https://github.com/cdscott37) - [Dayangku Fatin Masyitah] (https://github.com/aktnlxk) From 474a74870f2e529bf991f06975b5b9e3617936dc Mon Sep 17 00:00:00 2001 From: Pedro Bizachi <124292990+PedroBizachi@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:00:49 -0300 Subject: [PATCH 1902/2656] Add pedro-bizachi to Contributors list (#103641) Co-authored-by: Pedro Bizachi --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5876a1f2..f9c8b354 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Rafael Severo](https://github.com/rafaeumesmo) +- [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! - [Raj Gajjar](https://github.com/RajGajjar-01) - [TJ Lucht](https://github.com/GoldenEntertainment) - I Like Watching Youtube Videos, I also Like making Games And apps - [Amit Mavinakatti] (https://github.com/Amit-Mavinakatti) From 631a17da443195fdf5b93eaf34b69f99a49dbc7b Mon Sep 17 00:00:00 2001 From: sohanrajgowda Date: Mon, 15 Sep 2025 21:04:23 -0500 Subject: [PATCH 1903/2656] my first contribution commit, I have added the kannada translation of README.MD --- ...contribute-open-source-projects-kannada.md | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 docs/how-to-contribute-open-source-projects-kannada.md diff --git a/docs/how-to-contribute-open-source-projects-kannada.md b/docs/how-to-contribute-open-source-projects-kannada.md new file mode 100644 index 00000000..0962fe66 --- /dev/null +++ b/docs/how-to-contribute-open-source-projects-kannada.md @@ -0,0 +1,64 @@ + +# ಓಪನ್ ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳಿಗೆ ಹೇಗೆ ಕೊಡುಗೆ ನೀಡುವುದು: ಆರಂಭಿಕರಿಗಾಗಿ ಸಂಪೂರ್ಣ ಮಾರ್ಗದರ್ಶಿ + +**ಸಂಕ್ಷಿಪ್ತವಾಗಿ:** ನೀವು ನಿಮ್ಮ ಮೊದಲ Pull Request ಅನ್ನು ಒಂದು ಓಪನ್‌ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗೆ ಸಲ್ಲಿಸಲು ಕಾತರರಾಗಿದ್ದರೆ, ಈ ಸೂಚನೆಗಳನ್ನು ಅನುಸರಿಸಿ: [Readme](https://github.com/firstcontributions/first-contributions) + +ಓಪನ್‌ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳಿಗೆ ಕೊಡುಗೆ ನೀಡುವುದು ಒಬ್ಬ ಪ್ರೋಗ್ರಾಮರ್ ಆಗಿ ಬೆಳೆಯಲು, ನಿಮ್ಮ ಪೋರ್ಟ್‌ಫೋಲಿಯೋವನ್ನು ನಿರ್ಮಿಸಲು ಮತ್ತು ಸಮುದಾಯಕ್ಕೆ ಹಿಂದಿರುಗಿಸಲು ಅತ್ಯುತ್ತಮ ಮಾರ್ಗಗಳಲ್ಲಿ ಒಂದು. ನೀವು ಅನುಭವಸಂಪನ್ನ ಪ್ರೋಗ್ರಾಮರ್ ಆಗಿರಲಿ ಅಥವಾ ಪ್ರಾರಂಭದಲ್ಲೇ ಇರಲಿ, ಓಪನ್‌ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳು ಕಲಿಯಲು, ಸಹಕರಿಸಲು ಮತ್ತು ಸಕಾರಾತ್ಮಕ ಪರಿಣಾಮವನ್ನುಂಟುಮಾಡಲು ಹಲವಾರು ಅವಕಾಶಗಳನ್ನು ಒದಗಿಸುತ್ತವೆ. ಈ ಮಾರ್ಗದರ್ಶಿಯಲ್ಲಿ, ಸರಿಯಾದ ಪ್ರಾಜೆಕ್ಟ್‌ನ್ನು ಹುಡುಕುವುದರಿಂದ ಹಿಡಿದು ನಿಮ್ಮ ಮೊದಲ ಕೊಡುಗೆಯನ್ನು ನೀಡುವವರೆಗಿನ ಎಲ್ಲಾ ಹಂತಗಳನ್ನು ನೋಡೋಣ. + +## ಏಕೆ ಓಪನ್‌ಸೋರ್ಸ್ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳಿಗೆ ಕೊಡುಗೆ ನೀಡಬೇಕು? + +"ಹೇಗೆ" ಎಂಬುದರ ಮೊದಲು, "ಏಕೆ" ಎಂಬುದನ್ನು ತಿಳಿಯೋಣ: + +* **ಕೌಶಲ್ಯ ಅಭಿವೃದ್ಧಿ:** ನೈಜ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳ ಕೋಡ್‌ಗಳನ್ನು ನೋಡಿ ಕಲಿಯುವ ಮೂಲಕ ನಿಮ್ಮ ಪ್ರೋಗ್ರಾಮಿಂಗ್, ಡಿಬಗ್ಗಿಂಗ್ ಮತ್ತು ಸಹಕಾರದ ಕೌಶಲ್ಯಗಳು ಬೆಳೆಯುತ್ತವೆ. +* **ಪೋರ್ಟ್‌ಫೋಲಿಯೋ ನಿರ್ಮಾಣ:** ಪ್ರಸಿದ್ಧ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳಲ್ಲಿ ಕೊಡುಗೆ ನೀಡುವುದು ನಿಮ್ಮ CV ಮತ್ತು GitHub ಪ್ರೊಫೈಲ್ ಅನ್ನು ಬಲಪಡಿಸುತ್ತದೆ. +* **ನೆಟ್ವರ್ಕಿಂಗ್:** ಜಗತ್ತಿನಾದ್ಯಂತದ ಡೆವಲಪರ್‌ಗಳ ಜೊತೆ ಸಂಪರ್ಕ ಬೆಳೆಸಿ, ತಜ್ಞರಿಂದ ಕಲಿಯಿರಿ ಮತ್ತು ಸಮುದಾಯದ ಭಾಗವಾಗಿರಿ. +* **ಹಿಂದಿರುಗಿಸುವುದು:** ನಾವು ಪ್ರತಿದಿನ ಬಳಸುವ ಅನೇಕ ಸಾಫ್ಟ್‌ವೇರ್‌ಗಳ ಆಧಾರ ಓಪನ್‌ಸೋರ್ಸ್ ಆಗಿದೆ. ಕೊಡುಗೆ ನೀಡುವುದು ಧನ್ಯವಾದ ಹೇಳುವ ಮಾರ್ಗ. +* **ವೃತ್ತಿ ಅವಕಾಶಗಳು:** ಅನೇಕ ಕಂಪನಿಗಳು ಓಪನ್‌ಸೋರ್ಸ್ ಅನುಭವ ಹೊಂದಿರುವ ಡೆವಲಪರ್‌ಗಳನ್ನು ಹುಡುಕುತ್ತವೆ ಏಕೆಂದರೆ ಇದು ಪ್ರೊಆಕ್ಟಿವಿಟಿ ಮತ್ತು ತಂಡದ ಕೆಲಸವನ್ನು ತೋರಿಸುತ್ತದೆ. + +## ಹೇಗೆ ಪ್ರಾರಂಭಿಸಬೇಕು? + +### 1. ಸರಿಯಾದ ಪ್ರಾಜೆಕ್ಟ್ ಆಯ್ಕೆಮಾಡಿ + +ನಿಮ್ಮ ಆಸಕ್ತಿಗಳು ಮತ್ತು ಕೌಶಲ್ಯಗಳಿಗೆ ಹೊಂದಿಕೊಳ್ಳುವ ಪ್ರಾಜೆಕ್ಟ್‌ಗಳನ್ನು ಆರಿಸಿ: + +* **GitHub ಅನ್ವೇಷಿಸಿ:** `good-first-issue`, `help-wanted` ಮುಂತಾದ ಲೇಬಲ್‌ಗಳಿರುವ ಟಾಸ್ಕ್‌ಗಳನ್ನು ಹುಡುಕಿ. +* **ಪ್ರೋಗ್ರಾಂಗಳಲ್ಲಿ ಭಾಗವಹಿಸಿ:** Google Summer of Code, Hacktoberfest ಮುಂತಾದವು ಉತ್ತಮ ಅವಕಾಶಗಳು. +* **ನೀವು ಬಳಸುವ ಉಪಕರಣಗಳು:** ನೀವು ಬಳಸುವ ಲೈಬ್ರರಿ ಅಥವಾ ಫ್ರೇಮ್‌ವರ್ಕ್‌ಗಳಲ್ಲಿ ಕೊಡುಗೆ ನೀಡಿ. + +### 2. ಪ್ರಾಜೆಕ್ಟ್‌ನ್ನು ಅರ್ಥಮಾಡಿಕೊಳ್ಳಿ + +* **ಡಾಕ್ಯುಮೆಂಟೇಶನ್ ಓದಿ:** README ಮತ್ತು ಕೊಡುಗೆ ಮಾರ್ಗಸೂಚಿಗಳನ್ನು ಗಮನಿಸಿ. +* **ಕೋಡ್‌ನ್ನು ಅಧ್ಯಯನ ಮಾಡಿ:** ಪ್ರಾಜೆಕ್ಟ್‌ನ ರಚನೆ ಮತ್ತು ಕೋಡಿಂಗ್ ಶೈಲಿಯನ್ನು ತಿಳಿದುಕೊಳ್ಳಿ. +* **ಸಮುದಾಯಕ್ಕೆ ಸೇರಿ:** Slack, Discord ಅಥವಾ ಫೋರಮ್‌ಗಳಲ್ಲಿ ಚರ್ಚೆಗಳಲ್ಲಿ ಭಾಗವಹಿಸಿ. + +### 3. ಚಿಕ್ಕ ಹಂತಗಳಿಂದ ಪ್ರಾರಂಭಿಸಿ + +* **ಬಗ್‌ಗಳನ್ನು ಸರಿಪಡಿಸಿ:** ಆರಂಭಿಕರಿಗೆ ಅನುಕೂಲಕರವಾದ issues ಹುಡುಕಿ. +* **ಡಾಕ್ಯುಮೆಂಟೇಶನ್ ಸುಧಾರಿಸಿ:** ಬಹಳ ಉಪಯುಕ್ತವಾದರೂ ಹೆಚ್ಚಾಗಿ ಗಮನಿಸದೆ ಬಿಡಲಾಗುತ್ತದೆ. +* **ಟೆಸ್ಟ್‌ಗಳನ್ನು ಬರೆಯಿರಿ:** ಕೋಡ್ ತಿಳಿಯಲು ಉತ್ತಮ ವಿಧಾನ. + +### 4. ಉತ್ತಮ ಅಭ್ಯಾಸಗಳನ್ನು ಅನುಸರಿಸಿ + +* **Fork ಮತ್ತು Clone ಮಾಡಿ** +* **ಪ್ರತ್ಯೇಕ branch ನಲ್ಲಿ ಕೆಲಸ ಮಾಡಿ** +* **ಸ್ವಚ್ಛ ಕೋಡ್ ಬರೆಯಿರಿ** +* **ನಿಮ್ಮ ಬದಲಾವಣೆಗಳನ್ನು ಪರೀಕ್ಷಿಸಿ** +* **Pull Request ಕಳುಹಿಸಿ:** ಸ್ಪಷ್ಟ ವಿವರಣೆ ನೀಡಿ, ಸಂಬಂಧಿತ issue‌ಗಳನ್ನು ಉಲ್ಲೇಖಿಸಿ ಮತ್ತು feedback ಸ್ವೀಕರಿಸಲು ತೆರೆದಿರಲಿ. + +## ಯಶಸ್ಸಿಗೆ ಸಲಹೆಗಳು + +* **ಸಮರ್ಪಕ ಸಂವಹನ ಮಾಡಿ:** ಗೌರವಪೂರ್ವಕವಾಗಿ ವರ್ತಿಸಿ ಮತ್ತು ಸ್ಪಷ್ಟವಾಗಿ ಪ್ರಶ್ನೆ ಮಾಡಿ. +* **ಸ್ಥಿರತೆಯಿಂದಿರಿ:** ಸಣ್ಣ ಕೊಡುಗೆಗಳೂ ಸಮಯದೊಂದಿಗೆ ದೊಡ್ಡ ಪರಿಣಾಮ ಬೀರುತ್ತವೆ. +* **ಫೀಡ್ಬ್ಯಾಕ್‌ನಿಂದ ಕಲಿಯಿರಿ:** ಕೋಡ್ ರಿವ್ಯೂ ಒಳ್ಳೆಯ ಕಲಿಕೆಯ ಅವಕಾಶ. +* **ಇತರರಿಗೆ ಸಹಾಯ ಮಾಡಿ:** ನೀವು ಅನುಭವ ಹೊಂದಿದ ಮೇಲೆ ಹೊಸಬರಿಗೆ ಮಾರ್ಗದರ್ಶನ ನೀಡಿ. + +## ಸಾಮಾನ್ಯ ಸವಾಲುಗಳು ಮತ್ತು ಪರಿಹಾರಗಳು + +* **Impostor Syndrome:** ಚಿಕ್ಕ ಕೊಡುಗೆಗಳೂ ಮುಖ್ಯ. ಎಲ್ಲರೂ ಎಲ್ಲಿಂದೋ ಆರಂಭಿಸಿದ್ದಾರೆ. +* **ಸಮಯದ ಕೊರತೆ:** ಸಣ್ಣ ಟಾಸ್ಕ್‌ಗಳಿಂದ ಪ್ರಾರಂಭಿಸಿ. ವಾರಕ್ಕೆ 30 ನಿಮಿಷ ಕೂಡ ಸಾಕು. +* **ದೊಡ್ಡ ಕೋಡ್‌ಬೇಸ್‌ ಅನ್ನು ನಾವಿಗೇಟ್ ಮಾಡುವುದು:** ಒಂದೊಂದೇ ಘಟಕ concentrate ಮಾಡಿ, documentation ಓದಿ, ಪ್ರಶ್ನೆಗಳನ್ನು ಕೇಳಿ. + +## ಸಮಾರೋಪ + +ಓಪನ್‌ಸೋರ್ಸ್‌ಗೆ ಕೊಡುಗೆ ನೀಡುವುದು ವೈಯಕ್ತಿಕ ಮತ್ತು ವೃತ್ತಿಪರ ಬೆಳವಣಿಗೆಗೆ ದೊಡ್ಡ ಅವಕಾಶ. ಸಣ್ಣ ಹಂತಗಳಿಂದ ಆರಂಭಿಸಿ, ನಿಯಮಿತವಾಗಿರಿ, ಸಮುದಾಯದೊಂದಿಗೆ ಸಂವಹನ ಮಾಡಿ — ಹೀಗೆ ನಿಮ್ಮ ಕೌಶಲ್ಯಗಳನ್ನು ಬೆಳೆಸುತ್ತಾ ಪರಿಣಾಮಕಾರಿ ಕೊಡುಗೆಗಳನ್ನು ನೀಡಬಹುದು. ಪ್ರತಿಯೊಂದು ಕೊಡುಗೆಯೂ ಮಹತ್ವದ್ದೇ. ಇಂದೇ ಪ್ರಾರಂಭಿಸಿ — ನಿಮಗೆ ಇಷ್ಟವಾದ ಪ್ರಾಜೆಕ್ಟ್ ಹುಡುಕಿ, ಮೊದಲ ಕೊಡುಗೆ ನೀಡಿ ಮತ್ತು ಜಾಗತಿಕ ಓಪನ್‌ಸೋರ್ಸ್ ಚಳುವಳಿಯ ಭಾಗವಾಗಿರಿ! + From c1ef766d130f1a8435a41ecf09a23edf05f28fe8 Mon Sep 17 00:00:00 2001 From: ValenTiss <100385088+ValenTiss@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:10:09 -0400 Subject: [PATCH 1904/2656] Valentin Tissera to Contributors list (#103643) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f9c8b354..f09107f5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -816,6 +816,7 @@ P Venkata Rami Reddy - [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) - [Sachin Kumar](https://github.com/Itsmesachin98) - [Tejas Raj](https://https://github.com/DRAKKKkk) From 8e65c5f0d77667e561eac45d395747ca6704902a Mon Sep 17 00:00:00 2001 From: LayorX Date: Tue, 16 Sep 2025 10:11:26 +0800 Subject: [PATCH 1905/2656] Add LayorX to Contributors list (#103644) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f09107f5..4b75babd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [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) - [TJ Lucht](https://github.com/GoldenEntertainment) - I Like Watching Youtube Videos, I also Like making Games And apps From ae373a8ba5d07287cc47e45dab7d90474bce721f Mon Sep 17 00:00:00 2001 From: VThanh-Huy Date: Tue, 16 Sep 2025 09:43:05 +0700 Subject: [PATCH 1906/2656] =?UTF-8?q?Them=20Hy=20v=C3=A0o=20danh=20s=C3=A1?= =?UTF-8?q?ch=20(#103645)?= 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 4b75babd..4090e6b6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ - [Shalini Gupta](https://github.com/shalinigupta2501) -[Godugu Veena](https://github.com/GoduguVeena) -[Shahid Afrid](https://github.com/shahid-afrid) +- Vo Huy - [David devmanki](https://github.com/davamanki) - [Priyanshu Saxena] (https://github.com/Priyanshuxddd) - [Sumit Pandey](https://github.com/5umitpandey) From 35037d730c27a42446b9df9dcbb6778dd272f20e Mon Sep 17 00:00:00 2001 From: RodrigoNunes2004 Date: Tue, 16 Sep 2025 15:26:53 +1200 Subject: [PATCH 1907/2656] Add Rodrigo De Fraga Nunes to the Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c4ea793d..ac020048 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2783,4 +2783,5 @@ DanyLeeCS - [Jy](https://github.com/jy1534) - [ompug](https://github.com/ompug) -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) --[Monu Kumari](https://github.com/monukri4548) \ No newline at end of file +-[Monu Kumari](https://github.com/monukri4548) +[RodrigoDeFragaNunes](https://github.com/RodrigoNunes2004) \ No newline at end of file From 2879057d35a2e3164bb73675e22b9636c2b39867 Mon Sep 17 00:00:00 2001 From: MdBilal <66351159+scofieldmr@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:13:10 +0530 Subject: [PATCH 1908/2656] Added Mohamed Bilal to Contributors list (#103647) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4090e6b6..e7acfc33 100644 --- a/Contributors.md +++ b/Contributors.md @@ -415,6 +415,7 @@ LIUYY到此一游 - [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) From f6667f61b8535630bfaaa3d1acb518fd952c644a Mon Sep 17 00:00:00 2001 From: kanish13 Date: Tue, 16 Sep 2025 10:25:02 +0530 Subject: [PATCH 1909/2656] kanish added --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e7acfc33..84559468 100644 --- a/Contributors.md +++ b/Contributors.md @@ -30,6 +30,7 @@ -[Sailaja](https://github.com/Sailu5) - [Sim Hyeonmin](https://github.com/simhyunmin) - [Sanjay Senthilkumar](https://github.com/Sanj84-co) +-[KANISH](hello) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) - [Gbede Daniel] (https://github.com/dani12e) From 296efcddf8ae9c558762da1953703fa9d1d59648 Mon Sep 17 00:00:00 2001 From: kanish13 Date: Tue, 16 Sep 2025 10:28:47 +0530 Subject: [PATCH 1910/2656] kanish 2 added --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 84559468..41de9f05 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [KANISH](hello) - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! @@ -30,7 +31,7 @@ -[Sailaja](https://github.com/Sailu5) - [Sim Hyeonmin](https://github.com/simhyunmin) - [Sanjay Senthilkumar](https://github.com/Sanj84-co) --[KANISH](hello) +- [KANISH](hello) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) - [Gbede Daniel] (https://github.com/dani12e) From cb4b3455c9f78adf9c7881fb49ae81e7aacabd82 Mon Sep 17 00:00:00 2001 From: Jack Bates <500213024@fvtc.edu> Date: Tue, 16 Sep 2025 00:40:36 -0500 Subject: [PATCH 1911/2656] Jack Bates added to contributors (#103649) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e7acfc33..287381c0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [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) - [Abhishek Rawat][https://github.com/Abhishek2rawat] From 61b9bd320bfb763013dd417c88f56dbb8b47d89f Mon Sep 17 00:00:00 2001 From: Agenbag <32453121+Interster@users.noreply.github.com> Date: Tue, 16 Sep 2025 07:53:16 +0200 Subject: [PATCH 1912/2656] Add Interster to Contributors list (#103650) Co-authored-by: NielAgenbag --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 287381c0..4590890a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2809,3 +2809,4 @@ DanyLeeCS - [Yasharth Dixit](https://github.com/yasharthdixit0107) - [Vijay Ayyar](https://github.com/vijayayyar) -[Ahmed Hussein](https://github.com/Ahmed123927) +- Interster \ No newline at end of file From f0966e3d94d9c130d16dff4f52f3423c1b7096b7 Mon Sep 17 00:00:00 2001 From: Mark de Villiers Date: Tue, 16 Sep 2025 14:14:01 +0800 Subject: [PATCH 1913/2656] Add Mark to Contributors list (#103651) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4590890a..424d5714 100644 --- a/Contributors.md +++ b/Contributors.md @@ -56,6 +56,7 @@ - bimo105108 - DKshetry - Signal Bean +- [Mark](https://github.com/Mark-fr-dev) - [Vedanth](https://github.com/Vedanth81106) - [Agus](https://github.com/agusfdzm) - [Diogo Ferreira](https://github.com/fdiogo1) From 7229f0763a04afad428da7cd1073a614922b18f7 Mon Sep 17 00:00:00 2001 From: Mayen <139054881+Mayen007@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:11:19 +0300 Subject: [PATCH 1914/2656] Add Mayen to Contributors list (#103652) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 424d5714..fa5b91b4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [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! From 9db0bd7f4364816179a19c6ed85a659fd814b731 Mon Sep 17 00:00:00 2001 From: Siddharth Shravan Jha <65068933+Siddharth18-dev@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:51:39 +0530 Subject: [PATCH 1915/2656] Add Siddharth to Contributors list (#103653) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index fa5b91b4..e6db6082 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ - [NANAN](#####) - [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) -[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) @@ -2811,4 +2812,4 @@ DanyLeeCS - [Yasharth Dixit](https://github.com/yasharthdixit0107) - [Vijay Ayyar](https://github.com/vijayayyar) -[Ahmed Hussein](https://github.com/Ahmed123927) -- Interster \ No newline at end of file +- Interster From afc7819d540e35058c672886850b562d0ecacc67 Mon Sep 17 00:00:00 2001 From: DevElevate19 Date: Tue, 16 Sep 2025 15:20:57 +0530 Subject: [PATCH 1916/2656] First Contribution (#103655) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e6db6082..c8056480 100644 --- a/Contributors.md +++ b/Contributors.md @@ -75,6 +75,7 @@ - [Dhruv sawant] - [SungHo.You] - [Miles Morales] +- [DevElevate19](https://github.com/DevElevate19) - [lucas](https://github.com/Luc-as) - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- From 29a4c417e35a2cf14795974f6a219477deed6531 Mon Sep 17 00:00:00 2001 From: Lakshya Agrawal <86584627+Lakshya182005@users.noreply.github.com> Date: Tue, 16 Sep 2025 15:54:14 +0530 Subject: [PATCH 1917/2656] Add Lakshya Agrawal to Contributors List (#103656) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c8056480..25ee8a1c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1717,6 +1717,7 @@ Eoin O'B - [Romuald Oluwatobi](https://github.com/Romulad) - [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) From b6fd85cec35340437484760e099dfcaea3735231 Mon Sep 17 00:00:00 2001 From: Sundram Rai <161126632+Sundramrai3691@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:33:57 +0530 Subject: [PATCH 1918/2656] Adding my name to Contributors list (#103657) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 25ee8a1c..129e56b0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -74,6 +74,7 @@ - [Jack Crampton] (https://github.com/Gamesscow) - [Dhruv sawant] - [SungHo.You] +- [Sundram Rai](https://github.com/Sundramrai3691) - [Miles Morales] - [DevElevate19](https://github.com/DevElevate19) - [lucas](https://github.com/Luc-as) From b1462409266e1b5f7ce8b2e97ffa963fed4dc944 Mon Sep 17 00:00:00 2001 From: Dennis van Oort <135817914+dvanoort@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:10:17 +0200 Subject: [PATCH 1919/2656] Add dvanoort to the Contributors list (#103659) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 129e56b0..81805b45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [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 - [David devmanki](https://github.com/davamanki) - [Priyanshu Saxena] (https://github.com/Priyanshuxddd) From 73dca18dfb432c90fe05811153c0d845f2391ccf Mon Sep 17 00:00:00 2001 From: Pawan82003 <137865331+Pawan82003@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:10:02 +0530 Subject: [PATCH 1920/2656] Added Marni Pawan Veer Sai to Contributor list (#103660) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 81805b45..b817a930 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [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) From a607b750c265db4e132fd4b8c2803f696e577825 Mon Sep 17 00:00:00 2001 From: Meisam Ahmadi <43019348+bymeisam@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:50:10 +1000 Subject: [PATCH 1921/2656] add meisam to contributors list (#103661) Co-authored-by: meisam --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b817a930..f9a44ddc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -44,6 +44,7 @@ - [Rohan Shukla] (https://github.com/RohanShukla23) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) +- [meisam](https://github.com/bymeisam) - [Mahmoud Mohsen](https://github.com/Mahmoud12344) - [Gokoku](https://github.com/gokoku) - [Nishant Singh](https://github.com/vasu101) From 3c70484b2b863258c97d0d3ffbbc6b1712ed3036 Mon Sep 17 00:00:00 2001 From: CodeWithkrish Date: Tue, 16 Sep 2025 17:23:32 +0530 Subject: [PATCH 1922/2656] added the first contribution --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 81805b45..35f28732 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[Krish] (Hello i am from India , I started learning Open source contribution ) - [Mayen Akech](https://github.com/Mayen007) - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) From 5add48d32720fba17e95cea2114bc0f5abc71bc2 Mon Sep 17 00:00:00 2001 From: Dhiraj <146536408+dhirajlaulkar@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:27:43 +0530 Subject: [PATCH 1923/2656] Add dhiraj-laulkar to Contributors list (#103664) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f9a44ddc..678133d3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2812,6 +2812,7 @@ DanyLeeCS - [Jy](https://github.com/jy1534) - [ompug](https://github.com/ompug) -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) +- [Dhiraj Laulkar](https://github.com/dhirajlaulkar) -[Monu Kumari](https://github.com/monukri4548) - [Shashank Padmasali](https://github.com/shashank3115) -[Vikas Shirsath](https://github.com/vikas-shirsath) From f88e71c913a9d6a396db21b8873d51441db74078 Mon Sep 17 00:00:00 2001 From: jpm2756 Date: Tue, 16 Sep 2025 08:03:15 -0400 Subject: [PATCH 1924/2656] jpm2756 to Contributors list (#103665) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 678133d3..8e2d7aca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ - [Jessica Thomas](https://github.com/jmt713) - [b1tranger](https://github.com/b1tranger) - [NANAN](#####) +- [Josh Mossman] - [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) -[Rajeev Shivah](https://github.com/rajeevshivah) - [Siddharth Shravan Jha] (https://github.com/Siddharth18-dev) From a509de95469d5b90d9d33c67b2bdd9e77fcfe29c Mon Sep 17 00:00:00 2001 From: Yash Singhal Date: Tue, 16 Sep 2025 17:35:49 +0530 Subject: [PATCH 1925/2656] docs: Added Yash Singhal to Contributors list (#103666) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8e2d7aca..789bcba9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2821,3 +2821,4 @@ DanyLeeCS - [Vijay Ayyar](https://github.com/vijayayyar) -[Ahmed Hussein](https://github.com/Ahmed123927) - Interster +-[Yash Singhal](https://github.com/VITianYash42) \ No newline at end of file From 8ad5449ef3b4db19ddc0950c7e9d82914fa5c592 Mon Sep 17 00:00:00 2001 From: MaazMohammedM Date: Tue, 16 Sep 2025 17:40:25 +0530 Subject: [PATCH 1926/2656] Add Maaz Mohammed M to contribution list (#103667) * Add Maaz Mohammed M to contribution list * Add Maaz to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 789bcba9..cd2dedfe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2478,6 +2478,7 @@ jack - first contribution practice - [Sepi](https://github.com/IsepantaI) - [Tiago Castilho](https://github.com/tcastilho10) - [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) From fa1d221dc5e0c6def007127bc56a78a014879743 Mon Sep 17 00:00:00 2001 From: Mahanthesh S <140740450+Mahi2708@users.noreply.github.com> Date: Tue, 16 Sep 2025 18:25:09 +0530 Subject: [PATCH 1927/2656] my first contribution (#103668) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cd2dedfe..e2557c35 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Mahanthesh S](https://github.com/Mahi2708) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Rafael Severo](https://github.com/rafaeumesmo) From c34a617602f5638917af988da8934b753e84a072 Mon Sep 17 00:00:00 2001 From: SidChaudhary7 <122038254+SidChaudhary7@users.noreply.github.com> Date: Tue, 16 Sep 2025 18:26:30 +0530 Subject: [PATCH 1928/2656] siddharth (#103669) Co-authored-by: Raisw-android <157869134+Raisw-android@users.noreply.github.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e2557c35..7e02a258 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Krrishray](https://github.com/krrishray) - [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) From 098248b9e6c168b5b905884db72424d17c0d4694 Mon Sep 17 00:00:00 2001 From: Jacques R <62145972+PrimEverDream@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:59:05 +0200 Subject: [PATCH 1929/2656] Add PrimEverDream to Contributors list (#103670) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7e02a258..9cec28fe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! - [Raj Gajjar](https://github.com/RajGajjar-01) - [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) From bfdcc11cb337ccad178f3e7291033fcc5984161c Mon Sep 17 00:00:00 2001 From: Will <26897000+Bug9519@users.noreply.github.com> Date: Tue, 16 Sep 2025 23:29:06 +1000 Subject: [PATCH 1930/2656] Add Bug9519 to Contributors list. (#103672) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9cec28fe..6889d635 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Mahanthesh S](https://github.com/Mahi2708) +- [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) From 3d631bb19d8ca1cb03ed652677e1b789818f6c42 Mon Sep 17 00:00:00 2001 From: anya-minamoto <226239237+anya-minamoto@users.noreply.github.com> Date: Tue, 16 Sep 2025 22:34:52 +0800 Subject: [PATCH 1931/2656] Add GENJI J to Contributors list (#103673) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6889d635..d83f142d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [GENJI J](https://github.com/anya-minamoto) - [Mahanthesh S](https://github.com/Mahi2708) - [Bug9519](https://github.com/Bug9519) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) From 3e22c873e06e472d235a8f8d2d6cfffc26d65253 Mon Sep 17 00:00:00 2001 From: the-grind-begins <162607194+the-grind-begins@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:27:15 +0100 Subject: [PATCH 1932/2656] Update Contributors.md (#103675) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d83f142d..837233e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2126,6 +2126,7 @@ Cloudman - [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) @@ -2827,4 +2828,4 @@ DanyLeeCS - [Vijay Ayyar](https://github.com/vijayayyar) -[Ahmed Hussein](https://github.com/Ahmed123927) - Interster --[Yash Singhal](https://github.com/VITianYash42) \ No newline at end of file +-[Yash Singhal](https://github.com/VITianYash42) From 7f315d5a15c69e1a3afd4d8ed36ff0c50565da8f Mon Sep 17 00:00:00 2001 From: JohnnyCage1337 Date: Tue, 16 Sep 2025 18:16:50 +0200 Subject: [PATCH 1933/2656] Add Wiktor Kostecki to Contributors list (#103677) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 837233e3..5bc87e87 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2829,3 +2829,4 @@ DanyLeeCS -[Ahmed Hussein](https://github.com/Ahmed123927) - Interster -[Yash Singhal](https://github.com/VITianYash42) +-[Wiktor Kostecki](https://github.com/JohnnyCage1337) From 6733e60ed2d03ccc49887b269fa834d92c905f53 Mon Sep 17 00:00:00 2001 From: "N. Sambit Suman" Date: Tue, 16 Sep 2025 22:06:49 +0530 Subject: [PATCH 1934/2656] Add N.Sambit Suman to Contributors List (#103678) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5bc87e87..edf61d24 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2829,4 +2829,5 @@ DanyLeeCS -[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) From c1ba531137b1d08ac6af0c9b1516e933f86852ad Mon Sep 17 00:00:00 2001 From: suraj-joshi-iitd Date: Tue, 16 Sep 2025 22:18:38 +0530 Subject: [PATCH 1935/2656] Add my to contributors (#103679) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index edf61d24..401a8060 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2725,6 +2725,7 @@ DanyLeeCS - [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) From 2b774e0f714041263228befe2fae05367a48dc5f Mon Sep 17 00:00:00 2001 From: chitra-dongare <158546936+chitra-dongare@users.noreply.github.com> Date: Tue, 16 Sep 2025 22:19:49 +0530 Subject: [PATCH 1936/2656] Add chitra dongare to Contributors list (#103680) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 401a8060..43d74690 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2832,3 +2832,4 @@ DanyLeeCS -[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) \ No newline at end of file From e055e82a4a0f6a4c2d72a6876182a41e9b216e57 Mon Sep 17 00:00:00 2001 From: SOMYA S Date: Tue, 16 Sep 2025 22:32:21 +0530 Subject: [PATCH 1937/2656] Adding Somya as Contributors --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5bc87e87..c9537393 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2830,3 +2830,4 @@ DanyLeeCS - Interster -[Yash Singhal](https://github.com/VITianYash42) -[Wiktor Kostecki](https://github.com/JohnnyCage1337) +- [Somya Swami ]( https://github.com/somyaswami) From c7229a4cc5709f16d05ca475bcb12b7e644c79f6 Mon Sep 17 00:00:00 2001 From: TSKailash <167196799+TSKailash@users.noreply.github.com> Date: Tue, 16 Sep 2025 22:33:33 +0530 Subject: [PATCH 1938/2656] First commit of Kailash (#103682) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 43d74690..cf645215 100644 --- a/Contributors.md +++ b/Contributors.md @@ -33,6 +33,7 @@ - [Dennis van Oort] (https://github.com/dvanoort) - Vo Huy - [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) From 7d1fba6b76821f8c26299da00ac0188ce36636d4 Mon Sep 17 00:00:00 2001 From: Muhammad Farras Majid <47713041+mfarrasmajid@users.noreply.github.com> Date: Wed, 17 Sep 2025 00:20:35 +0700 Subject: [PATCH 1939/2656] Add Muhammad Farras Majid to Contributor List (#103684) Co-authored-by: SHADALKANE-ZEPH\MFARRASMAJID --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cf645215..731eb380 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ -[Shahid Afrid](https://github.com/shahid-afrid) - [Dennis van Oort] (https://github.com/dvanoort) - Vo Huy +- [Muhammad Farras Majid](https://github.com/mfarrasmajid) - [David devmanki](https://github.com/davamanki) - [Kailash](https://github.com/TSKailash) - [Priyanshu Saxena] (https://github.com/Priyanshuxddd) From 01e5f8e8f3e75593d4964226180051fb83d26ed8 Mon Sep 17 00:00:00 2001 From: filipp-os Date: Tue, 16 Sep 2025 20:27:02 +0300 Subject: [PATCH 1940/2656] Added filipp-os to the Contributors list (#103685) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 731eb380..d2d79e35 100644 --- a/Contributors.md +++ b/Contributors.md @@ -42,6 +42,7 @@ - [Pavan Mhaisne](https://github.com/piyushm4) -[Sailaja](https://github.com/Sailu5) - [Sim Hyeonmin](https://github.com/simhyunmin) +- [Filippos Angelakos](https://github.com/filipp-os) - Love from Greece!!!! - [Sanjay Senthilkumar](https://github.com/Sanj84-co) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) From 723a6229950eed21d241f13eebbba39272a39219 Mon Sep 17 00:00:00 2001 From: Rahul Kumar <118787765+imRahul05@users.noreply.github.com> Date: Tue, 16 Sep 2025 23:07:06 +0530 Subject: [PATCH 1941/2656] added rahul-kumar-imrahul05 to the contribution list (#103686) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d2d79e35..6ecfad4a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2292,6 +2292,7 @@ Cloudman - [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) From f42ed53742e165cbf355247f56e95c7d484f20e1 Mon Sep 17 00:00:00 2001 From: Swedel L <48290590+swedell@users.noreply.github.com> Date: Tue, 16 Sep 2025 18:51:28 +0100 Subject: [PATCH 1942/2656] docs: add Swedel Lasrado to Contributors list (#103687) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6ecfad4a..fd5cea55 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ -[Shahid Afrid](https://github.com/shahid-afrid) - [Dennis van Oort] (https://github.com/dvanoort) - Vo Huy +- Swedel Lasrado - [Muhammad Farras Majid](https://github.com/mfarrasmajid) - [David devmanki](https://github.com/davamanki) - [Kailash](https://github.com/TSKailash) @@ -2836,4 +2837,4 @@ DanyLeeCS -[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) \ No newline at end of file +-[Chitra Dongare](https://github.com/chitra-dongare) From 60db396df2d9bc4818d8be2e8688a24d4c15f4ed Mon Sep 17 00:00:00 2001 From: COReichl Date: Tue, 16 Sep 2025 13:08:04 -0500 Subject: [PATCH 1943/2656] First contributions (#103688) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd5cea55..c2888425 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2838,3 +2838,4 @@ DanyLeeCS -[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! \ No newline at end of file From 71ad75a44886ed5d790256b33aa9d3c607271df8 Mon Sep 17 00:00:00 2001 From: eyogabriel529-sen Date: Tue, 16 Sep 2025 19:59:15 +0100 Subject: [PATCH 1944/2656] Add Gabriel Eyo to Contributors list (#103690) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c2888425..ab450e8c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -87,6 +87,7 @@ - [Jack Crampton] (https://github.com/Gamesscow) - [Dhruv sawant] - [SungHo.You] +- [Gabriel Eyo] (https://github.com/eyogabriel529-sen) - [Sundram Rai](https://github.com/Sundramrai3691) - [Miles Morales] - [DevElevate19](https://github.com/DevElevate19) From 90659a851a1e4083af33032791f5184e110441ad Mon Sep 17 00:00:00 2001 From: HighPoly Date: Tue, 16 Sep 2025 22:00:12 +0300 Subject: [PATCH 1945/2656] Add HighPoly to Contributors list (#103691) Co-authored-by: HighPolygon --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ab450e8c..94fe1aa8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [GENJI J](https://github.com/anya-minamoto) +- [HighPoly](https://github.com/HighPolygon) - [Mahanthesh S](https://github.com/Mahi2708) - [Bug9519](https://github.com/Bug9519) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) From b76e15f3cdf3d9676991ddca823f6e38bca6c428 Mon Sep 17 00:00:00 2001 From: enguy-hub <16822912+enguy-hub@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:10:36 +0200 Subject: [PATCH 1946/2656] Added enguy-hub to Contributors.md (#103692) Co-authored-by: enguy-hub --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 94fe1aa8..aff1083c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2741,6 +2741,7 @@ DanyLeeCS - [RockStar] - [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) - [Anushka Wable](https://github.com/anushka-sys) From 724a159d232cc2f60d10cf5bd2ebad168da18cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ca=C3=ADque=20de=20Oliveira=20Sousa?= Date: Tue, 16 Sep 2025 16:33:58 -0300 Subject: [PATCH 1947/2656] Add caique-oliveira to Contributors list (#103693) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aff1083c..1f61cbde 100644 --- a/Contributors.md +++ b/Contributors.md @@ -88,6 +88,7 @@ - [Jack Crampton] (https://github.com/Gamesscow) - [Dhruv sawant] - [SungHo.You] +- [Caíque Oliveira](https://github.com/os-caique) - [Gabriel Eyo] (https://github.com/eyogabriel529-sen) - [Sundram Rai](https://github.com/Sundramrai3691) - [Miles Morales] From 7e43bc104e942981a172d58f4daa8eea329d7be2 Mon Sep 17 00:00:00 2001 From: jameswhatcott <162528300+jameswhatcott@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:51:49 -0500 Subject: [PATCH 1948/2656] added James Whatcott to Contributors List (#103694) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1f61cbde..70c4d245 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2814,6 +2814,7 @@ DanyLeeCS - [zhoushuo](https://github.com/zshs000) - [Suriti Joshi] (https://github.com/srj-145) - CyberJoke +- [James Whatcott](https://github.com/jameswhatcott) - [Dudley Orestil] (https://github.com/dee276) - [Syink](https://github.com/syinkboy) - [Cesar Rice](https://github.com/checharito14) From 12f1365428a467950d6569ca5785c751469957f8 Mon Sep 17 00:00:00 2001 From: Arlie Rivas Date: Tue, 16 Sep 2025 21:58:27 +0200 Subject: [PATCH 1949/2656] Add adra642 to Contributors list (#103695) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 70c4d245..9d9e75c1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1900,6 +1900,7 @@ Eoin O'B - [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) From 29146c97e80e4ac22dca2c9dadb6b93b90797ce8 Mon Sep 17 00:00:00 2001 From: Akash Goyal <139630240+1223akash@users.noreply.github.com> Date: Wed, 17 Sep 2025 01:31:49 +0530 Subject: [PATCH 1950/2656] Add Akash Goyal to Contributors list (#103696) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9d9e75c1..ccb1f023 100644 --- a/Contributors.md +++ b/Contributors.md @@ -235,6 +235,7 @@ sdumini - [Arezoo] - [1983730774] - [원세영](https://github.com/seyoung5744) +- [Akash Goyal](https://github.com/1223akash) - [Jacques Antoine] - [SQDEL] - [Plexton](https://github.com/ZaibLComrade) @@ -2844,4 +2845,4 @@ DanyLeeCS -[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! \ No newline at end of file +- [Colin Reichl](https://github.com/COReichl) - This is so cool! From 5f545542fa56ec616deb54701bb5681401ffd66f Mon Sep 17 00:00:00 2001 From: Omveer <85193271+narukaz@users.noreply.github.com> Date: Wed, 17 Sep 2025 02:17:14 +0530 Subject: [PATCH 1951/2656] omveer (#103697) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ccb1f023..4c2a3b1b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Omveer](https://github.com/narukaz/) - [GENJI J](https://github.com/anya-minamoto) - [HighPoly](https://github.com/HighPolygon) - [Mahanthesh S](https://github.com/Mahi2708) From a8d48ce01eb24121ef9bc8dc86f1bb0da8a343da Mon Sep 17 00:00:00 2001 From: Samuel Maxey <35312250+SMAX-byte@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:09:20 -0500 Subject: [PATCH 1952/2656] add Samuel-Maxey to the contributors list (#103698) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4c2a3b1b..2aa2bfd1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1044,6 +1044,7 @@ Ben - [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) From 27e161b6b5ca0b667273a3b763a0b3776cf5ee92 Mon Sep 17 00:00:00 2001 From: Kolawole Yusuf <132784035+CodeWithKola@users.noreply.github.com> Date: Tue, 16 Sep 2025 22:40:19 +0100 Subject: [PATCH 1953/2656] Add Kolawole-Yusuf to Contributors list (#103699) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2aa2bfd1..31545986 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2848,3 +2848,4 @@ DanyLeeCS -[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) From 77e197ab877076c429f9838c6a5dca5eaeeab835 Mon Sep 17 00:00:00 2001 From: Luan Oliveira Morgon Date: Tue, 16 Sep 2025 19:44:20 -0300 Subject: [PATCH 1954/2656] Add Luan to Contributors list (#103700) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 31545986..3b68f627 100644 --- a/Contributors.md +++ b/Contributors.md @@ -72,6 +72,7 @@ - Vivek Gupta - bimo105108 - DKshetry +- Luan - Signal Bean - [Mark](https://github.com/Mark-fr-dev) - [Vedanth](https://github.com/Vedanth81106) From 76ea3a14fd43ec9b243e383c3e838f5993d83838 Mon Sep 17 00:00:00 2001 From: kerembalci90 Date: Tue, 16 Sep 2025 21:16:22 -0300 Subject: [PATCH 1955/2656] Add new name to Contributors list (#103701) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3b68f627..5d6d3bf0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -109,6 +109,7 @@ - [mgalore](https://github.com/mgalore) - Bhuvana Madiraju - Aditya Singh Kushwah +- [Kerem Balci](https://github.com/kerembalci90) - [Kat R.](https://github.com/KxttyKxt) - [RUDRA TAILOR](https://github.com/RudraTailor) - santiago robles From 8c6819eca8361180d3bba3bc27b3c7cb5d3dd7ca Mon Sep 17 00:00:00 2001 From: Laurent Humeau <108823801+Laurent-Humeau@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:22:34 -0400 Subject: [PATCH 1956/2656] added laurent to the contributors lists (#103702) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5d6d3bf0..a88b2a48 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ - [Monjurul Haque](https://github.com/MonjurulHaq) - [Sneha Gadekarla] (https://github.com/SnehaG100) - [Pavan Mhaisne](https://github.com/piyushm4) +- [laurent humeau](https://github.com/Laurent-Humeau) -[Sailaja](https://github.com/Sailu5) - [Sim Hyeonmin](https://github.com/simhyunmin) - [Filippos Angelakos](https://github.com/filipp-os) - Love from Greece!!!! From a4fe8e26f85f48ef012adedc9a2e9b32bc94e4ab Mon Sep 17 00:00:00 2001 From: Janindu Nanayakkara <96259895+Janindu-n@users.noreply.github.com> Date: Wed, 17 Sep 2025 13:35:46 +1200 Subject: [PATCH 1957/2656] Add Janindu to Contributors list (#103703) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a88b2a48..ac8730bf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -35,6 +35,7 @@ - [Dennis van Oort] (https://github.com/dvanoort) - Vo Huy - Swedel Lasrado +- [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) From 474e69e57ed58229e834a81c568157782371a6ea Mon Sep 17 00:00:00 2001 From: NayoungKim <102905115+nayoung16@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:55:37 +0900 Subject: [PATCH 1958/2656] Add Nayoung Kim to Contributors list (#103704) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ac8730bf..20a7ef3d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2853,3 +2853,4 @@ DanyLeeCS -[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) \ No newline at end of file From a896c27f072057ba51044e494e1aab14042b3776 Mon Sep 17 00:00:00 2001 From: Big Jim Folsom Date: Tue, 16 Sep 2025 22:11:01 -0500 Subject: [PATCH 1959/2656] Added Jed to project (#103705) Co-authored-by: Jed Engel <500191756@fvtc.edu> --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 20a7ef3d..55425972 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2853,4 +2853,5 @@ DanyLeeCS -[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) \ No newline at end of file +- [Nayoung Kim](https://github.com/nayoung16) +- [Jed Engel](https://github.com/Jed-From-Wisconsin) WHAT'S GOOD GITHUB NATION \ No newline at end of file From 6b3637ded3de73f6d75034a2817581a706ab4fd2 Mon Sep 17 00:00:00 2001 From: Shreyaa Katiyar Date: Wed, 17 Sep 2025 09:02:33 +0530 Subject: [PATCH 1960/2656] add name to the contributors list (#103706) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 55425972..c7944bc3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ -[Shahid Afrid](https://github.com/shahid-afrid) - [Dennis van Oort] (https://github.com/dvanoort) - Vo Huy +- Shreyaa - Swedel Lasrado - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) From 984979a69727f821901e5e8bd96dccd7daf75fe7 Mon Sep 17 00:00:00 2001 From: Minjun Park <78081023+mj4863@users.noreply.github.com> Date: Wed, 17 Sep 2025 13:15:00 +0900 Subject: [PATCH 1961/2656] Add Jacob to Contributors list (#103707) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7944bc3..5f6406e5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ - [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] From a002a70f5a29b81859c1db608e5b994572c05101 Mon Sep 17 00:00:00 2001 From: Ahmad Raza Date: Wed, 17 Sep 2025 10:07:07 +0530 Subject: [PATCH 1962/2656] Add Ahmad Raza to Contributors list (#103708) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5f6406e5..74b142f7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1537,6 +1537,7 @@ Eoin O'B - [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) From e33983ce8016aa6b7843f25144e6ad920cde9116 Mon Sep 17 00:00:00 2001 From: Jeff Fitch Date: Wed, 17 Sep 2025 00:00:42 -0500 Subject: [PATCH 1963/2656] added name to contributors (#103709) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 74b142f7..9cdd41b3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2857,4 +2857,5 @@ DanyLeeCS - [Colin Reichl](https://github.com/COReichl) - This is so cool! -[Kolawole Yusuf](https://github.com/CodeWithKola) - [Nayoung Kim](https://github.com/nayoung16) -- [Jed Engel](https://github.com/Jed-From-Wisconsin) WHAT'S GOOD GITHUB NATION \ No newline at end of file +- [Jed Engel](https://github.com/Jed-From-Wisconsin) WHAT'S GOOD GITHUB NATION +- [JAFitch](https://github.com/jafitch) glad to be here! \ No newline at end of file From 3c18827910fd97c0ed510468227ffee1461b4f82 Mon Sep 17 00:00:00 2001 From: Siddharth Mishra <115337451+SIDDHARTH7729@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:31:25 +0530 Subject: [PATCH 1964/2656] Add Siddharth to contributors list (#103710) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9cdd41b3..3b8bcaec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -218,6 +218,7 @@ sdumini - [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) From cf12262ee52f76f8cdec8ea958e8a081bc20cb46 Mon Sep 17 00:00:00 2001 From: smdekate-cs <231406952+smdekate-cs@users.noreply.github.com> Date: Wed, 17 Sep 2025 12:15:36 +0530 Subject: [PATCH 1965/2656] smdekate-cs to Contributors list (#103711) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3b8bcaec..23326376 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # 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) - [Bug9519](https://github.com/Bug9519) From 0e5f62ec57f7be92caa7debfb8b3ad8611fd10b2 Mon Sep 17 00:00:00 2001 From: "John B. \"Bill\" Evrigenis Jr" Date: Tue, 16 Sep 2025 23:52:12 -0700 Subject: [PATCH 1966/2656] Add kamakijr to Contributors list (#103712) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 23326376..6ca909c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -64,6 +64,7 @@ - [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) From 6ce2d113225f1e2bba5b4649a092f90253875ff2 Mon Sep 17 00:00:00 2001 From: Mohd Ayan Date: Wed, 17 Sep 2025 00:23:14 -0700 Subject: [PATCH 1967/2656] Add my name to contributers list (#103713) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6ca909c8..ed1611e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -247,6 +247,7 @@ sdumini - [원세영](https://github.com/seyoung5744) - [Akash Goyal](https://github.com/1223akash) - [Jacques Antoine] +- [Mohd Ayan](https://github.com/codistan-commit) - [SQDEL] - [Plexton](https://github.com/ZaibLComrade) - [knlklabacka] From b4a9f8605df362eda4476e5b4e36731a07519285 Mon Sep 17 00:00:00 2001 From: otocolobus12 Date: Wed, 17 Sep 2025 16:33:12 +0900 Subject: [PATCH 1968/2656] Add my name to Contributors.md (#103714) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ed1611e1..1321ada3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2862,4 +2862,5 @@ DanyLeeCS -[Kolawole Yusuf](https://github.com/CodeWithKola) - [Nayoung Kim](https://github.com/nayoung16) - [Jed Engel](https://github.com/Jed-From-Wisconsin) WHAT'S GOOD GITHUB NATION -- [JAFitch](https://github.com/jafitch) glad to be here! \ No newline at end of file +- [JAFitch](https://github.com/jafitch) glad to be here! +- [otocolobus12](https://github.com/otocolobus12) \ No newline at end of file From 26db384b0ad6f924b0b8376c4ca13eac56dcda4d Mon Sep 17 00:00:00 2001 From: telepus Date: Wed, 17 Sep 2025 12:45:24 +0500 Subject: [PATCH 1969/2656] com --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index be25624f..c3095f9e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,3 +1,5 @@ +😀😀 + -[Polash MSH](https://github.com/polashds)- My first open source contributions, Hello world! nano! -[Ashar-Khalid](https://github.com/Ashar-Khalid) - This is my first contribution but its not going to be my last. My contributions will make an impact one day (July 25, 2025). - Abdugofurov Behruzbek From ce9985f7cb76565e78904ed0b0ac7661d6645ffe Mon Sep 17 00:00:00 2001 From: otocolobus12 Date: Wed, 17 Sep 2025 16:49:47 +0900 Subject: [PATCH 1970/2656] Add my name to Contributors.md (#103716) From d21eee08c0b7142ad37a5d7ef0debd33417ec8f9 Mon Sep 17 00:00:00 2001 From: Jose David Elizondo Date: Wed, 17 Sep 2025 02:40:51 -0600 Subject: [PATCH 1971/2656] Add Jose David Elizondo to Contributors list (#103717) Co-authored-by: JosElizondoR --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1321ada3..baf3e887 100644 --- a/Contributors.md +++ b/Contributors.md @@ -61,6 +61,7 @@ - [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) From fd209c4b9167c5c076149790d7444ddaa529af41 Mon Sep 17 00:00:00 2001 From: ritik-python Date: Wed, 17 Sep 2025 15:48:31 +0530 Subject: [PATCH 1972/2656] Update Contributor.md (#103718) Added my name and profile url as last entry --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index baf3e887..ae467383 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2864,4 +2864,5 @@ DanyLeeCS - [Nayoung Kim](https://github.com/nayoung16) - [Jed Engel](https://github.com/Jed-From-Wisconsin) WHAT'S GOOD GITHUB NATION - [JAFitch](https://github.com/jafitch) glad to be here! -- [otocolobus12](https://github.com/otocolobus12) \ No newline at end of file +- [otocolobus12](https://github.com/otocolobus12) +- [ritik](https://github.com/ritik-python) \ No newline at end of file From 06412d896886348e8c9a0e21aeb59758c55e21fd Mon Sep 17 00:00:00 2001 From: Christian-Petrucci <143889806+Christian-Petrucci@users.noreply.github.com> Date: Wed, 17 Sep 2025 13:34:19 +0200 Subject: [PATCH 1973/2656] Add Christian Petrucci to Contributors list (#103719) Co-authored-by: Christian --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ae467383..7dcd2e70 100644 --- a/Contributors.md +++ b/Contributors.md @@ -124,7 +124,7 @@ - Debanjan Kshetry - Manthan Maidawat - A Bhargavi (https://github.com/bunnybhargavi) -- Arnim Kuchhal +- 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) @@ -183,6 +183,7 @@ sdumini - [Chetan Atram](https://github.com/RabbitBoii) - [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) +- [Christian Petrucci] - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Kunal Jindal](https://github.com/imkunaljindal) - [K Sri Latha] (https://github.com/KSriLatha18) From 70e9d73fc1c19d5d657d0e1e8fa5ba3c43ea2143 Mon Sep 17 00:00:00 2001 From: morysk Date: Wed, 17 Sep 2025 11:56:05 +0000 Subject: [PATCH 1974/2656] Add Mory --- Contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 69dbfd83..e4f4972d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2783,4 +2783,6 @@ DanyLeeCS - Benjamin Jones - Munendra Choudhary -[Vedant Raj Singh Parmar](github.com/VVR6) --[Usama Ayoub](github.com/sam3690) \ No newline at end of file +-[Usama Ayoub](github.com/sam3690) +-[Mory Koulibaly] (https://github.com/morysk) + From 4a1ca6d8272c2ae7f1fa6a4270bcb1fb69e3dc0d Mon Sep 17 00:00:00 2001 From: Abdirahman Ibrahim Date: Wed, 17 Sep 2025 16:10:46 +0300 Subject: [PATCH 1975/2656] My first contribution (#103721) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7dcd2e70..cf3a2f8a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -87,6 +87,7 @@ - [Diogo Ferreira](https://github.com/fdiogo1) - [Hakimo abdikadir](https://github.com/hikmaladan) - Anushka +- [Mohammed Ibrahim] - [Jason Wiggs](https://github.com/wiggs30) - [Artuh](https://github.com/lArtuh) - [DMS Menula](https://github.com/DMS-Menula/) From 3a6d09d2eff4400f83ca60ca026d9273d9c3cd77 Mon Sep 17 00:00:00 2001 From: Pooya Goodarzi <101948681+Redskullvue@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:41:39 +0330 Subject: [PATCH 1976/2656] Pooya Goodarzi (#103722) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cf3a2f8a..93e9d6bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -678,6 +678,7 @@ LIUYY到此一游 - [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) From 455371f45f9863e6b92af7c8062d30bf41e5cf4b Mon Sep 17 00:00:00 2001 From: Tanishkcodes Date: Wed, 17 Sep 2025 19:30:44 +0530 Subject: [PATCH 1977/2656] Update Contributors.md (#103723) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 93e9d6bc..1d81e9cc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -29,6 +29,7 @@ - [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) @@ -2868,4 +2869,4 @@ DanyLeeCS - [Jed Engel](https://github.com/Jed-From-Wisconsin) WHAT'S GOOD GITHUB NATION - [JAFitch](https://github.com/jafitch) glad to be here! - [otocolobus12](https://github.com/otocolobus12) -- [ritik](https://github.com/ritik-python) \ No newline at end of file +- [ritik](https://github.com/ritik-python) From 7ac4418ce497fb90b2c4ec7ebd23dbbebe278d27 Mon Sep 17 00:00:00 2001 From: Nalluri Balakumari <114742178+balanalluri3458798@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:59:21 +0530 Subject: [PATCH 1978/2656] Add Nalluri Balakumari to contributors list (#103725) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1d81e9cc..3e329f69 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2870,3 +2870,4 @@ DanyLeeCS - [JAFitch](https://github.com/jafitch) glad to be here! - [otocolobus12](https://github.com/otocolobus12) - [ritik](https://github.com/ritik-python) +- [Nalluri Balakumari](https://github.com/balanalluri3458798) From 1345a3d738569920e93ff24236836b05bfc4a550 Mon Sep 17 00:00:00 2001 From: Harsh Sahu Date: Wed, 17 Sep 2025 20:07:22 +0530 Subject: [PATCH 1979/2656] Harsh sahu (#103726) * Harsh Sahu * Harsh Sahu to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3e329f69..1fa9f3f4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -75,6 +75,7 @@ - [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 - Vivek Gupta From e8746001e8507ca76c01c639dc00174204fffc6d Mon Sep 17 00:00:00 2001 From: KirtiDesale Date: Wed, 17 Sep 2025 20:20:06 +0530 Subject: [PATCH 1980/2656] Add Your Name to Contributors list (#103727) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1fa9f3f4..1eceeeae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2872,3 +2872,4 @@ DanyLeeCS - [otocolobus12](https://github.com/otocolobus12) - [ritik](https://github.com/ritik-python) - [Nalluri Balakumari](https://github.com/balanalluri3458798) +- [Kirti Desale](https://github.com/kirtidesale) From 65be2bc6d6beff3f5e1121b134c75b40ba5863ee Mon Sep 17 00:00:00 2001 From: Jacopo Belli <98776007+Jacopobelli5@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:15:20 +0100 Subject: [PATCH 1981/2656] added name to Contribution.md file (#103728) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1eceeeae..57380d15 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [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) From 70e718efd21f5ab824869f068e244f0d9febc455 Mon Sep 17 00:00:00 2001 From: kjl-89 Date: Wed, 17 Sep 2025 10:44:01 -0500 Subject: [PATCH 1982/2656] add myself to contributors.md (#103729) Co-authored-by: Kong Lor <200094336@fvtc.edu> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 57380d15..82f8267c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2874,3 +2874,4 @@ DanyLeeCS - [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! \ No newline at end of file From b49038c7457456a38fc249675c2ac7820d9c8fab Mon Sep 17 00:00:00 2001 From: Victor Afolabi <142592715+folabi00@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:03:37 +0100 Subject: [PATCH 1983/2656] Added folabi00 to Contributors list (#103730) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 82f8267c..2ecf087a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2813,6 +2813,7 @@ DanyLeeCS - [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) From e6b4e8345bbc20c355149ecad82346257195b6a3 Mon Sep 17 00:00:00 2001 From: Sudhanshu Raj <139064594+SudhanshuRaj0309@users.noreply.github.com> Date: Wed, 17 Sep 2025 22:00:16 +0530 Subject: [PATCH 1984/2656] Sudhanshu Raj (#103731) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2ecf087a..70605c4d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) - [Mahanthesh S](https://github.com/Mahi2708) +- [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) - [Bug9519](https://github.com/Bug9519) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) From c267a43c514cbb926486c1aeb010f95d73c2e0c5 Mon Sep 17 00:00:00 2001 From: babisha04 Date: Wed, 17 Sep 2025 22:09:55 +0530 Subject: [PATCH 1985/2656] add: Babisha04 to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 70605c4d..b16d615f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,6 @@ # Contributors +- [Babisha04](https://github.com/babisha04) + - [Omveer](https://github.com/narukaz/) - [GENJI J](https://github.com/anya-minamoto) - [smdekate-cs](https://github.com/smdekate-cs) From fcb74ac8d74805eeadc3fd54f7470efcc5a00236 Mon Sep 17 00:00:00 2001 From: Sergio Frastalis <121975683+SergioFrastalis@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:54:19 +0300 Subject: [PATCH 1986/2656] Add Sergio Frastalis to Contributors list (#103733) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 70605c4d..9c5d6cf1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -41,6 +41,7 @@ - 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) From 3f2968ca7bb027ac8255a8ac53f336a1f90bb751 Mon Sep 17 00:00:00 2001 From: SOHOM BHADURI Date: Wed, 17 Sep 2025 22:24:42 +0530 Subject: [PATCH 1987/2656] fix/issue #103516 'Fix duplicate/mismatched Bosnian translation flag #103516' change Bosanski -> Ethiopia --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cdb5d55..9840ee9e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ [Српски](docs/translations/README.sr.md) [Қазақша](docs/translations/README.kz.md) [Bosanski](docs/translations/README.bih.md) -[Bosanski](docs/translations/README.bih.md) +[Ethiopia](docs/translations/README.bih.md) [Hrvatski](docs/translations/README.hr.md) [پښتو](docs/translations/README.ps.md) [Somalia](docs/translations/README.so.md) From e0458d616ddb8c9995e79eb54cf6eeff7c049161 Mon Sep 17 00:00:00 2001 From: Ellasimms1 <500207748@fvtc.edu> Date: Wed, 17 Sep 2025 12:03:45 -0500 Subject: [PATCH 1988/2656] add my name (#103735) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9c5d6cf1..5c37dabd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2877,4 +2877,5 @@ DanyLeeCS - [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! \ No newline at end of file +- [Kong Lor](https://github.com/kjl-89) hello! + - [Ella](https://github.com/Ellasimms1) hey! \ No newline at end of file From 1a6d3df064e9da6293da77b29a9f3d9d9a9ba413 Mon Sep 17 00:00:00 2001 From: Gilcimar Schunk Date: Wed, 17 Sep 2025 14:11:36 -0300 Subject: [PATCH 1989/2656] Add Gilcimar Schunk to Contributors list (#103736) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c37dabd..473081c5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -591,6 +591,7 @@ LIUYY到此一游 - [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 From 2f376bfdb330e7ab3af3dfbaec9a5378b3040da2 Mon Sep 17 00:00:00 2001 From: Ali Nasser Date: Wed, 17 Sep 2025 21:13:30 +0300 Subject: [PATCH 1990/2656] Add Ali Nasser to Contributors list (#103737) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 473081c5..f2295d82 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [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) From dbb48591b5849639c2bd22d48a900404bacf1736 Mon Sep 17 00:00:00 2001 From: Joshua Ingram <46771145+Joshuaingram@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:27:37 -0400 Subject: [PATCH 1991/2656] Add Joshua Ingram to Contributors list (#103738) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f2295d82..dac93ccc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1077,6 +1077,7 @@ Ben - [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) From d088ac5f3d96c88e71be998928e3b71c48d92d2a Mon Sep 17 00:00:00 2001 From: Lvang05 Date: Wed, 17 Sep 2025 13:55:22 -0500 Subject: [PATCH 1992/2656] added my name (#103739) Co-authored-by: Leon Vang <300100898@fvtc.edu> --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index dac93ccc..54a875ca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2881,4 +2881,5 @@ DanyLeeCS - [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! \ No newline at end of file + - [Ella](https://github.com/Ellasimms1) hey! + - [Leon](https://github.com/Lvang05) Hello. \ No newline at end of file From 827a0a5ef87c76e4aac66fbd7f81331fc9ca298d Mon Sep 17 00:00:00 2001 From: 18arendall <18arendall@gmail.com> Date: Wed, 17 Sep 2025 15:07:28 -0500 Subject: [PATCH 1993/2656] Hi Everyone! (#103742) Co-authored-by: Adam Rendall <300037469@fvtc.edu> --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 54a875ca..7d0134b6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2882,4 +2882,5 @@ DanyLeeCS - [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. \ No newline at end of file + - [Leon](https://github.com/Lvang05) Hello. + [ARendall](https://github.com/18arendall) Hi everyone! \ No newline at end of file From b219f7b8419f796545ac8ed8ac3fad858ec87cec Mon Sep 17 00:00:00 2001 From: Kamal Agrahari <133527690+ikamalagrahari@users.noreply.github.com> Date: Thu, 18 Sep 2025 02:34:06 +0530 Subject: [PATCH 1994/2656] Add Kamal Agrahari to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 7d0134b6..20d85459 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [GENJI J](https://github.com/anya-minamoto) - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) +- [Kamal Agrahari](https://github.com/ikamalagrahari/) - [Mahanthesh S](https://github.com/Mahi2708) - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) - [Ali Nasser](https://github.com/AliNasser05) @@ -46,6 +47,7 @@ - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) - [David devmanki](https://github.com/davamanki) + - [Kailash](https://github.com/TSKailash) - [Priyanshu Saxena] (https://github.com/Priyanshuxddd) - [Sumit Pandey](https://github.com/5umitpandey) From 93375e2ea553347bddba0af4fa235a409de89f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20De=20Santiago?= <104804072+benja0210@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:43:45 -0300 Subject: [PATCH 1995/2656] Add Benja to Contributors list (#103745) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7d0134b6..67a9497d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Mayen Akech](https://github.com/Mayen007) - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) +- [Benja] - Hello! - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! - [Raj Gajjar](https://github.com/RajGajjar-01) - [Jacopo Belli](https://github.com/Jacopobelli5) From ab2a10e83107605b993a9b61a55423e138d8ab2a Mon Sep 17 00:00:00 2001 From: Eric G Butler Jr <144960421+Ericbutler1209@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:07:17 -0500 Subject: [PATCH 1996/2656] Add Eric G Butler Jr to Contributors list (#103746) Co-authored-by: Eric Butler --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 67a9497d..825655e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ - [Priyanshujindal](https://github.com/Priyanshujindal) - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! - [Watson](https://github.com/tanso0126) +- [Eric G Butler Jr](https://github.com/ericbutler1209) - [Krrishray](https://github.com/krrishray) - [Jacob](https://github.com/mj4863) - Jesus Christ! - [Abhishek Rawat][https://github.com/Abhishek2rawat] From a93940ac04f3ae36fe4727845388bbbcc111ce4a Mon Sep 17 00:00:00 2001 From: Ujwal Suresh Vanjare <51437409+usv240@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:38:15 -0400 Subject: [PATCH 1997/2656] Add Ujwal Suresh Vanjare to Contributors list (#103747) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 825655e9..4dd37462 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1552,6 +1552,7 @@ Eoin O'B - [SIva Saketh](https://github.com/sivasaketh) - Anya Satoru - [Dev Goyal](https://github.com/DevGoyal9238) +- [Ujwal Suresh Vanjare](https://github.com/usv240) - [KigulaJesse](https://github.com/KigulaJesse) - [Taha Reeh] (https://github.com/TahaReeh) - [Joery van Santen](https://github.com/joeryvs) From eea16f17c537d712c2f6ea3e290aa806ad8c363e Mon Sep 17 00:00:00 2001 From: Alan Bao Nguyen Date: Wed, 17 Sep 2025 15:45:15 -0700 Subject: [PATCH 1998/2656] Add Alan Bao Nguyen to Contributors list (#103747) (#103748) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4dd37462..a844d8cd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1329,6 +1329,7 @@ Ben - [Arnav Joshi](https://github.com/Arnav020) - [Akash Dahal](https://github.com/DARKAD10) - [Andrew D](https://github.com/myMEDIA1578) +- [Alan Bao Nguyen](https://github.com/alanbaonguyen) - [Leola](https://github.com/leolalopeslobo) - [Ravi](https://github.com/raviprakash7367) - [Druva Kumar](https://github.com/Dru-blip) From 64dd7828bdfc5287713352ded0bdfdde7216d323 Mon Sep 17 00:00:00 2001 From: Sai Chandra Tallam <105410954+saichandra84@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:12:37 -0500 Subject: [PATCH 1999/2656] Sai to Contributors list (#103749) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a844d8cd..41159dc6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ - [Amit Mavinakatti] (https://github.com/Amit-Mavinakatti) - [Abdul Rafique](https://github.com/abdul-rafique) - [Priyanshujindal](https://github.com/Priyanshujindal) +- sai - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! - [Watson](https://github.com/tanso0126) - [Eric G Butler Jr](https://github.com/ericbutler1209) @@ -2887,4 +2888,4 @@ DanyLeeCS - [Kong Lor](https://github.com/kjl-89) hello! - [Ella](https://github.com/Ellasimms1) hey! - [Leon](https://github.com/Lvang05) Hello. - [ARendall](https://github.com/18arendall) Hi everyone! \ No newline at end of file + [ARendall](https://github.com/18arendall) Hi everyone! From 8bc847ddeb8f88e9276e3f9f36455ddbccc2c06c Mon Sep 17 00:00:00 2001 From: Eric G Butler Jr <144960421+Ericbutler1209@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:10:49 -0500 Subject: [PATCH 2000/2656] Add Eric G Butler Jr to Contributors list (#103750) From 62cf69f928082b3de84ec06a873cd071bd43ab03 Mon Sep 17 00:00:00 2001 From: dobbs024 <86839150+dobbs024@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:11:52 -0500 Subject: [PATCH 2001/2656] Added my name and short message. (#103751) * Added my name and profile link * Added message to original post --------- Co-authored-by: Sam Dobbs <300085086@fvtc.edu> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 41159dc6..91553868 100644 --- a/Contributors.md +++ b/Contributors.md @@ -177,6 +177,7 @@ sdumini - [Sandy052005](https://github.com/sandy052005) - [Nikita Maurya](https://github.com/sun-andsky) - [Shreyas](https://github.com/skdoosh) +- [Dobbs024](https://github.com/dobbs024) My first open source contribution. [Tejas fulumbarkar] - [Maroof Khan](https://github.com/khanmaroof) - [Boruotez](https://github.com/borutoez) From b957f1bd97010b2e557d6887cfdf55bec1adc0bd Mon Sep 17 00:00:00 2001 From: Frank-128 <107749616+Frank-128@users.noreply.github.com> Date: Thu, 18 Sep 2025 07:53:52 +0530 Subject: [PATCH 2002/2656] add john jacob to the list of contributors (#103753) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91553868..4387ab63 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ - [b1tranger](https://github.com/b1tranger) - [NANAN](#####) - [Josh Mossman] +- [John JAcob] - [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) - [Tanishk Singhal](https://github.com/Tanishkcodes) -[Rajeev Shivah](https://github.com/rajeevshivah) From 455c287f1629f59f1cb3cbce6bac35fa774336bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=9E=AC?= Date: Thu, 18 Sep 2025 11:36:26 +0900 Subject: [PATCH 2003/2656] feat: add contribute --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4387ab63..725c14bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2891,3 +2891,4 @@ DanyLeeCS - [Ella](https://github.com/Ellasimms1) hey! - [Leon](https://github.com/Lvang05) Hello. [ARendall](https://github.com/18arendall) Hi everyone! + [kmj8843](https://github.com/kmj8843) From 53eec61ea904d78b301c31f571c11ee923dbda81 Mon Sep 17 00:00:00 2001 From: kmj8843 <47032060+kmj8843@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:42:21 +0900 Subject: [PATCH 2004/2656] feat: add contribute (#103754) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4387ab63..725c14bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2891,3 +2891,4 @@ DanyLeeCS - [Ella](https://github.com/Ellasimms1) hey! - [Leon](https://github.com/Lvang05) Hello. [ARendall](https://github.com/18arendall) Hi everyone! + [kmj8843](https://github.com/kmj8843) From b3b0c47a3a9ef6c6ffad95aeb47d73376c26861d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=9E=AC?= Date: Thu, 18 Sep 2025 11:46:34 +0900 Subject: [PATCH 2005/2656] fix: add - --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 725c14bc..e8a1b5d5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2891,4 +2891,4 @@ DanyLeeCS - [Ella](https://github.com/Ellasimms1) hey! - [Leon](https://github.com/Lvang05) Hello. [ARendall](https://github.com/18arendall) Hi everyone! - [kmj8843](https://github.com/kmj8843) +- [kmj8843](https://github.com/kmj8843) From 1553e41aaef1062f49a03371b97de4874b2c63e1 Mon Sep 17 00:00:00 2001 From: DB Date: Wed, 17 Sep 2025 22:32:14 -0600 Subject: [PATCH 2006/2656] Add FreshMess to Contributors list (#103757) Co-authored-by: FreshMess --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 725c14bc..4598ba25 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) - [Benja] - Hello! +- [freshmess](https://github.com/freshmess) - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! - [Raj Gajjar](https://github.com/RajGajjar-01) - [Jacopo Belli](https://github.com/Jacopobelli5) From 6abcba2e38b360f25f635d7fbccfe9077854c6ec Mon Sep 17 00:00:00 2001 From: SAIMANIKANTA TIPPANA Date: Thu, 18 Sep 2025 10:26:52 +0530 Subject: [PATCH 2007/2656] Added saimanikanta to the contributors list (#103758) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4598ba25..e6a51b0a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) - [Mahanthesh S](https://github.com/Mahi2708) +- [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) - [Ali Nasser](https://github.com/AliNasser05) - [Bug9519](https://github.com/Bug9519) From ca50022b61b56b2271c4ceb9c99c4ed2112701dc Mon Sep 17 00:00:00 2001 From: Ricardo Ibarra Garcia <116777631+MiadosC1@users.noreply.github.com> Date: Wed, 17 Sep 2025 23:40:54 -0700 Subject: [PATCH 2008/2656] Add MiadosC1 to COntributors list (#103759) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e6a51b0a..f0516a6c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1279,6 +1279,7 @@ Ben - [Matt Bellardi](https://github.com/met97) - [Pramatha](https://github.com/p-r-a-o) - [Cristina S](https://github.com/AhsokaTa) +- [MiadosC1](https://github.com/MiadosC1) - [Furanimus](https://github.com/Furanimus) - [hectoru10](https://github.com/Hectoru10) - [mayurk224](https://github.com/mayurk224) From d5e56870c204146ffe67b1f484bd7f1369225ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Firas=20Abbas=20=28Kairos=20S=C3=AEn=29?= Date: Thu, 18 Sep 2025 09:46:18 +0300 Subject: [PATCH 2009/2656] Add voiceinthedark to Contributors list (#103760) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f0516a6c..0e4192f6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -98,6 +98,7 @@ - [Agus](https://github.com/agusfdzm) - [Diogo Ferreira](https://github.com/fdiogo1) - [Hakimo abdikadir](https://github.com/hikmaladan) +- [voiceinthedark](https://github.com/voiceinthedark) - Anushka - [Mohammed Ibrahim] - [Jason Wiggs](https://github.com/wiggs30) From 13a0480e5a894cceb90c87a206b0e4c791be4131 Mon Sep 17 00:00:00 2001 From: Itika goel <147130718+itikaa@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:27:46 +0530 Subject: [PATCH 2010/2656] Add Itika Goel to Contributors list (#103761) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0e4192f6..8946554e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [Abdul Rafique](https://github.com/abdul-rafique) - [Priyanshujindal](https://github.com/Priyanshujindal) - sai + [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! - [Watson](https://github.com/tanso0126) - [Eric G Butler Jr](https://github.com/ericbutler1209) From 8219485310aabaec69c2e91a65a87825b93a40c5 Mon Sep 17 00:00:00 2001 From: Potuganti Ajay Kumar <143871370+ajay0120@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:12:50 +0530 Subject: [PATCH 2011/2656] Add ajay to Contributors list (#103762) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8946554e..bae21499 100644 --- a/Contributors.md +++ b/Contributors.md @@ -53,6 +53,7 @@ - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) - [David devmanki](https://github.com/davamanki) +- [Ajay] - [Kailash](https://github.com/TSKailash) - [Priyanshu Saxena] (https://github.com/Priyanshuxddd) - [Sumit Pandey](https://github.com/5umitpandey) From 5291575edba3086def037a1e68746cb7f9dfac0f Mon Sep 17 00:00:00 2001 From: Mary Ivshenko <92757199+ivmary@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:29:26 +0300 Subject: [PATCH 2012/2656] Add ivmary to Contributors list (#103765) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bae21499..ef61937d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2869,6 +2869,7 @@ DanyLeeCS - [Ali Mohamed](https://github.com/alimo88) - [Krithika V] (https://github.com/Krithika1627) - [Mani Krishna M](https://github.com/manikrishna-m) +- [ivmary](https://github.com/ivmary) - VERY NICE! - [Jy](https://github.com/jy1534) - [ompug](https://github.com/ompug) -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) From 35fbdbd976bcdf15040aefbfdf1e8ada66befa25 Mon Sep 17 00:00:00 2001 From: Abdurrab Khan <67190463+AbdurrabKhan198@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:25:40 +0530 Subject: [PATCH 2013/2656] Name added (#103766) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ef61937d..b6566b7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2899,3 +2899,4 @@ DanyLeeCS - [Leon](https://github.com/Lvang05) Hello. [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) +- [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! \ No newline at end of file From 888c0fb5b84a9a57ba6a40616d8cd9627e817224 Mon Sep 17 00:00:00 2001 From: Asim Date: Thu, 18 Sep 2025 16:33:27 +0530 Subject: [PATCH 2014/2656] Add Mir Asim Ali to Contributors list (#103768) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b6566b7d..1db056b3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Omveer](https://github.com/narukaz/) +- [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) From 9f59465c0625c6d0135e7ecc3e1738e6a570d9bb Mon Sep 17 00:00:00 2001 From: huncholane <113503551+huncholane@users.noreply.github.com> Date: Thu, 18 Sep 2025 04:12:49 -0700 Subject: [PATCH 2015/2656] Add Lane Henslee to contributors list (#103769) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1db056b3..b3313156 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - sai [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! +- [Lane Henslee](https://github.com/huncholane) - Go Vols - [Watson](https://github.com/tanso0126) - [Eric G Butler Jr](https://github.com/ericbutler1209) - [Krrishray](https://github.com/krrishray) @@ -2900,4 +2901,4 @@ DanyLeeCS - [Leon](https://github.com/Lvang05) Hello. [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) -- [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! \ No newline at end of file +- [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! From 2983193b23b3e2845daec98fba69e5714e006eef Mon Sep 17 00:00:00 2001 From: Debanjan009 <107977647+Debanjan009@users.noreply.github.com> Date: Thu, 18 Sep 2025 16:54:00 +0530 Subject: [PATCH 2016/2656] added my name (#103770) Co-authored-by: Debanjan Kshetry --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b3313156..eb3eb9ba 100644 --- a/Contributors.md +++ b/Contributors.md @@ -51,6 +51,7 @@ - Vo Huy - Shreyaa - Swedel Lasrado +- Debanjan Kshetry - [Sergio Frastalis](https://github.com/SergioFrastalis) - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) @@ -139,7 +140,7 @@ - [RUDRA TAILOR](https://github.com/RudraTailor) - santiago robles - adasrh yadav -- Debanjan Kshetry +- Debanjan Kshetry2 - Manthan Maidawat - A Bhargavi (https://github.com/bunnybhargavi) - Arnim KuchhalNow open Contributors.md file in a text editor, add your name to it. Don't add it at the beginning or end of the file. Put it anywhere in between. Now, save the file. From 09c1b4da42fa9c1bc71aedc2d3982dea65aa668d Mon Sep 17 00:00:00 2001 From: NK <34739701+numenk@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:33:57 +0300 Subject: [PATCH 2017/2656] Add numenk to Contributors list (#103772) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Numan Kurşun --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eb3eb9ba..7d9222c3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -206,6 +206,7 @@ sdumini - [Christian Petrucci] - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Kunal Jindal](https://github.com/imkunaljindal) +- [numenk](https://github.com/numenk) - [K Sri Latha] (https://github.com/KSriLatha18) - [Sarthak Katiyar] (https://github.com/SarthakKatiyar2004) - [Ajay C](https://github.com/Ajaynirm) From 4253638ac5282063d8f20c8565dca78ea0292e21 Mon Sep 17 00:00:00 2001 From: Nishantt81 Date: Thu, 18 Sep 2025 17:19:38 +0530 Subject: [PATCH 2018/2656] Added Nishant to contribution list (#103773) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7d9222c3..fdd1a4b3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1394,6 +1394,7 @@ Eoin O'B - [Umair Amir](https://github.com/UmairAmir) - [Sandhya R](https://github.com/sandhya13r) - [Yifan Rigny](https://github.com/yrigny) +- [Nishant Mahadik](https://github.com/Nishantt81) - [Sunit] (https://github.com/sunit25) - [Salar Amir](https://github.com/SalarAmir) - [Leila (Radi Adil)](https://github.com/l3331l4) From c74afe21e25ef62eb49865285ce13b0722e4d1f5 Mon Sep 17 00:00:00 2001 From: Christo Thomas <136918378+crist-0@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:05:14 +0530 Subject: [PATCH 2019/2656] Add Cristo to Contributors list (#103775) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fdd1a4b3..3b14e4b9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2291,6 +2291,7 @@ Cloudman - [harsh pachouri](https://github.com/Harsh-Pachouri) - [NullifiedSec Aka. Mashrur Rahman](https://github.com/NullifiedSec) - [Craig Jantzen](https://github.com/jantzenc) +- [Cristo][https://github.com/crist-0] - [Nathaly Fairlie Pearson Freitas](https://github.com/NathalyFairlie) - [Priya Darshini Manda](https://github.com/mandaujjwalapriyadarshini) - [jeeracd](https://github.com/jeeracd) From ef9157237bf4636473371bdee30a355264dd1230 Mon Sep 17 00:00:00 2001 From: Pavan-000 Date: Thu, 18 Sep 2025 18:06:24 +0530 Subject: [PATCH 2020/2656] thanks for teaching how to contribute to the opensource --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fdd1a4b3..36dff3fa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2905,3 +2905,4 @@ DanyLeeCS [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! +[Eluri Pavan Kumar] (https://github.com/Pavan-000) Hello thanks for the Guidance From 6bfc368f4664bcd2d0100dbb1e36f54bc5b4402c Mon Sep 17 00:00:00 2001 From: corvac <54817207+corvac@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:44:38 +0100 Subject: [PATCH 2021/2656] Add corvac to contributors list (#103776) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3b14e4b9..d9b6bf6f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -262,6 +262,7 @@ sdumini - [Dimirrius Farida](https://github.com/CodeBotD) - [Hruthik Chauan](https://github.com/hruthikchauhan07) - [Ahmad Rafiq](https://github.com/AhmadRafiq90) +- [corvac] (https://github.com/corvac) hello world! - [Vinicius] - [jasbuildaweb] (https://github.com/jasbuildaweb) - [TheHolderCollective] (https://github.com/TheHolderCollective) From aadd90a213dcac47b910fbb83cd818408a094523 Mon Sep 17 00:00:00 2001 From: Lakshay Singh Rathore <138967006+L-S-R@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:21:39 +0530 Subject: [PATCH 2022/2656] Added Lakshay Singh Rathore to Contributors list (#103777) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d9b6bf6f..99593d1e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2895,7 +2895,7 @@ DanyLeeCS - [Colin Reichl](https://github.com/COReichl) - This is so cool! -[Kolawole Yusuf](https://github.com/CodeWithKola) - [Nayoung Kim](https://github.com/nayoung16) -- [Jed Engel](https://github.com/Jed-From-Wisconsin) WHAT'S GOOD GITHUB NATION +- [Jed Engel](https://github.com/Jed-From-Wisconsin) HAT'S GOOD GITHUB NATION - [JAFitch](https://github.com/jafitch) glad to be here! - [otocolobus12](https://github.com/otocolobus12) - [ritik](https://github.com/ritik-python) @@ -2907,3 +2907,4 @@ DanyLeeCS [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! +-[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! From 33b83e972a2ad7634d295951d811e7ab18742528 Mon Sep 17 00:00:00 2001 From: Nikhil Chenna Date: Thu, 18 Sep 2025 18:24:48 +0530 Subject: [PATCH 2023/2656] Add NikhilChenna to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 1d81e9cc..a8be6374 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2856,6 +2856,7 @@ DanyLeeCS - [Shashank Padmasali](https://github.com/shashank3115) -[Vikas Shirsath](https://github.com/vikas-shirsath) - [Yasharth Dixit](https://github.com/yasharthdixit0107) +-[NikhilChenna](https://github.com/nikhilchenna) - [Vijay Ayyar](https://github.com/vijayayyar) -[Ahmed Hussein](https://github.com/Ahmed123927) - Interster @@ -2870,3 +2871,4 @@ DanyLeeCS - [JAFitch](https://github.com/jafitch) glad to be here! - [otocolobus12](https://github.com/otocolobus12) - [ritik](https://github.com/ritik-python) + From 4afdae151cf418760c24ee0f56aae9acadd7bb23 Mon Sep 17 00:00:00 2001 From: Pavan-000 Date: Thu, 18 Sep 2025 18:28:31 +0530 Subject: [PATCH 2024/2656] resolved --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 36dff3fa..4d517e38 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2904,5 +2904,5 @@ DanyLeeCS - [Leon](https://github.com/Lvang05) Hello. [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) + [Eluri Pavan Kumar] (https://github.com/Pavan-000) Hello thanks for the Guidance - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! -[Eluri Pavan Kumar] (https://github.com/Pavan-000) Hello thanks for the Guidance From 81e961823e4c1af9cc843676da71f144a6153f4b Mon Sep 17 00:00:00 2001 From: Pavan Kumar Eluri <85089171+Pavan-000@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:29:29 +0530 Subject: [PATCH 2025/2656] Learned how to contribute to the opensource (#103778) * thanks for teaching how to contribute to the opensource * resolved --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 99593d1e..3169c1d9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2906,5 +2906,6 @@ DanyLeeCS - [Leon](https://github.com/Lvang05) Hello. [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) + [Eluri Pavan Kumar] (https://github.com/Pavan-000) Hello thanks for the Guidance - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! From a0f9a750e38050b837b8dd121b9246ee87cc8cb6 Mon Sep 17 00:00:00 2001 From: VRUSHA <91264909+vrushaaa@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:33:43 +0530 Subject: [PATCH 2026/2656] ADD Vrusha to contributors list (#103780) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3169c1d9..46e4ba96 100644 --- a/Contributors.md +++ b/Contributors.md @@ -198,6 +198,7 @@ sdumini - [William W.] (https://github.com/ParadigmPacket) - [Shalini V] (https://github.com/shalini515) - [Vedhashree Sampath] (https://github.com/vedhashrees) +- [Vrusha] (https://github.com/vrushaaa) - [Mohith Butta] (https:/github.com/loicmohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) From a216797bc174f16a54c49457870f5b4ec9c880ad Mon Sep 17 00:00:00 2001 From: Debanjan009 <107977647+Debanjan009@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:39:13 +0530 Subject: [PATCH 2027/2656] Added my name to contributors (#103782) Co-authored-by: Debanjan Kshetry --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 46e4ba96..fedb40c9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -40,6 +40,7 @@ - [NANAN](#####) - [Josh Mossman] - [John JAcob] +- [Debanjan Floydee] - [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) - [Tanishk Singhal](https://github.com/Tanishkcodes) -[Rajeev Shivah](https://github.com/rajeevshivah) From ddf237082e8958efe5b901942af6869932f61869 Mon Sep 17 00:00:00 2001 From: Lakshay Singh Rathore <138967006+L-S-R@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:51:17 +0530 Subject: [PATCH 2028/2656] Update Contributors.md From 1f3b355d98bd67edeba508e617fb6cc7a0435c4d Mon Sep 17 00:00:00 2001 From: Rishi Raj <146685486+rishiraj1209@users.noreply.github.com> Date: Thu, 18 Sep 2025 19:10:48 +0530 Subject: [PATCH 2029/2656] Add Rishi Raj to contributors list (#103784) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fedb40c9..d79269ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1272,6 +1272,7 @@ Ben - [EarendelH](https://github.com/Earendelh) - [dahynills](https://github.com/dahynills) - [wonathan](https://github.com/threestuff) +- [rishi raj](https://github.com/rishiraj1209) - [Akshay Kale](https://github.com/Dev-axay18) - [AdiSaikat](https://github.com/adisaikat) - [jsutCodes](https://github.com/jsutCodes) From 3885931955f190d5f8d58729837badeeeafb8a3b Mon Sep 17 00:00:00 2001 From: Algacyr Melo <59575878+algacyr-melo@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:44:38 -0300 Subject: [PATCH 2030/2656] Add Algacyr Melo to Contributors list (#103785) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d79269ee..97fcb937 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Omveer](https://github.com/narukaz/) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) +- [Algacyr Melo](https://github.com/algacyr-melo) - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) - [Mahanthesh S](https://github.com/Mahi2708) From 43d6f65995dd8147b6339cb6fe7b8741507e4b09 Mon Sep 17 00:00:00 2001 From: Geetr695 Date: Thu, 18 Sep 2025 18:24:31 +0300 Subject: [PATCH 2031/2656] Added my name to Contributors list! (#103786) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 97fcb937..a8a3ed67 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2913,3 +2913,4 @@ DanyLeeCS [Eluri Pavan Kumar] (https://github.com/Pavan-000) Hello thanks for the Guidance - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! +- [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! \ No newline at end of file From 295999079fefc3a1e31c9b04e93ecf0fe8195244 Mon Sep 17 00:00:00 2001 From: Aditya Yadav <105319818+adityay72@users.noreply.github.com> Date: Thu, 18 Sep 2025 21:14:14 +0530 Subject: [PATCH 2032/2656] Add my name to the list (#103788) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a8a3ed67..d16d3bbc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2913,4 +2913,5 @@ DanyLeeCS [Eluri Pavan Kumar] (https://github.com/Pavan-000) Hello thanks for the Guidance - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! -- [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! \ No newline at end of file +- [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! +- [adityay72](https://github.com/adityay72) This is a very good initiative! \ No newline at end of file From a1effb8704da1f9c1fcf6f2944befd29e4874cc6 Mon Sep 17 00:00:00 2001 From: Mihir Mainkar <60776784+mihirm3hub@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:00:36 +0100 Subject: [PATCH 2033/2656] Add Mihir M to Contributors list (#103789) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d16d3bbc..3ef327d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Omveer](https://github.com/narukaz/) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) +- [Mihir M](https://github.com/mihirm3hub) - [Algacyr Melo](https://github.com/algacyr-melo) - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) From b297fac8f78cfefa2238d6641dcba17c5a2dd0cf Mon Sep 17 00:00:00 2001 From: Kaegan M <800063157@fvtc.edu> Date: Thu, 18 Sep 2025 11:01:28 -0500 Subject: [PATCH 2034/2656] My first Contribution (#103791) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3ef327d1..3803c32c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2915,4 +2915,5 @@ DanyLeeCS - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! - [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! -- [adityay72](https://github.com/adityay72) This is a very good initiative! \ No newline at end of file +- [adityay72](https://github.com/adityay72) This is a very good initiative! +- [KaeganM](https://github.com/KaeganM) My first Contribution \ No newline at end of file From 34d11caeec15b8645f91e073b7eb1483f5c21107 Mon Sep 17 00:00:00 2001 From: Bob200409 Date: Fri, 19 Sep 2025 00:17:34 +0800 Subject: [PATCH 2035/2656] Add Bob200409 to Contributors.md (#103792) Co-authored-by: qinbo <2169194393@qq.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3803c32c..39125658 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Omveer](https://github.com/narukaz/) +- [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) - [Mihir M](https://github.com/mihirm3hub) From 21668b19649cdd17c66c5e6162b115109893b8ec Mon Sep 17 00:00:00 2001 From: Gigitor <167377719+Gigitor@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:56:16 +0200 Subject: [PATCH 2036/2656] Add Gigitor to Contributors list (#103793) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 39125658..033d5b24 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2917,4 +2917,5 @@ DanyLeeCS -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! - [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! - [adityay72](https://github.com/adityay72) This is a very good initiative! -- [KaeganM](https://github.com/KaeganM) My first Contribution \ No newline at end of file +- [KaeganM](https://github.com/KaeganM) My first Contribution +- [Gigitor](https://github.com/Gigitor) Hello developer friends ;^D \ No newline at end of file From 4e8603491f6acb459c0902a59ab3111854268c61 Mon Sep 17 00:00:00 2001 From: Prason Kc <118915808+prasonkc@users.noreply.github.com> Date: Thu, 18 Sep 2025 22:46:12 +0545 Subject: [PATCH 2037/2656] Added name to contributors (#103794) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 033d5b24..850fad16 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1667,6 +1667,7 @@ Eoin O'B - [Diparna Adhikary](https://github.com/Diparna) - [Nicolas Alves](https://github.com/NickeAlves) - [Max](https://github.com/mkosenina) +- [Prason KC] (https://github.com/prasonkc) - [Cedrick](https://github.com/Cedrick-Deguzman) - [Aritra Mukherjee](https://github.com/maritra) - [Mercy-Mbao ✨](https://github.com/mercie-ux) From d304c85111515205320acb818d8bbe4bc7be79be Mon Sep 17 00:00:00 2001 From: bhavanamb <54509498+bhavanamb@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:16:54 -0500 Subject: [PATCH 2038/2656] add Bhavana to contributors list (#103795) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 850fad16..2bec819b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) - [Benja] - Hello! +- [Bhavana] - [freshmess](https://github.com/freshmess) - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! - [Raj Gajjar](https://github.com/RajGajjar-01) From e23360d50037f2ec5c87dfc181c91182e64b7306 Mon Sep 17 00:00:00 2001 From: Varnika Vysyaraju Date: Thu, 18 Sep 2025 23:05:04 +0530 Subject: [PATCH 2039/2656] Add Varnika to the Contributors list (#103796) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2bec819b..51cb2094 100644 --- a/Contributors.md +++ b/Contributors.md @@ -204,6 +204,7 @@ sdumini - [Shalini V] (https://github.com/shalini515) - [Vedhashree Sampath] (https://github.com/vedhashrees) - [Vrusha] (https://github.com/vrushaaa) +- [Varnika] (https://github.com/vvarnika05) - [Mohith Butta] (https:/github.com/loicmohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) From 78083f2e06434f6af8e1bfdd0af654e61fcb8b8d Mon Sep 17 00:00:00 2001 From: Manoj Metgud <69072494+manojm01@users.noreply.github.com> Date: Thu, 18 Sep 2025 23:19:41 +0530 Subject: [PATCH 2040/2656] Add Manoj to Contributors list (#103797) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 51cb2094..c27ad9d3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2861,6 +2861,7 @@ DanyLeeCS - [Morteza Rahmani](https://github.com/morteza-rhmn) - [Kislay Kumar](https://github.com/kislayykumar) - [Kai Feng](https://github.com/kaifeng-cmd) +- [Manoj Metgud](https://github.com/manojm01) Hello World! - [peng qin](https://github.com/pengqinppp) - [Ruslan Muftiev](https://github.com/IWantToWorkInGoogle) - [Babrah Ekele](https://github.com/bclaire92) From f40e36015bd11be826aa04d68cdcbd822ec814a1 Mon Sep 17 00:00:00 2001 From: Nihal0690 <132367724+Nihal0690@users.noreply.github.com> Date: Thu, 18 Sep 2025 23:40:26 +0530 Subject: [PATCH 2041/2656] Add my-name to Contributors list (#103798) Co-authored-by: Nihal Gupta --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c27ad9d3..607c574d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1386,6 +1386,7 @@ Ben - [Atit](https://github.com/0xAtit) - [Ameluc Ahognidje](https://github.com/ameluc-ahognidje) - [Anu Priya Pulagam](https://github.com/AnuPriyaPulagam) +- [Nihal Gupta] (https://github.com/Nihal0690) - [Varsha Gitty](https://github.com/vgg1459) - [Görkem](https://github.com/gorkemozsari) - [Ian McManus](https://github.com/ianmcman) From bfd2882bbc447d800f17fe3c2ccb5b64312ee00e Mon Sep 17 00:00:00 2001 From: kungfoopanda-0 Date: Thu, 18 Sep 2025 11:48:19 -0700 Subject: [PATCH 2042/2656] Add Kungfoopanda to Contributors list (#103799) Co-authored-by: rahulsanjay009 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 607c574d..ddc05f6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -57,6 +57,7 @@ - Shreyaa - Swedel Lasrado - Debanjan Kshetry +- Kungfoo Panda - [Sergio Frastalis](https://github.com/SergioFrastalis) - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) From bc099fed2dbd09d7717d8a69883bf45a51daecde Mon Sep 17 00:00:00 2001 From: TheReactiveMice <115097517+TheReactiveMice@users.noreply.github.com> Date: Thu, 18 Sep 2025 23:53:46 +0500 Subject: [PATCH 2043/2656] Add TheReactiveMice to Contributors list (#103800) Co-authored-by: TheReactiveMice --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ddc05f6d..ad30eece 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2924,4 +2924,5 @@ DanyLeeCS - [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! - [adityay72](https://github.com/adityay72) This is a very good initiative! - [KaeganM](https://github.com/KaeganM) My first Contribution -- [Gigitor](https://github.com/Gigitor) Hello developer friends ;^D \ No newline at end of file +- [Gigitor](https://github.com/Gigitor) Hello developer friends ; +- [TheReactiveMice](https://github.com/TheReactiveMice) That's where everything is beginning? From 64f3a05a7b68ab9d55746b5671299f8788439722 Mon Sep 17 00:00:00 2001 From: ARYAN BHATT Date: Fri, 19 Sep 2025 00:31:08 +0530 Subject: [PATCH 2044/2656] Added Aryan Bhatt to Contributors list (#103801) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ad30eece..b05ec174 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Omveer](https://github.com/narukaz/) +- [ARYAN BHATT](https://github.com/aryanbhatt767) - [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) From ee4e9aed3cbd694fa6827e742205bb606d0d59f5 Mon Sep 17 00:00:00 2001 From: aleks_bg44 <800077413@fvtc.edu> Date: Thu, 18 Sep 2025 15:17:02 -0500 Subject: [PATCH 2045/2656] added AleksBG44 to contributors.md (#103802) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b05ec174..13221a22 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2927,3 +2927,4 @@ DanyLeeCS - [KaeganM](https://github.com/KaeganM) My first Contribution - [Gigitor](https://github.com/Gigitor) Hello developer friends ; - [TheReactiveMice](https://github.com/TheReactiveMice) That's where everything is beginning? +[AleksBG44](https://github.com/AleksBG44) Good luck to everyone in your projects! \ No newline at end of file From 741416b9318adaa5dd670e91175d92696afb683c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rub=C3=A9n=20L=C3=B3pez=20Valdez?= <60888390+victorLvaldez@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:59:31 -0600 Subject: [PATCH 2046/2656] Add victorLvaldez to Contributors list (#103803) Co-authored-by: Victor Valdez --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 13221a22..ea56eb5a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2890,6 +2890,7 @@ DanyLeeCS - [Krithika V] (https://github.com/Krithika1627) - [Mani Krishna M](https://github.com/manikrishna-m) - [ivmary](https://github.com/ivmary) - VERY NICE! +- [victorLvaldez](https://github.com/victorLvaldez) Nice!! - [Jy](https://github.com/jy1534) - [ompug](https://github.com/ompug) -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) From 4adee523f501de20c912a95595b491c9680baf01 Mon Sep 17 00:00:00 2001 From: AdewaleOpeloyeru Date: Thu, 18 Sep 2025 22:00:57 +0100 Subject: [PATCH 2047/2656] Add adewale-opeloyeru to Contributors list (#103804) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ea56eb5a..cd18a5a6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1896,6 +1896,7 @@ Eoin O'B - [Aryan Suvarna](https://github.com/AryanSuvarna) - [Tunde Suleiman](https://github.com/tsuleiman03) - [Aung Kyaw Wai Htun](https://github.com/akwhtun) +- [Adewale Opeloyeru](https://github.com/AdewaleOpeloyeru) - [Jazmynn Banks](https://github.com/jazmynnbanks) - [Yusuf Ahmad Jalil](https://github.com/YusufDW1) - [Yunus Aydogdu](https://github.com/aydogduyunus) From 7fc34135de709a37335aafa06e069b37f0dd1882 Mon Sep 17 00:00:00 2001 From: S Date: Fri, 19 Sep 2025 02:52:26 +0530 Subject: [PATCH 2048/2656] Add Sanket to Contributor list (#103805) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cd18a5a6..613c9146 100644 --- a/Contributors.md +++ b/Contributors.md @@ -278,6 +278,7 @@ sdumini - [Arezoo] - [1983730774] - [원세영](https://github.com/seyoung5744) +- [संकेत](https://github.com/Hercules-078) - [Akash Goyal](https://github.com/1223akash) - [Jacques Antoine] - [Mohd Ayan](https://github.com/codistan-commit) From a2804f12cef09ba820b860e6bb74fc08e7f2f5b2 Mon Sep 17 00:00:00 2001 From: Spidun Date: Thu, 18 Sep 2025 16:51:50 -0500 Subject: [PATCH 2049/2656] Added spidun to cons (#103806) Co-authored-by: Brady pennings --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 613c9146..4199044e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2930,4 +2930,5 @@ DanyLeeCS - [KaeganM](https://github.com/KaeganM) My first Contribution - [Gigitor](https://github.com/Gigitor) Hello developer friends ; - [TheReactiveMice](https://github.com/TheReactiveMice) That's where everything is beginning? -[AleksBG44](https://github.com/AleksBG44) Good luck to everyone in your projects! \ No newline at end of file +[AleksBG44](https://github.com/AleksBG44) Good luck to everyone in your projects! +[Spidun](https://github.com/Spidun) Hello Welcome to you new life. \ No newline at end of file From f1c46654146ab439daa46a91701f93948a6986f6 Mon Sep 17 00:00:00 2001 From: Bensolve <137656016+Bensolve@users.noreply.github.com> Date: Thu, 18 Sep 2025 22:05:15 +0000 Subject: [PATCH 2050/2656] Add Benjamin-Boateng to Contributors list (#103807) Co-authored-by: Bensolve <54053468+Benjamin569@users.noreply.github.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4199044e..11882e1a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -813,6 +813,7 @@ P Venkata Rami Reddy - Preenu - [haru0707](https://github.com/haru0707) - Swastik +- [Benjamin Boateng](https://github.com/Bensolve) - [Faust Levity](https://github.com/Faust-Levity) - [Revati Keskar](https://gihub.som/RevatiKeskar) - [Rohin Garg](https://github.com/rohingarg12) From cdd206c62fb7f52ebc9c08d112db689f564e7def Mon Sep 17 00:00:00 2001 From: davidepichardo Date: Thu, 18 Sep 2025 16:19:32 -0700 Subject: [PATCH 2051/2656] Add david (#103808) Co-authored-by: Xaiphon --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 11882e1a..87f019d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2927,6 +2927,7 @@ DanyLeeCS - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! - [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! +- David (: - [adityay72](https://github.com/adityay72) This is a very good initiative! - [KaeganM](https://github.com/KaeganM) My first Contribution - [Gigitor](https://github.com/Gigitor) Hello developer friends ; From 480f38392cf23ea2380423cba3d179f5102733a4 Mon Sep 17 00:00:00 2001 From: Bensolve <137656016+Bensolve@users.noreply.github.com> Date: Thu, 18 Sep 2025 23:30:52 +0000 Subject: [PATCH 2052/2656] Add Benjamin-Boateng to Contributors list (#103809) Co-authored-by: Bensolve <54053468+Benjamin569@users.noreply.github.com> From d1a5a540487210a60de4aa20eb75ac07bbbe6e99 Mon Sep 17 00:00:00 2001 From: Kaiden Her Date: Thu, 18 Sep 2025 18:31:52 -0500 Subject: [PATCH 2053/2656] Contributer-list (#103810) * Kaiden Her Contributer list * Added my name and link and descriptions --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 87f019d8..89000afd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1064,6 +1064,7 @@ Ben - [Chad Kovac](https://github.com/wrek) - [GCabane](https://github.com/GCabane) - [hide361](https://github.com/hide361) +- [Kaiden](http://github.com/herkaiden) I like to Draw and play video games. - [Lily](https://github.com/lilypandey) - [wxh1018](https://github.com/wxh1018) - [LateGit](https://github.com/LateGit) @@ -2933,4 +2934,4 @@ DanyLeeCS - [Gigitor](https://github.com/Gigitor) Hello developer friends ; - [TheReactiveMice](https://github.com/TheReactiveMice) That's where everything is beginning? [AleksBG44](https://github.com/AleksBG44) Good luck to everyone in your projects! -[Spidun](https://github.com/Spidun) Hello Welcome to you new life. \ No newline at end of file +[Spidun](https://github.com/Spidun) Hello Welcome to you new life. From a878648795f839303824638958e4830dcc6b5e07 Mon Sep 17 00:00:00 2001 From: Daniel Arrieta Date: Thu, 18 Sep 2025 17:35:50 -0600 Subject: [PATCH 2054/2656] Add Daniel-Arrieta to Contributors list (#103811) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 89000afd..a43afc7b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -144,6 +144,7 @@ - Aditya Singh Kushwah - [Kerem Balci](https://github.com/kerembalci90) - [Kat R.](https://github.com/KxttyKxt) +- [Daniel Arrieta](https://github.com/Darrieta05) - [RUDRA TAILOR](https://github.com/RudraTailor) - santiago robles - adasrh yadav From 5d7fdd6dfbeb256a01d901b1347b2c822e5e836c Mon Sep 17 00:00:00 2001 From: Kaiden Her Date: Thu, 18 Sep 2025 18:36:35 -0500 Subject: [PATCH 2055/2656] Kaiden Contributer list (#103812) * Kaiden Her Contributer list * Added my name and link and descriptions From 281ad987510fddb823666ba1d927a97befffec8b Mon Sep 17 00:00:00 2001 From: stijee Date: Thu, 18 Sep 2025 18:38:52 -0500 Subject: [PATCH 2056/2656] Add stijee to Contributors list (#103813) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a43afc7b..fd6f3ac7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ - [LayorX](https://github.com/LayorX) - [Benja] - Hello! - [Bhavana] +- [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! - [Raj Gajjar](https://github.com/RajGajjar-01) From d54e4153a7df67c9da1db907840a1563dcf2180b Mon Sep 17 00:00:00 2001 From: Shyynek Date: Fri, 19 Sep 2025 01:39:39 +0200 Subject: [PATCH 2057/2656] Add Shyynek to Contributors list (#103814) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fd6f3ac7..3cb7991f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ - Swedel Lasrado - Debanjan Kshetry - Kungfoo Panda +- Shyynek - [Sergio Frastalis](https://github.com/SergioFrastalis) - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) From 841403350d9ec721317bf29db76a8976979b1b5f Mon Sep 17 00:00:00 2001 From: SJOlson7 Date: Thu, 18 Sep 2025 20:10:56 -0500 Subject: [PATCH 2058/2656] Added name (#103815) Co-authored-by: Sam Olson --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3cb7991f..e1d90a51 100644 --- a/Contributors.md +++ b/Contributors.md @@ -774,6 +774,7 @@ Shruti Tiwari - AdaltoGunther - [etsu] (https://github.com/etssu) - [realrkrathore] (https://github.com/realrkrathore) +- [Sam Olson](https://github.com/SJOlson7) Hello everyone! - [Hafiz Umer Farooq](https://github.com/UmerFarooq9076) - [James Kim](https://github.com/jykim11) - [Rodrigo Furtado](https://github.com/roodrigofurtado) From 8b4838754f1279c778b5c5158e73dd7b49d0ae55 Mon Sep 17 00:00:00 2001 From: Miguel Cardoso Date: Thu, 18 Sep 2025 22:18:52 -0300 Subject: [PATCH 2059/2656] Add Miguel Cardoso to Contributors list (#103816) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e1d90a51..19196fbf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2853,6 +2853,7 @@ DanyLeeCS [Jhoan Montes](https://github.com/JhoanMontes) - [Eldred16](https://github.com/Eldred16) - [Rey-2525](https://github.com/Rey-2525) +- [Miguel Cardoso](https://github.com/micardosofph) - [mikuros](https://github.com/mikuros) - [Math1029](https://github.com/Math1029) - [Bryan Trujillo](https://github.com/btruj) From 5740abd1283f8ac56033fb23f7cc80cfb5f070d0 Mon Sep 17 00:00:00 2001 From: Taylor McDile Date: Thu, 18 Sep 2025 20:51:24 -0500 Subject: [PATCH 2060/2656] Add name to contributors file (#103817) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 19196fbf..48f65358 100644 --- a/Contributors.md +++ b/Contributors.md @@ -150,6 +150,7 @@ - [RUDRA TAILOR](https://github.com/RudraTailor) - santiago robles - adasrh yadav +- [Taylor McDile] - Debanjan Kshetry2 - Manthan Maidawat - A Bhargavi (https://github.com/bunnybhargavi) From 416274bcefe94109c7c44011b840bb10c1460a71 Mon Sep 17 00:00:00 2001 From: Jonn3 Date: Thu, 18 Sep 2025 20:53:12 -0500 Subject: [PATCH 2061/2656] New branch (#103818) * Put name in contributors.md * Fix name Jon Johnson Contributors.md --------- Co-authored-by: Jon Johnson --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 48f65358..f8494415 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ - [Raj Gajjar](https://github.com/RajGajjar-01) - [Jacopo Belli](https://github.com/Jacopobelli5) - [TJ Lucht](https://github.com/GoldenEntertainment) - I Like Watching Youtube Videos, I also Like making Games And apps +- [Jon Johnson] - [PrimEverDream](https://github.com/PrimEverDream) - Same as TJ Lucht - [Amit Mavinakatti] (https://github.com/Amit-Mavinakatti) - [Abdul Rafique](https://github.com/abdul-rafique) From 36ead7ebcad1ecb1b5ccedc6945fc67d70011bff Mon Sep 17 00:00:00 2001 From: Briiiiiii Date: Thu, 18 Sep 2025 20:57:47 -0500 Subject: [PATCH 2062/2656] Added name (#103819) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f8494415..53556b41 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2942,3 +2942,4 @@ DanyLeeCS - [TheReactiveMice](https://github.com/TheReactiveMice) That's where everything is beginning? [AleksBG44](https://github.com/AleksBG44) Good luck to everyone in your projects! [Spidun](https://github.com/Spidun) Hello Welcome to you new life. +[Brianna Durrant](https://github.com/BriN3r) Heyyy! \ No newline at end of file From ca417ac80647d634ce9b8d87e0f174daaccaaa98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C4=83n=20Qu=C3=A2n?= Date: Fri, 19 Sep 2025 09:57:12 +0700 Subject: [PATCH 2063/2656] Add Quan Dinh to Contributors list (#103820) Co-authored-by: Quan Dinh (Ominext) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 53556b41..a5463c9a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2259,6 +2259,7 @@ Cloudman - [CristhianBravo865](https://github.com/CristhianBravo865) - [Anastazja Glowska](https://github.com/anastazja-glowska) - [Jenny Khanh Nguyen](https://github.com/jennykhanhnguyen) +- [Quan Dinh](https://github.com/Vanquan99) - [Ngoc Phuong Vi Nguyen](https://github.com/phuongvinguyen) - [Anurag Chaturvedi](https://github.com/anuragjcchaturvedi) - [X3R074](My first contribution: https://github.com/X3R074) From da74e82683773989b4c5f6ad614510e52cf30ff4 Mon Sep 17 00:00:00 2001 From: Ka Zoua Vang Date: Thu, 18 Sep 2025 22:31:06 -0500 Subject: [PATCH 2064/2656] updated first contribution (#103821) Co-authored-by: Ka Zoua Vang <200164035@fvtc.edu> --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a5463c9a..7e599ace 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2943,4 +2943,5 @@ DanyLeeCS - [TheReactiveMice](https://github.com/TheReactiveMice) That's where everything is beginning? [AleksBG44](https://github.com/AleksBG44) Good luck to everyone in your projects! [Spidun](https://github.com/Spidun) Hello Welcome to you new life. -[Brianna Durrant](https://github.com/BriN3r) Heyyy! \ No newline at end of file +[Brianna Durrant](https://github.com/BriN3r) Heyyy! +[kzvang](https://github.com/kzvang) My first contribution! \ No newline at end of file From 56c6207821447295bb74ea0854364c2f0eafef66 Mon Sep 17 00:00:00 2001 From: Suhaib S <147570772+Suhaib536@users.noreply.github.com> Date: Fri, 19 Sep 2025 10:34:22 +0530 Subject: [PATCH 2065/2656] Add Suhaib to Contributors list (#103822) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7e599ace..8d353ad9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) - [Benja] - Hello! +- [Suhaib] - (https://github.com/Suhaib536) - [Bhavana] - [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) From bcb86a7e7f64fcdfa05664fa91f20c140babaa8a Mon Sep 17 00:00:00 2001 From: karanhb-pixel Date: Fri, 19 Sep 2025 11:11:51 +0530 Subject: [PATCH 2066/2656] Add karan to Contributors list (#103823) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8d353ad9..b18cfa81 100644 --- a/Contributors.md +++ b/Contributors.md @@ -45,6 +45,7 @@ - [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) - [b1tranger](https://github.com/b1tranger) +- [karan](https://github.com/karanhb-pixel) - [NANAN](#####) - [Josh Mossman] - [John JAcob] From b499f6e68ae458c1325757662d9b785eab9c624c Mon Sep 17 00:00:00 2001 From: Digvijay Kumar Singh Date: Fri, 19 Sep 2025 12:03:43 +0530 Subject: [PATCH 2067/2656] Add Digvijay Singh to contributors list (#103824) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b18cfa81..6a20ed50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ - [b1tranger](https://github.com/b1tranger) - [karan](https://github.com/karanhb-pixel) - [NANAN](#####) +- [Digvijay Chauhan](https://github.com/chauhandigvijay1) - [Josh Mossman] - [John JAcob] - [Debanjan Floydee] From 3749e20149a05e97bbae953dbb29930af39fef45 Mon Sep 17 00:00:00 2001 From: nitinbharathy Date: Fri, 19 Sep 2025 15:36:51 +0800 Subject: [PATCH 2068/2656] Update Contributors.md (#103825) Getting familiar with GitHub --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6a20ed50..8e65c97e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2939,6 +2939,7 @@ DanyLeeCS - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! -[Lakshay Singh Rathore](https://github.com/L-S-R). Hello! - [Geetr](https://github.com/Geetr695) Hi!! This is soo cool! +- [Nitin Bharathy](https://github.com/nitinbharathy) - First change - David (: - [adityay72](https://github.com/adityay72) This is a very good initiative! - [KaeganM](https://github.com/KaeganM) My first Contribution @@ -2947,4 +2948,4 @@ DanyLeeCS [AleksBG44](https://github.com/AleksBG44) Good luck to everyone in your projects! [Spidun](https://github.com/Spidun) Hello Welcome to you new life. [Brianna Durrant](https://github.com/BriN3r) Heyyy! -[kzvang](https://github.com/kzvang) My first contribution! \ No newline at end of file +[kzvang](https://github.com/kzvang) My first contribution! From 9a2bd58e55677f0f1844d77919b083a002912d91 Mon Sep 17 00:00:00 2001 From: tharun reddy <159301909+Tharun-0408@users.noreply.github.com> Date: Fri, 19 Sep 2025 13:09:18 +0530 Subject: [PATCH 2069/2656] Add Tharun Reddy to Contributors list (#103826) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8e65c97e..05c054a7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2873,6 +2873,7 @@ DanyLeeCS - [Konrad Ciesielski](https://github.com/Konrad-C-Dev) - Benjamin Jones - Munendra Choudhary +-[Tharun Reddy](https://github.com/Tharun-0408) Hoping to learn new stuff! - [Olapu Ajay](https://github.com/olapuajay) - [Vedant Raj Singh Parmar](github.com/VVR6) - [Usama Ayoub](github.com/sam3690) From 69d75fb985bb069c0ca5c7d229430c793f689ccf Mon Sep 17 00:00:00 2001 From: Aarush2905 Date: Fri, 19 Sep 2025 14:07:48 +0530 Subject: [PATCH 2070/2656] add Aarush Sanghi to Contributors list (#103827) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 05c054a7..d24e538c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2950,3 +2950,4 @@ DanyLeeCS [Spidun](https://github.com/Spidun) Hello Welcome to you new life. [Brianna Durrant](https://github.com/BriN3r) Heyyy! [kzvang](https://github.com/kzvang) My first contribution! +- Aarush Sanghi From 1aa4366a30dc866973d9efcf29e80ab173cb5490 Mon Sep 17 00:00:00 2001 From: Aryan Jadhav Date: Fri, 19 Sep 2025 14:27:38 +0530 Subject: [PATCH 2071/2656] Add Aryan Jadhav to Contributors list (#103828) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d24e538c..b0bfe908 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) - [Ali Nasser](https://github.com/AliNasser05) +- [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) From a4f154f373449616c52ef66823546b00607776fb Mon Sep 17 00:00:00 2001 From: Pavitharan Varunanantharasa <105290151+Pavitharan02@users.noreply.github.com> Date: Fri, 19 Sep 2025 14:37:26 +0530 Subject: [PATCH 2072/2656] Add pavitharan to Contributors list (#103829) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b0bfe908..67564413 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1987,6 +1987,7 @@ Cloudman - [Asghar Kazmi](https://github.com/AsgharKazmi2005) - [Samarth Bedare](https://github.com/samarthbedare) - [John Wilkinson](https://github.com/dnCRevelation) +- [Pavitharan V](https://github.com/Pavitharan02) - [Priyanshu Agarwal](https://github.com/23f2003488) - [Kaushik Ghorai](https://github.com/kaushikghorai) - [Sowndhariya](https://github.com/sowndhariyasugan) From d8d9eb331201c55fa9d05a2c87f63b5c6c6faf2c Mon Sep 17 00:00:00 2001 From: shivanjali Date: Fri, 19 Sep 2025 14:40:23 +0530 Subject: [PATCH 2073/2656] shivanjali desai --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index a5463c9a..baa664d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -61,8 +61,10 @@ - Swedel Lasrado - Debanjan Kshetry - Kungfoo Panda + - Shyynek - [Sergio Frastalis](https://github.com/SergioFrastalis) +- [shivanjali desai](https://github.com/shivanjali0108) - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) - [David devmanki](https://github.com/davamanki) From dbb1d035bb8309ad5697e38eb1d34256e9e8d56f Mon Sep 17 00:00:00 2001 From: Amit Kumar <141754608+AK-Amit-Kumar@users.noreply.github.com> Date: Fri, 19 Sep 2025 16:56:21 +0530 Subject: [PATCH 2074/2656] Add Amit Kumar in Contributers List (#103831) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 67564413..9c2c2126 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [Bug9519](https://github.com/Bug9519) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) +- [Amit Kumar](https://github.com/AK-Amit-Kumar) - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) - [Benja] - Hello! From 46edd873ef16d001773159e900c600433d807bdc Mon Sep 17 00:00:00 2001 From: Soybean501 <95052512+Soybean501@users.noreply.github.com> Date: Fri, 19 Sep 2025 12:41:51 +0100 Subject: [PATCH 2075/2656] added soybean501 to contributors (#103832) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9c2c2126..91f88c36 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1466,6 +1466,7 @@ Eoin O'B - [Zemenu Mekuria](https://github.com/Teklez) - [Kimjunseoo](https://github.com/kimjunseoo) - [utkarsh007007](https://github.com/utkarsh007007) +- [soybean501](https://github.com/soybean501) - [smandadhi9](https://github.com/smandadhi9) - [Starkcover](https://github.com/Starkcover) - [Musbi8788](https://github.com/Musbi8788) From bf386b7497e1251ef8f63cd352539b6fb503103b Mon Sep 17 00:00:00 2001 From: maxincamer <82383858+madmax5490@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:11:26 +0300 Subject: [PATCH 2076/2656] Add Maksim to Contributors list (#103833) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91f88c36..a242ec12 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2112,6 +2112,7 @@ Cloudman - [AbubakerKhilji](https://github.com/Abubaker-khilji) - [Rathin Subramaniam](https://github.com/rathinsubra) - [Janice Fernandes](https://github.com/janiceferns02) +- [Maksim Gordin](https://github.com/madmax5490) - [EstherCamela](https://github.com/Esther-Assena-pro) - [Deepak Ondimuthu\*\*](https://github.com/MeteorBlitz) - [Arsalan Mohseni](https://github.com/arsalanmohseni) From 9ff47b0ccfd284ec4465e6ba71e611f976089bcc Mon Sep 17 00:00:00 2001 From: Enes Demir Date: Fri, 19 Sep 2025 16:03:50 +0300 Subject: [PATCH 2077/2656] Update Contributors.md (#103834) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a242ec12..68a2f300 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2956,3 +2956,4 @@ DanyLeeCS [Brianna Durrant](https://github.com/BriN3r) Heyyy! [kzvang](https://github.com/kzvang) My first contribution! - Aarush Sanghi +[Enes Demir](https://github.com/GadgetXl) \ No newline at end of file From f110a880ff027817a7560efa8c052f7bd1b6bf3c Mon Sep 17 00:00:00 2001 From: Emilio Date: Fri, 19 Sep 2025 08:04:36 -0500 Subject: [PATCH 2078/2656] Add Emilio to list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a242ec12..4d1c89e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Omveer](https://github.com/narukaz/) +- [Emilio](https://github.com/epeguero8311) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) From b5531d853464dcd753a58fbf2fc263e4a1384d28 Mon Sep 17 00:00:00 2001 From: Sushean Sharma <121373693+sushean@users.noreply.github.com> Date: Fri, 19 Sep 2025 19:06:41 +0530 Subject: [PATCH 2079/2656] first contribution (#103835) Co-authored-by: Sushean Sharma --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 68a2f300..913593fc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2956,4 +2956,5 @@ DanyLeeCS [Brianna Durrant](https://github.com/BriN3r) Heyyy! [kzvang](https://github.com/kzvang) My first contribution! - Aarush Sanghi -[Enes Demir](https://github.com/GadgetXl) \ No newline at end of file +[Enes Demir](https://github.com/GadgetXl) +[Sushean Sharma](https://github.com/sushean) \ No newline at end of file From 79d0f597d63d62e33ecff3d2dcd66718c8cfedfc Mon Sep 17 00:00:00 2001 From: Amaan214 <148791869+Amaan214@users.noreply.github.com> Date: Fri, 19 Sep 2025 19:36:12 +0530 Subject: [PATCH 2080/2656] Added Amaan214 to the contributor list (#103836) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 913593fc..3dcf14c0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -290,6 +290,7 @@ sdumini - [원세영](https://github.com/seyoung5744) - [संकेत](https://github.com/Hercules-078) - [Akash Goyal](https://github.com/1223akash) +- [Amaan214](https://github.com/Amaan214) - [Jacques Antoine] - [Mohd Ayan](https://github.com/codistan-commit) - [SQDEL] From fef2d242b142c20cec764def6900748f9ceb9061 Mon Sep 17 00:00:00 2001 From: shushank005 Date: Fri, 19 Sep 2025 20:06:31 +0530 Subject: [PATCH 2081/2656] feat: Add Shushank to contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6a20ed50..bb93df27 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2947,4 +2947,5 @@ DanyLeeCS [AleksBG44](https://github.com/AleksBG44) Good luck to everyone in your projects! [Spidun](https://github.com/Spidun) Hello Welcome to you new life. [Brianna Durrant](https://github.com/BriN3r) Heyyy! -[kzvang](https://github.com/kzvang) My first contribution! \ No newline at end of file +[kzvang](https://github.com/kzvang) My first contribution! +- [Shushank](https://github.com/shushank005) \ No newline at end of file From ab23ab041f8c4553258a6e41ad6f85f2f6a55919 Mon Sep 17 00:00:00 2001 From: nmani28 <2568636+nmani28@users.noreply.github.com> Date: Fri, 19 Sep 2025 20:40:24 +0530 Subject: [PATCH 2082/2656] Add Mani to contributors list (#103839) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3dcf14c0..e17d9789 100644 --- a/Contributors.md +++ b/Contributors.md @@ -850,6 +850,7 @@ P Venkata Rami Reddy - [Keya Shah] (https://github.com/keysh123) - [yeisondev001 💎](https://github.com/yeisondev001) - [ZMM-zhangmanman] +- [Mani] - [Bohdan Shtelmakh](https://github.com/BohdanShtelmakh) - [Andrea Moguel](https://github.com/amoguelk) - [Akshat Jain](https://github.com/akshat2604) From 6aaec278ba64361048193f217da68351fe636fda Mon Sep 17 00:00:00 2001 From: Kunal Mishra <90129169+kunalmishraa@users.noreply.github.com> Date: Fri, 19 Sep 2025 21:50:14 +0530 Subject: [PATCH 2083/2656] added name in the contribution (#103840) Co-authored-by: Kunal Mishra --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e17d9789..7c05f985 100644 --- a/Contributors.md +++ b/Contributors.md @@ -181,6 +181,7 @@ sdumini - [DEVANSH SHUKLA] (https://github.com/devansh391k) - [Kartik Mishra] (https://github.com/kartikmishra210) - [Kunal Sable] (https://github.com/Kunals990) +- [Kunal Mishra] (https://github.com/kunalmishraa) - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Samidu Kaushalaya] (https://github.com/samidukushalaya) - [Shivam Verma] (https://github.com/shivamxverma) From 95ab04e6ed8b33ab95a6182f84d56fce44811d4f Mon Sep 17 00:00:00 2001 From: Rover <104219463+BubbleCoding@users.noreply.github.com> Date: Fri, 19 Sep 2025 18:49:48 +0200 Subject: [PATCH 2084/2656] Add Bubs to COntributors list (#103841) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7c05f985..e39da891 100644 --- a/Contributors.md +++ b/Contributors.md @@ -895,6 +895,7 @@ P Venkata Rami Reddy =[Bjoseph23](https://github.com/Bjoseph23) - [psp0](https://github.com/psp0) - [Dhruv](https://github.com/JDhruvR) +- [Bubs] (https://github.com/BubbleCoding) - [Bam](https://github.com/QBJ08) - [Kavya Vadla](https://github.com/kvadla06) - [dfdavila2](https://github.com/dfdavila2) @@ -2960,4 +2961,4 @@ DanyLeeCS [kzvang](https://github.com/kzvang) My first contribution! - Aarush Sanghi [Enes Demir](https://github.com/GadgetXl) -[Sushean Sharma](https://github.com/sushean) \ No newline at end of file +[Sushean Sharma](https://github.com/sushean) From c78285ecaef5451fc098cd52bb0858ee2587e9c3 Mon Sep 17 00:00:00 2001 From: jorge sierra Date: Fri, 19 Sep 2025 12:12:01 -0500 Subject: [PATCH 2085/2656] Add Jorge Sierra to Contributors list (#103842) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e39da891..70c4b54b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2962,3 +2962,4 @@ DanyLeeCS - Aarush Sanghi [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) +[Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. From ff77b77f4dcfb28f683606b9e63f8998e54c48ed Mon Sep 17 00:00:00 2001 From: Wasiq Date: Fri, 19 Sep 2025 22:25:46 +0500 Subject: [PATCH 2086/2656] Add wasiq to contributors (#103843) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 70c4b54b..83568b16 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ - [Bhavana] - [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) +- [wasiq345](https://github.com/wasiq345) -Greetings from Pakistan - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! - [Raj Gajjar](https://github.com/RajGajjar-01) - [Jacopo Belli](https://github.com/Jacopobelli5) From ea8e8db073bede73c4ba9b34a795fd0455ca1eda Mon Sep 17 00:00:00 2001 From: Cesar Rebolledo <104473118+cesrebol@users.noreply.github.com> Date: Fri, 19 Sep 2025 13:32:05 -0400 Subject: [PATCH 2087/2656] Add cesrebol branch to contributors.md (#103845) Co-authored-by: Cesar Rebolledo --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 83568b16..e5fe9d4c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2643,6 +2643,7 @@ jack - first contribution practice - [polygon00-dev](https://github.com/polygon00-dev) - Grant - [Zach Gallman](https://github.com/zdotg) +- cesrebol(cesrebol on git) - [Thabang Alfred Motsoahae](https://github.com/Axulo-Inc) - [Renato Ferreira](https://github.com/tatovisk85) - [Muhammad Talha](https://github.com/TALHAdevelops) #Last Contributor of 1 Thousands From 2eb67135a8f6aad45578d30f4f4fe2ce11068d88 Mon Sep 17 00:00:00 2001 From: ProdAyesian Date: Fri, 19 Sep 2025 12:36:22 -0500 Subject: [PATCH 2088/2656] add my name and a funny lil message (#103846) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e5fe9d4c..ea829d23 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Omveer](https://github.com/narukaz/) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Bob Qin](https://github.com/Bob200409) From 280c99f3b3dbb7882a45927e22588fd2fd135455 Mon Sep 17 00:00:00 2001 From: Darion Dawson <37601600+Darion17@users.noreply.github.com> Date: Fri, 19 Sep 2025 12:40:37 -0500 Subject: [PATCH 2089/2656] add name to contributors list (#103847) Co-authored-by: Darion Dawson --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ea829d23..8521deef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -21,6 +21,7 @@ - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) - [Benja] - Hello! +- [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Bhavana] - [stijee] - This is my first github commit. From 730ae8ba3fd988a6b39ff8db32cad718391d6666 Mon Sep 17 00:00:00 2001 From: Blorbertfox42 Date: Fri, 19 Sep 2025 13:20:35 -0500 Subject: [PATCH 2090/2656] Added my name to the list (#103848) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8521deef..21c95254 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2967,3 +2967,4 @@ DanyLeeCS [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. +[Robert Blank](https://github.com/Blorbertfox42) Hello people \ No newline at end of file From 6d76391e993bdd32ea002d6451186cd577f01d5c Mon Sep 17 00:00:00 2001 From: Chathurya <112904930+ct0571@users.noreply.github.com> Date: Fri, 19 Sep 2025 11:49:45 -0700 Subject: [PATCH 2091/2656] Update Contributors.md (#103849) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 21c95254..a7d89c40 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2967,4 +2967,5 @@ DanyLeeCS [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. -[Robert Blank](https://github.com/Blorbertfox42) Hello people \ No newline at end of file +[Robert Blank](https://github.com/Blorbertfox42) Hello people +[Cherry] From ca8a512ee95e9d4a8372f3930786a7e7bf750507 Mon Sep 17 00:00:00 2001 From: Furkan Sianko Date: Fri, 19 Sep 2025 22:10:43 +0300 Subject: [PATCH 2092/2656] Add Furkan Sianko to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8521deef..e7025d9b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2967,3 +2967,4 @@ DanyLeeCS [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. +- [Furkan Sianko](https://github.com/Furkansianko) My first contribution! From 7cc0b431bafa5e4e9be2ab5ba715701ad490b5b7 Mon Sep 17 00:00:00 2001 From: Rgoode Date: Fri, 19 Sep 2025 15:09:35 -0500 Subject: [PATCH 2093/2656] :sparkles:added contributor information. Ln 2972. (#103851) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a7d89c40..5e891ec9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2969,3 +2969,4 @@ DanyLeeCS [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] +[Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. \ No newline at end of file From d4d529d213cffa8d8c9d79e949cf0f09534afff0 Mon Sep 17 00:00:00 2001 From: 0x7 <115097912+7inhex@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:13:43 -0500 Subject: [PATCH 2094/2656] add 7inhex to Contributors list (#103852) Co-authored-by: zero --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 5e891ec9..1922062e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2969,4 +2969,5 @@ DanyLeeCS [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] -[Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. \ No newline at end of file +- [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o +[Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. From 7e0b94c25d68b1764c3ecf46b0e02195dd13a391 Mon Sep 17 00:00:00 2001 From: Furkan Sianko Date: Fri, 19 Sep 2025 23:54:45 +0300 Subject: [PATCH 2095/2656] Resolve merge conflict and add Furkan Sianko to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e7025d9b..bfe4291a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2968,3 +2968,4 @@ DanyLeeCS [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. - [Furkan Sianko](https://github.com/Furkansianko) My first contribution! + From d8924dd7703394170c27b47278028ea18909763d Mon Sep 17 00:00:00 2001 From: Kylan Smith Date: Fri, 19 Sep 2025 16:07:37 -0500 Subject: [PATCH 2096/2656] Add Kylan to Contributors lisr (#103854) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1922062e..11a1093a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -104,6 +104,7 @@ - sardor Uchqunov - [Nagy Csomor István] (https://github.com/Csomorka) - Jannatul Ferdous +- Kylan Smith - Ahmed Abouelnaga - [Ahmed Abdellatif](https://github.com/abdellatif72) - [Alex Ivaschenko] (https://github.com/ivaschenkoalex) From 135a45886eff2608359a555d6237c447bc2233ca Mon Sep 17 00:00:00 2001 From: "Yohann A. Moraes" <146383705+YMoraes092004@users.noreply.github.com> Date: Fri, 19 Sep 2025 18:01:23 -0700 Subject: [PATCH 2097/2656] Add Yohann Moraes to Contributors list (#103855) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 11a1093a..c93a776f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2972,3 +2972,4 @@ DanyLeeCS [Cherry] - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. +- [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! \ No newline at end of file From 03bde5c59a095b8c89047b6cb83ec721c1c2267f Mon Sep 17 00:00:00 2001 From: YawH <42206770+Solarsolo123@users.noreply.github.com> Date: Fri, 19 Sep 2025 21:30:42 -0400 Subject: [PATCH 2098/2656] Add Yawen to Contributors list (#103856) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c93a776f..827e83f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1011,6 +1011,7 @@ The-Yash-is-Joined - [Imam](https://github.com/Shaik-36) - [AkaruiNeko](https://github.com/BrightCat14) - viswa r +- [Yawen](https://github.com/Solarsolo123) - [Harsh Kumar Singh](https://github.com/Mickey3970) - [Anu](https://github.com/anurag998) - [NihadVeliyev](https://github.com/NihadVeliyev) From 8f8f479bd7189cb6a0d698425c7d4c502773a0bc Mon Sep 17 00:00:00 2001 From: Ifham-Hashir Date: Sat, 20 Sep 2025 07:27:05 +0530 Subject: [PATCH 2099/2656] Add Ifham Hashir to Contributors list (#103857) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 827e83f0..75e86a0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( +- [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Omveer](https://github.com/narukaz/) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Bob Qin](https://github.com/Bob200409) From 1db70acd92bc9ec4773493f83bcbd0ae59c7f5d6 Mon Sep 17 00:00:00 2001 From: x2infinity <90297983+Jon-Goodwin@users.noreply.github.com> Date: Fri, 19 Sep 2025 20:39:40 -0600 Subject: [PATCH 2100/2656] Add jon goodwin to Contributions list (#103859) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 75e86a0e..fdceff61 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Omveer](https://github.com/narukaz/) - [ARYAN BHATT](https://github.com/aryanbhatt767) +- [Jon Goodwin](https://github.com/Jon-Goodwin) - [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) From a4fb10fe74fc8beefe6e80d7375fd4ecc526f96b Mon Sep 17 00:00:00 2001 From: Minh Nguyen <94126872+yulw22@users.noreply.github.com> Date: Sat, 20 Sep 2025 09:52:43 +0700 Subject: [PATCH 2101/2656] add yulw-22 to Contributors list (#103860) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fdceff61..8ee4686f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1380,6 +1380,7 @@ Ben - [Andrew D](https://github.com/myMEDIA1578) - [Alan Bao Nguyen](https://github.com/alanbaonguyen) - [Leola](https://github.com/leolalopeslobo) +- [Minh Nguyen](https://github.com/yulw22) From Việt Nam with love - [Ravi](https://github.com/raviprakash7367) - [Druva Kumar](https://github.com/Dru-blip) - [Adam Moria](https://github.com/aabro1325) From 127bd034b62276539b6a0085e900416b9e9fb20a Mon Sep 17 00:00:00 2001 From: Oluwaseyi Popoola Date: Fri, 19 Sep 2025 22:22:06 -0500 Subject: [PATCH 2102/2656] Add Oluwaseyi Popoola to Contributors list (#103861) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8ee4686f..309ab824 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Omveer](https://github.com/narukaz/) +- [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Bob Qin](https://github.com/Bob200409) From bbe6864c4eb5c3914b49dd7633f81235175bec85 Mon Sep 17 00:00:00 2001 From: SAKETH REDDY KONDAMPALLY <113581247+sakith1729@users.noreply.github.com> Date: Fri, 19 Sep 2025 22:45:51 -0500 Subject: [PATCH 2103/2656] Add sakith to Contributors list (#103862) Co-authored-by: srihitha0206 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 309ab824..ba2f3055 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1549,6 +1549,7 @@ Eoin O'B - [Jonas Mikosch](https://github.com/jomik101) - [Ver Argulla](https://github.com/verargulla) - [Ankith](https://github.com/ankithtn) +- [sakith](https://github.com/sakith1729) - [cacawate](https://github.com/MoyyyL) - [Mr. Jakkula](https://github.com/Mr.Jakkula) - [Ravi singh](https://github.com/ravir0ushan) From 5b422eb5c9b61e667f6eedffffe3b555eeb57c66 Mon Sep 17 00:00:00 2001 From: BryAllison Date: Fri, 19 Sep 2025 23:13:28 -0500 Subject: [PATCH 2104/2656] Added Bryan to Contributors.md (#103863) Co-authored-by: Bryan --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ba2f3055..cc87ef62 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2978,4 +2978,5 @@ DanyLeeCS [Cherry] - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. -- [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! \ No newline at end of file +- [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! +[Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! \ No newline at end of file From 5e1e0634cba2e5680080d3b8561c0b936a271ed5 Mon Sep 17 00:00:00 2001 From: sk-tech Date: Sat, 20 Sep 2025 09:57:29 +0530 Subject: [PATCH 2105/2656] Add Sham to Contributors list (#103864) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cc87ef62..2f1a692d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1051,6 +1051,7 @@ The-Yash-is-Joined - [sony](https://github.com/sony77697) - [Juho Lee](https://github.com/jxuho) - [Helen C](https://github.com/hmczap) +- [Sham Kota](https://github.com/sk-tech) - [Katsu](https://github.com/kakko341) - [Anay](https://github.com/Anay-Patil) - [Sabahat](https://github.com/Saba633) From 93836d5b50f123143c483ebdc2768e58de72c37c Mon Sep 17 00:00:00 2001 From: Parth Kulkarni <145702895+kparth274@users.noreply.github.com> Date: Sat, 20 Sep 2025 11:50:02 +0530 Subject: [PATCH 2106/2656] Add your-name to Contributors list (#103867) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2f1a692d..593d2675 100644 --- a/Contributors.md +++ b/Contributors.md @@ -83,6 +83,7 @@ - [Sumit Pandey](https://github.com/5umitpandey) - [Monjurul Haque](https://github.com/MonjurulHaq) - [Sneha Gadekarla] (https://github.com/SnehaG100) +- [Parth Kulkarni] (https://github.com/kparth274) - [Pavan Mhaisne](https://github.com/piyushm4) - [laurent humeau](https://github.com/Laurent-Humeau) -[Sailaja](https://github.com/Sailu5) From b21455197384f564aa8259be1143c0b33fb83af4 Mon Sep 17 00:00:00 2001 From: maddy-aleti Date: Sat, 20 Sep 2025 12:22:10 +0530 Subject: [PATCH 2107/2656] Add Madan to Contributors list (#103868) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 593d2675..7b7dcb16 100644 --- a/Contributors.md +++ b/Contributors.md @@ -238,6 +238,7 @@ sdumini - [K Sri Latha] (https://github.com/KSriLatha18) - [Sarthak Katiyar] (https://github.com/SarthakKatiyar2004) - [Ajay C](https://github.com/Ajaynirm) +- [Madan A](https://github.com/maddy-aleti) - [Nithwin V M](https://github.com/Nithwin) - [SATKURI KAILASH](https://github.com/KailashSatkuri-warangal) - [phyo thiri zaw](https://github.com/phyothirizaw) From b998b53ee8c85139da32aff75d7414905f3dc547 Mon Sep 17 00:00:00 2001 From: bjrnstph Date: Sat, 20 Sep 2025 09:02:53 +0200 Subject: [PATCH 2108/2656] Add bjorn-stephany to Contributions list (#103869) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7b7dcb16..32961465 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) +- [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) From 108508afaf36d8e086d61762518edb238f4af05a Mon Sep 17 00:00:00 2001 From: Chanchal Patel Date: Sat, 20 Sep 2025 13:17:43 +0530 Subject: [PATCH 2109/2656] added my name (#103870) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 32961465..dfb72065 100644 --- a/Contributors.md +++ b/Contributors.md @@ -685,6 +685,7 @@ LIUYY到此一游 - [Asianzu Henry](https://github.com/asianzuhenry) - [Ayush Gupta](https://github.com/AyushGupta11442) - [Alejandro](https://github.com/Jano2402) +- [Chanchal patel] - [Rajashekar+Mudigonda] (https://github.com/RajshekarM/) - [BorisovCloud](https://github.com/BorisovCloud) - [Kamdoum Loich](https://github.com/kamdoumloich) From 4320b5ca5c68c93e8a587ac7e2c168cc580f69db Mon Sep 17 00:00:00 2001 From: Shivajiraj Date: Sat, 20 Sep 2025 15:02:22 +0530 Subject: [PATCH 2110/2656] Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e9df9261..4d2fc28d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -30,6 +30,7 @@ Anshi -[Deepak Sharma](https://github.com/DeepakSharma46) -[Phanindra Naralasetty] (https://github.com/naralasetty99) -[Anne-Okingo](https://github.com/Anne-Okingo) + -[Shivaji Raj](https://github.com/Shivajiraj) - [Resu19680](https://github.com/Resu19680) - [Manju Vasanth](https://github.com/ManjuVasanth) -[VincentChiang621](https://github.com/VincentChiang621) From e9321a925477fb29a298d7422522fef3af3ad2d2 Mon Sep 17 00:00:00 2001 From: "Yidnekachew S." Date: Sat, 20 Sep 2025 12:45:36 +0300 Subject: [PATCH 2111/2656] Add Yidnekachew-Sitotaw to Contributors list (#103872) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index dfb72065..278ee947 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2984,4 +2984,5 @@ DanyLeeCS - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. - [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! -[Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! \ No newline at end of file +[Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! +[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) \ No newline at end of file From 2f5d54d966b06f8a089ca942ce4ae7a67440aa2c Mon Sep 17 00:00:00 2001 From: Diya Date: Sat, 20 Sep 2025 15:28:47 +0530 Subject: [PATCH 2112/2656] added my name Diya (#103873) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 278ee947..313ab7dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + [Diya](https://github.com/123diya-coder) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From 97fd6e64264e8264fd32142172f10224f8c930fe Mon Sep 17 00:00:00 2001 From: Pranav Induchudan <74505671+thePrnvBot@users.noreply.github.com> Date: Sat, 20 Sep 2025 15:19:21 +0400 Subject: [PATCH 2113/2656] Add thePrnvBot to Contributors list (#103876) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3061bc4b..7729599e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -45,6 +45,7 @@ - sai [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! +- [thePrnvBot](https://github.com/thePrnvBot) - Sup Doods! - [Lane Henslee](https://github.com/huncholane) - Go Vols - [Watson](https://github.com/tanso0126) - [Eric G Butler Jr](https://github.com/ericbutler1209) From a1e57ad6ac14318fbbb551b2b8a067561f9218b1 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sat, 20 Sep 2025 13:52:15 +0200 Subject: [PATCH 2114/2656] Delete docs/translations/gujarati directory --- docs/translations/gujarati/gujarati.md | 63 -------------------------- 1 file changed, 63 deletions(-) delete mode 100644 docs/translations/gujarati/gujarati.md diff --git a/docs/translations/gujarati/gujarati.md b/docs/translations/gujarati/gujarati.md deleted file mode 100644 index 02a9a763..00000000 --- a/docs/translations/gujarati/gujarati.md +++ /dev/null @@ -1,63 +0,0 @@ -Here’s a normalized version of the text without GitHub command examples: - ---- - -# પ્રથમ યોગદાન - -આ પ્રોજેક્ટનો ઉદ્દેશ નવા સ્રોતકર્તાઓને તેમની પ્રથમ યોગદાન આપવાની પદ્ધતિને સરળ બનાવવાનો અને માર્ગદર્શન આપવાનો છે. જો તમે તમારી પ્રથમ યોગદાન આપવા માગો છો, તો નીચેના પગલાંઓને અનુસરો. - -#### *જો તમે કમાન્ડ લાઈન સાથે નવા છો, તો અન્ય સાધનોના ઉપયોગ માટે ટ્યુટોરીયલ પર જાઓ.* - -જો તમારા કમ્પ્યુટરમાં Git સ્થાપિત ન હોય, તો તેને સ્થાપિત કરવા માટેની માર્ગદર્શિકા જોવા માટે લિંક્પ્રदान કરો. - -## આ રિપોઝિટરીનો "ફોર્ક" કરો - -પૃષ્ઠના જમણાંમાં "ફોર્ક" બટન પર ક્લિક કરો. તે કરવાથી, આ રિપોઝિટરીની એક નકલ તમારા GitHub એકાઉન્ટમાં બનાવાઈ છે. - -## કોપી કરેલા રિપોઝિટરીનો "ક્લોન" કરો - -હવે, તમે જે રિપોઝિટરીનો ફોર્ક કર્યો છે, તે ક્લોન બનાવો. - -તમારા ટર્મિનલને ખોલો અને આડેધોરને અનુસરો. - -## એક શાખા બનાવો - -તમારા કમ્પ્યુટરમાં રિપોઝિટરીના ડિરેક્ટરીમાં જાઓ. હવે શાખા બનાવો. - -## જરૂરી ફેરફાર કરો અને તે ફેરફારોનો "કમિટ" કરો - -ફાઇલને ટેક્સ્ટ એડિટરમાં ખોલો અને તમારું નામ ઉમેરો. ફાઇલને સાચવો. - -જો તમે પ્રોજેક્ટના ડિરેક્ટરીમાં જાઓ, તો તમે ફેરફારો જોઈ શકશો. ફાઇલને તેમાં ઉમેરો. - -હવે આ ફેરફારોને કમિટ કરો. - -## GitHub પર તમારાં ફેરફારોનો "પુષ" કરો - -તમારા ફેરફારોને મોકલવા માટેનું પગલું પૂર્ણ કરો. - -## તમારા ફેરફારોને સમીક્ષ માટે મોકલો - -જો તમે તમારા GitHub પરના રિપોઝિટરીમાં જાઓ, તો તમને બટન દેખાશે. આ બટન પર ક્લિક કરો. - -હવે *પુલ રિક્વેસ્ટ* મોકલો. - -જલદી જ હું તમારા ફેરફારોને આ પ્રોજેક્ટની માસ્ટર શાખામાં જોડવા જઇ રહ્યો છું. જ્યારે ફેરફારો જોડાશે ત્યારે તમને સૂચના મળશે. - -## આગામી પગલાં શું છે? - -અભિનંદન! તમે યોગદાન આપવાની પ્રક્રિયા પૂરી કરી છે. - -તમારા યોગદાનનો ઉત્સવ મનાવો અને તેને શેર કરો. - -જો તમને મદદની જરૂર હોય કે તમારી પાસે કોઈ પ્રશ્ન હોય, તો તમારે જોડાવા માટેનાં વિકલ્પો ઉપલબ્ધ છે. - -હવે બીજા પ્રોજેક્ટમાં યોગદાન આપવાનું શરૂ કરો. અમે સરળ *ઇશ્યુઝ* સાથેના પ્રોજેક્ટોની યાદી એકત્રિત કરી છે. - -### વધુ સામગ્રી માટે અમારું વેબપેજ જુઓ. - -## અન્ય સાધનોના ઉપયોગ કરતા ટ્યુટોરીયલ - ---- - -Feel free to let me know if you need further modifications! \ No newline at end of file From a211576637bedfd0b3c8dfb7517f3d6db8101eb2 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sat, 20 Sep 2025 14:14:30 +0200 Subject: [PATCH 2115/2656] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 466b149e..f52d016e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,6 @@ [Српски](docs/translations/README.sr.md) [Қазақша](docs/translations/README.kz.md) [Bosanski](docs/translations/README.bih.md) -[Ethiopia](docs/translations/README.bih.md) [Hrvatski](docs/translations/README.hr.md) [پښتو](docs/translations/README.ps.md) [Somalia](docs/translations/README.so.md) From 6f1ac0752f11d7d92effb4d75b7bd7cb9aa22ffe Mon Sep 17 00:00:00 2001 From: creator_lakshya Date: Sat, 20 Sep 2025 18:36:13 +0530 Subject: [PATCH 2116/2656] Add your-name to Contributors list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 7729599e..f1a23346 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2984,6 +2984,9 @@ DanyLeeCS [Brianna Durrant](https://github.com/BriN3r) Heyyy! [kzvang](https://github.com/kzvang) My first contribution! - Aarush Sanghi + +Hello guysss.. +I am Lakshya Sharma and making my first open source contribution [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. From 6ff9c8766bf22ffadb70177d63337a4831dd1726 Mon Sep 17 00:00:00 2001 From: Jatin_Mehta <143813065+JatinMehta007@users.noreply.github.com> Date: Sat, 20 Sep 2025 18:37:47 +0530 Subject: [PATCH 2117/2656] add first contribution (#103877) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7729599e..8ef0e716 100644 --- a/Contributors.md +++ b/Contributors.md @@ -834,6 +834,7 @@ P Venkata Rami Reddy - [Vedang Wajge](https://github.com/VedangWajge) - [Prasad Sapkal](https://github.com/prasadsapkal55) - [Eduardo Luís](https://github.com/snt94) +- [Jatin Mehta](https://github.com/JatinMehta007) - [Sarthak Sharma](https://github.com/Srthk-Shrm) [Chandana shetty] - [Medrine Mulindi](https://github.com/Mulindi123) From 497e4e3d4574c46767487d77ab7181f380e97176 Mon Sep 17 00:00:00 2001 From: mishafisha Date: Sat, 20 Sep 2025 15:20:40 +0200 Subject: [PATCH 2118/2656] Add mishafisha to Contributors list (#103878) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8ef0e716..532ad97a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -865,6 +865,7 @@ P Venkata Rami Reddy - [Mokshith] - [Pinion](https://pinion.kr) - [Zubair] +- [mishafisha](https://github.com/mishafisha) - [jürgen vanzeir] - [Keya Shah] (https://github.com/keysh123) - [yeisondev001 💎](https://github.com/yeisondev001) From 954634f5e9c93e41a9da077812d2f52a4eefa430 Mon Sep 17 00:00:00 2001 From: azhank391 Date: Sat, 20 Sep 2025 19:45:19 +0500 Subject: [PATCH 2119/2656] Added my name to the contributors list (#103880) Co-authored-by: azhank391 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 532ad97a..8ebe3a0d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -58,6 +58,7 @@ - [Jessica Thomas](https://github.com/jmt713) - [b1tranger](https://github.com/b1tranger) - [karan](https://github.com/karanhb-pixel) +- [azhank391](https://github.com.azhank391) - [NANAN](#####) - [Digvijay Chauhan](https://github.com/chauhandigvijay1) - [Josh Mossman] From c4598e519e6bb0f38bf506cc5c3e2e9398354a85 Mon Sep 17 00:00:00 2001 From: SAKETH REDDY KONDAMPALLY <113581247+sakith1729@users.noreply.github.com> Date: Sat, 20 Sep 2025 09:56:26 -0500 Subject: [PATCH 2120/2656] Update Contributors.md --- Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 8ebe3a0d..8ee6ef3d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1563,7 +1563,7 @@ Eoin O'B - [Jonas Mikosch](https://github.com/jomik101) - [Ver Argulla](https://github.com/verargulla) - [Ankith](https://github.com/ankithtn) -- [sakith](https://github.com/sakith1729) +- [saketh](https://github.com/sakith1729) - [cacawate](https://github.com/MoyyyL) - [Mr. Jakkula](https://github.com/Mr.Jakkula) - [Ravi singh](https://github.com/ravir0ushan) @@ -2996,4 +2996,4 @@ DanyLeeCS [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. - [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! [Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! -[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) \ No newline at end of file +[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) From 4e5e89eb48482e50798d874ced40a940c279fa91 Mon Sep 17 00:00:00 2001 From: alexjriley Date: Sat, 20 Sep 2025 16:31:50 +0100 Subject: [PATCH 2121/2656] Add Alex-Riley to Contributors List (#103883) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8ebe3a0d..b7f28439 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2702,6 +2702,7 @@ sh0uka -[Julian Londono](https://github.com/JULI1926) - [Ronaldo Cheruiyot](https://github.com/ronaldocheruiyot) -[John Martin](https://github.com/JohnMartin0301) +-[Alex Riley] (https://github.com/alexjriley) -[Shakil Ahmed](https://github.com/paharivalu) -[Ryan Sumithra](https://github.com/RyanSumithra) -[Nabin Bista](https://github.com/Nabinbista12) From 9135f7f24b2a1df932119af30662d355183793e8 Mon Sep 17 00:00:00 2001 From: SOHOM BHADURI Date: Sat, 20 Sep 2025 21:35:06 +0530 Subject: [PATCH 2122/2656] fix/bug-issue103858 'fix/bug-issue103858' --- .github/CONTRIBUTING.md | 146 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ff35351a..7c671cf2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,76 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| Gujarati | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.by.md) | []() | +| Català | [Catalan](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.cs.md) | []() | +| Danish | [Danish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fi.md) | []() | +| Français | [French](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| Gujarati | [Gujarati](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.lv.md) | []() | +| | [me](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pa.md) | []() | +| Polski | [Polish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.te.md) | []() | +| ไทย | [Thai](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From b4821aa456159b00e16e45cbdd3ed80b065789c7 Mon Sep 17 00:00:00 2001 From: SOHOM BHADURI Date: Sat, 20 Sep 2025 21:54:59 +0530 Subject: [PATCH 2123/2656] fix/bug-issue103858 --- .github/CONTRIBUTING.md | 149 ++++++++++++++++++++-------------------- 1 file changed, 74 insertions(+), 75 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d105105a..029d328a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,6 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -<<<<<<< HEAD | Afrikaans | [Afrikaans](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | | Albanian | [Albanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | | العربية | [Arabic](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | @@ -85,77 +84,77 @@ If you're making changes to a translation, please request a review from our prev | 中文 | [Chinese (Traditional)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | | Zulu | [Zulu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | ======= -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | ->>>>>>> upstream/main +| Afrikaans | [Afrikaans](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.by.md) | []() | +| Català | [Catalan](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.cs.md) | []() | +| Danish | [Danish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fi.md) | []() | +| Français | [French](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.lv.md) | []() | +| | [me](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pa.md) | []() | +| Polski | [Polish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.te.md) | []() | +| ไทย | [Thai](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | + From 759c4a1703d5c77853fd6892772447cf882ad420 Mon Sep 17 00:00:00 2001 From: Sanjana Date: Sat, 20 Sep 2025 22:00:35 +0530 Subject: [PATCH 2124/2656] add name (#103887) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b7f28439..bced8032 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ - [Abdul Rafique](https://github.com/abdul-rafique) - [Priyanshujindal](https://github.com/Priyanshujindal) - sai +- hello [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! - [thePrnvBot](https://github.com/thePrnvBot) - Sup Doods! From 74674be717b6d72df9bfcbef2aa02d600e60ee7f Mon Sep 17 00:00:00 2001 From: dark wolf Date: Sat, 20 Sep 2025 22:01:01 +0530 Subject: [PATCH 2125/2656] Fix broken translation links --- .github/CONTRIBUTING.md | 147 ++++++++++++++++++++-------------------- 1 file changed, 74 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 102644f9..7e4d6076 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,77 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](../docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](../docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](../docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](../docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](../docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](../docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](../docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](../docs/translations/README.by.md) | []() | +| Català | [Catalan](../docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](../docs/translations/README.cs.md) | []() | +| Danish | [Danish](../docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](../docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](../docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](../docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](../docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](../docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](../docs/translations/README.fi.md) | []() | +| Français | [French](../docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](../docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](../docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](../docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](../docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](../docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](../docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](../docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](../docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](../docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](../docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](../docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](../docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](../docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](../docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](../docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](../docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](../docs/translations/README.kws.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](../docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](../docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](../docs/translations/README.lv.md) | []() | +| | [me](../docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](../docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](../docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](../docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](../docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](../docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](../docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](../docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](../docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](../docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](../docs/translations/README.pb.md) | []() | +| Polski | [Polish](../docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](../docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](../docs/translations/README.pt_br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](../docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](../docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](../docs/translations/README.se.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](../docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](../docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](../docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](../docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](../docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](../docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](../docs/translations/README.te.md) | []() | +| ไทย | [Thai](../docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](../docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](../docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainia n](../docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](../docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](../docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](../docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](../docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](../docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](../docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](../docs/translations/README.zul.md) | [@zecollokaris](https://github.com/zecollokaris) []() | + From f985f05a536a6fd32c585fe3c99ffcb0fb75855d Mon Sep 17 00:00:00 2001 From: Paul <112503557+ItzPlasmaYT@users.noreply.github.com> Date: Sat, 20 Sep 2025 11:32:13 -0500 Subject: [PATCH 2126/2656] added my name (#103888) Co-authored-by: Paul Bushen --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bced8032..335d44ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2998,4 +2998,5 @@ DanyLeeCS [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. - [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! [Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! -[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) \ No newline at end of file +[Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) +[Paul Bushen](https://github.com/ItzPlasmaYT) Hello fellow gits. Hope you have a nice day :) \ No newline at end of file From cfbb2b49e7811b869c96ccf82a3c8c38c0f7e3a8 Mon Sep 17 00:00:00 2001 From: jaop321 <233466073+jaop321@users.noreply.github.com> Date: Sat, 20 Sep 2025 09:40:21 -0700 Subject: [PATCH 2127/2656] Add jaop321 to Contributors list (#103891) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 335d44ad..4051f57a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -310,6 +310,7 @@ sdumini - [संकेत](https://github.com/Hercules-078) - [Akash Goyal](https://github.com/1223akash) - [Amaan214](https://github.com/Amaan214) +- [jaop321](https://github.com/jaop321) - [Jacques Antoine] - [Mohd Ayan](https://github.com/codistan-commit) - [SQDEL] @@ -2999,4 +3000,4 @@ DanyLeeCS - [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! [Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! [Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) -[Paul Bushen](https://github.com/ItzPlasmaYT) Hello fellow gits. Hope you have a nice day :) \ No newline at end of file +[Paul Bushen](https://github.com/ItzPlasmaYT) Hello fellow gits. Hope you have a nice day :) From e6b99d778fcd4de91b48e0210ef74364a98d9efb Mon Sep 17 00:00:00 2001 From: Swapnil Ranadive <128573732+grilled-swampert@users.noreply.github.com> Date: Sat, 20 Sep 2025 22:14:28 +0530 Subject: [PATCH 2128/2656] Add grilled-swapmert to Contributors list (#103892) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4051f57a..30c502b3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3001,3 +3001,4 @@ DanyLeeCS [Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! [Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) [Paul Bushen](https://github.com/ItzPlasmaYT) Hello fellow gits. Hope you have a nice day :) +[Swap Ranadive](https://github.com/grilled-swampert) etching my starting point here \ No newline at end of file From 5fa2f9718dfccfa50088c231fb0a2c877440cf65 Mon Sep 17 00:00:00 2001 From: RileyTemme Date: Sat, 20 Sep 2025 11:51:45 -0500 Subject: [PATCH 2129/2656] Added Myself (#103893) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 30c502b3..a6fb64b5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3001,4 +3001,5 @@ DanyLeeCS [Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! [Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) [Paul Bushen](https://github.com/ItzPlasmaYT) Hello fellow gits. Hope you have a nice day :) -[Swap Ranadive](https://github.com/grilled-swampert) etching my starting point here \ No newline at end of file +- [Riley Temme](https://github.com/RileyTemme) Hello, I am a Web Development Student! +[Swap Ranadive](https://github.com/grilled-swampert) etching my starting point here From a933edddc34cf0951ea7037de54d512d780ec804 Mon Sep 17 00:00:00 2001 From: Aditya Alok Date: Sat, 20 Sep 2025 22:32:21 +0530 Subject: [PATCH 2130/2656] Add Alok-devlops (#103894) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a6fb64b5..1c75fe9e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -775,6 +775,7 @@ LIUYY到此一游 - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). - [Arjun](https://github.com/Silwal103) +- [Aditya Alok](https://github.com/Alok-devlops) - [Alexander Sivrikov](https://github.com/FrenkyFix1987) - [Cyril Nishanth](https://github.com/CyrilNishanth) - [imsang27](https://github.com/imsang27) From a13bf681e68c3a6831c89a1d517818bcaef14f90 Mon Sep 17 00:00:00 2001 From: Govindarajan M <157391064+Govindarajannn@users.noreply.github.com> Date: Sun, 21 Sep 2025 00:32:52 +0530 Subject: [PATCH 2131/2656] Add Govind to Contributors list (#103895) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1c75fe9e..496ce33b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -101,6 +101,7 @@ - [KANISH](hello) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) +- [M Govindarajan](https://github.com/Govindarajannn) - [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) - [Divyansh Shrivastav](https://github.com/DIVYANSH-SHRIVASTAV) From b7de9055a8a125bf7701799978f59fda32a6c85a Mon Sep 17 00:00:00 2001 From: Cole-Starry Date: Sat, 20 Sep 2025 14:16:51 -0500 Subject: [PATCH 2132/2656] Added Cole S (#103896) Co-authored-by: Cole Starry <500202429@fvtc.edu> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 496ce33b..ab853611 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3005,3 +3005,4 @@ DanyLeeCS [Paul Bushen](https://github.com/ItzPlasmaYT) Hello fellow gits. Hope you have a nice day :) - [Riley Temme](https://github.com/RileyTemme) Hello, I am a Web Development Student! [Swap Ranadive](https://github.com/grilled-swampert) etching my starting point here +[Cole Starry](https://github.com/Cole-Starry) Catching up on College work. \ No newline at end of file From 6051db787e70c5cbd5cf28eefc6e658f18b10cda Mon Sep 17 00:00:00 2001 From: Kaylee Frank Date: Sat, 20 Sep 2025 14:16:58 -0500 Subject: [PATCH 2133/2656] :sparkles: new contribution (#103897) Co-authored-by: Kaylee Frank <300013329@fvtc.edu> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ab853611..45d68898 100644 --- a/Contributors.md +++ b/Contributors.md @@ -106,6 +106,7 @@ - [Supilath](https://github.com/Supilath) - [Divyansh Shrivastav](https://github.com/DIVYANSH-SHRIVASTAV) - [CasManny](https://github.com/CasManny) +- [appanmomo](https://github.com/appanmomo) - Hello Everyone! - [Rohan Shukla] (https://github.com/RohanShukla23) - [Chowdhury Tafsir Ahmed Siddiki](https://github.com/ctafsiras) - [marmiju](https://github.com/marmiju) From 78d4e44e6e4f4bf3c20789984fb67fef541911a2 Mon Sep 17 00:00:00 2001 From: Mahtab <51961536+Mahtab-Hossain@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:28:40 +0600 Subject: [PATCH 2134/2656] Add Mahtab-Hossain to contributors list #3010 (#103898) Co-authored-by: Mahtab-Hossain --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 45d68898..b5f04f22 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3006,4 +3006,5 @@ DanyLeeCS [Paul Bushen](https://github.com/ItzPlasmaYT) Hello fellow gits. Hope you have a nice day :) - [Riley Temme](https://github.com/RileyTemme) Hello, I am a Web Development Student! [Swap Ranadive](https://github.com/grilled-swampert) etching my starting point here -[Cole Starry](https://github.com/Cole-Starry) Catching up on College work. \ No newline at end of file +[Cole Starry](https://github.com/Cole-Starry) Catching up on College work. +- [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh \ No newline at end of file From c663594ad69aab582daa9865192dcd5ef05fbf2c Mon Sep 17 00:00:00 2001 From: dnichols28 Date: Sat, 20 Sep 2025 16:20:48 -0500 Subject: [PATCH 2135/2656] Add DeAnna Nichols to contributors list (#103901) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b5f04f22..50a5fc52 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors [Diya](https://github.com/123diya-coder) +- [DeAnna_Nichols] - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From 48895c3f078566099ac1304615703368397bc04d Mon Sep 17 00:00:00 2001 From: JanyaW Date: Sat, 20 Sep 2025 16:36:31 -0500 Subject: [PATCH 2136/2656] Add JaNya Ward to Contributors list (#103903) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 50a5fc52..390464a3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -367,6 +367,7 @@ sdumini naveen-branch-first-contribution NMAKHIJA- Test Contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) +- Ja'Nya Ward [Devansh Kapoor](https://github.com/Devansh2208) - [Kashif Kawsar Qadri](https://github.com/KashifQadri90) -[Kavya Krishna](https://github.com/Cx-rrupt) From 48b52e76fa3cb64c7794b154ad39822d808807b5 Mon Sep 17 00:00:00 2001 From: Himanshi Yenugupalli <125909199+himanshiyenugupalli@users.noreply.github.com> Date: Sun, 21 Sep 2025 03:23:17 +0530 Subject: [PATCH 2137/2656] Add Himanshi Yenugupalli to Contributors list (#103905) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 390464a3..1db15f40 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Algacyr Melo](https://github.com/algacyr-melo) - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) +- [Himanshi Rao Yenugupalli](https://github.com/himanshiyenugupalli) - [Kamal Agrahari](https://github.com/ikamalagrahari/) - [Mahanthesh S](https://github.com/Mahi2708) - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! From 1853466a81d381cd053443baefe02c69dd82ba3a Mon Sep 17 00:00:00 2001 From: Sushean Sharma <121373693+sushean@users.noreply.github.com> Date: Sun, 21 Sep 2025 03:30:23 +0530 Subject: [PATCH 2138/2656] My PR Exp (#103906) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1db15f40..ada257e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3010,4 +3010,5 @@ DanyLeeCS - [Riley Temme](https://github.com/RileyTemme) Hello, I am a Web Development Student! [Swap Ranadive](https://github.com/grilled-swampert) etching my starting point here [Cole Starry](https://github.com/Cole-Starry) Catching up on College work. -- [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh \ No newline at end of file +- [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh +- [Sushean_Sharma] (https://github.com/sushean) \ No newline at end of file From d32af950b72cfe1f0d2c4b25aa77cd009ce06ca9 Mon Sep 17 00:00:00 2001 From: Dipanjan Ghanti <52769269+dipanjanghanti@users.noreply.github.com> Date: Sat, 20 Sep 2025 18:18:22 -0400 Subject: [PATCH 2139/2656] Added Toton to Contributors list. (#103907) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ada257e9..70a645c4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors [Diya](https://github.com/123diya-coder) - [DeAnna_Nichols] +- [Toton] - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From 57cb883a20536ea3485a1e4523e312f75bf5af89 Mon Sep 17 00:00:00 2001 From: Elaina L <500190734@fvtc.edu> Date: Sat, 20 Sep 2025 18:43:09 -0500 Subject: [PATCH 2140/2656] Add Elaina to Contributors list (#103908) Co-authored-by: Elaina L --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 70a645c4..3aa83d21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3012,4 +3012,5 @@ DanyLeeCS [Swap Ranadive](https://github.com/grilled-swampert) etching my starting point here [Cole Starry](https://github.com/Cole-Starry) Catching up on College work. - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh -- [Sushean_Sharma] (https://github.com/sushean) \ No newline at end of file +- [Sushean_Sharma] (https://github.com/sushean) +- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue \ No newline at end of file From 74502dab293c70c0b53053445881fd5b6fe9ab0b Mon Sep 17 00:00:00 2001 From: "S.HCodeLv" <144197559+ShotaHayashi0601@users.noreply.github.com> Date: Sun, 21 Sep 2025 09:16:50 +0900 Subject: [PATCH 2141/2656] Add Shota Hayashi to Contributors list (#103911) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3aa83d21..1a12fc3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1514,6 +1514,7 @@ Eoin O'B - [SaginalaAzeez](https://github.com/asheedh) - [Eric-DaRosa](https://github.com/EricDar12) - [Vernwalker](https://github.com/Vernwalker) +- [Shota Hayashi](https://github.com/SH.CodeLv) - Arnav Oruganty - [RahulRawat](https://github.com/RHL-RWT-01) - [James](https://github.com/jwunet) From 471e65662552055ecba74d16205be808abcd8dab Mon Sep 17 00:00:00 2001 From: Kderasadi <102234454+Kderasadi@users.noreply.github.com> Date: Sun, 21 Sep 2025 06:24:44 +0530 Subject: [PATCH 2142/2656] Add Kriti to Contributors list (#103913) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1a12fc3a..26d060ae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3014,4 +3014,5 @@ DanyLeeCS [Cole Starry](https://github.com/Cole-Starry) Catching up on College work. - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) -- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue \ No newline at end of file +- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue +- [Kriti D](https://github.com/Kderasadi) \ No newline at end of file From 012cc3f6ffd07a61f48c5cb9458361fe7c90fc4a Mon Sep 17 00:00:00 2001 From: Garrett Kloiber <800093101@fvtc.edu> Date: Sat, 20 Sep 2025 19:57:59 -0500 Subject: [PATCH 2143/2656] Added my name to the Contributors.md File --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1a12fc3a..4c617eba 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3014,4 +3014,5 @@ DanyLeeCS [Cole Starry](https://github.com/Cole-Starry) Catching up on College work. - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) -- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue \ No newline at end of file +- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue +[Garrett Kloiber](https://github.com/clonezittv) - Currently working on school work as I type this! \ No newline at end of file From 542c8d61cd14b4f4e4bb71f3183881e83692d4bc Mon Sep 17 00:00:00 2001 From: DeividiMartin Date: Sat, 20 Sep 2025 21:58:17 -0300 Subject: [PATCH 2144/2656] =?UTF-8?q?Adicionando=20meu=20nome=20=C3=A0=20l?= =?UTF-8?q?ista=20de=20contribuintes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1a12fc3a..9dff0f45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3014,4 +3014,5 @@ DanyLeeCS [Cole Starry](https://github.com/Cole-Starry) Catching up on College work. - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) -- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue \ No newline at end of file +- [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue +- [Deividi Martin ](https://github.com/DeividiMartin) \ No newline at end of file From a5762766e8b567133f981ae637aabe191a49ebdd Mon Sep 17 00:00:00 2001 From: Garrett Kloiber <800093101@fvtc.edu> Date: Sat, 20 Sep 2025 20:09:52 -0500 Subject: [PATCH 2145/2656] Fixed merging issue hopefully --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4c617eba..032f3d9b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3015,4 +3015,5 @@ DanyLeeCS - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) - [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue -[Garrett Kloiber](https://github.com/clonezittv) - Currently working on school work as I type this! \ No newline at end of file + +[Garrett Kloiber](https://github.com/clonezittv) - Currently having plenty of fun with git! \ No newline at end of file From 3469ab2189773a088270b4307dc9ad24c79da966 Mon Sep 17 00:00:00 2001 From: Nick Noble <500190593@fvtc.edu> Date: Sat, 20 Sep 2025 21:12:25 -0500 Subject: [PATCH 2146/2656] open source contribution (#103917) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 26d060ae..1940d10a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -130,6 +130,7 @@ - [Harsh Sahu](https://github.com/harshsahu383) - [Dayangku Fatin Masyitah] (https://github.com/aktnlxk) - Patty + [Nick](https://github.com/nick-noble) First open source contribution - Vivek Gupta - bimo105108 - DKshetry From 555c914364cd40ed410cd2afb072081e5ea1d4c4 Mon Sep 17 00:00:00 2001 From: Jayce-Stephens <146783068+Jayce-Stephens@users.noreply.github.com> Date: Sat, 20 Sep 2025 21:15:15 -0500 Subject: [PATCH 2147/2656] Add Jayce Stephens to Contributors list (#103918) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1940d10a..eb8ad274 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Jon Goodwin](https://github.com/Jon-Goodwin) +- [Jayce Stephens] - [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) From 86b2b09ed2e665ff513d0b455b086b3c299b5ed6 Mon Sep 17 00:00:00 2001 From: Stefano <53493415+Stefano-Mazziotta@users.noreply.github.com> Date: Sat, 20 Sep 2025 23:35:34 -0300 Subject: [PATCH 2148/2656] Add Stefano Mazziotta to Contributors list (#103919) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eb8ad274..0522886f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1908,6 +1908,7 @@ Eoin O'B - [Chibuzor Israel](https://github.com/pseudoeazy) - [Sumit Pandey](https://github.com/SumitPandey08) - [Stefano Fratello](https://github.com/sterik000) +- [Stefano Mazziotta](https://github.com/stefano-mazziotta) - [Ragini Tiwar](https://github.com/Ragini-Tiwari) - [Nidhin Sankar](https://github.com/nidhinsankar) - [Pardhu Mattupalli](https://github.com/Parlynx1) From be4752b4bd40f3ab1a940c1a4640798c9c54d918 Mon Sep 17 00:00:00 2001 From: Chandrakant Koneti <80403832+konetichandrakant@users.noreply.github.com> Date: Sat, 20 Sep 2025 22:38:23 -0400 Subject: [PATCH 2149/2656] Add Chandrakant Koneti to Contributors.md (#103920) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0522886f..c0497846 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1008,6 +1008,7 @@ The-Yash-is-Joined - [Seul](https://github.com/seulahn) - [Mika](https://github.com/mihirK5) - [Aditya reddy](https://github.com/Adityareddy106) +- [Chandrakant Koneti](https://github.com/konetichandrakant) - [KG](https://github.com/kgoel9899) - [lzc](https://github.com/lzcooker) - [Parth](https://github.com/partth-code) From 327af170c8040590fe9b33757b2fa85a8e90b270 Mon Sep 17 00:00:00 2001 From: creator_lakshya Date: Sun, 21 Sep 2025 08:33:10 +0530 Subject: [PATCH 2150/2656] adding my name in the repo --- Contributors.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index f1a23346..60575c78 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2985,13 +2985,15 @@ DanyLeeCS [kzvang](https://github.com/kzvang) My first contribution! - Aarush Sanghi -Hello guysss.. -I am Lakshya Sharma and making my first open source contribution + [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) [Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] + +Hello guysss.. +I am Lakshya Sharma and making my first open source contribution - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. - [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! From 10c2925d9f0b03e1848a8246fa32b657ab06b515 Mon Sep 17 00:00:00 2001 From: sparkyboom28 <88705291+sparkyboom28@users.noreply.github.com> Date: Sat, 20 Sep 2025 23:01:03 -0500 Subject: [PATCH 2151/2656] added name and a description (#103922) Co-authored-by: tyler kamrowski <800075078@fvtc.edu> --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c0497846..80fb4e28 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3019,4 +3019,5 @@ DanyLeeCS - [Mahtab-Hossain](https://github.com/Mahtab-Hossain) I am coder from a small country named Bangladesh - [Sushean_Sharma] (https://github.com/sushean) - [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue -- [Kriti D](https://github.com/Kderasadi) \ No newline at end of file +- [Kriti D](https://github.com/Kderasadi) +- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code \ No newline at end of file From 59be9e1f34aced609bb7eb4a8fc1488f261ce4ac Mon Sep 17 00:00:00 2001 From: Iheb Hamdoun Date: Sat, 20 Sep 2025 23:29:08 -0500 Subject: [PATCH 2152/2656] :pushpin: First Contribution. Lets Go!! --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 80fb4e28..f5f162ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3020,4 +3020,5 @@ DanyLeeCS - [Sushean_Sharma] (https://github.com/sushean) - [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue - [Kriti D](https://github.com/Kderasadi) -- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code \ No newline at end of file +- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code +- [Iheb Hamdoun](https://github.com/IhebHamdoun) - This is my first contribution. \ No newline at end of file From e39facf8cdec6fd064d24c1d90286a8d3e7f4656 Mon Sep 17 00:00:00 2001 From: Malak Atitallah Date: Sat, 20 Sep 2025 23:30:41 -0500 Subject: [PATCH 2153/2656] :tada: My first contribution (#103923) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 80fb4e28..0ead84d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3020,4 +3020,5 @@ DanyLeeCS - [Sushean_Sharma] (https://github.com/sushean) - [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue - [Kriti D](https://github.com/Kderasadi) -- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code \ No newline at end of file +- [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code +- [Malak Atitallah](https://github.com/malakatit) - My first contrubition \ No newline at end of file From f69d060b941942bc44af668096b6e472315601ba Mon Sep 17 00:00:00 2001 From: Omar Emara <98235663+Omarf2000@users.noreply.github.com> Date: Sun, 21 Sep 2025 08:17:43 +0300 Subject: [PATCH 2154/2656] first contribution (#103926) Co-authored-by: omar --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0ead84d8..42351713 100644 --- a/Contributors.md +++ b/Contributors.md @@ -30,6 +30,7 @@ - [Amit Kumar](https://github.com/AK-Amit-Kumar) - [Rafael Severo](https://github.com/rafaeumesmo) - [LayorX](https://github.com/LayorX) +- [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! - [Darion] - [Suhaib] - (https://github.com/Suhaib536) @@ -3021,4 +3022,4 @@ DanyLeeCS - [Elaina](https://github.com/Elor02) — Interested in gaming and the color blue - [Kriti D](https://github.com/Kderasadi) - [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code -- [Malak Atitallah](https://github.com/malakatit) - My first contrubition \ No newline at end of file +- [Malak Atitallah](https://github.com/malakatit) - My first contrubition From 83acb4935a5b9d3ae4af3518c7cdfe49361d585f Mon Sep 17 00:00:00 2001 From: OSZDAO <78422538+oszdao@users.noreply.github.com> Date: Sun, 21 Sep 2025 11:10:57 +0530 Subject: [PATCH 2155/2656] Update Contributors.md (#103927) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 42351713..a23a09ec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors [Diya](https://github.com/123diya-coder) +- [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [DeAnna_Nichols] - [Toton] - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From 0b253b59856a001c21628229d5dec89c12b8644b Mon Sep 17 00:00:00 2001 From: Vishal Singh Date: Sun, 21 Sep 2025 12:31:08 +0530 Subject: [PATCH 2156/2656] Add your-name to Contributors list (#103928) Co-authored-by: Your Name --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a23a09ec..dff203cb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -502,6 +502,7 @@ LIUYY到此一游 - [Juan Lopez](https://github.com/crigrii) - [Dhananjay Mohan](https://github.com/djvu2k6) - [Ankit Aggarwal](https://curious.pm) +- [Vishal Singh](https://github.com/vishussingh24) - [rubik](https://github.com/rubiksfood) - [Marek Mudron](https://github.com/MarekMudron) - [Arjun](https://github.com/arjundevensharma) From 3b0ee9b67f2977d654e53b9fe1d44a3c30eeb16e Mon Sep 17 00:00:00 2001 From: YUKTHA Date: Sun, 21 Sep 2025 12:39:53 +0530 Subject: [PATCH 2157/2656] initial (#103929) Co-authored-by: YUKTHA S --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dff203cb..32e9b372 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3025,3 +3025,4 @@ DanyLeeCS - [Kriti D](https://github.com/Kderasadi) - [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code - [Malak Atitallah](https://github.com/malakatit) - My first contrubition +- [yuktha](https://github.com/yuktha0505) - My first contrubition \ No newline at end of file From a3de2a355d45f931c30f0b0cb2f34c36519fee59 Mon Sep 17 00:00:00 2001 From: OSZDAO <78422538+oszdao@users.noreply.github.com> Date: Sun, 21 Sep 2025 12:42:57 +0530 Subject: [PATCH 2158/2656] Update Contributors.md (#103930) From a221143a8e1c92f2975ec20846604a3cc8910232 Mon Sep 17 00:00:00 2001 From: BASIT CHANNA <93848906+basitbc@users.noreply.github.com> Date: Sun, 21 Sep 2025 12:49:29 +0530 Subject: [PATCH 2159/2656] Add basit-channa to Contributors list (#103931) Co-authored-by: BasitAicerts --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 32e9b372..4cc8f8a8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) +- [Basit Channa](https://github.com/basitbc) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Jon Goodwin](https://github.com/Jon-Goodwin) From 6c49ccb738fcdfc61f344a0c2d990adb40e094aa Mon Sep 17 00:00:00 2001 From: Nandineni Harsha Vardhan Date: Sun, 21 Sep 2025 13:01:32 +0530 Subject: [PATCH 2160/2656] Add Harsha Vardha N to Contributors List (#103932) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4cc8f8a8..09aed519 100644 --- a/Contributors.md +++ b/Contributors.md @@ -65,6 +65,7 @@ - [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) - [b1tranger](https://github.com/b1tranger) +- [Harsha Vardhan N][https://github.com/N-Harsha-Vardhan-Dev/] - Hey What's up bingos ! - [karan](https://github.com/karanhb-pixel) - [azhank391](https://github.com.azhank391) - [NANAN](#####) From 303b7b1f2c8a11206f8ca5a2cdaca2aecf126b07 Mon Sep 17 00:00:00 2001 From: roychan Date: Sun, 21 Sep 2025 00:48:39 -0700 Subject: [PATCH 2161/2656] Add roy to Contributors list (#103933) Co-authored-by: Roy Chan --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 09aed519..c0112545 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1572,6 +1572,7 @@ Eoin O'B - [Ammar Adnew](https://github.com/AmmarAdnew) - [Raghav Dwivedi](https://github.com/dwi4122) - [Lucas Smith] (https://github.com/lucaswsg123) +- Roy - [Eugene Chia](https://github.com/eugenechia) - [Joshua Luca](https://github.com/joshluca98) - [Sean Calderon](https://github.com/rimorgin) From 14666100d58fc86ab53fab85318e4c9f86a2cf14 Mon Sep 17 00:00:00 2001 From: Tharindu Silva <78898203+TharinduSilva2019774@users.noreply.github.com> Date: Sun, 21 Sep 2025 10:51:18 +0100 Subject: [PATCH 2162/2656] Tharindu Commit (#103934) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c0112545..e55d0f9b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3028,4 +3028,5 @@ DanyLeeCS - [Kriti D](https://github.com/Kderasadi) - [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code - [Malak Atitallah](https://github.com/malakatit) - My first contrubition +- [Tharindu Silva](https://github.com/TharinduSilva2019774) - It's time to give something back :) - [yuktha](https://github.com/yuktha0505) - My first contrubition \ No newline at end of file From e9e556da0ac6ad27658862cac81fa5a850423ee7 Mon Sep 17 00:00:00 2001 From: Shaan Edroos <141983390+sh66n@users.noreply.github.com> Date: Sun, 21 Sep 2025 15:47:17 +0530 Subject: [PATCH 2163/2656] add Shaan to contributors (#103935) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e55d0f9b..797770a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Jon Goodwin](https://github.com/Jon-Goodwin) +- [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Bob Qin](https://github.com/Bob200409) - [Mir-Asim-Ali](https://mirasim.netlify.app/) From 72cace0b1db1f0b742f424a72db6a227bf7bb0fa Mon Sep 17 00:00:00 2001 From: Nada Ali Nour Eldeen <48387157+NadaAlinour@users.noreply.github.com> Date: Sun, 21 Sep 2025 13:31:55 +0300 Subject: [PATCH 2164/2656] Add nada to Contributers list (#103936) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 797770a2..192ad0d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -228,6 +228,7 @@ sdumini - [Harsh Kumbhani] (https://github.com/harshkumbhani) - [Hassan Shahid] (https://github.com/hassan-software-dev) - [Akinori Sugimura](https://github.com/sugisaku37) +- [Nada Alinour](https://github.com/nadaalinour) - [Swapnil] (https://github.com/swapnil282K) - [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Sandy052005](https://github.com/sandy052005) From 362dc031b7459b5659f408b5d9a6d279c4157ecc Mon Sep 17 00:00:00 2001 From: lSchmunck <90364951+lSchmunck@users.noreply.github.com> Date: Sun, 21 Sep 2025 06:15:18 -0500 Subject: [PATCH 2165/2656] Added my name to contribution list (#103937) Co-authored-by: Schmunck <300091701@fvtc.edu> --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 192ad0d1..dcec817a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3031,4 +3031,5 @@ DanyLeeCS - [tyler kamrowski](https://github.com/sparkyboom28) - i like to game and code - [Malak Atitallah](https://github.com/malakatit) - My first contrubition - [Tharindu Silva](https://github.com/TharinduSilva2019774) - It's time to give something back :) -- [yuktha](https://github.com/yuktha0505) - My first contrubition \ No newline at end of file +- [yuktha](https://github.com/yuktha0505) - My first contrubition +- [Logan Schmunck](https://github.com/lSchmunck) - A little behind on college work but I'm figuring it out. \ No newline at end of file From f7124953eb4d872d87f48a6ed6dbccad30c8765d Mon Sep 17 00:00:00 2001 From: Lalith Kumar <142649393+LalithSiramdasu@users.noreply.github.com> Date: Sun, 21 Sep 2025 17:43:24 +0530 Subject: [PATCH 2166/2656] Update Contributors.md (#103938) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index dcec817a..6caa33fe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +[lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [DeAnna_Nichols] @@ -3032,4 +3033,4 @@ DanyLeeCS - [Malak Atitallah](https://github.com/malakatit) - My first contrubition - [Tharindu Silva](https://github.com/TharinduSilva2019774) - It's time to give something back :) - [yuktha](https://github.com/yuktha0505) - My first contrubition -- [Logan Schmunck](https://github.com/lSchmunck) - A little behind on college work but I'm figuring it out. \ No newline at end of file +- [Logan Schmunck](https://github.com/lSchmunck) - A little behind on college work but I'm figuring it out. From bdd2862b9e8cd3dec430fb13e08b46e9d8adf3b0 Mon Sep 17 00:00:00 2001 From: ictinus0222 Date: Sun, 21 Sep 2025 18:20:42 +0530 Subject: [PATCH 2167/2656] Add Akhil to Contributors List --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 6caa33fe..81379d17 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors -[lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution - [Diya](https://github.com/123diya-coder) +- [Akhil](https://www.github.com/ictinus0222) started contributing to open source! +- [lalith](https://github.com/LalithSiramdasu) this is my first open source contribution +- [Diya](https://github.com/123diya-coder) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [DeAnna_Nichols] - [Toton] From 3e3a813ef8b1a2ddd733a56e667cac1f437115d2 Mon Sep 17 00:00:00 2001 From: Aman Kumar Date: Sun, 21 Sep 2025 18:24:30 +0530 Subject: [PATCH 2168/2656] First opensourse world (#103941) * Aman Kumar * Add Aman Kumar to Contributors list --------- Co-authored-by: Aman Kumar --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6caa33fe..9468fdea 100644 --- a/Contributors.md +++ b/Contributors.md @@ -441,6 +441,7 @@ sdumini - shreyash patil [https://github.com/Sudeshpatil07] - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) +- [Aman Kumar](https://github.com/YukiCodepth) - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) - [Noor Jellani](https://github.com/nurulain0) From b4db35cf9c6478d005fc512ca1804d6b42cc1a59 Mon Sep 17 00:00:00 2001 From: Peiyasamy R <139734359+PERI14@users.noreply.github.com> Date: Sun, 21 Sep 2025 18:36:33 +0530 Subject: [PATCH 2169/2656] Add Periyasamy to Contributors list (#103942) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9468fdea..dce112e6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3035,3 +3035,4 @@ DanyLeeCS - [Tharindu Silva](https://github.com/TharinduSilva2019774) - It's time to give something back :) - [yuktha](https://github.com/yuktha0505) - My first contrubition - [Logan Schmunck](https://github.com/lSchmunck) - A little behind on college work but I'm figuring it out. +- [Periyasamy R](https://github.com/PERI14/) - My first Contributuon game on \ No newline at end of file From b191ead9bb92b0c492eec6e526da7872923eeb44 Mon Sep 17 00:00:00 2001 From: TheWizardKingg Date: Sun, 21 Sep 2025 19:09:51 +0530 Subject: [PATCH 2170/2656] Add Mohit Sharma to contributors list (#103943) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dce112e6..3ef2fcfe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Bob Qin](https://github.com/Bob200409) +- [Mohit Sharma](https://github.com/TheWizardKingg) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) - [Mihir M](https://github.com/mihirm3hub) From 37756b0fbbbc26c89c1b4e8d4d38d7348d636f5d Mon Sep 17 00:00:00 2001 From: Sandip Maurya <68708436+sandipmaurya2611@users.noreply.github.com> Date: Sun, 21 Sep 2025 19:20:40 +0530 Subject: [PATCH 2171/2656] Sandip Maurya to Contributors list (#103944) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3ef2fcfe..415fb8b8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -144,6 +144,7 @@ - DKshetry - Luan - Signal Bean +- [Sandip Maurya] (https://github.com/sandipmaurya2611) - [Mark](https://github.com/Mark-fr-dev) - [Vedanth](https://github.com/Vedanth81106) - [Agus](https://github.com/agusfdzm) From 8dc4c46d3123dd5a66748b6c4edbe40724176724 Mon Sep 17 00:00:00 2001 From: Gkbdc01 <142567524+Gkbdc01@users.noreply.github.com> Date: Sun, 21 Sep 2025 19:39:31 +0530 Subject: [PATCH 2172/2656] i have made changes to the contributors.md (#103946) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 415fb8b8..7388d654 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3037,4 +3037,5 @@ DanyLeeCS - [Tharindu Silva](https://github.com/TharinduSilva2019774) - It's time to give something back :) - [yuktha](https://github.com/yuktha0505) - My first contrubition - [Logan Schmunck](https://github.com/lSchmunck) - A little behind on college work but I'm figuring it out. -- [Periyasamy R](https://github.com/PERI14/) - My first Contributuon game on \ No newline at end of file +- [Periyasamy R](https://github.com/PERI14/) - My first Contributuon game on +-[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo \ No newline at end of file From c3559b7b200ea97c677c82854b061e37dd98e04d Mon Sep 17 00:00:00 2001 From: Aditya Kumar <146847363+aditya-23140@users.noreply.github.com> Date: Sun, 21 Sep 2025 20:07:02 +0530 Subject: [PATCH 2173/2656] Add your-name to Contributors list (#103947) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7388d654..f3670ef5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2713,6 +2713,7 @@ jack - first contribution practice - [Josh](https://github.com/joshrtust) -[CHHAVI GAUTAM](https://github.com/Chhavi001) -[Rodrigo Lima][https://github.com/Kosm9] +- [Aditya Kumar](https://github.com/aditya-23140) -[Jefferson Ruiz][https://github.com/jeffersonruiz] sh0uka -[Sharvari More][https://gtihub.com/Sharvari-21] From 29bfcb0e5b1bd1167e53eb9577b0dbf676f534cb Mon Sep 17 00:00:00 2001 From: Shashank Kempasagara Date: Sun, 21 Sep 2025 20:42:52 +0530 Subject: [PATCH 2174/2656] Add Shashank Kempasagara to Contributors list (#103948) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f3670ef5..a946a67e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Basit Channa](https://github.com/basitbc) +- [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [Jon Goodwin](https://github.com/Jon-Goodwin) From 19e6bfbb0e6dbdf442a693b3bd971945e7d379d4 Mon Sep 17 00:00:00 2001 From: Anna Woodlief <800098649@fvtc.edu> Date: Sun, 21 Sep 2025 12:11:02 -0500 Subject: [PATCH 2175/2656] Added myself to Contributors Markdown (#103949) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index a946a67e..89c39b8d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3040,4 +3040,5 @@ DanyLeeCS - [yuktha](https://github.com/yuktha0505) - My first contrubition - [Logan Schmunck](https://github.com/lSchmunck) - A little behind on college work but I'm figuring it out. - [Periyasamy R](https://github.com/PERI14/) - My first Contributuon game on --[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo \ No newline at end of file +-[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo +[Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! \ No newline at end of file From 9d9479690bba6bb1e3e6e965640e9f19a0a07171 Mon Sep 17 00:00:00 2001 From: SpicyKiwi <144238608+Sp1cyK1w1@users.noreply.github.com> Date: Sun, 21 Sep 2025 18:46:38 +0100 Subject: [PATCH 2176/2656] add Sp1cyK1w1 to Contributors markdown (#103950) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 89c39b8d..858021eb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3041,4 +3041,5 @@ DanyLeeCS - [Logan Schmunck](https://github.com/lSchmunck) - A little behind on college work but I'm figuring it out. - [Periyasamy R](https://github.com/PERI14/) - My first Contributuon game on -[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo -[Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! \ No newline at end of file +[Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! +- [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! From caec5292d166f8088c9bed20dcf2b84c773f8299 Mon Sep 17 00:00:00 2001 From: Vikas Saini <133516180+vikas-saini-7@users.noreply.github.com> Date: Sun, 21 Sep 2025 23:55:04 +0530 Subject: [PATCH 2177/2656] Add Vikas Saini to contributors (#103952) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 858021eb..f98bf245 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +[Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. From f2e1217035d4fd05880ec366fdfb92d4b7e3ed40 Mon Sep 17 00:00:00 2001 From: RANJITH D Date: Mon, 22 Sep 2025 00:11:30 +0530 Subject: [PATCH 2178/2656] Update Contributors.md (#103953) Added my name to it --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f98bf245..6936b742 100644 --- a/Contributors.md +++ b/Contributors.md @@ -85,6 +85,7 @@ - [Shalini Gupta](https://github.com/shalinigupta2501) -[Godugu Veena](https://github.com/GoduguVeena) -[Shahid Afrid](https://github.com/shahid-afrid) +ranjith_dhanasekaran - [Dennis van Oort] (https://github.com/dvanoort) - Vo Huy - Shreyaa From a92f55964c40356f407239a83f9b5c4c64d9e9a5 Mon Sep 17 00:00:00 2001 From: DexoPedia <122404991+bina5461@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:23:50 +0530 Subject: [PATCH 2179/2656] Update Contributors.md (#103955) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6936b742..36387742 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. +- [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] - [Toton] - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From 4de7d84f46befb6597ffdb2a04ec6cb78d16357b Mon Sep 17 00:00:00 2001 From: waleed ahmed <20061467+Ahmed546@users.noreply.github.com> Date: Sun, 21 Sep 2025 23:56:27 +0500 Subject: [PATCH 2180/2656] Waleed Ahmed AI-Engineer (#103956) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 36387742..bcf77301 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3046,3 +3046,4 @@ DanyLeeCS -[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo [Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! +[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! \ No newline at end of file From d1854d567273765c34c7f04452eebe8e3c4ff69a Mon Sep 17 00:00:00 2001 From: Sebastian Serban <100536490+Sebastianserban@users.noreply.github.com> Date: Sun, 21 Sep 2025 21:15:27 +0200 Subject: [PATCH 2181/2656] Add Sebastian-Serban to Contributors list (#103957) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bcf77301..a4ef4ffc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -77,6 +77,7 @@ - [NANAN](#####) - [Digvijay Chauhan](https://github.com/chauhandigvijay1) - [Josh Mossman] +- [Sebastian Serban](https://github.com/Sebastianserban) - [John JAcob] - [Debanjan Floydee] - [Nurudeen Abdulsalaam](https://github.com/ndabdulsalaam) @@ -3046,4 +3047,4 @@ DanyLeeCS -[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo [Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! -[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! \ No newline at end of file +[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! From ae822686c52d6232f45527f619089f5882395f10 Mon Sep 17 00:00:00 2001 From: Monu Kumar Date: Mon, 22 Sep 2025 01:38:58 +0530 Subject: [PATCH 2182/2656] Add My name to Contributors List --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index a4ef4ffc..9c1ae672 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,6 @@ # Contributors +- [Monu Kumar](https://github.com/monukumaar) + [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) From 985ac8699b6ccad26649aa7b60ef193d8fa3b5b8 Mon Sep 17 00:00:00 2001 From: ".Ilo" <39337963+ilomarsk@users.noreply.github.com> Date: Sun, 21 Sep 2025 22:55:57 +0200 Subject: [PATCH 2183/2656] Add ilomarsk to Contributors list (#103960) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a4ef4ffc..90face04 100644 --- a/Contributors.md +++ b/Contributors.md @@ -40,6 +40,7 @@ - [LayorX](https://github.com/LayorX) - [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! +- [ilomarsk](https://github.com/ilomarsk/) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Bhavana] From c3c63c2e4909345c9b4be09040937d5c09233dd2 Mon Sep 17 00:00:00 2001 From: Hiya Trehan Date: Mon, 22 Sep 2025 02:54:35 +0530 Subject: [PATCH 2184/2656] Add Hiya Trehan to Contributors List (#103961) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 90face04..336e0915 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3049,3 +3049,4 @@ DanyLeeCS [Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! [Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! +- [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. From 91dce18ca9b535e12c72b21250a6ff3fcb7e12c8 Mon Sep 17 00:00:00 2001 From: Dasango Date: Sun, 21 Sep 2025 16:42:00 -0500 Subject: [PATCH 2185/2656] Add David to Contributors list (#103962) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 336e0915..cec7556f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3028,6 +3028,7 @@ DanyLeeCS [Cherry] - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. +- [david](https://github.com/dasango) I hate coding - [Yohann Moraes](https://github.com/YMoraes092004) Hoping this is the first of many contributions! [Bryan](https://github.com/BryAllison)Spread love not hate! Hello from the USA! [Yidnekachew Sitotaw](https://github.com/Yidnekachew-SK) From c363e47cd154c0b0abf0e66d945a5ff946607e62 Mon Sep 17 00:00:00 2001 From: Emilio Date: Sun, 21 Sep 2025 18:31:29 -0500 Subject: [PATCH 2186/2656] Add Emilio Peguero to Contributors list (#103964) Co-authored-by: Emilio --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cec7556f..929d3b3e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -753,6 +753,7 @@ LIUYY到此一游 - Subikshaa_Sakthivel_IMT2023020 (https://github.com/Subikshaa22) - [Guganraj Rengaraju](https://github.com/george1518) - Robin Hall +- Emilio Peguero (https://github.com/epeguero8311) - doraemon-nobi - Lanky_ - Matt From 074dd417a35fbc36f09c605727fdda2a11d8edd2 Mon Sep 17 00:00:00 2001 From: AnasheGas Date: Sun, 21 Sep 2025 19:10:10 -0500 Subject: [PATCH 2187/2656] Add Anashe to Contributors List (#103965) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 929d3b3e..9ffb9588 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) +- [Anashe Gaseller] - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From cabb5502b5cbc0068ef508d58ba6102704a94b07 Mon Sep 17 00:00:00 2001 From: pg4040 <143675619+pg4040@users.noreply.github.com> Date: Sun, 21 Sep 2025 20:18:36 -0400 Subject: [PATCH 2188/2656] Add pg4040 to Contributors list (#103966) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ffb9588..c894b2ae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -170,6 +170,7 @@ ranjith_dhanasekaran - [Jack Crampton] (https://github.com/Gamesscow) - [Dhruv sawant] - [SungHo.You] +- [pg4040](https://github.com/pg4040) - [Caíque Oliveira](https://github.com/os-caique) - [Gabriel Eyo] (https://github.com/eyogabriel529-sen) - [Sundram Rai](https://github.com/Sundramrai3691) From c90bee18b3c9b9c76b23b0d5d86ea5a4035d9a97 Mon Sep 17 00:00:00 2001 From: Whitewolfo64 Date: Sun, 21 Sep 2025 20:26:49 -0500 Subject: [PATCH 2189/2656] Added my name to the ever-growing roster. Had to fix 2 times. (#103967) * Added myself to the evergrowing roster. * Fixed my name added to another's line. * Fixed a second time, my name on same line as other. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c894b2ae..c9f2e09c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3054,3 +3054,4 @@ DanyLeeCS - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! [Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. +- [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. \ No newline at end of file From e1d14b98816df2eeecc4a9749827bd53b34c4555 Mon Sep 17 00:00:00 2001 From: Alexis Huerta Date: Sun, 21 Sep 2025 21:44:34 -0500 Subject: [PATCH 2190/2656] first contribution (#103969) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c9f2e09c..25f34b82 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3054,4 +3054,5 @@ DanyLeeCS - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! [Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. -- [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. \ No newline at end of file +- [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. +-[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... \ No newline at end of file From b73c80669da3847e649f813390fb6590cd79e0ea Mon Sep 17 00:00:00 2001 From: whryjt <148889890+whryjt@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:53:25 +0800 Subject: [PATCH 2191/2656] Add Aaron to Contributors list (#103970) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 25f34b82..858caa43 100644 --- a/Contributors.md +++ b/Contributors.md @@ -72,6 +72,7 @@ - [Siddharth Chaudhary][https://github.com/SidChaudhary7] - [rryyqn](https://github.com/rryyqn) - [Jessica Thomas](https://github.com/jmt713) +- [Aaron] - [b1tranger](https://github.com/b1tranger) - [Harsha Vardhan N][https://github.com/N-Harsha-Vardhan-Dev/] - Hey What's up bingos ! - [karan](https://github.com/karanhb-pixel) From fd0abf1a7e16cb4bc1286dd562896a10a1e71aa4 Mon Sep 17 00:00:00 2001 From: AnishKG19 Date: Mon, 22 Sep 2025 09:31:47 +0530 Subject: [PATCH 2192/2656] add anish to the contributor list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 858caa43..5dfba4a4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,8 @@ - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] + +- [Anish Gupta](https://github.com/AnishKG19) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From 92878ce2ce00603494385522d2ff35919cfacfdf Mon Sep 17 00:00:00 2001 From: Devashish Roy <81722424+roydevashish@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:45:21 +0530 Subject: [PATCH 2193/2656] Add roydevashish to Contributors list (#103973) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 858caa43..c685725f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1548,6 +1548,7 @@ Eoin O'B - [Abid Shaikh](https://github.com/Abid-sh84) - [fikrirazor](https://github.com/fikrirazor) - [callme-kvj](https://github.com/kvj-harsha) +- [Devashish Roy](https://github.com/roydevashish) - [Sylvain L](https://github.com/sylvain-lec) - [João Inacio](https://github.com/J-Inacio) - [Yunus Adiyaman](https://github.com/yervaa) From 1032e455e20883ee56b5c3c450feb976fb52b4b1 Mon Sep 17 00:00:00 2001 From: Saurabh Kokate Date: Mon, 22 Sep 2025 10:10:55 +0530 Subject: [PATCH 2194/2656] Update Contributors.md (#103974) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c685725f..107f06f7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) @@ -3057,4 +3058,4 @@ DanyLeeCS [Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. --[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... \ No newline at end of file +-[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... From ad85aab37f4c8928c134f4db4566434f71904170 Mon Sep 17 00:00:00 2001 From: AjaySmarc <164642098+AjaySmarc@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:18:25 +0530 Subject: [PATCH 2195/2656] Add Ajay Mudettula to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c685725f..c8ae8aa5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3057,4 +3057,5 @@ DanyLeeCS [Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. --[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... \ No newline at end of file +-[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... +- [Ajay Mudettula](https://github.com/AjaySmarc) - Lets Connect 😇 ! \ No newline at end of file From f59b48b1f861355d591a5a28aec8e22ddaf117ea Mon Sep 17 00:00:00 2001 From: AjaySmarc <164642098+AjaySmarc@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:39:10 +0530 Subject: [PATCH 2196/2656] added ajaymudettula to Contributors.md --- Contributors.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Contributors.md b/Contributors.md index 6b6229b6..c8ae8aa5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,4 @@ # Contributors -- Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) @@ -3059,5 +3058,4 @@ DanyLeeCS - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... -- [Ajay Mudettula](https://github.com/AjaySmarc) - Lets Connect 😇 ! - +- [Ajay Mudettula](https://github.com/AjaySmarc) - Lets Connect 😇 ! \ No newline at end of file From 578db15ed0dd3801e7768a52ef653fef912e2a2c Mon Sep 17 00:00:00 2001 From: dhanush kotrike <59303143+dhanushkotrike@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:42:47 +0530 Subject: [PATCH 2197/2656] Add Dhanush Kotrike to Contributors list (#103977) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 107f06f7..5e6fda63 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [Lane Henslee](https://github.com/huncholane) - Go Vols - [Watson](https://github.com/tanso0126) - [Eric G Butler Jr](https://github.com/ericbutler1209) +- [Dhanush Kotrike] (https://github.com/dhanushkotrike) - Starting my open source journey - [Krrishray](https://github.com/krrishray) - [Jacob](https://github.com/mj4863) - Jesus Christ! - [Abhishek Rawat][https://github.com/Abhishek2rawat] From 77cd37669fa0a7e99dacc11c5e073e80d2ab7511 Mon Sep 17 00:00:00 2001 From: Samruddhi Khade <121228447+khadesamrudhi@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:12:30 +0530 Subject: [PATCH 2198/2656] Add samruddhi khade to Contributors list (#103978) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5e6fda63..36fc8055 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ - [Algacyr Melo](https://github.com/algacyr-melo) - [smdekate-cs](https://github.com/smdekate-cs) - [HighPoly](https://github.com/HighPolygon) +- [Samruddhi Khade](https://github.com/khadesamrudhi) - [Himanshi Rao Yenugupalli](https://github.com/himanshiyenugupalli) - [Kamal Agrahari](https://github.com/ikamalagrahari/) - [Mahanthesh S](https://github.com/Mahi2708) From 910b5c4d718cd9d678887ef0419de6a537886d87 Mon Sep 17 00:00:00 2001 From: Xuancheng Liu Date: Mon, 22 Sep 2025 14:51:40 +0800 Subject: [PATCH 2199/2656] gE added to contributors list (#103979) Co-authored-by: gE0650 <2500013036@stu.pku.edu.cn> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 36fc8055..42ba792f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -354,6 +354,7 @@ sdumini - [Carlota Castelltort Pinto](https://github.com/CCastelltort) - [Tony J.](https://github.com/t0nebone) - [Resham] +- [gE](https://ge0650.github.io/) - [Yarno Grenier](https://github.com/yarno97x) - [Alaqmar Electricwala](https://github.com/AlaqmarElectricwala) - [Sanjeev](Grabbing oppurtunities flawlessly) From 6eff26e25a06f056232c9ca4c9fea1d5e95a9260 Mon Sep 17 00:00:00 2001 From: siminpool Date: Mon, 22 Sep 2025 12:27:04 +0530 Subject: [PATCH 2200/2656] docs: add siminpool to Contributors list (#103980) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 42ba792f..c727664a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3062,3 +3062,4 @@ DanyLeeCS - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... +- [siminpool](https://github.com/siminpool) \ No newline at end of file From 23b54fdd5e9c44dcdf157aba3516e8ea4e34d096 Mon Sep 17 00:00:00 2001 From: Sharvesh3 <140963405+Sharvesh3@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:48:55 +0530 Subject: [PATCH 2201/2656] Add Sharvesh S to the Contributors list (#103981) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c727664a..062b39e7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -61,6 +61,7 @@ - [Priyanshujindal](https://github.com/Priyanshujindal) - sai - hello +- [Sharvesh S][https://github.com/Sharvesh3]- This is my First FOSS Contribution [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! - [thePrnvBot](https://github.com/thePrnvBot) - Sup Doods! From 761c692dbca2394345f081f293572eede5fae16d Mon Sep 17 00:00:00 2001 From: Nitesh Kumar <148860110+kumarbaberwal@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:48:39 +0530 Subject: [PATCH 2202/2656] Nitesh Kumar name added to list (#103982) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 062b39e7..61753153 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) +- [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] From 61f2cf5c6dc68930e0f105979329dcb1aed048e4 Mon Sep 17 00:00:00 2001 From: Nitesh Kumar <148860110+kumarbaberwal@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:53:08 +0530 Subject: [PATCH 2203/2656] Nitesh Kumar name added to list (#103983) From 9ae6d6d4148c80c1a21ab89da85f85dd489103b1 Mon Sep 17 00:00:00 2001 From: Thien0912 Date: Mon, 22 Sep 2025 15:30:58 +0700 Subject: [PATCH 2204/2656] Fix broken translation links by adding docs/ prefix --- .github/CONTRIBUTING.md | 146 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 102644f9..6fed4630 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,76 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](../docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](../docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](../docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](../docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](../docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](../docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](../docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](../docs/translations/README.by.md) | []() | +| Català | [Catalan](../docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](../docs/translations/README.cs.md) | []() | +| Danish | [Danish](../docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](../docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](../docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](../docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](../docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](../docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](../docs/translations/README.fi.md) | []() | +| Français | [French](../docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](../docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](../docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](../docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](../docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](../docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](../docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](../docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](../docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](../docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](../docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](../docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](../docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](../docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](../docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](../docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](../docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](../docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](../docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](../docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](../docs/translations/README.lv.md) | []() | +| | [me](../docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](../docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](../docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](../docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](../docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](../docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](../docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](../docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](../docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](../docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](../docs/translations/README.pa.md) | []() | +| Polski | [Polish](../docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](../docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](../docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](../docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](../docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](../docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](../docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](../docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](../docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](../docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](../docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](../docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](../docs/translations/README.te.md) | []() | +| ไทย | [Thai](../docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](../docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](../docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](../docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](../docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](../docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](../docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](../docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](../docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](../docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](../docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From 24c0da2de87414be61405bf7c6445137237d7c34 Mon Sep 17 00:00:00 2001 From: Jayceon-3 Date: Mon, 22 Sep 2025 19:17:22 +0800 Subject: [PATCH 2205/2656] Add Jayceon to Contributors list (#103988) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 61753153..ce1c59f9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -125,7 +125,8 @@ ranjith_dhanasekaran - [KANISH](hello) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) -- [M Govindarajan](https://github.com/Govindarajannn) +- [M Govindarajan](https://github.com/Govindarajannn) +- [Jayceon Zhang](https://github.com/Jayceon-3) - [Gbede Daniel] (https://github.com/dani12e) - [Supilath](https://github.com/Supilath) - [Divyansh Shrivastav](https://github.com/DIVYANSH-SHRIVASTAV) From bebbd51f60a83bda86a2bf11fbd3dfe723eaf0c2 Mon Sep 17 00:00:00 2001 From: Kurisu <112191282+CodeToCody@users.noreply.github.com> Date: Mon, 22 Sep 2025 19:25:15 +0800 Subject: [PATCH 2206/2656] Add Cody to Contributors list (#103989) Co-authored-by: Yu-Cheng Wang --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ce1c59f9..14ff4992 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ - [ilomarsk](https://github.com/ilomarsk/) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) +- [Cody] - (https://github.com/CodeToCody) - [Bhavana] - [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) From 0e56b80e29a5e5ff9e5d6545bcef37ed4165ebed Mon Sep 17 00:00:00 2001 From: Nur Huda Bikhoir <35209506+hudabikhoir@users.noreply.github.com> Date: Mon, 22 Sep 2025 19:44:28 +0800 Subject: [PATCH 2207/2656] add contributor (#103990) Co-authored-by: hudabikhoir --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 14ff4992..fe4c402b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3066,4 +3066,5 @@ DanyLeeCS - [Hiya Trehan](https://github.com/Heya28) - Thanks for the tutorial. Also catching up on college assignments. - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... -- [siminpool](https://github.com/siminpool) \ No newline at end of file +- [siminpool](https://github.com/siminpool) +- [Huda Bikhoir](https://github.com/hudabikhoir) \ No newline at end of file From 4a25fce18df06095232c1de8dd61610c2617b0b4 Mon Sep 17 00:00:00 2001 From: Ramesh Date: Mon, 22 Sep 2025 17:25:13 +0530 Subject: [PATCH 2208/2656] My first Contribution --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index eb3eb9ba..92aaf474 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2903,3 +2903,4 @@ DanyLeeCS [ARendall](https://github.com/18arendall) Hi everyone! [kmj8843](https://github.com/kmj8843) - [Abdurrab Khan](https://github.com/AbdurrabKhan198) hello! +[Ramesh Nair](https://github.com/ramesh-nair-dev) Hello ! From c18d960b22753d19858c7edcb55410d09f6842bd Mon Sep 17 00:00:00 2001 From: Hanju Kim Date: Mon, 22 Sep 2025 14:08:51 +0200 Subject: [PATCH 2209/2656] Add HanzoK to COntributors list (#103992) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe4c402b..52a91246 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2162,6 +2162,7 @@ Cloudman - [TejoSaiSwaroop](https://github.com/tejosaiswaroop) - [Mayank Pratap Singh](https://github.com/04-mayank) - [AlicepetereoNa](https://github.com/AlicepetereoNa) +- [HanzoK](https://github.com/HanzoK) Hope you have a good day! - [gurlalbhullarz](https://github.com/gurlalbhullarz) - [Siribhargavi](https://github.com/SIRIBHARGAVI1234) - [Squirrelcoding](https://github.com/Squirrelcoding) From 690203b5616dad8aef54cac9600f5e4e64eb8a5a Mon Sep 17 00:00:00 2001 From: cheonkyu Date: Mon, 22 Sep 2025 21:12:27 +0900 Subject: [PATCH 2210/2656] Add cheonkyu to Contributors list (#103993) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 52a91246..85383c9f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3068,4 +3068,5 @@ DanyLeeCS - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... - [siminpool](https://github.com/siminpool) -- [Huda Bikhoir](https://github.com/hudabikhoir) \ No newline at end of file +- [Huda Bikhoir](https://github.com/hudabikhoir) +- [Cheonkyu](https://github.com/cheonkyu) \ No newline at end of file From 6921124de525f13ab9fcfcd2312779a476125265 Mon Sep 17 00:00:00 2001 From: Ashen Umeda Date: Mon, 22 Sep 2025 17:49:26 +0530 Subject: [PATCH 2211/2656] Add Ashen Umeda to Contributors list (#103994) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 85383c9f..0506b68b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -37,6 +37,7 @@ - [Ali Nasser](https://github.com/AliNasser05) - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) +- [Ashen Umeda](https://github.com/ashenumeda) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) From 137ef7823041881d3da42bec697209369688ffd9 Mon Sep 17 00:00:00 2001 From: Siyad Savad <73017803+s1999-alt@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:56:07 +0530 Subject: [PATCH 2212/2656] Add Cypher to the Contributer List (#103996) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0506b68b..3a46b9dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From 936c5f877cca5f8ae8e5220260ce3f8d69dc5c77 Mon Sep 17 00:00:00 2001 From: Rapteon <42870679+Rapteon@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:57:32 +0530 Subject: [PATCH 2213/2656] Added Rapteon to the contributors list. (#103995) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3a46b9dd..c0df275b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3071,4 +3071,5 @@ DanyLeeCS -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... - [siminpool](https://github.com/siminpool) - [Huda Bikhoir](https://github.com/hudabikhoir) -- [Cheonkyu](https://github.com/cheonkyu) \ No newline at end of file +- [Cheonkyu](https://github.com/cheonkyu) +- [Rapteon](https://github.com/Rapteon) From d2ed03ca8683add2bba90a0e41267516e373eb3d Mon Sep 17 00:00:00 2001 From: Mboira Date: Mon, 22 Sep 2025 15:31:12 +0300 Subject: [PATCH 2214/2656] add mboira to contributors --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index fe4c402b..c66b6ac0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3067,4 +3067,5 @@ DanyLeeCS - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... - [siminpool](https://github.com/siminpool) -- [Huda Bikhoir](https://github.com/hudabikhoir) \ No newline at end of file +- [Huda Bikhoir](https://github.com/hudabikhoir) +- [Mboira](https://github.com/MBOIRA) \ No newline at end of file From 817219db3077b5d34124015f1b9182314b5663d4 Mon Sep 17 00:00:00 2001 From: PyZenMatt <101363711+PyZenMatt@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:29:03 +0200 Subject: [PATCH 2215/2656] Add PyZenMatt to Contributors list (#103998) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c0df275b..21e73f45 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1535,6 +1535,7 @@ Eoin O'B - [joelinux60](https://github.com/joelinux60) - [Zemenu Mekuria](https://github.com/Teklez) - [Kimjunseoo](https://github.com/kimjunseoo) +- [Matteo Ricci](https://github.com/PyZenMatt) - [utkarsh007007](https://github.com/utkarsh007007) - [soybean501](https://github.com/soybean501) - [smandadhi9](https://github.com/smandadhi9) From 073e79ee0a11448082e37a172b94cdf62cd0c7a2 Mon Sep 17 00:00:00 2001 From: Jordan Pinto Date: Mon, 22 Sep 2025 13:47:16 +0000 Subject: [PATCH 2216/2656] Add Jordan Pinto to Contributors list (#103999) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 21e73f45..4b98c6e2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] +- [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From 669d4cf7a3066040604028d6c2c8d9d02b4bf11a Mon Sep 17 00:00:00 2001 From: thevoid12 <65019748+thevoid12@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:03:32 +0530 Subject: [PATCH 2217/2656] Add void to Contributors list (#104000) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4b98c6e2..7b14724d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2832,6 +2832,7 @@ sh0uka - [North](https://github.com/North-M) - [iason-019](https://github.com/iason-019) - [Jason Joannou](https://github.com/Jason-Joannou) +- [void]((https://github.com/thevoid12)) - [treeleaves30760](https://github.com/treeleaves30760) - [Carsoneee](https://github.com/Carsoneee) - [romeopopescu](https://github.com/romeopopescu) From bd6c313df75b28ef491882fd60c1231f1561f560 Mon Sep 17 00:00:00 2001 From: marherr-19 Date: Mon, 22 Sep 2025 12:23:09 -0400 Subject: [PATCH 2218/2656] Add maria-herrmann to Contributors list (#104001) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7b14724d..335817d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Bob Qin](https://github.com/Bob200409) +- [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) - [Mir-Asim-Ali](https://mirasim.netlify.app/) - [GENJI J](https://github.com/anya-minamoto) From 5dcc66d54496617533a3b29a54dcc349b3d27f0b Mon Sep 17 00:00:00 2001 From: 051821 Date: Mon, 22 Sep 2025 22:33:13 +0530 Subject: [PATCH 2219/2656] This is my first open-source --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 335817d8..9b2a215e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) From 01e5c1e888aefb3b72a709ccb2c9b01b081beb45 Mon Sep 17 00:00:00 2001 From: anushka sagar <112419846+051821@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:34:01 +0530 Subject: [PATCH 2220/2656] This is my first open-source (#104003) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 335817d8..9b2a215e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) From 4d14e296ad46fe43f4d614677a1eb0aff58bcf06 Mon Sep 17 00:00:00 2001 From: Adithyrao1 <121217911+Adithyrao1@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:40:55 +0530 Subject: [PATCH 2221/2656] Adithya Nanuvala in contributions.md (#104004) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9b2a215e..5a82efec 100644 --- a/Contributors.md +++ b/Contributors.md @@ -370,6 +370,7 @@ sdumini - [Joseph Halloran] (https://github.com/josephfhalloran) - [fatimah](https://github.com/grindstack) - [Jithin](https://github.com/jithin-dotcom) +- Adithya Nanuvala - [Devansh Singh](https://github.com/Devansh-04) - [Mandrukamal](https://github.com/Mandrukamal) - [Gokul](https://github.com/Gokul-S-dev) From b07182f6f4516fe195cf02051baa9654361bb36e Mon Sep 17 00:00:00 2001 From: Victor Brayner Date: Mon, 22 Sep 2025 14:35:35 -0300 Subject: [PATCH 2222/2656] Add Victor Brayner to Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a82efec..f0c18b55 100644 --- a/Contributors.md +++ b/Contributors.md @@ -189,6 +189,7 @@ ranjith_dhanasekaran - [Sundram Rai](https://github.com/Sundramrai3691) - [Miles Morales] - [DevElevate19](https://github.com/DevElevate19) +- [Victor Brayner](https://github.com/victorbrayner) - [lucas](https://github.com/Luc-as) - [Xephyronix](https://github.com/Xephyronix) - [Anurag]<-- From 239d5405d3f60ace0ab6c9a13270cb2c08454500 Mon Sep 17 00:00:00 2001 From: lorenaAlbuquerque <62388529+Lorena2802@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:35:37 -0300 Subject: [PATCH 2223/2656] Add Lorena Albuquerque to Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a82efec..7bf01df9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -426,6 +426,7 @@ sdumini -[ledi1026](https://github.com/ledi1026) -[Michael Rockefeller](https://github.com/rockefelm) -[Syaiful Yudha Platoteles](https://github.com/Platotel3s) +-[Lorena Albuquerque](https://github.com/Lorena2802) -[Karol Budzko](https://github.com/krlkarol) -[hizs12-tpysh](https://github.com/HizS12) -[Ayush23-art](https://github.com/Ayush23-art) From 922196f592e84de7f3a502b5ea4862c84aebf397 Mon Sep 17 00:00:00 2001 From: PEDRO MEDEIROS PRIETTO Date: Mon, 22 Sep 2025 14:36:17 -0300 Subject: [PATCH 2224/2656] Add Pedro Prietto to Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a82efec..dc0e2052 100644 --- a/Contributors.md +++ b/Contributors.md @@ -597,6 +597,7 @@ LIUYY到此一游 - [Choudary Hussain Ali](https://github.com/choudaryhussainali) - [atlas-ian](https://github.com/atlas-ian) - [Sruthi BJ](https://github.com/Bjsruthi) +- [Pedro Prietto](https://github.com/Pedro-Prietto) - [Areen Patil](https://github.com/areen-patil) - [Sunday](https://github.com/Hao-tian) - [Inigo](https://github.com/inigostibbe) From 8692ac8198995d4135869265c4de3b8742aeccbb Mon Sep 17 00:00:00 2001 From: mayondavid <148114601+mayondavid@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:47:18 -0300 Subject: [PATCH 2225/2656] =?UTF-8?q?Add=20Marlon=20D=C3=AAivide=20to=20Co?= =?UTF-8?q?ntributors.md=20(#104006)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5a82efec..f3afd76a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1181,6 +1181,7 @@ Ben -[udhav vinaik](https://github.com/udhavvinaik) - [Raushan](https://github.com/oisitme) - [Tan Loc](https://github.com/htloc98) +- [Marlon Dêivide](https://github.com/mayondavid) - [AvatarG](https://github.com/AvatarG) - [Morley lane](https://github.com/0ni4) - [OWilliams](https://github.com/O-Bots) From a25841e731a84ada960b38fe1a6ad971adc4bcf6 Mon Sep 17 00:00:00 2001 From: joaogabrielsouza-coder Date: Mon, 22 Sep 2025 14:54:04 -0300 Subject: [PATCH 2226/2656] add joaogalindo to Contributors.md (#104010) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f3afd76a..c3690370 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1168,6 +1168,7 @@ Ben - [LunkadV](https://github.com/LunkadV) - [Elif Ş.](https://github.com/elifsz) - [eszanon](https://github.com/eszanon) +- [joao-galindo](https://github.com/joaogabrielsouza-coder) - [Rey Jao](https://github.com/jao-rey) - [Diego Gutierrez](https://github.com/DiegoGutierrezP) - [Eiheir](https://github.com/ebininin) From 73f0ea85894c2ed0ae2342d701d646c8842d295d Mon Sep 17 00:00:00 2001 From: Mahak Singh Date: Mon, 22 Sep 2025 23:34:38 +0530 Subject: [PATCH 2227/2656] 1st contribution (#104011) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c3690370..66563ab5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -126,6 +126,7 @@ ranjith_dhanasekaran - [laurent humeau](https://github.com/Laurent-Humeau) -[Sailaja](https://github.com/Sailu5) - [Sim Hyeonmin](https://github.com/simhyunmin) +-[Mahak Singh(https://github.com/Mahak-10)] - [Filippos Angelakos](https://github.com/filipp-os) - Love from Greece!!!! - [Sanjay Senthilkumar](https://github.com/Sanj84-co) - [KANISH](hello) From 912071e2f68c58a31cdeb9f58d554b93f1f903fb Mon Sep 17 00:00:00 2001 From: Nikhil Pachange Date: Tue, 23 Sep 2025 00:16:13 +0530 Subject: [PATCH 2228/2656] add: Nikhil Pachange to contributors list (#104012) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 66563ab5..fe57211f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3082,3 +3082,4 @@ DanyLeeCS - [Huda Bikhoir](https://github.com/hudabikhoir) - [Cheonkyu](https://github.com/cheonkyu) - [Rapteon](https://github.com/Rapteon) +- [nikhilpachange](https://github.com/cheonkyu) From 3e0a67b388b5da7c61b12d3c5953702d44245602 Mon Sep 17 00:00:00 2001 From: Murtaza Khalid <41028430+Murtazz@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:44:09 -0400 Subject: [PATCH 2229/2656] Add murtaza to Contributer list (#104013) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe57211f..92f9133b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3083,3 +3083,4 @@ DanyLeeCS - [Cheonkyu](https://github.com/cheonkyu) - [Rapteon](https://github.com/Rapteon) - [nikhilpachange](https://github.com/cheonkyu) +- [murtaza](https://github.com/murtazz) From b004e20ebf16d0ae52ae339991fbe8300c1e1c61 Mon Sep 17 00:00:00 2001 From: Abhinav Singla <142439429+InsaneAbhinav@users.noreply.github.com> Date: Tue, 23 Sep 2025 01:21:42 +0530 Subject: [PATCH 2230/2656] InsaneAbhinav First Contribution (#104014) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 92f9133b..f48be372 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution From ce5aa02eb9ce4f748c427fb4db1cda2980a34f1c Mon Sep 17 00:00:00 2001 From: Ali-Moros <54844550+Ali-Moros@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:32:15 +0000 Subject: [PATCH 2231/2656] Added Ali-moros to the contributions list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bcf77301..169029d9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3046,4 +3046,5 @@ DanyLeeCS -[Gaurav Kumar](https://github.com/gkbdc01/) - I just make a change to a clone repo [Anna Woodlief](https://github.com/AnnaWoodlief) - Hi! Hope everyone has a good day!! - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! -[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! \ No newline at end of file +[Waleed Ahmed](https://github.com/Ahmed546) - This is the start of new era remember the name!!! +[Ali Moros](https://github.com/Ali-Moros) - Yeaaaaah body, let's code baby \ No newline at end of file From 1f33ae222183479ff71ad9708ea99819bf9126bf Mon Sep 17 00:00:00 2001 From: tony31913 <67110891+tony31913@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:45:50 +0100 Subject: [PATCH 2232/2656] Add Tony Wong to Contributors list (#104016) Co-authored-by: Tony Wong --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f48be372..ef8d121b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3085,3 +3085,4 @@ DanyLeeCS - [Rapteon](https://github.com/Rapteon) - [nikhilpachange](https://github.com/cheonkyu) - [murtaza](https://github.com/murtazz) +- [Tony Wong](https://github.com/tony31913) From 6f456469e8253e655e328d2b8b3af03af6d33710 Mon Sep 17 00:00:00 2001 From: Kayode Babalola Date: Mon, 22 Sep 2025 21:52:11 +0100 Subject: [PATCH 2233/2656] Update Contributors.md (#104017) add my name to contibutors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ef8d121b..7b544f39 100644 --- a/Contributors.md +++ b/Contributors.md @@ -54,6 +54,7 @@ - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Cody] - (https://github.com/CodeToCody) +- [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) From eecfff4183962fda8af3909467321d699ae8ace3 Mon Sep 17 00:00:00 2001 From: denizburduroglu Date: Mon, 22 Sep 2025 15:36:05 -0600 Subject: [PATCH 2234/2656] Add Deniz Burduroglu to Contributors list (#104018) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7b544f39..d5f1f811 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3087,3 +3087,4 @@ DanyLeeCS - [nikhilpachange](https://github.com/cheonkyu) - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) +- [Deniz Burduroglu](https://github.com/denizburduroglu) From 0fd794d2dbab8e5231756cd10a7d5063697c6319 Mon Sep 17 00:00:00 2001 From: principalog Date: Mon, 22 Sep 2025 17:50:47 -0400 Subject: [PATCH 2235/2656] Add principalog to Contributors list (#104019) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d5f1f811..0b75f078 100644 --- a/Contributors.md +++ b/Contributors.md @@ -21,6 +21,7 @@ - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) +- [principalog](https://github.com/principalog) - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] From 1924aa170aff236380d8c132b90f8e967f76ce31 Mon Sep 17 00:00:00 2001 From: Amethyst_418 Date: Tue, 23 Sep 2025 04:15:04 +0530 Subject: [PATCH 2236/2656] Add Amethyst to Contributors list (#104021) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0b75f078..91535c83 100644 --- a/Contributors.md +++ b/Contributors.md @@ -52,6 +52,7 @@ - [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! - [ilomarsk](https://github.com/ilomarsk/) +- [amethyst](https://github.com/krishshaw418) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Cody] - (https://github.com/CodeToCody) From c8038eeef1be819a62f9aa0e8f2ae3adffd44f93 Mon Sep 17 00:00:00 2001 From: SachaEmmanuelTorres Date: Mon, 22 Sep 2025 18:53:24 -0400 Subject: [PATCH 2237/2656] Update Contributors.md Add Sacha Emmanuel Torres github repo --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 0b75f078..ee15c408 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3089,3 +3089,5 @@ DanyLeeCS - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) +- [Sacha Emmanuel Torres](https://github.com/SachaEmmanuelTorres) +- From b5e625276e0ebbe30aa6f175466ee04014d65b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Ordu=C3=B1a?= Date: Mon, 22 Sep 2025 21:54:05 -0300 Subject: [PATCH 2238/2656] =?UTF-8?q?Add=20Emanuel=20Ordu=C3=B1a=20to=20Co?= =?UTF-8?q?ntributors=20list=20(#104023)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91535c83..47e0f6c0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -48,6 +48,7 @@ - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) - [Rafael Severo](https://github.com/rafaeumesmo) +- [Emanuel Orduña](https://github.com/emaordu) - [LayorX](https://github.com/LayorX) - [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! From dc7600092249299ac85aeb6dbf42c5e199f8e35f Mon Sep 17 00:00:00 2001 From: Mahmoud Hamed Aboelmagd Date: Tue, 23 Sep 2025 04:03:33 +0300 Subject: [PATCH 2239/2656] Add Mahmoud-Hamed to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 91535c83..feab2437 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3090,3 +3090,4 @@ DanyLeeCS - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) +- [Mahmoud Hamed](https://github.com/mahmoudhamed) From 77b6c66f63516d8d44937dcbca00132eeb17b3c7 Mon Sep 17 00:00:00 2001 From: Mahmoud Aboelmagd Date: Tue, 23 Sep 2025 04:08:12 +0300 Subject: [PATCH 2240/2656] Add Mahmoud-Hamed to Contributors list (#104024) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 47e0f6c0..f5873e8a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3091,3 +3091,4 @@ DanyLeeCS - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) +- [Mahmoud Hamed](https://github.com/mahmoudhamed) From b3e92b2de4c369028d8a56dd5e359911486de3ef Mon Sep 17 00:00:00 2001 From: Mahmoud Hamed Aboelmagd Date: Tue, 23 Sep 2025 04:18:04 +0300 Subject: [PATCH 2241/2656] add Mahmoud-Aboelmagd to the contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index feab2437..db98d33c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3090,4 +3090,4 @@ DanyLeeCS - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) -- [Mahmoud Hamed](https://github.com/mahmoudhamed) +- [Mahmoud Hamed Aboelmagd](https://github.com/maboelmagd26) From 26d56a00469ac12c7bc425523ea870efa51d5eed Mon Sep 17 00:00:00 2001 From: THEJAS P RAO Date: Tue, 23 Sep 2025 06:51:03 +0530 Subject: [PATCH 2242/2656] Add Thejas P Rao to Contributors list (#104025) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f5873e8a..3cc7b282 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3092,3 +3092,4 @@ DanyLeeCS - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) - [Mahmoud Hamed](https://github.com/mahmoudhamed) +- [Thejas P Rao](https://github.com/thejasrao262003) \ No newline at end of file From d22e5bf705dab91a2a07229ba9ced284ddd74a18 Mon Sep 17 00:00:00 2001 From: Kevin Ndolo Date: Tue, 23 Sep 2025 06:39:54 +0300 Subject: [PATCH 2243/2656] Add kevin-ndolo to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b78b4b94..3f4ea17d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1705,6 +1705,7 @@ Matthew Burgos - [toya33](https://github.com/toya33) - [Cez](https://github.com/Cezzzzzz) - [Oluwasemilore Omotade-Michaels](https://github.com/shemigam1) +- [Kevin Ndolo](https://github.com/kevin-ndolo) - [Leonardo Schell](https://github.com/DevSchell) - [ycvy](https://github.com/ycvy) - [Fahim Muntasir](https://github.com/fahim-muntasir) From fe3974b13749fa974efcac1df17f290fcec05b06 Mon Sep 17 00:00:00 2001 From: vishnuvarthan <166686421+Vishnu-Varthan1@users.noreply.github.com> Date: Tue, 23 Sep 2025 09:46:43 +0530 Subject: [PATCH 2244/2656] Update Contributors.md (#104029) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3cc7b282..6ac3f4d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3092,4 +3092,5 @@ DanyLeeCS - [Tony Wong](https://github.com/tony31913) - [Deniz Burduroglu](https://github.com/denizburduroglu) - [Mahmoud Hamed](https://github.com/mahmoudhamed) -- [Thejas P Rao](https://github.com/thejasrao262003) \ No newline at end of file +- [Thejas P Rao](https://github.com/thejasrao262003) +- [vishnuVarthan](https://github.com/Vishnu-Varthan1) From 3611fec6c3d2ba74c5785c74ab32e8d508b0da72 Mon Sep 17 00:00:00 2001 From: Andrew Herbst <129715834+babalooski@users.noreply.github.com> Date: Tue, 23 Sep 2025 01:43:57 -0500 Subject: [PATCH 2245/2656] added name to contributors list (#104031) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6ac3f4d0..d8a626d4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -109,6 +109,7 @@ ranjith_dhanasekaran - [Dennis van Oort] (https://github.com/dvanoort) - Vo Huy +- Looskers - Shreyaa - Swedel Lasrado - Debanjan Kshetry From 741a7b5f481620c6fe0165527b63bb6574b90a91 Mon Sep 17 00:00:00 2001 From: Alexander Zagoruyko Date: Tue, 23 Sep 2025 09:50:15 +0300 Subject: [PATCH 2246/2656] Add Alexander Zagoruyko to Contributors list (#104032) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d8a626d4..f2fa0d6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1892,6 +1892,7 @@ Eoin O'B - [Sophie Sokol](https://github.com/ippotheboxer) - [rajeshwar](https://github.com/snehasuresh2005) - [Romuald Oluwatobi](https://github.com/Romulad) +- [Alexander Zagoruyko](https://github.com/azagoruyko) - [Miguel Mateo](https://github.com/Mike-2002-mx) - [Sahil Gulunjkar](https://github.com/Sahil4757) - [Lakshya Agrawal](https://github.com/Lakshya182005) From b33ff8e5e1fa5df51c9464f688c1778b4c39ab83 Mon Sep 17 00:00:00 2001 From: Kurisu <112191282+AliasCody@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:53:41 +0800 Subject: [PATCH 2247/2656] correct my name in list (#104033) Co-authored-by: Yu-Cheng Wang --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f2fa0d6d..5344cdf9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -56,7 +56,7 @@ - [amethyst](https://github.com/krishshaw418) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) -- [Cody] - (https://github.com/CodeToCody) +- [Kurisu] - (https://github.com/AliasCody) - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [stijee] - This is my first github commit. From b272047f6bec6a80fae8bb903d7fafd4159b6857 Mon Sep 17 00:00:00 2001 From: rishii1695 Date: Tue, 23 Sep 2025 14:50:26 +0530 Subject: [PATCH 2248/2656] my first contribution (#104035) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5344cdf9..026460bb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3096,3 +3096,4 @@ DanyLeeCS - [Mahmoud Hamed](https://github.com/mahmoudhamed) - [Thejas P Rao](https://github.com/thejasrao262003) - [vishnuVarthan](https://github.com/Vishnu-Varthan1) +- [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in From 3f54d845eb67ba5a237b812be4b794c4e6585a9f Mon Sep 17 00:00:00 2001 From: Akashisang <151737560+Akashisang@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:44:50 +0800 Subject: [PATCH 2249/2656] Add Akashisang to Contributors list (#104037) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 026460bb..8dd28317 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3097,3 +3097,4 @@ DanyLeeCS - [Thejas P Rao](https://github.com/thejasrao262003) - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in +- [akashisang](https://github.com/Akashisang) From 99c4aa61ee7182c4e7573b25a9950ecc4f37538f Mon Sep 17 00:00:00 2001 From: 051821 Date: Tue, 23 Sep 2025 16:16:47 +0530 Subject: [PATCH 2250/2656] new contribution to first-contribution.git --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9b2a215e..69575bdb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors --[051821](https://github.com/051821) - This is my first open-source contribution +-[051821](https://github.com/051821) - Happy to make my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) From 27e79fcb9bd5c254eba99725dd197ec6d1810ac8 Mon Sep 17 00:00:00 2001 From: shreya150804 <132338964+shreya150804@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:30:27 +0530 Subject: [PATCH 2251/2656] Add Shreya Wani to Contributors list (#104039) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8dd28317..c095db21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -84,6 +84,7 @@ - [Krrishray](https://github.com/krrishray) - [Jacob](https://github.com/mj4863) - Jesus Christ! - [Abhishek Rawat][https://github.com/Abhishek2rawat] +- [Shreya Wani](https://github.com/shreya150804) - [Surya Prakash Sharma][https://github.com/suryaprkash778-dot] - [Siddharth Chaudhary][https://github.com/SidChaudhary7] - [rryyqn](https://github.com/rryyqn) From 847f337250ce63b8981a6ae890b477600c751e25 Mon Sep 17 00:00:00 2001 From: Shreya Nigam <69717556+shreya-328@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:43:56 +0530 Subject: [PATCH 2252/2656] Add Shreya to the contributor list. (#104041) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c095db21..2a52e49d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] +- [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Bob Qin](https://github.com/Bob200409) - [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) From ef955528fb74ab7354535936a9972ff9d032a04f Mon Sep 17 00:00:00 2001 From: Thien0912 Date: Tue, 23 Sep 2025 18:29:40 +0700 Subject: [PATCH 2253/2656] =?UTF-8?q?Th=C3=AAm=20Thi=E1=BB=87n=20v=C3=A0o?= =?UTF-8?q?=20danh=20s=C3=A1ch=20C=E1=BB=99ng=20t=C3=A1c=20vi=C3=AAn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 61753153..46625250 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ - [Amit Mavinakatti] (https://github.com/Amit-Mavinakatti) - [Abdul Rafique](https://github.com/abdul-rafique) - [Priyanshujindal](https://github.com/Priyanshujindal) +- [Thien](https://github.com/Thien0912) - sai - hello - [Sharvesh S][https://github.com/Sharvesh3]- This is my First FOSS Contribution From 040f70593fee552449a4973abe2c966e30ae0d7c Mon Sep 17 00:00:00 2001 From: Moremore Date: Tue, 23 Sep 2025 19:30:05 +0800 Subject: [PATCH 2254/2656] Add Duo to Contributors list (#104042) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2a52e49d..50c326f2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3100,3 +3100,4 @@ DanyLeeCS - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in - [akashisang](https://github.com/Akashisang) +- [Duo](https://github.com/NamingRacksMyBrain) \ No newline at end of file From bba8f6720e6c0671c3ac0ec3071c42ef25d49f26 Mon Sep 17 00:00:00 2001 From: zacshaikh <131972831+zacshaikh@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:40:09 +0530 Subject: [PATCH 2255/2656] add name to contributors list (#104044) Co-authored-by: Zahida --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 50c326f2..6f415696 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! +- [Zahida Hussain] - [Bob Qin](https://github.com/Bob200409) - [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) @@ -3100,4 +3101,4 @@ DanyLeeCS - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in - [akashisang](https://github.com/Akashisang) -- [Duo](https://github.com/NamingRacksMyBrain) \ No newline at end of file +- [Duo](https://github.com/NamingRacksMyBrain) From e98219a6e7d7240e0ed64796f3d545da97ac4c9e Mon Sep 17 00:00:00 2001 From: Krish-9-6 <147903287+Krish-9-6@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:38:12 +0530 Subject: [PATCH 2256/2656] Added krish to Contributors list (#104045) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6f415696..f2e0a6c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) +[Krish](https://github.com/Krish-9-6) - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. From a97b03f6d076c2767267f51b907c1e60891d5343 Mon Sep 17 00:00:00 2001 From: PoojaB24 Date: Tue, 23 Sep 2025 19:02:06 +0530 Subject: [PATCH 2257/2656] Add Pooja B to Contributors list (#104046) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f2e0a6c2..3c7602e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3103,3 +3103,4 @@ DanyLeeCS - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in - [akashisang](https://github.com/Akashisang) - [Duo](https://github.com/NamingRacksMyBrain) +- [Pooja B](https://github.com/PoojaB24) From cf7afbae565bee23032d73dd88219416fe4ad62a Mon Sep 17 00:00:00 2001 From: Anuraag03 Date: Tue, 23 Sep 2025 19:05:50 +0530 Subject: [PATCH 2258/2656] Dev (#104047) * Add Anuraag Akella to Contributors list * Add Anuraag Akella to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c7602e9..2670a558 100644 --- a/Contributors.md +++ b/Contributors.md @@ -52,6 +52,7 @@ - [Amit Kumar](https://github.com/AK-Amit-Kumar) - [Rafael Severo](https://github.com/rafaeumesmo) - [Emanuel Orduña](https://github.com/emaordu) +- [Anuraag Akella](https://github.com/Anuraag03) - My First Contribution!! - [LayorX](https://github.com/LayorX) - [Omar Emara](https://github.com/omarf2000) - [Benja] - Hello! From 2ead904f3f7da6d463c9fff44031d7e6607036d8 Mon Sep 17 00:00:00 2001 From: Jainav Date: Tue, 23 Sep 2025 19:18:52 +0530 Subject: [PATCH 2259/2656] Update Contributors.md --- Contributors.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Contributors.md b/Contributors.md index 2670a558..c77f02bc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -472,7 +472,7 @@ sdumini - [GiantPrince](https://github.com/GiantPrince) - Zhuocheng Li - Shiv --huzaifa(https://github.com/huzaifaashraf-code) +- huzaifa(https://github.com/huzaifaashraf-code) - [Ibrahim] -[Pavan kumar Bhedam](https://github.com/Pavankumarbhedam) - shreyash patil [https://github.com/Sudeshpatil07] @@ -531,7 +531,7 @@ sdumini - [Prashanth-000](https://github.com/Prashanth-000) - [Aaaappplle](https://github.com/aaaappplle) - vituwc -LIUYY到此一游 + LIUYY到此一游 - [thirtyone-ntotal](https://github.com/thirtyone-ntotal) - [Abhishek Pandey] - [Francis Wanyoike Ng'ang'a](https://github.com/Ranci-18) @@ -613,7 +613,7 @@ LIUYY到此一游 - [Sunday](https://github.com/Hao-tian) - [Inigo](https://github.com/inigostibbe) - [Demetris B.](https://github.com/deyil) -- Ayush +- Ayush - [Manas walia](https://github.com/manaswalia13) - [Archie L.](https://github.com/ArchawinL) - [Priyanshu Tiwari](https://github.com/d3monviking) @@ -687,7 +687,7 @@ LIUYY到此一游 [Anansh] [Evan Mastro](https://github.com/mastroevan) - [Manav Jindal_IMT2023535](https://github.com/Manav9547) --[Yorke Nyakundi](https://github.com/yorkings) +- [Yorke Nyakundi](https://github.com/yorkings) - [Lucas](https://github.com/LucasCSIT) - [Thabeswar](https://github.com/Thabeswar) - [Mithielesh N](https://github.com/mithielesh) From 2993918c3955213ef007d478a1a07d2a1c5db34a Mon Sep 17 00:00:00 2001 From: 2210030019 <161751808+2210030019@users.noreply.github.com> Date: Tue, 23 Sep 2025 19:26:36 +0530 Subject: [PATCH 2260/2656] Add harshita-kode to Contributors list (#104050) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2670a558..cc92bde5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,6 +39,7 @@ - [HighPoly](https://github.com/HighPolygon) - [Samruddhi Khade](https://github.com/khadesamrudhi) - [Himanshi Rao Yenugupalli](https://github.com/himanshiyenugupalli) +- [Harshita Kode](https://github.com/2210030019) - [Kamal Agrahari](https://github.com/ikamalagrahari/) - [Mahanthesh S](https://github.com/Mahi2708) - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! From 7cb6c58fef6a71ba108b916e6bf59f027eba1f66 Mon Sep 17 00:00:00 2001 From: Sindhu Date: Tue, 23 Sep 2025 07:15:57 -0700 Subject: [PATCH 2261/2656] Update Contributors.md (#104051) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cc92bde5..433e2526 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3105,4 +3105,5 @@ DanyLeeCS - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in - [akashisang](https://github.com/Akashisang) - [Duo](https://github.com/NamingRacksMyBrain) +- [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) From 8c3ffa0488d5a04d7c3219f4f3dd8ca2a64ccf39 Mon Sep 17 00:00:00 2001 From: Piduru Sridattu Reddy Date: Tue, 23 Sep 2025 19:54:31 +0530 Subject: [PATCH 2262/2656] Sridattu Piduru (#104052) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 433e2526..a6e4a951 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] - [Toton] +-[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From a0f558eb0188c543061d00e1789e7b30f92cb8ed Mon Sep 17 00:00:00 2001 From: Vishnu K M <40417939+jztchl@users.noreply.github.com> Date: Tue, 23 Sep 2025 20:27:29 +0530 Subject: [PATCH 2263/2656] let's roll (#104053) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a6e4a951..b4ec8a5e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3104,6 +3104,7 @@ DanyLeeCS - [Thejas P Rao](https://github.com/thejasrao262003) - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in +- [Jztchl](https://github.com/jztchl) - Here to learn, contribute, and leave some footprints in Git. - [akashisang](https://github.com/Akashisang) - [Duo](https://github.com/NamingRacksMyBrain) - [SindhuPriy](https://github.com/SindhuPriya1842007) From d016130b6a069f85bb722b76a14f29d0172a6bba Mon Sep 17 00:00:00 2001 From: Edward J Tan <112980365+EdwardJiazhenTan@users.noreply.github.com> Date: Tue, 23 Sep 2025 10:58:34 -0400 Subject: [PATCH 2264/2656] Add Edward Tan to list (#104054) * hello world i guess * add Edward Tan to contribution list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b4ec8a5e..3ca42be7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3109,3 +3109,4 @@ DanyLeeCS - [Duo](https://github.com/NamingRacksMyBrain) - [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) +- [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! From 56aa8cf9c7f4b5a9dc57d82e4c64663208cc7a16 Mon Sep 17 00:00:00 2001 From: Fabio Eugenio <61190003+FaFa-02@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:00:58 +0100 Subject: [PATCH 2265/2656] Add fa fa 02 (#104056) * Add FaFa-02 to contributors list * removed accidental duplicate of other name in previous commit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3ca42be7..607c60a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] +- [FaFa-02] - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From a793a25b5ac1f6f5729984d10b1c139c4ce10133 Mon Sep 17 00:00:00 2001 From: Nur Huda Bikhoir <35209506+hudabikhoir@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:07:29 +0800 Subject: [PATCH 2266/2656] feat: add hudabikhoir contributor (#104055) * feat: add hudabikhoir contributor * feat:hudabihoir --------- Co-authored-by: hudabikhoir --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 607c60a2..25b0bbad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2668,6 +2668,7 @@ jack - first contribution practice - [Varsha Ghodase](https://github.com/Varsha1202) - [Sepi](https://github.com/IsepantaI) - [Tiago Castilho](https://github.com/tcastilho10) +- [hudabikhoir](https://github.com/hudabikhoir) - [Muhammed safvan p](https://github.com/M-Safvan-p) - [Mohammed Maaz M](https://github.com/MaazMohammedM) -[Priscila Fry](https://github.com/prifry) From fd67588facb2b7033d7ae8f09e3beeb85f430a8a Mon Sep 17 00:00:00 2001 From: Khalid Hasan <97780370+khalidx3@users.noreply.github.com> Date: Tue, 23 Sep 2025 21:08:22 +0530 Subject: [PATCH 2267/2656] Update Contributors.md (#104057) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 25b0bbad..43d60d0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] - [FaFa-02] +- [Khalid](https://github.com/khalidx3) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From 2378ee345692bc469e8634d4764f8be97d1004cd Mon Sep 17 00:00:00 2001 From: Madeinhewin Date: Tue, 23 Sep 2025 21:41:46 +0530 Subject: [PATCH 2268/2656] add hewin31 to contributors list (#104058) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 43d60d0e..c7c62b92 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Khalid](https://github.com/khalidx3) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. +-[hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From c4c775a43a40a4da27044340deb85ea9c724b6f2 Mon Sep 17 00:00:00 2001 From: ranaprav <79443635+ranaprav@users.noreply.github.com> Date: Tue, 23 Sep 2025 21:47:03 +0530 Subject: [PATCH 2269/2656] Add to contributors list (#104059) Co-authored-by: Parveen Raj --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7c62b92..6e1da793 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3114,3 +3114,4 @@ DanyLeeCS - [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! +- Parveen Rana \ No newline at end of file From 4aebf526e54325344b84d0986a5333ac7caf382c Mon Sep 17 00:00:00 2001 From: shashwatsuman28 <115811766+shashwatsuman28@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:39:55 +0530 Subject: [PATCH 2270/2656] Add Shashwat suman to contributor list (#104061) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6e1da793..52988eb1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -410,6 +410,7 @@ sdumini - [Hamza Khan](https://github.com/giacomo-folli) - [Ananya G Bharadwaj] - [Ravi Kumar Jha](https://github.com/ravijha9546) +- [Shashwat suman](https://github.com/shashwatsuman28) - [Dhairya Dev](https://github.com/hamzak51) - [Ayomide Saheed](https://github.com/luc-ay) - [Muhammad Bilal Saleem](https://github.com/Muhammad-Bilal-Saleem) From 06ae404a0e24db0242b30d6d67d33965da4109ff Mon Sep 17 00:00:00 2001 From: Anushka Churi Date: Tue, 23 Sep 2025 14:17:41 -0400 Subject: [PATCH 2271/2656] Add Anushka C to Contributors list (#104062) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 52988eb1..ac38a1f9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3115,4 +3115,5 @@ DanyLeeCS - [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! -- Parveen Rana \ No newline at end of file +- Parveen Rana +- [Anushka] (https://github.com/Anushka8) \ No newline at end of file From 6307cef599728fcbef02198d4d0e3331fd39eaa3 Mon Sep 17 00:00:00 2001 From: ADNAN ANSARI Date: Wed, 24 Sep 2025 00:33:06 +0530 Subject: [PATCH 2272/2656] Update Contributors.md (#104063) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index ac38a1f9..48721ac5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [DeAnna_Nichols] - [FaFa-02] - [Khalid](https://github.com/khalidx3) +- [Adnan](https://github.com/adnan-2504) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) @@ -3116,4 +3117,4 @@ DanyLeeCS - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - Parveen Rana -- [Anushka] (https://github.com/Anushka8) \ No newline at end of file +- [Anushka] (https://github.com/Anushka8) From 78d86b438cf497f2e6fc1fef970f9217b70e9c31 Mon Sep 17 00:00:00 2001 From: Lawrence Ahaneku Date: Tue, 23 Sep 2025 20:19:47 +0100 Subject: [PATCH 2273/2656] add Lawrence Ahaneku to Contributors.md (#104064) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 48721ac5..03865ab5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1509,6 +1509,7 @@ Ben - [krit22](https://github.com/krit22) Eoin O'B - [Alexandru Paraschiv](https://github.com/alex-p-git) +Lawrence Ahaneku - [Halil İbrahim Kutmur](https://github.com/kutmur) - [Adnan Zaib](https://github.com/AadiZee) - [Mariusz Sobczak](https://github.com/SmoQ) From e1e0de18e609b3a61c2e674c7422eacf945a759e Mon Sep 17 00:00:00 2001 From: isholl Date: Wed, 24 Sep 2025 03:21:57 +0800 Subject: [PATCH 2274/2656] Add Isholl to Contributors list (#104065) Co-authored-by: Hafif Rahman --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 03865ab5..054e60f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] - [Jordan Pinto](https://github.com/KwakuYostOfficial) +- [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From b31e42a2d99f8d531a5d310aaff7cdf1fb9ab492 Mon Sep 17 00:00:00 2001 From: Azhar <61820872+kkyufkrz@users.noreply.github.com> Date: Wed, 24 Sep 2025 03:38:50 +0700 Subject: [PATCH 2275/2656] Add Azhar to Contributors list (#104066) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 054e60f0..0d0afde2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. From 4a3802a05d1a246ea1c9a58232bee8e4c61c9f01 Mon Sep 17 00:00:00 2001 From: Aakash Singh <138434487+aakashsingh04@users.noreply.github.com> Date: Wed, 24 Sep 2025 03:59:14 +0530 Subject: [PATCH 2276/2656] first commit of this repo (#104067) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0d0afde2..bb6e9617 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! +- [Aakash Singh](https://github.com/aakashsingh04) - [Zahida Hussain] - [Bob Qin](https://github.com/Bob200409) - [Maria Herrmann] (https://github.com/marherr-19) From 5c5e89af0bd322ea963a2cb289e5b99cbb0ae63c Mon Sep 17 00:00:00 2001 From: BelenSuarez477 Date: Tue, 23 Sep 2025 21:06:55 -0300 Subject: [PATCH 2277/2656] Add Belen to Contributors list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index bb6e9617..6bc101be 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3114,6 +3114,7 @@ DanyLeeCS - [Thejas P Rao](https://github.com/thejasrao262003) - [vishnuVarthan](https://github.com/Vishnu-Varthan1) - [RISHI KUMAR](https://github.com/rishii1695) - im gonna lock tf in +- [BelenS] (https://github.com/belensuarez477) - [Jztchl](https://github.com/jztchl) - Here to learn, contribute, and leave some footprints in Git. - [akashisang](https://github.com/Akashisang) - [Duo](https://github.com/NamingRacksMyBrain) @@ -3122,3 +3123,5 @@ DanyLeeCS - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - Parveen Rana - [Anushka] (https://github.com/Anushka8) + + From fad25d9187c45de87c3285a09622ef3bd05a8dc2 Mon Sep 17 00:00:00 2001 From: TDHDJV <118543023+tdhdjv@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:21:00 +0900 Subject: [PATCH 2278/2656] Added tdhdjv to Contributors list (#104069) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bb6e9617..3a0053e1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -70,6 +70,7 @@ - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Kurisu] - (https://github.com/AliasCody) +- [tdhdjv](https://github.com/tdhdjv) - Hello! - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [stijee] - This is my first github commit. From 36f1244cae7469d085d0de0a9208b2575afdf400 Mon Sep 17 00:00:00 2001 From: Anwesh-18 Date: Wed, 24 Sep 2025 07:18:16 +0530 Subject: [PATCH 2279/2656] Added Anwesh to contributors list (#104070) Co-authored-by: Anwesh-18 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3a0053e1..6e24aef0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -73,6 +73,7 @@ - [tdhdjv](https://github.com/tdhdjv) - Hello! - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] +- [Anwesh] - (https://github.com/Anwesh-18) - My first open source contribution - [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) - [wasiq345](https://github.com/wasiq345) -Greetings from Pakistan From f8dc940b31a720d1b0e544466e852735b573de0f Mon Sep 17 00:00:00 2001 From: Gustiana <55304067+Gustiana882@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:17:54 +0700 Subject: [PATCH 2280/2656] add gustiana to Contributors list (#104071) Co-authored-by: 70002307 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6e24aef0..36bfe517 100644 --- a/Contributors.md +++ b/Contributors.md @@ -997,6 +997,7 @@ P Venkata Rami Reddy - [Brendan Murphy](https://github.com/brendanM5216) - [Valentin Tissera](https://github.com/ValenTiss) - [Ukashatu Abdullahi](https://github.com/Ukashatu40) +- [Gustiana](https://github.com/Gustiana882) - [Sachin Kumar](https://github.com/Itsmesachin98) - [Tejas Raj](https://https://github.com/DRAKKKkk) Ukashatu Abdullahi From 97f4a6949a12e733481cecb12cdbbb2767e79468 Mon Sep 17 00:00:00 2001 From: wpreece <153790495+wpreece@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:09:08 -0400 Subject: [PATCH 2281/2656] Add Will Preece to Contributors list (#104072) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 36bfe517..c91f4791 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1689,6 +1689,7 @@ Lawrence Ahaneku - [Stelios Gee](https://github.com/SteliosGee) - [Charalampos M.](https://github.com/CharioMich) - [Sabrina Ira](https://github.com/sabrinaira) +- [Will Preece](https://github.com/wpreece) - [Jon Compton](https://github.com/joncompton) -[Blaine Weiss](https://github.com/BlaineWeiss) - [ColorCode](https://github.com/benjaAguilar) From 37030927d239f5b4f8c4fb1813e0323a066e15e9 Mon Sep 17 00:00:00 2001 From: Pankaj Manmode Date: Wed, 24 Sep 2025 10:42:27 +0530 Subject: [PATCH 2282/2656] Added my name in contributors file (#104073) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c91f4791..3f1906de 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2976,6 +2976,7 @@ DanyLeeCS -[Miguel Angel](https://github.com/first-contributions) -[Afnan Tariq](https://github.com/SpitFiyah) - [Demagalawrence](https://github.com/Demagalawrence) +- [Pankaj Manmode](https://github.com/pankajmanmode) - [Notam456](https://github.com/Notam456) [Jhoan Montes](https://github.com/JhoanMontes) - [Eldred16](https://github.com/Eldred16) From 0f2cd23be02bd80e0aea6c4a6e8c3808d0d31881 Mon Sep 17 00:00:00 2001 From: "S.J." Date: Tue, 23 Sep 2025 22:37:04 -0700 Subject: [PATCH 2283/2656] Add SJS to Contributors list (#104074) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3f1906de..4eedbcfd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1538,6 +1538,7 @@ Lawrence Ahaneku - [Gopal](https://github.com/gopallchoudhary) - [Shinbatsu F](https://github.com/Shinbatsu) - [Borzoi Lover](https://github.com/mmitros1) +- [S.J.S.](https://github.com/sjsurace) - [eobrien673](https://github.com/eobrien673) - [Beetlesliu](https://github.com/Beetlesliu) - [Ametoj Singh](https://github.com/singamet) From 0db5eb751640f186bd30e9f851c4ff6d0a605b11 Mon Sep 17 00:00:00 2001 From: Abhishek Sharma <93138322+AbhishekSharma9161@users.noreply.github.com> Date: Wed, 24 Sep 2025 11:27:39 +0530 Subject: [PATCH 2284/2656] Added Abhishek Sharma to Contributors list (#104075) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4eedbcfd..93681a50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. +- [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From 0ba93a3c2985be178fd1d414b20b8e98a82a1073 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:10:57 +0300 Subject: [PATCH 2285/2656] Added my name to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 93681a50..e027455e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) +- [Mohamed] (https://github.com/MohamedMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) From 8c31f6cbfd46e9a681afd937d5a6e7ff1364ee87 Mon Sep 17 00:00:00 2001 From: Roberto RW <67528476+roberto-rw@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:17:05 -0700 Subject: [PATCH 2286/2656] Add Roberto RW to Contributors list (#104076) Co-authored-by: Roberto Rojas Wilson --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 93681a50..0a13f3d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3129,3 +3129,4 @@ DanyLeeCS - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - Parveen Rana - [Anushka] (https://github.com/Anushka8) +- [Roberto RW] (https://github.com/roberto-rw) From cc0b389368cca718c987178736e5c3c176a622bf Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:20:41 +0300 Subject: [PATCH 2287/2656] Added my name to Contributors list (#104077) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0a13f3d8..69c51ed4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) +- [Mohamed] (https://github.com/MohamedMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) From 86d44d95e3fd1925395dac3cde8d0cc50c91e187 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:25:32 +0300 Subject: [PATCH 2288/2656] Corrected the URL --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e027455e..f0a96c71 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,7 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) -- [Mohamed] (https://github.com/MohamedMemar) +- [Mohamed] (https://github.com/MohdMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) From ba62596b97fc18f2fa84696cdc041decb4d95c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ti=E1=BA=BFn-=C4=90=E1=BA=A1t?= Date: Wed, 24 Sep 2025 14:44:38 +0700 Subject: [PATCH 2289/2656] Add tdx2 to contributors list (#104079) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 69c51ed4..ff42211f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3131,3 +3131,4 @@ DanyLeeCS - Parveen Rana - [Anushka] (https://github.com/Anushka8) - [Roberto RW] (https://github.com/roberto-rw) +- [tdx2] - a software developer \ No newline at end of file From 8ad779aed30efc7ad1fff5d1a487e88725ffbee6 Mon Sep 17 00:00:00 2001 From: dracu-lah <110589548+dracu-lah@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:19:25 +0530 Subject: [PATCH 2290/2656] feat:added Nevil Krishna K to Contributors.md (#104080) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ff42211f..33f52e36 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) +- [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Mohamed] (https://github.com/MohamedMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. From b8465c5b8961875dc9773753915fa1e9ca1137d6 Mon Sep 17 00:00:00 2001 From: jimmy <71679088+wjdtjq6@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:20:28 +0900 Subject: [PATCH 2291/2656] Add jimmy to Contributors list (#104081) Co-authored-by: jimmy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 33f52e36..ac29834a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3132,4 +3132,5 @@ DanyLeeCS - Parveen Rana - [Anushka] (https://github.com/Anushka8) - [Roberto RW] (https://github.com/roberto-rw) +- [Jimmy So] this is 250924. I wanna free~ - [tdx2] - a software developer \ No newline at end of file From 84842f6da855a863e4b150aa36943fa6fe569f06 Mon Sep 17 00:00:00 2001 From: dracu-lah Date: Wed, 24 Sep 2025 13:40:11 +0530 Subject: [PATCH 2292/2656] fix:changed ../translations to docs/translations to fix broken links in CONTRIBUTING.md --- .github/CONTRIBUTING.md | 146 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 102644f9..3b885145 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,76 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../translations/README.bih.md) | []() | -| বাংলা | [Bengali](../translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../translations/README.by.md) | []() | -| Català | [Catalan](../translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../translations/README.cs.md) | []() | -| Danish | [Danish](../translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../translations/README.fi.md) | []() | -| Français | [French](../translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../translations/README.hau.md) | []() | -| עברית | [Hebrew](../translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../translations/README.hu.md) | []() | -| Armenian | [Armenian](../translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../translations/README.ka.md) | []() | -| 한국어 | [Korean](../translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../translations/README.lv.md) | []() | -| | [me](../translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../translations/README.my.md) | []() | -| Nederlandse | [Dutch](../translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../translations/README.no.md) | []() | -| नेपाली | [Nepali](../translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../translations/README.pa.md) | []() | -| Polski | [Polish](../translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../translations/README.si.md) | []() | -| Sindhi | [Sindhi](../translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../translations/README.te.md) | []() | -| ไทย | [Thai](../translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../translations/README.tl.md) | []() | -| Türkçe | [Turkish](../translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](docs/translations/README.by.md) | []() | +| Català | [Catalan](docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](docs/translations/README.cs.md) | []() | +| Danish | [Danish](docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](docs/translations/README.fi.md) | []() | +| Français | [French](docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](docs/translations/README.lv.md) | []() | +| | [me](docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](docs/translations/README.pa.md) | []() | +| Polski | [Polish](docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](docs/translations/README.te.md) | []() | +| ไทย | [Thai](docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From 2daf92d28e1c98822d351ab054ae763bdc364b03 Mon Sep 17 00:00:00 2001 From: dracu-lah Date: Wed, 24 Sep 2025 13:51:19 +0530 Subject: [PATCH 2293/2656] fix:renamed some md files in CONTRIBUTING.md since thier filenames were changed already --- .github/CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3b885145..fe6abb76 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -44,7 +44,7 @@ If you're making changes to a translation, please request a review from our prev | 日本語 | [Japanese](docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | | ಕನ್ನಡ | [Kannada](docs/translations/README.ka.md) | []() | | 한국어 | [Korean](docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kiswahili | [Kiswahili](docs/translations/README.sw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | | Kazakh | [Kazakh](docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | | Lietuvių kalba | [Lithuanian](docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | | Latviešu valoda | [Latvian](docs/translations/README.lv.md) | []() | @@ -58,13 +58,13 @@ If you're making changes to a translation, please request a review from our prev | Nederlandse | [Dutch](docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | | Norsk | [Norwegian](docs/translations/README.no.md) | []() | | नेपाली | [Nepali](docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](docs/translations/README.pa.md) | []() | +| ਪੰਜਾਬੀ | [Punjabi](docs/translations/README.pb.md) | []() | | Polski | [Polish](docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | | Português | [Portugues (Portugal)](docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Português do Brasil | [Portugues (Brazil)](docs/translations/README.pt_br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| | Română | [Romanian](docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | | Русский | [Russian](docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Svenska | [Swedish](docs/translations/README.se.md) | [@jcer](https://github.com/jcer) | | Sinhala | [Sinhala](docs/translations/README.si.md) | []() | | Sindhi | [Sindhi](docs/translations/README.sindhi.md) | []() | | Slovenčina | [Slovak](docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | @@ -82,4 +82,4 @@ If you're making changes to a translation, please request a review from our prev | Yorùbá | [Yorùbá](docs/translations/README.yor.md) | []() | | 中文 | [Chinese (Simplified)](docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | | 中文 | [Chinese (Traditional)](docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Zule | [Zulu](docs/translations/README.zul.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From 37d945cb308c3581de0b0b1faadda98112799155 Mon Sep 17 00:00:00 2001 From: Abdul Basit <55702302+abdulawr@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:24:03 +0200 Subject: [PATCH 2294/2656] Add Abdul-Basit to Contributors list (#104082) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ac29834a..8f687c55 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] - [Jordan Pinto](https://github.com/KwakuYostOfficial) +- [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) From 265a74f72e994cb0092e963c7d78a21096cff15f Mon Sep 17 00:00:00 2001 From: GOWTHAM Date: Wed, 24 Sep 2025 13:59:24 +0530 Subject: [PATCH 2295/2656] add name in contributors (#104084) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8f687c55..e4947659 100644 --- a/Contributors.md +++ b/Contributors.md @@ -228,6 +228,7 @@ ranjith_dhanasekaran - [Aaliyah Raheem](https://github.com/aaliot) - [Md. Apu](https://github.com/Apu-mirza) - [mgalore](https://github.com/mgalore) +- GOWTHAM - Bhuvana Madiraju - Aditya Singh Kushwah - [Kerem Balci](https://github.com/kerembalci90) From bc3d31a7c1dc511a231463b29c73cd27728447b4 Mon Sep 17 00:00:00 2001 From: Axel Niklasson Date: Wed, 24 Sep 2025 09:35:37 +0100 Subject: [PATCH 2296/2656] Add Axel N to Contributors list (#104085) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e4947659..aec252c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3135,4 +3135,5 @@ DanyLeeCS - [Anushka] (https://github.com/Anushka8) - [Roberto RW] (https://github.com/roberto-rw) - [Jimmy So] this is 250924. I wanna free~ -- [tdx2] - a software developer \ No newline at end of file +- [tdx2] - a software developer +- [axniks](https://github.com/axniks) From 6909e55baa99b88e54f6343af34c69d6601b969d Mon Sep 17 00:00:00 2001 From: Thien0912 Date: Tue, 23 Sep 2025 18:29:40 +0700 Subject: [PATCH 2297/2656] Renamed all ../translations to /main/docs/translations --- .github/CONTRIBUTING.md | 146 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6fed4630..94219730 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,76 +10,76 @@ If you're making changes to a translation, please request a review from our prev | Language Name | Name in English | Reviewers| |---|---|---| -| Afrikaans | [Afrikaans](../docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | -| Albanian | [Albanian](../docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | -| العربية | [Arabic](../docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | -| Azerbaijani | [Azerbaijani](../docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | -| Bulgarian | [Bulgarian](../docs/translations/README.bg.md) | []() | -| Bosnian | [Bosnian](../docs/translations/README.bih.md) | []() | -| বাংলা | [Bengali](../docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | -| Belarusian | [Belarusian](../docs/translations/README.by.md) | []() | -| Català | [Catalan](../docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | -| čeština | [Czech](../docs/translations/README.cs.md) | []() | -| Danish | [Danish](../docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | -| Deutsch | [German](../docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | -| المصرية | [Egyptian](../docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | -| English (Pirate) | [English (Pirate)](../docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | -| Español | [Spanish](../docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | -| فارسی | [Persian](../docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | -| Finnish | [Finnish](../docs/translations/README.fi.md) | []() | -| Français | [French](../docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | -| ქართული | [Georgian](../docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | -| Galego | [Galician](../docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | -| Greek | [Greek](../docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | -| ગુજરાતી | [Gujarati](../docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | -| Hausa | [Hausa](../docs/translations/README.hau.md) | []() | -| עברית | [Hebrew](../docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | -| हिन्दी | [Hindi](../docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | -| Chhattisgarhi | [Chhattisgarhi](../docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | -| Magyar | [Hungarian](../docs/translations/README.hu.md) | []() | -| Armenian | [Armenian](../docs/translations/README.hy.md) | []() | -| Indonesian | [Indonesian](../docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | -| Igbo | [Igbo](../docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | -| Italiano | [Italian](../docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | -| 日本語 | [Japanese](../docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | -| ಕನ್ನಡ | [Kannada](../docs/translations/README.ka.md) | []() | -| 한국어 | [Korean](../docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | -| Kiswahili | [Kiswahili](../docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | -| Kazakh | [Kazakh](../docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | -| Lietuvių kalba | [Lithuanian](../docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | -| Latviešu valoda | [Latvian](../docs/translations/README.lv.md) | []() | -| | [me](../docs/translations/README.me.md) | [@neone35]() | -| Македонски | [Macedonian](../docs/translations/README.mk.md) | []() | -| മലയാളം | [Malayalam](../docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | -| Burmese | [Burmese](../docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | -| मराठी | [Marathi](../docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | -| Español de México | [Spanish of Mexico](../docs/translations/README.mx.md) | []() | -| Bahasa Melayu | [Malay](../docs/translations/README.my.md) | []() | -| Nederlandse | [Dutch](../docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | -| Norsk | [Norwegian](../docs/translations/README.no.md) | []() | -| नेपाली | [Nepali](../docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | -| ਪੰਜਾਬੀ | [Punjabi](../docs/translations/README.pa.md) | []() | -| Polski | [Polish](../docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | -| Português | [Portugues (Portugal)](../docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | -| Português do Brasil | [Portugues (Brazil)](../docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| -| Română | [Romanian](../docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | -| Русский | [Russian](../docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | -| Svenska | [Swedish](../docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | -| Sinhala | [Sinhala](../docs/translations/README.si.md) | []() | -| Sindhi | [Sindhi](../docs/translations/README.sindhi.md) | []() | -| Slovenčina | [Slovak](../docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | -| Slovenščina | [Slovenian](../docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | -| Serbian | [Serbian](../docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | -| தமிழ் | [Tamil](../docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | -| తెలుగు | [Telugu](../docs/translations/README.te.md) | []() | -| ไทย | [Thai](../docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | -| Tagalog | [Tagalog](../docs/translations/README.tl.md) | []() | -| Türkçe | [Turkish](../docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | -| Українська | [Ukrainian](../docs/translations/README.ua.md) | []() | -| Universal Alien | [Universal Alien](../docs/translations/README.un-aln.md) | [@debjit-bw]() | -| اردو | [Urdu](../docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | -| Tiếng Việt | [Vietnamese](../docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | -| Yorùbá | [Yorùbá](../docs/translations/README.yor.md) | []() | -| 中文 | [Chinese (Simplified)](../docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | -| 中文 | [Chinese (Traditional)](../docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | -| Zulu | [Zulu](../docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Afrikaans | [Afrikaans](../main/docs/translations/README.afk.md) | [@zecollokaris](https://github.com/zecollokaris) | +| Albanian | [Albanian](../main/docs/translations/README.al.md) | [RronKurtishi](https://github.com/RronKurtishi) [RronKurtishi](https://github.com/auronvila) | +| العربية | [Arabic](../main/docs/translations/README.ar.md) | [OsaidAlhomedy](https://github.com/OsaidAlhomedy) [AlaaYlula](https://github.com/AlaaYlula) [Laith-Alayassa](https://github.com/Laith-Alayassa) | +| Azerbaijani | [Azerbaijani](../main/docs/translations/README.aze.md) | [@isakurbanov744](https://github.com/isakurbanov744) [@Ahm3tJ4f](https://github.com/Ahm3tJ4f) | +| Bulgarian | [Bulgarian](../main/docs/translations/README.bg.md) | []() | +| Bosnian | [Bosnian](../main/docs/translations/README.bih.md) | []() | +| বাংলা | [Bengali](../main/docs/translations/README.bn.md) | [@cse031sust02](https://github.com/cse031sust02) | +| Belarusian | [Belarusian](../main/docs/translations/README.by.md) | []() | +| Català | [Catalan](../main/docs/translations/README.ca.md) | [@Sergih28](https://github.com/Sergih28) | +| čeština | [Czech](../main/docs/translations/README.cs.md) | []() | +| Danish | [Danish](../main/docs/translations/README.da.md) | [@7013145](https://github.com/7013145) | +| Deutsch | [German](../main/docs/translations/README.de.md) | [@lkreimann](https://github.com/lkreimann) | +| المصرية | [Egyptian](../main/docs/translations/README.eg.md) | [@MichaelKMalak](https://github.com/MichaelKMalak) | +| English (Pirate) | [English (Pirate)](../main/docs/translations/README.en-pirate.md) | [@lukeoliff](https://github.com/lukeoliff) | +| Español | [Spanish](../main/docs/translations/README.es.md) | [@yirini](https://github.com/yirini) [@aaossa](https://github.com/aaossa) | +| فارسی | [Persian](../main/docs/translations/README.fa.md) | [@ThirdScript](https://github.com/ThirdScript) | +| Finnish | [Finnish](../main/docs/translations/README.fi.md) | []() | +| Français | [French](../main/docs/translations/README.fr.md) | [@LePetitRenard](https://github.com/LePetitRenard) | +| ქართული | [Georgian](../main/docs/translations/README.ka.md) | [@iko1133](https://github.com/iko1133) | +| Galego | [Galician](../main/docs/translations/README.gl.md) | [@siderio2](https://github.com/siderio2) | +| Greek | [Greek](../main/docs/translations/README.gr.md) | [@adreaskar](https://github.com/adreaskar) [@porfanid](https://github.com/porfanid) | +| ગુજરાતી | [Gujarati](../main/docs/translations/README.guj.md) | [@smitgajjar](https://github.com/smitgajjar) [@kaushalgosaliya5](https://github.com/kaushalgosaliya5/) | +| Hausa | [Hausa](../main/docs/translations/README.hau.md) | []() | +| עברית | [Hebrew](../main/docs/translations/README.hb.md) | [@TomerPacific](https://github.com/TomerPacific) | +| हिन्दी | [Hindi](../main/docs/translations/README.hi.md) | [@arshadkazmi42](https://github.com/arshadkazmi42) [@sara-02](https://github.com/sara-02) [shrut1996](https://github.com/shrut1996) | +| Chhattisgarhi | [Chhattisgarhi](../main/docs/translations/README.hne.md) | [@pradyyadav](https://github.com/pradyyadav) | +| Magyar | [Hungarian](../main/docs/translations/README.hu.md) | []() | +| Armenian | [Armenian](../main/docs/translations/README.hy.md) | []() | +| Indonesian | [Indonesian](../main/docs/translations/README.id.md) | [@hahn](https://github.com/hahn) | +| Igbo | [Igbo](../main/docs/translations/README.igb.md) | [@zecollokaris](https://github.com/zecollokaris) []() | +| Italiano | [Italian](../main/docs/translations/README.it.md) | [@platipo](https://github.com/platipo) | +| 日本語 | [Japanese](../main/docs/translations/README.ja.md) | [@cbondurant](https://github.com/cbondurant) | +| ಕನ್ನಡ | [Kannada](../main/docs/translations/README.ka.md) | []() | +| 한국어 | [Korean](../main/docs/translations/README.ko.md) | [@espozbob](https://github.com/espozbob) | +| Kiswahili | [Kiswahili](../main/docs/translations/README.ksw.md) |[@zecollokaris](https://github.com/zecollokaris) []() | +| Kazakh | [Kazakh](../main/docs/translations/README.kz.md) | [@kurshakuz](https://github.com/kurshakuz) | +| Lietuvių kalba | [Lithuanian](../main/docs/translations/README.lt.md) | [@neone35](https://github.com/neone35) | +| Latviešu valoda | [Latvian](../main/docs/translations/README.lv.md) | []() | +| | [me](../main/docs/translations/README.me.md) | [@neone35]() | +| Македонски | [Macedonian](../main/docs/translations/README.mk.md) | []() | +| മലയാളം | [Malayalam](../main/docs/translations/README.ml.md) | [@yedhukrishnan](https://github.com/yedhukrishnan) | +| Burmese | [Burmese](../main/docs/translations/README.mm_unicode.md) | [@lwinkyawmyat](https://github.com/lwinkyawmyat) | +| मराठी | [Marathi](../main/docs/translations/README.mr.md) | [@bantya](https://github.com/bantya) | +| Español de México | [Spanish of Mexico](../main/docs/translations/README.mx.md) | []() | +| Bahasa Melayu | [Malay](../main/docs/translations/README.my.md) | []() | +| Nederlandse | [Dutch](../main/docs/translations/README.nl.md) | [@MJMajoor](https://github.com/MJMajoor) | +| Norsk | [Norwegian](../main/docs/translations/README.no.md) | []() | +| नेपाली | [Nepali](../main/docs/translations/README.np.md) | [@milap-neupane](https://github.com/milap-neupane) | +| ਪੰਜਾਬੀ | [Punjabi](../main/docs/translations/README.pa.md) | []() | +| Polski | [Polish](../main/docs/translations/README.pl.md) | [@P1X3L0V4](https://github.com/P1X3L0V4) [@mikowhy](https://github.com/mikowhy) | +| Português | [Portugues (Portugal)](../main/docs/translations/README.pt-pt.md) | [@RamosCSV](https://github.com/RamosCSV) | +| Português do Brasil | [Portugues (Brazil)](../main/docs/translations/README.pt-br.md) | [@OtacilioN](https://github.com/OtacilioN) [@gabrielsanttana](https://github.com/gabrielsanttana)| +| Română | [Romanian](../main/docs/translations/README.ro.md) | [ @dp97](https://github.com/dp97) | +| Русский | [Russian](../main/docs/translations/README.ru.md) | [@ayanovsk](https://github.com/ayanovsk) | +| Svenska | [Swedish](../main/docs/translations/README.sv.md) | [@jcer](https://github.com/jcer) | +| Sinhala | [Sinhala](../main/docs/translations/README.si.md) | []() | +| Sindhi | [Sindhi](../main/docs/translations/README.sindhi.md) | []() | +| Slovenčina | [Slovak](../main/docs/translations/README.sk.md) | [@CoderKlemen](https://github.com/CoderKlemen) | +| Slovenščina | [Slovenian](../main/docs/translations/README.slk.md) | [@hercegtomas](https://github.com/hercegtomas) | +| Serbian | [Serbian](../main/docs/translations/README.sr.md) | [@Mateja3m](https://github.com/Mateja3m) | +| தமிழ் | [Tamil](../main/docs/translations/README.ta.md) | [@sathishkumar-manogaran](https://github.com/sathishkumar-manogaran) | +| తెలుగు | [Telugu](../main/docs/translations/README.te.md) | []() | +| ไทย | [Thai](../main/docs/translations/README.th.md) | [@AimeTPGM](https://github.com/AimeTPGM) | +| Tagalog | [Tagalog](../main/docs/translations/README.tl.md) | []() | +| Türkçe | [Turkish](../main/docs/translations/README.tr.md) | [@yamac-kurtulus](https://github.com/yamac-kurtulus) | +| Українська | [Ukrainian](../main/docs/translations/README.ua.md) | []() | +| Universal Alien | [Universal Alien](../main/docs/translations/README.un-aln.md) | [@debjit-bw]() | +| اردو | [Urdu](../main/docs/translations/README.ur.md) | [@Shhzdmrz](https://github.com/Shhzdmrz) | +| Tiếng Việt | [Vietnamese](../main/docs/translations/README.vn.md) | [@tranlyvu](https://github.com/tranlyvu) | +| Yorùbá | [Yorùbá](../main/docs/translations/README.yor.md) | []() | +| 中文 | [Chinese (Simplified)](../main/docs/translations/README.zh-cn.md) | [@yuzhoujr](https://github.com/yuzhoujr) | +| 中文 | [Chinese (Traditional)](../main/docs/translations/README.zh-tw.md) | [@WeiChienHsu](https://github.com/WeiChienHsu) | +| Zulu | [Zulu](../main/docs/translations/README.zu.md) | [@zecollokaris](https://github.com/zecollokaris) []() | From f990f0a4e789426c0906df96411fdbda462dc1b8 Mon Sep 17 00:00:00 2001 From: Charles Tran Date: Wed, 24 Sep 2025 05:38:17 -0400 Subject: [PATCH 2298/2656] Add Charles Tran to Contributors list (#104086) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aec252c2..9c07ccef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3137,3 +3137,4 @@ DanyLeeCS - [Jimmy So] this is 250924. I wanna free~ - [tdx2] - a software developer - [axniks](https://github.com/axniks) +- [charles] - (https://github.com/charlestran2006) - first contribution! From 2dbd7c204e2dda0eb3e81271ea049d0d7807b40e Mon Sep 17 00:00:00 2001 From: sahithi Date: Wed, 24 Sep 2025 15:12:38 +0530 Subject: [PATCH 2299/2656] Add Varsha Sahithi to Contributors list (#104088) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9c07ccef..0e34b3d1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! +- [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. From 229634122483dac2102e1f02190823b728779dc6 Mon Sep 17 00:00:00 2001 From: pv4782613 <126809790+pv4782613@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:30:10 +0530 Subject: [PATCH 2300/2656] Add Pooja Vishwakarma to the Contributors list. (#104089) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0e34b3d1..2e368669 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ -[051821](https://github.com/051821) - This is my first open-source contribution - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. +- [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From 9b41402ad9f22d9c49f86bcad8dd63c9bedc9528 Mon Sep 17 00:00:00 2001 From: Aung Kyaw Thet Date: Wed, 24 Sep 2025 16:48:51 +0630 Subject: [PATCH 2301/2656] Add aung-kyaw-thet to Contribuors list (#104091) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2e368669..fe7b5a47 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [DeAnna_Nichols] +- [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) From d30ee978d8d048ddd9a63f2a1ca0c6216a64afbd Mon Sep 17 00:00:00 2001 From: Toji <131993607+Tojan-Naiem@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:26:41 +0300 Subject: [PATCH 2302/2656] Add Tojan Naiem to Contributors list (#104092) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe7b5a47..20759ec0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -29,6 +29,7 @@ - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] +- [Tojan Naiem](https://github.com/Tojan-Naiem) - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) From 9f977b352b442d227f18755e63cf82a792348451 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Wed, 24 Sep 2025 16:14:52 +0530 Subject: [PATCH 2303/2656] Add AbhishekRouth to Contributors list (#104093) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 20759ec0..30e4957e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -18,6 +18,7 @@ - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] - [Khalid](https://github.com/khalidx3) +- [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Mohamed] (https://github.com/MohamedMemar) From 98d77897593a40909f20dbbe55985951972bbfe3 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:38:44 +0300 Subject: [PATCH 2304/2656] Corrected my name --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f0a96c71..a302e9c7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,7 +16,7 @@ - [FaFa-02] - [Khalid](https://github.com/khalidx3) - [Adnan](https://github.com/adnan-2504) -- [Mohamed] (https://github.com/MohdMemar) +- [Mohammed] (https://github.com/MohdMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[hewin31](https://github.com/hewin31) From b9c91cf2170f3ef6a70a4d81df1edd6133009bc0 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:53:20 +0300 Subject: [PATCH 2305/2656] changes made --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e1223162..2b3dff2b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,7 +20,7 @@ - [Khalid](https://github.com/khalidx3) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) -- [Mohammed] (https://github.com/MohdMemar) +- [Mohammed Hasan] (https://github.com/MohdMemar) - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. From 282c4761c990b4847dec1de8ce3cdbbd67b7d0a7 Mon Sep 17 00:00:00 2001 From: Mohamed Memar <89455741+MohdMemar@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:22:58 +0300 Subject: [PATCH 2306/2656] Changes made --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 2b3dff2b..6760af6b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,7 +20,7 @@ - [Khalid](https://github.com/khalidx3) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) -- [Mohammed Hasan] (https://github.com/MohdMemar) +- [Mohammed Hasan M] (https://github.com/MohdMemar) - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. From ffbc66a976bdc3ad3cd4fe2186ef688a27c829d7 Mon Sep 17 00:00:00 2001 From: mahdi-re-dev Date: Wed, 24 Sep 2025 15:23:17 +0200 Subject: [PATCH 2307/2656] Add mahdi to Contributors list (#104099) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 30e4957e..f5e600fc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -31,6 +31,7 @@ - [Omveer](https://github.com/narukaz/) - [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) + [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) From e64e3146805cc7b45b5fccb5deab67a89529b140 Mon Sep 17 00:00:00 2001 From: xiaozhu-xilihulu <3291099362@qq.com> Date: Wed, 24 Sep 2025 21:23:27 +0800 Subject: [PATCH 2308/2656] zxq to Contributors list (#104100) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f5e600fc..8192c20b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Jayce Stephens] +- [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Aakash Singh](https://github.com/aakashsingh04) - [Zahida Hussain] From 7379b737bcfa47a9c0632b0dd402f2bc1e4d5099 Mon Sep 17 00:00:00 2001 From: htyffn Date: Wed, 24 Sep 2025 15:28:01 +0200 Subject: [PATCH 2309/2656] add htyffn to Contributors list (#104101) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8192c20b..9fe0f1ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3145,3 +3145,4 @@ DanyLeeCS - [tdx2] - a software developer - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! +- [htyffn] - (https://github.com/htyffn) \ No newline at end of file From f92613b16f8e89aff08daaba30a64744dccb280c Mon Sep 17 00:00:00 2001 From: ccppurcell <30671108+ccppurcell@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:32:37 +0200 Subject: [PATCH 2310/2656] Add ccppurcell to Contributors list (#104106) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9fe0f1ee..e6330c3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3121,6 +3121,7 @@ DanyLeeCS - [Whitewolfo64](https://github.com/Whitewolfo64) - This is how we do it. -[Alexis Huerta](https://github.com/alekamaster) - Am I should feel scared of AI? Now day i dont Know of this is worth it... - [siminpool](https://github.com/siminpool) +- [ccppurcell](https://github.com/ccppurcell) - [Huda Bikhoir](https://github.com/hudabikhoir) - [Cheonkyu](https://github.com/cheonkyu) - [Rapteon](https://github.com/Rapteon) @@ -3145,4 +3146,4 @@ DanyLeeCS - [tdx2] - a software developer - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! -- [htyffn] - (https://github.com/htyffn) \ No newline at end of file +- [htyffn] - (https://github.com/htyffn) From 23b8a22672e0d8f5872cf74f4186fa8d854aeb58 Mon Sep 17 00:00:00 2001 From: KianZahrai <68393093+Kianzahrai@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:43:48 -0400 Subject: [PATCH 2311/2656] =?UTF-8?q?=F0=9F=91=A5=20Add=20kian-zahrai=20to?= =?UTF-8?q?=20Contributors=20list=20(#104105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :busts_in_silhouette: Add kian-zahrai to Contributors list * :memo: Fixing contribution message * Re-attempting wokflow job --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e6330c3a..dae8ba8a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. +- [Kian Zahrai](https://github.com/KianZahrai) - Excited to contribute to this open source project :ok_hand: - [DeAnna_Nichols] - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] From 46eacf1b7987a52ff2da0d34b87ae81b3634fab5 Mon Sep 17 00:00:00 2001 From: ADITYA RADHESHYAM DUBEY <2022.aditya.dubey@ves.ac.in> Date: Wed, 24 Sep 2025 20:21:38 +0530 Subject: [PATCH 2312/2656] Add Aditya Dubey to Contributors list (#104107) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dae8ba8a..9ff752ee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -243,6 +243,7 @@ ranjith_dhanasekaran - [Kat R.](https://github.com/KxttyKxt) - [Daniel Arrieta](https://github.com/Darrieta05) - [RUDRA TAILOR](https://github.com/RudraTailor) +- [Aditya Dubey](https://github.com/Aditya149202) - santiago robles - adasrh yadav - [Taylor McDile] From cb0d52fc91f0ed84bb389f1579576160e084fbf5 Mon Sep 17 00:00:00 2001 From: Faiz Modi <78896367+faizmodisweng@users.noreply.github.com> Date: Wed, 24 Sep 2025 20:59:02 +0530 Subject: [PATCH 2313/2656] Add Faiz Modi to Contributors list (#104108) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ff752ee..e4a1cf66 100644 --- a/Contributors.md +++ b/Contributors.md @@ -245,6 +245,7 @@ ranjith_dhanasekaran - [RUDRA TAILOR](https://github.com/RudraTailor) - [Aditya Dubey](https://github.com/Aditya149202) - santiago robles +- Faiz Modi - adasrh yadav - [Taylor McDile] - Debanjan Kshetry2 From 81d1d6fc32583c4dac36c078250c969118437d10 Mon Sep 17 00:00:00 2001 From: SHIKHAR SINGH Date: Wed, 24 Sep 2025 21:20:00 +0530 Subject: [PATCH 2314/2656] Adding my name to Contributors list (#104109) * Add Shikhar Singh to Contributors list * Add Shikhar Singh to Contributors list * Add Shikhar Singh to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e4a1cf66..fa77f6f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3150,3 +3150,4 @@ DanyLeeCS - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! - [htyffn] - (https://github.com/htyffn) +- [Shikhar Singh] -(https://github.com/shikhar3dev) From c6b413e2fbe9503e0b83b46c76cfabda4567c846 Mon Sep 17 00:00:00 2001 From: Tinodiwanashe Nguruve Date: Wed, 24 Sep 2025 12:03:57 -0400 Subject: [PATCH 2315/2656] Add Tinodiwanashe Nguruve to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e4a1cf66..d7726c5a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3150,3 +3150,4 @@ DanyLeeCS - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! - [htyffn] - (https://github.com/htyffn) +- [tnguruve] - (https://github.com/tnguruve/). - first contribution From 59353e3156fbdb06b3e31eedb59bae6f26a3c0b3 Mon Sep 17 00:00:00 2001 From: Jacob Blockley <77779000+Jabloc@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:08:15 +0100 Subject: [PATCH 2316/2656] Add A Different Jacob to contributors list (#104110) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fa77f6f0..25d5c260 100644 --- a/Contributors.md +++ b/Contributors.md @@ -110,6 +110,7 @@ - [Dhanush Kotrike] (https://github.com/dhanushkotrike) - Starting my open source journey - [Krrishray](https://github.com/krrishray) - [Jacob](https://github.com/mj4863) - Jesus Christ! +- [A Different Jacob] - [Abhishek Rawat][https://github.com/Abhishek2rawat] - [Shreya Wani](https://github.com/shreya150804) - [Surya Prakash Sharma][https://github.com/suryaprkash778-dot] From d2803f9a1b958cbf57e92107bed325b245a458a6 Mon Sep 17 00:00:00 2001 From: Kyaw Phyo Win Date: Thu, 25 Sep 2025 00:15:09 +0700 Subject: [PATCH 2317/2656] Add Kyaw Phyo Win to Contributors list (#104113) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 25d5c260..9ed1d7d0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -38,6 +38,7 @@ - [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) - [Shashank Kempasagara](https://github.com/sha5114nk) +- [Kyaw Phyo Win](https://github.com/KyawPhyo-hub) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) - [ARYAN BHATT](https://github.com/aryanbhatt767) - [principalog](https://github.com/principalog) From 5ed69b383df0d6f6a5032e2bf50e433aedf8eb8f Mon Sep 17 00:00:00 2001 From: Johaib Ansari <142145170+zohai-ibb@users.noreply.github.com> Date: Wed, 24 Sep 2025 22:59:18 +0530 Subject: [PATCH 2318/2656] Added Contributor name (#104114) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ed1d7d0..68d9df1e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -147,6 +147,7 @@ ranjith_dhanasekaran - Shyynek - [Sergio Frastalis](https://github.com/SergioFrastalis) +- [Sergio Frastalis](https://github.com/zohai-ibb) - [shivanjali desai](https://github.com/shivanjali0108) - [Janindu Nanayakkara](https://github.com/Janindu-n) - [Muhammad Farras Majid](https://github.com/mfarrasmajid) From 585147427cc479e469717ee1ec97baffc81101b3 Mon Sep 17 00:00:00 2001 From: Anurag <149858984+Yeerapanenianurag@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:12:22 +0530 Subject: [PATCH 2319/2656] Update Contributors.md (#104115) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 68d9df1e..5df8f293 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -[051821](https://github.com/051821) - This is my first open-source contribution +- [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding From b520e4fcfcaa6ea17fe78bf88fa2b17b0a449a11 Mon Sep 17 00:00:00 2001 From: Kevin Rodriguez Date: Wed, 24 Sep 2025 12:49:30 -0500 Subject: [PATCH 2320/2656] Update Contributors.md (#104116) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5df8f293..49fb1df8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -70,6 +70,7 @@ - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) - [Ashen Umeda](https://github.com/ashenumeda) +- [Santiago Gomez](https://github.com/Santiago13dev) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) From 673aba1bc30542f5f20e938d27f918de5b81cc2f Mon Sep 17 00:00:00 2001 From: Ripudaman Singh <82333889+rdsingh120@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:24:31 +0530 Subject: [PATCH 2321/2656] Add ripudaman-singh to Contributors list (#104118) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 49fb1df8..669da099 100644 --- a/Contributors.md +++ b/Contributors.md @@ -45,6 +45,7 @@ - [principalog](https://github.com/principalog) - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) +- [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From 445d056ddde04db43f8340f001d6a82eb12a4a67 Mon Sep 17 00:00:00 2001 From: John Shelly <41928647+LuckyCharmander@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:14:13 -0400 Subject: [PATCH 2322/2656] Add John S to Contributors List (#104119) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 669da099..980d5f5a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2680,6 +2680,7 @@ jack - first contribution practice - [deadman] - [imdo] - [will007] +- [John S] - [Mark Wilkening](https://github.com/markwilkening21) - [Shivang](https://github.com/shivang-jnv) - [playerblair](https://github.com/playerblair) From ba98f79e039209298c4ed1b7207fea386b72f768 Mon Sep 17 00:00:00 2001 From: lucasmudo <73235505+lucasmudo@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:43:55 -0300 Subject: [PATCH 2323/2656] Add Lucas de Assis to Contributors list (#104120) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 980d5f5a..056951ff 100644 --- a/Contributors.md +++ b/Contributors.md @@ -116,6 +116,7 @@ - [Jacob](https://github.com/mj4863) - Jesus Christ! - [A Different Jacob] - [Abhishek Rawat][https://github.com/Abhishek2rawat] +- [Lucas de Assis][https://github.com/lucasmudo] - Getting some hands-on practice - [Shreya Wani](https://github.com/shreya150804) - [Surya Prakash Sharma][https://github.com/suryaprkash778-dot] - [Siddharth Chaudhary][https://github.com/SidChaudhary7] From 0346e75d356ac5dd5e1e23812358d1a2c5561a75 Mon Sep 17 00:00:00 2001 From: Erjon Hashani Date: Wed, 24 Sep 2025 20:55:52 +0200 Subject: [PATCH 2324/2656] Update Contributors.md (#104122) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 056951ff..c56b8040 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3159,3 +3159,4 @@ DanyLeeCS - [charles] - (https://github.com/charlestran2006) - first contribution! - [htyffn] - (https://github.com/htyffn) - [Shikhar Singh] -(https://github.com/shikhar3dev) +- [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost From 9b94fbe1863258c709c9bb92ec84f8c574a2e43c Mon Sep 17 00:00:00 2001 From: Sairam-Vk-sudo Date: Thu, 25 Sep 2025 00:48:37 +0530 Subject: [PATCH 2325/2656] Added Sairam to contributors list (#104124) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c56b8040..8dd20416 100644 --- a/Contributors.md +++ b/Contributors.md @@ -46,6 +46,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution +- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From d5a8c8681f3c6c464afcb9173842b5b8e0a96c9d Mon Sep 17 00:00:00 2001 From: Jhoe-lab Date: Wed, 24 Sep 2025 15:20:00 -0400 Subject: [PATCH 2326/2656] Jhoe labs (#104125) * jhoe-labs commit * jhoe labs commit --------- Co-authored-by: Jhoe-Lab --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8dd20416..9ecc19bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding +- [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - Saurebh Kokate - THis is my 1st contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution From f5e4afc78f302b804cb7fcd4355ab225c8f11e07 Mon Sep 17 00:00:00 2001 From: Krish Sharma Date: Wed, 24 Sep 2025 22:49:43 +0300 Subject: [PATCH 2327/2656] Add Krish-Sharma to Contributors list (#104127) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9ecc19bd..b471d23a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [Himanshi Rao Yenugupalli](https://github.com/himanshiyenugupalli) - [Harshita Kode](https://github.com/2210030019) - [Kamal Agrahari](https://github.com/ikamalagrahari/) +- [Krish Sharma](https://github.com/krisharmaa) - [Mahanthesh S](https://github.com/Mahi2708) - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) From b92e8aa321ef098448eee26b8b597d83b0de4474 Mon Sep 17 00:00:00 2001 From: Mateus Lima <129462204+mts-ml@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:01:44 -0300 Subject: [PATCH 2328/2656] Add Mateus Lima to Contributors list (#104128) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b471d23a..7c8fdb42 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1513,6 +1513,7 @@ Ben - [Omkar Guha](https://github.com/omkarguha) - [Joel Singh](https:/github.com/Joel-Singh) - [Sanika Nair](https://github.com/sanika-n) +- [Mateus Lima](https://github.com/mts-ml) - [Zach Garza](https://github.com/ZachG1235) - [Eddgar Rojas](https://github.com/Eddgar0) - [YudisSutisna](https://github.com/Hanep77) From 8b9bc92cc3a031a475f973a5944bd348a79b6e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Cem=20T=C3=BCz=C3=BCn?= <77941098+cemtzn@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:10:38 +0300 Subject: [PATCH 2329/2656] I added my contribution to Contributors file (#104129) Co-authored-by: cemtzn --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7c8fdb42..7d671147 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! +-[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY -[051821](https://github.com/051821) - This is my first open-source contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. From 92ed28589284a100d46cf07c0d86e8840e053271 Mon Sep 17 00:00:00 2001 From: Asublime01 <99103839+Asublime01@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:42:47 -0600 Subject: [PATCH 2330/2656] Add username to Contributors list (#104130) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7d671147..fbd2561e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3165,3 +3165,4 @@ DanyLeeCS - [htyffn] - (https://github.com/htyffn) - [Shikhar Singh] -(https://github.com/shikhar3dev) - [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost +- [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< From 572b315229221e9630f6c687fb64ba814395eaf1 Mon Sep 17 00:00:00 2001 From: aoy9 <143554727+aoy9@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:43:28 -0600 Subject: [PATCH 2331/2656] Add Eric Y. to Contributors list (#104131) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fbd2561e..a9c9e721 100644 --- a/Contributors.md +++ b/Contributors.md @@ -327,6 +327,7 @@ sdumini - [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) - [Christian Petrucci] +- [Eric Y.](https://github.com/aoy9) Hello World! - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Kunal Jindal](https://github.com/imkunaljindal) - [numenk](https://github.com/numenk) From 02c07dc485d36b9fc9a421c1edfbf7c153705dab Mon Sep 17 00:00:00 2001 From: Johanna <139395235+J-Huster@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:56:35 -0600 Subject: [PATCH 2332/2656] Add Johaha to Contributors list (#104132) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a9c9e721..df978f30 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2964,6 +2964,7 @@ DanyLeeCS - [swjjeong](https://github.com/swjjeong) - [vietan0](https://github.com/vietan0) - [RockStar] +- [johaha](https://github.com/J-Huster) - [Tjark Wichmann](https://github.com/tjarkwichmann) - [Lucy] - [enguy-hub](https://github.com/enguy-hub) From aad25b86ecd04c518c3966694dbcae36a295070b Mon Sep 17 00:00:00 2001 From: aroset919 <59242064+aroset919@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:13:29 -0400 Subject: [PATCH 2333/2656] Add Aleena to Contributors List (#104133) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index df978f30..28e7fc4b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3168,3 +3168,4 @@ DanyLeeCS - [Shikhar Singh] -(https://github.com/shikhar3dev) - [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< +- [Aleena](https://github.com/aroset919/) - First Git Contribution! From 12a966ec275b6b82eb86ad80045e369e3712d5ad Mon Sep 17 00:00:00 2001 From: Abu Fati Date: Wed, 24 Sep 2025 21:57:29 +0000 Subject: [PATCH 2334/2656] Add Fati to Contributors list (#104134) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 28e7fc4b..d874b5af 100644 --- a/Contributors.md +++ b/Contributors.md @@ -54,6 +54,7 @@ - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Aakash Singh](https://github.com/aakashsingh04) - [Zahida Hussain] +- [Abu Fati](https://github.com/mamafati) My first open source commit!!!! - [Bob Qin](https://github.com/Bob200409) - [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) From aee0fad12a654d8da9a757d5d5535dce2b7d5a7c Mon Sep 17 00:00:00 2001 From: Allen <126265123+its-allen@users.noreply.github.com> Date: Thu, 25 Sep 2025 03:05:38 +0330 Subject: [PATCH 2335/2656] Added Allen to Contributors list (#104137) * Update Contributors.md * Update Contributors.md --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d874b5af..54064870 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3170,3 +3170,4 @@ DanyLeeCS - [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< - [Aleena](https://github.com/aroset919/) - First Git Contribution! +- [Allen](https://github.com/its-allen) -Allen Here... From 4b698b9be2a1ee9225d008cb5c9b822f6150c16c Mon Sep 17 00:00:00 2001 From: KingsleyND <72080248+KingsleyND@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:48:10 -0400 Subject: [PATCH 2336/2656] Add kingsley to Contributors List (#104138) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 54064870..5facea30 100644 --- a/Contributors.md +++ b/Contributors.md @@ -216,6 +216,7 @@ ranjith_dhanasekaran - [Vedanth](https://github.com/Vedanth81106) - [Agus](https://github.com/agusfdzm) - [Diogo Ferreira](https://github.com/fdiogo1) +- [Kingsley] - [Hakimo abdikadir](https://github.com/hikmaladan) - [voiceinthedark](https://github.com/voiceinthedark) - Anushka From 52c8cf505c4d8e3e341195d81d86dd04c242922c Mon Sep 17 00:00:00 2001 From: Joseph Fujimoto <83256590+jsfmu@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:58:47 -0700 Subject: [PATCH 2337/2656] Add Joseph Fujimoto to contributors list (#104139) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5facea30..96513792 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! From 5fb0f92fcf277e97044969049e8706cca0d2bc25 Mon Sep 17 00:00:00 2001 From: Allen Date: Thu, 25 Sep 2025 03:28:57 +0330 Subject: [PATCH 2338/2656] Add Allen to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index d874b5af..70f68518 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3170,3 +3170,5 @@ DanyLeeCS - [Erjon Hashani] - (https://github.com/ErjonHashani) - Contributing like a pro… almost - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< - [Aleena](https://github.com/aroset919/) - First Git Contribution! +- [Allen](https://github.com/its-allen/) - Allen is here guys, relax <3 + From 7b1179b883b5c9cba647841d5d3d8fc4b7ab95b0 Mon Sep 17 00:00:00 2001 From: HugoDavidCortinas Date: Wed, 24 Sep 2025 18:10:24 -0600 Subject: [PATCH 2339/2656] add: Hugo Cortinas to Contributors list (#104136) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 96513792..7f4d2f1d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3162,6 +3162,7 @@ DanyLeeCS - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - Parveen Rana - [Anushka] (https://github.com/Anushka8) +- [Hugo David Cortinas González](https://github.com/Hcortinas) - [Roberto RW] (https://github.com/roberto-rw) - [Jimmy So] this is 250924. I wanna free~ - [tdx2] - a software developer From 57a3718f14b887fd312433e8bce0be1fb8df7e78 Mon Sep 17 00:00:00 2001 From: Melvin Mathew <44475208+melvinmsm@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:36:53 -0500 Subject: [PATCH 2340/2656] Add Melvin to Contributors list (#104141) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7f4d2f1d..04c8e52b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3149,6 +3149,7 @@ DanyLeeCS - [nikhilpachange](https://github.com/cheonkyu) - [murtaza](https://github.com/murtazz) - [Tony Wong](https://github.com/tony31913) +- [Melvin](https://github.com/melvinmsm) - [Deniz Burduroglu](https://github.com/denizburduroglu) - [Mahmoud Hamed](https://github.com/mahmoudhamed) - [Thejas P Rao](https://github.com/thejasrao262003) From fbce41a4fae1d099f39e79786fb4f761d37b3e83 Mon Sep 17 00:00:00 2001 From: Dylan Kwok Date: Thu, 25 Sep 2025 10:17:32 +0800 Subject: [PATCH 2341/2656] Add kwokbyte to Contributors list (#104143) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 04c8e52b..2bfd2e2f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1997,6 +1997,7 @@ Lawrence Ahaneku - [Lokitha Muni](https://github.com/lokitha-muni) - [Manish Ambarwar](https://github.com/manish3299) - [Abdullah Asim](https://github.com/Abdulla-asim) +- [kwokbyte](https://github.com/kwokbyte) - [Arjun Manjunath](https://github.com/arjunmnath) - [Samson Ajakaye](https://github.com/nacosseruib) - [Mason Breece](https://github.com/MBreece89) From e845d470f90d8ddb41645676dd5b65b75595957c Mon Sep 17 00:00:00 2001 From: masumraza Date: Thu, 25 Sep 2025 08:39:19 +0530 Subject: [PATCH 2342/2656] Add Masum Raza to Contributors list (#104144) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2bfd2e2f..49f456e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ - [Maria Herrmann] (https://github.com/marherr-19) - [Mohit Sharma](https://github.com/TheWizardKingg) - [Mir-Asim-Ali](https://mirasim.netlify.app/) +-[Masum Raza](https://github.com/khanmasumraza) - [GENJI J](https://github.com/anya-minamoto) - [Mihir M](https://github.com/mihirm3hub) - [Algacyr Melo](https://github.com/algacyr-melo) From 1744f8a65c555574ad2624b1ef89bc0bba035a48 Mon Sep 17 00:00:00 2001 From: Duc Tran Date: Thu, 25 Sep 2025 10:57:57 +0700 Subject: [PATCH 2343/2656] Add Duc Tran to Contributors List (#104145) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 49f456e3..d764dfa2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3177,3 +3177,4 @@ DanyLeeCS - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< - [Aleena](https://github.com/aroset919/) - First Git Contribution! - [Allen](https://github.com/its-allen) -Allen Here... +[Duc Tran](https://github.com/doitsu2014) - Hi everyone From a3e94bff59aa91e881a51d8cd7b7802f7c58bec5 Mon Sep 17 00:00:00 2001 From: Duc Date: Thu, 25 Sep 2025 11:08:14 +0700 Subject: [PATCH 2344/2656] Add Duc Tran to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d764dfa2..3ff114bf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3177,4 +3177,4 @@ DanyLeeCS - [Asublime01] - (https://github.com/Asublime01) - is a cool guy -_< - [Aleena](https://github.com/aroset919/) - First Git Contribution! - [Allen](https://github.com/its-allen) -Allen Here... -[Duc Tran](https://github.com/doitsu2014) - Hi everyone +- [Duc Tran](https://github.com/doitsu2014) - Hi everyone From 161cabae2c167458623214b419e6d1ef6fee3f33 Mon Sep 17 00:00:00 2001 From: June An Date: Wed, 24 Sep 2025 22:05:54 -0700 Subject: [PATCH 2345/2656] Add June to Contributors list (#104147) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d764dfa2..4be7dc0f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ - [DeAnna_Nichols] - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] +- [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) From f47c596963da7c51b005da148e613b2fea7b44a0 Mon Sep 17 00:00:00 2001 From: BKCODE2003 Date: Thu, 25 Sep 2025 10:41:59 +0530 Subject: [PATCH 2346/2656] Add Bhushan Kor to Contributors list (#104148) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4be7dc0f..2b2f1ce4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +-[Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! From 408fea516115d031111e8f52760e203660ce6df0 Mon Sep 17 00:00:00 2001 From: "Gangaparameshwari.D" Date: Thu, 25 Sep 2025 11:52:01 +0530 Subject: [PATCH 2347/2656] Add Gangaparameshwari to Contributors list (#104149) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2b2f1ce4..2de72a3a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -76,6 +76,7 @@ - [Mahanthesh S](https://github.com/Mahi2708) - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) +-[Gangparameshwari D](https://github.com/Gangaparameshwari07) - [Ali Nasser](https://github.com/AliNasser05) - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) From c2f1532beea119a665fd290ce3b6d48465caedfe Mon Sep 17 00:00:00 2001 From: AyushMaurya3114 <144930232+AyushMaurya3114@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:20:52 +0530 Subject: [PATCH 2348/2656] Added ayush's contri (#104150) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2de72a3a..29974af4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ - [FaFa-02] - [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) +- [Ayush](https://github.com/AyushMaurya3114) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India From d8dd591a622ce186c7d53f897cb744a9382a3db4 Mon Sep 17 00:00:00 2001 From: Naumaan Ghafoor <150515638+nmnghaf@users.noreply.github.com> Date: Thu, 25 Sep 2025 10:10:26 +0300 Subject: [PATCH 2349/2656] Add Naumaan Ghafoor to Contributors list (#104151) Co-authored-by: Naumaan Ghafoor --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 29974af4..686f516f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3182,3 +3182,4 @@ DanyLeeCS - [Aleena](https://github.com/aroset919/) - First Git Contribution! - [Allen](https://github.com/its-allen) -Allen Here... [Duc Tran](https://github.com/doitsu2014) - Hi everyone +- [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! From 60238491522704abb93d3cfa16aae85382a4e53c Mon Sep 17 00:00:00 2001 From: Al Amin Jewel <168659980+programmerjewel@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:20:37 +0600 Subject: [PATCH 2350/2656] Add Jewel to the contributor's list (#104152) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 686f516f..577ac5ab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) + [Jewel](https://github.com/programmerjewel) [Krish](https://github.com/Krish-9-6) - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. From bf2671c1f68c7c114b7374290ed2286e29a916a2 Mon Sep 17 00:00:00 2001 From: Mark Abdilla Mifsud <60700422+MarkAbdillaMifsud@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:22:33 +0200 Subject: [PATCH 2351/2656] Add Mark Abdilla Mifsud to the Contributors list (#104153) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 577ac5ab..c1004ce1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3184,3 +3184,4 @@ DanyLeeCS - [Allen](https://github.com/its-allen) -Allen Here... [Duc Tran](https://github.com/doitsu2014) - Hi everyone - [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! +- [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! From decd84682503bfd8b8e244776c371f9d73a4d3dd Mon Sep 17 00:00:00 2001 From: chiragsZeusint Date: Thu, 25 Sep 2025 15:55:46 +0530 Subject: [PATCH 2352/2656] Add chirag solanki in list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 577ac5ab..3b65e643 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3184,3 +3184,4 @@ DanyLeeCS - [Allen](https://github.com/its-allen) -Allen Here... [Duc Tran](https://github.com/doitsu2014) - Hi everyone - [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! +- [Chirag Solanki](https://github.com/chiragsdev) - Long Way to Go! From 7074dcfde6ecbec2f3c6ac1a412d5146af643be5 Mon Sep 17 00:00:00 2001 From: Murphy Mo <635071732@qq.com> Date: Thu, 25 Sep 2025 18:32:01 +0800 Subject: [PATCH 2353/2656] add murphy's name to Contributors list (#104155) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c1004ce1..2caeaf2f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2995,6 +2995,7 @@ DanyLeeCS - [Ivan Lee]() - [kasap] - [Lyra](https://github.com/why) +- [SZMOFEI](https://github.com/SZMOFEI) - [Maksat Annageldiyev](https://github.com/M4x4T) - [Radhakrishan](https://github.com/rkdevx) - [Benjamin Robert](https://github.com/BenjaminRobert0702) From dff74c9913135f99f5a8cb53bc6bedb84eda3bdb Mon Sep 17 00:00:00 2001 From: SpicyKiwi <144238608+Sp1cyK1w1@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:46:02 +0100 Subject: [PATCH 2354/2656] Add ZhiYao Jin to contributors list (#104156) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2caeaf2f..3c6f7b50 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3185,4 +3185,5 @@ DanyLeeCS - [Allen](https://github.com/its-allen) -Allen Here... [Duc Tran](https://github.com/doitsu2014) - Hi everyone - [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! +- [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! I'm working on it!!! - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! From 3e4506697b2b91a155672cd7b2df3ab6e89ec36c Mon Sep 17 00:00:00 2001 From: Kavita Akhade <71923475+kvi-20@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:17:48 +0530 Subject: [PATCH 2355/2656] add kavita to contributor list (#104158) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c6f7b50..7bb035ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -183,6 +183,7 @@ ranjith_dhanasekaran - [Filippos Angelakos](https://github.com/filipp-os) - Love from Greece!!!! - [Sanjay Senthilkumar](https://github.com/Sanj84-co) - [KANISH](hello) +- [Kavita](https://github.com/kvi-20) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) - [M Govindarajan](https://github.com/Govindarajannn) From 6c576e844f1ce394332f8d5711a47c8b55778d4b Mon Sep 17 00:00:00 2001 From: J4kubR <145209790+J4kubR@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:05:11 +0200 Subject: [PATCH 2356/2656] Add Jakub Rudowski to the list (#104159) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7bb035ad..bc796f15 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3120,7 +3120,8 @@ DanyLeeCS - Aarush Sanghi [Enes Demir](https://github.com/GadgetXl) [Sushean Sharma](https://github.com/sushean) -[Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life. +[Jorge Sierra](https://github.com/jorge-maikel-sierra) Hello Welcome to my new life.' +[Jakub Rudowski](https://github.com/J4kubR) Open source here I come :) Happy to be a part of a big community. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o From 1971d3b59c4b69252ab243e6d78771bc3cfac4d8 Mon Sep 17 00:00:00 2001 From: DE SILVA T R R Date: Thu, 25 Sep 2025 17:50:37 +0530 Subject: [PATCH 2357/2656] Add Ranjuna to Contributors list - Hacktoberfest 2024 (#104160) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bc796f15..d3fa3bc9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3189,3 +3189,4 @@ DanyLeeCS - [Naumaan Ghafoor](https://github.com/nmnghaf) - Helloooo First open source! - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! I'm working on it!!! - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! +- [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 From 494da560c7dc5290ddecd26469d7520de2bfed17 Mon Sep 17 00:00:00 2001 From: MUHAMMAD SHEIK NAUMAN Date: Thu, 25 Sep 2025 18:11:56 +0530 Subject: [PATCH 2358/2656] added Muhammad Sheik Nauman to contributers list (#104162) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d3fa3bc9..461e542e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -120,6 +120,7 @@ [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! - [thePrnvBot](https://github.com/thePrnvBot) - Sup Doods! +- [Muhammad Sheik Nauman](https://github.com/Muhammad-Sheik-Nauman)-wassssupppp!! - [Lane Henslee](https://github.com/huncholane) - Go Vols - [Watson](https://github.com/tanso0126) - [Eric G Butler Jr](https://github.com/ericbutler1209) From 82ee3629dd58fe8701b5fe25e5bf0c4bb1bbbc52 Mon Sep 17 00:00:00 2001 From: Saikishor Rasala Date: Thu, 25 Sep 2025 18:22:05 +0530 Subject: [PATCH 2359/2656] add Saikishor Rasala to Contributors List (#104163) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 461e542e..3d621dbd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3191,3 +3191,4 @@ DanyLeeCS - [Sp1cyK1w1](https://github.com/Sp1cyK1w1) - Hope my efforts will pay off this year!!! I'm working on it!!! - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 +- [Saikishor-Rasala](https://github.com/saikishorr) From c82035308b92f67eada918df82a647635dbeb2c9 Mon Sep 17 00:00:00 2001 From: Anns Abbasi Date: Thu, 25 Sep 2025 19:22:22 +0500 Subject: [PATCH 2360/2656] Add Anns Abbasi to Contributors list (#104167) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3d621dbd..0848ba5b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -58,6 +58,7 @@ - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Aakash Singh](https://github.com/aakashsingh04) +- [Anns Abbasi](https://github.com/annsabbasi) - first open source contribution - [Zahida Hussain] - [Abu Fati](https://github.com/mamafati) My first open source commit!!!! - [Bob Qin](https://github.com/Bob200409) From ee9954c59e91e398e5d484769f6e3630982c51a2 Mon Sep 17 00:00:00 2001 From: Rachit Tanwar Date: Thu, 25 Sep 2025 21:11:35 +0530 Subject: [PATCH 2361/2656] added rachit to contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index c4ea793d..772e58e2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [Umut Hasanoglu](https://github.com/UmutHasanoglu) - [Ekak Basu](https://github.com/ebro125) - [Erfan Ahmadi](https://github.com/erfan-web) +- [Rachit Tanwar](https://github.com/rachit-tanwar) - [Aaliyah Raheem](https://github.com/aaliot) - [Md. Apu](https://github.com/Apu-mirza) - [mgalore](https://github.com/mgalore) @@ -2783,4 +2784,4 @@ DanyLeeCS - [Jy](https://github.com/jy1534) - [ompug](https://github.com/ompug) -[Ajeet Prasad](www.linkedin.com/in/ajeet-prasad-223951326) --[Monu Kumari](https://github.com/monukri4548) \ No newline at end of file +-[Monu Kumari](https://github.com/monukri4548) From ddb104ea8bcf26630d9741b55f3e29dedc5b7916 Mon Sep 17 00:00:00 2001 From: Atharv-24-11 Date: Thu, 25 Sep 2025 21:20:03 +0530 Subject: [PATCH 2362/2656] Add Anns Abbasi to Contributors list (#104167) (#104170) Author: Atharv Dhande Co-authored-by: Atharv Dhande From fa6e18db3a2d7d546c02be9d8f8f94f7fd76abe8 Mon Sep 17 00:00:00 2001 From: steeven972 <125614466+steeven972@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:34:32 +0200 Subject: [PATCH 2363/2656] Add steeven972 to Contributors list (#104173) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0848ba5b..481eb922 100644 --- a/Contributors.md +++ b/Contributors.md @@ -33,6 +33,7 @@ - [Mohamed] (https://github.com/MohamedMemar) - [Toton] -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. +-[Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! -[hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) From 8d1d291f6051fc956d87fedbd06de845940cce3a Mon Sep 17 00:00:00 2001 From: Praveen-Palanivel Date: Thu, 25 Sep 2025 22:32:18 +0530 Subject: [PATCH 2364/2656] Add Praveen-Palanivel to Contributors list (#104174) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 481eb922..735e3f85 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3194,3 +3194,4 @@ DanyLeeCS - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 - [Saikishor-Rasala](https://github.com/saikishorr) +- [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! From f59a84b69d59cd0b88d864470ef327ae9586fcfe Mon Sep 17 00:00:00 2001 From: Sidra Date: Thu, 25 Sep 2025 22:08:46 +0500 Subject: [PATCH 2365/2656] Contribute --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 481eb922..15d6d0ca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3194,3 +3194,4 @@ DanyLeeCS - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 - [Saikishor-Rasala](https://github.com/saikishorr) +- [Sidra-Yasmeen](https://github.com/Sidra-Yasmeen) - Hello!!!! Its my first contribution. From f60174c85c7897b2aa92e68a5a9786900901e714 Mon Sep 17 00:00:00 2001 From: Sidra Date: Thu, 25 Sep 2025 22:14:00 +0500 Subject: [PATCH 2366/2656] commit --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 15d6d0ca..d0f8902a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3194,4 +3194,4 @@ DanyLeeCS - [Mark Abdilla Mifsud](https://github.com/MarkAbdillaMifsud) - Finally my first contribution! - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 - [Saikishor-Rasala](https://github.com/saikishorr) -- [Sidra-Yasmeen](https://github.com/Sidra-Yasmeen) - Hello!!!! Its my first contribution. +- [Sidra-Yasmeen](https://github.com/Sidra-Yasmeen) - Hello!!!! Its my first contribution.Thank you all !!! From 179f1f2117469a5be14f005b66148e8c4095d967 Mon Sep 17 00:00:00 2001 From: 200MB Date: Thu, 25 Sep 2025 21:14:32 +0400 Subject: [PATCH 2367/2656] Add 200MB to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 735e3f85..5d1bb4ce 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Mohamed] (https://github.com/MohamedMemar) - [Toton] +- [200MB] - Yo -[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. -[Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! -[hewin31](https://github.com/hewin31) From 8b24e919c9291281bbdddd2e63a3525248d250e0 Mon Sep 17 00:00:00 2001 From: 200MB Date: Thu, 25 Sep 2025 21:18:35 +0400 Subject: [PATCH 2368/2656] Add 200MB to Contributors list --- Contributors.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Contributors.md b/Contributors.md index 5d1bb4ce..cf180b81 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,10 +32,10 @@ - [Nevil Krishna K](https://github.com/dracu-lah) - Greetings from Kerala,India - [Mohamed] (https://github.com/MohamedMemar) - [Toton] -- [200MB] - Yo --[Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. --[Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! --[hewin31](https://github.com/hewin31) +- [200MB] - Mada Mada +- [Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. +- [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! +- [hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) From b1c767a9bbd04c1a804f70706815ee90ca82f14c Mon Sep 17 00:00:00 2001 From: Shivani samant Date: Thu, 25 Sep 2025 22:53:49 +0530 Subject: [PATCH 2369/2656] Shivani Samant (#104177) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 735e3f85..e38f4528 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ [Diya](https://github.com/123diya-coder) [Jewel](https://github.com/programmerjewel) [Krish](https://github.com/Krish-9-6) +- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. From b0bae0d49d7f9b72d761e66d1f83b6ebd525aa30 Mon Sep 17 00:00:00 2001 From: fertileverve Date: Thu, 25 Sep 2025 13:21:55 -0500 Subject: [PATCH 2370/2656] Update Contributors.md (#104178) Added link to FertileVerve per Microsoft Learn instructions. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e38f4528..6cfcea80 100644 --- a/Contributors.md +++ b/Contributors.md @@ -27,6 +27,7 @@ - [FaFa-02] - [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) +- [FertileVerve](https://github.com/fertileverve) - [Ayush](https://github.com/AyushMaurya3114) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) From 93d59bc9fb56aaca8950727b441acd68b6df84aa Mon Sep 17 00:00:00 2001 From: Shruti Hiraman Kotgire Date: Fri, 26 Sep 2025 00:06:37 +0530 Subject: [PATCH 2371/2656] Added Shruti's name to contributors list (#104179) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6cfcea80..e49b8c7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3197,3 +3197,4 @@ DanyLeeCS - [Ranjuna](https://github.com/Ranjuna120) - My first Hacktoberfest contribution! 🎃 - [Saikishor-Rasala](https://github.com/saikishorr) - [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! +- [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) \ No newline at end of file From f9f1ca6d28ccbbda37e48c579746df0d57615b8c Mon Sep 17 00:00:00 2001 From: Muhammet <116195278+MuhammetSec-Exilex@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:39:47 +0300 Subject: [PATCH 2372/2656] =?UTF-8?q?Add=20Muhammet=20Alperen=20=C5=9E?= =?UTF-8?q?=C4=B1vg=C4=B1n=20to=20Contributors=20list=20(#104180)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e49b8c7d..1044950c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors -[Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment +- [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! From 0885f0187cac1585ae0d146cc2b003709fc46314 Mon Sep 17 00:00:00 2001 From: Avinash Ganore Date: Fri, 26 Sep 2025 01:02:46 +0530 Subject: [PATCH 2373/2656] Add my name to readme (#104181) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a2d44509..d0347131 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [DeAnna_Nichols] - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] +- [Avinash Ganore](https://github.com/Xzy-Vron) - [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) - [FertileVerve](https://github.com/fertileverve) From a666f49ef90363134a062be4ecaa9da206fb5d42 Mon Sep 17 00:00:00 2001 From: huhjinhyo <43099256+huhjinhyo@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:42:40 -0400 Subject: [PATCH 2374/2656] Add Jinhyo (#104182) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d0347131..9f3a1c0d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2450,6 +2450,7 @@ Cloudman - [Kamil Brzezinski](https://github.com/git-od-podstaw-piotr) - [Punnapareddy Bhaskar Rao](https://github.com/P-Bhaskar-Rao) - [Sheikh Mujtaba](https://github.com/Sheikh-Muhammad-Mujtaba) +- [Jinhyo Huh](https://github.com/huhjinhyo) With a heart that sings of stars, love all things dying. - [gpalacios26](https://github.com/gpalacios26/curso-git-fork) - [Steve Armstrong](https://github.com/W0474997SteveArmstrong) - [Ben Tootill](https://github.com/TriedDevotee) From 090b0fd21e9f8a58c51e3d7faa72138b433a6f2e Mon Sep 17 00:00:00 2001 From: Sourabh Mukherjee <112678696+sourabhO7@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:16:24 +0530 Subject: [PATCH 2375/2656] Sourabh Mukherjee is added to the contributor list (#104183) Co-authored-by: sourabh.mukherjee --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9f3a1c0d..994ab709 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - Saurebh Kokate - THis is my 1st contribution +- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) From 60666bc87b18cd19aa37d20550b53352c3378265 Mon Sep 17 00:00:00 2001 From: Holly Dahlstrom Date: Thu, 25 Sep 2025 14:47:35 -0500 Subject: [PATCH 2376/2656] Add Holly Dahlstrom to Contributors list (#104135) * Add Holly Dahlstrom to Contributors list * Update .gitignore --------- Co-authored-by: Holly Dahlstrom Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 994ab709..f44dfbad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ -[051821](https://github.com/051821) - This is my first open-source contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. +- [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm From 331870da6d247c8ce903980a27a94a629647bec5 Mon Sep 17 00:00:00 2001 From: Caroline Park <38379431+parkcarol@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:16:13 -0400 Subject: [PATCH 2377/2656] Add Caroline Park to Contributors list (#104185) Co-authored-by: Caroline Park --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f44dfbad..2966dcaa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -53,6 +53,7 @@ - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) +- [Caroline Park](https://github.com/parkcarol/) - [Shashank Kempasagara](https://github.com/sha5114nk) - [Kyaw Phyo Win](https://github.com/KyawPhyo-hub) - [Oluwaseyi Popoola](https://github.com/OluwaseyiPopoola) From 63a07fd1ab465acf4ce7924b48735a3515747e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AF=E3=82=B7=E3=83=B3=E3=83=88=E3=83=B3=E3=83=81?= =?UTF-8?q?=E3=83=BC=E3=82=BA=E3=82=B1=E3=83=BC=E3=82=AD?= Date: Fri, 26 Sep 2025 06:18:24 +0900 Subject: [PATCH 2378/2656] Add Arachnesan to Contributors list (#104186) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2966dcaa..d302a83f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3192,6 +3192,7 @@ I am Lakshya Sharma and making my first open source contribution - [SindhuPriy](https://github.com/SindhuPriya1842007) - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! +- [Arachnesan] - Parveen Rana - [Anushka] (https://github.com/Anushka8) - [Hugo David Cortinas González](https://github.com/Hcortinas) From 0e698a30cce28f88d9a5bdf3f1e3e6bf8992a5fe Mon Sep 17 00:00:00 2001 From: Richie de la Rosa <162278075+richiedlrsa@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:30:45 -0400 Subject: [PATCH 2379/2656] Add Richie de la Rosa to Contributors list (#104187) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d302a83f..09aa81b1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3072,6 +3072,7 @@ DanyLeeCS - [zhoushuo](https://github.com/zshs000) - [Suriti Joshi] (https://github.com/srj-145) - CyberJoke +- [Richie de la Rosa] (https://github.com/richiedlrsa) - [James Whatcott](https://github.com/jameswhatcott) - [Dudley Orestil] (https://github.com/dee276) - [Syink](https://github.com/syinkboy) From f0deef8cb223be3a9db11092eb8775ef0465bad6 Mon Sep 17 00:00:00 2001 From: Qadir Abdulahad Date: Thu, 25 Sep 2025 21:27:11 -0500 Subject: [PATCH 2380/2656] Add Qadir Abdulahad to Contributors list (#104188) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 09aa81b1..ee00c26c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3142,6 +3142,7 @@ DanyLeeCS [Jakub Rudowski](https://github.com/J4kubR) Open source here I come :) Happy to be a part of a big community. [Robert Blank](https://github.com/Blorbertfox42) Hello people [Cherry] +Qadir Abdulahad I am Lakshya Sharma and making my first open source contribution - [Ash N.](https://github.com/7inhex/first-contributions) hiya >_o [Richard](https://github.com/Greate212) Software Development student. First contribution to an open source project for Version Control Essentials class. From b81ee0353bb628f16bc1399b5753129473bbf8cc Mon Sep 17 00:00:00 2001 From: JhuoerYen <57058192+yydrowz3@users.noreply.github.com> Date: Thu, 25 Sep 2025 23:26:02 -0400 Subject: [PATCH 2381/2656] Add ydrz3 to Contributors list (#104190) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ee00c26c..5909be05 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3218,3 +3218,4 @@ I am Lakshya Sharma and making my first open source contribution - [Saikishor-Rasala](https://github.com/saikishorr) - [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! - [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) +- [ydrz3](https://github.com/yydrowz3) - hello world From ffa1c5d2327a7e8b582fe38437aaae5811f538bc Mon Sep 17 00:00:00 2001 From: Deepak Baghel <146962409+Deepak-SBaghel@users.noreply.github.com> Date: Fri, 26 Sep 2025 09:08:53 +0530 Subject: [PATCH 2382/2656] Add Deepak-Baghel to Contributors list (#104191) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5909be05..b009a56f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -195,6 +195,7 @@ ranjith_dhanasekaran - [Filippos Angelakos](https://github.com/filipp-os) - Love from Greece!!!! - [Sanjay Senthilkumar](https://github.com/Sanj84-co) - [KANISH](hello) +- [Deepak Baghel](https://github.com/Deepak-SBaghel) - after prostacinatng for 2 years finally starting contibution - [Kavita](https://github.com/kvi-20) - [KaliDeveIoper](https://github.com/KaliDeveIoper) - [Tirth Prajapati](https://github.com/TirthCric) From 7305d0091ee3b29c3250ecba9098c9c63bd31e42 Mon Sep 17 00:00:00 2001 From: Anand-0037 Date: Fri, 26 Sep 2025 03:42:49 +0000 Subject: [PATCH 2383/2656] Anand Vashishtha --- Contributors.md | 63 +++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/Contributors.md b/Contributors.md index 5909be05..3563a360 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,13 +14,13 @@ - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - Saurebh Kokate - THis is my 1st contribution -- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution +- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) [Jewel](https://github.com/programmerjewel) [Krish](https://github.com/Krish-9-6) -- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. +- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. @@ -46,9 +46,9 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) -- [Anashe Gaseller] +- [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) - [Mahdi](https://github.com/mahdi-re-dev) - thanks + [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) @@ -62,7 +62,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution -- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! @@ -86,6 +86,7 @@ - [Kamal Agrahari](https://github.com/ikamalagrahari/) - [Krish Sharma](https://github.com/krisharmaa) - [Mahanthesh S](https://github.com/Mahi2708) +- [Anand Vashishtha](https://github.com/Anand-0037) - Python developer from INDIA - [Saimanikanta](https://github.com/saimanikanta1012) - Hello Everyone! - [Sudhanshu Raj](https://github.com/SudhanshuRaj0309) -[Gangparameshwari D](https://github.com/Gangaparameshwari07) @@ -97,7 +98,7 @@ - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) -- [Rafael Severo](https://github.com/rafaeumesmo) +- [Rafael Severo](https://github.com/rafaeumesmo) - [Emanuel Orduña](https://github.com/emaordu) - [Anuraag Akella](https://github.com/Anuraag03) - My First Contribution!! - [LayorX](https://github.com/LayorX) @@ -112,7 +113,7 @@ - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [Anwesh] - (https://github.com/Anwesh-18) - My first open source contribution -- [stijee] - This is my first github commit. +- [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) - [wasiq345](https://github.com/wasiq345) -Greetings from Pakistan - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! @@ -222,7 +223,7 @@ ranjith_dhanasekaran - [Ahmed Abdellatif](https://github.com/abdellatif72) - [Alex Ivaschenko] (https://github.com/ivaschenkoalex) - [Cameron Scott](https://github.com/cdscott37) -- [Harsh Sahu](https://github.com/harshsahu383) +- [Harsh Sahu](https://github.com/harshsahu383) - [Dayangku Fatin Masyitah] (https://github.com/aktnlxk) - Patty [Nick](https://github.com/nick-noble) First open source contribution @@ -255,7 +256,7 @@ ranjith_dhanasekaran - [Caíque Oliveira](https://github.com/os-caique) - [Gabriel Eyo] (https://github.com/eyogabriel529-sen) - [Sundram Rai](https://github.com/Sundramrai3691) -- [Miles Morales] +- [Miles Morales] - [DevElevate19](https://github.com/DevElevate19) - [Victor Brayner](https://github.com/victorbrayner) - [lucas](https://github.com/Luc-as) @@ -277,7 +278,7 @@ ranjith_dhanasekaran - [Kat R.](https://github.com/KxttyKxt) - [Daniel Arrieta](https://github.com/Darrieta05) - [RUDRA TAILOR](https://github.com/RudraTailor) -- [Aditya Dubey](https://github.com/Aditya149202) +- [Aditya Dubey](https://github.com/Aditya149202) - santiago robles - Faiz Modi - adasrh yadav @@ -302,7 +303,7 @@ ranjith_dhanasekaran - [CJ Nwogu] (https://github.com/cjnw) - [Sneha Bichkunde] (https://github.com/snehabichkunde) sdumini -- [Siddharth Sahu] (https://github.com/sidhacks) +- [Siddharth Sahu] (https://github.com/sidhacks) - [DEVANSH SHUKLA] (https://github.com/devansh391k) - [Kartik Mishra] (https://github.com/kartikmishra210) - [Kunal Sable] (https://github.com/Kunals990) @@ -326,7 +327,7 @@ sdumini - [Akinori Sugimura](https://github.com/sugisaku37) - [Nada Alinour](https://github.com/nadaalinour) - [Swapnil] (https://github.com/swapnil282K) -- [Vaibhav Jadhav] (https://github.com/vaibhav2141) +- [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Sandy052005](https://github.com/sandy052005) - [Nikita Maurya](https://github.com/sun-andsky) - [Shreyas](https://github.com/skdoosh) @@ -347,9 +348,9 @@ sdumini - [Mohith Butta] (https:/github.com/loicmohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) -- [Mauricio Pereira] (https://github.com/gitreece) +- [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) -- [Christian Petrucci] +- [Christian Petrucci] - [Eric Y.](https://github.com/aoy9) Hello World! - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Kunal Jindal](https://github.com/imkunaljindal) @@ -431,7 +432,7 @@ sdumini - [mfg5160] - [Hayato Katagiri](https://github.com/hayatokatagiri) - [PandaDev0069](https://github.com/PandaDev0069) -- [snowmandidi](https://github.com/snowmandidi) +- [snowmandidi](https://github.com/snowmandidi) - [Jayasree G Kalkura](https://github.com/jayasree1805) - [Carlota Castelltort Pinto](https://github.com/CCastelltort) - [Tony J.](https://github.com/t0nebone) @@ -456,7 +457,7 @@ sdumini - [ajit](https://github.com/ajitprachande) - [Pankaj] (https://github.com/ppankaj321) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) -- [Ashish Bairwa](https://github.com/ashishb20) +- [Ashish Bairwa](https://github.com/ashishb20) - [Jason](https://github.com/dev-jason-lu) - [David Anane](https://github.com/plaestore) - [Karan Dhiman](https://github.com/karandhiman12) @@ -472,12 +473,12 @@ sdumini - [Muhammad Bilal Saleem](https://github.com/Muhammad-Bilal-Saleem) -[lavi](https://github.com/lavihere1) -[Daniel Velez](https://github.com/Daniel1000c) -- [Martin-Perfumo] (https://github.com/MartinPerfumo) +- [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution NMAKHIJA- Test Contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) -- Ja'Nya Ward +- Ja'Nya Ward [Devansh Kapoor](https://github.com/Devansh2208) - [Kashif Kawsar Qadri](https://github.com/KashifQadri90) -[Kavya Krishna](https://github.com/Cx-rrupt) @@ -485,7 +486,7 @@ sdumini - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() -[Bikash Barua](https://github.com/bikashbarua) -- [Varshith Adithya](https://github.com/kv-adithya) +- [Varshith Adithya](https://github.com/kv-adithya) - [Brandon McHugh](https://github.com/brandmch) - [Carlos FH](https://github.com/carlosfhz13) - [Holmes M](https://github.com/Sher69-mycroft) @@ -541,10 +542,10 @@ sdumini - shreyash patil [https://github.com/Sudeshpatil07] - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) -- [Aman Kumar](https://github.com/YukiCodepth) +- [Aman Kumar](https://github.com/YukiCodepth) - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) -- [Noor Jellani](https://github.com/nurulain0) +- [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.cBreakerom/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) - [Ravishankar saini](https://github.com/Cyrus253) @@ -714,7 +715,7 @@ sdumini - [Rakesh Vanam](https://github.com/rakeshvanam6868) - [KamalKant](https://github.com/kamal2730) - [HarshYadav152](https://github.com/HarshYadav152) -- [gg_dever] (https://github.com/gg-dever) +- [gg_dever] (https://github.com/gg-dever) - [Paritosh Tiwari] - [Arsh Kumar Mandal](https://github.com/arshmandal0725) - [Gods-ghost](https://github.com/dist34) @@ -881,15 +882,15 @@ sdumini - [Daniyal duddu Subhani](https://github.com/https://github.com/daniyal-subhani) - [Sheikh Abdullah Bin Zahid](https://github.com/Abdullah2240) - [square-story](https://github.com/square-story) -- [Prem Kumar T G](https://github.com/prem7129) +- [Prem Kumar T G](https://github.com/prem7129) - [Artur Chagas](https://github.com/Artur-chagas-shu) - [darkiss7](https://github.com/darkiss7) - [FAI8h](https://github.com/FAI8h) - [Zaid Rasul](https://github.com/ZaidRasul) - [Ankith Kini](https://github.com/ANKITH33) - [Chamesh Dinuka](https://github.com/chamesh2019) -- [Shivam Pandya] -" DEBBIE !)" +- [Shivam Pandya] +" DEBBIE !)" - [Syed Naveeed Mohammed](https://github.com/SyedNaveedM) - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). @@ -993,7 +994,7 @@ P Venkata Rami Reddy - [Keya Shah] (https://github.com/keysh123) - [yeisondev001 💎](https://github.com/yeisondev001) - [ZMM-zhangmanman] -- [Mani] +- [Mani] - [Bohdan Shtelmakh](https://github.com/BohdanShtelmakh) - [Andrea Moguel](https://github.com/amoguelk) - [Akshat Jain](https://github.com/akshat2604) @@ -2667,13 +2668,13 @@ Cloudman - [Rahul Dutta](https://github.com/RahulDutta7) - [Mohamed Laraiche](https://github.com/molaraiche) - [Janaki Ram K](https://github.com/JKR0805) -- [Akshit Garg](https://github.com/AkshitGarg054) +- [Akshit Garg](https://github.com/AkshitGarg054) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Blhassen Sehli](https://github.com/Blhasn-Sehli) - [Saiprasad Rao] (https://github.com/thesaiprasadrao) - [Shrivarsha Pooajry] (https://github.com/shrivarshapoojari) -- [spacescribe](https://github.com/spacescribe) +- [spacescribe](https://github.com/spacescribe) -[sammydonovan](https://github.com/sammydono) - [Sean Tilson](hhtps://github.com/smtilson) - [Firewooood](https://github.com/Firewooood) @@ -2770,7 +2771,7 @@ jack - first contribution practice -[Ameya19](https://github.com/Ameya19) -[jeterrrrrrr](https://github.com/jeterrrrrrr) -[Amritendu Bhattacharjee](https://github.com/xeonray-origin) --[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) +-[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) - [Jafar Hussein](https://github.com/Jafar-Hussein) -[Arjun V S](https://github.com/Arjunvs7) - [Aditya Jadhav](https://github.com/Aditya-Jadhav-9471) @@ -2824,7 +2825,7 @@ jack - first contribution practice - [Paramjit Singh](https://github.com/param20h) - [Darshil Vasoya](https://github.com/darshilvasoya) - [Paofan25](https://github.com/paofan25) -- [Dheeraj](https://github.com/Dheeraj1333) +- [Dheeraj](https://github.com/Dheeraj1333) - [Josh](https://github.com/joshrtust) -[CHHAVI GAUTAM](https://github.com/Chhavi001) -[Rodrigo Lima][https://github.com/Kosm9] @@ -2895,7 +2896,7 @@ sh0uka - [Amer](https://github.com/iamAmer) - [Rachel Stern](https://github.com/RachelStern20) - [Mukeshwaran K](https://github.com/mukesh-m01) -- [Dede Sangmortey](https://github.com/Ladydede) +- [Dede Sangmortey](https://github.com/Ladydede) - [Anastasia Tumanov](https://github.com/anastasiatumanov) - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) From 892f5a596c762bf378f7d2af714a91d709462a0e Mon Sep 17 00:00:00 2001 From: Bishal-Baral07 <800074926@fvtc.edu> Date: Fri, 26 Sep 2025 00:54:38 -0500 Subject: [PATCH 2384/2656] Update Contributors.md (#104193) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b009a56f..2f5dae8d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3220,3 +3220,4 @@ I am Lakshya Sharma and making my first open source contribution - [Praveen-Palanivel](https://github.com/Praveen-Palanivel) - Guess it's time to do something meaningful. Btw Thank you!! - [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) - [ydrz3](https://github.com/yydrowz3) - hello world + [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome From cf054595de6a14bf0de37ed7604abc9768f4b738 Mon Sep 17 00:00:00 2001 From: Justin Thomas <88386811+Justinvelliyath0@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:51:55 +0530 Subject: [PATCH 2385/2656] Add Justin Velliyath to Contributors list (#104194) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2f5dae8d..7d6d11c5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3221,3 +3221,4 @@ I am Lakshya Sharma and making my first open source contribution - [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) - [ydrz3](https://github.com/yydrowz3) - hello world [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome +- [Justin Velliyath](https://github.com/justinvelliyath0) \ No newline at end of file From 90a088d1a6e3e6dbeeafe5ebe7e6b07b635a41e1 Mon Sep 17 00:00:00 2001 From: Himanshu Firke <139757653+himanshu-firke@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:12:45 +0530 Subject: [PATCH 2386/2656] Add Himanshu-Firke (#104195) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 7d6d11c5..d53ed64d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3221,4 +3221,5 @@ I am Lakshya Sharma and making my first open source contribution - [Shruti Kotgire](https://github.com/shrutikotgire0129) - Finally decided and did my "FIRST CONTRIBUTION". But more to learn & grow :-) - [ydrz3](https://github.com/yydrowz3) - hello world [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome -- [Justin Velliyath](https://github.com/justinvelliyath0) \ No newline at end of file +- [Justin Velliyath](https://github.com/justinvelliyath0) +- [Himanshu Firke](https://github.com/himanshu-firke/) \ No newline at end of file From 38bcec9196f8b03d67ab6e7de0524ee727c9935b Mon Sep 17 00:00:00 2001 From: sohyeon412 <162390471+sohyeon412@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:57:53 +0900 Subject: [PATCH 2387/2656] Add sohyeon412 to Contributors list (#104196) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d53ed64d..3d697048 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3222,4 +3222,5 @@ I am Lakshya Sharma and making my first open source contribution - [ydrz3](https://github.com/yydrowz3) - hello world [Bishal Baral] - (https://github.com/Bishal-Baral07) - is hansome - [Justin Velliyath](https://github.com/justinvelliyath0) -- [Himanshu Firke](https://github.com/himanshu-firke/) \ No newline at end of file +- [Himanshu Firke](https://github.com/himanshu-firke/) +- [Sohyeon412](https://github.com/sohyeon412) From 58a7f881347aa300bec7210d2c4f668b57c7a7a8 Mon Sep 17 00:00:00 2001 From: Shivani Kshirsagar <108947015+Shivanii30@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:57:10 +0530 Subject: [PATCH 2388/2656] Add Shivaniii30 to Contributors.md list (#104197) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3d697048..3b7d0721 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3224,3 +3224,4 @@ I am Lakshya Sharma and making my first open source contribution - [Justin Velliyath](https://github.com/justinvelliyath0) - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) +- [Shivanii30](https://github.com/Shivanii30) From dab90baa9670495a736a7e4d1d242b95582c6a73 Mon Sep 17 00:00:00 2001 From: vinay Date: Fri, 26 Sep 2025 15:12:46 +0530 Subject: [PATCH 2389/2656] Add vinay10000 to Contributors list --- Contributors.md | 66 ++++++++++++++++++++++++------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/Contributors.md b/Contributors.md index 3b7d0721..5b309f71 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,13 +14,13 @@ - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm - Saurebh Kokate - THis is my 1st contribution -- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution +- [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) [lalith](https://github.com/LalithSiramdasu) - this is my first open source contribution [Diya](https://github.com/123diya-coder) [Jewel](https://github.com/programmerjewel) [Krish](https://github.com/Krish-9-6) -- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. +- [Shivani samant] lets grind it also . what i learned is that it was never about reading or cramming it was always about fucking doing it or just execution part or it feels like fan capacitor you just need power to start at starting and then it will find someways to run. - [Nitesh Kumar](https://github.com/kumarbaberwal) - [OSZDAO](https://github.com/oszdao) Happy to see you Here. - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. @@ -46,9 +46,9 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) -- [Anashe Gaseller] +- [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) - [Mahdi](https://github.com/mahdi-re-dev) - thanks + [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) - [Isholl](https://github.com/isholl) @@ -62,7 +62,7 @@ - [Jon Goodwin](https://github.com/Jon-Goodwin) - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution -- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +- [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! @@ -97,7 +97,7 @@ - [Marni Pawan Veer Sai](https://github.com/Pawan82003) - [Mayen Akech](https://github.com/Mayen007) - [Amit Kumar](https://github.com/AK-Amit-Kumar) -- [Rafael Severo](https://github.com/rafaeumesmo) +- [Rafael Severo](https://github.com/rafaeumesmo) - [Emanuel Orduña](https://github.com/emaordu) - [Anuraag Akella](https://github.com/Anuraag03) - My First Contribution!! - [LayorX](https://github.com/LayorX) @@ -112,7 +112,7 @@ - [Kayode Babalola](https://github.com/kayode-dev) - Great to be here - [Bhavana] - [Anwesh] - (https://github.com/Anwesh-18) - My first open source contribution -- [stijee] - This is my first github commit. +- [stijee] - This is my first github commit. - [freshmess](https://github.com/freshmess) - [wasiq345](https://github.com/wasiq345) -Greetings from Pakistan - [Pedro Bizachi](https://github.com/PedroBizachi) - Greetings from Brazil! @@ -172,7 +172,7 @@ ranjith_dhanasekaran - Swedel Lasrado - Debanjan Kshetry - Kungfoo Panda - +- [M H VINAY](https://github.com/vinay10000) Hello World! :) - Shyynek - [Sergio Frastalis](https://github.com/SergioFrastalis) - [Sergio Frastalis](https://github.com/zohai-ibb) @@ -223,7 +223,7 @@ ranjith_dhanasekaran - [Ahmed Abdellatif](https://github.com/abdellatif72) - [Alex Ivaschenko] (https://github.com/ivaschenkoalex) - [Cameron Scott](https://github.com/cdscott37) -- [Harsh Sahu](https://github.com/harshsahu383) +- [Harsh Sahu](https://github.com/harshsahu383) - [Dayangku Fatin Masyitah] (https://github.com/aktnlxk) - Patty [Nick](https://github.com/nick-noble) First open source contribution @@ -256,7 +256,7 @@ ranjith_dhanasekaran - [Caíque Oliveira](https://github.com/os-caique) - [Gabriel Eyo] (https://github.com/eyogabriel529-sen) - [Sundram Rai](https://github.com/Sundramrai3691) -- [Miles Morales] +- [Miles Morales] - [DevElevate19](https://github.com/DevElevate19) - [Victor Brayner](https://github.com/victorbrayner) - [lucas](https://github.com/Luc-as) @@ -278,7 +278,7 @@ ranjith_dhanasekaran - [Kat R.](https://github.com/KxttyKxt) - [Daniel Arrieta](https://github.com/Darrieta05) - [RUDRA TAILOR](https://github.com/RudraTailor) -- [Aditya Dubey](https://github.com/Aditya149202) +- [Aditya Dubey](https://github.com/Aditya149202) - santiago robles - Faiz Modi - adasrh yadav @@ -303,7 +303,7 @@ ranjith_dhanasekaran - [CJ Nwogu] (https://github.com/cjnw) - [Sneha Bichkunde] (https://github.com/snehabichkunde) sdumini -- [Siddharth Sahu] (https://github.com/sidhacks) +- [Siddharth Sahu] (https://github.com/sidhacks) - [DEVANSH SHUKLA] (https://github.com/devansh391k) - [Kartik Mishra] (https://github.com/kartikmishra210) - [Kunal Sable] (https://github.com/Kunals990) @@ -327,7 +327,7 @@ sdumini - [Akinori Sugimura](https://github.com/sugisaku37) - [Nada Alinour](https://github.com/nadaalinour) - [Swapnil] (https://github.com/swapnil282K) -- [Vaibhav Jadhav] (https://github.com/vaibhav2141) +- [Vaibhav Jadhav] (https://github.com/vaibhav2141) - [Sandy052005](https://github.com/sandy052005) - [Nikita Maurya](https://github.com/sun-andsky) - [Shreyas](https://github.com/skdoosh) @@ -348,9 +348,9 @@ sdumini - [Mohith Butta] (https:/github.com/loicmohithnovoct) - [Saloni Zade](https://github.com/Saloni0111-cpu) - [Chetan Atram](https://github.com/RabbitBoii) -- [Mauricio Pereira] (https://github.com/gitreece) +- [Mauricio Pereira] (https://github.com/gitreece) - [Ewan Black](https://github.com/ebl138) -- [Christian Petrucci] +- [Christian Petrucci] - [Eric Y.](https://github.com/aoy9) Hello World! - [Rushikesh Deshmukh](https://github.com/Mrx207) - [Kunal Jindal](https://github.com/imkunaljindal) @@ -432,7 +432,7 @@ sdumini - [mfg5160] - [Hayato Katagiri](https://github.com/hayatokatagiri) - [PandaDev0069](https://github.com/PandaDev0069) -- [snowmandidi](https://github.com/snowmandidi) +- [snowmandidi](https://github.com/snowmandidi) - [Jayasree G Kalkura](https://github.com/jayasree1805) - [Carlota Castelltort Pinto](https://github.com/CCastelltort) - [Tony J.](https://github.com/t0nebone) @@ -457,7 +457,7 @@ sdumini - [ajit](https://github.com/ajitprachande) - [Pankaj] (https://github.com/ppankaj321) - [Ankit Kumar Yadav](https://github.com/AnkitKrYadav) -- [Ashish Bairwa](https://github.com/ashishb20) +- [Ashish Bairwa](https://github.com/ashishb20) - [Jason](https://github.com/dev-jason-lu) - [David Anane](https://github.com/plaestore) - [Karan Dhiman](https://github.com/karandhiman12) @@ -473,12 +473,12 @@ sdumini - [Muhammad Bilal Saleem](https://github.com/Muhammad-Bilal-Saleem) -[lavi](https://github.com/lavihere1) -[Daniel Velez](https://github.com/Daniel1000c) -- [Martin-Perfumo] (https://github.com/MartinPerfumo) +- [Martin-Perfumo] (https://github.com/MartinPerfumo) [Nakshathra](https://github.com/Nakshathra-17S) naveen-branch-first-contribution NMAKHIJA- Test Contribution - [Naveen Kumar](https://github.com/RowthuNaveenKumar) -- Ja'Nya Ward +- Ja'Nya Ward [Devansh Kapoor](https://github.com/Devansh2208) - [Kashif Kawsar Qadri](https://github.com/KashifQadri90) -[Kavya Krishna](https://github.com/Cx-rrupt) @@ -486,7 +486,7 @@ sdumini - [Chijioke Madu](https://github.com/SaltCJ) - [Mohamed Ismail Gasmi]() -[Bikash Barua](https://github.com/bikashbarua) -- [Varshith Adithya](https://github.com/kv-adithya) +- [Varshith Adithya](https://github.com/kv-adithya) - [Brandon McHugh](https://github.com/brandmch) - [Carlos FH](https://github.com/carlosfhz13) - [Holmes M](https://github.com/Sher69-mycroft) @@ -542,10 +542,10 @@ sdumini - shreyash patil [https://github.com/Sudeshpatil07] - [eieilin](https://github.com/eieilin) - [Jhanvi](https://github.com/JhanviN) -- [Aman Kumar](https://github.com/YukiCodepth) +- [Aman Kumar](https://github.com/YukiCodepth) - [Vishal](https://github.com/Nvishal2006) - [Devesh Paryani](https://github.com/Devesh102030) -- [Noor Jellani](https://github.com/nurulain0) +- [Noor Jellani](https://github.com/nurulain0) -[Zainab Travadi](https://github.cBreakerom/ZainabTravadi) - [Rakshith Srinivasan](https://github.com/rakhith) - [Ravishankar saini](https://github.com/Cyrus253) @@ -715,7 +715,7 @@ sdumini - [Rakesh Vanam](https://github.com/rakeshvanam6868) - [KamalKant](https://github.com/kamal2730) - [HarshYadav152](https://github.com/HarshYadav152) -- [gg_dever] (https://github.com/gg-dever) +- [gg_dever] (https://github.com/gg-dever) - [Paritosh Tiwari] - [Arsh Kumar Mandal](https://github.com/arshmandal0725) - [Gods-ghost](https://github.com/dist34) @@ -882,15 +882,15 @@ sdumini - [Daniyal duddu Subhani](https://github.com/https://github.com/daniyal-subhani) - [Sheikh Abdullah Bin Zahid](https://github.com/Abdullah2240) - [square-story](https://github.com/square-story) -- [Prem Kumar T G](https://github.com/prem7129) +- [Prem Kumar T G](https://github.com/prem7129) - [Artur Chagas](https://github.com/Artur-chagas-shu) - [darkiss7](https://github.com/darkiss7) - [FAI8h](https://github.com/FAI8h) - [Zaid Rasul](https://github.com/ZaidRasul) - [Ankith Kini](https://github.com/ANKITH33) - [Chamesh Dinuka](https://github.com/chamesh2019) -- [Shivam Pandya] -" DEBBIE !)" +- [Shivam Pandya] +" DEBBIE !)" - [Syed Naveeed Mohammed](https://github.com/SyedNaveedM) - [Ales Urankar](https://github.com/alesurankar) - [Krrish](https://github.com/venom827). @@ -994,7 +994,7 @@ P Venkata Rami Reddy - [Keya Shah] (https://github.com/keysh123) - [yeisondev001 💎](https://github.com/yeisondev001) - [ZMM-zhangmanman] -- [Mani] +- [Mani] - [Bohdan Shtelmakh](https://github.com/BohdanShtelmakh) - [Andrea Moguel](https://github.com/amoguelk) - [Akshat Jain](https://github.com/akshat2604) @@ -2668,13 +2668,13 @@ Cloudman - [Rahul Dutta](https://github.com/RahulDutta7) - [Mohamed Laraiche](https://github.com/molaraiche) - [Janaki Ram K](https://github.com/JKR0805) -- [Akshit Garg](https://github.com/AkshitGarg054) +- [Akshit Garg](https://github.com/AkshitGarg054) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) - [Blhassen Sehli](https://github.com/Blhasn-Sehli) - [Saiprasad Rao] (https://github.com/thesaiprasadrao) - [Shrivarsha Pooajry] (https://github.com/shrivarshapoojari) -- [spacescribe](https://github.com/spacescribe) +- [spacescribe](https://github.com/spacescribe) -[sammydonovan](https://github.com/sammydono) - [Sean Tilson](hhtps://github.com/smtilson) - [Firewooood](https://github.com/Firewooood) @@ -2771,7 +2771,7 @@ jack - first contribution practice -[Ameya19](https://github.com/Ameya19) -[jeterrrrrrr](https://github.com/jeterrrrrrr) -[Amritendu Bhattacharjee](https://github.com/xeonray-origin) --[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) +-[Rahul Trivedi](https://github.com/rahulgihub8279/recusion_backtracking/tree/main) - [Jafar Hussein](https://github.com/Jafar-Hussein) -[Arjun V S](https://github.com/Arjunvs7) - [Aditya Jadhav](https://github.com/Aditya-Jadhav-9471) @@ -2825,7 +2825,7 @@ jack - first contribution practice - [Paramjit Singh](https://github.com/param20h) - [Darshil Vasoya](https://github.com/darshilvasoya) - [Paofan25](https://github.com/paofan25) -- [Dheeraj](https://github.com/Dheeraj1333) +- [Dheeraj](https://github.com/Dheeraj1333) - [Josh](https://github.com/joshrtust) -[CHHAVI GAUTAM](https://github.com/Chhavi001) -[Rodrigo Lima][https://github.com/Kosm9] @@ -2896,7 +2896,7 @@ sh0uka - [Amer](https://github.com/iamAmer) - [Rachel Stern](https://github.com/RachelStern20) - [Mukeshwaran K](https://github.com/mukesh-m01) -- [Dede Sangmortey](https://github.com/Ladydede) +- [Dede Sangmortey](https://github.com/Ladydede) - [Anastasia Tumanov](https://github.com/anastasiatumanov) - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) @@ -3224,4 +3224,4 @@ I am Lakshya Sharma and making my first open source contribution - [Justin Velliyath](https://github.com/justinvelliyath0) - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) -- [Shivanii30](https://github.com/Shivanii30) +- [Shivanii30](https://github.com/Shivanii30) From 7587ddd011c55a23af4506cec2698afcf3680bbb Mon Sep 17 00:00:00 2001 From: Hypercat <62680871+Hypercat311@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:04:21 +1000 Subject: [PATCH 2390/2656] Add Hypercat to Contributors list (#104200) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3b7d0721..44ef7d2e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2664,6 +2664,7 @@ Cloudman - [Georgios Karampelos](https://github.com/gkarabelos) - [Cristian Nustes](https://github.com/cristiaaann27) - [Dev Chagas](https://github.com/devchagas) +- [Hypercat](https://github.com/Hypercat311) We out here - [Shreya Kumari](https://github.com/shreya-create-glitch) - [Rahul Dutta](https://github.com/RahulDutta7) - [Mohamed Laraiche](https://github.com/molaraiche) From f881fa8c4cbeeacb9e1720e6f86a10d89a778b40 Mon Sep 17 00:00:00 2001 From: fant205 <92781859+fant205@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:34:53 +0300 Subject: [PATCH 2391/2656] add fant205 to Contributors list (#104201) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 44ef7d2e..0ba7ec0a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3225,4 +3225,5 @@ I am Lakshya Sharma and making my first open source contribution - [Justin Velliyath](https://github.com/justinvelliyath0) - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) -- [Shivanii30](https://github.com/Shivanii30) +- [Shivanii30](https://github.com/Shivanii30) +- [fant205](https://github.com/fant205) - Give me fuel, give me fire ... From 8e1725365dbee570c65b80b07d31b2ca2b232465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Rodr=C3=ADguez=20Jurado?= <114099800+mariorj11@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:01:05 +0200 Subject: [PATCH 2392/2656] Add mario-rodriguez to Contributors list (#104203) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0ba7ec0a..2d41acb5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -533,6 +533,7 @@ sdumini - [Siyabonga Dlikilili](https://github.com/Multimabo) - [rainhuang0220](https://github.com/rainhuang0220) - [SSA](https://github.com/sshnag) +- [Mario Rodríguez](https://github.com/mariorj11) - [GiantPrince](https://github.com/GiantPrince) - Zhuocheng Li - Shiv From 191ece23fcf7139919b8740371d5a963d9e75e92 Mon Sep 17 00:00:00 2001 From: Rahul Date: Fri, 26 Sep 2025 17:38:44 +0530 Subject: [PATCH 2393/2656] Add rahul to Contributors list (#104204) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2d41acb5..abb07f78 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3199,6 +3199,7 @@ I am Lakshya Sharma and making my first open source contribution - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - [Arachnesan] - Parveen Rana +- [Rahul] (https://github.com/rahul15-manch) - [Anushka] (https://github.com/Anushka8) - [Hugo David Cortinas González](https://github.com/Hcortinas) - [Roberto RW] (https://github.com/roberto-rw) From c79abed72c1b14e79ba11601fc852f77013f625f Mon Sep 17 00:00:00 2001 From: Ghaith Bouabda Date: Fri, 26 Sep 2025 13:42:47 +0100 Subject: [PATCH 2394/2656] Add Ghaith Bouabda to Contributors list (#104205) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index abb07f78..a4773364 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3228,4 +3228,5 @@ I am Lakshya Sharma and making my first open source contribution - [Himanshu Firke](https://github.com/himanshu-firke/) - [Sohyeon412](https://github.com/sohyeon412) - [Shivanii30](https://github.com/Shivanii30) +- [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... From df1d1aa8065a538f994f7666a8261faf24f78d12 Mon Sep 17 00:00:00 2001 From: DimGeo Date: Fri, 26 Sep 2025 15:49:59 +0300 Subject: [PATCH 2395/2656] Add DimGeo5 to Contributors list (#104206) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a4773364..54209a9e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! +- [Dim Geo] (https://github.com/DimGeo5) - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm From ad5491f8a3677d84537f823871bb21cc69213685 Mon Sep 17 00:00:00 2001 From: CevikKubat <144237538+CevikKubat@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:56:00 +0200 Subject: [PATCH 2396/2656] Add Cevik Kubat to Contributors List (#104207) Co-authored-by: Cevik --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 54209a9e..ad1eeb4a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors --[Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment +- [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! @@ -41,6 +41,7 @@ - [Toton] - [200MB] - Mada Mada - [Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. +- [Cevik Kubat](https://github.com/CevikKubat) - to see this message means you are awesome - [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! - [hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( From 8e6dfcdcc7cbba248a1b20006a436f70b2e49008 Mon Sep 17 00:00:00 2001 From: Hani Gannam <75663563+HaniGannam@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:05:17 +0400 Subject: [PATCH 2397/2656] Hani gannam to Contributors list (#104208) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ad1eeb4a..4e3f61a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! From 54a0dacb509309e7bcb37edb76cac0d91412fc98 Mon Sep 17 00:00:00 2001 From: Arthur Lettermann Date: Fri, 26 Sep 2025 15:07:17 +0200 Subject: [PATCH 2398/2656] Add Arthur Lettermann to Contributors list (#104209) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4e3f61a2..8960422e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1296,6 +1296,7 @@ Ben -[pouriya](https://github.com/thepouriyahmn) - [Stephen Ng](https://github.com/snust) - [MayLeaf](https://github.com/may-leaf) +-[Arthur Lettermann](https://github.com/aletterm) - [Muhammad Ayyub](https://github.com/devmab24) - [foxdefalt](https://github.com/D-f4lt) - [mohana0304](https://github.com/mohana0304) From 1dcf1192c749f31dc3f32e8292137a1bda15ca19 Mon Sep 17 00:00:00 2001 From: Priyanshu Bhati <140302616+priyanshu1713@users.noreply.github.com> Date: Fri, 26 Sep 2025 18:59:58 +0530 Subject: [PATCH 2399/2656] Add Priyanshu Bhati to Contributors list (#104210) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8960422e..be8a0dad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2010,6 +2010,7 @@ Lawrence Ahaneku - Amine - [Wessel Steenkamp](https://github.com/wesse206) - [Maria Carrera](https://github.com/MarieCourse) +- Priyanshu Bhati - [Samaksh Sethiya](https://github.com/Samaksh22) - [Anirudh Pandey](https://github.com/anirudh241) - [Alan Tai](https://github.com/at350) From 3769a7def1d63c27325dd58a9f4dd7ef0d4d6cce Mon Sep 17 00:00:00 2001 From: Kanishka Udayanga Date: Fri, 26 Sep 2025 19:14:03 +0530 Subject: [PATCH 2400/2656] Add kanishka to Contributors list (#104211) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index be8a0dad..1b013543 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 +- [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. - [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! From 8ae0ed568492428a01905e2e5524762367593b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Buena=C3=B1o?= Date: Fri, 26 Sep 2025 09:02:27 -0500 Subject: [PATCH 2401/2656] Add jucabuen to Contributors list (#104212) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1b013543..5784877f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1009,6 +1009,7 @@ P Venkata Rami Reddy - [Chanda Karamchandani](https://github.com/ChandaKaramchandani) - [Edson Petry](https://github.com/edsonpetry) - [Rohan-Lalchandani](https://github.com/Rohan-Lalchandani08) +- [jucabuen](https://github.com/jucabuen) - [Damian](https://google.com) - [Muskan Agarwal](https://github.com/MuskanAgarwal7) - [David Stark](https://github.com/GamingPions) From dafaa5b2aa0236c27611d37cd3a72e5c39718325 Mon Sep 17 00:00:00 2001 From: AdeibArief Date: Fri, 26 Sep 2025 19:42:44 +0530 Subject: [PATCH 2402/2656] First-Contribution --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index abb07f78..0f447c65 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,6 +63,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +[Adeib Arief](https://github.com/AdeibArief/) - First try - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From a4c0b8fdf98965eed4b0f72804092570d7ed1878 Mon Sep 17 00:00:00 2001 From: Omar Date: Fri, 26 Sep 2025 09:20:40 -0500 Subject: [PATCH 2403/2656] Add Omisan88 to Contributors list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index d302a83f..007da96e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1066,6 +1066,8 @@ Ukashatu Abdullahi - [Dwaine](https://github.com/DwaineBrannon) - [zzb](https://github.com/zbrun) - [Hazel] (https://github.com/hzy-hk) +- [OmiSan77] (https://github.com/adonayomar) +- [OmiSan88] (https://github.com/adonayomar) - [Farzaneh Shams](https://github.com/trajectory100) - [Abhijit](https://github.com/erakin027) - [tr33k](https://github.com/tr33k) From fe0811107d8512f2bba790c8c3aa3088374e91a8 Mon Sep 17 00:00:00 2001 From: AdeibArief <106301847+AdeibArief@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:53:33 +0530 Subject: [PATCH 2404/2656] First-Contribution (#104213) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5784877f..d78ae987 100644 --- a/Contributors.md +++ b/Contributors.md @@ -67,6 +67,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution +[Adeib Arief](https://github.com/AdeibArief/) - First try - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From cc22a01c5f4088d8aa8f9e5579cd28fe637b1b1a Mon Sep 17 00:00:00 2001 From: AdeibArief Date: Fri, 26 Sep 2025 19:56:39 +0530 Subject: [PATCH 2405/2656] First-Contribution --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0f447c65..1f3cba17 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,7 +63,7 @@ - [Shaan Edroos](https://github.com/sh66n) - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution -[Adeib Arief](https://github.com/AdeibArief/) - First try +- [Adeib Arief](https://github.com/AdeibArief/) - First try - [Jayce Stephens] - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! From 5d1cef83ac1dbd45c8f55957937f6ea3759735ef Mon Sep 17 00:00:00 2001 From: Rupesh Saini Date: Fri, 26 Sep 2025 20:34:34 +0530 Subject: [PATCH 2406/2656] Added rupesh to Contributors list (#104216) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d78ae987..f25672e0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! +- [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. - [Dim Geo] (https://github.com/DimGeo5) - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding From 4a65faa6dc8179f21738032795721f08d5464d39 Mon Sep 17 00:00:00 2001 From: Lucas Cloes <91793355+cccLUCASccc@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:59:05 +0200 Subject: [PATCH 2407/2656] first contribution CL (#104218) Co-authored-by: Cloes Lucas --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f25672e0..401d0966 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3239,3 +3239,4 @@ I am Lakshya Sharma and making my first open source contribution - [Shivanii30](https://github.com/Shivanii30) - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... +- [Lucas Cloes](https://github.com/cccLUCASccc) - Yo \ No newline at end of file From a6e1e0ac5a0a70f3d33949adab7b7fe96e06b927 Mon Sep 17 00:00:00 2001 From: Partha <168160706+Leoneix@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:58:38 +0530 Subject: [PATCH 2408/2656] Update Contributors.md (#104219) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 401d0966..62fd35fb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY +- [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. @@ -3239,4 +3240,4 @@ I am Lakshya Sharma and making my first open source contribution - [Shivanii30](https://github.com/Shivanii30) - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... -- [Lucas Cloes](https://github.com/cccLUCASccc) - Yo \ No newline at end of file +- [Lucas Cloes](https://github.com/cccLUCASccc) - Yo From 3eca8e06e5c6aec3c90fcef772dea49d4d280857 Mon Sep 17 00:00:00 2001 From: Jomari Tenorio <133891193+jtenorio-dev@users.noreply.github.com> Date: Sat, 27 Sep 2025 00:41:26 +0800 Subject: [PATCH 2409/2656] Add Jomari Tenorio to Contributors list (#104220) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 62fd35fb..d791586c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3241,3 +3241,4 @@ I am Lakshya Sharma and making my first open source contribution - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo +- [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami From 96abebace1afedcacb7959f7ab4810b6d9432121 Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 27 Sep 2025 00:43:50 +0800 Subject: [PATCH 2410/2656] Added my name (#104221) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d791586c..4633d975 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1924,6 +1924,7 @@ Lawrence Ahaneku - [Alex Thompson](https://github.com/Alex-Inems) - [Anand Shende](https://github.com/anandshende) - [Daniel Cursi](https://github.com/danielcursi) +- [Ben Difuntorum] - [Ashish Jadhav](https://github.com/Ashish1022) - [Vaishnavi](https://github.com/vaishnavi20git) - [Carlos Zukov](https://github.com/zukovCarlos) From 54c06a9172483fc30f34751d4c911684ba6d86b9 Mon Sep 17 00:00:00 2001 From: Ashmit Prasad Date: Fri, 26 Sep 2025 22:34:00 +0530 Subject: [PATCH 2411/2656] Add Ashmit Prasad to Contributors List. (#104222) * First commit * Add Ashmit Prasad to Contributors list. * Ashmit Prasad's first commit. * Ad Ashmit Prasad to contributors list. * Add Ashmit Prasad to Contributors lIst. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4633d975..05e1027c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -52,6 +52,7 @@ - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) +[Ashmit Prasad :)](https://github.com/ashmitprasad183-netizen) - [Anashe Gaseller] - [Tojan Naiem](https://github.com/Tojan-Naiem) [Mahdi](https://github.com/mahdi-re-dev) - thanks From cd7a855cbedb0ab1f56993c31d6338a5762f23af Mon Sep 17 00:00:00 2001 From: Harshit Kumar Date: Fri, 26 Sep 2025 22:48:00 +0530 Subject: [PATCH 2412/2656] Add Harshit Kumar to Contributors list (#104223) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 05e1027c..6cd84e34 100644 --- a/Contributors.md +++ b/Contributors.md @@ -7,6 +7,7 @@ - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! +- [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source Contribution -[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution From d08098dc743806b40f8701a617aa0298d55ee7a6 Mon Sep 17 00:00:00 2001 From: Osvaldo Alves <124069644+osvaldo-alves-de-brito@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:36:13 -0300 Subject: [PATCH 2413/2656] Add osvaldo-alves-de-brito to the Contributors list (#104224) Co-authored-by: Osvaldo Alves --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6cd84e34..27fed4e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -256,6 +256,7 @@ ranjith_dhanasekaran - [DMS Menula](https://github.com/DMS-Menula/) - [Ernesto Donado](https://github.com/edonado2) - [Preetham Noel P] +- [Osvaldo Alves](https://github.com/osvaldo-alves-de-brito) - [Harshit Kant](https://github.com/Harshitkant21/) - [Leonardo Queirolo](https://github.com/queiroll) - [Jack Crampton] (https://github.com/Gamesscow) From cc191aeb79a70375324ec705bd2b2511f002b45e Mon Sep 17 00:00:00 2001 From: Sahith Date: Fri, 26 Sep 2025 23:17:31 +0530 Subject: [PATCH 2414/2656] Add Sahith to Contributors list (#104225) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 27fed4e8..d3f95a8c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -34,6 +34,7 @@ - [DeAnna_Nichols] - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] +--sahith bunny new user - [Avinash Ganore](https://github.com/Xzy-Vron) - [June](https://github.com/onjoon) - [Khalid](https://github.com/khalidx3) From 771796b8f8ab2a4d21359cdb0164c8ec22330d8c Mon Sep 17 00:00:00 2001 From: AhmedAbass2004 <147076823+AhmedAbass2004@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:50:08 +0300 Subject: [PATCH 2415/2656] Add Ahmed Abass to Contributors list (#104227) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d3f95a8c..5e51ff4b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3247,3 +3247,4 @@ I am Lakshya Sharma and making my first open source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami +- [Ahmed Abass](https://github.com/AhmedAbass2004) \ No newline at end of file From 2c5eb52e1b08dd8847a2e83d040de8bb794583e6 Mon Sep 17 00:00:00 2001 From: Maran Date: Fri, 26 Sep 2025 20:04:08 +0100 Subject: [PATCH 2416/2656] Add 'Ilamaran Magesh' to Contributors.md (#104228) Co-authored-by: Ilamaran Magesh --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5e51ff4b..52d6ee19 100644 --- a/Contributors.md +++ b/Contributors.md @@ -32,6 +32,7 @@ - [BiNa Maxx](https://github.com/bina5461) My First Contribution as a learner. - [Kian Zahrai](https://github.com/KianZahrai) - Excited to contribute to this open source project :ok_hand: - [DeAnna_Nichols] +- Ilamaran Magesh - Cheers! - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution - [FaFa-02] --sahith bunny new user From e6c4cb9b99030e424b2167785e9add14a1cef7da Mon Sep 17 00:00:00 2001 From: George Spesivtsev Date: Fri, 26 Sep 2025 23:00:09 +0300 Subject: [PATCH 2417/2656] Add gorop51-2 to Contributors list (#104229) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 52d6ee19..4aaec66f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3214,6 +3214,7 @@ I am Lakshya Sharma and making my first open source contribution - [Pooja B](https://github.com/PoojaB24) - [Edward Tan](https://github.com/EdwardJiazhenTan) - Hi everyone! - [Arachnesan] +- [George Spesivtsev](https://github.com/gorop51-2) - Parveen Rana - [Rahul] (https://github.com/rahul15-manch) - [Anushka] (https://github.com/Anushka8) @@ -3248,4 +3249,4 @@ I am Lakshya Sharma and making my first open source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami -- [Ahmed Abass](https://github.com/AhmedAbass2004) \ No newline at end of file +- [Ahmed Abass](https://github.com/AhmedAbass2004) From 100ecfcb491ab9de2075123a9bbc2618ce61b5ff Mon Sep 17 00:00:00 2001 From: Avinash Niyas Date: Sat, 27 Sep 2025 02:05:57 +0530 Subject: [PATCH 2418/2656] added my name to contributors list (#104230) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4aaec66f..c953c5f4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -103,6 +103,7 @@ - [Ali Nasser](https://github.com/AliNasser05) - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) +- [Avinash](https://github.com/Avinash1423)-Hello - [Ashen Umeda](https://github.com/ashenumeda) - [Santiago Gomez](https://github.com/Santiago13dev) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) From 74468d521efcaf0aee3ff60f038e45959ef06cc5 Mon Sep 17 00:00:00 2001 From: MITHUN GUPTA <91526970+Mithunmkks@users.noreply.github.com> Date: Sat, 27 Sep 2025 02:33:17 +0530 Subject: [PATCH 2419/2656] Add Mithun Gupta to Contributors list (#104231) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c953c5f4..59101c02 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3251,3 +3251,4 @@ I am Lakshya Sharma and making my first open source contribution - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami - [Ahmed Abass](https://github.com/AhmedAbass2004) +- [Mithun Gupta](https://github.com/Mithunmkks) From 4dc593576601bf33c5842c02befcfdee9ba78fdc Mon Sep 17 00:00:00 2001 From: AleksandraSieg <32368349+AleksandraSieg@users.noreply.github.com> Date: Fri, 26 Sep 2025 23:18:35 +0200 Subject: [PATCH 2420/2656] Add Aleksandra Sieg to Contributors list (#104232) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 59101c02..a605048e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -61,6 +61,7 @@ [Mahdi](https://github.com/mahdi-re-dev) - thanks - [Jordan Pinto](https://github.com/KwakuYostOfficial) - [Abdul Basit](https://github.com/abdulawr) +- [Aleksandra Sieg](https://github.com/AleksandraSieg) Hi Everyone! I'm from Poland and this is my first contribution, I'm so happy. Wish you all the best! - [Isholl](https://github.com/isholl) - [Basit Channa](https://github.com/basitbc) - [Caroline Park](https://github.com/parkcarol/) From 2d4753cac21f62d11bf92053be29081c79ccf8d2 Mon Sep 17 00:00:00 2001 From: AGrigglyGuy Date: Sat, 27 Sep 2025 08:14:09 +0930 Subject: [PATCH 2421/2656] Add AGrigglyGuy to Contributors List (#104234) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a605048e..8f861dbe 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3093,6 +3093,7 @@ DanyLeeCS - [zhoushuo](https://github.com/zshs000) - [Suriti Joshi] (https://github.com/srj-145) - CyberJoke +- [AGrigglyGuy](https://github.com/AGrigglyGuy) Wow! This is my first fork where I actually did something... - [Richie de la Rosa] (https://github.com/richiedlrsa) - [James Whatcott](https://github.com/jameswhatcott) - [Dudley Orestil] (https://github.com/dee276) From ddb9be048817b7c7f5d8964dafb89788978f8b3b Mon Sep 17 00:00:00 2001 From: vscortez <143911596+vscortez@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:10:23 -0500 Subject: [PATCH 2422/2656] Add Vanessa C. (#104235) to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8f861dbe..73b9b10d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! +- [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! - [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source Contribution From fa6bd68b679eba249167a6eb0ada6dcd53fcb2a2 Mon Sep 17 00:00:00 2001 From: Maria Sebastian <39611113+LadyGMaria@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:44:02 -0500 Subject: [PATCH 2423/2656] Add Maria Sebastian to Contributors list. (#104237) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 73b9b10d..e6957261 100644 --- a/Contributors.md +++ b/Contributors.md @@ -39,6 +39,7 @@ --sahith bunny new user - [Avinash Ganore](https://github.com/Xzy-Vron) - [June](https://github.com/onjoon) +- [Maria Sebastian] - [Khalid](https://github.com/khalidx3) - [FertileVerve](https://github.com/fertileverve) - [Ayush](https://github.com/AyushMaurya3114) From eed24ea7c5acd42fe60a4f2596a142b3a9d8f4fc Mon Sep 17 00:00:00 2001 From: Umarpython001 Date: Sat, 27 Sep 2025 02:21:08 +0100 Subject: [PATCH 2424/2656] I ADDED MY NAME TO THE CONTRIBUTORS LISTgit diff! WOWWW (#104233) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e6957261..6f9b9b0f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -772,6 +772,7 @@ sdumini - [Yorke Nyakundi](https://github.com/yorkings) - [Lucas](https://github.com/LucasCSIT) - [Thabeswar](https://github.com/Thabeswar) +- [Olowonyo Umar Ololade](https://github.com/Umarpython001) - [Mithielesh N](https://github.com/mithielesh) - [Yash](https://github.com/yuishigam1) - [Abhi][https://github.com/Abhi-AIX] From cecfc1eae415b68aec20f14c86b9c23343c55edc Mon Sep 17 00:00:00 2001 From: Krishna Yadav <140491069+yadav-krish@users.noreply.github.com> Date: Sat, 27 Sep 2025 06:55:52 +0530 Subject: [PATCH 2425/2656] Add Krishna Yadav to the Contributors list (#104202) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 40932e7f..c12e43c1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3256,6 +3256,7 @@ I am Lakshya Sharma and making my first open source contribution - [Shivanii30](https://github.com/Shivanii30) - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... +- [Krishna Yadav](https://github.com/yadav-krish) - Entering into the realm of Open Source :) - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami - [Ahmed Abass](https://github.com/AhmedAbass2004) From 731ba878020136995999275325d99ee847f43cad Mon Sep 17 00:00:00 2001 From: Gopi Lakke <106574401+gopilakke@users.noreply.github.com> Date: Sat, 27 Sep 2025 06:58:11 +0530 Subject: [PATCH 2426/2656] Add Gopi Lakke to contributors list (#104217) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 17177852..00ef6d75 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3258,6 +3258,7 @@ I am Lakshya Sharma and making my first open source contribution - [Shivanii30](https://github.com/Shivanii30) - [Ghaith Bouabda](https://github.com/ghaith-bouabda) - first open-source contribution - [fant205](https://github.com/fant205) - Give me fuel, give me fire ... +- [Gopi Lakke](https://github.com/gopilakke) - my first-contribution - [Krishna Yadav](https://github.com/yadav-krish) - Entering into the realm of Open Source :) - [Lucas Cloes](https://github.com/cccLUCASccc) - Yo - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami From e1bf4c759134310e8112bd587e34907772dc50c2 Mon Sep 17 00:00:00 2001 From: Zephyr Date: Fri, 26 Sep 2025 22:28:09 -0500 Subject: [PATCH 2427/2656] Add Zephyr to Contributors list (#104272) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2cb914b9..209a4a5f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1025,6 +1025,7 @@ P Venkata Rami Reddy - [Edson Petry](https://github.com/edsonpetry) - [Rohan-Lalchandani](https://github.com/Rohan-Lalchandani08) - [jucabuen](https://github.com/jucabuen) +- [Zephyr](https://github.com/zephyr-pixilated) - [Damian](https://google.com) - [Muskan Agarwal](https://github.com/MuskanAgarwal7) - [David Stark](https://github.com/GamingPions) From e67814707453556382520e5fb1e7a7e776b974ec Mon Sep 17 00:00:00 2001 From: HARI NIVEDHAN P <98148551+hari7niv@users.noreply.github.com> Date: Sat, 27 Sep 2025 10:05:17 +0530 Subject: [PATCH 2428/2656] Add hari-nivedhan to Contributors list (#104273) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 209a4a5f..60acdf30 100644 --- a/Contributors.md +++ b/Contributors.md @@ -143,6 +143,7 @@ - [Thien](https://github.com/Thien0912) - sai - hello +- [Hari Nivedhan](https://github.com/hari7niv) - [Sharvesh S][https://github.com/Sharvesh3]- This is my First FOSS Contribution [Itika Goel][https://github.com/itikaa] - [Jack Bates](https://github.com/JackBates2007) - Hello Everyone! From cff7aadd81e5c25b4822b4fa8ba0876cf889ab21 Mon Sep 17 00:00:00 2001 From: Jacques <87280414+JacquesJ44@users.noreply.github.com> Date: Sat, 27 Sep 2025 06:47:15 +0200 Subject: [PATCH 2429/2656] Add JJ to Contributors List (#104274) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 60acdf30..b49cefa8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . +- [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! - [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. From c806a4dfb1e2abd714643c8c176811c6aa44bff8 Mon Sep 17 00:00:00 2001 From: Raymond <53356384+POWERTRICEPS@users.noreply.github.com> Date: Sat, 27 Sep 2025 00:07:34 -0700 Subject: [PATCH 2430/2656] Added jacky james to contributors (#104277) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b49cefa8..179dfd5e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ -[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution +- [Jacky James] - My first contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . - [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. From a502425b7712554f9cf973611e5534c658427745 Mon Sep 17 00:00:00 2001 From: William Ong <45505811+William9923@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:12:54 +0700 Subject: [PATCH 2431/2656] add personal contributions (#104278) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 179dfd5e..3fca6b7a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3268,3 +3268,4 @@ I am Lakshya Sharma and making my first open source contribution - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami - [Ahmed Abass](https://github.com/AhmedAbass2004) - [Mithun Gupta](https://github.com/Mithunmkks) +- [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! From ed57729146f5f7c259448195a065c25cf46f6bd3 Mon Sep 17 00:00:00 2001 From: soffwolf Date: Sat, 27 Sep 2025 10:33:18 +0300 Subject: [PATCH 2432/2656] Add Tung Nguyen to contributors list (#104279) Co-authored-by: Tung Nguyen --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3fca6b7a..5c51d564 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3268,4 +3268,5 @@ I am Lakshya Sharma and making my first open source contribution - [Jomari Tenorio](https://github.com/jtenorio-dev) - whoami - [Ahmed Abass](https://github.com/AhmedAbass2004) - [Mithun Gupta](https://github.com/Mithunmkks) +- [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! From 72161e270116d453fa177ed4d64a7124030050ff Mon Sep 17 00:00:00 2001 From: rizespbya Date: Sat, 27 Sep 2025 12:15:28 +0300 Subject: [PATCH 2433/2656] Add @rizespb to Contributors list (#104280) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c51d564..3c55e3a3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3270,3 +3270,4 @@ I am Lakshya Sharma and making my first open source contribution - [Mithun Gupta](https://github.com/Mithunmkks) - [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! +- [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! From f57433a3d1aab98ee9cd55a96d4c5d34cf332a2b Mon Sep 17 00:00:00 2001 From: vishwas-615 Date: Sat, 27 Sep 2025 15:04:35 +0530 Subject: [PATCH 2434/2656] Add your-name to Contributors list (#104283) Co-authored-by: vishwas-615 --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3c55e3a3..35e57e4a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,7 +8,8 @@ - [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! -- [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source Contribution +- [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source +- [Vishwas Hibare] (https://github.com/vishwas-615) - Full Stack Developer | Crazy...! -[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution From 9393790e7d45be8b008bd0e76b92d5074286f2a2 Mon Sep 17 00:00:00 2001 From: Kamel Rmeda <143252612+Young-Xster@users.noreply.github.com> Date: Sat, 27 Sep 2025 11:16:21 +0100 Subject: [PATCH 2435/2656] add Kamel Rmeda to Contributors list (#104285) Co-authored-by: Young-Xster --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 35e57e4a..35a0b846 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 +- [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. - [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start From de35acb8c00036be4e46dd4a69baeff039523d06 Mon Sep 17 00:00:00 2001 From: Zackwanhakimi <94884140+Zackwanhakimi@users.noreply.github.com> Date: Sat, 27 Sep 2025 20:03:12 +0800 Subject: [PATCH 2436/2656] Add Zackwan Hakimi to Contributors list (#104288) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 35a0b846..966cd1d5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding - [Jhoe-Lab](https://github.com/Jhoe-lab)- Keep Coding, and keep calm +- [Zackwan Hakimi](https://github.com/Zackwanhakimi) - Hey there boys, is this correct way to contribute? - Saurebh Kokate - THis is my 1st contribution - [Sourabh Mukherjee](https://github.com/sourabhO7) - This is my first open source contribution [Vikas Saini](https://github.com/vikas-saini-7) - Big Things Coming Up :) From 92aa599a37232ff75221c54512fb3ab20e3f3613 Mon Sep 17 00:00:00 2001 From: byt3Buster Date: Sat, 27 Sep 2025 13:39:21 +0100 Subject: [PATCH 2437/2656] Add byt3buster (#104289) * Add my name to Contibutors list * Add NGASSAM NANA ~byt3buster to Contibutors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 966cd1d5..e1edcd15 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,6 +16,7 @@ -[051821](https://github.com/051821) - This is my first open-source contribution - [Jacky James] - My first contribution - [Yeerapaneni Anurag ](https://github.com/Yeerapanenianurag) - Leaping into open source contribution . +- [NGASSAM NANA ~byt3buster](https://github.com/byt3Buster/) - Glad to meet you (-: - [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! From bfcde0058b1ae9f944b5576a677745b0a6599217 Mon Sep 17 00:00:00 2001 From: Khushi Vishwakarma <159608554+khushi-vishwakarma07@users.noreply.github.com> Date: Sat, 27 Sep 2025 18:10:49 +0530 Subject: [PATCH 2438/2656] Add Khushi to Contributors list with a greeting (#104290) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e1edcd15..f1b2a36f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -114,6 +114,7 @@ - [Aryan Jadhav](https://github.com/AryanJadhav15) - [Bug9519](https://github.com/Bug9519) - [Avinash](https://github.com/Avinash1423)-Hello +-[Khushi](https://github.com/khushi-vishwakarma07) - Hello open-source world! - [Ashen Umeda](https://github.com/ashenumeda) - [Santiago Gomez](https://github.com/Santiago13dev) - [Marni Pawan Veer Sai](https://github.com/Pawan82003) From 9f6b4446f6258d4380caf6e3dbba31fd27638821 Mon Sep 17 00:00:00 2001 From: mmohamedmmamdouh6 Date: Sat, 27 Sep 2025 16:07:21 +0300 Subject: [PATCH 2439/2656] Add Mohamed Mahmoud to Contributors list (#104292) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f1b2a36f..48e267e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ - [JJ] (https://github.com/JacquesJ44) - Looking forward to create and collaborate! - [Cypher](https://github.com/s1999-alt/) - Master the basics, and everything else becomes easier. - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! +- [Mohamed Mahmoud] (https://github.com/mmohamedmmamdouh6) - It is just the beginning. - [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. - [Dim Geo] (https://github.com/DimGeo5) - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. From 12da165cfa0170f90b064057177533b985e84be2 Mon Sep 17 00:00:00 2001 From: Hardik Basu Date: Sat, 27 Sep 2025 18:38:01 +0530 Subject: [PATCH 2440/2656] Add Hardik to contributors list (#104293) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 48e267e9..d969e50f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3277,3 +3277,4 @@ I am Lakshya Sharma and making my first open source contribution - [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! - [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! +- [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. \ No newline at end of file From e023c82a302d8eb9c4c835c246fffdc901e0b2ba Mon Sep 17 00:00:00 2001 From: Hardik Basu Date: Sat, 27 Sep 2025 18:53:44 +0530 Subject: [PATCH 2441/2656] Add Hardik to contributors list (#104294) From ca9cf41670e08768866f6de9f73bf403da7d9787 Mon Sep 17 00:00:00 2001 From: Francis David Date: Sat, 27 Sep 2025 19:01:07 +0530 Subject: [PATCH 2442/2656] Update Contributors.md (#104295) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d969e50f..b56d6a72 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Francis](francisvfx.carrd.co) (https://github.com/francisdav1d) - - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. From 5331d16207e784665db425b5ba7b25858fa8c2f2 Mon Sep 17 00:00:00 2001 From: Rahul <139740024+Itzzmerahul@users.noreply.github.com> Date: Sat, 27 Sep 2025 19:34:59 +0530 Subject: [PATCH 2443/2656] First pr (#104296) * first os contribution * Add Rahul Krishna T to your Contributions list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b56d6a72..10ce9985 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! - [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! +- [Rahul Krishna T](https://github.com/Itzzmerahul) - My first Open Source contribution Ikou!!! - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! - [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source - [Vishwas Hibare] (https://github.com/vishwas-615) - Full Stack Developer | Crazy...! From fa9563db7ebdc09db618998e629f713e749b0f38 Mon Sep 17 00:00:00 2001 From: Jan Kristoffer Manes Date: Sat, 27 Sep 2025 23:05:31 +0800 Subject: [PATCH 2444/2656] Add Jan Kristoffer Manes to Contributors list (#104299) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 10ce9985..b9e71cf2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -63,6 +63,7 @@ - [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! - [hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( +- [Jan Kristoffer Manes](https://github.com/KrisSelvarin) - My first contribution! Yey! This is just for hobbies but I want to explore both AI and Data Science and even just doing fun stuff (Day-52 in Learning Programming|Coding) - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Bjorn Stephany](https://github.com/bjornstephany) - [Omveer](https://github.com/narukaz/) From 2e94a7acb646368c239fe39d118fb69666322b76 Mon Sep 17 00:00:00 2001 From: Svector <161027709+Svector-anu@users.noreply.github.com> Date: Sat, 27 Sep 2025 16:09:55 +0100 Subject: [PATCH 2445/2656] Add svector to Contributors list (#104300) Co-authored-by: svector-anu --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index b9e71cf2..de9a17b9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3280,4 +3280,5 @@ I am Lakshya Sharma and making my first open source contribution - [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! - [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! -- [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. \ No newline at end of file +- [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. +- [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. From 4d54f83ab805c8736d035b40eadc7fd9ce974f7d Mon Sep 17 00:00:00 2001 From: Mohamad Abdelnaby <93231355+Yamo406@users.noreply.github.com> Date: Sat, 27 Sep 2025 19:07:58 +0300 Subject: [PATCH 2446/2656] Add Yamo406 name and Github Page to Contributers.md (#104301) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index de9a17b9..e3569121 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3282,3 +3282,4 @@ I am Lakshya Sharma and making my first open source contribution - [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. +- [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 From b036e31bae55ac4197d1c0958c04c6a606a60866 Mon Sep 17 00:00:00 2001 From: KillianDlds <130392622+KillianDlds@users.noreply.github.com> Date: Sat, 27 Sep 2025 18:40:40 +0200 Subject: [PATCH 2447/2656] =?UTF-8?q?Ajout=20de=20mon=20nom=20=C3=A0=20la?= =?UTF-8?q?=20fin=20du=20fichier=20Contributors.md=20(#104302)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e3569121..1ad6ad0e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3283,3 +3283,4 @@ I am Lakshya Sharma and making my first open source contribution - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 +- [KillianDlds](https://github.com/KillianDlds) -Yo everyone From 9493b03682be4639e9b045677d89b946833676bf Mon Sep 17 00:00:00 2001 From: Vanya Arikutharam Date: Sat, 27 Sep 2025 22:11:47 +0530 Subject: [PATCH 2448/2656] Added vanya-36 to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e3569121..e980fcb6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3283,3 +3283,4 @@ I am Lakshya Sharma and making my first open source contribution - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 +- [vanya-36](https://github.com/vanya-36) - Starting my journey in open source! From 0fa90f0e7baf85891e3abeb7a802f0b4c7d1040c Mon Sep 17 00:00:00 2001 From: ROHITH <147255717+uec203@users.noreply.github.com> Date: Sat, 27 Sep 2025 22:30:14 +0530 Subject: [PATCH 2449/2656] Add uec203 to Contributors list (#104305) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1ad6ad0e..79831fc3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3283,4 +3283,5 @@ I am Lakshya Sharma and making my first open source contribution - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 +- [uec203](https://github.com/uec203) - My first contrubition - [KillianDlds](https://github.com/KillianDlds) -Yo everyone From f81e5b5fd1c40c2917fe9665cb72920103dc8011 Mon Sep 17 00:00:00 2001 From: Jef Peeters <59807912+Peeters-Jef@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:49:14 +0000 Subject: [PATCH 2450/2656] add: my name to the Contributors list (#104306) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 79831fc3..38c8bad7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -88,6 +88,7 @@ - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Adeib Arief](https://github.com/AdeibArief/) - First try - [Jayce Stephens] +- [Jef P.](https://github.com/Peeters-Jef) Hello! - [Zhou Xiaoqian] - [Shreya Nigam](https://github.com/shreya-328) Excited to try ! - [Aakash Singh](https://github.com/aakashsingh04) From 6a8cf45aac8155a7bb0ed79070202af3ce12dba4 Mon Sep 17 00:00:00 2001 From: BeauBremer <6852572+KnowOneActual@users.noreply.github.com> Date: Sat, 27 Sep 2025 13:43:53 -0500 Subject: [PATCH 2451/2656] added: add KnowOne to Contributors.md (#104307) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 38c8bad7..f8c1c875 100644 --- a/Contributors.md +++ b/Contributors.md @@ -526,6 +526,7 @@ sdumini [TML](https://github.com/TinMoeLwin007) - [Tonny Nyauke] - [gcgc] +- [Beau Bremer](https://github.com/KnowOneActual) -[Shaswata Panda] - [Michael Koo](https://github.com/Michael-Koo-21) - [Jay](https://github.com/ledi1026) From 5a2228852c534d0c8d4d16f4aeaeea5fbeecbf63 Mon Sep 17 00:00:00 2001 From: Rishabh Raj Pathak <93254042+Rishabh-Raj-Pathak@users.noreply.github.com> Date: Sun, 28 Sep 2025 00:24:53 +0530 Subject: [PATCH 2452/2656] Add Rishabh Raj Pathak to Contributors list (#104308) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f8c1c875..0955a57c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -51,6 +51,7 @@ - [Maria Sebastian] - [Khalid](https://github.com/khalidx3) - [FertileVerve](https://github.com/fertileverve) +- [Rishabh Raj Pathak](https://github.com/Rishabh-Raj-Pathak) - This is my first open source contribution, huge thanks to the community for building such an awesome project. I'm keen to get involved in the open source space and hopefully make a meaningful impact! - [Ayush](https://github.com/AyushMaurya3114) - [AbhishekRouth](https://github.com/Abhishekrouth) - [Adnan](https://github.com/adnan-2504) From 8e7fdcfd59f4286eb9558e00b3d54fa237c22c24 Mon Sep 17 00:00:00 2001 From: Abhi Date: Sun, 28 Sep 2025 00:32:44 +0530 Subject: [PATCH 2453/2656] I have added My Name in contributors.md (#104309) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0955a57c..edf10bc2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -88,6 +88,7 @@ - [Ripudaman Singh](https://github.com/rdsingh120) - First Git Contribution - [Sairam Konar](https://github.com/Sairam-Vk-sudo) - First Git Contribution - [Adeib Arief](https://github.com/AdeibArief/) - First try +- [Abhishek Raj](https://github.com/Abhi-4825) - I am starting my contribution from here - [Jayce Stephens] - [Jef P.](https://github.com/Peeters-Jef) Hello! - [Zhou Xiaoqian] From a2ded4037bf5a0476937a930f07bd95a1d2481cd Mon Sep 17 00:00:00 2001 From: Scott Lundgren Date: Sat, 27 Sep 2025 15:40:43 -0400 Subject: [PATCH 2454/2656] Add Scott Lundgren to Contributors list (#104311) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index edf10bc2..fe219851 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3288,4 +3288,5 @@ I am Lakshya Sharma and making my first open source contribution - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 - [uec203](https://github.com/uec203) - My first contrubition +- [Scott Lundgren](https://github.com/scottelundgren) - Not my first contribution, but fun to add - [KillianDlds](https://github.com/KillianDlds) -Yo everyone From 661ee6cadfc967c80d18c25cf2f16ed6adfd9f5b Mon Sep 17 00:00:00 2001 From: Ahmad Alshobaiki <79412662+ahmadalshobaiki@users.noreply.github.com> Date: Sat, 27 Sep 2025 23:12:45 +0300 Subject: [PATCH 2455/2656] Added Ahmad to Contributors list (#104312) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe219851..e5bef91f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -44,6 +44,7 @@ - [DeAnna_Nichols] - Ilamaran Magesh - Cheers! - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution +- [Ahmad] - hi all this is my first contribution :) - [FaFa-02] --sahith bunny new user - [Avinash Ganore](https://github.com/Xzy-Vron) From b3805ad1fd80050cc9f3a2b41fdb400a0aa01923 Mon Sep 17 00:00:00 2001 From: Arnav Gautam Date: Sun, 28 Sep 2025 03:51:49 +0530 Subject: [PATCH 2456/2656] Add Arnav Gautam to Contributors list (#104310) * Add Arnav Gautam to Contributors list * Fix duplicate contributor entry and formatting Removed duplicate entry for Arnav Gautam and fixed formatting issues. --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index e5bef91f..1ccf66ad 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors -- [Francis](francisvfx.carrd.co) (https://github.com/francisdav1d) - +- [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. @@ -7,6 +7,7 @@ - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start - [Joseph Fujimoto](https://github.com/jsfmu) - Locking in post-grad. Wish me luck as I'm wishing you all luck everyone! - [Azhar](https://github.com/kkyufkrz) - First Git Contribution - Msg: Love u ananda! +- [Arnav Gautam](https://github.com/arnavgautam0209) - Let's Go!!! - [Vanessa C.](https://github.com/vscortez) - This will be my first contribution to open-source coding!! - [InsaneAbhinav](https://github.com/InsaneAbhinav) - First Git Contribution GG boys & girls!!! - [Rahul Krishna T](https://github.com/Itzzmerahul) - My first Open Source contribution Ikou!!! From 1c3cd3e7f710a8360355793786b4735cafca23fc Mon Sep 17 00:00:00 2001 From: Aditya Telsinge <101270144+AdityaTel89@users.noreply.github.com> Date: Sun, 28 Sep 2025 03:53:49 +0530 Subject: [PATCH 2457/2656] Add Aditya Telsinge to Contributors list (#104303) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6ae24d33..17aa08a2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3289,6 +3289,7 @@ I am Lakshya Sharma and making my first open source contribution - [Hardik](https://github.com/Hbasu5) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [svector-anu](https://github.com/svector-anu) - Hi everyone! It's my first contribution. Looking forward to new opportunities always. - [Yamo406](https://github.com/Yamo406) -Yamo406 was here X_X, come say Hi, if you see this <3 +- [Aditya Telsinge](https://github.com/AdityaTel89) - Hi, My first contribution... - [uec203](https://github.com/uec203) - My first contrubition - [Scott Lundgren](https://github.com/scottelundgren) - Not my first contribution, but fun to add - [KillianDlds](https://github.com/KillianDlds) -Yo everyone From 743fc1a2fcbfc3757c2cb5ebca83f1db3e6b81b6 Mon Sep 17 00:00:00 2001 From: lyricalcarpenter Date: Sat, 27 Sep 2025 18:14:57 -0500 Subject: [PATCH 2458/2656] Update Contributors.md (#104316) Added lyricalcarpenter --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 17aa08a2..2fb4d31d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3252,6 +3252,7 @@ I am Lakshya Sharma and making my first open source contribution - [Roberto RW] (https://github.com/roberto-rw) - [Jimmy So] this is 250924. I wanna free~ - [tdx2] - a software developer +- [lyricalcarpenter] - Here I am, here I remain! - [axniks](https://github.com/axniks) - [charles] - (https://github.com/charlestran2006) - first contribution! - [htyffn] - (https://github.com/htyffn) From 20764535f18c8f410366a5b5288fd81a932bf5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Polat?= <33496687+OZZO666@users.noreply.github.com> Date: Sun, 28 Sep 2025 03:48:28 +0300 Subject: [PATCH 2459/2656] =?UTF-8?q?Add=20=C3=96zg=C3=BCr=20Polat=20to=20?= =?UTF-8?q?Contributors=20list=20(#104317)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2fb4d31d..f23bb2c3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3294,5 +3294,6 @@ I am Lakshya Sharma and making my first open source contribution - [uec203](https://github.com/uec203) - My first contrubition - [Scott Lundgren](https://github.com/scottelundgren) - Not my first contribution, but fun to add - [KillianDlds](https://github.com/KillianDlds) -Yo everyone +- [Özgür Polat](https://github.com/ozzo666) - ✌️ - [vanya-36](https://github.com/vanya-36) - Starting my journey in open source! From 314d707bd375218f3bca63f20b7121a81a3160d7 Mon Sep 17 00:00:00 2001 From: Santa <102136214+notsanta20@users.noreply.github.com> Date: Sun, 28 Sep 2025 10:18:03 +0530 Subject: [PATCH 2460/2656] Add santhosh to Contributors list (#104319) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f23bb2c3..daff2ab9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -25,6 +25,7 @@ - [Holly Dahlstrom] (https://github.com/HollyDahlstrom) - Yay! I did it! - [Mohamed Mahmoud] (https://github.com/mmohamedmmamdouh6) - It is just the beginning. - [Rupesh Saini] (https://github.com/theangryybeast) - My First Contribution that I did on Sep 26 2025. +- [Santhosh] (https://github.com/notsanta20) - First Contribution. - [Dim Geo] (https://github.com/DimGeo5) - [Abhishek Sharma](https://github.com/AbhishekSharma9161) - Master the basics, and everything else becomes easier. - [Pooja Vishwakarma](https://github.com/pv4782613)- Keep Grinding From d3298136b96b231d37bc83bbe5bb34ff0c3057e9 Mon Sep 17 00:00:00 2001 From: DerBadunkadunk <61605157+DerBadunkadunk@users.noreply.github.com> Date: Sat, 27 Sep 2025 23:55:19 -0500 Subject: [PATCH 2461/2656] Added my name to the list of contributors. (#104320) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index daff2ab9..302800cd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Derbadunkadunk](https://github.com/DerBadunkadunk) - Hello github and here is my first contribution. - [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) From c736dc99615b9d6e7aea41052e6b7f80407e4795 Mon Sep 17 00:00:00 2001 From: jrsezerotto <90218668+jrsezerotto@users.noreply.github.com> Date: Sun, 28 Sep 2025 02:09:53 -0300 Subject: [PATCH 2462/2656] Add Junior Sezerotto to Contributors list (#104322) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 302800cd..e451c2e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2949,6 +2949,7 @@ sh0uka - [Manvitha shetty](https://github.com/Manvitha13964) - [SHREYANSH SINGH](https://github.com/Shreyansh-singh-6856) - [RIVER] +- [Junior Sezerotto](https://github.com/jrsezerotto) - [Nikhil Garg](https://github.com/Nikhilgarg-123) - [Dhanraj Bidare](https://github.com/Dhanraj4102) - [JstFrMs](https://github.com/JstFrMs) From 2839b46c2da06564e48239b3ef1462bad67527e5 Mon Sep 17 00:00:00 2001 From: Yanshi Sharma <144547830+yanshiii@users.noreply.github.com> Date: Sun, 28 Sep 2025 11:20:12 +0530 Subject: [PATCH 2463/2656] Add Yanshi Sharma to Contributors list (#104325) Co-authored-by: Yanshi Sharma --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e451c2e9..9a2f5b0d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Derbadunkadunk](https://github.com/DerBadunkadunk) - Hello github and here is my first contribution. - [Francis](francisvfx.carrd.co)(https://github.com/francisdav1d) +- [Yanshi Sharma] (https://github.com/yanshiii) - My first open src contri! Lesgo! - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 - [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. From ad5e107b8dde4e36fdb525f36025faf206c5cd4f Mon Sep 17 00:00:00 2001 From: "Rahulvama.07" <148974304+rahulvarmaviit@users.noreply.github.com> Date: Sun, 28 Sep 2025 11:58:42 +0530 Subject: [PATCH 2464/2656] Update Contributors.md (#104326) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9a2f5b0d..f8f1ebca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -140,6 +140,7 @@ - [Benja] - Hello! - [ilomarsk](https://github.com/ilomarsk/) - [amethyst](https://github.com/krishshaw418) +- [rahulvarma.07](https://github.com/rahulvarmaviit) - [Darion] - [Suhaib] - (https://github.com/Suhaib536) - [Kurisu] - (https://github.com/AliasCody) From 07fdf3cb476f41de8f467c8a8cf8c405ed47ab73 Mon Sep 17 00:00:00 2001 From: "Yashwanthvm@06" Date: Sun, 28 Sep 2025 12:26:48 +0530 Subject: [PATCH 2465/2656] Added my name to Contribution list (#104327) * Yashwanth * Add Yashwanth to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f8f1ebca..0105ae04 100644 --- a/Contributors.md +++ b/Contributors.md @@ -16,7 +16,7 @@ - [VarshaSahithi] (https://github.com/sahithi103) - yayy !!! - [Harshit Kumar] (https://github.com/harshitclub) - Full Stack Developer | Starting Open Source - [Vishwas Hibare] (https://github.com/vishwas-615) - Full Stack Developer | Crazy...! --[ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY +- [ismail_cem_tuzun]- this is something like a contribution :) THIS IS THE WAY - [Leoniex](https://github.com/Leoneix) - first contri:) -[051821](https://github.com/051821) - This is my first open-source contribution - [Jacky James] - My first contribution @@ -347,6 +347,7 @@ sdumini - [Kartik Mishra] (https://github.com/kartikmishra210) - [Kunal Sable] (https://github.com/Kunals990) - [Kunal Mishra] (https://github.com/kunalmishraa) +- [Yashwanth](https://github.com/Yashwanthvm06) - [Priyanka Singh] (https://github.com/Priyanka-2725) - [Samidu Kaushalaya] (https://github.com/samidukushalaya) - [Shivam Verma] (https://github.com/shivamxverma) From a764fb916a8eb1fc1bf4d96d77f75b9d970e1f9f Mon Sep 17 00:00:00 2001 From: Keerthana Date: Sun, 28 Sep 2025 13:03:36 +0530 Subject: [PATCH 2466/2656] first contributions first try (#104331) * Added to Contributors list * wtv --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0105ae04..81bbce2f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3050,6 +3050,7 @@ DanyLeeCS - [enguy-hub](https://github.com/enguy-hub) - [saideep](https://github.com/saideep-21) - [Tejas Chopade](https://github.com/Tejas9777) +- [Keerthana Ramalingam](https://github.com/ft-keerthana) - [Anushka Wable](https://github.com/anushka-sys) - [Apoorv Bedmutha](https://github.com/bedmuthaapoorv) - [Satyam Aengandul](https://github.com/satyamit) From 07548eeeabab907d0ed38ee1094c55fdd7fc75ef Mon Sep 17 00:00:00 2001 From: joel <91632635+joeliscoding@users.noreply.github.com> Date: Sun, 28 Sep 2025 11:37:38 +0200 Subject: [PATCH 2467/2656] Add joeliscoding to Contributors list (#104334) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 81bbce2f..1c3ad96e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -595,6 +595,7 @@ sdumini - [Darshon](https://github.colets gom/darshons) - [Archit Jaju](https://github.com/ayhm23) - [Johnathan Roehsner](https://github.com/johnathan22966) +- [joeliscoding](https://github.com/joeliscoding) - Hello world! ✨ - Sep 28 2025 - [Kerolos Nesim](https://github.com/kerolosnesim1) - [Shashidhar](https://github.com/shashidharsai) - [Mowlick Armstrong](https://github.com/Mowlick) From b137e89088d1376b994c9d9d38a60a733dd7aa7d Mon Sep 17 00:00:00 2001 From: unxi <3084382268@qq.com> Date: Sun, 28 Sep 2025 20:07:07 +0800 Subject: [PATCH 2468/2656] Remove link to slack in Belarusian translation --- docs/translations/README.by.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.by.md b/docs/translations/README.by.md index ab624d83..dc68aecd 100644 --- a/docs/translations/README.by.md +++ b/docs/translations/README.by.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 7c751d628f9eba01cd3a9ffac85b756cccbe3a9c Mon Sep 17 00:00:00 2001 From: Shahzaib Ahmad Date: Sun, 28 Sep 2025 17:10:59 +0500 Subject: [PATCH 2469/2656] add Shahzaib to contributors list (#104335) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1c3ad96e..5cd7d3ef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1882,6 +1882,7 @@ Lawrence Ahaneku - [Amar Yasser](https://github.com/AmarYasser1) - [Mafedev](https://github.com/mafedev) - [Peter Hilbert](https://github.com/pehilbert) +- [Shahzaib Ahmad](https://github.com/shahzaibahmad05) - [Kores Nkoidila](https://github.com/Nkoidila) - [Aditya Mitra](https://github.com/mitras-git) - [Shayne Geilman](https://github.com/ShayneJG) From 34201650fc56d9e02a9fcbb42a7eb90ba7818cce Mon Sep 17 00:00:00 2001 From: lionizing2025-svg Date: Sun, 28 Sep 2025 06:36:54 -0700 Subject: [PATCH 2470/2656] added naveed to Contributors list (#104338) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5cd7d3ef..a1684690 100644 --- a/Contributors.md +++ b/Contributors.md @@ -67,6 +67,7 @@ - [Sridattu Reddy Piduru](https://github.com/Sri-dathu)It's my First Contribution as a learner and Exicted to do moreee. - [Cevik Kubat](https://github.com/CevikKubat) - to see this message means you are awesome - [Steeven972](https://github.com/steeven972) This is my first contribution to open source as part of my learning journey. I’m excited to keep learning, contributing, and growing in the open source community! +naveed shahzad - [hewin31](https://github.com/hewin31) - [Prod_Ayesian](https://github.com/ProdAyesian) Make Happy Meek playable cygames :( - [Jan Kristoffer Manes](https://github.com/KrisSelvarin) - My first contribution! Yey! This is just for hobbies but I want to explore both AI and Data Science and even just doing fun stuff (Day-52 in Learning Programming|Coding) From 3e9b4dc5fd55c93d880c3646d486b87027a60bb7 Mon Sep 17 00:00:00 2001 From: istekhar8966 Date: Sun, 28 Sep 2025 20:09:58 +0530 Subject: [PATCH 2471/2656] 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 2472/2656] 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 2473/2656] 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 2474/2656] 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 2475/2656] 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 2476/2656] #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 2477/2656] 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 2478/2656] 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 2479/2656] 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 2480/2656] 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 2481/2656] 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 2482/2656] 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 2483/2656] 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 2484/2656] 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 2485/2656] 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 2486/2656] 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 2487/2656] 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 2488/2656] 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 2489/2656] 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 2490/2656] 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 2491/2656] 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 2492/2656] Add JDanielGS to Contributors list (#104364) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7ff5fad0..b52e3b71 100644 --- a/Contributors.md +++ b/Contributors.md @@ -192,6 +192,7 @@ - [Owen Roukey](https://github.com/rouk5555) - [Pankaj Monga](https://github.com/p-monga) - [Patrick Yeung](https://github.com/eampat) +- [Daniel Gacha](https://github.com/JDanielGS) - [Plexton](https://github.com/ZaibLComrade) - [Prasad J B](https://github.com/Prasad-JB) - [Pro Kumar](https://github.com/pkumar2143) From ec5be67705da6c8cabe0c06c7170d47b32da2824 Mon Sep 17 00:00:00 2001 From: Sneha Saravanan <73630726+snehasaran09@users.noreply.github.com> Date: Sun, 28 Sep 2025 20:27:37 -0400 Subject: [PATCH 2493/2656] 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 2494/2656] 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 2495/2656] 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 2496/2656] 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 2497/2656] 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 2498/2656] 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 2499/2656] 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 2500/2656] 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 2501/2656] 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 2502/2656] 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 2503/2656] 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 2504/2656] 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 2505/2656] 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 2506/2656] Add Yaser Sellami to Contributors list (#104382) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2c46c18b..c6f54fa8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -101,6 +101,7 @@ - [mayurk224](https://github.com/mayurk224) - [ninet33n](https://github.com/meetVaidya) - [nisarg404](https://github.com/nisarg404) +- [Yaser-Sellami](https://github.com/Yaser-Sellami) - [omartrese](https://github.com/omartrese) - [p-a-brown](https://github.com/p-a-brown) - [peng qin](https://github.com/pengqinppp) From 12bee776de229de36aa99c56daa9792f9d603442 Mon Sep 17 00:00:00 2001 From: RAGHAV CHANANA Date: Mon, 29 Sep 2025 17:28:02 +0530 Subject: [PATCH 2507/2656] 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 2508/2656] 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 2509/2656] 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 2510/2656] 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 2511/2656] 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 2512/2656] 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 2513/2656] 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 2514/2656] 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 2515/2656] 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 2516/2656] 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 2517/2656] 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 2518/2656] 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 2519/2656] 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 2520/2656] 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 2521/2656] 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 2522/2656] 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 2523/2656] 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 2524/2656] 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 2525/2656] 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 2526/2656] 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 2527/2656] 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 2528/2656] 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 2529/2656] 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 2530/2656] 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 2531/2656] 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 2532/2656] 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 2533/2656] 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 2534/2656] 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 2535/2656] 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 2536/2656] 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 2537/2656] 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 2538/2656] 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 2539/2656] 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 2540/2656] 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 2541/2656] 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 2542/2656] 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 2543/2656] 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 53e3ab86bfc98bfbfca199105e20bb46cee78f40 Mon Sep 17 00:00:00 2001 From: Archit Anirudhan Date: Tue, 30 Sep 2025 13:33:38 +0530 Subject: [PATCH 2544/2656] 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 2545/2656] 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 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 2546/2656] 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 2547/2656] 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 2548/2656] 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 2549/2656] 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 2550/2656] 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 2551/2656] 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 2552/2656] 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 2553/2656] 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 2554/2656] 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 2555/2656] 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 2556/2656] 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 2557/2656] 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 2558/2656] 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 2559/2656] 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 2560/2656] 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 2561/2656] 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 2562/2656] 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 2563/2656] 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 2564/2656] 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 2565/2656] 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 2566/2656] 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 2567/2656] 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 2568/2656] 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 2569/2656] 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 2570/2656] 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 2571/2656] 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 2572/2656] 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 2573/2656] 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 2574/2656] 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 2575/2656] 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 2576/2656] 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 2577/2656] 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 2578/2656] 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 2579/2656] 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 2580/2656] 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 2581/2656] 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 2582/2656] 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 2583/2656] 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 2584/2656] 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 2585/2656] 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 2586/2656] 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 2587/2656] 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 2588/2656] 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 2589/2656] 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 2590/2656] 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 2591/2656] 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 2592/2656] =?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 2593/2656] 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 2594/2656] 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 2595/2656] 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 2596/2656] =?UTF-8?q?Add=20Tr=E1=BA=A7n=20Minh=20Ngh=C4=A9?= =?UTF-8?q?a=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 2597/2656] 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 2598/2656] =?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 2599/2656] =?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 2600/2656] =?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 2601/2656] 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 2602/2656] 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 2603/2656] 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 2604/2656] 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 2605/2656] 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 2606/2656] 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 2607/2656] 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 2608/2656] 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 2609/2656] 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 2610/2656] 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 2611/2656] 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 2612/2656] 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 2613/2656] 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 2614/2656] 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 2615/2656] 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 2616/2656] 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 2617/2656] 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 2618/2656] 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 2619/2656] 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 2620/2656] 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 2621/2656] 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 2622/2656] 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 2623/2656] 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 2624/2656] 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 2625/2656] 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 2626/2656] 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 2627/2656] 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 2628/2656] 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 2629/2656] 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 2630/2656] 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 2631/2656] 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 2632/2656] 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 2633/2656] 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 2634/2656] 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 2635/2656] 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 2636/2656] 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 2637/2656] 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 2638/2656] 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 2639/2656] 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 2640/2656] 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 2641/2656] 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 2642/2656] 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 2643/2656] 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 2644/2656] =?UTF-8?q?Add=20Jo=C3=A3o-Costa=20to=20Contribu?= =?UTF-8?q?tors=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 2645/2656] 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 2646/2656] 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 2647/2656] 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 2648/2656] 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 2649/2656] 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 2650/2656] 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 2651/2656] 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 2652/2656] 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 2653/2656] 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 2654/2656] 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 2655/2656] 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 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 2656/2656] 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)