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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What makes a good OSS community?

5 点作者 drygh超过 10 年前
What makes one OSS project's community better than the next? What are the things the biggest OSS projects do well, or not so well (think top 20 on GitHub).

1 comment

sarciszewski超过 10 年前
In a word: <i>Humility.</i><p>The maintainers of LogStash, for example, have a philosophy that &quot;If our users are confused, it is a bug. It is not that they are stupid.&quot;<p>Another good example is PHPUnit, whose maintainer unarguably has a much higher prestige in the PHP developer community than I do, yet responded to trolling by implementing the change I suggested and taking the time to hash and PGP sign all of the past releases.<p><a href="https://github.com/sebastianbergmann/phpunit/issues/1334" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sebastianbergmann&#x2F;phpunit&#x2F;issues&#x2F;1334</a><p>The CodeIgniter maintainers responded to my gripes about their CI_Encrypt library by researching and writing a brand new library to fulfill that role.<p>And of course, we have some good bad examples.<p>OpenCart:<p><a href="https://github.com/opencart/opencart/pull/1534" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;opencart&#x2F;opencart&#x2F;pull&#x2F;1534</a><p><a href="https://github.com/opencart/opencart/pull/1594" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;opencart&#x2F;opencart&#x2F;pull&#x2F;1594</a><p>Mojolicious:<p><a href="https://github.com/kraih/mojo/issues/656" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kraih&#x2F;mojo&#x2F;issues&#x2F;656</a><p>Etcetera. Humble lead developers are less caustic and create less barriers for entry. This encourages people to contribute and allows a community to flourish.