TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do I get started with open source?

1 点作者 haack超过 9 年前
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

smt88超过 9 年前
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.