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

項目支持者:

From 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 0023/1839] =?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 0024/1839] =?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 0025/1839] 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 0026/1839] 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 0027/1839] 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 0028/1839] 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 0029/1839] 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 0030/1839] 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 0031/1839] 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 0032/1839] 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 0033/1839] 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 0034/1839] 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 0035/1839] 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 0036/1839] 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 0037/1839] 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 0038/1839] =?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 0039/1839] 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 0040/1839] 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 0041/1839] 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 0042/1839] 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 acc655b00419cfc43b2f1d3c2401e455e4e25fbf Mon Sep 17 00:00:00 2001 From: Fernando Canchola Cruz Date: Mon, 21 Jul 2025 22:53:56 -0600 Subject: [PATCH 0043/1839] 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 0044/1839] 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 a3edeef42d9f5cde802574e88f299747a1d05e97 Mon Sep 17 00:00:00 2001 From: Hiruna-SP Date: Sun, 3 Aug 2025 23:03:45 +0530 Subject: [PATCH 0045/1839] Add Hiruna Panditha to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9aaeab3b..0ee918dd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -997,6 +997,7 @@ Hager - [Bosco Tsin 2](https://github.com/boscomanilow128) - [Kristin Dailey](https://github.com/kristindailey) - [Z-to-the-hp69](https://github.com/Z-to-the-hp69/) +- [Hiruna Panditha](https://github.com/Hiruna-SP) - [Linda Jennings](https://github.com/lindaJennings) - [Jan Topolewski](https://github.com/JanTopolewski) - [Mohit-Goswami](https://github.com/Mohitgoswami18) From 09ddc1307b2c5eb6f74c3a4f5aacb30f3d6355fb Mon Sep 17 00:00:00 2001 From: Hiruna-SP Date: Sun, 3 Aug 2025 23:54:18 +0530 Subject: [PATCH 0046/1839] Add clear guidance on cloning forked repository in sinhala translation --- docs/translations/README.si.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.si.md b/docs/translations/README.si.md index ba24b530..9da2847c 100644 --- a/docs/translations/README.si.md +++ b/docs/translations/README.si.md @@ -22,7 +22,7 @@ මෙම ගබඩාව clone කරන්න -දැන් ඔබේ පරිගණකට fork කරපු repository ය ක්ලෝන කරන්න. ඔබට ඔබගේ GitHub ගිණුමට ගොස් fork කරපු repository විවෘත කර clone බොත්තම ක්ලික් කර එය පසුරු පුවරුවට (clipboard) පිටපත් කිරීමෙන් මෙය කළ හැක. +දැන් ඔබේ පරිගණකට fork කරපු repository ය ක්ලෝන කරන්න. ඔබට ඔබගේ GitHub ගිණුමට ගොස් fork කරපු repository විවෘත කර code බොත්තම ක්ලික් කර,පසුව SSH ටැබය මත ක්ලික් කිරීමෙන් ලැබෙන url එක පසුරු පුවරුවට (clipboard) පිටපත් කිරීමෙන් මෙය කළ හැක. *terminal* හෝ *command prompt* විවෘත කර පහත git විධානය ක්‍රියාත්මක කරන්න: From b6f425265f8542c6870d27dbdb98d45f68341573 Mon Sep 17 00:00:00 2001 From: ejoopasco Date: Tue, 5 Aug 2025 14:38:58 +0200 Subject: [PATCH 0047/1839] 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 0048/1839] 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 f3b893f6c410d65347e51f722db9390b633c306d Mon Sep 17 00:00:00 2001 From: hiiamkarati Date: Wed, 6 Aug 2025 15:46:10 +0530 Subject: [PATCH 0049/1839] 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 9b31ace105048795553de99c0417d8b179d136ef Mon Sep 17 00:00:00 2001 From: hiiamkarati Date: Wed, 6 Aug 2025 16:30:15 +0530 Subject: [PATCH 0050/1839] 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 0051/1839] 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 57535bb34ac9e2caa274a63edd69417c8f6e492c Mon Sep 17 00:00:00 2001 From: nemdull Date: Wed, 13 Aug 2025 18:55:07 +0900 Subject: [PATCH 0052/1839] Translate [Things a non Programmer can do] into japanesse & Add Contributorslist nemdull --- Contributors.md | 1 + .../Things a non Programmer can do.ja.md | 134 ++++++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 docs/additional-material/Things a non Programmer can do.ja.md diff --git a/Contributors.md b/Contributors.md index 4c69ae27..4b2c044e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1656,3 +1656,4 @@ jack - first contribution practice - [Alokananda Y](https://github.com/alok-38) - [Rishabh Pathak](https://github.com/RishabhPathak93) - [Shivang](https://github.com/shivang-jnv) +- [nemdull](https://github.com/nemdull) diff --git a/docs/additional-material/Things a non Programmer can do.ja.md b/docs/additional-material/Things a non Programmer can do.ja.md new file mode 100644 index 00000000..5ad53974 --- /dev/null +++ b/docs/additional-material/Things a non Programmer can do.ja.md @@ -0,0 +1,134 @@ +# プログラマーでない人ができること +## 聞くことから始める + +オープンソースに関わる全てのことは、他の人との関わりを伴います。 +あなたはチームに参加しようとしているわけで、それはコミュニティやその仕組みを理解することを意味します。 +プロジェクトに入って「こんにちは、このプロジェクトはこうあるべきだと思います」といきなり言うのは、通常あまり歓迎されません。 +もちろん、そういうアプローチを歓迎するプロジェクトもありますが、プロジェクトがある程度運営されている場合、その態度が受け入れられる可能性は低いです。 +**聞くことこそ、プロジェクトが本当に必要としていることを知る最良の方法です。** + +1. **メーリングリストに参加する**: 多くのプロジェクトでは、メーリングリストがプロジェクト開発に関する主なコミュニケーション手段です。 +大規模なプロジェクトでは、選択できるメーリングリストが複数あります。 +例えば、PostgreSQLプロジェクトでは、ユーザー向けリストが12件以上、開発者向けリストが6件も存在します。 +まずはメインのユーザー向けリストとコア開発者向けリストをフォローして、内容を追ってみることから始めることをお勧めします。 + +2. **ブログをフォローする**: コア開発者が運営するブログは、今後のリリースで何が起こるのか、そしてそこに至るまでに何が必要だったかを教えてくれます。 +「Planetサイト」は、プロジェクトに関連する様々なニュースやブログ記事を集約しています。 +もし planet.gnome.org や planet.mysql.com のような Planet サイトがあれば、まずそこから始めましょう。 +Googleで「planet 」と検索するだけでも見つかります。 + +3. **IRCチャンネルに参加する**: 多くのオープンソースプロジェクトには、開発者やユーザーが集まって問題や開発について話し合う専用のIRCチャンネルがあります。 +プロジェクトのウェブサイトで、チャンネル名やどのIRCネットワークにあるかを確認してください。 + +## チケットを扱う +コードはオープンソースプロジェクトの中心ですが、コードを書くことだけが貢献方法ではありません。 +コードやコード周辺のシステムのメンテナンスは、新機能の作成やバグ修正の急ぎでおろそかにされがちです。 +こうした領域は、プロジェクトに足を踏み入れる簡単な方法となります。 +ほとんどのプロジェクトには、プロジェクトのウェブサイトのトップページやドキュメントにリンクされた公開チケットシステムがあります。 +それはユーザーと開発者の間の主要なコミュニケーション手段です。最新の状態を維持することは、プロジェクトを助ける優れた方法です。 +チケットシステムで特別な権限が必要になる場合がありますが、ほとんどのプロジェクトリーダーは「チケットを整理して手伝いたい」と言えば喜んで権限を与えてくれます。 + +4. **バグを診断する**: バグ報告はしばしば不十分です。 +バグを診断し、優先順位を付けることで、開発者が問題の詳細を把握する手間を省くことができます。ユーザーが「Xをしたらソフトが動かない」と報告した場合、その問題を引き起こす具体的な条件を時間をかけて特定してみましょう。再現性はあるか?問題を繰り返し起こる手順を作れるか?特定のブラウザでのみ発生する、あるいは特定のディストリビューションでのみ起こるなど、問題を絞り込めるか?原因が分からなくても、条件を絞り込む努力は、誰かが修正する際に役立ちます。 +発見したことはすべてチケットに記録して、他の人も参照できるようにしましょう。 + +5. **修正済みバグを閉じる**: バグはコード上で修正されても、チケットシステムで更新されないことがあります。こうした未整理のチケットを整理するのは時間がかかりますが、プロジェクト全体にとって価値があります。まずはチケットシステムで1年以上前のチケットを検索し、そのバグがまだ存在するか確認します。プロジェクトのリリース変更ログをチェックして、バグが修正され閉じられるべきか確認します。修正済みであれば、チケットにバージョン番号を記載して閉じます。 最新バージョンのソフトウェアでバグを再現できるか試してください。再現できなければ、チケットにその旨を記録して閉じます。まだ存在する場合は、そのこともチケットに記録して、開いたままにします。 + +## コードに取り組む + +あらゆる経験レベルのプログラマーは、プロジェクトのコードに貢献できます。 +自分が好きなプロジェクトに本当に貢献するために、コーディングの天才である必要はありません。 + +コードを修正する場合、プロジェクトが採用している、コントリビューターからコードを取得する方法を調べましょう。 +各プロジェクトには独自のワークフローがあるため、コードを提出する前に確認することが重要です。 + +例えば、PostgreSQLプロジェクトでは非常に厳密なプロセスがあり、コード修正はパッチ形式でメーリングリストに送られ、コア開発者が変更のすべてを精査します。 +一方、Parrotのようにコードベースへのコミット権限を簡単に得られるプロジェクトもあります。 +プロジェクトがGitHubを使っている場合、GitHubのプルリクエスト機能を使ったワークフローがあるかもしれません。 プロジェクトごとに方法は異なります。 + +コードを修正するときは、コミュニティの責任あるメンバーとして行動し、コードスタイルを既存のコードベースに合わせましょう。 +追加・修正するコードは既存コードと同じように見えるべきです。 +中括弧のスタイルやインデントのスペースの扱いが好みでなくても、既存の標準に合わないコード変更を提出するのは失礼です。 +「自分のスタイルが正しい」と押し付けることと同じです。 + +6. **ベータ版やリリース候補をテストする**: 複数のプラットフォームで動作するプロジェクトは、移植性に関する様々な問題を抱える可能性があります。 +リリースが近づき、ベータ版やリリース候補が公開されたら、多くの人にテストしてもらうことがプロジェクトリーダーの望みです。 +あなたもその一人として、自分の環境で動作を確認し、貢献できます。通常はソフトウェアをダウンロードしてビルドし、テストするだけで十分ですが、珍しいディストリビューションやハードウェアでのテスト結果は非常に価値があります。 +ビルドやテストが成功したことを報告するだけでも、リリースが安定しているかどうかの判断材料になります。 + +7. **バグを修正する**: コードに取り組みたい貢献者は通常ここから始めます。 +やることはシンプルです: チケットシステムで興味のあるバグを見つけ、コードで修正を試みます。 +修正内容は適宜コード内に文書化しましょう。 +修正箇所をテストスイートに追加してテストするのも良い考えです。 +プロジェクトによっては、バグ修正にはテスト追加が必須の場合があります。 +初めて触れるコードベースを調べながらメモを取りましょう。 +バグを修正できなくても、修正試行の過程で分かったことをチケットに記録すれば、後から来る人に役立ちます。 + +8. **テストを書く**: ほとんどのプロジェクトにはコードをテストするテストスイートがありますが、さらにテストを追加できる箇所は常に存在します。 +Cならgcov、PerlならDevel::Coverなどのカバレッジツールを使って、テストスイートでカバーされていない箇所を特定し、テストを追加します。 + +9. **コンパイラ警告を消す**: 多くのCベースのプロジェクトでは、ビルド時に奇妙なコンパイラ警告が表示されます。 +これらの警告は通常問題の兆候ではありませんが、そう見えることがあります。。 +警告が多すぎると、コンパイラが「狼が来た」と叫んでいるように見えます。 +コードが本当にバグを隠していないか確認し、問題がなければ警告を消す修正を加えることで、誤検知を減らせます。 + +10. **コメントを追加する**: コードを調べていると、理解しづらい箇所が見つかることがあります。 +もしあなたが混乱したなら、他の人も混乱する可能性が高いです。 +コードにコメントを追加して、パッチとして提出しましょう。 + +## ドキュメントに取り組む +コードを調べていると、分かりにくい部分を見つけることがあります。 +あなたが混乱したなら、他の人も同様に混乱する可能性が高いです。コードにドキュメントを追加し、パッチを提出してください。 +ドキュメントとの連携 +ドキュメントは、プロジェクトの要素の中でも最も軽視されがちな部分です。 +また、プロジェクトに精通した人の視点から書かれたため、初めて触れる人の視点から見た場合、理解しにくい場合があります。 +「このマニュアルは、私がすでにパッケージの使い方を理解していることを前提にしているようだ」と感じたことがあるなら、私の言っていることがわかるでしょう。 +プロジェクトに深く関わっている人々が気づかないドキュメントの欠点を、新鮮な視点を持つ人が指摘できることがあります。 + +11. **サンプルを作る**: どのプロジェクトも、使い方の具体例は多いに越したことはありません。 +ウェブAPI、ライブラリ、GUIアプリ(Gimpなど)、コマンドラインツール、いずれでも、適切な使い方の例は長いドキュメントよりもわかりやすく説明できます。 +APIやライブラリなら、ツールを使ったサンプルプログラムを作成します。 +既存のコードから必要最低限に切り出すだけでも構いません。 +ツールなら、日常生活でどのように使っているかを実例として示します。 +視覚的に理解したい場合は、重要なプロセス(アプリのインストール手順など)のスクリーンキャプチャも有効です。 + +## コミュニティに取り組む + +オープンソースはコードだけでなく、コミュニティがあって初めて機能します。 +コミュニティを育てる方法はいくつもあります。 + +12. **質問に答える**: コミュニティを育てる最良の方法は、他の人を助けることです。 +特に初めての人の質問に答えることは、プロジェクトの成長と活性化に重要です。 +初心者を助ける時間は、将来的に活発なコミュニティメンバーを生む投資です。 +誰もがどこかから始める必要があり、プロジェクトは常に新しい人材の流入を必要としています。 + +13. **ブログ記事を書く**: 自分のブログがあるなら、プロジェクトの使用体験について書きましょう。 +ソフトウェア使用中に直面した問題とその解決方法について書きます。 +これにより、他の人にもプロジェクトを意識させ、同じ問題に直面した人が将来検索した際に役立つ情報を提供できます。 +(技術的冒険のブログは、次に仕事で同じソフトウェアを使うときの実務経験を示すのにも役立ちます) + +14. **ウェブサイトを改善する**: ウェブデザインのスキルがある場合、プロジェクトのウェブサイトや公開イメージの改善に貢献できます。 +プロジェクトのグラフィックを刷新したり、ロゴを作成したりすることも価値があります。 +コミュニティ内でこうしたスキルを持つ人は少ないことが多く、非常に歓迎されます。 + +15. **技術ドキュメントを書く**: アプリケーションやソフトウェアの動作について書けるなら、技術ドキュメントを作成できます。 +特にオープンソースで、一般向けに更新・拡張・作成が必要なドキュメントに最適です。 +平易な英語で書けば書くほど良いです。プログラマーでなくても技術ドキュメントは書けます。 + +最も重要なのは、周囲の人々が何を話しているかに耳を傾けることです。 +差し迫ったニーズに気づけるかどうかを探してみましょう。 + +例えば、最近Parrotの開発者向けメールリストでは、古いTracシステムを廃止して、GitHubをトラブルチケット管理システムとして使用することが決まりました。 +一部の人は反対でした。というのも、既存のチケットをGitHubに移行する方法がなかったからです。 +1日の議論のやり取りの後、私は「コンバータを作ってみたらどうですか?」と提案しました。 +人々はそのアイデアに大喜び。私は450件以上のチケットを変換するプログラムを作成し、チケット履歴を一切失うことなく移行に成功しました。 +これは大きな成功でした。私も貢献でき、コア開発者たちはParrotの開発業務に集中できたのです。 + +16. **教え、他者を助ける**: +あるトピックについてより深く学ぶ最良の方法は、それを教えてみることです。 +最高の教師は、複雑なことをシンプルな例で説明できる人です。 +そのため、最高の学習者であり、プログラミングの世界で最高であるためには、まず最高の教師になろうとする必要があります。 +他者に教えることで、自分自身の理解も深まり、スキルや知識も向上します。 +誰かから助けを得たとき、それを自分だけに留めず、他の人と共有してください。 +そうすることで、世界はより良い場所になります。 + From f844d4c91becaeab5004d36828308730a799d4ba Mon Sep 17 00:00:00 2001 From: tiagocastilho Date: Thu, 14 Aug 2025 15:14:07 +0200 Subject: [PATCH 0053/1839] add missing line translate do pt-pt --- docs/translations/README.pt-pt.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/translations/README.pt-pt.md b/docs/translations/README.pt-pt.md index 04145cd4..0c60b405 100644 --- a/docs/translations/README.pt-pt.md +++ b/docs/translations/README.pt-pt.md @@ -9,6 +9,8 @@ Ler artigos e ver tutoriais pode ajudar, mas nada melhor do que realmente "pôr a mão na massa" sem estragar nada. Este projecto visa simplificar a forma com que os novatos fazem a sua primeira contribuição. Lembre-se: quanto mais relaxado(a) estiveres, melhor aprenderás. Se quiseres fazer a tua primeira contribuição, siga os passos abaixo. Nós prometemos, será divertido. +Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutorials-using-other-tools) + Se ainda não tens o git na tua máquina, [instala-o aqui]( https://help.github.com/articles/set-up-git/ ). ## Faz Fork deste repositório From 0c34c9f9c36920a7da9e727ba9e926fd0fe5d6d3 Mon Sep 17 00:00:00 2001 From: tiagocastilho Date: Thu, 14 Aug 2025 15:18:39 +0200 Subject: [PATCH 0054/1839] forgot to add the period at the end --- docs/translations/README.pt-pt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.pt-pt.md b/docs/translations/README.pt-pt.md index 0c60b405..f4d90f31 100644 --- a/docs/translations/README.pt-pt.md +++ b/docs/translations/README.pt-pt.md @@ -9,7 +9,7 @@ Ler artigos e ver tutoriais pode ajudar, mas nada melhor do que realmente "pôr a mão na massa" sem estragar nada. Este projecto visa simplificar a forma com que os novatos fazem a sua primeira contribuição. Lembre-se: quanto mais relaxado(a) estiveres, melhor aprenderás. Se quiseres fazer a tua primeira contribuição, siga os passos abaixo. Nós prometemos, será divertido. -Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutorials-using-other-tools) +Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutorials-using-other-tools). Se ainda não tens o git na tua máquina, [instala-o aqui]( https://help.github.com/articles/set-up-git/ ). From 8101fae61e45a2adeadcbe7c730ef726c985a6c0 Mon Sep 17 00:00:00 2001 From: tiagocastilho Date: Thu, 14 Aug 2025 15:27:43 +0200 Subject: [PATCH 0055/1839] link problem solved --- docs/translations/README.pt-pt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.pt-pt.md b/docs/translations/README.pt-pt.md index f4d90f31..ce1cce8f 100644 --- a/docs/translations/README.pt-pt.md +++ b/docs/translations/README.pt-pt.md @@ -9,7 +9,7 @@ Ler artigos e ver tutoriais pode ajudar, mas nada melhor do que realmente "pôr a mão na massa" sem estragar nada. Este projecto visa simplificar a forma com que os novatos fazem a sua primeira contribuição. Lembre-se: quanto mais relaxado(a) estiveres, melhor aprenderás. Se quiseres fazer a tua primeira contribuição, siga os passos abaixo. Nós prometemos, será divertido. -Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutorials-using-other-tools). +*Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutoriais-com-outras-ferramentas). Se ainda não tens o git na tua máquina, [instala-o aqui]( https://help.github.com/articles/set-up-git/ ). From ad6f2b1dc2ad2c84597abb95c31eab67394b6095 Mon Sep 17 00:00:00 2001 From: tiagocastilho Date: Thu, 14 Aug 2025 15:36:46 +0200 Subject: [PATCH 0056/1839] final commit - all done --- docs/translations/README.pt-pt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.pt-pt.md b/docs/translations/README.pt-pt.md index ce1cce8f..65acd88a 100644 --- a/docs/translations/README.pt-pt.md +++ b/docs/translations/README.pt-pt.md @@ -9,7 +9,7 @@ Ler artigos e ver tutoriais pode ajudar, mas nada melhor do que realmente "pôr a mão na massa" sem estragar nada. Este projecto visa simplificar a forma com que os novatos fazem a sua primeira contribuição. Lembre-se: quanto mais relaxado(a) estiveres, melhor aprenderás. Se quiseres fazer a tua primeira contribuição, siga os passos abaixo. Nós prometemos, será divertido. -*Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutoriais-com-outras-ferramentas). +Se não te sentires à vontade com a linha de comandos, [aqui tens tutoriais que usam as ferramentas GUI](#tutoriais-com-outras-ferramentas). Se ainda não tens o git na tua máquina, [instala-o aqui]( https://help.github.com/articles/set-up-git/ ). From 3d2968836f5c6d68d14c678e6976bd0095730493 Mon Sep 17 00:00:00 2001 From: PRAJAL KUMAR SHUKLA Date: Fri, 15 Aug 2025 22:16:22 +0530 Subject: [PATCH 0057/1839] Create sublime-merge-tutorial.hi.md --- .../Hindi/sublime-merge-tutorial.hi.md | 117 ++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 docs/gui-tool-tutorials/translations/Hindi/sublime-merge-tutorial.hi.md diff --git a/docs/gui-tool-tutorials/translations/Hindi/sublime-merge-tutorial.hi.md b/docs/gui-tool-tutorials/translations/Hindi/sublime-merge-tutorial.hi.md new file mode 100644 index 00000000..9cff9ecb --- /dev/null +++ b/docs/gui-tool-tutorials/translations/Hindi/sublime-merge-tutorial.hi.md @@ -0,0 +1,117 @@ +[![ओपन सोर्स को प्यार](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) +[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) +[![लाइसेंस: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +[![ओपन सोर्स हेल्पर्स](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) + +# First Contributions + +|Sublime Merge|Sublime Merge Git क्लाइंट| +|---|---| + +यह मुश्किल है। पहली बार कुछ करते समय यह हमेशा मुश्किल होता है। खासकर जब आप सहयोग कर रहे हों या कुछ नया आजमा रहे हों, गलतियाँ करना आसान नहीं होता। लेकिन ओपन सोर्स सहयोग और टीमवर्क के बारे में है। हमने नए ओपन सोर्स योगदानकर्ताओं के लिए पहली बार सीखने और योगदान करने की प्रक्रिया को आसान बनाना चाहा। + +लेख पढ़ने और ट्यूटोरियल देखने से मदद मिल सकती है, लेकिन बिना कुछ गड़बड़ किए वास्तव में चीजें करने से बेहतर और क्या हो सकता है? यह प्रोजेक्ट मार्गदर्शन प्रदान करने और नए योगदानकर्ताओं की पहली योगदान प्रक्रिया को सरल बनाने का लक्ष्य रखता है। याद रखें, जितने अधिक रिलैक्स्ड आप होंगे, उतना ही बेहतर आप सीखेंगे। यदि आप अपना पहला योगदान देना चाहते हैं, तो बस नीचे दिए गए सरल चरणों का पालन करें। हम वादा करते हैं, यह मजेदार होगा। + +## Sublime Merge + +[Sublime Merge](https://www.sublimemerge.com/) डाउनलोड करें, इंस्टॉल करें और खोलें। + +## इस रिपॉजिटरी को फोर्क करें + +इस पेज के ऊपर दिए गए फोर्क बटन पर क्लिक करके इस रिपॉजिटरी को फोर्क करें। +fork this repository +यह आपके अकाउंट में इस रिपॉजिटरी की एक कॉपी बना देगा। + +
+
+
+
+ +## रिपॉजिटरी को क्लोन करें + +clone this repository + +Sublime Merge में, फाइल -> क्लोन रिपॉजिटरी पर जाएं। + +clone this repository + +अगला चरण आपकी रिपॉजिटरी को अपने कंप्यूटर पर क्लोन करना है ताकि आप बदलाव करना शुरू कर सकें। Sublime Merge को आपकी रिपॉजिटरी का URL चाहिए, इसलिए "क्लोन" बटन पर क्लिक करें और फिर "क्लिपबोर्ड पर कॉपी" आइकन पर क्लिक करें। + +**ध्यान दें:** नए योगदानकर्ता अक्सर गलती से मूल रिपॉजिटरी को क्लोन कर लेते हैं _बजाय अपनी खुद की फोर्क की गई रिपॉजिटरी के_। अपने ब्राउज़र की एड्रेस बार चेक करें और सुनिश्चित करें कि आप अपनी खुद की रिपॉजिटरी क्लोन कर रहे हैं। + +Sublime Merge में रिपॉजिटरी का URL पेस्ट करें, उसे एक रिपॉजिटरी नाम दें (या खाली छोड़ दें) और वह डायरेक्टरी सेट करें जहां रिपॉजिटरी सेव होगी। + +पाथ से संतुष्ट होने के बाद, "क्लोन" पर क्लिक करें। + +## ब्रांच बनाएं + +Branches पर राइट-क्लिक करें -> नई ब्रांच बनाएं +या +रिपॉजिटरी -> नई ब्रांच पर जाएं + +अपनी ब्रांच को "add-your-name" जैसा नाम दें, उदाहरण के लिए: "add-अन्ना-सोफिया" + +name your branch + +## आवश्यक बदलाव करें और उन्हें कमिट करें + +अब `Contributors.md` फाइल को टेक्स्ट एडिटर में खोलें और अपना नाम जोड़ें, फिर फाइल सेव करें। + +अगर आपकी रिपॉजिटरी Sublime Merge में खुली है, तो आप देखेंगे कि कुछ बदलाव हुए हैं। +सबसे ऊपर "x unstaged files" नाम की लेटेस्ट कमिट को चुनें +जिन फाइल्स में बदलाव हुए हैं उन्हें चेक करें और तय करें कि किन्हें स्टेज करना है। +कमिट को एक मैसेज दें ("योगदानकर्ताओं की सूची में <आपका-नाम> जोड़ें" अच्छा और डिस्क्रिप्टिव लगता है)। +जब आप अपने बदलावों से संतुष्ट हों, तो फाइल-बाय-फाइल या "stage all" चुनकर इन बदलावों को स्टेज करके कमिट करें। स्टेजिंग महत्वपूर्ण है ताकि git को पता चले कि इस कमिट से किन फाइल बदलावों को जोड़ना है। + +stage your changes + +अगर आप अपना मन बदलते हैं, तो आप इन बदलावों को अनस्टेज कर सकते हैं, या पूरी तरह से डिस्कार्ड भी कर सकते हैं। +चेतावनी: जैसा कि "डिस्कार्ड" शब्द से पता चलता है, यह एक डिस्ट्रक्टिव ऑपरेशन है। ऐसा केवल तब करें जब आप वर्तमान रिपॉजिटरी से कोई भी बदलाव नहीं रखना चाहते। + +ऊपर बाईं ओर दिए गए "कमिट" बटन पर क्लिक करें। यह आपको आपके स्टेज्ड एरिया को दिखाएगा। + +*चेकबॉक्स* पर क्लिक करके फाइल को **स्टेज** करें। फिर एक कमिट मैसेज दर्ज करें। + +*नोट: आप स्टेज्ड और अनस्टेज्ड दोनों एरिया से फाइल्स (और हंक्स) चुन सकते हैं और स्पेस बार का उपयोग करके उन्हें संबंधित एरिया में एड/रिमूव कर सकते हैं।* + +एक बार जब आप अपने बदलावों को स्टेज कर लेते हैं और कमिट मैसेज जोड़ देते हैं, तो आप फाइनल कमिट करने के लिए "कमिट" बटन दबा सकते हैं। + +बधाई हो, आपने अपने फोर्क किए गए रिपॉजिटरी के अपनी ब्रांच के लोकल कॉपी में सभी बदलावों को कमिट कर दिया है। चलिए आगे बढ़ते हैं! + +## GitHub पर बदलाव पुश करें + +अब आप अपने बदलावों को GitHub पर पुश करने के लिए तैयार हैं। यह आपके फोर्क किए गए प्रोजेक्ट कॉपी में बदलाव भेजेगा। + +रिपॉजिटरी -> पुश पर जाएं +या ऊपर दाईं ओर छोटे अप ऐरो पर क्लिक करें। + +login + +अपने Github अकाउंट में यूजरनेम और पासवर्ड से लॉगिन करें। + +अगर आप चाहते हैं कि बदलाव सीधे मास्टर ब्रांच पर दिखें तो origin ब्रांच में बदलाव पुश करें, अन्यथा उस ब्रांच को चुनें जिसमें आप पुश करना चाहते हैं। + +## समीक्षा के लिए अपने बदलाव सबमिट करें + +अगर आप GitHub पर अपनी रिपॉजिटरी पर जाएंगे, तो आपको `तुलना करें और पुल रिक्वेस्ट करें` बटन दिखेगा। इस बटन पर क्लिक करें। + +create a pull request + +अब पुल रिक्वेस्ट सबमिट करें। + +`पुल रिक्वेस्ट सबमिट करें` बटन पर क्लिक करें। + +जल्द ही मैं इस प्रोजेक्ट की मास्टर ब्रांच में आपके सभी बदलावों को मर्ज कर दूंगा। एक बार बदलाव मर्ज हो जाने पर आपको एक ईमेल नोटिफिकेशन मिलेगा। + +## आगे क्या करें? + +बधाई हो! आपने अभी-अभी स्टैंडर्ड _फोर्क -> क्लोन -> एडिट -> PR_ वर्कफ्लो पूरा किया है जो आपको अक्सर योगदानकर्ता के रूप में देखने को मिलेगा! + +अपने योगदान का जश्न मनाएं और इसे अपने दोस्तों और फॉलोअर्स के साथ [वेब ऐप](https://firstcontributions.github.io#social-share) पर शेयर करें। + +अगर आपको मदद चाहिए या कोई सवाल है तो आप हमारी स्लैक टीम में जॉइन कर सकते हैं। [स्लैक टीम में जॉइन करें](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA)। + +### [अतिरिक्त सामग्री](../additional-material/git_workflow_senarios/additional-material.md) + +## अन्य टूल्स के लिए ट्यूटोरियल +[मुख्य पेज पर वापस जाएं](https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools) From 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 0058/1839] 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 0059/1839] =?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 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 0060/1839] 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 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 0061/1839] 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 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 0062/1839] 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 0063/1839] 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 0064/1839] 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 0065/1839] 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 0066/1839] 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 0067/1839] 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 8aae4dfc1d999030b3c50bd6b74fe712590307eb Mon Sep 17 00:00:00 2001 From: lelemita Date: Fri, 22 Aug 2025 15:57:59 +0900 Subject: [PATCH 0068/1839] Add lelemita to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index bbcad2e4..03cdf2bb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2022,6 +2022,7 @@ jack - first contribution practice -[Anurath](https://github.com/ImAnurath) - [Prasanna Nage](https://github.com/Prasanna-iitb) - [Manya Goel](https://github.com/MANYAGOEL123) +- [lelemita](https://github.com/lelemita) - [Neil Irungu](https://github.com/algorithmine) - [Sarbojit Rana](https://github.com/sarbojitrana) - [John Mixon](https://github.com/mixdev2112) From bb8454695eb5b28d746bbe315c63086169b2753e Mon Sep 17 00:00:00 2001 From: lelemita Date: Fri, 22 Aug 2025 17:13:47 +0900 Subject: [PATCH 0069/1839] 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 c43f836e4021aa3a3ab5e72c1fe268f975fa03ef Mon Sep 17 00:00:00 2001 From: amanuel Date: Fri, 22 Aug 2025 14:10:14 +0300 Subject: [PATCH 0070/1839] 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 ef5aaf734690eb218d2160ab0518f0df815d732b Mon Sep 17 00:00:00 2001 From: amanuel Date: Fri, 22 Aug 2025 14:18:56 +0300 Subject: [PATCH 0071/1839] 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 0072/1839] 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 9324bbbbcff4959ed36837bfc8e3107af1886f4b Mon Sep 17 00:00:00 2001 From: jithin-dotcom Date: Sun, 24 Aug 2025 20:06:23 +0530 Subject: [PATCH 0073/1839] 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 4857e06b6b40691896975177144d20131e795f07 Mon Sep 17 00:00:00 2001 From: dwy310 Date: Mon, 25 Aug 2025 02:35:56 +0800 Subject: [PATCH 0074/1839] 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 834aadfa1c75e7659bb24e54a7bf91851d93b3a4 Mon Sep 17 00:00:00 2001 From: tejastm75job-web Date: Mon, 25 Aug 2025 12:20:07 +0530 Subject: [PATCH 0075/1839] 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 b40a90a28ef049829ff7f3bfc861139dd48b7261 Mon Sep 17 00:00:00 2001 From: tejastm75job-web Date: Mon, 25 Aug 2025 13:37:01 +0530 Subject: [PATCH 0076/1839] 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 8e6dc6d5d35b54b56b5f37b2d5900e0b2774cafa Mon Sep 17 00:00:00 2001 From: Princess Ogunka Date: Mon, 25 Aug 2025 11:55:53 +0100 Subject: [PATCH 0077/1839] 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 693522fe5d63a79452057ffed66e6458a5b9ab0f Mon Sep 17 00:00:00 2001 From: Guganraj Rengaraju Date: Mon, 25 Aug 2025 18:10:05 +0530 Subject: [PATCH 0078/1839] 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 0079/1839] 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 9355c56a4f5e02b39ff0bc59374afa676b143ed8 Mon Sep 17 00:00:00 2001 From: shruti Date: Tue, 26 Aug 2025 01:08:05 +0530 Subject: [PATCH 0080/1839] 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 0081/1839] 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 d9af61a9a79120cae101a2f715eb96eb924a79f0 Mon Sep 17 00:00:00 2001 From: Muhammad Shahbaz Date: Tue, 26 Aug 2025 12:09:56 +0500 Subject: [PATCH 0082/1839] 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 0083/1839] Add Eman fatima to contribution List --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b8da964f..b6478a43 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2183,3 +2183,4 @@ sh0uka - [Peter Li](https://github.com/kalokli8) - [Joel varghese](https://github.com/joelvarghese6) - [Chandrabali Biswas](https://github.com/cb-04) +- [Emaan Fatima](http://github.com/emaan123dev) \ No newline at end of file From 10e1d387e3a7edb55e93aef742fad4864cbf2993 Mon Sep 17 00:00:00 2001 From: Muhammad Shahbaz Date: Tue, 26 Aug 2025 13:48:30 +0500 Subject: [PATCH 0084/1839] 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 a6aa4341f81e0ec0a8a380e5b90c487842a0f645 Mon Sep 17 00:00:00 2001 From: lidada64 <1228143436@qq.com> Date: Tue, 26 Aug 2025 17:40:23 +0800 Subject: [PATCH 0085/1839] 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 450d23ed9aa48a5b1bbd80a712182ec090c09724 Mon Sep 17 00:00:00 2001 From: IATOI Date: Tue, 26 Aug 2025 16:56:53 +0700 Subject: [PATCH 0086/1839] 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 b4530e4617abb524f9df395f8603ff9659cee435 Mon Sep 17 00:00:00 2001 From: keerthikadevi-s Date: Tue, 26 Aug 2025 21:20:58 +0530 Subject: [PATCH 0087/1839] 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 a1e7a0e19abd447284cab823eb772d89daae9f21 Mon Sep 17 00:00:00 2001 From: Musbi Date: Tue, 26 Aug 2025 21:28:56 +0100 Subject: [PATCH 0088/1839] 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 07d49339c5791d5925c190c4310326e15c91b065 Mon Sep 17 00:00:00 2001 From: phyothirizaw Date: Wed, 27 Aug 2025 16:39:22 +0630 Subject: [PATCH 0089/1839] 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 6c1fa88c3b05b92094dce044ee95ac28b72941e3 Mon Sep 17 00:00:00 2001 From: phyothirizaw Date: Wed, 27 Aug 2025 16:41:47 +0630 Subject: [PATCH 0090/1839] 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 0091/1839] 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 0092/1839] 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 7c2d135dd438f5b82bc6b37107bc13acc0ca2676 Mon Sep 17 00:00:00 2001 From: Komireddy Chandu Reddy Date: Wed, 27 Aug 2025 12:55:42 +0100 Subject: [PATCH 0093/1839] 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 0094/1839] 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 0095/1839] 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 0096/1839] 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 0097/1839] 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 0098/1839] 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 0099/1839] 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 0100/1839] 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 0101/1839] 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 0102/1839] 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 0103/1839] 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 0104/1839] 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 0105/1839] 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 0106/1839] 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 0107/1839] 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 0108/1839] 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 0109/1839] 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 0110/1839] 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 0111/1839] 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 0112/1839] 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 0113/1839] 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 0114/1839] 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 0115/1839] 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 0116/1839] 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 0117/1839] 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 0118/1839] 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 0119/1839] 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 0120/1839] 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 0121/1839] 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 0122/1839] 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 0123/1839] 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 0124/1839] 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 0125/1839] 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 0126/1839] 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 0127/1839] 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 0128/1839] 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 0129/1839] 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 0130/1839] 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 0131/1839] 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 0132/1839] 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 0133/1839] 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 0134/1839] 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 0135/1839] 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 0136/1839] 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 0137/1839] 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 0138/1839] 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 0139/1839] 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 0140/1839] 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 0141/1839] 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 0142/1839] 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 0143/1839] 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 0144/1839] 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 0145/1839] 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 0146/1839] 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 0147/1839] 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 0148/1839] 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 0149/1839] 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 0150/1839] 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 0151/1839] 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 0152/1839] 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 0153/1839] 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 0154/1839] 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 0155/1839] 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 0156/1839] 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 0157/1839] 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 0158/1839] 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 0159/1839] 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 0160/1839] 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 0161/1839] 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 0162/1839] 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 0163/1839] 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 0164/1839] 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 0165/1839] =?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 0166/1839] 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 0167/1839] 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 0168/1839] 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 0169/1839] 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 0170/1839] 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 0171/1839] 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 0172/1839] 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 0173/1839] 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 0174/1839] 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 0175/1839] 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 0176/1839] 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 0177/1839] 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 0178/1839] 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 0179/1839] 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 0180/1839] 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 0181/1839] 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 0182/1839] 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 0183/1839] 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 0184/1839] 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 0185/1839] 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 0186/1839] 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 0187/1839] 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 0188/1839] 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 0189/1839] 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 0190/1839] 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 0191/1839] 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 0192/1839] 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 0193/1839] 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 0194/1839] 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 0195/1839] 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 0196/1839] 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 0197/1839] 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 0198/1839] 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 0199/1839] 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 0200/1839] 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 0201/1839] 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 0202/1839] 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 0203/1839] 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 0204/1839] 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 0205/1839] 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 0206/1839] 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 0207/1839] 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 0208/1839] 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 0209/1839] 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 0210/1839] 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 0211/1839] 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 0212/1839] 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 0213/1839] 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 0214/1839] 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 0215/1839] =?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 0216/1839] 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 0217/1839] 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 0218/1839] 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 0219/1839] 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 0220/1839] 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 0221/1839] 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 0222/1839] 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 0223/1839] 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 0224/1839] 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 0225/1839] 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 0226/1839] 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 0227/1839] 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 0228/1839] 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 0229/1839] 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 0230/1839] 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 0231/1839] 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 0232/1839] 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 0233/1839] 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 0234/1839] 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 0235/1839] 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 0236/1839] 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 0237/1839] 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 0238/1839] 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 0239/1839] 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 0240/1839] 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 0241/1839] 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 0242/1839] 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 0243/1839] 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 0244/1839] 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 0245/1839] 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 0246/1839] 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 0247/1839] 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 0248/1839] 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 0249/1839] 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 0250/1839] 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 0251/1839] 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 0252/1839] 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 0253/1839] 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 0254/1839] 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 0255/1839] 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 0256/1839] =?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 0257/1839] 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 0258/1839] 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 0259/1839] 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 0260/1839] 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 0261/1839] 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 0262/1839] 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 0263/1839] 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 0264/1839] 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 0265/1839] 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 0266/1839] 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 0267/1839] 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 0268/1839] 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 0269/1839] 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 0270/1839] 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 0271/1839] 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 0272/1839] 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 0273/1839] 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 0274/1839] 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 0275/1839] 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 0276/1839] 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 0277/1839] 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 0278/1839] 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 0279/1839] 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 0280/1839] 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 0281/1839] 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 0282/1839] 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 0283/1839] 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 0284/1839] 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 0285/1839] 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 0286/1839] 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 0287/1839] 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 0288/1839] 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 0289/1839] 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 0290/1839] 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 0291/1839] 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 0292/1839] 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 0293/1839] 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 0294/1839] 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 0295/1839] 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 0296/1839] 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 0297/1839] 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 0298/1839] 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 0299/1839] 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 0300/1839] 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 0301/1839] 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 0302/1839] 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 0303/1839] 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 0304/1839] 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 0305/1839] 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 0306/1839] 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 0307/1839] 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 0308/1839] 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 0309/1839] 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 0310/1839] 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 0311/1839] 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 0312/1839] 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 0313/1839] 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 0314/1839] 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 0315/1839] 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 0316/1839] 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 0317/1839] 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 0318/1839] 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 0319/1839] 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 0320/1839] 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 0321/1839] 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 0322/1839] 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 0323/1839] 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 0324/1839] 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 0325/1839] 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 0326/1839] 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 0327/1839] 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 0328/1839] 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 0329/1839] 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 0330/1839] 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 0331/1839] 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 0332/1839] 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 0333/1839] 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 0334/1839] 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 0335/1839] 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 0336/1839] 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 0337/1839] 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 0338/1839] 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 0339/1839] 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 0340/1839] 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 0341/1839] 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 0342/1839] 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 0343/1839] 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 0344/1839] 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 0345/1839] 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 0346/1839] 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 0347/1839] 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 0348/1839] 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 0349/1839] 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 0350/1839] 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 0351/1839] 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 0352/1839] 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 0353/1839] 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 0354/1839] 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 0355/1839] 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 0356/1839] 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 0357/1839] 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 0358/1839] 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 0359/1839] 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 0360/1839] 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 0361/1839] 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 0362/1839] 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 0363/1839] 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 0364/1839] 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 0365/1839] 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 0366/1839] 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 0367/1839] 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 0368/1839] 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 0369/1839] 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 0370/1839] 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 0371/1839] 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 0372/1839] 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 0373/1839] 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 0374/1839] 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 0375/1839] 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 0376/1839] 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 0377/1839] =?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 0378/1839] 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 0379/1839] 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 0380/1839] 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 0381/1839] 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 0382/1839] 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 0383/1839] 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 0384/1839] 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 0385/1839] 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 0386/1839] 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 0387/1839] 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 0388/1839] 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 0389/1839] 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 0390/1839] 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 0391/1839] 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 0392/1839] 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 0393/1839] =?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 0394/1839] =?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 0395/1839] =?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 0396/1839] =?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 0397/1839] 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 0398/1839] =?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 0399/1839] 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 0400/1839] =?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 0401/1839] =?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 0402/1839] 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 0403/1839] 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 0404/1839] 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 0405/1839] 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 0406/1839] 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 0407/1839] 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 0408/1839] 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 0409/1839] 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 0410/1839] 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 0411/1839] 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 0412/1839] 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 0413/1839] 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 0414/1839] 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 0415/1839] 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 0416/1839] 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 0417/1839] 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 0418/1839] 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 0419/1839] 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 0420/1839] 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 0421/1839] 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 0422/1839] 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 0423/1839] 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 0424/1839] 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 0425/1839] 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 0426/1839] 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 0427/1839] 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 0428/1839] =?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 0429/1839] 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 0430/1839] 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 0431/1839] 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 0432/1839] 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 0433/1839] 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 0434/1839] 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 0435/1839] =?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 0436/1839] 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 0437/1839] =?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 0438/1839] 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 0439/1839] 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 0440/1839] 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 0441/1839] 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 0442/1839] =?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 0443/1839] 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 0444/1839] 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 0445/1839] =?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 0446/1839] 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 0447/1839] 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 0448/1839] 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 0449/1839] 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 0450/1839] 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 0451/1839] 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 0452/1839] 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 0453/1839] 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 0454/1839] 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 0455/1839] 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 0456/1839] 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 0457/1839] 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 0458/1839] 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 0459/1839] 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 0460/1839] 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 0461/1839] 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 0462/1839] 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 0463/1839] 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 0464/1839] 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 0465/1839] 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 0466/1839] 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 0467/1839] 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 0468/1839] 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 0469/1839] 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 0470/1839] 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 0471/1839] 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 0472/1839] 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 0473/1839] 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 0474/1839] 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 0475/1839] 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 0476/1839] 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 0477/1839] 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 0478/1839] 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 0479/1839] 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 0480/1839] 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 0481/1839] 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 0482/1839] 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 0483/1839] 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 0484/1839] 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 0485/1839] 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 0486/1839] 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 0487/1839] 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 0488/1839] 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 0489/1839] 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 0490/1839] 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 0491/1839] 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 0492/1839] 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 0493/1839] 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 0494/1839] 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 0495/1839] 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 0496/1839] 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 0497/1839] 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 0498/1839] 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 0499/1839] 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 0500/1839] 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 0501/1839] 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 0502/1839] 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 0503/1839] 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 0504/1839] 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 0505/1839] 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 0506/1839] 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 0507/1839] 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 0508/1839] 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 0509/1839] 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 0510/1839] 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 0511/1839] 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 0512/1839] 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 0513/1839] 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 0514/1839] 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 0515/1839] 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 0516/1839] 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 0517/1839] 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 0518/1839] 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 0519/1839] 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 0520/1839] 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 0521/1839] 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 0522/1839] 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 0523/1839] 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 0524/1839] 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 0525/1839] 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 0526/1839] 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 0527/1839] 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 0528/1839] 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 0529/1839] 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 0530/1839] 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 0531/1839] 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 0532/1839] 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 0533/1839] 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 0534/1839] 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 0535/1839] 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 0536/1839] 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 0537/1839] 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 0538/1839] 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 0539/1839] 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 0540/1839] 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 0541/1839] 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 0542/1839] 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 0543/1839] 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 0544/1839] 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 0545/1839] 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 0546/1839] 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 0547/1839] 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 0548/1839] 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 0549/1839] 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 0550/1839] 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 0551/1839] 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 0552/1839] 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 0553/1839] 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 0554/1839] 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 0555/1839] 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 0556/1839] 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 0557/1839] 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 0558/1839] 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 0559/1839] 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 0560/1839] 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 0561/1839] 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 0562/1839] 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 0563/1839] 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 0564/1839] 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 0565/1839] 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 0566/1839] 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 0567/1839] 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 0568/1839] 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 0569/1839] 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 0570/1839] 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 0571/1839] 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 0572/1839] 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 0573/1839] 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 0574/1839] 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 0575/1839] 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 0576/1839] 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 0577/1839] 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 0578/1839] 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 0579/1839] 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 0580/1839] 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 0581/1839] 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 0582/1839] 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 0583/1839] 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 0584/1839] 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 0585/1839] 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 0586/1839] 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 0587/1839] 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 0588/1839] 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 0589/1839] 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 0590/1839] 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 0591/1839] 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 0592/1839] 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 0593/1839] 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 0594/1839] 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 0595/1839] 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 0596/1839] 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 0597/1839] 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 0598/1839] 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 0599/1839] 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 0600/1839] 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 0601/1839] 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 0602/1839] 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 0603/1839] 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 0604/1839] 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 0605/1839] 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 0606/1839] 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 0607/1839] 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 0608/1839] 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 0609/1839] 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 0610/1839] 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 0611/1839] 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 0612/1839] 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 0613/1839] 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 0614/1839] 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 0615/1839] 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 0616/1839] 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 0617/1839] 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 0618/1839] 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 0619/1839] 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 0620/1839] 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 0621/1839] 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 0622/1839] 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 0623/1839] 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 0624/1839] 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 0625/1839] 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 0626/1839] 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 0627/1839] 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 0628/1839] 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 0629/1839] 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 0630/1839] 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 0631/1839] 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 0632/1839] 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 0633/1839] 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 0634/1839] 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 0635/1839] 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 0636/1839] 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 0637/1839] 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 0638/1839] 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 0639/1839] 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 0640/1839] 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 0641/1839] =?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 0642/1839] 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 0643/1839] 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 0644/1839] 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 0645/1839] 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 0646/1839] 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 0647/1839] 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 0648/1839] 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 0649/1839] 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 0650/1839] 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 0651/1839] 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 0652/1839] 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 0653/1839] 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 0654/1839] 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 0655/1839] 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 0656/1839] 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 0657/1839] 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 0658/1839] 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 0659/1839] 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 0660/1839] 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 0661/1839] 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 0662/1839] 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 0663/1839] 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 0664/1839] 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 0665/1839] 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 0666/1839] 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 0667/1839] 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 0668/1839] 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 0669/1839] 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 0670/1839] 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 0671/1839] 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 0672/1839] 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 0673/1839] 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 0674/1839] 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 0675/1839] 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 0676/1839] 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 0677/1839] 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 0678/1839] 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 0679/1839] 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 0680/1839] 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 0681/1839] 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 0682/1839] 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 0683/1839] 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 0684/1839] 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 0685/1839] 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 0686/1839] 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 0687/1839] 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 0688/1839] 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 0689/1839] 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 0690/1839] 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 0691/1839] 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 0692/1839] =?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 0693/1839] 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 0694/1839] 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 0695/1839] 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 0696/1839] 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 0697/1839] 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 0698/1839] 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 0699/1839] 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 0700/1839] 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 0701/1839] 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 0702/1839] 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 0703/1839] 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 0704/1839] 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 0705/1839] 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 0706/1839] 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 0707/1839] 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 0708/1839] 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 0709/1839] 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 0710/1839] 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 0711/1839] 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 0712/1839] 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 0713/1839] 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 0714/1839] 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 0715/1839] 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 0716/1839] 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 0717/1839] 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 0718/1839] 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 0719/1839] 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 0720/1839] 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 0721/1839] 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 0722/1839] 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 0723/1839] 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 0724/1839] 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 0725/1839] 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 0726/1839] - 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 0727/1839] 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 0728/1839] 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 0729/1839] 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 0730/1839] 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 0731/1839] 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 0732/1839] 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 0733/1839] 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 0734/1839] 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 0735/1839] 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 0736/1839] 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 0737/1839] 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 0738/1839] 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 0739/1839] 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 0740/1839] 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 0741/1839] 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 0742/1839] 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 0743/1839] 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 0744/1839] =?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 0745/1839] =?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 0746/1839] 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 0747/1839] 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 0748/1839] 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 0749/1839] 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 0750/1839] 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 0751/1839] 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 0752/1839] 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 0753/1839] 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 0754/1839] 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 0755/1839] 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 0756/1839] 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 0757/1839] 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 0758/1839] 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 0759/1839] 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 0760/1839] 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 0761/1839] 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 0762/1839] 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 0763/1839] 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 0764/1839] 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 0765/1839] 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 0766/1839] 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 0767/1839] 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 0768/1839] 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 0769/1839] 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 0770/1839] 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 0771/1839] 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 0772/1839] 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 0773/1839] 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 0774/1839] 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 0775/1839] 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 0776/1839] 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 0777/1839] 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 0778/1839] 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 0779/1839] 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 0780/1839] 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 0781/1839] 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 0782/1839] 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 0783/1839] 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 0784/1839] 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 0785/1839] 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 0786/1839] 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 0787/1839] 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 0788/1839] 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 0789/1839] 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 0790/1839] 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 0791/1839] 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 0792/1839] 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 0793/1839] 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 0794/1839] 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 0795/1839] 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 0796/1839] 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 0797/1839] 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 0798/1839] 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 0799/1839] 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 0800/1839] 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 0801/1839] 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 0802/1839] 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 0803/1839] 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 0804/1839] 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 0805/1839] 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 0806/1839] 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 0807/1839] 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 0808/1839] 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 0809/1839] 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 0810/1839] 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 0811/1839] 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 0812/1839] 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 0813/1839] 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 0814/1839] 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 0815/1839] 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 0816/1839] 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 0817/1839] 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 0818/1839] 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 0819/1839] 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 0820/1839] 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 0821/1839] 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 0822/1839] 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 0823/1839] 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 0824/1839] 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 0825/1839] 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 0826/1839] 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 0827/1839] 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 0828/1839] :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 0829/1839] 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 0830/1839] 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 0831/1839] 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 0832/1839] 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 0833/1839] 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 0834/1839] 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 0835/1839] 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 0836/1839] 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 0837/1839] 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 0838/1839] 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 0839/1839] 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 0840/1839] 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 0841/1839] 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 0842/1839] 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 0843/1839] 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 0844/1839] 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 0845/1839] 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 0846/1839] 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 0847/1839] 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 0848/1839] 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 0849/1839] 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 0850/1839] 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 0851/1839] 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 0852/1839] 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 0853/1839] 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 0854/1839] 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 0855/1839] 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 0856/1839] 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 0857/1839] 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 0858/1839] 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 0859/1839] 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 0860/1839] 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 0861/1839] resolve merge From 5bb302ae1b6ef83395e793c09b36f0f5521b55bc Mon Sep 17 00:00:00 2001 From: lArtuh Date: Mon, 15 Sep 2025 16:00:54 -0500 Subject: [PATCH 0862/1839] 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 0863/1839] 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 0864/1839] 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 0865/1839] 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 0866/1839] 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 0867/1839] 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 0868/1839] 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 0869/1839] =?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 0870/1839] 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 0871/1839] 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 0872/1839] 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 0873/1839] 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 0874/1839] 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 0875/1839] 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 0876/1839] 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 0877/1839] 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 0878/1839] 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 0879/1839] 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 0880/1839] 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 0881/1839] 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 0882/1839] 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 0883/1839] 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 0884/1839] 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 0885/1839] 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 0886/1839] 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 0887/1839] 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 0888/1839] 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 0889/1839] 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 0890/1839] 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 0891/1839] 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 0892/1839] 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 0893/1839] 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 0894/1839] 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 0895/1839] 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 0896/1839] 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 0897/1839] 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 0898/1839] 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 0899/1839] 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 0900/1839] 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 0901/1839] 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 0902/1839] 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 0903/1839] 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 0904/1839] 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 0905/1839] 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 0906/1839] 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 0907/1839] 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 0908/1839] 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 0909/1839] 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 0910/1839] 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 0911/1839] 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 0912/1839] 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 0913/1839] 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 0914/1839] 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 0915/1839] 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 0916/1839] 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 0917/1839] 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 0918/1839] 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 0919/1839] 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 0920/1839] 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 0921/1839] 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 0922/1839] 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 0923/1839] 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 0924/1839] 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 0925/1839] 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 0926/1839] 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 0927/1839] 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 0928/1839] 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 0929/1839] 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 0930/1839] 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 0931/1839] 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 0932/1839] 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 0933/1839] 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 0934/1839] 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 0935/1839] 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 0936/1839] 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 0937/1839] 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 0938/1839] 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 0939/1839] 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 0940/1839] 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 0941/1839] 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 0942/1839] 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 0943/1839] 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 0944/1839] 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 0945/1839] 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 0946/1839] 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 0947/1839] 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 0948/1839] 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 0949/1839] 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 0950/1839] 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 0951/1839] 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 0952/1839] 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 0953/1839] 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 0954/1839] 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 0955/1839] 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 0956/1839] 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 0957/1839] 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 0958/1839] 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 0959/1839] 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 0960/1839] 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 0961/1839] 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 0962/1839] 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 0963/1839] 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 0964/1839] 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 0965/1839] 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 0966/1839] 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 0967/1839] 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 0968/1839] 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 0969/1839] 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 0970/1839] 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 0971/1839] 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 0972/1839] 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 0973/1839] 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 0974/1839] 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 0975/1839] 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 0976/1839] 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 0977/1839] 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 0978/1839] 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 0979/1839] 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 0980/1839] 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 0981/1839] 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 0982/1839] 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 0983/1839] 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 0984/1839] 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 0985/1839] 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 0986/1839] 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 0987/1839] 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 0988/1839] 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 0989/1839] 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 0990/1839] 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 0991/1839] 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 0992/1839] 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 0993/1839] 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 0994/1839] 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 0995/1839] 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 0996/1839] 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 0997/1839] 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 0998/1839] 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 0999/1839] 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 1000/1839] 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 1001/1839] 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 1002/1839] 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 1003/1839] 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 1004/1839] 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 1005/1839] 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 1006/1839] 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 1007/1839] 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 1008/1839] 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 1009/1839] 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 1010/1839] 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 1011/1839] 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 1012/1839] 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 1013/1839] 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 1014/1839] 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 1015/1839] 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 1016/1839] 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 1017/1839] 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 1018/1839] 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 1019/1839] 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 1020/1839] 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 1021/1839] 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 1022/1839] 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 1023/1839] 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 1024/1839] 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 1025/1839] 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 1026/1839] 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 1027/1839] 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 1028/1839] 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 1029/1839] 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 1030/1839] 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 1031/1839] 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 1032/1839] 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 1033/1839] 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 1034/1839] 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 1035/1839] 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 1036/1839] 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 1037/1839] 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 1038/1839] 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 1039/1839] 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 1040/1839] 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 1041/1839] 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 1042/1839] 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 1043/1839] 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 1044/1839] 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 1045/1839] 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 1046/1839] 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 1047/1839] 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 1048/1839] 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 1049/1839] 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 1050/1839] 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 1051/1839] 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 1052/1839] 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 1053/1839] 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 1054/1839] 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 1055/1839] 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 1056/1839] :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 1057/1839] 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 1058/1839] 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 1059/1839] 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 1060/1839] 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 1061/1839] 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 1062/1839] 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 1063/1839] 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 1064/1839] 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 1065/1839] 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 1066/1839] 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 1067/1839] 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 1068/1839] 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 1069/1839] 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 1070/1839] 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 1071/1839] 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 1072/1839] 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 1073/1839] 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 1074/1839] 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 1075/1839] 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 1076/1839] 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 1077/1839] 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 1078/1839] 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 1079/1839] 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 1080/1839] 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 1081/1839] 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 1082/1839] 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 1083/1839] 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 1084/1839] 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 1085/1839] 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 1086/1839] 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 1087/1839] 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 1088/1839] 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 1089/1839] 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 1090/1839] 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 1091/1839] 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 1092/1839] 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 1093/1839] 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 1094/1839] 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 1095/1839] 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 1096/1839] :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 1097/1839] 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 1098/1839] 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 1099/1839] 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 1100/1839] 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 1101/1839] 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 1102/1839] 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 1103/1839] 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 1104/1839] 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 1105/1839] 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 1106/1839] 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 1107/1839] =?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 1108/1839] 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 1109/1839] 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 1110/1839] 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 1111/1839] 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 1112/1839] 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 1113/1839] 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 1114/1839] 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 1115/1839] :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 1116/1839] :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 1117/1839] 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 1118/1839] 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 1119/1839] 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 1120/1839] 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 1121/1839] 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 1122/1839] 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 1123/1839] 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 1124/1839] 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 1125/1839] 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 1126/1839] 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 1127/1839] 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 1128/1839] 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 1129/1839] 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 1130/1839] 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 1131/1839] 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 1132/1839] 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 1133/1839] 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 1134/1839] 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 1135/1839] 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 1136/1839] 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 1137/1839] 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 1138/1839] 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 1139/1839] 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 1140/1839] 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 1141/1839] 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 1142/1839] 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 1143/1839] 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 1144/1839] 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 1145/1839] 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 1146/1839] 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 1147/1839] 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 1148/1839] 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 1149/1839] 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 1150/1839] 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 1151/1839] 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 1152/1839] 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 1153/1839] 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 1154/1839] 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 1155/1839] 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 1156/1839] 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 1157/1839] 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 1158/1839] 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 1159/1839] 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 1160/1839] 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 1161/1839] 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 1162/1839] 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 1163/1839] 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 1164/1839] 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 1165/1839] 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 1166/1839] 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 1167/1839] 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 1168/1839] 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 1169/1839] 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 1170/1839] 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 1171/1839] 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 1172/1839] 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 1173/1839] 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 1174/1839] 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 1175/1839] 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 1176/1839] 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 1177/1839] 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 1178/1839] 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 1179/1839] 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 1180/1839] 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 1181/1839] 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 1182/1839] 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 1183/1839] 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 1184/1839] 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 1185/1839] 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 1186/1839] 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 1187/1839] 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 1188/1839] =?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 1189/1839] 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 1190/1839] 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 1191/1839] 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 1192/1839] 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 1193/1839] 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 1194/1839] 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 1195/1839] 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 1196/1839] 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 1197/1839] 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 1198/1839] 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 1199/1839] 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 1200/1839] 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 1201/1839] =?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 1202/1839] 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 1203/1839] 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 1204/1839] 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 1205/1839] 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 1206/1839] 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 1207/1839] 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 1208/1839] 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 1209/1839] 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 1210/1839] 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 1211/1839] 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 1212/1839] 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 1213/1839] 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 1214/1839] 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 1215/1839] 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 1216/1839] =?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 1217/1839] 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 1218/1839] 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 1219/1839] 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 1220/1839] 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 1221/1839] 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 1222/1839] 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 1223/1839] 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 1224/1839] 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 1225/1839] 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 1226/1839] 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 1227/1839] 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 1228/1839] 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 1229/1839] 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 1230/1839] 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 1231/1839] 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 1232/1839] 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 1233/1839] 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 1234/1839] 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 1235/1839] 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 1236/1839] 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 1237/1839] 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 1238/1839] 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 1239/1839] 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 1240/1839] 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 1241/1839] 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 1242/1839] 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 1243/1839] 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 1244/1839] 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 1245/1839] 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 1246/1839] 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 1247/1839] 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 1248/1839] 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 1249/1839] 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 1250/1839] 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 1251/1839] 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 1252/1839] 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 1253/1839] 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 1254/1839] 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 1255/1839] 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 1256/1839] 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 1257/1839] 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 1258/1839] 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 1259/1839] 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 1260/1839] 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 1261/1839] 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 1262/1839] 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 1263/1839] 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 1264/1839] 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 1265/1839] 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 1266/1839] 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 1267/1839] 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 1268/1839] 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 1269/1839] 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 1270/1839] 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 1271/1839] 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 1272/1839] 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 1273/1839] 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 1274/1839] =?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 1275/1839] 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 1276/1839] 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 1277/1839] 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 1278/1839] 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 1279/1839] 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 1280/1839] 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 1281/1839] 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 1282/1839] 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 1283/1839] 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 1284/1839] 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 1285/1839] 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 1286/1839] 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 1287/1839] 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 1288/1839] 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 1289/1839] 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 1290/1839] 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 1291/1839] 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 1292/1839] 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 1293/1839] 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 1294/1839] 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 1295/1839] 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 1296/1839] 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 1297/1839] 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 1298/1839] 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 1299/1839] 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 1300/1839] 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 1301/1839] 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 1302/1839] 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 1303/1839] 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 1304/1839] 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 1305/1839] 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 1306/1839] 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 1307/1839] 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 1308/1839] 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 1309/1839] 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 1310/1839] 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 1311/1839] 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 1312/1839] 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 1313/1839] 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 1314/1839] 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 1315/1839] 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 1316/1839] 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 1317/1839] 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 1318/1839] 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 1319/1839] 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 1320/1839] 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 1321/1839] 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 1322/1839] 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 1323/1839] 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 1324/1839] 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 1325/1839] 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 1326/1839] 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 1327/1839] 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 1328/1839] 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 1329/1839] 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 1330/1839] 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 1331/1839] 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 1332/1839] 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 1333/1839] 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 1334/1839] 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 1335/1839] =?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 1336/1839] 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 1337/1839] 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 1338/1839] 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 1339/1839] 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 1340/1839] 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 1341/1839] 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 1342/1839] 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 1343/1839] 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 1344/1839] 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 1345/1839] 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 1346/1839] 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 1347/1839] 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 1348/1839] 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 1349/1839] 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 1350/1839] 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 1351/1839] 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 1352/1839] 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 1353/1839] 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 1354/1839] 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 1355/1839] 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 1356/1839] 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 1357/1839] 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 1358/1839] 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 1359/1839] 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 1360/1839] 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 1361/1839] 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 1362/1839] 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 1363/1839] 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 1364/1839] 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 1365/1839] 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 1366/1839] 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 1367/1839] 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 1368/1839] 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 1369/1839] 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 1370/1839] 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 1371/1839] 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 1372/1839] 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 1373/1839] 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 1374/1839] 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 1375/1839] 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 1376/1839] 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 1377/1839] 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 1378/1839] 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 1379/1839] 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 1380/1839] 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 1381/1839] 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 1382/1839] 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 1383/1839] 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 1384/1839] 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 1385/1839] 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 1386/1839] 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 1387/1839] 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 1388/1839] 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 1389/1839] 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 1390/1839] 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 1391/1839] 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 1392/1839] 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 1393/1839] 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 1394/1839] 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 1395/1839] 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 1396/1839] Add @rizespb to Contributors list (#104280) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5c51d564..3c55e3a3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3270,3 +3270,4 @@ I am Lakshya Sharma and making my first open source contribution - [Mithun Gupta](https://github.com/Mithunmkks) - [Tung Nguyen](https://github.com/tungnguyen21012000-sys) - [William Ong](https://github.com/William9923) - Learning to be better. Thanks for the learning opportunity! +- [Alex](https://github.com/rizespb) - Hi everyone! It's my first contribution. Congretes me! From ab21154515af5ad12ee4f577ae85c01bfbcd222c Mon Sep 17 00:00:00 2001 From: Raj Gupta <150777419+Raj-G07@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:55:49 +0530 Subject: [PATCH 1397/1839] Update README.gr.md --- docs/translations/README.gr.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/translations/README.gr.md b/docs/translations/README.gr.md index 8feee52c..86bd2774 100644 --- a/docs/translations/README.gr.md +++ b/docs/translations/README.gr.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -125,9 +124,6 @@ git push origin Γιορτάστε και μοιραστείτε την συνεισφορά σας με τους φίλους και τους ακόλουθους σας πηγαίνοντας στο [web app](https://firstcontributions.github.io/#social-share). -Μπορείτε να συμμετέχετε στην ομάδα μας στο slack σε περίπτωση που θέλετε κάποια βοήθεια ή έχετε κάποια ερώτηση. -[Η ομάδα μας στο slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Τώρα μπορείτε να ξεκινήσετε να συνεισφέρετε και σε άλλα project. Έχουμε φτιάξει μια λίστα από project με εύκολα προβλήματα για να ξεκινήσετε. Δείτε εδώ [τη λίστα με τα project](https://firstcontributions.github.io/#project-list). ### [Επιπρόσθετο υλικό](../additional-material/git_workflow_scenarios/additional-material.md) From 07929bcad60f38c7ae65a17e69d36cc7570629e8 Mon Sep 17 00:00:00 2001 From: Raj Gupta <150777419+Raj-G07@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:59:25 +0530 Subject: [PATCH 1398/1839] Update README.gl.md --- docs/translations/README.gl.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/translations/README.gl.md b/docs/translations/README.gl.md index de340a1d..967a38aa 100644 --- a/docs/translations/README.gl.md +++ b/docs/translations/README.gl.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -109,4 +108,3 @@ Axiña mesturarei os teus cambios (facendo *merge*) na master branch deste proxe ## Onde ir dende aquí? -Tamén poderías unirte á nosa *equipa* en Slack no caso de que necesites axuda ou teñas algunha pregunta. [Únete ó noso Slack](https://firstcontributors.slack.com/join/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY) From f57433a3d1aab98ee9cd55a96d4c5d34cf332a2b Mon Sep 17 00:00:00 2001 From: vishwas-615 Date: Sat, 27 Sep 2025 15:04:35 +0530 Subject: [PATCH 1399/1839] 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 1400/1839] add Kamel Rmeda to Contributors list (#104285) Co-authored-by: Young-Xster --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 35e57e4a..35a0b846 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Hani Gannam](https://github.com/HaniGannam) - My First Contribution to the open source world :0 +- [Kamel Rmada](https://github.com/Young-Xster) - A great start to a great career :) - [Kanishka Udayanga](https://github.com/Kanishkau4) - Hi, I'm from Sri Lanka and this is my first Contribution. - [Bhushan Kor](https://github.com/BKCODE2003) - College Basic Contribution Assignment - [Muhammet Alperen Sivgin](https://github.com/MuhammetSec-Exilex) - This is the start From 7648cdcf760fd03d9cc2056ae891932ea429e612 Mon Sep 17 00:00:00 2001 From: Kalicheti Ajay Kumar <122966845+Kalicheti-Ajay@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:08:55 +0530 Subject: [PATCH 1401/1839] Removed slack link in Hindi translation #104284 Remove slack link in Hindi translation #104284 And Added a link to code contributions repo similar to main Readme. --- docs/translations/README.hi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.hi.md b/docs/translations/README.hi.md index 9fef1919..6f4277ee 100644 --- a/docs/translations/README.hi.md +++ b/docs/translations/README.hi.md @@ -114,7 +114,7 @@ git push origin <अपनी-शाखा-का-नाम-जोड़ें> अपने पहले योगदान की खुशी में जश्न मनाएं तथा इसे [वेब एप्प](https://firstcontributions.github.io/#social-share) के जरिये अपने मित्रों के साथ शेयर करें। -आप हमारी स्लैक टीम को ज्वाइन कर सकते हैं यदि आपको कुछ मदद चाहिए या आपके कोई प्रश्न हों । [स्लैक पे ज्वाइन करें](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) +यदि आप अधिक अभ्यास करना चाहते हैं, तो हमारे । [कोड योगदान](https://github.com/roshanjossey/code-contributions) अब आप अन्य प्रोजेक्ट्स पर योगदान कर सकते हैं, तो चलिए शुरू करते हैं! हमने आपके लिए एक प्रोजेक्ट्स की सूचि तैयार की है जहाँ सरल इश्यूज हैं । आप चाहें तो वहाँ से आरम्भ कर सकते हैं । [प्रोजेक्ट्स कि लिस्ट](https://firstcontributions.github.io/#project-list) From de35acb8c00036be4e46dd4a69baeff039523d06 Mon Sep 17 00:00:00 2001 From: Zackwanhakimi <94884140+Zackwanhakimi@users.noreply.github.com> Date: Sat, 27 Sep 2025 20:03:12 +0800 Subject: [PATCH 1402/1839] 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 1403/1839] 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 1404/1839] 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 1405/1839] 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 1406/1839] 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 1407/1839] 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 1408/1839] 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 1409/1839] 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 1410/1839] 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 1411/1839] 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 1412/1839] 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 1413/1839] =?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 1414/1839] 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 1415/1839] 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 1416/1839] 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 1417/1839] 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 1418/1839] 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 1419/1839] 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 1420/1839] 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 1421/1839] Added Ahmad to Contributors list (#104312) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fe219851..e5bef91f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -44,6 +44,7 @@ - [DeAnna_Nichols] - Ilamaran Magesh - Cheers! - [Aung Kyaw Thet](https://github.com/aungkyawth3t) - first open source contribution +- [Ahmad] - hi all this is my first contribution :) - [FaFa-02] --sahith bunny new user - [Avinash Ganore](https://github.com/Xzy-Vron) From ac918cfc67d15d86b84e128b597fa8a29700614f Mon Sep 17 00:00:00 2001 From: Mrshelby0 <164217015+Mrshelby0@users.noreply.github.com> Date: Sun, 28 Sep 2025 02:59:34 +0530 Subject: [PATCH 1422/1839] Remove Slack link from Greek translation --- docs/translations/README.gr.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.gr.md b/docs/translations/README.gr.md index 8feee52c..6c3f2bcd 100644 --- a/docs/translations/README.gr.md +++ b/docs/translations/README.gr.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From b3805ad1fd80050cc9f3a2b41fdb400a0aa01923 Mon Sep 17 00:00:00 2001 From: Arnav Gautam Date: Sun, 28 Sep 2025 03:51:49 +0530 Subject: [PATCH 1423/1839] 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 1424/1839] 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 1425/1839] 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 1426/1839] =?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 1427/1839] 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 1428/1839] 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 1429/1839] 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 1430/1839] 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 1431/1839] 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 1432/1839] 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 1433/1839] first contributions first try (#104331) * Added to Contributors list * wtv --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 0105ae04..81bbce2f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3050,6 +3050,7 @@ DanyLeeCS - [enguy-hub](https://github.com/enguy-hub) - [saideep](https://github.com/saideep-21) - [Tejas Chopade](https://github.com/Tejas9777) +- [Keerthana Ramalingam](https://github.com/ft-keerthana) - [Anushka Wable](https://github.com/anushka-sys) - [Apoorv Bedmutha](https://github.com/bedmuthaapoorv) - [Satyam Aengandul](https://github.com/satyamit) From 8b8244661e5f352accc50b9d5eaf8a6f20fae9c0 Mon Sep 17 00:00:00 2001 From: Lendon Date: Sun, 28 Sep 2025 16:21:32 +0800 Subject: [PATCH 1434/1839] Removes slack link in filipino translation --- docs/translations/README.fil.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.fil.md b/docs/translations/README.fil.md index e4b18c7b..e465d0c3 100644 --- a/docs/translations/README.fil.md +++ b/docs/translations/README.fil.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 3e4ef4622a8944e91c0817695c0e5319831d7ddd Mon Sep 17 00:00:00 2001 From: Lendon Date: Sun, 28 Sep 2025 16:23:47 +0800 Subject: [PATCH 1435/1839] Add Lendon to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 81bbce2f..9a7b6c2c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1597,6 +1597,7 @@ Ben - [Moulya.K](https://github.com/MoulyaK2005) - [Bonga M](https://github.com/BongaManzini) - [Chuffed](https://github.com/Chuffed-Code) +- [Lendon Completado](https://github.com/ranier-lendon) - [Luan Lessa](https://github.com/LuanLessa) - [Hosein Tajali](https://github.com/Kasra36) - [Captain](https://github.com/CaptainPatel) From 07548eeeabab907d0ed38ee1094c55fdd7fc75ef Mon Sep 17 00:00:00 2001 From: joel <91632635+joeliscoding@users.noreply.github.com> Date: Sun, 28 Sep 2025 11:37:38 +0200 Subject: [PATCH 1436/1839] 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 1437/1839] 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 1438/1839] 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 1439/1839] 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 1440/1839] 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 1441/1839] 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 1442/1839] 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 1443/1839] 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 1444/1839] 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 1445/1839] #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 1446/1839] 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 1447/1839] 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 1448/1839] 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 1449/1839] 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 1450/1839] 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 1451/1839] 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 1452/1839] 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 1453/1839] 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 1454/1839] 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 1455/1839] 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 1456/1839] 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 1457/1839] 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 1458/1839] 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 1459/1839] 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 1460/1839] 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 1461/1839] Add JDanielGS to Contributors list (#104364) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7ff5fad0..b52e3b71 100644 --- a/Contributors.md +++ b/Contributors.md @@ -192,6 +192,7 @@ - [Owen Roukey](https://github.com/rouk5555) - [Pankaj Monga](https://github.com/p-monga) - [Patrick Yeung](https://github.com/eampat) +- [Daniel Gacha](https://github.com/JDanielGS) - [Plexton](https://github.com/ZaibLComrade) - [Prasad J B](https://github.com/Prasad-JB) - [Pro Kumar](https://github.com/pkumar2143) From 5af7a45b89c0e60449626d4cd9beb76454e91a66 Mon Sep 17 00:00:00 2001 From: Lostchyld <103064451+dragonsewist@users.noreply.github.com> Date: Sun, 28 Sep 2025 17:52:49 -0500 Subject: [PATCH 1462/1839] Remove slack link in Ewe translation #104262 Removes the slack link in line 2 of README.ewe.md file. --- docs/translations/README.ewe.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.ewe.md b/docs/translations/README.ewe.md index 4f28afd7..ec3ab018 100644 --- a/docs/translations/README.ewe.md +++ b/docs/translations/README.ewe.md @@ -1,5 +1,4 @@ [![kɔmpiutaɖoɖo femaxee ƒe Lɔlɔ̃](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From e897f9334b35764189e2329cd9da7e601119aae9 Mon Sep 17 00:00:00 2001 From: Lostchyld <103064451+dragonsewist@users.noreply.github.com> Date: Sun, 28 Sep 2025 18:01:11 -0500 Subject: [PATCH 1463/1839] Add LostChyld to Contributors.md #104262 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b52e3b71..a8c94733 100644 --- a/Contributors.md +++ b/Contributors.md @@ -12,6 +12,7 @@ - [JBetz-Dev](https://github.com/JBetz-Dev) - [James-826](https://github.com/James-826) - [Janardhan Polle](https://github.com/Jce) +- [LostChyld](https://github.com/dragonsewist/) - [Jason Wiggs](https://github.com/wiggs30) - [Jenna Hall](https://github.com/swejenna) - [Jerry](https://github.com/SniperRaccoon) From ec5be67705da6c8cabe0c06c7170d47b32da2824 Mon Sep 17 00:00:00 2001 From: Sneha Saravanan <73630726+snehasaran09@users.noreply.github.com> Date: Sun, 28 Sep 2025 20:27:37 -0400 Subject: [PATCH 1464/1839] 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 1465/1839] 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 1466/1839] 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 1467/1839] 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 1468/1839] 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 1469/1839] 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 1470/1839] 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 1471/1839] 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 1472/1839] 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 1473/1839] 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 1474/1839] 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 1475/1839] 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 1476/1839] 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 1477/1839] 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 1478/1839] 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 1479/1839] 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 1480/1839] 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 1481/1839] 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 1482/1839] 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 1483/1839] 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 1484/1839] 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 1485/1839] 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 1486/1839] 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 1487/1839] 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 1488/1839] 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 1489/1839] 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 1490/1839] 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 1491/1839] 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 1492/1839] 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 1493/1839] 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 1494/1839] 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 1495/1839] 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 1496/1839] 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 1497/1839] 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 1498/1839] 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 1499/1839] 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 1500/1839] 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 1501/1839] 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 1502/1839] 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 1503/1839] 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 1504/1839] 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 1505/1839] 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 1506/1839] 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 1507/1839] 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 1508/1839] 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 1509/1839] 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 1510/1839] 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 1511/1839] 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 1512/1839] 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 1513/1839] 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 1514/1839] Add Muntazir Sayed to Contributors list (#104430) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a635a4da..d2f88647 100644 --- a/Contributors.md +++ b/Contributors.md @@ -119,6 +119,7 @@ - [ninet33n](https://github.com/meetVaidya) - [nisarg404](https://github.com/nisarg404) - [Yaser-Sellami](https://github.com/Yaser-Sellami) +- [Muntazir-Sayed](https://github.com/Muntazir-sd) - [lelemita](https://github.com/lelemita) - [omartrese](https://github.com/omartrese) - [p-a-brown](https://github.com/p-a-brown) From 7b9f12c86b8a03b5ac327de659d0aaa779abb2d5 Mon Sep 17 00:00:00 2001 From: Rafi Date: Tue, 30 Sep 2025 14:03:08 +0600 Subject: [PATCH 1515/1839] Add syedsabbir-git to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b50e2a72..c32d41a9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1089,3 +1089,4 @@ - [Júlia Cansado](https://github.com/julcansado) - [Evan Xu](https://github.com/ThisEVAN1) - [sowmiya](https://github.com/sowmiya880) +- [syedsabbir-git](https://github.com/syedsabbir-git) \ No newline at end of file From 53e3ab86bfc98bfbfca199105e20bb46cee78f40 Mon Sep 17 00:00:00 2001 From: Archit Anirudhan Date: Tue, 30 Sep 2025 13:33:38 +0530 Subject: [PATCH 1516/1839] 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 1517/1839] Add syedsabbir-git to Contributors list (#104433) Co-authored-by: Rafi --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3300636b..49ad98ea 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1092,3 +1092,4 @@ - [Júlia Cansado](https://github.com/julcansado) - [Evan Xu](https://github.com/ThisEVAN1) - [sowmiya](https://github.com/sowmiya880) +- [syedsabbir-git](https://github.com/syedsabbir-git) \ No newline at end of file From ed8722e176775d3d470ad3c24a9df676f9dc2235 Mon Sep 17 00:00:00 2001 From: Rafi Date: Tue, 30 Sep 2025 14:07:52 +0600 Subject: [PATCH 1518/1839] Remove Slack links from Greek translation --- docs/translations/README.gr.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/translations/README.gr.md b/docs/translations/README.gr.md index 8feee52c..83f2e6e6 100644 --- a/docs/translations/README.gr.md +++ b/docs/translations/README.gr.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -125,9 +124,6 @@ git push origin Γιορτάστε και μοιραστείτε την συνεισφορά σας με τους φίλους και τους ακόλουθους σας πηγαίνοντας στο [web app](https://firstcontributions.github.io/#social-share). -Μπορείτε να συμμετέχετε στην ομάδα μας στο slack σε περίπτωση που θέλετε κάποια βοήθεια ή έχετε κάποια ερώτηση. -[Η ομάδα μας στο slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Τώρα μπορείτε να ξεκινήσετε να συνεισφέρετε και σε άλλα project. Έχουμε φτιάξει μια λίστα από project με εύκολα προβλήματα για να ξεκινήσετε. Δείτε εδώ [τη λίστα με τα project](https://firstcontributions.github.io/#project-list). ### [Επιπρόσθετο υλικό](../additional-material/git_workflow_scenarios/additional-material.md) @@ -136,4 +132,4 @@ git push origin | GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | | --- | --- | --- | --- | --- | --- | -| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) | +| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) | \ No newline at end of file From 1a0261cddabb8f823fa563e105e817e4b3af0dd9 Mon Sep 17 00:00:00 2001 From: Parshuram Singh <99655801+parshuramsingh@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:48:27 +0530 Subject: [PATCH 1519/1839] 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 1520/1839] 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 1521/1839] 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 1522/1839] 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 1523/1839] 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 1524/1839] 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 1525/1839] 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 1526/1839] 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 1527/1839] 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 1528/1839] 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 1529/1839] 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 1530/1839] 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 1531/1839] 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 1532/1839] 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 1533/1839] 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 1534/1839] 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 1535/1839] 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 1536/1839] 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 1537/1839] 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 1538/1839] 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 1539/1839] 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 1540/1839] 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 1541/1839] 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 1542/1839] 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 1543/1839] 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 1544/1839] 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 1545/1839] 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 1546/1839] 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 1547/1839] 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 1548/1839] 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 1549/1839] 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 1550/1839] 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 1551/1839] 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 1552/1839] 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 1553/1839] 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 1554/1839] 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 1555/1839] 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 1556/1839] 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 1557/1839] 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 1558/1839] 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 1559/1839] 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 1560/1839] 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 1561/1839] 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 1562/1839] 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 1563/1839] 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 1564/1839] 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 1565/1839] =?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 1566/1839] 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 1567/1839] 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 1568/1839] 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 1569/1839] =?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 1570/1839] 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 1571/1839] =?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 1572/1839] =?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 1573/1839] =?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 1574/1839] 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 1575/1839] 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 1576/1839] 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 1577/1839] 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 1578/1839] 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 1579/1839] 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 1580/1839] 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 1581/1839] 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 1582/1839] 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 1583/1839] 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 1584/1839] 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 1585/1839] 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 1586/1839] 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 1587/1839] 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 1588/1839] 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 1589/1839] 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 1590/1839] 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 1591/1839] 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 1592/1839] 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 1593/1839] 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 1594/1839] 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 1595/1839] 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 1596/1839] 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 1597/1839] 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 1598/1839] 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 1599/1839] 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 1600/1839] 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 1601/1839] 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 1602/1839] 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 1603/1839] 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 1604/1839] 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 1605/1839] 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 1606/1839] 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 1607/1839] 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 1608/1839] 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 1609/1839] 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 1610/1839] 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 1611/1839] 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 1612/1839] 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 1613/1839] 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 1614/1839] 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 1615/1839] 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 1616/1839] 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 1617/1839] =?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 1618/1839] 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 1619/1839] 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 1620/1839] 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 1621/1839] 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 1622/1839] 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 1623/1839] 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 1624/1839] 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 1625/1839] 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 1626/1839] 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 1627/1839] 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 1628/1839] Add craig weinstein (#104597) * Add my full name to the contributors list * Add my full name to the contributors list --------- Co-authored-by: Roshan Jossy From c86ac8ef897c85bf83225937fb80d35659a3d066 Mon Sep 17 00:00:00 2001 From: ni2-vsv11 Date: Thu, 2 Oct 2025 00:04:07 +0530 Subject: [PATCH 1629/1839] fixed#104589 -Removed slack link in Marathi translation --- docs/translations/README.kws.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.kws.md b/docs/translations/README.kws.md index 7eb993dd..6b58d322 100644 --- a/docs/translations/README.kws.md +++ b/docs/translations/README.kws.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 83400800b58bf7a9615ab3b33b92bd5e3f9e023f Mon Sep 17 00:00:00 2001 From: Krishanu <107165160+krishanu009@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:04:44 +0530 Subject: [PATCH 1630/1839] Krishanu branch (#104599) * Add your-name to Contributors list * Add Krishanu to Contributors list --------- Co-authored-by: krishanu-bcc --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index afb14015..a0fee6bb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1161,6 +1161,7 @@ Emily Navarro - [DJG300](https://github.com/DJG300) - [ Areesha Shehzad](https://github.com/Areesha48) - Tran Thanh Tai +- [Krishanu ](https://github.com/krishanu009) - [MikuOnTheEthernet](https://github.com/Imgei69) - [Cuong224136](https://github.com/hchicuong3) - [Nguyen Thanh Vu](https://github.com/vu221604-creator) From 9e42606b259c9a14329216197d0f96caa477db2d Mon Sep 17 00:00:00 2001 From: Pratham19106 Date: Thu, 2 Oct 2025 00:11:45 +0530 Subject: [PATCH 1631/1839] Add Pratham Muley --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index afb14015..b909d913 100644 --- a/Contributors.md +++ b/Contributors.md @@ -41,7 +41,8 @@ - [James-826](https://github.com/James-826) - [Janardhan Polle](https://github.com/Jce) - [Rafael Guzman](https://github.com/Rafael-er-byte) -- [Raghav Chanana] (https://github.com/sidrag3045) +- [Raghav Chanana](https://github.com/sidrag3045) +- [Pratham Muley](https://github.com/Pratham19106) - [Jason Wiggs](https://github.com/wiggs30) - [Vaibhav Katyal](https://github.com/vaibhav-katyal) - [Jenna Hall](https://github.com/swejenna) From 57091d8fc47dc7997dc0322b7809510980e73d40 Mon Sep 17 00:00:00 2001 From: Pratham19106 Date: Thu, 2 Oct 2025 00:14:18 +0530 Subject: [PATCH 1632/1839] Add Pratham Muley (#104601) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 1ceec882..73c0ae4d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -41,7 +41,8 @@ - [James-826](https://github.com/James-826) - [Janardhan Polle](https://github.com/Jce) - [Rafael Guzman](https://github.com/Rafael-er-byte) -- [Raghav Chanana] (https://github.com/sidrag3045) +- [Raghav Chanana](https://github.com/sidrag3045) +- [Pratham Muley](https://github.com/Pratham19106) - [Jason Wiggs](https://github.com/wiggs30) - [Vaibhav Katyal](https://github.com/vaibhav-katyal) - [Jenna Hall](https://github.com/swejenna) From 2eb7e9471aa3367948afe0a52bc7e8055a15c9ee Mon Sep 17 00:00:00 2001 From: Pratham19106 Date: Thu, 2 Oct 2025 00:18:10 +0530 Subject: [PATCH 1633/1839] #104589fixed-Remove Slack Link From Marathi Translation --- docs/translations/README.mr.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.mr.md b/docs/translations/README.mr.md index 7087531b..6b59a02b 100644 --- a/docs/translations/README.mr.md +++ b/docs/translations/README.mr.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 55f4ac41cae11221bab859ba45a62662103a7729 Mon Sep 17 00:00:00 2001 From: nitnx256 Date: Thu, 2 Oct 2025 00:22:43 +0530 Subject: [PATCH 1634/1839] Remove slack link in Lao Translation README --- docs/translations/README.la.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/translations/README.la.md b/docs/translations/README.la.md index 1edc9414..4de43db7 100644 --- a/docs/translations/README.la.md +++ b/docs/translations/README.la.md @@ -1,5 +1,5 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) +[]() [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -105,7 +105,7 @@ git push origin <ຊື່ branch ຂອງທ່ານ> ຍິນດີນຳ, ທ່ານໄດ້ປະຕິບັດຂັ້ນຕອນຂອງການເຮັດ contribute ຄື fork -> clone -> edit -> pull request ເຊິ່ງຂັ້ນຕອນຕ່າງໆເຫຼົ່ານີ້ເປັນສິ່ງທີ່ທ່ານຕອງໄດ້ພົບເມື່ອທ່ານເປັນ contributor ສະເຫຼີມສະຫຼອງໃຫ້ແກ່ການມີສ່ວນຮ່ວມຂອງທ່ານ, ຢ່າລືມແບ່ງປະສົບການທີ່ທ່ານໄດ້ຮັບໃຫ້ແກ່ໝູ່ເພື່ອນຂອງທ່ານ ໂດຍໄປທີ່ [ເວັບໄຊນີ້](https://firstcontributions.github.io/#social-share) -ຫຼືຈະມີສ່ວນຮ່ວມກັບເຮົາຜ່ານ Slack ໃນກໍລະນີທີ່ທ່ານຕ້ອງການຄວາມຊ່ວຍເຫຼືອ ຫຼື ມີຂໍ້ສົງໄສໃດໆ [ເຂົ້າຮ່ວມ slack ກັບພວກເຮົາ](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) +ຫຼືຈະມີສ່ວນຮ່ວມກັບເຮົາຜ່ານ Slack ໃນກໍລະນີທີ່ທ່ານຕ້ອງການຄວາມຊ່ວຍເຫຼືອ ຫຼື ມີຂໍ້ສົງໄສໃດໆ [ເຂົ້າຮ່ວມ slack ກັບພວກເຮົາ]() ຈາກນີ້ທ່ານສາມາດ contribute ໃຫ້ໂປຣເຈັກອື່ນໆໄດ້, ໂດຍທາງເຮົາໄດ້ເຮັດລາຍການໂປຣເຈັກທີ່ງ່າຍຕໍ່ການເລີ່ມຕົ້ນບາງສ່ວນໄວ້ໃຫ້ [ລາຍຊື່ໂປຣເຈັກທີ່ໜ້າສົນໃຈ](https://firstcontributions.github.io/#project-list) From 0869c21087416cf1ce67fd6575a89b5579574d75 Mon Sep 17 00:00:00 2001 From: Suhail Abdi Date: Wed, 1 Oct 2025 22:22:38 +0300 Subject: [PATCH 1635/1839] Added Suhail to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 73c0ae4d..8f597d03 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1182,3 +1182,4 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) +- [Suhail Abdi](https://github.com/suhailabdi2) \ No newline at end of file From e9d6eef9f15f66ec6a759025122fbb4d3391c10e Mon Sep 17 00:00:00 2001 From: Suhail Abdi <114070973+suhailabdi2@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:24:05 +0300 Subject: [PATCH 1636/1839] Added Suhail to Contributors list (#104607) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 73c0ae4d..8f597d03 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1182,3 +1182,4 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) +- [Suhail Abdi](https://github.com/suhailabdi2) \ No newline at end of file From 0e62a4a210a8c3e3895107bbc480ad8299999d43 Mon Sep 17 00:00:00 2001 From: pushkarkothari899 Date: Thu, 2 Oct 2025 01:03:06 +0530 Subject: [PATCH 1637/1839] Update README.lug.md I deleted all the lines related to slack . In total there were 2....1st one on 2nd line and 2nd one on 113th line --- docs/translations/README.lug.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.lug.md b/docs/translations/README.lug.md index a21a9018..a33f1d2d 100644 --- a/docs/translations/README.lug.md +++ b/docs/translations/README.lug.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -111,8 +110,6 @@ Ki ekirungi! Onoowuziza ku ttendekero lya _fork -> clone -> edit -> pull request Jaguza ekyo ky'oyongeddeko era ogikwase mikwano gyo n'abagoberera nga oyita ku [web app](https://firstcontributions.github.io/#social-share). -Osobola okuyingira ku team ya slack bw'oba oyagala obuyambi obulala oba olina ebibuuzo. [Yingira team ya slack.](https://firstcontributors.slack.com/join/shared_invite/zt-29qhyr9lt-Bi7WLbgGIFqV7aCEG_grvg#/shared-invite/email). - Kati ka tutandikire okukola ku kintu ekirala. Tundese olukalala lwa project ezirina ebizibu ebitalina y'oyinza okutandika n'okukola. Kebera [olukalala lwa project mu web app](https://firstcontributions.github.io/#project-list). ### [Ebirala ebisobola okukuyamba](additional-material/git_workflow_scenarios/additional-material.md) From 29585312f465840c9e77167578fc6783b7e6bb8c Mon Sep 17 00:00:00 2001 From: HugoOuwerkerk Date: Wed, 1 Oct 2025 21:34:49 +0200 Subject: [PATCH 1638/1839] Add dex to Contributors list (#104610) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8f597d03..82551c3f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1163,6 +1163,7 @@ Emily Navarro - [DJG300](https://github.com/DJG300) - [ Areesha Shehzad](https://github.com/Areesha48) - Tran Thanh Tai +- [dex] - [Krishanu ](https://github.com/krishanu009) - [MikuOnTheEthernet](https://github.com/Imgei69) - [Cuong224136](https://github.com/hchicuong3) From 04032af56429e26e7057b2dbe0a28269b088afc3 Mon Sep 17 00:00:00 2001 From: Suhail Abdi Date: Wed, 1 Oct 2025 22:37:24 +0300 Subject: [PATCH 1639/1839] removed slack in the Latvian translation --- docs/translations/README.lv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.lv.md b/docs/translations/README.lv.md index 66f86b2f..3bdab07c 100644 --- a/docs/translations/README.lv.md +++ b/docs/translations/README.lv.md @@ -109,7 +109,7 @@ Apsveicam! Tu tikko pabeidzi standarta _fork -> clone -> edit -> PR_ darbplūs Pastāsti par savu devumu saviem draugiem un sekotājiem, izmantojot [mūsu vietni](https://firstcontributions.github.io/#social-share). -Tu vari pievienoties arī mūsu slack komandai, ja tev nepieciešama palīdzība vai ir kādi jautājumi. [Pievienojies slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). + Tagad tu vari līdzdarboties arī citos projektos. Mēs esam sastādījuši sarakstu ar projektiem, kuros ir vienkāršas problēmas, ar kurām tu varētu sākt. Izpēti [projektu sarakstu mūsu vietnē](https://firstcontributions.github.io/#project-list). From 35f06913d76a276c7453d84439f6ec7f1c4bf102 Mon Sep 17 00:00:00 2001 From: pushkarkothari899 Date: Thu, 2 Oct 2025 01:12:41 +0530 Subject: [PATCH 1640/1839] Update README.me.md i deleted all the slack links --- docs/translations/README.me.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.me.md b/docs/translations/README.me.md index 71405b8c..3e57f08f 100644 --- a/docs/translations/README.me.md +++ b/docs/translations/README.me.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -116,8 +115,6 @@ Uskoro, ja ću spojiti promjene koje ste napravili sa master granom repozitoriju Proslavite vaš doprinos i podijelite ga sa prijateljima i pratiocima kroz [stranicu](https://firstcontributions.github.io/#social-share). -Ukoliko vam je potrebna pomoć ili imate neka pitanja, možete da se priključite našem [Slack timu](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Sada možete početi da doprinosite i drugim projektima. Sastavili smo listu projekata sa jednostavim problemima na kojima možete početi da radite. Pogledajte [listu projekata na stranici](https://firstcontributions.github.io/#project-list). ### [Dodatni materijali](additional-material/git_workflow_scenarios/additional-material.md) From be8ebf7ca82376b11dab90ffb9793f84ff21cad3 Mon Sep 17 00:00:00 2001 From: Suhail Abdi Date: Wed, 1 Oct 2025 22:47:27 +0300 Subject: [PATCH 1641/1839] Removed mentions of slack in the Latvian Readme. --- docs/translations/README.lv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.lv.md b/docs/translations/README.lv.md index 3bdab07c..e49ccd92 100644 --- a/docs/translations/README.lv.md +++ b/docs/translations/README.lv.md @@ -1,5 +1,5 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) + [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 48ad49ecb5c7de043b60d44d8cd817edfaf3ded0 Mon Sep 17 00:00:00 2001 From: ADITYA TIWARI <142050150+ADITYATIWARI342005@users.noreply.github.com> Date: Thu, 2 Oct 2025 01:43:43 +0530 Subject: [PATCH 1642/1839] Update Contributors.md (#104613) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 82551c3f..6d1e1de6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -87,6 +87,7 @@ - [Yukesh D](https://github.com/Yukesh-30) - [Naveen C](https://github.com/naveench98) - [Nehsik](https://github.com/Kishen271828) +- [ARES](https://github.com/phoenixcodeforces-blip) - [Nithwin V M](https://github.com/Nithwin) - [Numan Khan](https://github.com/Nuu-maan) - [Paul Serise](https://github.com/pserise) @@ -1183,4 +1184,4 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) -- [Suhail Abdi](https://github.com/suhailabdi2) \ No newline at end of file +- [Suhail Abdi](https://github.com/suhailabdi2) From 21249a0f39d1de66d161338677cb8ed034de1154 Mon Sep 17 00:00:00 2001 From: Arpit kumar Jaiswal Date: Thu, 2 Oct 2025 02:15:19 +0530 Subject: [PATCH 1643/1839] Add Arpit Kumar Jaiswal to Contributors list Added my name as part of Hacktoberfest 2025. --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 82551c3f..d740b1b7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1183,4 +1183,5 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) -- [Suhail Abdi](https://github.com/suhailabdi2) \ No newline at end of file +- [Suhail Abdi](https://github.com/suhailabdi2) +- Arpit Kumar Jaiswal From e41f385242c74da3bf02bb0a12598551807a81af Mon Sep 17 00:00:00 2001 From: Frank Anthony <115263397+FrankLayza@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:52:39 +0100 Subject: [PATCH 1644/1839] Add Frank Anthony to Contributors list (#104616) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6d1e1de6..21039ecc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ - [Abhiram kondaguduru](https://github.com/k-abhiram21) - [Fangphire](https://github.com/fangphire) - [Zohaib](https://github.com/Iamzohaibali) +- [Frank Anthony](https://github.com/FrankLayza) - [Furanimus](https://github.com/Furanimus) - [Saugat Giri](https://github.com/saugat1070) - [Anurag Tiwari](https://github.com/boss2412) From ed847a41b9b88ec553c01efdc931082585560577 Mon Sep 17 00:00:00 2001 From: Owen Meyer <113151729+OwenBMeyer@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:06:37 -0700 Subject: [PATCH 1645/1839] Added owen meyer to Contributors list (#104618) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 21039ecc..9f57d851 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1121,6 +1121,7 @@ Emily Navarro - [Zohaib Khan](https://github.com/zohaibkhan745) - [c-lombardi23](https://github.com/c-lombardi23) - [candycane124](https://github.com/candycane124) +- [owen meyer](https://github.com/OwenBMeyer) - [cashtanowiec](https://github.com/cashtanowiec) - [codemikemike](https://github.com/codemikemike) - [goldenbough0](https://github.com/goldenbough0) From 81086b2b525637eadd54f8c8589cf20f3792ff53 Mon Sep 17 00:00:00 2001 From: Rohanssutar Date: Thu, 2 Oct 2025 06:03:05 +0530 Subject: [PATCH 1646/1839] Removed slack link in Malayama translation #104591 --- docs/translations/README.ml.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.ml.md b/docs/translations/README.ml.md index 0568b4af..d955896d 100644 --- a/docs/translations/README.ml.md +++ b/docs/translations/README.ml.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From c1c1ad26d727c27f8d985309dba32606318a8a1b Mon Sep 17 00:00:00 2001 From: Rohanssutar Date: Thu, 2 Oct 2025 06:18:36 +0530 Subject: [PATCH 1647/1839] Removed slack link in Malagasyj translation #104592 --- docs/translations/README.mg.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.mg.md b/docs/translations/README.mg.md index 2cb9a192..307648c4 100644 --- a/docs/translations/README.mg.md +++ b/docs/translations/README.mg.md @@ -1,5 +1,4 @@ [![L'amour du logiciel libre](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 34a697e5b9477384523cfb74f352beb325f0f75c Mon Sep 17 00:00:00 2001 From: Stephen Speck Jr Date: Wed, 1 Oct 2025 21:12:10 -0400 Subject: [PATCH 1648/1839] Add SpecksBacon to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 9f57d851..1e52e06a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -146,7 +146,7 @@ - [headboot](https://github.com/headboot) - [freshmess](https://github.com/freshmess) - [hectoru10](https://github.com/Hectoru10) - +- [specksbacon](https://github.com/SpecksBacon) - [hridyam04](https://github.com/hridyam04) - [iason-019](https://github.com/iason-019) - [isaac sun](https://github.com/isaac-sun) From a8f641534b983f756caeba6daf1bdf40cd05f92b Mon Sep 17 00:00:00 2001 From: esraa <95543220+esraa-k@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:44:10 -0400 Subject: [PATCH 1649/1839] Add Esraa Kandil to Contributors list (#104622) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9f57d851..a80bb6ae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -72,6 +72,7 @@ - [MACantara](https://github.com/MACantara) - [Madan A](https://github.com/maddy-aleti) - [Magonborn](https://github.com/MagonBorn) +- [Esraa Kandil](https://github.com/esraa-k) - [Maruthi S](https://github.com/JSMaruthi) - [Jeff Tunner](https://github.com/JeffTunner) - [SoongGuanLeong](https://github.com/SoongGuanLeong) From e3da85573b27a8c7e6fa56347bc73fd34b3b5a10 Mon Sep 17 00:00:00 2001 From: Vattikuti Manideep Sitaram Date: Thu, 2 Oct 2025 08:17:21 +0530 Subject: [PATCH 1650/1839] added manideep to contributor list (#104623) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a80bb6ae..937c3744 100644 --- a/Contributors.md +++ b/Contributors.md @@ -279,6 +279,7 @@ - [Said Berk](https://github.com/saidberk27) - [Salar Amir](https://github.com/SalarAmir) - [Samia-sh](https://github.com/samia-code0) +- [Vattikuti Manideep Sitaram](https://github.com/Vattikuti-Manideep-Sitaram) - [Sandhya R](https://github.com/sandhya13r) - [Sanika Nair](https://github.com/sanika-n) - [Sathvik](https://github.com/Satthvik1026) From f1ed5fc10c2c6103d1a1c42d63cff07cc82a7127 Mon Sep 17 00:00:00 2001 From: Vattikuti Manideep Sitaram Date: Thu, 2 Oct 2025 08:20:18 +0530 Subject: [PATCH 1651/1839] added manideep to contributor list (#104624) From 1f685f5c36fcca9ba45821dafea7c527f258bc96 Mon Sep 17 00:00:00 2001 From: Amadou Lamine Kebe Date: Wed, 1 Oct 2025 22:53:52 -0400 Subject: [PATCH 1652/1839] Add Amadou Kebe to Contributors list (#104625) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 937c3744..b47e04b5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Kyra (kyrazzx)](https://github.com/kyrazzx) +- [Amadou Kebe](https://github.com/AmadouLKebe) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) From b881c1349d3df06ca4c98e4a046006b266bd59ef Mon Sep 17 00:00:00 2001 From: Gregory Williams II <92772675+gwilli2@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:06:55 -0400 Subject: [PATCH 1653/1839] Add Gregory Williams II to Contributors list (#104626) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b47e04b5..f76e8710 100644 --- a/Contributors.md +++ b/Contributors.md @@ -385,6 +385,7 @@ - [Pranay Gurav](https://github.com/cwpranay) - [RAYYAN KHAN](https://github.com/rayyan4t4) - [Mariydi](https://github.com/mariydi) +- [Gregory Williams II](https://github.com/gwilli2) - [Rahul Kumar](https://github.com/imrahul05) - [RahulRawat](https://github.com/RHL-RWT-01) - [Rakshak R B](https://github.com/rakshakrb) From 1c4d2bc8e303c8cc218a5872affa048d761d8101 Mon Sep 17 00:00:00 2001 From: Developer1223 <63170098+Developer1223@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:18:45 -0400 Subject: [PATCH 1654/1839] Add Coolgamer to Contributors list (#104627) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f76e8710..b34f24c0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -184,6 +184,7 @@ - [Alif Akbar](https://github.com/alifakbxr) - [Alokananda Y](https://github.com/alok-38) - Zak Slovak +- Coolgamer0181 - [Lucas Couso Antunes](https://github.com/Rulyns) - [Aminat A](https://github.com/pejuameenat) - [Andrew D](https://github.com/myMEDIA1578) From 06a73fe385844e6670c0bb55c196747f3a4f068d Mon Sep 17 00:00:00 2001 From: Akshay Juneja Date: Thu, 2 Oct 2025 09:13:24 +0530 Subject: [PATCH 1655/1839] Remove Slack links from Luganda translation Fixes #104595 --- docs/translations/README.lug.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.lug.md b/docs/translations/README.lug.md index a21a9018..a33f1d2d 100644 --- a/docs/translations/README.lug.md +++ b/docs/translations/README.lug.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -111,8 +110,6 @@ Ki ekirungi! Onoowuziza ku ttendekero lya _fork -> clone -> edit -> pull request Jaguza ekyo ky'oyongeddeko era ogikwase mikwano gyo n'abagoberera nga oyita ku [web app](https://firstcontributions.github.io/#social-share). -Osobola okuyingira ku team ya slack bw'oba oyagala obuyambi obulala oba olina ebibuuzo. [Yingira team ya slack.](https://firstcontributors.slack.com/join/shared_invite/zt-29qhyr9lt-Bi7WLbgGIFqV7aCEG_grvg#/shared-invite/email). - Kati ka tutandikire okukola ku kintu ekirala. Tundese olukalala lwa project ezirina ebizibu ebitalina y'oyinza okutandika n'okukola. Kebera [olukalala lwa project mu web app](https://firstcontributions.github.io/#project-list). ### [Ebirala ebisobola okukuyamba](additional-material/git_workflow_scenarios/additional-material.md) From a5dc3ed0a682ba0314b5f2719852ba66f7b1fb30 Mon Sep 17 00:00:00 2001 From: Elyas Shamal Date: Wed, 1 Oct 2025 23:54:09 -0400 Subject: [PATCH 1656/1839] Add Elyas Shamal to Contributors list (#104629) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b34f24c0..572d5894 100644 --- a/Contributors.md +++ b/Contributors.md @@ -47,6 +47,7 @@ - [Pratham Muley](https://github.com/Pratham19106) - [Jason Wiggs](https://github.com/wiggs30) - [Vaibhav Katyal](https://github.com/vaibhav-katyal) + [Elyas Shamal](https://github.com/ElyasShamal) - [Jenna Hall](https://github.com/swejenna) - [Jerry](https://github.com/SniperRaccoon) - [Jesse Prevete](https://github.com/jjpdotexe) From 58e55be690a2f46e2fc6ad63ba1d56712e90098f Mon Sep 17 00:00:00 2001 From: Adithya Bollu <60298600+AdithyaBollu@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:01:30 -0700 Subject: [PATCH 1657/1839] Add Adithya-Bollu to Contributors list (#104630) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 572d5894..578d5902 100644 --- a/Contributors.md +++ b/Contributors.md @@ -68,6 +68,7 @@ - [Krish Yadav](https://github.com/Ky-1106) - [Krrishray](https://github.com/krrishray) - [Kyle Boo](https://github.com/bookang869) +- [Adithya Bollu](https://github.com/AdithyaBollu) - [Brian Griffin](https://github.com/SolidUmbrella) - [LaraAcuna](https://github.com/LaraAcuna) - [Likhitha](https://github.com/likhitha07) From 8ef4ff469e747e7665654a1364e6516a18096d8f Mon Sep 17 00:00:00 2001 From: Kevin <147939873+baldlow@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:20:25 -0400 Subject: [PATCH 1658/1839] added baldlow to Contributors list (#104631) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 578d5902..f1976165 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Amadou Kebe](https://github.com/AmadouLKebe) +- [baldlow](https://github.com/baldlow) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) From 997a4cbc3dd72351134eb7580cd47389d1b53faf Mon Sep 17 00:00:00 2001 From: Rohanssutar Date: Thu, 2 Oct 2025 10:15:15 +0530 Subject: [PATCH 1659/1839] Removed slack link in Italian translation #104537 --- docs/translations/README.it.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.it.md b/docs/translations/README.it.md index 286247a3..ca76244d 100644 --- a/docs/translations/README.it.md +++ b/docs/translations/README.it.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 645b84c56042d09e455d3312a4727c955122d0fe Mon Sep 17 00:00:00 2001 From: Abhishek Tiwari Date: Thu, 2 Oct 2025 10:25:39 +0530 Subject: [PATCH 1660/1839] Added Abhishek to the Contributors lise (#104633) Co-authored-by: abhi210 <27881020+Abhi210@users.noreply.github.com> --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f1976165..e078e993 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1173,6 +1173,7 @@ Emily Navarro - [psrdotcom](https://github.com/psrdotcom) - [DJG300](https://github.com/DJG300) - [ Areesha Shehzad](https://github.com/Areesha48) +- [Abhishek](https://github.com/Abhi210) - Tran Thanh Tai - [dex] - [Krishanu ](https://github.com/krishanu009) From 801824c9bf4d26c3b0083f7d6130ed4fb7c06c49 Mon Sep 17 00:00:00 2001 From: Swarnavo2003 Date: Thu, 2 Oct 2025 10:37:56 +0530 Subject: [PATCH 1661/1839] Add Swarnavo to Contributors list --- Contributors.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index f1976165..8c083298 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) @@ -48,7 +49,8 @@ - [Pratham Muley](https://github.com/Pratham19106) - [Jason Wiggs](https://github.com/wiggs30) - [Vaibhav Katyal](https://github.com/vaibhav-katyal) - [Elyas Shamal](https://github.com/ElyasShamal) +- [Swarnavo Majumder](https://github.com/Swarnavo2003) +- [Elyas Shamal](https://github.com/ElyasShamal) - [Jenna Hall](https://github.com/swejenna) - [Jerry](https://github.com/SniperRaccoon) - [Jesse Prevete](https://github.com/jjpdotexe) @@ -863,7 +865,7 @@ - [Greem Fox](https://github.com/vulpes-viridis) - [Hamza Khan](https://github.com/giacomo-folli) - [Hariharasudhan M](https://github.com/Harimhs) -Emily Navarro + Emily Navarro - [Harsh Gupta](https://github.com/Reverent2005) - [Harsh Rakholiya](https://github.com/arsh3396) - [Harshita Kode](https://github.com/2210030019) From e772beea8721d2d4f8f82bfc6be61a49ec566345 Mon Sep 17 00:00:00 2001 From: Akshay Juneja Date: Thu, 2 Oct 2025 10:52:44 +0530 Subject: [PATCH 1662/1839] Remove slack link in Latvian translation Fixes #104594 --- docs/translations/README.lv.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.lv.md b/docs/translations/README.lv.md index 66f86b2f..6b530fe0 100644 --- a/docs/translations/README.lv.md +++ b/docs/translations/README.lv.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -109,8 +108,6 @@ Apsveicam! Tu tikko pabeidzi standarta _fork -> clone -> edit -> PR_ darbplūs Pastāsti par savu devumu saviem draugiem un sekotājiem, izmantojot [mūsu vietni](https://firstcontributions.github.io/#social-share). -Tu vari pievienoties arī mūsu slack komandai, ja tev nepieciešama palīdzība vai ir kādi jautājumi. [Pievienojies slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Tagad tu vari līdzdarboties arī citos projektos. Mēs esam sastādījuši sarakstu ar projektiem, kuros ir vienkāršas problēmas, ar kurām tu varētu sākt. Izpēti [projektu sarakstu mūsu vietnē](https://firstcontributions.github.io/#project-list). ### [Papildu materiāli](../additional-material/git_workflow_scenarios/additional-material.md) From 0391b77b45787a961e55d586997117ecabf969cd Mon Sep 17 00:00:00 2001 From: Sujeeth-Varma Date: Thu, 2 Oct 2025 10:53:51 +0530 Subject: [PATCH 1663/1839] Remove Slack link from Croatian translation file --- docs/translations/README.hr.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/translations/README.hr.md b/docs/translations/README.hr.md index 1c94cc99..a8194eee 100644 --- a/docs/translations/README.hr.md +++ b/docs/translations/README.hr.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -111,7 +110,6 @@ Nakon toga, vlasnik će spojiti promjene koje ste napravili sa master granom pro Proslavite tako što ćete podjeliti svoj doprinos sa prijateljima i pratiocima otvaranjem [stranice](https://firstcontributions.github.io/#social-share). -Pridružite se i našem Slack timu u slučaju da vam je potrebna ikakva pomoć ili imate bilo kakvih pitanja. [Slack tim](https://join.slack.com/t/firstcontributors/shared_invite/zt-2vqegkew0-ZuzGM1LO33C6Ts4nZyat1Q). Sada možemo početi sa doprinosima drugim projektima. Napravili smo popis projekata sa jednostavnim problemima na kojima možete početi raditi. Posjetite [listu projekata na naštoj stranici](https://firstcontributions.github.io/#project-list). From 2bf1d8dd784a5ddc92a2deaa2ba167f3f94ffe66 Mon Sep 17 00:00:00 2001 From: Akshay Juneja Date: Thu, 2 Oct 2025 10:55:00 +0530 Subject: [PATCH 1664/1839] Removed slack link in Kurdish translation Fixes #104540 --- docs/translations/README.kr.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.kr.md b/docs/translations/README.kr.md index 9868bac1..945b21d7 100644 --- a/docs/translations/README.kr.md +++ b/docs/translations/README.kr.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -203,8 +202,6 @@ Pîroz be! We çerxa _fork -> clone -> edit -> pull request_ a standard ku hûn Beşdariya xwe pîroz bikin û bi hevalên xwe û şopînerên xwe re parve bikin bi çûyîna [sepana webê](https://firstcontributions.github.io/#social-share). -Heke we hewceyî alîkariyê heye an jî pirsên we hene hûn dikarin beşdarî tîma me ya slack bibin. [Beşdarî tîma slack bibin](https://firstcontributors.slack.com/join/shared_invite/zt-29qhyr9lt-Bi7WLbgGIFqV7aCEG_grvg#/shared-invite/email). - Niha em dest bi beşdariya we di projeyên din de bikin. Me lîsteyek ji projeyan bi mijarên hêsan amade kiriye ku hûn dikarin pê dest pê bikin. [Lîsteya projeyan di sepana webê de kontrol bikin](https://firstcontributions.github.io/#project-list). ### [Materyalên zêde](additional-material/git_workflow_scenarios/additional-material.md) From c18157ef1e2eb30d7e14f7adf4e406768195524b Mon Sep 17 00:00:00 2001 From: shreyasethu <121268262+shreyasethu@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:21:15 +0530 Subject: [PATCH 1665/1839] Added name to contributors list (#104638) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e078e993..d7a2e3de 100644 --- a/Contributors.md +++ b/Contributors.md @@ -23,6 +23,7 @@ - [Furanimus](https://github.com/Furanimus) - [Saugat Giri](https://github.com/saugat1070) - [Anurag Tiwari](https://github.com/boss2412) +- [Shreya Sethu](https://github.com/shreyasethu) - [Ginny](https://github.com/ginnysingh789) - [Sahitya](https://github.com/Paila-Sahitya) - [Gopal Iyer](https://github.com/geekiyer) From 7486121e33240166d2a30409214d1623b9c5ac8e Mon Sep 17 00:00:00 2001 From: Sujeeth Varma Date: Thu, 2 Oct 2025 11:30:27 +0530 Subject: [PATCH 1666/1839] Add Sujeeth-Varma to Contributors list (#104639) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d7a2e3de..d13733cb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -739,6 +739,7 @@ - [Sahil Kolte](https://github.com/sahilakolte) - [Sandy052005](https://github.com/sandy052005) - [Sangeeta](https://github.com/sangeeta-nayak) +- [Sujeeth Varma](https://github.com/Sujeeth-Varma) - [Shayne Geilman](https://github.com/ShayneJG) - [Shivam Gujar](https://github.com/CodebyShiv) - [Shoaib Islam](https://github.com/Shoaib3375) From d464ac3109189fd9af1eca48ab81b3039f3e9e18 Mon Sep 17 00:00:00 2001 From: Harini-RAJ <162883450+Harini-RAJ@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:02:29 +0530 Subject: [PATCH 1667/1839] Added Harini to Contributors list (#104640) Co-authored-by: Kishoree735 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d13733cb..3c70af1a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1198,3 +1198,4 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) +- [Harini R A J](https://github.com/Harini-RAJ) \ No newline at end of file From ddba3d67ac98adb51bed29cd6ed7f7326d8d1536 Mon Sep 17 00:00:00 2001 From: Aadarsh Pandey <61098642+beingadish@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:11:28 +0530 Subject: [PATCH 1668/1839] Add Aadarsh Pandey to Contributors list (#104641) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c70af1a..94aaefd7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -441,6 +441,7 @@ - [happypepii](https://github.com/happypepii) - [hmdaslam97](https://github.com/hmdaslam97) - [indigo0445](https://github.com/indigo0445) +- [Aadarsh Pandey](https://github.com/beingadish) - [joelinux60](https://github.com/joelinux60) - [jpbellizia](https://github.com/jpbellizia) - [krshearman](https://github.com/krshearman) From 0d6d83d5bb216a5e417042724e3cab3ea1c69b19 Mon Sep 17 00:00:00 2001 From: Purushottam Singh <96170494+purakh@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:16:12 +0530 Subject: [PATCH 1669/1839] Purushottam Singh to Contributors list (#104643) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 94aaefd7..8de3e147 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1199,4 +1199,5 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) -- [Harini R A J](https://github.com/Harini-RAJ) \ No newline at end of file +- [Harini R A J](https://github.com/Harini-RAJ) +- [Purushottam-Singh](https://github.com/purakh) \ No newline at end of file From f71b20e73ebf1801cc9a81f4434cc32245bd2c8f Mon Sep 17 00:00:00 2001 From: Rohit Mathur <116487107+Rohit0265@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:25:33 +0530 Subject: [PATCH 1670/1839] Add Rohit Mathur to Contributors list (#104644) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8de3e147..4a8bd98e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -51,6 +51,7 @@ - [Vaibhav Katyal](https://github.com/vaibhav-katyal) [Elyas Shamal](https://github.com/ElyasShamal) - [Jenna Hall](https://github.com/swejenna) +- [Rohit Mathur](https://github.com/Rohit0265) - [Jerry](https://github.com/SniperRaccoon) - [Jesse Prevete](https://github.com/jjpdotexe) - [Rohit Madhu Ghadge](https://github.com/Rod7678) From 98298b3c1cdcd3ff37b22624766da8307db4a840 Mon Sep 17 00:00:00 2001 From: Ayontika Pal Date: Thu, 2 Oct 2025 13:23:41 +0530 Subject: [PATCH 1671/1839] Remove slack link from Khmer translation --- docs/translations/README.kh.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.kh.md b/docs/translations/README.kh.md index 762ed300..b3c1c41d 100644 --- a/docs/translations/README.kh.md +++ b/docs/translations/README.kh.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 66155c110fdc6e0e82453ca13f901735e336940e Mon Sep 17 00:00:00 2001 From: nitnx256 Date: Thu, 2 Oct 2025 13:25:44 +0530 Subject: [PATCH 1672/1839] Remomve img & slack mentions in Lao Translation --- docs/translations/README.la.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.la.md b/docs/translations/README.la.md index 4de43db7..263c9f9b 100644 --- a/docs/translations/README.la.md +++ b/docs/translations/README.la.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[]() [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -105,8 +104,6 @@ git push origin <ຊື່ branch ຂອງທ່ານ> ຍິນດີນຳ, ທ່ານໄດ້ປະຕິບັດຂັ້ນຕອນຂອງການເຮັດ contribute ຄື fork -> clone -> edit -> pull request ເຊິ່ງຂັ້ນຕອນຕ່າງໆເຫຼົ່ານີ້ເປັນສິ່ງທີ່ທ່ານຕອງໄດ້ພົບເມື່ອທ່ານເປັນ contributor ສະເຫຼີມສະຫຼອງໃຫ້ແກ່ການມີສ່ວນຮ່ວມຂອງທ່ານ, ຢ່າລືມແບ່ງປະສົບການທີ່ທ່ານໄດ້ຮັບໃຫ້ແກ່ໝູ່ເພື່ອນຂອງທ່ານ ໂດຍໄປທີ່ [ເວັບໄຊນີ້](https://firstcontributions.github.io/#social-share) -ຫຼືຈະມີສ່ວນຮ່ວມກັບເຮົາຜ່ານ Slack ໃນກໍລະນີທີ່ທ່ານຕ້ອງການຄວາມຊ່ວຍເຫຼືອ ຫຼື ມີຂໍ້ສົງໄສໃດໆ [ເຂົ້າຮ່ວມ slack ກັບພວກເຮົາ]() - ຈາກນີ້ທ່ານສາມາດ contribute ໃຫ້ໂປຣເຈັກອື່ນໆໄດ້, ໂດຍທາງເຮົາໄດ້ເຮັດລາຍການໂປຣເຈັກທີ່ງ່າຍຕໍ່ການເລີ່ມຕົ້ນບາງສ່ວນໄວ້ໃຫ້ [ລາຍຊື່ໂປຣເຈັກທີ່ໜ້າສົນໃຈ](https://firstcontributions.github.io/#project-list) ### [ຂໍ້ມູນອື່ນໆເພີ່ມເຕີມ](../additional-material/git_workflow_scenarios/additional-material.md) From f4e72da1b3c0aa214e6f4bc73d7651353c1ad72b Mon Sep 17 00:00:00 2001 From: Ayontika Pal Date: Thu, 2 Oct 2025 13:37:28 +0530 Subject: [PATCH 1673/1839] Remove Slack link from Kannada translation --- docs/translations/README.ka.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.ka.md b/docs/translations/README.ka.md index 2c3ae195..2bf9d66c 100644 --- a/docs/translations/README.ka.md +++ b/docs/translations/README.ka.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From ab53d7d1b822a90e39b6f64e64b56438690b1d19 Mon Sep 17 00:00:00 2001 From: Bharath-dev05 Date: Thu, 2 Oct 2025 13:41:13 +0530 Subject: [PATCH 1674/1839] Remove Slack team join image from README.me.md Deleted the Slack team join image and link from the translations README to clean up the header section. --- docs/translations/README.me.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.me.md b/docs/translations/README.me.md index 71405b8c..b64c907d 100644 --- a/docs/translations/README.me.md +++ b/docs/translations/README.me.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From fa74cec4e525ce0006ff25243a1b683e96b0fcae Mon Sep 17 00:00:00 2001 From: Wilmer Gulcochia <64532973+wigsdev@users.noreply.github.com> Date: Thu, 2 Oct 2025 03:11:18 -0500 Subject: [PATCH 1675/1839] Add Wilmer Gulcochia to Contributors list (#104649) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4a8bd98e..39f7e3c4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Kyra (kyrazzx)](https://github.com/kyrazzx) +- [Wilmer Gulcochia](https://github.com/wigsdev) - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) From 4ee09cda47e15ff8a9c3c19c0cbbaf4ed33d82aa Mon Sep 17 00:00:00 2001 From: swarajreddy10 Date: Thu, 2 Oct 2025 13:44:32 +0530 Subject: [PATCH 1676/1839] git commit -m "Add Swaraj Reddy to Contributors list" --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 4a8bd98e..049e323f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -279,7 +279,7 @@ - [Ravi](https://github.com/raviprakash7367) - [Rehan Halai](https://github.com/01-Rehan) - [Rohan](https://github.com/Christopher-91) - +- [swaraj reddy](https://github.com/swarajreddy10) - [RunarokHrafn](https://github.com/Runarok) - [Sachin](https://github.com/sachinkashi21) - [Sagardeep Das](https://github.com/SDpDas) From 5010638ca5837c34806d2a8a19288e502778826d Mon Sep 17 00:00:00 2001 From: sanjeev094 <160874537+sanjeev094@users.noreply.github.com> Date: Thu, 2 Oct 2025 13:45:03 +0530 Subject: [PATCH 1677/1839] its is my first open-source (#104650) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 39f7e3c4..6d220139 100644 --- a/Contributors.md +++ b/Contributors.md @@ -72,6 +72,7 @@ - [Krish Yadav](https://github.com/Ky-1106) - [Krrishray](https://github.com/krrishray) - [Kyle Boo](https://github.com/bookang869) +- [Sanjeev Singh](https://github.com/sanjeev094) - [Adithya Bollu](https://github.com/AdithyaBollu) - [Brian Griffin](https://github.com/SolidUmbrella) - [LaraAcuna](https://github.com/LaraAcuna) From b4f941838b1bfe94e9ad55426eea739600859c5d Mon Sep 17 00:00:00 2001 From: bogge038 Date: Thu, 2 Oct 2025 10:27:37 +0200 Subject: [PATCH 1678/1839] Add bogge038 to Contributors list (#104653) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 6d220139..495569f1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -280,6 +280,7 @@ - [Ramin Adineh](https://github.com/ramiadi) - [Ravi](https://github.com/raviprakash7367) - [Rehan Halai](https://github.com/01-Rehan) +- [bogge038](https://github.com/bogge038) - [Rohan](https://github.com/Christopher-91) - [RunarokHrafn](https://github.com/Runarok) @@ -1203,4 +1204,4 @@ Emily Navarro - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) - [Harini R A J](https://github.com/Harini-RAJ) -- [Purushottam-Singh](https://github.com/purakh) \ No newline at end of file +- [Purushottam-Singh](https://github.com/purakh) From d087f60f8a59a81978cfd52a93ca9f0d65c84acd Mon Sep 17 00:00:00 2001 From: Vedant Malkar Date: Thu, 2 Oct 2025 14:04:43 +0530 Subject: [PATCH 1679/1839] Add Vedant Malkar to Contributors list (#104654) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 495569f1..8e60e962 100644 --- a/Contributors.md +++ b/Contributors.md @@ -668,6 +668,7 @@ - [David Stark](https://github.com/GamingPions) - [Derek Hall](https://github.com/derekhall483) - [Dhananjay Mohan](https://github.com/djvu2k6) +- [Vedant Malkar](https://github.com/vedantmalkar) - [Dhruv Pandey](https://github.com/Dhrupandey) - [Diksha Rani](https://github.com/diksha-0420) - [Dipankaj](https://github.com/DipankajSingh/) From 25cc6c928b7bd49b8506d35b01dc3c315f96a142 Mon Sep 17 00:00:00 2001 From: Bharath-dev05 Date: Thu, 2 Oct 2025 15:40:40 +0530 Subject: [PATCH 1680/1839] Remove slack link in Myanmar (Burmese) translation Deleted the Slack team invite image and link from the Myanmar Unicode translation README. --- docs/translations/README.mm_unicode.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.mm_unicode.md b/docs/translations/README.mm_unicode.md index f8574413..69f9fb13 100644 --- a/docs/translations/README.mm_unicode.md +++ b/docs/translations/README.mm_unicode.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 2f8365d29364ec0970daf32702b10a299c6b2994 Mon Sep 17 00:00:00 2001 From: Charlie Dobney <108221321+jyrdr@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:14:37 +0200 Subject: [PATCH 1681/1839] add Charlie Dobney (#104656) Co-authored-by: Charlie --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8e60e962..13f0a0cd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -498,6 +498,7 @@ - [Ashen Umeda](https://github.com/ashenumeda) - [Babrah Ekele](https://github.com/bclaire92) - [Basma BT](https://github.com/Boutaib-Basma) +- [Charlie Dobney](https://github.com/jyrdr) - [Caleb Rollf](https://github.com/lemonsloth) - [Calvin Shio](https://github.com/shiocalvin) - [Capri Caviedes](https://github.com/caprivm) From 55070eb0015a441912e2831d5be5282cfe67e6fd Mon Sep 17 00:00:00 2001 From: Vaishnavi Parodkar <146186298+vaishnavi-parodkar@users.noreply.github.com> Date: Thu, 2 Oct 2025 16:03:01 +0530 Subject: [PATCH 1682/1839] Add Vaishnavi Parodkar to Contributors list (#104658) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 13f0a0cd..a89a6054 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Aman Gupta](https://github.com/Aman071106) - [Ndeye Sermy Mergane](https://github.com/Ndeye1000) - [Emmanuel Zelaya-Armenta](https://github.com/Emmanuel-ZA) +- [Vaishnavi Parodkar](https://github.com/vaishnavi-parodkar) - [Joshua Norris](https://github.com/Noshie23) - [santhosh teja santhosh teja ](https://github.com/Yashs02-code) - [Yash Shirgaonkar](https://github.com/Yashs02-code) From a0e65ab554630e9b879c8f8b89598ae4db2d131c Mon Sep 17 00:00:00 2001 From: DakshGopani36 <86640269+dakshgopani@users.noreply.github.com> Date: Thu, 2 Oct 2025 16:49:14 +0530 Subject: [PATCH 1683/1839] Add dakshgopani to Contributors list (#104660) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a89a6054..2e42500d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -74,6 +74,7 @@ - [Krrishray](https://github.com/krrishray) - [Kyle Boo](https://github.com/bookang869) - [Sanjeev Singh](https://github.com/sanjeev094) +- [Daksh Gopani](https://github.com/dakshgopani) - [Adithya Bollu](https://github.com/AdithyaBollu) - [Brian Griffin](https://github.com/SolidUmbrella) - [LaraAcuna](https://github.com/LaraAcuna) From 3ab0299d0cfd896106e061bc9399a9f72653082e Mon Sep 17 00:00:00 2001 From: arnpacc Date: Thu, 2 Oct 2025 15:22:30 +0330 Subject: [PATCH 1684/1839] Add Alireza Rostamnezhad to Contributors list (#104645) * Add Alireza Rostamnezhad to Contributors list * Fix formatting for Alireza Rostamnezhad entry in Contributors listlvw * add my name to contributors * add Alireza Rostamnezhad to contributors list --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2e42500d..2e6bbc51 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1207,5 +1207,6 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) +- [Alireza Rostamnezhad](https://github.com/arnpacc) - [Harini R A J](https://github.com/Harini-RAJ) - [Purushottam-Singh](https://github.com/purakh) From ba47f474db6a7755c1472785b10e8ae0f58300b7 Mon Sep 17 00:00:00 2001 From: Avishkar74 Date: Thu, 2 Oct 2025 17:38:19 +0530 Subject: [PATCH 1685/1839] Removed Slack link --- docs/translations/README.me.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.me.md b/docs/translations/README.me.md index 71405b8c..b64c907d 100644 --- a/docs/translations/README.me.md +++ b/docs/translations/README.me.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 5fb5b0db275cb209a7949e68c633413ddccdbb75 Mon Sep 17 00:00:00 2001 From: Avishkar74 Date: Thu, 2 Oct 2025 17:41:51 +0530 Subject: [PATCH 1686/1839] removed slack links from readme.me.md --- docs/translations/README.me.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.me.md b/docs/translations/README.me.md index b64c907d..57e026a0 100644 --- a/docs/translations/README.me.md +++ b/docs/translations/README.me.md @@ -13,7 +13,6 @@ _Ako nijeste navikli da koristite komandnu liniju, [evo tutorijala koji koristi #### Ako nemate git na svojoj mašini, [instalirajte ga ovdje](https://help.github.com/articles/set-up-git/). ## Napravite kopiju repozitorijuma - Napravite kopiju _(fork)_ ovog repozitorijuma tako što ćete kliknuti na dugme **fork** na vrhu stranice. Ovo će kreirati kopiju ovog repozitorijuma na vašem nalogu. From 08b257b875f85ba9148cc5208f100c7a0cb681df Mon Sep 17 00:00:00 2001 From: anshuman sahay Date: Thu, 2 Oct 2025 17:46:38 +0530 Subject: [PATCH 1687/1839] Added anshuman to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8e60e962..c9cbaf12 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Wilmer Gulcochia](https://github.com/wigsdev) - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) +- [anshuman](https://github.com/sahayanshuman2005) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) From 41f6914806e129e377c76a1f9e1d14f3a0121aec Mon Sep 17 00:00:00 2001 From: anshuman sahay Date: Thu, 2 Oct 2025 17:50:12 +0530 Subject: [PATCH 1688/1839] modified igbo translation by removing slack link --- docs/translations/README.igb.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.igb.md b/docs/translations/README.igb.md index 31838e80..f34851ad 100644 --- a/docs/translations/README.igb.md +++ b/docs/translations/README.igb.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -115,8 +114,6 @@ Ekele! Naanị ị gụchara ihe nkesa -> mmepụta oyiri -> dezie -> Bọpụ Nalee onyinye gị ma soro ndị enyi gị na ụmụazụ gị kerịta ya site na ịga na [ngwa weebụ](https://firstcontributions.github.io/#social-share). -Ị nwere ike isonyere ndị ọrụ anyị na-adịghị mma na ikpe ịchọrọ enyemaka ọ bụla ma ọ bụ nwee ajụjụ ọ bụla. [Jikọọ slack otu](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Ugbu a, ka anyị malite site na inye onyinye maka ọrụ ndị ọzọ. Anyị ejikọtawo ndepụta nke oru na okwu dị mfe ị nwere ike ịmalite. Lelee [ndepụta nke oru na ngwa weebụ ](https://firstcontributions.github.io/#project-list). ### [Ihe ndi ozo](../additional-material/git_workflow_scenarios/additional-material.md) From e132487f0ffdaed0e630bf7c1088572a8dd1bf22 Mon Sep 17 00:00:00 2001 From: Georgia Pennington <101330572+gpenn4@users.noreply.github.com> Date: Thu, 2 Oct 2025 13:43:15 +0100 Subject: [PATCH 1689/1839] Add Georgia Pennington to Contributors list (#104663) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f8176232..8c3ae30f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -471,6 +471,7 @@ - [v1ct0r-ops](https://github.com/v1ct0r-ops) - [xnm-sdksdk](https://github.com/xnm-sdksdk) - [y pavan reddy](https://github.com/ypavanr) +- [Georgia Pennington] (https://github.com/gpenn4) - [원세영](https://github.com/seyoung5744) - [Bluefox192](https://github.com/Bluefox192) - [Aadvika Pandey](https://github.com/Addvika) From a8b19cb9d23f124305152930ca691d3dda1e8114 Mon Sep 17 00:00:00 2001 From: AjayPrasath01 <59790285+AjayPrasath01@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:13:23 +0530 Subject: [PATCH 1690/1839] Adding my name in contibution list (#104664) Co-authored-by: Ajay Prasath --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8c3ae30f..dbfea488 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1183,6 +1183,7 @@ Emily Navarro - [Ubaid](https://github.com/ubaid2917) - [Hemank](https://github.com) - [psrdotcom](https://github.com/psrdotcom) +- [Ajay Prasath](https://github.com/AjayPrasath01) - [DJG300](https://github.com/DJG300) - [ Areesha Shehzad](https://github.com/Areesha48) - [Abhishek](https://github.com/Abhi210) From 5e7c3e6f7dd02e774a50ce6d84d917081760d48a Mon Sep 17 00:00:00 2001 From: Shubham Pawade Date: Thu, 2 Oct 2025 18:21:03 +0530 Subject: [PATCH 1691/1839] Remove Slack link from Hungarian translation README --- docs/translations/README.hu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.hu.md b/docs/translations/README.hu.md index 89fb1cb3..30570260 100644 --- a/docs/translations/README.hu.md +++ b/docs/translations/README.hu.md @@ -1,5 +1,5 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) + [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 8cb83a73d20f86f43f48bd70c3352a1aa1959dd1 Mon Sep 17 00:00:00 2001 From: Shubham Pawade Date: Thu, 2 Oct 2025 18:34:31 +0530 Subject: [PATCH 1692/1839] Add Shubham Pawade to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dbfea488..8fda3c27 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Shubham Pawade](https://github.com/ShubhamSPawade) - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Wilmer Gulcochia](https://github.com/wigsdev) - [Amadou Kebe](https://github.com/AmadouLKebe) From 73eb9b2841e8b35f47d3e47fb29c4fcb840d766e Mon Sep 17 00:00:00 2001 From: Gokul <156660981+GP8-Gokul@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:58:49 +0530 Subject: [PATCH 1693/1839] Add Gokul P Jayan to Contributors list (#104666) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index dbfea488..53f31c26 100644 --- a/Contributors.md +++ b/Contributors.md @@ -283,6 +283,7 @@ - [Ravi](https://github.com/raviprakash7367) - [Rehan Halai](https://github.com/01-Rehan) - [bogge038](https://github.com/bogge038) +- [Gokul P Jayan](https://github.com/GP8-Gokul) - [Rohan](https://github.com/Christopher-91) - [RunarokHrafn](https://github.com/Runarok) From e2eb7659db97a32be5a46d835d470d0afad78946 Mon Sep 17 00:00:00 2001 From: Shubhankar Pandey <129772728+shubxdoc@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:07:30 +0530 Subject: [PATCH 1694/1839] Add Shubhankar to Contributors list (#104667) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 53f31c26..65683cee 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Saugat Giri](https://github.com/saugat1070) - [Anurag Tiwari](https://github.com/boss2412) - [Shreya Sethu](https://github.com/shreyasethu) +- [Shubhankar Pandey](https://github.com/shubxdoc) - [Ginny](https://github.com/ginnysingh789) - [Sahitya](https://github.com/Paila-Sahitya) - [Gopal Iyer](https://github.com/geekiyer) From 528dc96d73d488597af37d0bfa8df6cd26f03ca6 Mon Sep 17 00:00:00 2001 From: Vis-2007 Date: Thu, 2 Oct 2025 19:38:12 +0530 Subject: [PATCH 1695/1839] Add Vismaya to Contributors List (#104669) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 65683cee..58362beb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Vaishnavi Parodkar](https://github.com/vaishnavi-parodkar) - [Joshua Norris](https://github.com/Noshie23) - [santhosh teja santhosh teja ](https://github.com/Yashs02-code) +- [vismaya vishwas](https://github.com/Vis-2007) - [Yash Shirgaonkar](https://github.com/Yashs02-code) - [Malvin-sehmaluva-Machingura](https://github.com/sehmaluva) - [Fady Zaky](https://github.com/0ddAuto00) From b9faeb93e842ba4a31830357c1de3341b85829b9 Mon Sep 17 00:00:00 2001 From: Hrishikesh-Rondla Date: Thu, 2 Oct 2025 19:47:35 +0530 Subject: [PATCH 1696/1839] Add Hrishikesh Rondla to Contributors list (#104670) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 58362beb..fc0ef3a9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -6,6 +6,7 @@ - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) +- [Hrishikesh Rondla](https://github.com/Hrishikesh-Rondla) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) - [Aman Gupta](https://github.com/Aman071106) From 4ded1ed136bad5e859c0aacd5c02b5fe412b30f4 Mon Sep 17 00:00:00 2001 From: Prince Yadav <167596785+warrior-hub@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:22:37 +0530 Subject: [PATCH 1697/1839] docs: add Prince Yadav to Contributors.md (#104672) Co-authored-by: warrior-hub --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fc0ef3a9..1f4735bd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Wilmer Gulcochia](https://github.com/wigsdev) - [Amadou Kebe](https://github.com/AmadouLKebe) From 19753c45a2d0944ef4b227498ad110de2614863e Mon Sep 17 00:00:00 2001 From: Olet Sharapolli Date: Thu, 2 Oct 2025 16:53:21 +0200 Subject: [PATCH 1698/1839] Add Olet to Contributors list (#104673) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1f4735bd..24a6441a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ - [Sid-5137](https://github.com/Sid-5137) - [Rick C](https://github.com/rccoder22) - [Hoin Shin](https://github.com/signalman) +- [Olet Sharapolli](https://github.com/Olet-17) - [Abhay Raj Agnihotri](https://github.com/abhayrajagnihotri) - [marcelo_iporre](https://github.com/CHELOIPO) - [ITSMijaiL](https://github.com/ITSMijaiL) From 57a70fbff9106c436beb39f184d5cc000c8e4b84 Mon Sep 17 00:00:00 2001 From: Siddhanth Date: Thu, 2 Oct 2025 20:28:45 +0530 Subject: [PATCH 1699/1839] name added (#104674) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 24a6441a..e2244524 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1218,3 +1218,4 @@ Emily Navarro - [Alireza Rostamnezhad](https://github.com/arnpacc) - [Harini R A J](https://github.com/Harini-RAJ) - [Purushottam-Singh](https://github.com/purakh) +- [Karumanchi Siddhanth](https://github.com/Sid-ef) \ No newline at end of file From 346eb95570f4ee30c4efa428676d7b7588da92b7 Mon Sep 17 00:00:00 2001 From: "Yidnekachew S." Date: Thu, 2 Oct 2025 18:26:20 +0300 Subject: [PATCH 1700/1839] Remove slack link from readme --- docs/translations/README.am.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.am.md b/docs/translations/README.am.md index af18eb6a..de471519 100644 --- a/docs/translations/README.am.md +++ b/docs/translations/README.am.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 25d5f6878828a592c6dcbf954248cfb3fe6d3d63 Mon Sep 17 00:00:00 2001 From: sudama_bera <115332759+sudama-bera-3@users.noreply.github.com> Date: Thu, 2 Oct 2025 21:26:41 +0530 Subject: [PATCH 1701/1839] Add my name to Contirbutors list (#104677) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e2244524..677eaff9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -725,6 +725,7 @@ - [Manisha1679](https://github.com/Manisha1679) - [Seung Min Park](https://github.com/seungminbluebox) - [Manya Goel](https://github.com/MANYAGOEL123) +-[Sudama bera](https://github.com/sudama-bera-3) - [Martí Cabañas](https://github.com/cabah24) - [Mate Kopaliani](https://github.com/Ka10ken1) - [Mateus Cruz](https://github.com/Mdacruzrego) From 3154cdeaba1ac59b1e831fb54ee5f3a3bb7c498b Mon Sep 17 00:00:00 2001 From: Zahra Date: Thu, 2 Oct 2025 12:26:25 -0400 Subject: [PATCH 1702/1839] Add zahra-shefa to Contributors list (#104680) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 677eaff9..2af62373 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1218,5 +1218,6 @@ Emily Navarro - [Suhail Abdi](https://github.com/suhailabdi2) - [Alireza Rostamnezhad](https://github.com/arnpacc) - [Harini R A J](https://github.com/Harini-RAJ) +- [Zahra Shefa](https://github.com/zahrashefa318) - [Purushottam-Singh](https://github.com/purakh) - [Karumanchi Siddhanth](https://github.com/Sid-ef) \ No newline at end of file From e3eb726b86e032e84609a8746aaba2a825f47b49 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Thu, 2 Oct 2025 18:59:02 +0200 Subject: [PATCH 1703/1839] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index f52d016e..cad17ea7 100644 --- a/README.md +++ b/README.md @@ -242,9 +242,4 @@ Now let's get you started with contributing to other projects. We've compiled a | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [GitHub Desktop](docs/gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](docs/gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](docs/gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](docs/gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](docs/gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](docs/gui-tool-tutorials/github-windows-intellij-tutorial.md) | -

This project is supported by:

-

- - -

From 2c8e9cabd048bc9fc6fd44eb3558f0a621d589b3 Mon Sep 17 00:00:00 2001 From: chandanb778 Date: Thu, 2 Oct 2025 23:22:48 +0530 Subject: [PATCH 1704/1839] Add Chandan Bhirud to Contributors list (#104682) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 2af62373..982b53e2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -78,6 +78,7 @@ - [Krish Yadav](https://github.com/Ky-1106) - [Krrishray](https://github.com/krrishray) - [Kyle Boo](https://github.com/bookang869) +- [Chandan Bhirud](https://github.com/chandanb778) - [Sanjeev Singh](https://github.com/sanjeev094) - [Daksh Gopani](https://github.com/dakshgopani) - [Adithya Bollu](https://github.com/AdithyaBollu) From 459403c9ba461632d9c45315daea472fbaea413c Mon Sep 17 00:00:00 2001 From: Prem Suresh <46103893+Prem-Rajendran@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:48:38 +0530 Subject: [PATCH 1705/1839] Add Prem Suresh to Contributors list (#104683) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 982b53e2..ee97c614 100644 --- a/Contributors.md +++ b/Contributors.md @@ -723,6 +723,7 @@ - [Luca Albertini](https://github.com/Lulloooo) - [MFigueroa](https://github.com/MiguelFOlivar) - [Mandrukamal](https://github.com/Mandrukamal) +- [Prem Suresh](https://github.com/Prem-Rajendran) - [Manisha1679](https://github.com/Manisha1679) - [Seung Min Park](https://github.com/seungminbluebox) - [Manya Goel](https://github.com/MANYAGOEL123) From b1be7a10dde6d97d0e4e3965505267995946c3e7 Mon Sep 17 00:00:00 2001 From: clement-zentz Date: Thu, 2 Oct 2025 21:28:16 +0200 Subject: [PATCH 1706/1839] Add Clement Zentz to Contributors list (#104684) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ee97c614..0956ae76 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Clement Zentz](https://github.com/clement-zentz) - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Wilmer Gulcochia](https://github.com/wigsdev) From a5579cb9924df4ea9d991c989be2e5528e65065b Mon Sep 17 00:00:00 2001 From: AlejoAlejandro Date: Thu, 2 Oct 2025 16:03:59 -0500 Subject: [PATCH 1707/1839] Add alejandroaprendizajeml to - [Shubhankar Pandey](https://github.com/shubxdoc) --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 0956ae76..9c2c0f82 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,6 @@ + # Contributors + - [Clement Zentz](https://github.com/clement-zentz) - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) @@ -34,6 +36,7 @@ - [Ginny](https://github.com/ginnysingh789) - [Sahitya](https://github.com/Paila-Sahitya) - [Gopal Iyer](https://github.com/geekiyer) +- [Alejandro Aceituno](https://github.com/clement-zentz) - [Hamza Shaikh](https://github.com/Raynzler) - [santhosh teja](https://github.com/santhosh-7777) - [Harry-GNS](https://github.com/Harry-GNS) From 2e4981494813661b1c5cf5d9914bdfe1007f37de Mon Sep 17 00:00:00 2001 From: Test-GitHub092025 Date: Thu, 2 Oct 2025 16:45:52 -0500 Subject: [PATCH 1708/1839] Add Test Perfil 1 to Contributors list (#104686) Co-authored-by: Mateo --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 0956ae76..5fa7792e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,6 +3,7 @@ - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Wilmer Gulcochia](https://github.com/wigsdev) +- [Test Perfil 1](https://github.com/test-git001) - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) @@ -1223,4 +1224,4 @@ Emily Navarro - [Harini R A J](https://github.com/Harini-RAJ) - [Zahra Shefa](https://github.com/zahrashefa318) - [Purushottam-Singh](https://github.com/purakh) -- [Karumanchi Siddhanth](https://github.com/Sid-ef) \ No newline at end of file +- [Karumanchi Siddhanth](https://github.com/Sid-ef) From c166fb7e8d4f4516b6364ee5eeaaa570f9db732b Mon Sep 17 00:00:00 2001 From: Chang Jia Jun <135327869+jiajunchang2002g@users.noreply.github.com> Date: Fri, 3 Oct 2025 06:14:14 +0800 Subject: [PATCH 1709/1839] Add Chang Jia Jun to Contributors List (#104687) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5fa7792e..ab7bedea 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1225,3 +1225,4 @@ Emily Navarro - [Zahra Shefa](https://github.com/zahrashefa318) - [Purushottam-Singh](https://github.com/purakh) - [Karumanchi Siddhanth](https://github.com/Sid-ef) +- [Chang Jia Jun](https://github.com/jiajunchang2002g) From 8e0125ea7a4af1ea79938eb916bcb180a8ffc33d Mon Sep 17 00:00:00 2001 From: Kartik Dixit Date: Fri, 3 Oct 2025 05:04:11 +0530 Subject: [PATCH 1710/1839] Added my name 'Kartik Dixit' to contributors.md (#104688) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ab7bedea..e7edd8da 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1182,6 +1182,7 @@ Emily Navarro - [Ahmad Siddique](https://github.com/ahmadsiddique-dev) - [Portfolio](https://ahmadsiddique.vercel.app/) - [Júlia Cansado](https://github.com/julcansado) +- [Kartik Dixit](https://github.com/kartikdixit2468) - [Evan Xu](https://github.com/ThisEVAN1) - [sowmiya](https://github.com/sowmiya880) - [syedsabbir-git](https://github.com/syedsabbir-git) From 8472af3e05bc82642ea328463d2e202c41b203e2 Mon Sep 17 00:00:00 2001 From: Suhani Shah Date: Fri, 3 Oct 2025 05:31:21 +0530 Subject: [PATCH 1711/1839] docs: add Suhani Shah to Contributors.md (#104642) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e7edd8da..1638c470 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1221,6 +1221,7 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) +- [Suhani Shah](https://github.com/B24CH1037) - [Alireza Rostamnezhad](https://github.com/arnpacc) - [Harini R A J](https://github.com/Harini-RAJ) - [Zahra Shefa](https://github.com/zahrashefa318) From 03ca9ab13c4f0ba7003be37052a6b5ce996edf49 Mon Sep 17 00:00:00 2001 From: Arpit kumar Jaiswal Date: Fri, 3 Oct 2025 05:35:27 +0530 Subject: [PATCH 1712/1839] Add hello.txt for Hacktoberfest (#104615) * Add Arpit Kumar Jaiswal to Contributors list Added my name as part of Hacktoberfest 2025. * Add hello.txt for Hacktoberfest Added a simple hello.txt file as part of Hacktoberfest 2025. Contributor: Arpit Kumar Jaiswal * Delete hello.txt --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e57fc8c6..d93feecd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1221,6 +1221,7 @@ Emily Navarro - [AntoTheSol](https://github.com/AntoTheSol) - [Javier Napoles](https://github.com/Jnapfx) - [Suhail Abdi](https://github.com/suhailabdi2) +- Arpit Kumar Jaiswal - [Suhani Shah](https://github.com/B24CH1037) - [Alireza Rostamnezhad](https://github.com/arnpacc) - [Harini R A J](https://github.com/Harini-RAJ) From ef70c7e532a84b162b7dbe3149acaa1160bad134 Mon Sep 17 00:00:00 2001 From: halissonmartins <43214361+halissonmartins@users.noreply.github.com> Date: Thu, 2 Oct 2025 22:39:48 -0300 Subject: [PATCH 1713/1839] Add Halisson Martins to Contributors list (#104690) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index de9e01d6..26ee9f91 100644 --- a/Contributors.md +++ b/Contributors.md @@ -597,6 +597,7 @@ - [Rennan Reis](https://github.com/rennanreis) - [Ritesh Singh](https://github.com/ritesh355) - [Rodrigo Bravo](https://github.com/bravorod) +- [Halisson Martins](https://github.com/halissonmartin) - [Rohin Garg](https://github.com/rohingarg12) - [Ruairi Anthony](https://github.com/Ruairia) - [Rudraraj Pandey](https://github.com/heelR3) From aa4f3591551c710330df59c5030d2a86f0bf5f5f Mon Sep 17 00:00:00 2001 From: Praise <185355773+Ph0enix22@users.noreply.github.com> Date: Fri, 3 Oct 2025 07:43:04 +0530 Subject: [PATCH 1714/1839] Add Praise to Contributors list (#104691) * Update Contributors.md * Update Contributors.md * Add Praise to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 26ee9f91..b8232560 100644 --- a/Contributors.md +++ b/Contributors.md @@ -498,6 +498,7 @@ - [Ali Nasser](https://github.com/AliNasser05) - [Aloof Apple](https://github.com/AloofApple) - [Aman Kumar](https://github.com/YukiCodepth) +- [Praise](https://github.com/Ph0enix22) - [Amit Patil](https://github.com/meAmitPatil) - [Ammar Adnew](https://github.com/AmmarAdnew) - [Anaïs Gatard](https://github.com/AnaisG14) From 1f904ececefa88614378b7aa246befb2516218b5 Mon Sep 17 00:00:00 2001 From: Dat Nguyen <63411172+ngxuandat@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:27:17 +0900 Subject: [PATCH 1715/1839] add datnguyen to Contributors list (#104692) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b8232560..17993256 100644 --- a/Contributors.md +++ b/Contributors.md @@ -334,6 +334,7 @@ - [Elampel](https://github.com/eyallampel1/) - [traf nosleep](https://github.com/ayohsan) - [Aaaappplle](https://github.com/aaaappplle) +- [Dat Nguyen](https://github.com/ngxuandat) - [Aaliyah Raheem](https://github.com/aaliot) - [Abid Shaikh](https://github.com/Abid-sh84) - [Adrian PC M](https://github.com/AdrianPCM) From 5a75826df6c92f321353ada95eea8c3ed41d5406 Mon Sep 17 00:00:00 2001 From: Brendan Nave Date: Thu, 2 Oct 2025 23:50:10 -0400 Subject: [PATCH 1716/1839] Adding my name to Contributors list (#104693) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 17993256..ee36e9bf 100644 --- a/Contributors.md +++ b/Contributors.md @@ -896,6 +896,7 @@ - [Harsh Rakholiya](https://github.com/arsh3396) - [Harshita Kode](https://github.com/2210030019) - [Huda Bikhoir](https://github.com/hudabikhoir) +- [Brendan Nave](https://github.com/brendnav) - [Ifeoma-Chidera](https://github.com/ifaycodes) - [Elvis Gutierrez](https://github.com/ElvisGutierrez) - [JVent-WSU](https://github.com/JVentulett-WSU) From 6247df244fd1261d065d69d4df8dfcdcfbd1b357 Mon Sep 17 00:00:00 2001 From: SAHIL GURJAR <142382377+SG2407@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:34:44 +0530 Subject: [PATCH 1717/1839] Add Sahil-Gurjar to Contributors List (#104694) Co-authored-by: Sahil --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ee36e9bf..1e81616f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Clement Zentz](https://github.com/clement-zentz) +- [Sahil Gurjar][https://github.com/SG2407] - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Wilmer Gulcochia](https://github.com/wigsdev) From 823b5a23144c52d728c1f87376a1db2ac2ac403a Mon Sep 17 00:00:00 2001 From: ni2-vsv11 Date: Fri, 3 Oct 2025 12:59:17 +0530 Subject: [PATCH 1718/1839] Removed slack link in Greek translation #104271 --- docs/translations/README.gr.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.gr.md b/docs/translations/README.gr.md index 8feee52c..6c3f2bcd 100644 --- a/docs/translations/README.gr.md +++ b/docs/translations/README.gr.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From cf57faf0d43a798b0c10458de1daf13246f7ed9d Mon Sep 17 00:00:00 2001 From: ni2-vsv11 Date: Fri, 3 Oct 2025 13:14:32 +0530 Subject: [PATCH 1719/1839] slack link removed --- docs/translations/README.mm_unicode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.mm_unicode.md b/docs/translations/README.mm_unicode.md index f8574413..6e11586b 100644 --- a/docs/translations/README.mm_unicode.md +++ b/docs/translations/README.mm_unicode.md @@ -1,5 +1,5 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) + [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 0d606443b76b9808e15a835e1a50bd9f2e100e83 Mon Sep 17 00:00:00 2001 From: Vora Aryan Date: Fri, 3 Oct 2025 13:20:01 +0530 Subject: [PATCH 1720/1839] added contribution --- Contributors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 1e81616f..a1df01aa 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Clement Zentz](https://github.com/clement-zentz) - [Sahil Gurjar][https://github.com/SG2407] - [Prince Yadav](https://github.com/warrior-hub) @@ -734,8 +735,7 @@ - [Prem Suresh](https://github.com/Prem-Rajendran) - [Manisha1679](https://github.com/Manisha1679) - [Seung Min Park](https://github.com/seungminbluebox) -- [Manya Goel](https://github.com/MANYAGOEL123) --[Sudama bera](https://github.com/sudama-bera-3) +- [Manya Goel](https://github.com/MANYAGOEL123) -[Sudama bera](https://github.com/sudama-bera-3) - [Martí Cabañas](https://github.com/cabah24) - [Mate Kopaliani](https://github.com/Ka10ken1) - [Mateus Cruz](https://github.com/Mdacruzrego) @@ -1236,3 +1236,4 @@ - [Purushottam-Singh](https://github.com/purakh) - [Karumanchi Siddhanth](https://github.com/Sid-ef) - [Chang Jia Jun](https://github.com/jiajunchang2002g) +- [Aryan Vora](https://github.com/vora-aryan) From c9490e75ede517385fc03c86ee5e352c303b6cbb Mon Sep 17 00:00:00 2001 From: samikshaprathip Date: Fri, 3 Oct 2025 13:56:12 +0530 Subject: [PATCH 1721/1839] Add Samiksha Prathip to Contributors list (#104698) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c3d9aef1..fc462649 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1238,4 +1238,5 @@ - [Purushottam-Singh](https://github.com/purakh) - [Karumanchi Siddhanth](https://github.com/Sid-ef) - [Chang Jia Jun](https://github.com/jiajunchang2002g) +- [Samiksha Prathip](https://github.com/samikshaprathip) - [Aryan Vora](https://github.com/vora-aryan) From 45791556ee1f090c0c2a5ec39dc6405ad604ed9a Mon Sep 17 00:00:00 2001 From: ANSHIKA Date: Fri, 3 Oct 2025 14:02:13 +0530 Subject: [PATCH 1722/1839] Add Anshika Saini to Contributors list (#104604) * Add Anshika Saini to Contributors list * Add Anshika to Contrinutors list --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index fc462649..1033157e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1178,6 +1178,7 @@ - [tomasbennett](https://github.com/tomasbennett) - [Rahmatulloh Ibrohim](https://github.com/raxmatulloxswe/) - [Kostiantyn Semenenko](https://github.com/NureSemenenkoKostiantyn) +- [Anshika](https://github.com/firstcontributions/first-contributions) - [saravanan](https://github.com/saravanan27-learner) - [aidenliu](https://github.com/aiden-liu) - [Ariyan Bhakat](https://github.com/arywk40-hue) From 5d672e0549c4f3a45e10689416ce8a30ba009c20 Mon Sep 17 00:00:00 2001 From: kipkemoifred <44499281+kipkemoifred@users.noreply.github.com> Date: Fri, 3 Oct 2025 12:36:22 +0300 Subject: [PATCH 1723/1839] Add Fred to the Contributors list (#104700) Co-authored-by: Kipkemoi Fred --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1a0c712f..21e09977 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Clement Zentz](https://github.com/clement-zentz) +- [Fred](https://github.com/kipkemoifred) - [Sahil Gurjar][https://github.com/SG2407] - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) From 58fe0ecf6b206ce7e2724253c5616d6da0563dc5 Mon Sep 17 00:00:00 2001 From: "Yidnekachew S." Date: Fri, 3 Oct 2025 12:53:56 +0300 Subject: [PATCH 1724/1839] Replace slack link with code contributions link --- docs/translations/README.am.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.am.md b/docs/translations/README.am.md index de471519..6ee13760 100644 --- a/docs/translations/README.am.md +++ b/docs/translations/README.am.md @@ -110,7 +110,7 @@ git push origin <የእርስዎ-branch-name> አስተዋጾዎን ያክብሩ እና ለጓደኞችዎ እና ተከታዮችዎ ያካፍሉ ወደ [ዲህረ ገጾ በመሄድ](https://firstcontributions.github.io/#social-share). -ማንኛውም እርዳታ ከፈለጉ ወይም ማንኛውም ጥያቄ ካለዎት የእኛን [Slack ቡድን](https://join.slack.com/t/firstcontributors/shared_invite/enQtMzE1MTYwNzI3ODQ0LTZiMDA2OGI2NTYyNjM1MTFiNTc4YTRhZTg4OWZjMzA0ZWZmY2UxYzVkMzI1ZmVmOWI4ODdkZWQwNTM2NDVmNjY) መቀላቀል ይችላሉ. +ተጨማሪ ልምምድ ከፈለጉ በዚህ ሊንክ [code contributions](https://github.com/roshanjossey/code-contributions) ይግቡ. አሁን ለሌሎች ፕሮጀክቶች በማበርከት እንጀምር. እርስዎ ሊጀምሩባቸው የሚችሉ ቀላል ጉዳዮች ያላቸውን የፕሮጀክቶች ዝርዝር አዘጋጅተናል።. [እኚህን ማስፈተሪያ ይከተሉ](https://firstcontributions.github.io/#project-list). From 30ed4cde3da1beb09d420c6f03ee75ce652f1ba8 Mon Sep 17 00:00:00 2001 From: Khalid Hasan <97780370+khalidx3@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:40:47 +0530 Subject: [PATCH 1725/1839] Update Contributors.md (#104703) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 21e09977..d2fef4cb 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [Sahil Gurjar][https://github.com/SG2407] - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) +- [Md Khalid Hasan Ansari] - [Wilmer Gulcochia](https://github.com/wigsdev) - [Test Perfil 1](https://github.com/test-git001) - [Amadou Kebe](https://github.com/AmadouLKebe) From b48114e2758b515e0a780e4cc6d1b658e7cba8db Mon Sep 17 00:00:00 2001 From: Muhammed Adhil p <167611139+adhilbathali@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:08:01 +0530 Subject: [PATCH 1726/1839] Add Adhil Bathali to Contributors list (#104705) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d2fef4cb..c6874527 100644 --- a/Contributors.md +++ b/Contributors.md @@ -59,6 +59,7 @@ - [James-826](https://github.com/James-826) - [Janardhan Polle](https://github.com/Jce) - [LostChyld](https://github.com/dragonsewist/) +- [Adhil Bathali](https://github.com/adhilbathali) - [Rafael Guzman](https://github.com/Rafael-er-byte) - [Raghav Chanana](https://github.com/sidrag3045) - [Pratham Muley](https://github.com/Pratham19106) From f6e0374b013aff23243b1722c1f84ac0b76091fc Mon Sep 17 00:00:00 2001 From: shreya0806-tech Date: Fri, 3 Oct 2025 16:39:39 +0530 Subject: [PATCH 1727/1839] Add Shreya to Contributors list (#104706) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c6874527..7af6b283 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1242,6 +1242,7 @@ - [Zahra Shefa](https://github.com/zahrashefa318) - [Purushottam-Singh](https://github.com/purakh) - [Karumanchi Siddhanth](https://github.com/Sid-ef) +- [Shreya](https://github.com/shreya0806-tech) - [Chang Jia Jun](https://github.com/jiajunchang2002g) - [Samiksha Prathip](https://github.com/samikshaprathip) - [Aryan Vora](https://github.com/vora-aryan) From 688e9c9c2861a77ab1d8e40ee3b4b69cffde4468 Mon Sep 17 00:00:00 2001 From: Jenish Dongol <110826725+Jenis980@users.noreply.github.com> Date: Fri, 3 Oct 2025 17:05:40 +0545 Subject: [PATCH 1728/1839] add jenis to contributors list (#104707) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7af6b283..a173ec48 100644 --- a/Contributors.md +++ b/Contributors.md @@ -43,6 +43,7 @@ - [Hamza Shaikh](https://github.com/Raynzler) - [santhosh teja](https://github.com/santhosh-7777) - [Harry-GNS](https://github.com/Harry-GNS) +- [Jenish Dangol](https://github.com/Jenis980) - [Helen Tsui](https://github.com/helentht) - [Andy Ma](https://github.com/Everither) - [Bruno Costa](https://github.com/brunocosta-devlab) From bbd279ba2f67b4474ace893eb55d2e3888417d55 Mon Sep 17 00:00:00 2001 From: manvithareddychintha Date: Fri, 3 Oct 2025 16:54:13 +0530 Subject: [PATCH 1729/1839] Add Mr Chintha to Contributors list (#104708) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a173ec48..f62a9bb4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -148,6 +148,7 @@ - [Thabeswar](https://github.com/Thabeswar) - [TheRunnas](https://github.com/therunnas) - [Tony Wong](https://github.com/tony31913) +- [Mr Chintha] - [Vardararo](https://github.com/Vardararo) - [Vasu Singh](https://github.com/Vasu1303) - [Vrund Patel](https://github.com/Vrund09) From ac4ec4373d23ca95b6a22f02485abeb3f2496eeb Mon Sep 17 00:00:00 2001 From: Rpovey04 <123608661+Rpovey04@users.noreply.github.com> Date: Fri, 3 Oct 2025 12:38:07 +0100 Subject: [PATCH 1730/1839] Added Rhys Povey to Contributors.md (#104709) Co-authored-by: Rhys Povey --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f62a9bb4..765ff8c7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1248,3 +1248,4 @@ - [Chang Jia Jun](https://github.com/jiajunchang2002g) - [Samiksha Prathip](https://github.com/samikshaprathip) - [Aryan Vora](https://github.com/vora-aryan) +- [Rhys Povey](https://github.com/Rpovey04) From a090511cb4d03d83b07a23967858b85c00db7f4c Mon Sep 17 00:00:00 2001 From: Rohanssutar Date: Fri, 3 Oct 2025 18:18:02 +0530 Subject: [PATCH 1731/1839] Removed slack link in Armenian translation #104534 --- docs/translations/README.hy.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.hy.md b/docs/translations/README.hy.md index 9a12b19a..3cec0d22 100644 --- a/docs/translations/README.hy.md +++ b/docs/translations/README.hy.md @@ -122,7 +122,6 @@ git push origin Նշեք ձեր ներդրումը և կիսվեք այն ձեր ընկերների և հետևորդների հետ՝ այցելելով [web app](https://firstcontributions.github.io/#social-share). -Դուք կարող եք միանալ մեր Slack թիմին, եթե որևէ հարց կամ օգնության կարիք ունեք։ [Միանալ slack թիմին](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). Հիմա կարող եք ձեր ներդրումն ունենալ այլ նախագծերում։ Մենք կազմել ենք հեշտ խնդիրներ ունեցող նախագծերի ցանկ, որոնցից կարող եք սկսել: Համեցեք [վեբ հավելվածի նախագծերի ցանկը](https://firstcontributions.github.io/#project-list). From a39de895920dc1fd677ebe38ed5406958b931d0d Mon Sep 17 00:00:00 2001 From: prempyla Date: Fri, 3 Oct 2025 18:21:23 +0530 Subject: [PATCH 1732/1839] Remove Slack link from Armenian translation (README.hy.md) Removed outdated Slack invite link from docs/translations/README.hy.md as part of moving away from Slack. Addresses #104534. --- docs/translations/README.hy.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.hy.md b/docs/translations/README.hy.md index 9a12b19a..3cec0d22 100644 --- a/docs/translations/README.hy.md +++ b/docs/translations/README.hy.md @@ -122,7 +122,6 @@ git push origin Նշեք ձեր ներդրումը և կիսվեք այն ձեր ընկերների և հետևորդների հետ՝ այցելելով [web app](https://firstcontributions.github.io/#social-share). -Դուք կարող եք միանալ մեր Slack թիմին, եթե որևէ հարց կամ օգնության կարիք ունեք։ [Միանալ slack թիմին](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). Հիմա կարող եք ձեր ներդրումն ունենալ այլ նախագծերում։ Մենք կազմել ենք հեշտ խնդիրներ ունեցող նախագծերի ցանկ, որոնցից կարող եք սկսել: Համեցեք [վեբ հավելվածի նախագծերի ցանկը](https://firstcontributions.github.io/#project-list). From 5aaf3ed5a39dee4ba0d441c98db476f7a0d7fe5b Mon Sep 17 00:00:00 2001 From: prempyla Date: Fri, 3 Oct 2025 18:36:36 +0530 Subject: [PATCH 1733/1839] Update README.hb.md Remove Slack links as project is moving away from Slack --- docs/translations/README.hb.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.hb.md b/docs/translations/README.hb.md index ac28b50e..c52a3dd5 100644 --- a/docs/translations/README.hb.md +++ b/docs/translations/README.hb.md @@ -1,5 +1,4 @@ [![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-2vqegkew0-ZuzGM1LO33C6Ts4nZyat1Q) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -256,8 +255,6 @@ git remote set-url origin git@github.com:your-username/your_repo.git תחגגו את התרומתכם ושתפו אותה עם החברים והעוקבים שלכם בכך שתלכו ל-[web app](https://firstcontributions.github.io/#social-share). -אתם יכולים להצטרף לצוות הסלאק שלנו אם אתם צריכים עזרה או אם יש לכם שאלות. [הצטרפות לצוות בסלאק](https://join.slack.com/t/firstcontributors/shared_invite/zt-2vqegkew0-ZuzGM1LO33C6Ts4nZyat1Q). - עכשיו אפשר להתחיל לתרום לפרוייקטים אחרים. הכנו רשימה של פרוייקטים על נושאים קלים שאתם יכולים להתחיל לעבוד עליהם. [רשימה של פרוייקטים ב- web app](https://firstcontributions.github.io/#project-list). ### [חומר נוסף](../additional-material/git_workflow_scenarios/additional-material.md) From e4025b67981303ec335d0d71b98296d575d6f5a5 Mon Sep 17 00:00:00 2001 From: puchan-s <91961190+puchan-s@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:42:14 +0900 Subject: [PATCH 1734/1839] Add puchan-s to Contributors list (#104716) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 765ff8c7..525f1637 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1180,6 +1180,7 @@ - [sithananthan](https://github.com/sithananthan) - [square-story](https://github.com/square-story) - [Jack](https://github.com/jackliDev) +- [puchan-s](https://github.com/puchan-s/first-contributions) - [Hiruna Panditha](https://github.com/Hiruna-SP) - [tomasbennett](https://github.com/tomasbennett) - [Rahmatulloh Ibrohim](https://github.com/raxmatulloxswe/) From b3ac328d083631bef4dac38287d499271d842efb Mon Sep 17 00:00:00 2001 From: PurvaP <56257996+purvapr13@users.noreply.github.com> Date: Fri, 3 Oct 2025 19:14:15 +0530 Subject: [PATCH 1735/1839] Add purva to Contributers list (#104717) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 525f1637..c7403b77 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1250,3 +1250,4 @@ - [Samiksha Prathip](https://github.com/samikshaprathip) - [Aryan Vora](https://github.com/vora-aryan) - [Rhys Povey](https://github.com/Rpovey04) +- [Purva Porwal](https://github.com/purvapr13) From 18fd6f429d848ab22d079a3effa626b549f62b3d Mon Sep 17 00:00:00 2001 From: Amir Yasaei <44714388+amiryasaei@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:04:25 -0400 Subject: [PATCH 1736/1839] Update Contributors.md (#104718) Added my name to the list of contributors --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c7403b77..f2f6e6da 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1251,3 +1251,4 @@ - [Aryan Vora](https://github.com/vora-aryan) - [Rhys Povey](https://github.com/Rpovey04) - [Purva Porwal](https://github.com/purvapr13) +- [Amir Yasaei](https://github.com/amiryasaei) From 803f810222766e768b56da43237c66b7b8e21579 Mon Sep 17 00:00:00 2001 From: X S Minisha Alias Lincy Date: Fri, 3 Oct 2025 20:20:33 +0530 Subject: [PATCH 1737/1839] Add X S Minisha Alias Lincy to Contributors list (#104719) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f2f6e6da..66ff94c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -98,6 +98,7 @@ - [Likhitha](https://github.com/likhitha07) - [MACantara](https://github.com/MACantara) - [Madan A](https://github.com/maddy-aleti) +- [X S Minisha Alias Lincy](https://github.com/minishalincy) - [Magonborn](https://github.com/MagonBorn) - [Esraa Kandil](https://github.com/esraa-k) - [Maruthi S](https://github.com/JSMaruthi) From 32e5ea9fe9587df9b4aa8054755a245a102fedf0 Mon Sep 17 00:00:00 2001 From: Mateo_BR17 Date: Fri, 3 Oct 2025 10:08:30 -0500 Subject: [PATCH 1738/1839] I added my profile Url into Contributors.md file (#104720) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 66ff94c8..51ffec7f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,6 +9,7 @@ - [Test Perfil 1](https://github.com/test-git001) - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) +- [Pygame17](https://github.com/Pygame17) - [anshuman](https://github.com/sahayanshuman2005) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) From a88873e24ee44c3bb3de41145ed492b36696e241 Mon Sep 17 00:00:00 2001 From: Rudra Pratap Singh Jadon <160029630+rudrajadon@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:11:35 +0530 Subject: [PATCH 1739/1839] Add Rudra Pratap Singh Jadon to Contributors list (#104721) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 51ffec7f..de2db4e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) - [Hrishikesh Rondla](https://github.com/Hrishikesh-Rondla) +- [Rudra Pratap Singh Jadon](https://github.com/rudrajadon) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) - [Aman Gupta](https://github.com/Aman071106) From 06a7d29f39a625e2c34da77130f144bedc08ec93 Mon Sep 17 00:00:00 2001 From: Luis Benitez Date: Fri, 3 Oct 2025 11:48:22 -0500 Subject: [PATCH 1740/1839] Add luis benitez to Contributors list (#104722) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index de2db4e3..61d3cccc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -267,6 +267,7 @@ - [Lendon Completado](https://github.com/ranier-lendon) - [Jon Ayre](https://github.com/Jonalanayre) - [Juan Monta](https://github.com/JuanMonta) +- [Luis Benitez](https://github.com/luisbenitez96) - [Kai Feng](https://github.com/kaifeng-cmd) - [Kavya Vadla](https://github.com/kvadla06) - [Kyusan Kim](https://github.com/5tarlight) From 79c9742a0b66efe7c506dc290c809eff2c525921 Mon Sep 17 00:00:00 2001 From: Rasaq Idris Akande <99621506+gentlerhiz@users.noreply.github.com> Date: Fri, 3 Oct 2025 19:08:37 +0100 Subject: [PATCH 1741/1839] Add Idris Rasaq Akande to Contributors list (#104723) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 61d3cccc..af94f91a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1256,3 +1256,4 @@ - [Rhys Povey](https://github.com/Rpovey04) - [Purva Porwal](https://github.com/purvapr13) - [Amir Yasaei](https://github.com/amiryasaei) +- [Idris Rasaq Akande](https://github.com/gentlerhiz) From 6ebbcebb3eb3f6c564124477c8d5b9d1cfdf74d5 Mon Sep 17 00:00:00 2001 From: luisda2505 Date: Fri, 3 Oct 2025 14:06:23 -0500 Subject: [PATCH 1742/1839] Add ldesalas to Contributors list (#104724) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index af94f91a..f8fe7fae 100644 --- a/Contributors.md +++ b/Contributors.md @@ -577,6 +577,7 @@ - [Lalitha N](https://github.com/lalitha-n546) - [Laurian Iacob](https://github.com/iLaurian) - [Letícia Reche](https://github.com/lereche) +- [LdeSalas](https://github.com/luisda2505) - [LukaGakhokidze](https://github.com/Luka288) - [Lulu Harvey](https://github.com/luluharvey) - [Malak Ibrahim](https://github.com/mmibrahi) From 3d1776a732272e5d09a0a5b8d46819fc86c3400d Mon Sep 17 00:00:00 2001 From: Tommaso-Desiato <133672578+Tommaso-Desiato@users.noreply.github.com> Date: Fri, 3 Oct 2025 21:47:38 +0200 Subject: [PATCH 1743/1839] Add Tommaso Desiato to Contributors list (#104704) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f8fe7fae..aee9c45c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1254,6 +1254,7 @@ - [Chang Jia Jun](https://github.com/jiajunchang2002g) - [Samiksha Prathip](https://github.com/samikshaprathip) - [Aryan Vora](https://github.com/vora-aryan) +- [Tommaso Desiato](https://github.com/Tommaso-Desiato) - [Rhys Povey](https://github.com/Rpovey04) - [Purva Porwal](https://github.com/purvapr13) - [Amir Yasaei](https://github.com/amiryasaei) From 2aa6f5f3c7bf1130eca92ad5aad36b30601e3945 Mon Sep 17 00:00:00 2001 From: blue-cubes <235954975+blue-cubes@users.noreply.github.com> Date: Sat, 4 Oct 2025 01:53:50 +0530 Subject: [PATCH 1744/1839] Add blue-cubes to the Contributors list (#104725) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index aee9c45c..c6f1f355 100644 --- a/Contributors.md +++ b/Contributors.md @@ -366,6 +366,7 @@ - [Ayomide Saheed](https://github.com/luc-ay) - [Ayush](https://github.com/AyushMaurya3114) - [Beetlesliu](https://github.com/Beetlesliu) +- [blue-cubes] (https://github.com/blue-cubes) - [Bharat Ruidas](https://github.com/brd2002) - [Boru Isako](https://github.com/BoruIsakoJ) - [Borzoi Lover](https://github.com/mmitros1) From f5c6a65266f8547f245a3ee387dda41f62e3c5ef Mon Sep 17 00:00:00 2001 From: John Ziska <117379256+kingcoco42@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:29:30 -0400 Subject: [PATCH 1745/1839] Add John Ziska to Contributors list (#104726) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c6f1f355..041548d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1260,3 +1260,4 @@ - [Purva Porwal](https://github.com/purvapr13) - [Amir Yasaei](https://github.com/amiryasaei) - [Idris Rasaq Akande](https://github.com/gentlerhiz) +- [John Ziska](https://github.com/kingcoco42) From c3011e0ab1bef5b994e99ada1c0cf616b45c710a Mon Sep 17 00:00:00 2001 From: Abdou kadj <98166104+abdoukare@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:22:39 +0100 Subject: [PATCH 1746/1839] Add Abdou-kdj to Contributions list (#104727) Co-authored-by: abdou --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 041548d8..b047ccb8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ - [Itay Levi](https://github.com/ItayLHdev) - [JBetz-Dev](https://github.com/JBetz-Dev) - [James-826](https://github.com/James-826) +- [Abdou-kdj](https://github.com/abdoukare) - [Janardhan Polle](https://github.com/Jce) - [LostChyld](https://github.com/dragonsewist/) - [Adhil Bathali](https://github.com/adhilbathali) From 49b0e4da99d31fe8a08932a1fde34372b9a05a73 Mon Sep 17 00:00:00 2001 From: Tyson Wildman Date: Fri, 3 Oct 2025 15:14:07 -0700 Subject: [PATCH 1747/1839] Add Wildmanty12 to contributors list (#104728) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b047ccb8..e9497282 100644 --- a/Contributors.md +++ b/Contributors.md @@ -302,6 +302,7 @@ - [Prasad J B](https://github.com/Prasad-JB) - [Pro Kumar](https://github.com/pkumar2143) - [Rajneesh](https://github.com/rajneesh-18) +- [Wildmanty12](https://github.com/WildmanTy12) - [RSM Harsha](https://github.com/rsmharsha) - [Ramin Adineh](https://github.com/ramiadi) - [Ravi](https://github.com/raviprakash7367) From eacbdfcfd562810992d87d574494f8140e378fb0 Mon Sep 17 00:00:00 2001 From: Zion Ubesie Date: Fri, 3 Oct 2025 23:59:52 +0100 Subject: [PATCH 1748/1839] Add Zion Ubesie to Contributors list (#104729) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e9497282..6a71dc10 100644 --- a/Contributors.md +++ b/Contributors.md @@ -87,6 +87,7 @@ - [Priyanka Sharma](https://github.com/priyanka2sharma) - [Akhilesh Saini](https://github.com/Akhilesh0085) - [Justin](https://github.com/JustinBifeld) +- [Zion Ubeise](https://github.com/Zee34-dude) - [KamalKant](https://github.com/kamal2730) - [Kjohnbaba](https://github.com/kjohnbaba) - [Krish Yadav](https://github.com/Ky-1106) From 3045385443961c4c6017eec7482d01d3fff52740 Mon Sep 17 00:00:00 2001 From: Wfiq <145265758+Fiqqar@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:12:06 +0700 Subject: [PATCH 1749/1839] add fiqqar to contributor list (#104731) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6a71dc10..d5d88a11 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1264,3 +1264,4 @@ - [Amir Yasaei](https://github.com/amiryasaei) - [Idris Rasaq Akande](https://github.com/gentlerhiz) - [John Ziska](https://github.com/kingcoco42) +- [Zulfiqar Silmy S](https://github.com/Fiqqar) From f0c3fa28560be5b717595147ab6cad0570a9d8d0 Mon Sep 17 00:00:00 2001 From: Brian Amparo <104290934+BrianRLD@users.noreply.github.com> Date: Fri, 3 Oct 2025 21:20:30 -0400 Subject: [PATCH 1750/1839] Add BRIAN-AMPARO to Contributors list (#104732) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d5d88a11..81225fef 100644 --- a/Contributors.md +++ b/Contributors.md @@ -97,6 +97,7 @@ - [Sanjeev Singh](https://github.com/sanjeev094) - [Daksh Gopani](https://github.com/dakshgopani) - [Adithya Bollu](https://github.com/AdithyaBollu) +- [Brian Amparo](https://github.com/BrianRLD) - [Brian Griffin](https://github.com/SolidUmbrella) - [LaraAcuna](https://github.com/LaraAcuna) - [Likhitha](https://github.com/likhitha07) From 43a8e480929bfe088d9a486898e91b08921ac444 Mon Sep 17 00:00:00 2001 From: "ganesh.mane" <155714930+Ganesh-PC018@users.noreply.github.com> Date: Sat, 4 Oct 2025 07:18:55 +0530 Subject: [PATCH 1751/1839] Ganesh Mane to Contributor List (#104733) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 81225fef..f988b225 100644 --- a/Contributors.md +++ b/Contributors.md @@ -689,6 +689,7 @@ - [Antonio Fábio](https://github.com/zodiecko) - [Raihan Ahmed](https://github.com/Enmilo-dev) - [Areen Patil](https://github.com/areen-patil) +- [Ganesh Mane](https://github.com/Ganesh-PC018) - [Ashish Bairwa](https://github.com/ashishb20) - [Ashok Reddy](https://github.com/ashokCh-dev) - [Avinash Ganore](https://github.com/Xzy-Vron) From 7d319521698b829080b33ed99e733de2273a7162 Mon Sep 17 00:00:00 2001 From: Thien0912 Date: Sat, 4 Oct 2025 09:51:23 +0700 Subject: [PATCH 1752/1839] Remove Slack link from Afrikaans README --- docs/translations/README.afk.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.afk.md b/docs/translations/README.afk.md index d9ed6467..069ac73c 100644 --- a/docs/translations/README.afk.md +++ b/docs/translations/README.afk.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -118,8 +117,6 @@ Geluk! Jy het net die standaardvurk voltooi -> klone -> wysig -> PR- werkvloei w Vier jou bydrae en deel dit met jou vriende en volgelinge deur na die [webprogram te](https://firstcontributions.github.io/#social-share) gaan . -U kan by ons span aansluit indien u enige hulp nodig het of enige vrae het. [Sluit aan by 'n slapende span](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Kom ons begin met die bydrae tot ander projekte. Ons het 'n lys van projekte saamgestel met maklike probleme waarmee u kan begin. Kyk na [die lys van projekte in die web app](https://firstcontributions.github.io/#project-list). ### [Bykomende materiaal](../additional-material/git_workflow_scenarios/additional-material.md) From 524d566a6afba50642123cc32bdba7db46b8a88f Mon Sep 17 00:00:00 2001 From: Nirbhay Bawankule Date: Sat, 4 Oct 2025 09:47:01 +0530 Subject: [PATCH 1753/1839] Update Contributors.md (#104735) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index f988b225..4e297ce3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Clement Zentz](https://github.com/clement-zentz) - [Fred](https://github.com/kipkemoifred) - [Sahil Gurjar][https://github.com/SG2407] From 59f43bb32ca594c457afe8c1ed12c61100c58044 Mon Sep 17 00:00:00 2001 From: stanleystn <138952562+stanleystn@users.noreply.github.com> Date: Sat, 4 Oct 2025 11:47:54 +0700 Subject: [PATCH 1754/1839] Add Stanley Setiawan to Contributors list (#104736) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4e297ce3..9495b73a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -794,6 +794,7 @@ - [Sim Hyeonmin](https://github.com/simhyunmin) - [Simons Arhin](https://github.com/simonskayi) - [Sitanshu Nandan](https://github.com/stansho) +- [Stanley Setiawan](https://github.com/stanleystn) - [SteveTawali](https://github.com/SteveTawali) - [StraitGhost](https://github.com/StraitGhost) - [Sunil Reddy](https://github.com/Sunilreddyj) From dcf2d523476d814ddae550f31009e845218e2d29 Mon Sep 17 00:00:00 2001 From: Ronaldo P <149929782+Ronaldo-001@users.noreply.github.com> Date: Sat, 4 Oct 2025 10:24:57 +0530 Subject: [PATCH 1755/1839] Add Ronaldo to Contributors list (#104737) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9495b73a..d25a3b6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ - [Chien Minh](https://github.com/chien226674-afk) - [Hrishikesh Rondla](https://github.com/Hrishikesh-Rondla) - [Rudra Pratap Singh Jadon](https://github.com/rudrajadon) +- [Ronaldo P](https://github.com/Ronaldo-001) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) - [Kazzpars](https://github.com/rid-acrh238) - [Aman Gupta](https://github.com/Aman071106) From d1159c31c5b9285da1b46f4b4dbd2b2d53720d39 Mon Sep 17 00:00:00 2001 From: shriya5752 Date: Sat, 4 Oct 2025 10:25:44 +0530 Subject: [PATCH 1756/1839] add Shriya Mohanty to contributors list (#104738) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d25a3b6d..e65d0d72 100644 --- a/Contributors.md +++ b/Contributors.md @@ -19,6 +19,7 @@ - [Rudra Pratap Singh Jadon](https://github.com/rudrajadon) - [Ronaldo P](https://github.com/Ronaldo-001) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) +- [Shriya Mohanty](https://github.com/shriya5752) - [Kazzpars](https://github.com/rid-acrh238) - [Aman Gupta](https://github.com/Aman071106) - [Ndeye Sermy Mergane](https://github.com/Ndeye1000) From 73f57796588f8fb48dc0b34302a0dba528106d36 Mon Sep 17 00:00:00 2001 From: Sunday Peter Afolabi <31808402+Lecon-a@users.noreply.github.com> Date: Sat, 4 Oct 2025 06:17:20 +0100 Subject: [PATCH 1757/1839] Add Sunday P. Afolabi to Contributors list (#104739) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e65d0d72..067a4811 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1270,4 +1270,5 @@ - [Amir Yasaei](https://github.com/amiryasaei) - [Idris Rasaq Akande](https://github.com/gentlerhiz) - [John Ziska](https://github.com/kingcoco42) +- [Sunday P. Afolabi](https://github.com/Lecon-a) - [Zulfiqar Silmy S](https://github.com/Fiqqar) From 8441c60851f3c24c515114dd6e142d9d96e7e55b Mon Sep 17 00:00:00 2001 From: altamash47 Date: Sat, 4 Oct 2025 10:54:43 +0530 Subject: [PATCH 1758/1839] Add Shamoil Altamash to Contributors list (#104740) Co-authored-by: Altamash47 --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 067a4811..b38d344e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -926,6 +926,7 @@ - [Jahnavi-avi](https://github.com/jahnavi-9741) - [Jaimie Chong](https://github.com/jaimiechong) - [Jainil Desai](https://github.com/jainilDesai) +- [Shamoil-Altamash](https://github.com/altamash47) - [Jason Ang](https://github.com/jasonavatarang) - [JasonSA1993](https://github.com/JasonSa1993/) - [Jeevan H R](https://github.com/jeevanchiru17) From 523172fabc57e5489b94658ed4d60c517b2d4e9f Mon Sep 17 00:00:00 2001 From: Pobitro Bhattacharya Date: Sat, 4 Oct 2025 12:44:36 +0530 Subject: [PATCH 1759/1839] Add Pobitro Bhattacharya to Contributors list (#104741) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index b38d344e..e9416275 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1273,3 +1273,4 @@ - [John Ziska](https://github.com/kingcoco42) - [Sunday P. Afolabi](https://github.com/Lecon-a) - [Zulfiqar Silmy S](https://github.com/Fiqqar) +- [Pobitro Bhattacharya](https://github.com/Pobitro-B) \ No newline at end of file From d2f421e8a2059b03e587f050eb8a1a5a16092298 Mon Sep 17 00:00:00 2001 From: Rudresh Suryawanshi Date: Sat, 4 Oct 2025 13:34:11 +0530 Subject: [PATCH 1760/1839] Add myself in contributers.md (#104742) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e9416275..20d24bf7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) +- [Rudresh Suryawanshi](https://github.com/Rudresh-11) - [Clement Zentz](https://github.com/clement-zentz) - [Fred](https://github.com/kipkemoifred) - [Sahil Gurjar][https://github.com/SG2407] From 62847d5ef4c3fe82d752abd4e68eff3f528253cc Mon Sep 17 00:00:00 2001 From: Raja Rathour <193507075+Raja-89@users.noreply.github.com> Date: Sat, 4 Oct 2025 13:49:01 +0530 Subject: [PATCH 1761/1839] Update Contributors.md (#104743) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 20d24bf7..743521a1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors +- [Raja Rathour](https://github.com/Raja-89) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) - [Clement Zentz](https://github.com/clement-zentz) @@ -1274,4 +1275,4 @@ - [John Ziska](https://github.com/kingcoco42) - [Sunday P. Afolabi](https://github.com/Lecon-a) - [Zulfiqar Silmy S](https://github.com/Fiqqar) -- [Pobitro Bhattacharya](https://github.com/Pobitro-B) \ No newline at end of file +- [Pobitro Bhattacharya](https://github.com/Pobitro-B) From fab49c05cf99d83c9dec072864115b19ce8b986d Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 4 Oct 2025 14:03:40 +0530 Subject: [PATCH 1762/1839] Add Anubhav to contributor list --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 743521a1..3bf1dd7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Raja Rathour](https://github.com/Raja-89) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) @@ -225,6 +226,7 @@ - Coolgamer0181 - [Lucas Couso Antunes](https://github.com/Rulyns) - [Aminat A](https://github.com/pejuameenat) +- [Anubhav Saha](https://github.com/anubhavtogit) - [Andrew D](https://github.com/myMEDIA1578) - [Angad Bhalla](https://github.com/Anga205) - [Ankith Kini](https://github.com/ANKITH33) From 8255136d128b7a1ffc57c2a0647b855c0e161a41 Mon Sep 17 00:00:00 2001 From: Ankit singh <138203227+ANKITsingh-git2@users.noreply.github.com> Date: Sat, 4 Oct 2025 14:05:16 +0530 Subject: [PATCH 1763/1839] Ankit Singh (#104745) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 743521a1..87f35f7d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -8,6 +8,7 @@ - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) - [Md Khalid Hasan Ansari] +- [Ankit Singh] (https://github.com/ANKITsingh-git2) - [Wilmer Gulcochia](https://github.com/wigsdev) - [Test Perfil 1](https://github.com/test-git001) - [Amadou Kebe](https://github.com/AmadouLKebe) From 5f50b8938e0180aacc68b5f784babb2fc8144388 Mon Sep 17 00:00:00 2001 From: Kirill Sirotkin Date: Sat, 4 Oct 2025 11:36:53 +0300 Subject: [PATCH 1764/1839] Add kirill sirotkin (#104746) * Add kirill-sirotkin to Contributors list * Add kirill-sirotkin to Contributors list --------- Co-authored-by: Kirill Sirotkin --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 87f35f7d..a9df7d86 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1208,6 +1208,7 @@ - [saravanan](https://github.com/saravanan27-learner) - [aidenliu](https://github.com/aiden-liu) - [Ariyan Bhakat](https://github.com/arywk40-hue) +- [Kirill Sirotkin](https://github.com/kiriyms) - [Raine Z](https://github.com/You-know-who666) - [Sevenquarters](https://github.com/Sevenquarters) - [Viticooo](https://github.com/Viticooo) From 814ca50c5ae1cb4c09ce77e378b16abdf2c833ab Mon Sep 17 00:00:00 2001 From: Mohamednisha J <147458323+nisharj@users.noreply.github.com> Date: Sat, 4 Oct 2025 14:16:43 +0530 Subject: [PATCH 1765/1839] Add this is Mohamednishar (#104748) * Add your-name to Contributors list * Add Mohamednishar to Contributors list --------- Co-authored-by: Nishar --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a9df7d86..37a45bf9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -14,6 +14,7 @@ - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) - [Pygame17](https://github.com/Pygame17) +- [Mohamednishar J](https://github.com/nisharj) - [anshuman](https://github.com/sahayanshuman2005) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) From 7422dbd46f2fa09eec8d1d673cc7966bafdc1b52 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 4 Oct 2025 14:24:52 +0530 Subject: [PATCH 1766/1839] Add Anubhav to contributor list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 3bf1dd7d..2d483c73 100644 --- a/Contributors.md +++ b/Contributors.md @@ -15,6 +15,7 @@ - [baldlow](https://github.com/baldlow) - [Pygame17](https://github.com/Pygame17) - [anshuman](https://github.com/sahayanshuman2005) +- [Anubhav Saha](https://github.com/anubhavtogit) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) @@ -226,7 +227,6 @@ - Coolgamer0181 - [Lucas Couso Antunes](https://github.com/Rulyns) - [Aminat A](https://github.com/pejuameenat) -- [Anubhav Saha](https://github.com/anubhavtogit) - [Andrew D](https://github.com/myMEDIA1578) - [Angad Bhalla](https://github.com/Anga205) - [Ankith Kini](https://github.com/ANKITH33) From d6fb24c08610b194af38f84b6b836b77907085a3 Mon Sep 17 00:00:00 2001 From: Disruptor07 <2025310619@stu.hit.edu.cn> Date: Sat, 4 Oct 2025 16:54:57 +0800 Subject: [PATCH 1767/1839] add my name to contributors (#104749) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 37a45bf9..5b02dbe6 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1279,3 +1279,4 @@ - [Sunday P. Afolabi](https://github.com/Lecon-a) - [Zulfiqar Silmy S](https://github.com/Fiqqar) - [Pobitro Bhattacharya](https://github.com/Pobitro-B) +- [张](https://github.com/Disruptor07) \ No newline at end of file From aac595aae9205e2d3e98b90ef944d18ab31eb0e0 Mon Sep 17 00:00:00 2001 From: Mohit Kumar <148743546+MateeRixx@users.noreply.github.com> Date: Sat, 4 Oct 2025 14:38:42 +0530 Subject: [PATCH 1768/1839] Add your name to contributors list (#104751) Co-authored-by: Mohit Kumar --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5b02dbe6..d2e584e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -13,6 +13,7 @@ - [Test Perfil 1](https://github.com/test-git001) - [Amadou Kebe](https://github.com/AmadouLKebe) - [baldlow](https://github.com/baldlow) +-[Mohit Kumar](https://github.com/MateeRixx) - [Pygame17](https://github.com/Pygame17) - [Mohamednishar J](https://github.com/nisharj) - [anshuman](https://github.com/sahayanshuman2005) From c8aae5d9ca7a5dbdd4626b279b80dc452c98dd3f Mon Sep 17 00:00:00 2001 From: stepanradek Date: Sat, 4 Oct 2025 11:20:19 +0200 Subject: [PATCH 1769/1839] Update Contributors.md (#104752) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index d2e584e3..ae4b8d6d 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1280,4 +1280,5 @@ - [Sunday P. Afolabi](https://github.com/Lecon-a) - [Zulfiqar Silmy S](https://github.com/Fiqqar) - [Pobitro Bhattacharya](https://github.com/Pobitro-B) -- [张](https://github.com/Disruptor07) \ No newline at end of file +- [张](https://github.com/Disruptor07) +- [Radek Stepan](https://github.com/stepanradek) From 6ed8113f8e253ce5a45edcb4c3eeb321e7077fbc Mon Sep 17 00:00:00 2001 From: ManaswibRane Date: Sat, 4 Oct 2025 14:54:35 +0530 Subject: [PATCH 1770/1839] Add Manaswi Rane to Contributors list --- docs/translations/README.gl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/translations/README.gl.md b/docs/translations/README.gl.md index 967a38aa..eec33405 100644 --- a/docs/translations/README.gl.md +++ b/docs/translations/README.gl.md @@ -108,3 +108,4 @@ Axiña mesturarei os teus cambios (facendo *merge*) na master branch deste proxe ## Onde ir dende aquí? +Se queres practicar máis e contribuír a código aberto, mira [Code Contributions](https://github.com/roshanjossey/code-contributions). From 1cf19d3fc6b65cb88a504e266dca44f7ef714362 Mon Sep 17 00:00:00 2001 From: Shubhanshu <146934759+shbhansh66@users.noreply.github.com> Date: Sat, 4 Oct 2025 15:19:35 +0530 Subject: [PATCH 1771/1839] Add Shubhanshu to Contributors list (#104755) * Add your-name to Contributors list * Add your-name to Contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ae4b8d6d..44ec7ae0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,6 +1,7 @@ # Contributors - [Raja Rathour](https://github.com/Raja-89) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) +- [Shubhanshu](https://github.com/shbhansh66) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) - [Clement Zentz](https://github.com/clement-zentz) - [Fred](https://github.com/kipkemoifred) From 92d9a2363d5105f45563753b64ce0aef0bc84138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E9=B9=8F=E6=9D=B0?= <3080483920@qq.com> Date: Sat, 4 Oct 2025 18:05:07 +0800 Subject: [PATCH 1772/1839] Add Laolvlamo to Contributors list (#104756) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 44ec7ae0..bbcdf2b4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1283,3 +1283,4 @@ - [Pobitro Bhattacharya](https://github.com/Pobitro-B) - [张](https://github.com/Disruptor07) - [Radek Stepan](https://github.com/stepanradek) +- [周](https://github.com/Laolvlamo) \ No newline at end of file From acd44d4b4e15f785caa11b3440c013f19f4ef87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Ng=E1=BB=8Dc=20H=C3=B2a?= <120555692+teaplusottp@users.noreply.github.com> Date: Sat, 4 Oct 2025 17:23:54 +0700 Subject: [PATCH 1773/1839] =?UTF-8?q?Add=20Ph=E1=BA=A1m=20Ng=E1=BB=8Dc=20H?= =?UTF-8?q?=C3=B2a=20to=20Contributors=20list=20(#104757)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bbcdf2b4..da2af850 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1283,4 +1283,5 @@ - [Pobitro Bhattacharya](https://github.com/Pobitro-B) - [张](https://github.com/Disruptor07) - [Radek Stepan](https://github.com/stepanradek) -- [周](https://github.com/Laolvlamo) \ No newline at end of file +- [周](https://github.com/Laolvlamo) +- [Phạm Ngọc Hòa](https://github.com/teaplusottp) \ No newline at end of file From e14cd7fb4cf0a57498e8dd763277e51efac235af Mon Sep 17 00:00:00 2001 From: Robert Shaporenkov Date: Sat, 4 Oct 2025 11:31:21 +0100 Subject: [PATCH 1774/1839] Added Robert Shaporenkov to Contributors list (#104758) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index da2af850..8c5db5a8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1241,6 +1241,7 @@ - [Abhishek](https://github.com/Abhi210) - Tran Thanh Tai - [dex] +- [Robert Shaporenkov](https://github.com/Robert-Shaporenkov) - [Krishanu ](https://github.com/krishanu009) - [MikuOnTheEthernet](https://github.com/Imgei69) - [Cuong224136](https://github.com/hchicuong3) From 409d41662c7f56aa820f570d0810400525e0219e Mon Sep 17 00:00:00 2001 From: itsrajadarsh Date: Sat, 4 Oct 2025 16:58:42 +0530 Subject: [PATCH 1775/1839] Add Adarsh to Contributors list --- Contributors.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Contributors.md b/Contributors.md index 8c5db5a8..23182f21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,4 +1,5 @@ # Contributors + - [Raja Rathour](https://github.com/Raja-89) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Shubhanshu](https://github.com/shbhansh66) @@ -13,8 +14,7 @@ - [Wilmer Gulcochia](https://github.com/wigsdev) - [Test Perfil 1](https://github.com/test-git001) - [Amadou Kebe](https://github.com/AmadouLKebe) -- [baldlow](https://github.com/baldlow) --[Mohit Kumar](https://github.com/MateeRixx) +- [baldlow](https://github.com/baldlow) -[Mohit Kumar](https://github.com/MateeRixx) - [Pygame17](https://github.com/Pygame17) - [Mohamednishar J](https://github.com/nisharj) - [anshuman](https://github.com/sahayanshuman2005) @@ -1133,6 +1133,7 @@ - [Pavitharan V](https://github.com/Pavitharan02) - [Nitesh Vasave](https://github.com/ni2-vsv11) - [Rafael Severo](https://github.com/rafaeumesmo) +- [Adarsh Raj](https://github.com/itsrajadarsh) - [Rahul Parihar](https://github.com/Parihar-Dev) - [Rajinisoumya](https://github.com/Rajinisoumya) - [Revati Keskar](https://gihub.som/RevatiKeskar) @@ -1285,4 +1286,4 @@ - [张](https://github.com/Disruptor07) - [Radek Stepan](https://github.com/stepanradek) - [周](https://github.com/Laolvlamo) -- [Phạm Ngọc Hòa](https://github.com/teaplusottp) \ No newline at end of file +- [Phạm Ngọc Hòa](https://github.com/teaplusottp) From 813c9ba37d2e8e5d51b90990466fd085273a72e4 Mon Sep 17 00:00:00 2001 From: JeevithaDS10 Date: Sat, 4 Oct 2025 17:02:04 +0530 Subject: [PATCH 1776/1839] Added my name to contributors.md (#104761) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 8c5db5a8..bf997cab 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1285,4 +1285,5 @@ - [张](https://github.com/Disruptor07) - [Radek Stepan](https://github.com/stepanradek) - [周](https://github.com/Laolvlamo) -- [Phạm Ngọc Hòa](https://github.com/teaplusottp) \ No newline at end of file +- [Phạm Ngọc Hòa](https://github.com/teaplusottp) +- [Jeevitha D S](https://github.com/JeevithaDS10) \ No newline at end of file From 09adb0874b663adcc510e8daaeca8b8f036d77ce Mon Sep 17 00:00:00 2001 From: rei-gasis <41265292+rei-gasis@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:49:10 +0800 Subject: [PATCH 1777/1839] Add Fabian Banks to contributor list (#104762) Co-authored-by: Winson Gasis --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index bf997cab..f1e462d2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1286,4 +1286,5 @@ - [Radek Stepan](https://github.com/stepanradek) - [周](https://github.com/Laolvlamo) - [Phạm Ngọc Hòa](https://github.com/teaplusottp) -- [Jeevitha D S](https://github.com/JeevithaDS10) \ No newline at end of file +- [Jeevitha D S](https://github.com/JeevithaDS10) +- [Fabian Banks](https://github.com/fbank68) \ No newline at end of file From d6e2bc20491196f83f9939ee42b8439042f0c55e Mon Sep 17 00:00:00 2001 From: Viraj Hudlikar <31214018+vhudlikar@users.noreply.github.com> Date: Sat, 4 Oct 2025 17:42:33 +0530 Subject: [PATCH 1778/1839] Update Contributors.md Add Viraj Hudlikar to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f1e462d2..ad904d4f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Raja Rathour](https://github.com/Raja-89) +- [Viraj Hudlikar](https://github.com/vhudlikar) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Shubhanshu](https://github.com/shbhansh66) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) @@ -1287,4 +1288,4 @@ - [周](https://github.com/Laolvlamo) - [Phạm Ngọc Hòa](https://github.com/teaplusottp) - [Jeevitha D S](https://github.com/JeevithaDS10) -- [Fabian Banks](https://github.com/fbank68) \ No newline at end of file +- [Fabian Banks](https://github.com/fbank68) From 596ab028bacf71772807d984dfc63573429894df Mon Sep 17 00:00:00 2001 From: preetan bannenavar Date: Sat, 4 Oct 2025 17:43:31 +0530 Subject: [PATCH 1779/1839] Remove Slack links from Georgian translation --- docs/translations/README.ge.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/translations/README.ge.md b/docs/translations/README.ge.md index 84d738d7..cbd60d93 100644 --- a/docs/translations/README.ge.md +++ b/docs/translations/README.ge.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -109,7 +108,6 @@ git push origin აღნიშნე და გაუზიარე მეგობრებს შენი წარმატება [ამ ლინკზე გადასვლით](https://firstcontributions.github.io/#social-share). -[შემოგვიერთდი slack-ზე](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). თუ კონტრიბუციების სხვაგან შეტანაც გინდა, ჩვენ შენთვის შედარებით მარტივად გასაგები პროექტები შევარჩიეთ, [რომლებსაც აქ ნახავ](https://firstcontributions.github.io/#project-list). From 8f235c6227ec7b6703f9d84ee07dc272d295e88b Mon Sep 17 00:00:00 2001 From: Viraj Hudlikar <31214018+vhudlikar@users.noreply.github.com> Date: Sat, 4 Oct 2025 17:46:40 +0530 Subject: [PATCH 1780/1839] Update Contributors.md (#104763) Add Viraj Hudlikar to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f1e462d2..ad904d4f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Raja Rathour](https://github.com/Raja-89) +- [Viraj Hudlikar](https://github.com/vhudlikar) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Shubhanshu](https://github.com/shbhansh66) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) @@ -1287,4 +1288,4 @@ - [周](https://github.com/Laolvlamo) - [Phạm Ngọc Hòa](https://github.com/teaplusottp) - [Jeevitha D S](https://github.com/JeevithaDS10) -- [Fabian Banks](https://github.com/fbank68) \ No newline at end of file +- [Fabian Banks](https://github.com/fbank68) From 8d23fe71eeef9890d14da12c86ca76dd86db8b94 Mon Sep 17 00:00:00 2001 From: Viraj Hudlikar <31214018+vhudlikar@users.noreply.github.com> Date: Sat, 4 Oct 2025 18:14:08 +0530 Subject: [PATCH 1781/1839] Update README.my.md Removed links to slack in Malay translation Addresses Remove slack link in Malay translation #104588 --- docs/translations/README.my.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/translations/README.my.md b/docs/translations/README.my.md index a2288cd0..4abf1ffe 100644 --- a/docs/translations/README.my.md +++ b/docs/translations/README.my.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) @@ -105,8 +104,6 @@ Tahniah! Anda baru saja selesai melaksanakan aliran kerja standard _fork -> clon Raikan sumbangan anda dan kongsi dengan rakan-rakan serta pengikut melalui [aplikasi web](https://firstcontributions.github.io/#social-share). -Anda boleh menyertai pasukan 'Slack' kami sekiranya anda memerlukan bantuan atau mempunyai sebarang pertanyaan. [Sertai pasukan Slack](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA). - Mari kita mulakan dengan menyumbang kepada projek lain. Kami telah menyediakan senarai projek dengan isu-isu mudah yang boleh anda mula sumbangkan. Sila rujuk [senarai projek dalam aplikasi web](https://firstcontributions.github.io/#project-list). ### [Bahan tambahan](../additional-material/git_workflow_scenarios/additional-material.md) From 73d2520b62dd0987bcbf247d599323abd02f39b8 Mon Sep 17 00:00:00 2001 From: Eemil Korkka Date: Sat, 4 Oct 2025 16:30:14 +0300 Subject: [PATCH 1782/1839] Update Contributors.md (#104766) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index ad904d4f..78abd926 100644 --- a/Contributors.md +++ b/Contributors.md @@ -446,6 +446,7 @@ - [S1ngularty](https://github.com/S1ngularty) - [Sabat Pierre](https://github.com/Tchouang) - [Sachin vk](https://github.com/sachindasvk) +- [Eemil](https://github.com/eemilkorkka) - [SaginalaAzeez](https://github.com/asheedh) - [Sahil Sharma](https://github.com/sahil-me) - [Sal Adrian](https://github.com/Sal-Adrian) From 134bc60b0bc5efe1b717a6e57b14d950d77c7fdf Mon Sep 17 00:00:00 2001 From: Niraj Ramnani <161608562+Niraj-Ramnani@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:05:12 +0530 Subject: [PATCH 1783/1839] Add Niraj to Contributors list (#104767) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 78abd926..883ee5c3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -198,6 +198,7 @@ - [jsutCodes](https://github.com/jsutCodes) - [karan](https://github.com/karanhb-pixel) - [kevinmj12](https://github.com/kevinmj12) +- [Niraj](https://github.com/Niraj-Ramnani) - [killjoybr](https://github.com/killjoybr) - [magikcarp](https://github.com/magikcarp) - [mayurk224](https://github.com/mayurk224) From a0457c7ad59ba7290d7fee2e702138dd5727258f Mon Sep 17 00:00:00 2001 From: Sourav N <55662036+souravkashyap0@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:21:50 +0530 Subject: [PATCH 1784/1839] Add Sourav N to Contributors list (#104768) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 883ee5c3..9d219674 100644 --- a/Contributors.md +++ b/Contributors.md @@ -307,6 +307,7 @@ - [Omar Emara](https://github.com/omarf2000) - [Omkar Guha](https://github.com/omkarguha) - [Owen Roukey](https://github.com/rouk5555) +- [Sourav N](https://github.com/souravkashyap0) - [Luth Gallemaso](https://github.com/luthgllms) - [Pankaj Monga](https://github.com/p-monga) - [Patrick Yeung](https://github.com/eampat) From 5812d7c6e020f9698b752b869cf8e175fe053361 Mon Sep 17 00:00:00 2001 From: Tudor Caseru Date: Sat, 4 Oct 2025 16:04:29 +0200 Subject: [PATCH 1785/1839] Add name to Contributors list (#104769) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9d219674..04e099e8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -22,6 +22,7 @@ - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) +- [Tudor Caseru](https://github.com/theoriginaltudor) - [Hrishikesh Rondla](https://github.com/Hrishikesh-Rondla) - [Rudra Pratap Singh Jadon](https://github.com/rudrajadon) - [Ronaldo P](https://github.com/Ronaldo-001) From d6b7e4c9f1be59711421019809de19fa6d17cfc3 Mon Sep 17 00:00:00 2001 From: Saidarshan <141834083+saidarshan7@users.noreply.github.com> Date: Sat, 4 Oct 2025 20:09:38 +0530 Subject: [PATCH 1786/1839] add saidarshan to Contributors list (#104770) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 04e099e8..3d1e9ffd 100644 --- a/Contributors.md +++ b/Contributors.md @@ -66,6 +66,7 @@ - [Hoin Shin](https://github.com/signalman) - [Olet Sharapolli](https://github.com/Olet-17) - [Abhay Raj Agnihotri](https://github.com/abhayrajagnihotri) +- [Sai Darshan](https://github.com/saidarshan7) - [marcelo_iporre](https://github.com/CHELOIPO) - [ITSMijaiL](https://github.com/ITSMijaiL) - [Itay Levi](https://github.com/ItayLHdev) From 496b849dc5ef8445ccfa7dfbcd2bc9d72d659d2f Mon Sep 17 00:00:00 2001 From: Carraigh <147379474+Carraigh@users.noreply.github.com> Date: Sat, 4 Oct 2025 18:55:07 +0400 Subject: [PATCH 1787/1839] Add Carraigh to Contributors list (#104771) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3d1e9ffd..8d9bc43c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1294,3 +1294,4 @@ - [Phạm Ngọc Hòa](https://github.com/teaplusottp) - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) +- [Carraigh](https://github.com/Carraigh) From 5e2a61fad4bbd5e422fb1b4dda9c03808495753a Mon Sep 17 00:00:00 2001 From: Kartik <99790726+kartik912@users.noreply.github.com> Date: Sat, 4 Oct 2025 21:08:57 +0530 Subject: [PATCH 1788/1839] Add Kartik-Yadav to Contributors list (#104772) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 8d9bc43c..6562e93e 100644 --- a/Contributors.md +++ b/Contributors.md @@ -370,6 +370,7 @@ - [Abid Shaikh](https://github.com/Abid-sh84) - [Adrian PC M](https://github.com/AdrianPCM) - [Ahlal Izzatul](https://github.com/alaliz4) +- [Kartik Yadav](https://github.com/kartik912) - [Akash Dhamane](https://github.com/explore) - [Akash Goyal](https://github.com/1223akash) - [Ametoj Singh](https://github.com/singamet) From e9172d2bef504a747beec59ef2fe5dc2e4b1c9ce Mon Sep 17 00:00:00 2001 From: Lohitaksh Date: Sat, 4 Oct 2025 21:31:44 +0530 Subject: [PATCH 1789/1839] Add Lohitaksh to Contributors list --- Contributors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributors.md b/Contributors.md index 6562e93e..731b19cc 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1296,3 +1296,6 @@ - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) - [Carraigh](https://github.com/Carraigh) +- Lohitaksh + + From ba8d3f7c9abf8d866039837c58c155ef1da9e8f0 Mon Sep 17 00:00:00 2001 From: toomboom <142531842+toomboom@users.noreply.github.com> Date: Sat, 4 Oct 2025 23:28:12 +0700 Subject: [PATCH 1790/1839] add toomboom to Contributors list (#104776) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6562e93e..30e59950 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1296,3 +1296,4 @@ - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) - [Carraigh](https://github.com/Carraigh) +- [toomboom](https://github.com/toomboom) From ab420f19235a69ecdc9f913f86f02f85a2f84579 Mon Sep 17 00:00:00 2001 From: ashif323 Date: Sat, 4 Oct 2025 22:01:46 +0530 Subject: [PATCH 1791/1839] Adding Ashif as Contributor --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 6562e93e..c6b6e12b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1296,3 +1296,4 @@ - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) - [Carraigh](https://github.com/Carraigh) +- [Mohammad Ashif Iqbal](https://github.com/ashif323) From 1287edccdf03a17ef4e60ba91dd5c47bc4c84730 Mon Sep 17 00:00:00 2001 From: Muthu Saravanan <116950076+MUTHUSARAVANAN5102@users.noreply.github.com> Date: Sat, 4 Oct 2025 22:59:27 +0530 Subject: [PATCH 1792/1839] add: Muthu Saravanan to Contributors list (#104778) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 30e59950..4428a33b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1297,3 +1297,4 @@ - [Fabian Banks](https://github.com/fbank68) - [Carraigh](https://github.com/Carraigh) - [toomboom](https://github.com/toomboom) +- [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) From d277c5c352c7409fb085a6efef8363af094ae128 Mon Sep 17 00:00:00 2001 From: Leena <109791804+leenahunagund@users.noreply.github.com> Date: Sat, 4 Oct 2025 23:03:36 +0530 Subject: [PATCH 1793/1839] Add leena-hunagund to Contributors list (#104779) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 4428a33b..00848512 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1257,6 +1257,7 @@ - [Pranavg1203](https://github.com/PranavG1203) - [TANAY-BARGIR](https://github.com/TANAY-BARGIR) - [harshkaushik31](https://github.com/harshkaushik31) +- [leenahunagund](https://github.com/leenahunagund) - [Gijun Moon](https://github.com/gijunmoon) - [Sumeet D Choudhary](https://github.com/sumeet156) - [Buhlooey (hello!!!)](https://github.com/Buhlooey) From bc19b3dc3c1f2bae4627d1b52b666d1ebcbf17f5 Mon Sep 17 00:00:00 2001 From: AmirrezaSalimzadeh Date: Sat, 4 Oct 2025 21:22:23 +0330 Subject: [PATCH 1794/1839] i added Amirreza Salimzadeh --- Contributors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributors.md b/Contributors.md index 00848512..45a82ce7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1296,6 +1296,8 @@ - [Phạm Ngọc Hòa](https://github.com/teaplusottp) - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) +Amirreza Salimzadeh - [Carraigh](https://github.com/Carraigh) - [toomboom](https://github.com/toomboom) - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) + From d0648c73d3c90881ad67714abe079c6518cdfbe1 Mon Sep 17 00:00:00 2001 From: angelpauly <166082861+angelpauly@users.noreply.github.com> Date: Sat, 4 Oct 2025 23:44:03 +0530 Subject: [PATCH 1795/1839] Add Angel Pauly to contributions list (#104782) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 00848512..e223a474 100644 --- a/Contributors.md +++ b/Contributors.md @@ -60,6 +60,7 @@ - [Helen Tsui](https://github.com/helentht) - [Andy Ma](https://github.com/Everither) - [Bruno Costa](https://github.com/brunocosta-devlab) +- [Angel Pauly](https://github.com/angelpauly) - [Max Kutepov](https://github.com/MaximKutepov) - [Sid-5137](https://github.com/Sid-5137) - [Rick C](https://github.com/rccoder22) From 268f83f042a8655570b080ec15eb6e41d008ce2c Mon Sep 17 00:00:00 2001 From: Mayuresh Surve Date: Sun, 5 Oct 2025 00:41:17 +0530 Subject: [PATCH 1796/1839] Add Mayuresh Surve to Contributors List (#104783) Co-authored-by: amimayo --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e223a474..a89d1362 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1300,3 +1300,4 @@ - [Carraigh](https://github.com/Carraigh) - [toomboom](https://github.com/toomboom) - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) +- [Mayuresh Surve](https://github.com/amimayo) \ No newline at end of file From aa6df9fba8722d3be4b89ed1bf621e5066e8b90f Mon Sep 17 00:00:00 2001 From: Md Meraj Pasha Date: Sat, 4 Oct 2025 20:45:19 +0100 Subject: [PATCH 1797/1839] fixed link in vietnamese translation --- docs/translations/README.vn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.vn.md b/docs/translations/README.vn.md index bc031320..58069dfd 100644 --- a/docs/translations/README.vn.md +++ b/docs/translations/README.vn.md @@ -113,7 +113,7 @@ Tôi sẽ sớm hợp nhất (merge) tất cả các thay đổi của bạn và Chúc mừng! Bạn vừa hoàn thành quy trình tiêu chuẩn copy (fork) -> Sao chép (clone) -> chỉnh sửa (edit) -> yêu cầu kéo (pull request) mà bạn sẽ thường gặp khi đóng góp vào những dự án! -Hãy ăn mừng đóng góp của bạn, và chia sẻ nó với bạn bè và những người theo dõi của bạn bằng cách truy cập [ứng dụng web](https://roshanjossey.github.io/first-contribution/#social-share). +Hãy ăn mừng đóng góp của bạn, và chia sẻ nó với bạn bè và những người theo dõi của bạn bằng cách truy cập [ứng dụng web](https://firstcontributions.github.io/#social-share). Để hỗ trợ bạn với việc đóng góp cho các dự án (project) khác, chúng tôi đã tổng hợp một danh sách các dự án có các vấn đề đơn giản mà bạn có thể bắt đầu. Hãy kiểm tra [danh sách dự án trong ứng dụng web](https://firstcontributions.github.io/#project-list). From 2093aa6b282aed712c19604bf45f0aa31955d91e Mon Sep 17 00:00:00 2001 From: Purbasha Mitra <113845742+PurbashaMitra@users.noreply.github.com> Date: Sun, 5 Oct 2025 01:16:15 +0530 Subject: [PATCH 1798/1839] Add Purbasha to Contribution list (#104784) Co-authored-by: PMitra --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a89d1362..cbd500d4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -44,6 +44,7 @@ - [Fangphire](https://github.com/fangphire) - [Zohaib](https://github.com/Iamzohaibali) - [Frank Anthony](https://github.com/FrankLayza) +- [Purbasha Mitra](https://github.com/PurbashaMitra) - [Furanimus](https://github.com/Furanimus) - [Saugat Giri](https://github.com/saugat1070) - [Anurag Tiwari](https://github.com/boss2412) From 25d85ba2e49c05e5c5f0e7c3ff5d2e3bb4e0d4af Mon Sep 17 00:00:00 2001 From: AKARSH TIWARI <90685811+HyperionAKKI@users.noreply.github.com> Date: Sun, 5 Oct 2025 01:48:24 +0530 Subject: [PATCH 1799/1839] Add Akarsh to Contributors list (#104811) Co-authored-by: HyperionAKKI --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index cbd500d4..ba92a3d4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1301,4 +1301,5 @@ - [Carraigh](https://github.com/Carraigh) - [toomboom](https://github.com/toomboom) - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) -- [Mayuresh Surve](https://github.com/amimayo) \ No newline at end of file +- [Mayuresh Surve](https://github.com/amimayo) +- [Akarsh Tiwari](https://github.com/HyperionAKKI) \ No newline at end of file From aab3af691e4df704840dbd99ec5889fd12442c74 Mon Sep 17 00:00:00 2001 From: Md Meraj Pasha Date: Sat, 4 Oct 2025 21:19:51 +0100 Subject: [PATCH 1800/1839] removed slack link in chineese translation --- docs/translations/README.zh-tw.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.zh-tw.md b/docs/translations/README.zh-tw.md index cebdf526..da3df6d6 100644 --- a/docs/translations/README.zh-tw.md +++ b/docs/translations/README.zh-tw.md @@ -1,7 +1,6 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) # 第一次參與開源 From 2d9a8145eae9081a1dc50466afc244481e4a58f3 Mon Sep 17 00:00:00 2001 From: Jayasree G K Date: Sun, 5 Oct 2025 03:08:27 +0530 Subject: [PATCH 1801/1839] Add Jayasree G Kalkura to Contributors list (#104781) * Add Jayasree G Kalkura to Contributors list * Update Contributors.md --------- Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 9095b690..7302dcf9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -83,6 +83,7 @@ - [Raghav Chanana](https://github.com/sidrag3045) - [Pratham Muley](https://github.com/Pratham19106) - [Jason Wiggs](https://github.com/wiggs30) +- [Jayasree G Kalkura](https://github.com/jayasree1805) - [Vaibhav Katyal](https://github.com/vaibhav-katyal) - [Swarnavo Majumder](https://github.com/Swarnavo2003) - [Elyas Shamal](https://github.com/ElyasShamal) From cdf4ab99dcb52d50e91bb0e53e8b59a8d0772062 Mon Sep 17 00:00:00 2001 From: Kim Duer <40674390+kimcodesjs@users.noreply.github.com> Date: Sat, 4 Oct 2025 17:11:18 -0500 Subject: [PATCH 1802/1839] Added kimcodesjs to contributors! (#104828) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 7302dcf9..da4c2737 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1307,3 +1307,4 @@ Amirreza Salimzadeh - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) - [Mayuresh Surve](https://github.com/amimayo) - [Akarsh Tiwari](https://github.com/HyperionAKKI) +- [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) From 9b00fb31b73e580afa7580c33794104ef417229c Mon Sep 17 00:00:00 2001 From: Utkarsh Upreti Date: Sat, 4 Oct 2025 20:14:34 -0230 Subject: [PATCH 1803/1839] Add Utkarsh Upreti to the Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index da4c2737..aba270a1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors - +- [Utkarsh Upreti] (https://www.github.com/K4rsh) - [Raja Rathour](https://github.com/Raja-89) - [Viraj Hudlikar](https://github.com/vhudlikar) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) From 3eb762137fdb26bbeb59be558d5e3f67b24b67c4 Mon Sep 17 00:00:00 2001 From: Andre Bimbatti <37429520+andrebimbatti@users.noreply.github.com> Date: Sat, 4 Oct 2025 21:15:00 -0300 Subject: [PATCH 1804/1839] Add Andre Bimbatti to Contributors list (#104830) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index da4c2737..5b63b3c4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,6 +24,7 @@ - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) - [Tudor Caseru](https://github.com/theoriginaltudor) +- [Andre Bimbatti](https://github.com/andrebimbatti) - [Hrishikesh Rondla](https://github.com/Hrishikesh-Rondla) - [Rudra Pratap Singh Jadon](https://github.com/rudrajadon) - [Ronaldo P](https://github.com/Ronaldo-001) From 0ea1e007bf819a4ff97e54e3e974d0930a776464 Mon Sep 17 00:00:00 2001 From: HolmesJMC Date: Sat, 4 Oct 2025 21:49:03 -0400 Subject: [PATCH 1805/1839] add HolmesMurillo to contributors list (#104831) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5b63b3c4..c8dc164b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -220,6 +220,7 @@ - [rkb121541](https://github.com/rkb121541) - [rockxxjin](https://github.com/rockxxjin) - [sadiqhero](https://github.com/sadiqhero) +- [HolmesMurillo](https://github.com/HolmesMurillo) - [siminpool](https://github.com/siminpool) - [suyash nepal](https://github.com/suynep) - [tka](https://github.com/theinkhaaung007) From 58b0fa9bd209395f42270ddf66b7fe27a4e2c67b Mon Sep 17 00:00:00 2001 From: amitak985059 <112576957+amitak985059@users.noreply.github.com> Date: Sun, 5 Oct 2025 07:46:20 +0530 Subject: [PATCH 1806/1839] Add Amit Kumar to Contributors list (#104832) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index c8dc164b..d6481b8a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -26,6 +26,7 @@ - [Tudor Caseru](https://github.com/theoriginaltudor) - [Andre Bimbatti](https://github.com/andrebimbatti) - [Hrishikesh Rondla](https://github.com/Hrishikesh-Rondla) +- [Amit Kumar](https://github.com/amitak985059) - [Rudra Pratap Singh Jadon](https://github.com/rudrajadon) - [Ronaldo P](https://github.com/Ronaldo-001) - [Trần Huỳnh Đăng Khôi](https://github.com/KhoiTarn) From 4c8d817a27e66bfdff57905ee5069fb6abfec795 Mon Sep 17 00:00:00 2001 From: Sachinandan <112381035+sachinandan-05@users.noreply.github.com> Date: Sun, 5 Oct 2025 07:52:44 +0530 Subject: [PATCH 1807/1839] first contribution (#104833) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d6481b8a..5da40126 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,6 +10,7 @@ - [Sahil Gurjar][https://github.com/SG2407] - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) +-[sachinandan yadav](https://github.com/sachinandan-05) - [Md Khalid Hasan Ansari] - [Ankit Singh] (https://github.com/ANKITsingh-git2) - [Wilmer Gulcochia](https://github.com/wigsdev) From cb0f3a02e5bc687a08a9290bb7a4766efab44442 Mon Sep 17 00:00:00 2001 From: hctrdubs24 <106323235+hctrdubs24@users.noreply.github.com> Date: Sat, 4 Oct 2025 20:42:50 -0600 Subject: [PATCH 1808/1839] =?UTF-8?q?Add=20H=C3=A9ctor=20Lara=20to=20Contr?= =?UTF-8?q?ibutors=20list=20(#104834)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 5da40126..265e3b21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1109,6 +1109,7 @@ - [Hassan Zidan](https://github.com/Hassannzidan) - [Himanshu Gohil](https://github.com/tghimanshu) - [Hiruna Panditha](https://github.com/Hiruna-SP) +- [Héctor Lara](https://github.com/hctrdubs24) - [Ife Osifalujo](https://github.com/osifalujoi1) - [Ifham-Hashir](https://github.com/Ifham-Hashir) - [Irksomehails](https://github.com/irksomehails) From 86bddb930c91e76ec10b95c9d95b5b4458a5f404 Mon Sep 17 00:00:00 2001 From: Mateus Zaparoli <125597761+mateuszaparoli@users.noreply.github.com> Date: Sat, 4 Oct 2025 23:51:21 -0300 Subject: [PATCH 1809/1839] Add mateus-zaparoli to Contributors list (#104835) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 265e3b21..e945c9c8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1311,5 +1311,6 @@ Amirreza Salimzadeh - [toomboom](https://github.com/toomboom) - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) - [Mayuresh Surve](https://github.com/amimayo) +- [Mateus Zaparoli](https://github.com/mateuszaparoli) - [Akarsh Tiwari](https://github.com/HyperionAKKI) - [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) From e0c8193365f38610652bfb7c8553fcfcb68b9afc Mon Sep 17 00:00:00 2001 From: Masana Durai Date: Sun, 5 Oct 2025 08:23:31 +0530 Subject: [PATCH 1810/1839] Add new name to Contributors list --- Contributors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contributors.md b/Contributors.md index 265e3b21..c0bc2c2c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,8 +9,7 @@ - [Fred](https://github.com/kipkemoifred) - [Sahil Gurjar][https://github.com/SG2407] - [Prince Yadav](https://github.com/warrior-hub) -- [Kyra (kyrazzx)](https://github.com/kyrazzx) --[sachinandan yadav](https://github.com/sachinandan-05) +- [Kyra (kyrazzx)](https://github.com/kyrazzx) -[sachinandan yadav](https://github.com/sachinandan-05) - [Md Khalid Hasan Ansari] - [Ankit Singh] (https://github.com/ANKITsingh-git2) - [Wilmer Gulcochia](https://github.com/wigsdev) @@ -22,6 +21,7 @@ - [anshuman](https://github.com/sahayanshuman2005) - [Anubhav Saha](https://github.com/anubhavtogit) - [Huỳnh Quốc Đạt](https://github.com/HuynhQuocDat-04) +- [Masanadurai](https://github.com/Masanadurai007) - [Đặng Hoàng Phúc](https://github.com/phuc220793-cpu) - [Chien Minh](https://github.com/chien226674-afk) - [Tudor Caseru](https://github.com/theoriginaltudor) @@ -1306,7 +1306,7 @@ - [Phạm Ngọc Hòa](https://github.com/teaplusottp) - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) -Amirreza Salimzadeh + Amirreza Salimzadeh - [Carraigh](https://github.com/Carraigh) - [toomboom](https://github.com/toomboom) - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) From 18e390774b412ad8425e466316c1131d275ec174 Mon Sep 17 00:00:00 2001 From: afantene Date: Sat, 4 Oct 2025 21:12:49 -0600 Subject: [PATCH 1811/1839] Removed the slack link in Portuguese translation. --- docs/translations/README.pt-pt.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.pt-pt.md b/docs/translations/README.pt-pt.md index 04145cd4..9aa470fc 100644 --- a/docs/translations/README.pt-pt.md +++ b/docs/translations/README.pt-pt.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From 0b9600b110e7e09e923eb2ff2a58458875f5adc6 Mon Sep 17 00:00:00 2001 From: ack-chai Date: Sun, 5 Oct 2025 09:26:11 +0530 Subject: [PATCH 1812/1839] Add Abhijna Marathe to Contributors list (#104839) Co-authored-by: Abhijna Marathe --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e945c9c8..167272c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1314,3 +1314,4 @@ Amirreza Salimzadeh - [Mateus Zaparoli](https://github.com/mateuszaparoli) - [Akarsh Tiwari](https://github.com/HyperionAKKI) - [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) +- [Abhijna Marathe](https://github.com/ack-chai) From a0323a58bf8312b2c20d1d9c5203f62c6e72b1e2 Mon Sep 17 00:00:00 2001 From: Subrat Kumar Behera <118915829+Subratkb02@users.noreply.github.com> Date: Sun, 5 Oct 2025 10:07:18 +0530 Subject: [PATCH 1813/1839] Added a new feature (#104840) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 167272c2..cba9e53f 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1315,3 +1315,4 @@ Amirreza Salimzadeh - [Akarsh Tiwari](https://github.com/HyperionAKKI) - [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) - [Abhijna Marathe](https://github.com/ack-chai) +- [Subrat Kumar Behera](https://github.com/Subratkb02) \ No newline at end of file From 651571de70318bec327a8461a15d1259f283e6cc Mon Sep 17 00:00:00 2001 From: vyshnavi raj Date: Sun, 5 Oct 2025 10:55:33 +0530 Subject: [PATCH 1814/1839] Add vyshnavi raj to Contributors list (#104841) Co-authored-by: vyshnaviraj --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index cba9e53f..113cd35a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Raja Rathour](https://github.com/Raja-89) - [Viraj Hudlikar](https://github.com/vhudlikar) +- [vyshnavi raj] (https://github.com/vyshnaviraj) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Shubhanshu](https://github.com/shbhansh66) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) From 542e2ef376c286c6b9f77504d613e7cf69fa667d Mon Sep 17 00:00:00 2001 From: SANDY REDDY Date: Sun, 5 Oct 2025 06:32:22 +0000 Subject: [PATCH 1815/1839] Replaced Slack link with Code Contributions link in Telugu README --- docs/translations/README.te.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.te.md b/docs/translations/README.te.md index 7996d2a0..25fd8d68 100644 --- a/docs/translations/README.te.md +++ b/docs/translations/README.te.md @@ -113,7 +113,7 @@ git push origin [వెబ్ యాప్‌కి](https://firstcontributions.github.io/#social-share) వెళ్లడం ద్వారా మీ సహకారాన్ని జరుపుకోండి మరియు మీ స్నేహితులు మరియు అనుచరులతో భాగస్వామ్యం చేయండి. -మీకు ఏదైనా సహాయం అవసరమైతే లేదా ఏవైనా ప్రశ్నలు ఉంటే మీరు మా స్లాక్ టీమ్‌లో చేరవచ్చు.[స్లాక్ జట్టులో చేరండి](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) +మీకు ఏదైనా సహాయం అవసరమైతే లేదా ఏవైనా ప్రశ్నలు ఉంటే మీరు మా స్లాక్ టీమ్‌లో చేరవచ్చు.[స్లాక్ జట్టులో చేరండి](https://github.com/roshanjossey/code-contributions) ఇక, ఇప్పుడు మీరు ఇతర ప్రాజెక్టులకు తోడ్పడటం ప్రారంభించండి. మీరు ప్రారంభించగల సులభమైన సమస్యలతో ప్రాజెక్టుల జాబితాను మేము రెడీ చేసాము. [వెబ్ ప్రాజెక్టుల జాబితాలు](https://firstcontributions.github.io/#project-list) ను చూడండి. From e4f1426a4978eacbacf43ce17b598c79d5a4c1a8 Mon Sep 17 00:00:00 2001 From: vu221604-creator Date: Sun, 5 Oct 2025 13:37:54 +0700 Subject: [PATCH 1816/1839] Nguyen Thanh Vu --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 113cd35a..196f0690 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1316,4 +1316,5 @@ Amirreza Salimzadeh - [Akarsh Tiwari](https://github.com/HyperionAKKI) - [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) - [Abhijna Marathe](https://github.com/ack-chai) -- [Subrat Kumar Behera](https://github.com/Subratkb02) \ No newline at end of file +- [Subrat Kumar Behera](https://github.com/Subratkb02) +- [Nguyen Thanh Vu](https://github.com/vu221604-creator) From a39e5b26090532ae46d0e789ef991ab59fad286f Mon Sep 17 00:00:00 2001 From: srithedesigner <59601228+srithedesigner@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:08:31 +0530 Subject: [PATCH 1817/1839] added my profile onto the contributers md file (#104843) * added my profile onto the contributers md file * added new line so that next contributer can directly add name without modyfing the line above --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 113cd35a..20c8d2a0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1316,4 +1316,5 @@ Amirreza Salimzadeh - [Akarsh Tiwari](https://github.com/HyperionAKKI) - [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) - [Abhijna Marathe](https://github.com/ack-chai) -- [Subrat Kumar Behera](https://github.com/Subratkb02) \ No newline at end of file +- [Subrat Kumar Behera](https://github.com/Subratkb02) +- [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) From f29463a78acd2113d0ddbdca990906c87f0771a1 Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar <89670760+Ashutosh9470@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:35:48 +0530 Subject: [PATCH 1818/1839] Add Ashutosh to Contributors list (#104846) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 20c8d2a0..34cb8388 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,6 +4,7 @@ - [Viraj Hudlikar](https://github.com/vhudlikar) - [vyshnavi raj] (https://github.com/vyshnaviraj) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) +- [Ashutosh] (https://github.com/Ashutosh9470) - [Shubhanshu](https://github.com/shbhansh66) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) - [Clement Zentz](https://github.com/clement-zentz) From 00fc2aac9719dd533dda204aa366040aad0c3448 Mon Sep 17 00:00:00 2001 From: Aryan Guptqa Date: Sun, 5 Oct 2025 12:39:41 +0530 Subject: [PATCH 1819/1839] Update Contributors.md (#104847) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 34cb8388..e53141c2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1319,3 +1319,4 @@ Amirreza Salimzadeh - [Abhijna Marathe](https://github.com/ack-chai) - [Subrat Kumar Behera](https://github.com/Subratkb02) - [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) +- [Aryan Gupta](https://github.com/aryang2377) From 3491434a5b34db24a192fda4c4d5d2ccd32ae6c6 Mon Sep 17 00:00:00 2001 From: Chirag Garg Date: Sun, 5 Oct 2025 13:01:30 +0530 Subject: [PATCH 1820/1839] Added Chirag Garg in contributors.md --- Contributors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contributors.md b/Contributors.md index e53141c2..6781af21 100644 --- a/Contributors.md +++ b/Contributors.md @@ -10,9 +10,9 @@ - [Clement Zentz](https://github.com/clement-zentz) - [Fred](https://github.com/kipkemoifred) - [Sahil Gurjar][https://github.com/SG2407] +- [Chirag Garg][https://github.com/Chiraggarg879] - [Prince Yadav](https://github.com/warrior-hub) -- [Kyra (kyrazzx)](https://github.com/kyrazzx) --[sachinandan yadav](https://github.com/sachinandan-05) +- [Kyra (kyrazzx)](https://github.com/kyrazzx) -[sachinandan yadav](https://github.com/sachinandan-05) - [Md Khalid Hasan Ansari] - [Ankit Singh] (https://github.com/ANKITsingh-git2) - [Wilmer Gulcochia](https://github.com/wigsdev) @@ -1308,7 +1308,7 @@ - [Phạm Ngọc Hòa](https://github.com/teaplusottp) - [Jeevitha D S](https://github.com/JeevithaDS10) - [Fabian Banks](https://github.com/fbank68) -Amirreza Salimzadeh + Amirreza Salimzadeh - [Carraigh](https://github.com/Carraigh) - [toomboom](https://github.com/toomboom) - [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) From 71d98a2833952d4c53e74e3b7c3ffdcc225822ba Mon Sep 17 00:00:00 2001 From: Ugesh praavin Date: Sun, 5 Oct 2025 13:35:19 +0530 Subject: [PATCH 1821/1839] Add Ugesh Praavin to contributors list (#104849) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index e53141c2..807e18b0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1320,3 +1320,4 @@ Amirreza Salimzadeh - [Subrat Kumar Behera](https://github.com/Subratkb02) - [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) - [Aryan Gupta](https://github.com/aryang2377) +- [Ugesh Praavin D](https://github.com/Ugesh-Praavin) From 91783ad753a19140f9e8c984958b1fbf21447edb Mon Sep 17 00:00:00 2001 From: Kirill Sirotkin Date: Sun, 5 Oct 2025 11:18:55 +0300 Subject: [PATCH 1822/1839] fix: remove slack link in Russian translation --- docs/translations/README.ru.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/translations/README.ru.md b/docs/translations/README.ru.md index 56af2264..af252098 100644 --- a/docs/translations/README.ru.md +++ b/docs/translations/README.ru.md @@ -1,5 +1,4 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1hg51qkgm-Xc7HxhsiPYNN3ofX2_I8FA) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions) From fb31ff364d108474e722beda86cfe71c714c8ace Mon Sep 17 00:00:00 2001 From: Leonardo-Garzon-1995 Date: Sun, 5 Oct 2025 11:04:05 +0200 Subject: [PATCH 1823/1839] Add Leonardo to Contributors list (#104851) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 807e18b0..108e1b86 100644 --- a/Contributors.md +++ b/Contributors.md @@ -5,6 +5,7 @@ - [vyshnavi raj] (https://github.com/vyshnaviraj) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Ashutosh] (https://github.com/Ashutosh9470) +- [Leonardo Garzon] (https://github.com/Leonardo-Garzon-1995) - [Shubhanshu](https://github.com/shbhansh66) - [Rudresh Suryawanshi](https://github.com/Rudresh-11) - [Clement Zentz](https://github.com/clement-zentz) From 10fda278851caee96d44639efad3bff7876ff56d Mon Sep 17 00:00:00 2001 From: SANDY REDDY Date: Sun, 5 Oct 2025 09:06:11 +0000 Subject: [PATCH 1824/1839] Updated Telugu text as suggested --- docs/translations/README.te.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations/README.te.md b/docs/translations/README.te.md index 25fd8d68..9c50be69 100644 --- a/docs/translations/README.te.md +++ b/docs/translations/README.te.md @@ -113,7 +113,7 @@ git push origin [వెబ్ యాప్‌కి](https://firstcontributions.github.io/#social-share) వెళ్లడం ద్వారా మీ సహకారాన్ని జరుపుకోండి మరియు మీ స్నేహితులు మరియు అనుచరులతో భాగస్వామ్యం చేయండి. -మీకు ఏదైనా సహాయం అవసరమైతే లేదా ఏవైనా ప్రశ్నలు ఉంటే మీరు మా స్లాక్ టీమ్‌లో చేరవచ్చు.[స్లాక్ జట్టులో చేరండి](https://github.com/roshanjossey/code-contributions) +మీకు ఇంకా సాధన కావాలనుకుంటే, [కోడ్ కాంట్రిబ్యూషన్స్ రిపోజిటరీ](https://github.com/roshanjossey/code-contributions) ఇక, ఇప్పుడు మీరు ఇతర ప్రాజెక్టులకు తోడ్పడటం ప్రారంభించండి. మీరు ప్రారంభించగల సులభమైన సమస్యలతో ప్రాజెక్టుల జాబితాను మేము రెడీ చేసాము. [వెబ్ ప్రాజెక్టుల జాబితాలు](https://firstcontributions.github.io/#project-list) ను చూడండి. From 8316b1b82e1f74b7648b78fec009781ff7c6c061 Mon Sep 17 00:00:00 2001 From: Vansh Dangi <91793876+Gr8V@users.noreply.github.com> Date: Sun, 5 Oct 2025 14:42:14 +0530 Subject: [PATCH 1825/1839] vansh-dangi --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 807e18b0..ca2b2e99 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Contributors - +- [Vansh Dangi](https://github.com/Gr8V) - [Raja Rathour](https://github.com/Raja-89) - [Viraj Hudlikar](https://github.com/vhudlikar) - [vyshnavi raj] (https://github.com/vyshnaviraj) From 0fc325bacaba78376b8c26a0b0425535b214a6ea Mon Sep 17 00:00:00 2001 From: Chintha-vardhan Date: Sun, 5 Oct 2025 14:51:40 +0530 Subject: [PATCH 1826/1839] Add Vardhan to Contributors list (#104854) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 108e1b86..05d07b0c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -11,6 +11,7 @@ - [Clement Zentz](https://github.com/clement-zentz) - [Fred](https://github.com/kipkemoifred) - [Sahil Gurjar][https://github.com/SG2407] +- [Vardhan](https://github.com/Chintha-vardhan) - [Prince Yadav](https://github.com/warrior-hub) - [Kyra (kyrazzx)](https://github.com/kyrazzx) -[sachinandan yadav](https://github.com/sachinandan-05) From f0682040b40d0be23f41afab49540b144424dfa8 Mon Sep 17 00:00:00 2001 From: SahilMotiramani <2022.sahil.motiramani@ves.ac.in> Date: Sun, 5 Oct 2025 14:52:47 +0530 Subject: [PATCH 1827/1839] Sahil First Contri --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 05d07b0c..846f46f1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1323,3 +1323,4 @@ Amirreza Salimzadeh - [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) - [Aryan Gupta](https://github.com/aryang2377) - [Ugesh Praavin D](https://github.com/Ugesh-Praavin) +-[Sahil Motiramani](https://github.com/SahilMotiramani) \ No newline at end of file From 363a2c07abb418e7fbc644aa04bcb99f30bcb922 Mon Sep 17 00:00:00 2001 From: Luis Osena <135612008+luisosena@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:28:07 +0300 Subject: [PATCH 1828/1839] Added my name to the Contributors list (#104855) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 05d07b0c..d7ac13d7 100644 --- a/Contributors.md +++ b/Contributors.md @@ -998,6 +998,7 @@ - [Nishant](https://github.com/nishant-khatri17) - [OBLI B VIKRAM](https://github.com/Vikramobli) - [Omer Cohen](https://github.com/OmerCohen7530) +- [Luis Osena](https://github.com/luisosena) - [Oriana Galindez](https://github.com/malibu54) - [Parker Crook](https://github.com/parkercrook) - [Parth Sivakumar](https://github.com/Parth-sk) From 40623ababa9f7b2589d89309705e74dcee0d26be Mon Sep 17 00:00:00 2001 From: Akash9541 Date: Sun, 5 Oct 2025 15:00:16 +0530 Subject: [PATCH 1829/1839] Add Akash Thakur to Contributors list (#104856) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index d7ac13d7..552c5561 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1324,3 +1324,4 @@ Amirreza Salimzadeh - [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) - [Aryan Gupta](https://github.com/aryang2377) - [Ugesh Praavin D](https://github.com/Ugesh-Praavin) +- [Akash Thakur](https://github.com/Akash9541) \ No newline at end of file From 45f60ce857ee6dc1b8a489246464a29a223c388a Mon Sep 17 00:00:00 2001 From: Sahil <145254403+SahilMotiramani@users.noreply.github.com> Date: Sun, 5 Oct 2025 15:15:34 +0530 Subject: [PATCH 1830/1839] Update Contributors.md (#104858) --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 552c5561..280732e3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1324,4 +1324,5 @@ Amirreza Salimzadeh - [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) - [Aryan Gupta](https://github.com/aryang2377) - [Ugesh Praavin D](https://github.com/Ugesh-Praavin) -- [Akash Thakur](https://github.com/Akash9541) \ No newline at end of file +- [Akash Thakur](https://github.com/Akash9541) +-[Sahil Motiramani](https://github.com/SahilMotiramani) From c11220c7a7c36c94497a0630fd251d226c9b47d6 Mon Sep 17 00:00:00 2001 From: Muhammad Raza Date: Sun, 5 Oct 2025 14:46:06 +0500 Subject: [PATCH 1831/1839] Add Muhammad Raza to Contributors list (#104859) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 280732e3..3c61e354 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2,6 +2,7 @@ - [Raja Rathour](https://github.com/Raja-89) - [Viraj Hudlikar](https://github.com/vhudlikar) +- [Muhammad Raza](https://github.com/RazaJavaid2004) - [vyshnavi raj] (https://github.com/vyshnaviraj) - [Nirbhay Bawankule](https://github.com/NirbhayBawankule) - [Ashutosh] (https://github.com/Ashutosh9470) From 681d8159fa6f85a4611251dc80658c58181459ff Mon Sep 17 00:00:00 2001 From: Rajat <69564396+Rajat-44@users.noreply.github.com> Date: Sun, 5 Oct 2025 15:43:35 +0530 Subject: [PATCH 1832/1839] Update Contributors.md (#104860) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 3c61e354..b64f30c5 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1327,3 +1327,4 @@ Amirreza Salimzadeh - [Ugesh Praavin D](https://github.com/Ugesh-Praavin) - [Akash Thakur](https://github.com/Akash9541) -[Sahil Motiramani](https://github.com/SahilMotiramani) +-[Rajat](https://github.com/Rajat-44) \ No newline at end of file From 8269d3226ea8d5030312f57f210908ee51a05d19 Mon Sep 17 00:00:00 2001 From: Gautam Sharma Date: Sun, 5 Oct 2025 15:53:40 +0530 Subject: [PATCH 1833/1839] Update README.ps.md Removed the Slack link --- docs/translations/README.ps.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/translations/README.ps.md b/docs/translations/README.ps.md index cbce5b17..9ff85149 100644 --- a/docs/translations/README.ps.md +++ b/docs/translations/README.ps.md @@ -9,9 +9,6 @@ Open Source Helpers - - Join Slack Team - --- @@ -145,4 +142,4 @@ fatal: Authentication failed for 'https://github.com/<your-username>/first | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) | - \ No newline at end of file + From ffb347e1d987e621ac52190dfe4a9eb58c938a3d Mon Sep 17 00:00:00 2001 From: Dennyyyyyyy Date: Sun, 5 Oct 2025 14:11:13 +0300 Subject: [PATCH 1834/1839] Add Denny to Contributors list --- Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index f1ff4d0c..accb659b 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1327,4 +1327,5 @@ - [Ugesh Praavin D](https://github.com/Ugesh-Praavin) - [Akash Thakur](https://github.com/Akash9541) -[Sahil Motiramani](https://github.com/SahilMotiramani) --[Rajat](https://github.com/Rajat-44) \ No newline at end of file +-[Rajat](https://github.com/Rajat-44) +-[Denys](https://github.com/Dennyyyyyyy) \ No newline at end of file From b838bf3ccbdbf7926b4eab44a9b985509d563b33 Mon Sep 17 00:00:00 2001 From: Zaid Qtaish <59788372+ZaidQtaish@users.noreply.github.com> Date: Sun, 5 Oct 2025 14:15:02 +0300 Subject: [PATCH 1835/1839] Add ZaidQtaish to Contributors list (#104865) --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 244d9fd9..fc90a751 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,6 @@ # Contributors - [Utkarsh Upreti] (https://www.github.com/K4rsh) +- [Zaid Qtaish](https://github.com/ZaidQtaish) - [Raja Rathour](https://github.com/Raja-89) - [Viraj Hudlikar](https://github.com/vhudlikar) - [Muhammad Raza](https://github.com/RazaJavaid2004) From d6b700e733783a56409ddf515cca2180d9dc8af8 Mon Sep 17 00:00:00 2001 From: Dennyyyyyyy Date: Sun, 5 Oct 2025 14:18:06 +0300 Subject: [PATCH 1836/1839] Add Denny to Contributors list --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 670532ea..649524d3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1329,4 +1329,4 @@ - [Akash Thakur](https://github.com/Akash9541) -[Sahil Motiramani](https://github.com/SahilMotiramani) -[Rajat](https://github.com/Rajat-44) --[Denys](https://github.com/Dennyyyyyyy) +-[Denys](https://github.com/Dennyyyyyyy) \ No newline at end of file From 06ec2c03798b3156c5c1d4c9fc0efc893b95580f Mon Sep 17 00:00:00 2001 From: Dennyyyyyyy Date: Sun, 5 Oct 2025 14:21:33 +0300 Subject: [PATCH 1837/1839] Remove Denny to Contributors list --- Contributors.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Contributors.md b/Contributors.md index 649524d3..b241ad6c 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1328,5 +1328,4 @@ - [Sahil Motiramani](https://github.com/SahilMotiramani) - [Akash Thakur](https://github.com/Akash9541) -[Sahil Motiramani](https://github.com/SahilMotiramani) --[Rajat](https://github.com/Rajat-44) --[Denys](https://github.com/Dennyyyyyyy) \ No newline at end of file +-[Rajat](https://github.com/Rajat-44) \ No newline at end of file From dc67411ae652cd19efc5c05cc7a5137de22092ea Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sun, 5 Oct 2025 13:25:22 +0200 Subject: [PATCH 1838/1839] Update Contributors.md --- Contributors.md | 578 +++++++++--------------------------------------- 1 file changed, 101 insertions(+), 477 deletions(-) diff --git a/Contributors.md b/Contributors.md index 471c69b6..85387733 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1233,481 +1233,105 @@ - [puchan-s](https://github.com/puchan-s/first-contributions) - [Hiruna Panditha](https://github.com/Hiruna-SP) - [nemdull](https://github.com/nemdull) -- [Linda Jennings](https://github.com/lindaJennings) -- [Jan Topolewski](https://github.com/JanTopolewski) -- [Mohit-Goswami](https://github.com/Mohitgoswami18) -- [Daing Hanum Farhana](https://github.com/iAmHanum) -- [Tawheed Ahmed](https://github.com/TawheedAhmed28) -- [Saif Mohammed](https://github.com/SaifMohammed22) -- [Anusha Jamsandekar](https://github.com/anushaj79) -- [Thien Nguyen](https://github.com/thiennh-dev) -- [Ravin Kuamr Jangir](https://github.com/ravin1100) -- [Ch-Umar-Aslam](https://github.com/CH-Umar-Aslam/) -- [antoineDELEBECQUE](https://github.com/AntoineDlb) -- [Vaibhav Rawat](https://github.com/VaibhavRawat27) -- [Shogo Todoroki](https://github.com/n4304-ndensan) -- [Jeston Lewis](https://github.com/jestoncolelewis) -- [Lawrence Garcia](https://github.com/lawrenceee04) -- [HiroseTakuya](https://github.com/hiro-tech-taku/) -- [Ariyan Pandian](https://github.com/AriyanPandian) -- [Anil Vhatkar](https://github.com/AnilVhatkar1130) -- [Chandra Mouli](https://github.com/Chandramouliva) -- [Hasindu Thirasara](https://github.com/Hasindu071) -- [Swetha Kannan](https://github.com/swethakannan12) -- [Juan Sarmiengo](https://github.com/JuanEnriqueSF) -- [Kannan Ravindran](https://github.com/kannan-ravi) -- [Aakash Pandey](https://github.com/gitaakashstack) -- [Thales Winther](https://github.com/thaleswinther) -- [Jonathan](https://github.com/JonathanCharles2003) -- [Polina Polupan](https://github.com/PolinaPolupan) -- [Yoshiki Shinonome](https://github.com/generaldai) -- [Hardik Khandal](https://github.com/hardikkhandal) -- [George Udonkwo](https://github.com/Georgeudonkwo) -- [Leticia suzuki](https://github.com/Leticia567568) -- [krzysztofkucmierz](https://github.com/krzysztofkucmierz) -- [Rishan Thangaraj](https://github.com/rishant3441) -- [Reuel Terezakis](https://github.com/SeventhDream) -- [Bektur Duishembekov](https://github.com/Bektur13) -- [Giulio Arantes](https://github.com/GiulioArantes) -- [Shubham kumar](https://github.com/Shubham9384235) -- [Kiranmai Kalla](https://github.com/KiranmaiKalla) -- [fedxemilio](https://github.com/fedxemilio) -- [Elina Zoldnere](https://github.com/ElinaZoldnere) -- [Godswill Udida](https://github.com/GodswillUdida) -- [Nandani Gupta](https://github.com/Nandani-Guptaa) -- [Namaskruti Pal](https://github.com/namaskrutipal) -- [Thulile Masuku](https://github.com/ThulileMasuku) -- [balakumaran-ks](https://github.com/balakumaran-ks) -- [Vedant Pillai](https://github.com/Codewith-Vedant) -- [Christopher O.](https://github.com/limitpointinf0) -- [Abhishek Kumar](https://github.com/abhishekkr8399) -- [A C Bhaskar Reddy](https://github.com/acbhaskar1/) -- [Vaibhav Baweja](https://github.com/vaibhavbaweja7) -- [Sangam Paudel](https://github.com/sangampaudel530) -- [Ester Youngreis](https://github.com/eti-youngreis) -- [Akhila Sahithi](https://github.com/Akhila-Sahithi) -- [Anina van Niekerk](https://github.com/aninagotgit) -- [gyanchandkabra](https://github.com/gyanchandkabra) -- [aayamrajshakya](https://github.com/aayamrajshakya) -- [gleisomSilva](https://github.com/Gleison-Silva-02) -- [Ritesh Raj Dwivedi](https://github.com/riteshrajd) -- [Giovanni Massiot](https://github.com/Giovanni-jpg) -- [Umang Agarwal](https://github.com/UmangAgarwal257) -- [ Supraja Gaonkar ](https://github.com/Supraja-Gao) -- [Rushang-github](https://github.com/Rushang-github) -- [Rahul Keswani](https://github.com/rahulkeswani010) -- [Soaring Eagle](https://github.com/SoaringEagle910) -- [SamTheSomebody](https://github.com/SamTheSomebody) -- [mohammadanas51](https://github.com/mohammadanas51) -- [Nik Zulfauzaan](https://github.com/nickzulfauzaan) -- [Saptarshi Mitra](https://github.com/Saptarshi1010) -- [Samuelson Dsouza](https://github.com/TryN-Unlock) -- [Dave Friedman](https://github.com/heracliteanflux) -- [Mohamed Abdulghany](https://github.com/MohamedMG7) -- [Shubham Dhama](https://github.com/shubhamdhama108) -- [zurfjereluhmie](https://github.com/zurfjereluhmie) -- [Arshadakl](https://www.linkedin.com/in/arshad-akl) -- [TejoSaiSwaroop](https://github.com/tejosaiswaroop) -- [Mayank Pratap Singh](https://github.com/04-mayank) -- [AlicepetereoNa](https://github.com/AlicepetereoNa) -- [gurlalbhullarz](https://github.com/gurlalbhullarz) -- [Siribhargavi](https://github.com/SIRIBHARGAVI1234) -- [Squirrelcoding](https://github.com/Squirrelcoding) -- [Bhavya Sonigra](https://github.com/Bhavya-Sonigra) -- [Balina Sai Charan](https://github.com/charan22640) -- [Berkay Çelebi](https://github.com/BerkayCelebi54) -- [Storm Wahlmann](https://github.com/xXStormXx2000) -- [Nayabasetsi J. Kisowile](https://github.com/nas3ts) -- [Yeshu](https://www.youtube.com/watch?v=hB7CDrVnNCs) -- [Gabriel Macedo](https://github.com/gabrielssmacedo) -- [Eduardo Egydio Shirai](https://github.com/ShiraiEd) -- [Pouyan Iranpour](https://github.com/pouyaniranpour) -- [Manas Mahajan](https://github.com/ManasMahajan2003) -- [Aditya Radadiya](https://github.com/RadadiyaAditya) -- [Bryan Johns](https://github.com/johbry17) -- [Priyanshu Walia](https://github.com/priyanshuwalia) -- [Hari Krishan](https://github.com/Hari-krishna-tech) -- [Hamza Zahid Butt](https://github.com/HamzaZahid172) -- [Sardorbek](https://github.com/Sardorbek-Kuvondikov) -- [Arvind Singireddy](https://github.com/Sunny-webdev) -- [AbubakerKhilji](https://github.com/Abubaker-khilji) -- [Rathin Subramaniam](https://github.com/rathinsubra) -- [Janice Fernandes](https://github.com/janiceferns02) -- [EstherCamela](https://github.com/Esther-Assena-pro) -- [Deepak Ondimuthu\*\*](https://github.com/MeteorBlitz) -- [Arsalan Mohseni](https://github.com/arsalanmohseni) -- [Pankaj Nautiyal](https://github.com/PankajNautiyal) -- [Sidharth Manikandan](https://github.com/salazangar) -- [Tharushika Hirushani](https://github.com/TharuHiru) -- [mateus barauna](https://github.com/mateusbarauna97) -- [Arjit shandilya](https://github.com/arjitshandilya) -- [Shagun Sharma](https://github.com/shagunsharma6677) -- [Sushanth hebri](https://github.com/Sushanth-Hebri/) -- [Irakli Petriashvili](https://github.com/CortaSaire) -- [JakeJeongAiden](https://github.com/JakeJeongAiden/) -- [Ranjodh Singh](https://github.com/ranjodhsingh1729) -- [Mehfila Parkkulthil](https://github.com/Mehfila123) -- [Christopher Taljaard](https://github.com/ctaljaard) -- [Brandon Munisur](https://github.com/Brandonmunisur) -- [Haj Mohamed👨‍💻](https://github.com/haj8110) -- [Lokeek Lokhande](https://github.com/lokhandelokeek11) -- [Andrew Tillman](https://github.com/Th1Exterminator) -- [PatríciaRamosS](https://github.com/PatriciaRamosS) -- [Ricardo Guimaraes](https://github.com/Ricardoguima) -- [Matheus Bortolo](https://github.com/Matheusbortolo) -- [Jessica Agarwal](https://github.com/jessicaagarwal) -- [Samridhi Prakash](https://github.com/Samridhi-2007) -- [Angelina Tsygan](https://github.com/angelinatsygan) -- [Vinit Rana](https://github.com/RanaVinit) -- [Joseph O'Neill](https://github.com/L00188381) -- [Angelo Fontoura](https://github.com/angelofontoura) -- [Daniel Larrusso](https://github.com/daniellarrusso) -- [Saniya Guguloth](https://github.com/Saniyaguguloth) -- [Navneet Singh Yadav](https://github.com/Navneet225) -- [Sivasubramanian](https://github.com/siva1160github) -- [R. Dinesh Kumar](https://github.com/Dineshkumarr54) -- [Nikhil Rajbhar](https://github.com/NikhilRajbhar111) -- [Yadunand Kamath](https://github.com/yadunand-kamath) -- [mohitpuri-codes](https://github.com/mohitpuri-codes) -- [Zohaer Al Mahatab](https://github.com/priom-mahatab) -- [Kunga Derick Abongho](https://github.com/Dericko681) -- [Alivia Nayla Wibisono](https://github.com/alivianay) -- [cloud-whisperer](https://github.com/cloud-whisperer) -- [Aarush-Parashar](https://github.com/Aarush-Parashar) -- [Mohammad Nikvarz](https://github.com/Mohammad79-nkv) -- [ziadalazwak](https://github.com/ziadalazwak) -- [Charulekha P](https://github.com/charulekha-pandian) -- [RomaniukNatalia](https://github.com/RomaniukNatalia) -- [Wendell Oliveira](https://github.com/wendelloliiver) -- [Kyrylo Sorokovskyi](https://github.com/sumdeusvitae) -- [Shrushti Jadhav](https://github.com/shrushtijadhavv) -- [Christian Mayamba](https://github.com/chris-mayamba) -- [Deepankar Sahoo](https://github.com/CodeByDeepankar) -- [Blacklotus89898](https://github.com/Blacklotus89898) -- [Anderson Gomes](https://github.com/andersongomes001) -- [Aaron Keller](https://github.com/aaronkeller787) -- [Pasindu Kavinda](https://github.com/pasindu-kavinda) -- [Desi Petkova Lee](https://github.com/DesiPetkovaLee) -- [HannanToprakPia](https://github.com/HannanToprakPia) -- [NikitaJaiswal77](https://github.com/NikitaJaiswal77) -- [Magdalin princy](https://github.com/Magdalinprincy/) -- [Efte Hassan Hridoy](https://github.com/eftehassanpp) -- [Kit-Kat31415926](https://github.com/Kit-Kat31415926) -- [Mukesh Kalikaya](https://github.com/Mukesh-Kalikaya) -- [Vinicius Alves Amorim](https://github.com/am0rimdev) -- [Ashutosh Bhagat](https://github.com/ashutosh-bhagat) -- [Isabella Mclean](https://github.com/Isabella-Mclean) -- [Gautam Grover](https://github.com/Themistokles-2137) -- [Saikat Bhattacharjee](https://github.com/saikat1993) -- [Pranshu Rakhecha](https://github.com/pranshurakhecha) -- [Andrew Wildgoose](https://github.com/andrewwildgoose) -- [Abed Ouda (asqalani)](https://github.com/Asqalani112) -- [Sabittwa Banerjee](https://github.com/strangely-true) -- [Devdhar Manpuria](https://github.com/DevdharManpuria) -- [Sankalp Yerigeri](https://github.com/SankalpYerigeri) -- [Coding-Sisyphus](https://github.com/Coding-Sisyphus/) -- [Dhruba Bhattacharyya](https://github.com/Dev-Dhruba2) -- [Jaydeep Khandla](https://github.com/jaydeep-khandla/) -- [Hari chandra prasad](https://github.com/harichandra1) -- [Piero Santisteban](https://github.com/JPSantistebanQ) -- [Mannaseh Merakanapalli](https://github.com/MannasehM) -- [Jason Alvarez](https://github.com/jason-alvarez-data) -- [Jayadeep Velagapudi](https://github.com/jkvelagapudi) -- [Hillary Nyakundi](https://github.com/HillaryNyakundi) -- [Anish Yalavarthi](https://github.com/AnishYalavarthi) -- [Lawrence Radburn](https://github.com/LawrenceRadburn) -- [Michelle Mullane](https://github.com/MichelleMullane) -- [Leonardo Lopes](https://github.com/leonardo-lopes-br) -- [Sandeep Nalamaru](https://github.com/SandeepNalamaru) -- [Oubai Bendjedidi](https://github.com/oubaibendjedidi) -- [Ahmet Mert Şengöl](https://github.com/ahmertsengol) -- [Ipshita Bhardwaj](https://github.com/ipshitabhardwaj) -- [Sumaiyah Ibrahim](https://github.com/sumaiyahibrahim) -- [Pranjali Randive](https://github.com/PranjaliRandive) -- [Alan Vanichtheeranont](https://github.com/alphabet-al) -- [Vedant Manohar Patil](https://github.com/vedantmpatil) -- [Firdaus Zulkifli](https://github.com/firdaus-zulkifli) -- [Erick Wilfred Daniel](https://github.com/ErickWDaniel) -- [Luís Oliveira](https://github.com/LuisCarlosOliveira) -- [Seif Eddine Gadi](https://github.com/Seif-Eddine-Gadi) -- [ahmed Shawky](https://github.com/AhmedShawky1507) -- [bear-i](https://github.com/bear-i/first-contributions) -- [Lachlan Robinson](https://github.com/lachlan-robinson) -- [Anthony Okechukwu Ubah](https://github.com/okeysbytes) -- [Shangcheng Li](https://https://github.com/shangchengg) -- [Mzwandilemkhokha](https://github.com/mzwandilemkhokha) -- [Daniel Barbosa Martins](https://github.com/dmatrixxBR) -- [TheJaydenProject](https://github.com/TheJaydenProject) -- [notamudkipiguess](https://github.com/notamudkipiguess) -- [rujeetjahagirdar](https://github.com/rujeetjahagirdar) -- [sema-altinkaynak](https://github.com/sema-altinkaynak) -- [Gnanendra Naidu N](https://github.com/gnanendranaidun) -- [Aaditya Chunekar](https://github.com/Aaditya-Chunekar) -- [Länzlinger Jonas](https://github.com/jonaslanzlinger) -- [Hardik Agnihotri](https://github.com/hardik-agnihotri) -- [Abdulkadir Gobena DENBOBA](https://github.com/denboba) -- [Fajar Abdul Hafiz](https://github.com/sathyrvictim) -- [mighty-baseplate](https://github.com/mighty-baseplate) -- [Rishabh Kumar Das](https://github.com/rishabhd-cognavi) -- [Sarthak Bhardwaj](https://github.com/sarthakbhardwaj27) -- [Vittorio Garretto](https://github.com/VittorioGarretto) -- [Clarence \_webmast3R](https://github.com/specialbrocoli) -- [Harsh Gharsandiya](https://github.com/harshgharsandiya) -- [AjaySinghKunwar](https://github.com/AjaySinghKunwar007) -- [Vasupriya Patnaik](https://github.com/VasupriyaPatnaik) -- [Flavio Emanuele Cannavò](https://github.com/flaviocnn) -- [Alessio Galluccio](https://github.com/AlessioGalluccio) -- [Fat Cat Likes Beer](https://github.com/FatCatLikesBeer) -- [Vyankatesh Potdar](https://github.com/vyankateshpotdar) -- [ROCHDI MOHAMMED AMINE](https://github.com/aminerochdi1) -- [Raul Alejandro Ledea Cruz](https://github.com/Raulledea) -- [Vivek Chudasama](https://github.com/vivekchudasama-2004) -- [nathanw3456](https://github.com/nathanw3456) -- [Kritagya Jha](https://github.com/Kritagya123611) -- [Mostapha EL ANSARI](https://github.com/mostaphaelansari) -- [Manoj Thilakarathna](https://github.com/manojtharindu11) -- [Amelia (amyfisticuffs)](https://amyfisticuffs.github.io) -- [Nuhu El Adj Souleymane](https://github.com/elsouleymane) -- [Janvi Chetan Patel](https://github.com/JanviChetanPatel) -- [pateldevashish001](https://github.com/PatelDevashish001) -- [Cristian Leiton Valencia](https://github.com/crileiton/) -- [CristhianBravo865](https://github.com/CristhianBravo865) -- [Anastazja Glowska](https://github.com/anastazja-glowska) -- [Jenny Khanh Nguyen](https://github.com/jennykhanhnguyen) -- [Ngoc Phuong Vi Nguyen](https://github.com/phuongvinguyen) -- [Anurag Chaturvedi](https://github.com/anuragjcchaturvedi) -- [X3R074](My first contribution: https://github.com/X3R074) -- [Silviya Kolchakova](https://github.com/SilviyaKolchakova) -- [Suresh Jagannadham](https://github.com/sureshjagannadham) -- gadalova -- [Yeaabsra Ashebir (tech nerd)](https://github.com/yeabnoah) -- [gabecodessometimes](https://github.com/gabecodessometimes) -- [TsvetislavRangelov](https://github.com/TsvetislavRangelov) -- [Tornike Tsulukidze](https://github.com/TheMechanicalBeing) -- [Benjamin Tsoumagas](https://github.com/tsoumagas-benjamin) -- [Kuldeep Sahoo](https://github.com/Kuldeep-Sahoo-7257-1922) -- [Kamil Brzezinski](https://github.com/git-od-podstaw-piotr) -- [Punnapareddy Bhaskar Rao](https://github.com/P-Bhaskar-Rao) -- [Sheikh Mujtaba](https://github.com/Sheikh-Muhammad-Mujtaba) -- [gpalacios26](https://github.com/gpalacios26/curso-git-fork) -- [Steve Armstrong](https://github.com/W0474997SteveArmstrong) -- [Ben Tootill](https://github.com/TriedDevotee) -- [Debapriya sengupta](https://github.com/DebapriyaSengupta28) -- [Boru Isako](https://github.com/BoruIsakoJ) -- [Muhammad Mubashar](https://github.com/Muhammad-Mubashar516) -- [JAHNAVI-YERRAMSETTI](https://github.com/JAHNAVI-YERRAMSETTI) -- [Keshav Raj Chaudhary](https://github.com/chaudharykeshavraj) -- [Robert Szlufik](https://github.com/Robert-Szlufik-L00188394) -- [Juan Carlos Alfonso Vina](https://github.com/call-me-trOmpY) -- [David Oh](https://github.com/DavidOh1606) -- [Sudhir Jadhav](https://github.com/sudhirjadhav18) -- [Kristoffer Paulsson](https://github.com/kristoffer-paulsson) -- [Александр Мосин](https://github.com/mosinisom) -- [Togan Razvan-Dumitru] (https://github.com/xRazvan78) -- [André Herreira Oliveira](https://github.com/andrehherreira) -- [Axel Valerio Ertamto](https://github.com/AxelValerioErtamto) -- [Shadab Ahmed Qureshi](https://github.com/Shadab786-developer) -- [Karnam Veerendra Prasad](https://github.com/Veerendra-Prasad) -- [Gabriel Fernandes](https://github.com/gabrielfernandeswebdev) -- [Ravichandra](https://github.com/ravichandra-21/-contributions) -- [Sreekutty Kottukkal Ajamalan](https://github.com/sreekutty-434) -- [Sivasankaran Chandrasekaran](https://github.com/sivasankarnc65) -- [Vinothini Thangamani](https://github.com/VinothiniSaravankumar) -- [Sai Manogyana Tokachichu](https://github.com/scrapperDubiBear/) -- [Eric Brown](https://github.com/EricBrown589) -- [Gabriel Vieira](https://www.linkedin.com/in/gabrielvieirasantos/) -- [Mohammad Sarfaraz Afzal](https://github.com/mohammadsarfarazafzal) -- [benoitmonchaninsupinfo](https://github.com/benoitmonchaninsupinfo) -- [harsh pachouri](https://github.com/Harsh-Pachouri) -- [NullifiedSec Aka. Mashrur Rahman](https://github.com/NullifiedSec) -- [Nathaly Fairlie Pearson Freitas](https://github.com/NathalyFairlie) -- [Priya Darshini Manda](https://github.com/mandaujjwalapriyadarshini) -- [Antonio Thoamaz Oliveira Reis](https://github.com/antonioThomaz1903) -- [YahiaAbdeldjalilBenyahia](https://github.com/YahiaAbdeldjalilBenyahia) -- [Yogesh Joga యోగేష్ జోగ](https://github.com/yogeshjoga) -- [Santhosh Kumar Karthikeyan](https://github.com/santhosh-kumar-karthikeyan) -- [Nandana Radhakrishnan](https://github.com/NandanaRadhakrishnan) -- [Cristian Paul Castañeda](https://github.com/crispaulcastaneda) -- [Muny Phalla](https://github.com/lalaphalla) -- [Makwana Chirag](https://github.com/makwana-chirag) -- [Neil DCruz](https://github.com/neildcruz) -- [Qdesk Dev](https://github.com/qdeskdev) -- [Ya_Suo](https://github.com/liouliuliu) -- [Neha Behare](https://github.com/neha-behare) -- [Anju Yadav](https://github.com/Anjuyada123) -- [Eddie](https://github.com/eddie0101) -- [Louis Lu](https://github.com/yanlu788) -- [Uttej Dunga](https://github.com/uttejdunga) -- [Jj Anto](https://github.com/jjanto2k5) -- [Allwin Edilbert](https://github.com/edilbert-dnd) -- [Ny Avo Fandresena](https://github.com/NyAvoFandresena) -- [Chandana](https://github.com/Chandana2829) -- [Sara Rauf](https://github.com/srauf456) -- [Vlad](https://github.com/aptikum) -- [Pramod560](https://github.com/Pramod560) -- [anuradhapatil](https://github.com/anuradhapatil-dev) -- [Bhavesh Badani](https://github.com/BhaveshBadani) -- [Somshekhar Ajay Arabali](https://github.com/SomshekharArabali) -- [Alexander](https://github.com/azuaje1982) -- [actiononme](https://github.com/actiononme) -- [RunarokHrafn](https://github.com/Runarok) -- [Tristan Collier](https://github.com/CollierTR) -- [Ranjan Shrestha](https://github.com/ranjan0369) -- [dfrttkj](https://github.com/dfrttkj) -- [Hamdullah Andar](https://github.com/Hamdullah-Andar) -- [Nirupam Paul](https://github.com/101paul) -- [VenkateshSama](https://github.com/S-Venky-06) -- [Sangeeta](https://github.com/sangeeta-nayak) -- [pleego1618](https://github.com/pleebs1618) -- [Fortise] -- [RobotGecko239](https://github.com/robotGecko239) -- [Wimbo] (https://github.com/wimbodwi26) -- [Amogh] (https://github.com/Amogh-Banerjee/) -- [Swaeba Bilal](https://github.com/Swaeba-Bilal) -- I am MJV(jagan venkat) -- [Heena](https://github.com/heenaf) -- [Prasannjit Panda](https://github.com/prasannjitpanda) -- [Dhruv Kalra](https://github.com/KalraDhruv) -- [Pratyush Gupta](https://github.com/MrPratsJi) -- [Popie 52](https://github.com/Popie52) -- [bzhaaa](https://github.com/bzhaaa) -- [elijah](https://github.com/elijahladdie) -- [Hrishikesh](https://github.com/Hrishikesh-2712) -- [noodlexe](https://github.com/noodlexe) -- [Badr INOUSS](https://github.com/SharpBI) -- [Aaron Rafael Thamin](https://github.com/aaronraf) -- [Milan J](https://github.com/Milanjiji) -- [Sunil Reddy](https://github.com/Sunilreddyj) -- [Ranjan 😎] -- -- [Said Berk](https://github.com/saidberk27) -- [Wade Rees](https://github.com/wade-rees-me) -- [_𝓟𝓸𝔀𝓮𝓻 𝓛𝓮𝓮_](https://github.dev/0xiPower) -- [Poojan Jariwala](https://github.com/poojanjariwala) -- [nyinyi zin](https://github.com/nyinyizin-dev) -- [James-826](https://github.com/James-826) -- [SusalSandeepa](https://github.com/SusalSandeepa) -- [Eldar Guseynov 🐦‍🔥](https://github.com/username-i386) -- [Jahnavi-avi](https://github.com/jahnavi-9741) -- [Jeyanth-S](https://github.com/Jeyanth-S) -- [Ishpriya Sharma](https://github.com/Ishpriya-Sharma) -- [Idris](https://github.com/idreesjanib1) -- [Husnain Khaliq](https://github.com/huscse) -- [Vaishnvai gokhale](https://github.com/Vaishnavimgokhale) -- Mariya Anjum 💫 First open source contribution! -- [Favour Isioma Dumkwu](https://github.com/dumkwufavour) -- Jacob ! -- [Gaurav Sinha] (https://github.com/g8987/first-contributions ) -- [Vagish Gupta](https://github.com/VagishG) --Gaurav Sinha (https://github.com/g8987/first-contributions ) --Aviral Mittal(https://github.com/aviralmittal8) --Aachal Yadav(https://github.com/aachalyadav) -- [Shubham Kalashetty](https://github.com/shubh-07-lk) --MAHEK GUPTA!!!!! -- Martin -- Mubarak -- [Isaac F](https://github.com/YellowFlello) -- [SoullesKev](https://github.com/Sadirock) --[Bandaru Vighneshwar Rao](https://github.com/) -- [yzh](https://github.com/yang-zihua) --[kes-H-av](https://github.com/kes-H-av) --[openabir] (https://github.com/openabir) --[Paras Jagdale](https://github.com/parasjagdale) --[Ashmit Kumar](https://github.com/Ashmit-Kumar) --[Khushbu Saifi](https://github.com/Khushbusaifi012) -- Aditya Borhade -- [Samarth Galhe](https://github.com/samarthgalhe89) -- [Code-Explore-Dev](https://github.com/Code-Explorer-Dev) -- [Anis Mandal](https://github.com/AgentPhoenix7) -- E -- [Alok Srivastava](https://github.com/alok-srivastava) -- [Vani Narwani](https://github.com/VaniNarwani23) -- [Ruchira Chaubey](https://github.com/ruchirachaubey) -- [Jonuar](https://github.com/jonuar) -- [Siddhant Gadekar](https://github.com/Siddhantdotddev) - -- [Srivathsav](https://github.com/SRIVATHSAV-IITM) -- [Deepith N](https://github.com/deepith-18) -- [Bharat Ruidas](https://github.com/brd2002) -- [Mounika Abburi](https://github.com/mounika1000) -- [Ganesh R](https://github.com/ganesh-techs) -- [Vamshi Krishna G](https://github.com/Krishna-721) -- [Elielton Bueno](https://github.com/ElieltonBueno) -- [Keerthi Geddi](https://github.com/GeddiKeerthi8737) -- [Chinmay Pani](https://github.com/chinmay8bit) -- [OpenSeeker](https://github.com/OpenSeeker) -- [404-Page-Found](https://github.com/404-Page-Found) -- [Adith K V](https://github.com/ZENZEPHY) --[Richa Chaudhary](https://github.com/RICHA-CHAUDHARY) --[Warren MTT](https://github.com/warching) -- [Sos Judge] -- [Sreya Bhattacharjee](https://github.com/bsreya0906) -- [Priya Kumari](https://github.com/priyayayayayaaa) --[Prakriti Dwivedi](https://github.com/hiiamkarati) -- [Himanshu Gohil](https://github.com/tghimanshu) -[Prateek k](https://github.com/PRATEEKK9223) -- [PureDimension](https://github.com/PureDimension) --[Bartosz Marcinkowski](https://github.com/Bartosz-Marcinkowski) -- [Ganpati Nath](https://github.com/Ganpati-Nath) -- [Brandyn Coverdill](https://github.com/BrandynCoverdill) -- [Rohit Mahajan](https://github.com/Rohit273848) -- [Ajay Anand](https://https://github.com/AJrelapse) -- [corrix0](https://github.com/corrix0) -- [Rumesha Ansari](https://github.com/Rumesha400) -- [Rudraraj Pandey](https://github.com/heelR3) -- [Maxi Rebolo](https://github.com/MaxiR23) -- [Arjun Sunil](https://github.com/arjunsunil-boop) -- [Angel Sara](https://github.com/Angelishere) -- [Georgios Karampelos](https://github.com/gkarabelos) -- [Cristian Nustes](https://github.com/cristiaaann27) -- [Dev Chagas](https://github.com/devchagas) -- [Shreya Kumari](https://github.com/shreya-create-glitch) -- [Mohamed Laraiche](https://github.com/molaraiche) -- [Akshit Garg](https://github.com/AkshitGarg054) -- [Enrique Pastene Aceituno] (https://github.com/EnriquePasteneAceituno) -- [Blhassen Sehli](https://github.com/Blhasn-Sehli) -- [Saiprasad Rao] (https://github.com/thesaiprasadrao) -- [Shrivarsha Pooajry] (https://github.com/shrivarshapoojari) -- [spacescribe](https://github.com/spacescribe) --[sammydonovan](https://github.com/sammydono) -- [Firewooood](https://github.com/Firewooood) --[luisdiaz327](https://github.com/luisdiaz327) --[mattmoodie](https://github.com/mattmoodie) -- [Likhitha Shree L C](https://github.com/Likhitha-talent) -- [Vaibhav Patidar](https://github.com/VaibhavPatidar26) -- [Ayush dabas](https://github.com/Ayush-Dabas) -- [Ralph Merhi](https://github.com/ralph1233) -[Muhammad Hamza Khan](https://github.com/orion-pax09) -- [Pradeep Raj Savarapu] (https://github.com/Zanara) --[Devesh Patil](https://github.com/DeveshPatill) -- [Adrian PC M](https://github.com/AdrianPCM) -- [Jenkkss] -- [Hariharasudhan M](https://github.com/Harimhs) -- [Kori Kosmos](https://github.com/KoriKosmos). -ElkaFi - first contribution practice -jack - first contribution practice -[Shristhi Singh](https://github.com/shristhi-2908). -- [Viktor Kozlovskyi](https://github.com/Vitia10) -[Rahman Karim](https://github.com/Rahmankarim) -- [Elijah Weiss](https://github.com/eweiss4) -- [Sanchi Tiwade](https://github.com/Sanchi-0804) -- [ritik tyagi] (https://github.com/ritiktyagi979-droid) -- [Lavisha](https://github.com/lavisha25) -- [Aadil Reyaz Wani](https://aadil-reyaz-wani.vercel.app/) -- [Alokananda Y](https://github.com/alok-38) -- [Rishabh Pathak](https://github.com/RishabhPathak93) -- [Shivang](https://github.com/shivang-jnv) +- [tomasbennett](https://github.com/tomasbennett) +- [Rahmatulloh Ibrohim](https://github.com/raxmatulloxswe/) +- [Kostiantyn Semenenko](https://github.com/NureSemenenkoKostiantyn) +- [Anshika](https://github.com/firstcontributions/first-contributions) +- [saravanan](https://github.com/saravanan27-learner) +- [aidenliu](https://github.com/aiden-liu) +- [Ariyan Bhakat](https://github.com/arywk40-hue) +- [Kirill Sirotkin](https://github.com/kiriyms) +- [Raine Z](https://github.com/You-know-who666) +- [Sevenquarters](https://github.com/Sevenquarters) +- [Viticooo](https://github.com/Viticooo) +- [chandev123](https://github.com/chandev123) +- [Hannah V](https://github.com/hannahv71) +- [dant1k](https://github.com/dant1k) – crypto/telegram/dev +- [Ahmad Siddique](https://github.com/ahmadsiddique-dev) +- [Portfolio](https://ahmadsiddique.vercel.app/) +- [Júlia Cansado](https://github.com/julcansado) +- [Kartik Dixit](https://github.com/kartikdixit2468) +- [Evan Xu](https://github.com/ThisEVAN1) +- [sowmiya](https://github.com/sowmiya880) +- [syedsabbir-git](https://github.com/syedsabbir-git) +- [syedsabbir-git](https://github.com/syedsabbir-git) +- [Parshuram Singh](https://github.com/parshuramsingh) +- [JIIL](https://github.com/JIIL07) +- [Sammy](https://github.com/bigstepperxd) +- [Abdullah](https://github.com/AbdullahArafat27) +- [Sahil](https://github.com/sahilkapase) +- [Avyn](https://github.com/Avynjs) +- [Ubaid](https://github.com/ubaid2917) +- [Hemank](https://github.com) +- [psrdotcom](https://github.com/psrdotcom) +- [Ajay Prasath](https://github.com/AjayPrasath01) +- [DJG300](https://github.com/DJG300) +- [ Areesha Shehzad](https://github.com/Areesha48) +- [Abhishek](https://github.com/Abhi210) +- Tran Thanh Tai +- [dex] +- [Robert Shaporenkov](https://github.com/Robert-Shaporenkov) +- [Krishanu ](https://github.com/krishanu009) +- [MikuOnTheEthernet](https://github.com/Imgei69) +- [Cuong224136](https://github.com/hchicuong3) +- [Nguyen Thanh Vu](https://github.com/vu221604-creator) +- [Hoang Du](https://github.com/du220839-ux) +- [Pranavg1203](https://github.com/PranavG1203) +- [TANAY-BARGIR](https://github.com/TANAY-BARGIR) +- [harshkaushik31](https://github.com/harshkaushik31) +- [leenahunagund](https://github.com/leenahunagund) +- [Gijun Moon](https://github.com/gijunmoon) +- [Sumeet D Choudhary](https://github.com/sumeet156) +- [Buhlooey (hello!!!)](https://github.com/Buhlooey) +- [Mystique85 (Hello! 👋)](https://github.com/Mystique85) +- [Rishabh](https://github.com/Rishabhsaini21) +- [Shivansh Pathak](https://github.com/shivanshpathak01) +- [Nitheesh Muthu Krishnanc](https://github.com/nitheeshmk41) +- [Craig Weinstein](https://github.com/craigsw86) +- [AntoTheSol](https://github.com/AntoTheSol) +- [AntoTheSol](https://github.com/AntoTheSol) +- [Javier Napoles](https://github.com/Jnapfx) +- [Suhail Abdi](https://github.com/suhailabdi2) +- Arpit Kumar Jaiswal +- [Suhani Shah](https://github.com/B24CH1037) +- [Alireza Rostamnezhad](https://github.com/arnpacc) +- [Harini R A J](https://github.com/Harini-RAJ) +- [Zahra Shefa](https://github.com/zahrashefa318) +- [Purushottam-Singh](https://github.com/purakh) +- [Karumanchi Siddhanth](https://github.com/Sid-ef) +- [Shreya](https://github.com/shreya0806-tech) +- [Chang Jia Jun](https://github.com/jiajunchang2002g) +- [Samiksha Prathip](https://github.com/samikshaprathip) +- [Aryan Vora](https://github.com/vora-aryan) +- [Tommaso Desiato](https://github.com/Tommaso-Desiato) +- [Rhys Povey](https://github.com/Rpovey04) +- [Purva Porwal](https://github.com/purvapr13) +- [Amir Yasaei](https://github.com/amiryasaei) +- [Idris Rasaq Akande](https://github.com/gentlerhiz) +- [John Ziska](https://github.com/kingcoco42) +- [Sunday P. Afolabi](https://github.com/Lecon-a) +- [Zulfiqar Silmy S](https://github.com/Fiqqar) +- [Pobitro Bhattacharya](https://github.com/Pobitro-B) +- [张](https://github.com/Disruptor07) +- [Radek Stepan](https://github.com/stepanradek) +- [周](https://github.com/Laolvlamo) +- [Phạm Ngọc Hòa](https://github.com/teaplusottp) +- [Jeevitha D S](https://github.com/JeevithaDS10) +- [Fabian Banks](https://github.com/fbank68) + Amirreza Salimzadeh +- [Carraigh](https://github.com/Carraigh) +- [toomboom](https://github.com/toomboom) +- [Muthu Saravanan](https://github.com/MUTHUSARAVANAN5102) +- [Mayuresh Surve](https://github.com/amimayo) +- [Mateus Zaparoli](https://github.com/mateuszaparoli) +- [Akarsh Tiwari](https://github.com/HyperionAKKI) +- [kimcodesjs](https://github.com/kimcodesjs) - Wishing you all luck on your coding journey. :) +- [Abhijna Marathe](https://github.com/ack-chai) +- [Subrat Kumar Behera](https://github.com/Subratkb02) +- [Sri Vaishnav Vutukuri](https://github.com/srithedesigner) +- [Aryan Gupta](https://github.com/aryang2377) +- [Ugesh Praavin D](https://github.com/Ugesh-Praavin) +- [Sahil Motiramani](https://github.com/SahilMotiramani) +- [Akash Thakur](https://github.com/Akash9541) +- [Rajat](https://github.com/Rajat-44) - [nemdull](https://github.com/nemdull) -- [playerblair](https://github.com/playerblair) -- [Shahrukh Khan](https://github.com/srk384) -- [Arul](https://github.com/arul3011) -- [Lusmaysh](https://github.com/lusmaysh) -- [Sachin](https://github.com/Sachiiinnn) -- [Anton Lysenko](https://github.com/AntonyCoder) -- [Chirag Sharma](https://github.com/chirraaggggg) -- [Gustavo Aguilar](https://github.com/gangeagui) -- [magician10001](https://github.com/magician10001) -- [AnnaFromChangsha](https://github.com/aboutanna) --[abhidaveT](https://github.com/ItzmeFurina) -- [Kamesh](https://github.com/kameshp1815) -- [Clilja](https://github.com/christianlilja) From 3cd194844ad15571064a67284451258309b6ea4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BA=B7ng=20Thi=C3=AAn=20Ch=C6=B0=C6=A1ng?= Date: Sun, 5 Oct 2025 18:28:17 +0700 Subject: [PATCH 1839/1839] Add Dang Thien Chuong to contributors list (#104866) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 85387733..991e9f39 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1333,5 +1333,6 @@ - [Ugesh Praavin D](https://github.com/Ugesh-Praavin) - [Sahil Motiramani](https://github.com/SahilMotiramani) - [Akash Thakur](https://github.com/Akash9541) +- Dang Thien Chuong - [Rajat](https://github.com/Rajat-44) - [nemdull](https://github.com/nemdull)