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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How did you get involved in open source?

2 点作者 hdi超过 7 年前
I&#x27;ve been wanting to get more involved in the open source community but always found it difficult to find time &#x2F; motivation.<p>I am keen to hear how other people got involved in it!

1 comment

aswinmohanme超过 7 年前
Hey, Cheers for your Interest in Open Source. OSS needs people like you.<p>I actually got involved in open source in hacktoberfest 2016 a little over a year actually. Contributing to Open Source is pretty simple nowadays. Here&#x27;s what I did<p>1. Find an OSS that you use, that is simple enough that you can contribute to and uses the tech stack that you are most familiar with. 2. Each project would have a Newcomers section or atleast a Readme, read that and set up the development environment and compile the latest build. 3. Go to the respective bug tracker and find bugs tagged newcomers, beginners e.t.c and find one that is recent and unassigned. 4. Show your interest in contributing and fixing the bug, and state explicitly that you are a beginner and this is your first OSS contribution. 5. While waiting for someone to reply try to solve the bug on your own. The code base would be intimidating but give it time. 6. If you get stuck, ask for help in the respective IRC Channels or Slack group of the project. 7. If you manage to fix it, send a pull request and make everyone Happy.<p>This is just an highlevel overview of the steps required. Cheers