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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Refactotum - How to contribute to an open source project in 4 hours

2 点作者 espo将近 14 年前

1 comment

senko将近 14 年前
Or just use an open source library and, when you find a bug, report it and (try to) fix it. Pay attention to the coding style, write a test case that reproduces the bug, and send/submit the patches to the author.<p>As a library user, you'll have the incentive to have the bug fixed. You'll also know exactly how to reproduce it, which will help you to locate and fix it and write a test case.<p>Even if you never touch that project again, you will have (a) helped yourself, (b) helped the project and (c) learned something.<p>See also: Write and Submit your first Linux kernel Patch (FOSDEM 2010 talk): <a href="http://archive.fosdem.org/2010/schedule/events/linuxkernelpatch" rel="nofollow">http://archive.fosdem.org/2010/schedule/events/linuxkernelpa...</a>