在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):basu0001/first-pr-Hacktoberfest--2019开源软件地址(OpenSource Url):https://github.com/basu0001/first-pr-Hacktoberfest--2019开源编程语言(OpenSource Language):Java 33.0%开源软件介绍(OpenSource Introduction):first-pr-Hacktoberfest -2019First ContributionsIt’s not an easy task for a learner to implement things in the right way at one shot and difficult for learners to go in a correct path by following certain rules initially. Learners make mistakes and one learns from his/her mistake. So, we want to help the new-come learners to contribute to open source by making their first contribution. There is nothing more efficient way of learning new stuff than implementing it. As the saying goes “practise makes a man perfect”, the more we contribute to open source, the more we shall get used to its advantages. We shall, therefore, learn to contribute to the open-source GitHub by following the given steps below. Fork this repositoryNow, forking seems easy! Just click on right top fork button and get a copy of the repository in your account easily done. Clone the repositoryNext, to clone the forked repository just go your GitHub account, open the forked repository, them the copy to clipboard icon is pressed under the clone or download button in the forked repository. Open a terminal and run the following git command:
where "URL you just copied" (without the quote marks) is the URL to this repository (your fork of this project). Create a branchChange to the repository directory on your computer (if you are not already there):
Now create a branch using the git checkout command:
Make necessary changes and commit those changesGo to
Push changes to GitHubPush your changes using the command git push:
Replacing Submit your changes for reviewIf you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button. Now submit the pull request. Where to go from here?Congrats! You just completed the standard fork -> clone -> edit -> PR workflow that you'll encounter often as a contributor! Now its time to practice some more PR workflow using different repositories. And you like it then press the star button |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论