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 should one start working on an open source project on GitHub?

5 pointsby ziyadparekhover 10 years ago
I want to start contributing to an open source project but its already so mature and I son't really know where to begin digesting the source code. How do you guys do it?

1 comment

knowledgesaleover 10 years ago
Start by reading the open issues, choose one you want to tackle and try fixing it. Code structure can be confusing and hard to understand, consider contacting contributors and asking them questions you have. Rinse, repeat.<p>Another good idea is to browse through the closed PRs, including the code&#x27;s diff tab. Communication there has evidence on how friendly and helpful the maintainers are, what are some easy contributions you can make and so on.