diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5bccf6d056e..4f4ee9d6cf9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,51 +1,425 @@ -# Contribution guide +# Contribution guide -Welcome to your first contribution! :heart: +We appreciate your thought to contribute to open source. :heart: -#### Before Contributing: -You need to run it locally on your desktop. +If you'd like to suggest a change in the tutorials or the workflow, please [raise an issue](https://github.com/firstcontributions/first-contributions/issues/new). We can have a discussion to better understand the problem, get more people involved and make a collective decision. -In order to do that, go to the desired location where package.json file is located +If you're making changes to a translation, please request a review from our previous contributors who has translated to the respective translation. Our goal is for all translations to have the same content as the English one (`Readme.md`) (Except for links to other translations. We realised that it doesn't add much value) -- Install npm(latest version) - - npm is distributed with Node.js - which means that when you download Node.js, - you automatically get npm installed on your computer. - https://www.npmjs.com/get-npm -- Install all the dependencies used by this project. - Use this command: `install npm` +### Our reviewers :sparkles: -- Run these final commands to run it locally: - `npm install` - `npm run build` - - `npm start` + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ हिन्दी + + मराठी + + မြန်မာ + + Bahasa Indonesia + + Català + + Français + + Español +
+ @arshadkazmi42 + + @bantya + + @lwinkyawmyat + + @hahn + + @Sergih28 + + @LePetitRenard + + @yirini +
+ arshadkazmi42 + + bantya             + + lwinkyawmyat + + hahn                + + Sergih28           + + LePetitRenard + + yirini             +
-### Table Of Contents -- [Code of Conduct](#code-of-conduct) -- [Translation Guide](#translation-guide) + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Nederlands + + Русский язык + + Slovenčina + + 日本語 + + Tiếng Việt + + Polski + + فارسی +
+ @MJMajoor + + @ayanovsk + + @hercegtomas + + @cbondurant + + @tranlyvu + + @P1X3L0V4 + + @ThirdScript +
+ MJMajoor + + ayanovsk + + hercegtomas + + cbondurant + + tranlyvu + + P1X3L0V4 + + ThirdScript +
-## Code of Conduct -If you want to contribute, you need to know a few things. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Lietuvių kalba + + 한국어 + + Deutsch + + 中文(Simplified) + + 中文(Traditional) + + ελληνικά + + العربية +
+ @neone35 + + @espozbob + + @lkreimann + + @yuzhoujr + + @WeiChienHsu + + @stefanoszisidis + + @iMouath +
+ neone35 + + espozbob + + lkreimann + + yuzhoujr + + WeiChienHsu + + stefanoszisidis + + iMouath +
-[Code of Conduct](../CODE_OF_CONDUCT.md) + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Українська + + Português (Brasil) + + Português (Portugal) + + Italiano + + ภาษาไทย + + Galego + + नेपाली +
+ @ckopnio + + @OtacilioN + + @nunofca + + @platipo + + @AimeTPGM + + @siderio2 + + @milap-neupane +
+ ckopnio + + OtacilioN + + nunofca + + platipo + + AimeTPGM + + siderio2 + + milap-neupane +
-## Translation Guide -We have some rules for translation. If you make the first translation for your language, you must add your language list on `Translations.md`. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ اردو + + বাংলা + + Limba Română + + English + + English (Pirate) + + Türkçe + + עברית +
+ @Shhzdmrz + + @cse031sust02 + + @dp97 + + @sara-02 + + @lukeoliff + + @yamac-kurtulus + + @TomerPacific +
+ Shhzdmrz + + cse031sust02 + + dp97 + + sara-02 + + lukeoliff + + yamac-kurtulus + + TomerPacific +
-### Example + + + + + + + + + + + + + + + + + + + + + + +
+ Slovenščina + + Svenska + + Dansk + + المصرية + + Қазақша +
+ @CoderKlemen + + @jcer + + @7013145 + + @MichaelKMalak + + @kurshakuz +
+ CoderKlemen + + jcer + + 7013145 + + MichaelKMalak + + kurshakuz +
+ -`Translations.md` -```markdown -|Country | Translated Link | -| --- | --- | -| English | [English](../README.md) | -| 🇮🇳 India | [Hindi](../translations/README.hi.md) | -| 🇲🇲 Myanmar | [Myanmar Unicode](../translations/README.mm_unicode.md), Myanmar ZawGyi | -``` - -## TODO -- [ ] Fix the grammar for the contribution guide. -- [ ] Add more examples and more guides. - - -Thanks! :heart: