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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What makes a README file awesome?

6 点作者 fmerian超过 2 年前
I recently read many thoughts on how to write a README file -- the most important part of a repo? -- and I&#x27;d love to have the opinion of the community here.<p>What makes a README file awesome from your point of view? What are the key elements you&#x27;d expect when reading one? Any good example?<p>And by &#x27;awesome,&#x27; I mean a file that&#x27;s resourceful and makes you want to contribute.<p>Thanks :)

6 条评论

stevekemp超过 2 年前
A good description of what the project does, installation instructions, and decent example usage where appropriate.<p>I like to show:<p>1. What it is.<p>2. How to install it.<p>3. What command-line flags there are, for CLI apps, or what the API is for embedding if a shared library.<p>4. Notes on how to run the tests.<p>5. A comment about reporting bugs.<p>Some projects have more sections, others less, but I think clear instructions for downloading&#x2F;using, as well as a &quot;What even is this?&quot; is a good start.
leed25d超过 2 年前
&gt; What makes a README file awesome from your point of view?<p>In general, a document that is clear, succinct and comprehensive gets my awesome upvote.
skelzor超过 2 年前
Actionnable: distinct sections with clear instructions (Requirements&#x2F;Install&#x2F;Tests) and the main entry point for every other piece of documentations.
评论 #34608633 未加载
legrande超过 2 年前
A donation link would be nice. Maybe a Patreon, Ko-Fi, or Liberapay link so I can support the project.
评论 #34608608 未加载
mdwalters超过 2 年前
If the project has a logo, it would be nice to add it to the README, if it uses Markdown
aww_dang超过 2 年前
Set the hook. Love to have the TLDR, INSTALL and dependency info upfront. Do anything you want after that, but first I want to be on board with the basic premises.
评论 #34608929 未加载