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: What are the best practices for an open source project?

1 pointsby wizardofmysorealmost 7 years ago
I am looking towards building an open source solution. What are the best practices do you follow while starting one? What are the things to remember?

2 comments

nickmancolalmost 7 years ago
You can check the opensource.com blog, articles like this [0] might be helpful.<p>[0] <a href="https:&#x2F;&#x2F;opensource.com&#x2F;article&#x2F;18&#x2F;5&#x2F;metrics-project-success" rel="nofollow">https:&#x2F;&#x2F;opensource.com&#x2F;article&#x2F;18&#x2F;5&#x2F;metrics-project-success</a>
dgwightalmost 7 years ago
Github made an open source guide that has a lot of useful articles. A lot of it is focused around building a community around the project: <a href="https:&#x2F;&#x2F;opensource.guide" rel="nofollow">https:&#x2F;&#x2F;opensource.guide</a>