Live data from Hacker News

Ask HN: What's the best way to find and collaborate in open source projects?

news.ycombinator.com

1–6 of 6 posts

Ask HN: What's the best way to find and collaborate in open source projects?

#1
I have always wanted to collaborate on an open source project but I haven't found an interesting project while searching in github. Is there another way to find open source projects to collaborate other than searching for it inside the source control sites like gitlab or github?

Re: Ask HN: What's the best way to find and collaborate in open source projects?

#3
https://summerofcode.withgoogle.com/organizations/

Use the list to get a sense of whats out there. Then track a couple devs doing things you like. Fix/file simple bugs, improve their docs, scripts etc on their repos. That usually opens doors. Preferably target people who communicate well, respond fast, and are constantly improving things. Disciplined people usually are the best to work with.

Re: Ask HN: What's the best way to find and collaborate in open source projects?

#4
Yeah I agree with non-entity. I recommend maybe finding some projects you're interested in USING, creating a new project, and then hopefully contribute any bugfixes you can manage to find. I find just opening up a good bug report is a good place to start and feel out the developer community and culture around a project.

Re: Ask HN: What's the best way to find and collaborate in open source projects?

#5
post #3

https://summerofcode.withgoogle.com/organizations/ Use the list to get a sense of whats out there. Then track a couple devs doing things you like. Fix/file simple bugs, improve their docs, scripts etc on their repos. That usually opens doors. Preferably target people who communicate well, respond fast, and are constantly improving things. Disciplined people usually are the best to work with.

This is the kind of site that what is was looking for. Thank you.