For further actions, you may consider blocking this person and/or reporting abuse
Read next
Tips on Creating a New FinOps Team at an Enterprise
Vaishnavi -
Bandar Judi Online Sah Dan Penyiapan Yang Cocok Untuk Registrasi
Bain Mathews -
Donβt Just Draw It, Design It: Making System Diagrams Useful
Thomas Johnson -
IPTVSmarters4k: The Ultimate IPTV Streaming Solution
mushtaq jani -
Top comments (5)
If you're looking for the basics and a walkthrough, I have 2 connected posts here:
Crash Course: git Lingo
Tyler V. (he/him) γ» May 1 '19 γ» 5 min read
Make your first Pull Request
Tyler V. (he/him) γ» May 1 '19 γ» 4 min read
Thank you, will check them out :)
Find a github opensource project that you need to contribute.
Fork that repo
clone the forked repo
create a branch and do the changes
Push it
Now file a PR against your upstream(orginal repo)
We are almost there for Hacktoberfest: hacktoberfest.digitalocean.com/
So take a look at repos with #hacktoberfest label, also #good-first-issue labels.
If you are having problems finding repos/issues, take a look at codetriage.com/ that solves that problem for you :)
Finally, good luck on your first contributions!
Thanks, will check them out :)