A repository to learn open source contribution flow โ perfect for beginners! Follow the easy steps below to make your first Pull Request (PR) without stress.
You can read this guide in your preferred language:
- Arabic
- Bengali
- Chinese
- French
- German
- Hindi
- Hinglish
- Hungarian
- Indonesian
- Italian
- Japanese
- Korean
- Portuguese
- Russian
- Spanish
- Telugu
- Thai
- Urdu
Follow these steps to make your first open-source contribution smoothly.
-
Fork this repository
- Go to the top-right corner of this repo and click the
Fork
button. - You'll have a copy of this repository in your own GitHub account.
- Screenshot for this is provided here.
- This will create a copy of the repo under your GitHub account.
- Go to the top-right corner of this repo and click the
-
Clone your forked repository
-
Navigate into the project folder
cd hello-open-source
Remove all data
yarn purge
You can specify a name (or more) to remove only those file(s)
yarn purge joe-bob kitty-luvr73
โ I will delete the data periodically.
This repo will introduce open source contribution flow. After finishing all the steps here, we expect you will have a basic knowledge of how to fork the repository, how a git branch works, how to create a good pull request, and other basic things to make your next contribution in open source code ๐ฅณ.
๐ Do NOT stop here, keep contributing to open-source projects
Thanks goes to these wonderful people!
Copyright ยฉ 2018-present Irfan Maulana