TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

8 pointsby bartcobainover 5 years ago
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?

4 comments

hos234over 5 years ago
<a href="https:&#x2F;&#x2F;summerofcode.withgoogle.com&#x2F;organizations&#x2F;" rel="nofollow">https:&#x2F;&#x2F;summerofcode.withgoogle.com&#x2F;organizations&#x2F;</a><p>Use the list to get a sense of whats out there. Then track a couple devs doing things you like. Fix&#x2F;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.
评论 #21403687 未加载
sgillenover 5 years ago
Yeah I agree with non-entity. I recommend maybe finding some projects you&#x27;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.
non-entityover 5 years ago
Personally, I was never able to just pick something and contribute to it. The few times I have contributed to an OSS project have been when I&#x27;ve been working on something and uncover a problem that I think I can fix.
Jefro118over 5 years ago
I made a site for this: <a href="https:&#x2F;&#x2F;sourcesort.com&#x2F;contribute" rel="nofollow">https:&#x2F;&#x2F;sourcesort.com&#x2F;contribute</a><p>Beyond things like language and topic, you can also filter for things like how long maintainers take to respond to pull requests or how likely your PRs are to be accepted.