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: Want to work on open-source, don't know where to start. Advice?

17 pointsby dblockover 10 years ago

10 comments

ortaover 10 years ago
I&#x27;m a pretty prominent Cocoa OSS guy:<p>I&#x27;ve always figured that you &quot;just start&quot;, but that&#x27;s a bit like the draw an owl image. So I&#x27;ll say how I got started. I started by dealing with issues on a large project (CocoaPods). I read all documentation then started dealing with issues that were user errors rather than code. It gave me exposure to the devs in a large project, gave a sense of where common problems lay. Instead of directly working on the product I started to expand the tooling around the project, building websites &#x2F; logos. Eventually it just gets to a point where writing a PR to anyone on any project is no-effort at all.<p>If you really want a one step start: go fix typos in other people&#x27;s READMEs.
评论 #8361916 未加载
K0nservover 10 years ago
I am actually writing a blog post about my own experience starting out with open source contributions. Here&#x27;s (<a href="https://gist.github.com/k0nserv/2d24d54c9d9a2c648833" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;k0nserv&#x2F;2d24d54c9d9a2c648833</a>) the current draft. I am focusing on why some people have the mentality of Orta, e.g &quot;Just start&quot; while I had a lot of doubts.<p>Feedback is very welcome.
joeyaover 10 years ago
I suggest: (1) choose a tool&#x2F;language&#x2F;library you want to learn, (2) work through a use case and write a blog post about it to help the next person do the same, (3) consider how the README or docs should be updated accordingly.<p>Writing up your experience is often a useful trigger to create an open-source tool&#x2F;library or modify an existing one. It forces you to consider how your own experience can be made useful for others.<p>Also <i>read the source</i> of tools&#x2F;libraries you use. Often, gaps or modifications jump out readily.
sarciszewskiover 10 years ago
Well, what do you already know or use? That&#x27;s where I started.<p>My story: I&#x27;m a PHP programmer who got tired of being ridiculed for by security people for using PHP as my main language, so I decided to go around to popular PHP projects, review their code, and submit vulnerability fixes. This transformed into a dozen or so pull requests and a BSides talk, and is an ongoing effort to clean up their libraries.
评论 #8376882 未加载
steve_gover 10 years ago
If python is your thing, you might want to check out <a href="http://pythonmentors.com/" rel="nofollow">http:&#x2F;&#x2F;pythonmentors.com&#x2F;</a><p>&quot;The mission of the Python Core Mentor Program is to provide an open and welcoming place to connect students, programmers – and anyone interested in contributing to the Python Core development.&quot;
loumfover 10 years ago
Whenever I use OSS and run into a bug, I try to fix it. If I can&#x27;t, I open an issue and try to be as helpful as I can in reproducing it.
评论 #8365008 未加载
dblockover 10 years ago
Blogged: <a href="http://code.dblock.org/i-want-to-contribute-to-open-source-where-do-i-begin" rel="nofollow">http:&#x2F;&#x2F;code.dblock.org&#x2F;i-want-to-contribute-to-open-source-w...</a>
creichertover 10 years ago
Do you use any open source software on a daily basis?<p>I enjoy contributing to the tools I personally use. Start with small contributions that are not too high commitment. Engage authors on their issue trackers and ask questions. Read the source code for the tools you use and depend on. Always ask yourself how you could make it better.
评论 #8376885 未加载
dllthomasover 10 years ago
You might want to check out OpenHatch: <a href="https://openhatch.org" rel="nofollow">https:&#x2F;&#x2F;openhatch.org</a><p>&quot;OpenHatch is a non-profit dedicated to matching prospective free software contributors with communities, tools, and education.&quot;
AshFurrowover 10 years ago
I think one of the best ways to start is by just <i>using</i> open source software. Many developers don&#x27;t realize that they&#x27;re already part of the community, and can begin contributing by submitting feature requests and bug reports.