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: How do I get started with open source?

1 pointsby haackover 9 years ago
How do I start contributing to open source? How do I find a project and get to the stage where I can add value?

1 comment

smt88over 9 years ago
1. Filter projects by two criteria: do I know the stack? Am I a user? If you don&#x27;t know the stack or aren&#x27;t a user, you&#x27;ll find the project to be inaccessible.<p>2a. Identify a bug or missing feature. You may do this yourself, or you may look at the issues list for the project. Fix the bug or add the feature.<p>2b. Or, if you prefer, you can write tests. Many projects have less than 100% test coverage, or their tests haven&#x27;t been updated for the latest version. Writing tests for alpha or beta versions is <i>really</i> helpful in getting those versions finished.