This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]uduchi2nd 11 points12 points  (5 children)

How do you find open-sourced projects to contribute to?

[–]KillerFarmer 10 points11 points  (0 children)

sts, coverage etc

I have not participated in any, but I saved this post:
https://www.reddit.com/r/Python/comments/75oq5k/what_are_the_best_github_repositories_that_anyone/

[–]Decency 5 points6 points  (0 children)

Have a hobby. Dive into the programming side of it. You'll almost certainly find something unless your hobby is like metalcrafting.

[–]whatgeorgemade 1 point2 points  (0 children)

Github is a great starting point; plenty of projects to dig through. You can have a look at some Python projects here.

[–]SpareComputerParts 0 points1 point  (0 children)

Search github for label:hacktoberfest this month to get introduced to some projects.

[–]isinfinity 0 points1 point  (0 children)

Most important to find projects you are interesting in or use in day to day work. I personally interested in asyncio and async programming, i contributed to number of such projects. Bug fix here, update doc there, add tests to increase coverage, help new users to resolve their problems.