Chuyển đến nội dung chính

Bài đăng

Hiển thị các bài đăng có nhãn Github

How can I contribute my code to an open source project on Github?

Have you been used a library on Github yet? And asking yourself How do they create its and how can you contribute your code? Today, It's so easy to contribute to an open source project on Github . In this tutorial, I'll show you how you can step by step. Here you go! Choose a project to contribute to So many projects on Github to choose from. But you should choose a project as a dependency your own projects. Why??? Because you can find bugs or inconveniences. So you probably want to improve it. Fork and clone it The first we need to fork the repo to our Github by clicking the " Fork " button in upper right hand on the repo landing page. Like the image below. After forking is completed, we need to clone the fork to our local machine. You can copy the clone URL by clicking on green " Clone " button like image below. End then, we open terminal screen on our local machine and run command: git clone https://github.com/doankhoi/react-use-intercom.git OMG! You s