Hey everyone, I'm a co-founder and CPO at Appsmith. I have used this article to share our experiences with writing a great README, and I think it would be beneficial to hear about everyone's experiences with what actually makes a README useful for an open source project. Would love your feedback on the topic. And of course, if you have any feedback on how we can make Appsmith's README more useful for you, please let…
Love the write-up, I only have one question. What actual work were you procrastinating on by writing it ;)
How to write a great README
11–20 of 56 posts
Re: How to write a great README
#12Please for the love of Cthulu remove that awful auto scroll from your homepage. It's practically unusable in a mobile webview. Great article though!
Re: How to write a great README
#13Ask HN: What are some good Readmes you have found?
Re: How to write a great README
#14This really stood out for me: 'We also think it is beneficial to show instead of tell wherever possible. We recommend using icons, images, and GIFs to keep it visually engaging and provide visual signposts — helping readers quickly navigate to the details that are important to them.' We know that things like bulleted lists, headings, and paragraph structure can have a massive impact on readability... and I think thos…
They're easier to read than plain text explanations for architectural layouts/customer journeys but easier to modify than images and GIFs.
Also natively supported in many flavours of markdown like Gitlab.
Re: How to write a great README
#15Hey everyone, I'm a co-founder and CPO at Appsmith. I have used this article to share our experiences with writing a great README, and I think it would be beneficial to hear about everyone's experiences with what actually makes a README useful for an open source project. Would love your feedback on the topic. And of course, if you have any feedback on how we can make Appsmith's README more useful for you, please let…
Love the write-up, I only have one question. What actual work were you procrastinating on by writing it ;)
Re: How to write a great README
#16That is more of a GitHub landing page than a readme.
> An effective README file needs to tell your audience what your project does, how to use it, and how they can help out.
The readme starts with an `a` image tag nested within a `p`.
Re: How to write a great README
#17> https://github.com/appsmithorg/appsmith That is more of a GitHub landing page than a readme. > An effective README file needs to tell your audience what your project does, how to use it, and how they can help out. The readme starts with an `a` image tag nested within a `p`.
If every project started to make their README filled with HTML (gah, why does Markdown allow arbitrary HTML...), I'd end up crying on the CLI as I frantically search for how to build the project in a sea of
, and
s...
Re: How to write a great README
#18> https://github.com/appsmithorg/appsmith That is more of a GitHub landing page than a readme. > An effective README file needs to tell your audience what your project does, how to use it, and how they can help out. The readme starts with an `a` image tag nested within a `p`.
My thought as well. If every project started to make their README filled with HTML (gah, why does Markdown allow arbitrary HTML...), I'd end up crying on the CLI as I frantically search for how to build the project in a sea of , and s...
MarkDown is a misleading name.
Re: How to write a great README
#19Quick plug for makeareadme.com. I’ve always found it to be a good starting point for new projects.
https://www.makeareadme.com/ (clickable link!)
Re: How to write a great README
#20> https://github.com/appsmithorg/appsmith That is more of a GitHub landing page than a readme. > An effective README file needs to tell your audience what your project does, how to use it, and how they can help out. The readme starts with an `a` image tag nested within a `p`.
My thought as well. If every project started to make their README filled with HTML (gah, why does Markdown allow arbitrary HTML...), I'd end up crying on the CLI as I frantically search for how to build the project in a sea of , and s...
Those who read my readmes were always happy with the content and never complaines about the html.