For further actions, you may consider blocking this person and/or reporting abuse
Read next
![ashucommits profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2840794%2Fc815df00-b7fa-4dcc-a8ed-b7e608adff64.jpg)
Navigating the Complexities of the Apache License in Software Development
ashu-commits -
![jennythomas498 profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2840655%2F341831c1-7503-4e4f-9207-2a2a7e8580f3.jpg)
Supporting the Backbone of Innovation: Open Source Developer Support Programs
JennyThomas498 -
![bobcars profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2842079%2Fc808511b-6989-4a66-91ba-a5f71adf488e.jpeg)
Open Source Funding: A New Era of Opportunities
Bob Cars(on) -
![vitalisorenko profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2842119%2F71a5b538-9978-467e-a552-6e8307cb7cee.jpeg)
Open Source Funding for Education: A New Era of Accessibility and Collaboration
Vitali Sorenko -
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 :)