DEV Community

Anubhab Swain
Anubhab Swain

Posted on

How do I contribute to / start with open source projects?

Top comments (5)

Collapse
 
terabytetiger profile image
Tyler V. (he/him)
Collapse
 
anubhabcode profile image
Anubhab Swain

Thank you, will check them out :)

Collapse
 
chathula profile image
Chathula Sampath

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)

Collapse
 
fedeagripa profile image
fedeagripa

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!

Collapse
 
anubhabcode profile image
Anubhab Swain

Thanks, will check them out :)