All Projects → banesullivan → README

banesullivan / README

Licence: CC0-1.0 license
📄 How to write a good README

Projects that are alternatives of or similar to README

remoteyourcam-usb
No description or website provided.
Stars: ✭ 23 (-32.35%)
Mutual labels:  communication
BlackIQ
Who I am !?
Stars: ✭ 19 (-44.12%)
Mutual labels:  readme
DeepLearning MIMO-NOMA
Realization of MIMO-NOMA signal detection system based on **C. Lin et al., “A deep learning approach for MIMO-NOMA downlink signal detection,” MDPI Sensors, vol. 19, no. 11, pp. 2526, 2019.
Stars: ✭ 41 (+20.59%)
Mutual labels:  communication
github-stats-generator
Generate your GitHub stats for your README with ease!
Stars: ✭ 31 (-8.82%)
Mutual labels:  readme
UPnP Generic
A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi, Portenta_H7 Murata WiFi or Vision-shield Ethe…
Stars: ✭ 14 (-58.82%)
Mutual labels:  communication
loco-rails
Rails is awesome, but modern web needs Loco-motive.
Stars: ✭ 53 (+55.88%)
Mutual labels:  communication
gradient-badge
🍭 Badge generator with color gradient support
Stars: ✭ 47 (+38.24%)
Mutual labels:  readme
rpc
RPC-like client-service implementation over messaging queue
Stars: ✭ 26 (-23.53%)
Mutual labels:  communication
gslib
sparse communication library
Stars: ✭ 22 (-35.29%)
Mutual labels:  communication
visitor-count-badge
[DEPRECATED], please see --->
Stars: ✭ 100 (+194.12%)
Mutual labels:  readme
readmesfix
Because I'm tired of running into broken READMEs!
Stars: ✭ 63 (+85.29%)
Mutual labels:  readme
arthurspk
Esse repositório contém as informações do meu readme que está presente na página principal do meu perfil do github.
Stars: ✭ 84 (+147.06%)
Mutual labels:  readme
tvoip
Terminal-based P2P VoIP application (TeamSpeak-/Skype-like voice chatting over LAN or Internet)
Stars: ✭ 34 (+0%)
Mutual labels:  communication
Channelize-Javascript-SDK
Open-source JavaScript SDK to enable Real-time Chat.
Stars: ✭ 20 (-41.18%)
Mutual labels:  communication
jest-badges-readme
Creates a group of coverage badges from Jest into your README
Stars: ✭ 30 (-11.76%)
Mutual labels:  readme
MQTTnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 3,309 (+9632.35%)
Mutual labels:  communication
man-to-md
Converts man pages to Markdown
Stars: ✭ 51 (+50%)
Mutual labels:  readme
dakshp07
Personal Portfolio
Stars: ✭ 14 (-58.82%)
Mutual labels:  readme
mastodon ynh
Free, open-source social network for YunoHost
Stars: ✭ 67 (+97.06%)
Mutual labels:  communication
AACS
Android Auto Server encapsulates communication with modern car infotainment system
Stars: ✭ 138 (+305.88%)
Mutual labels:  communication

📄 How to write a good README

Spelling

Your documentation is a direct reflection of your software, so hold it to the same standards.

After much practice, I have a recipe of sorts for writing READMEs that I follow anytime I make a new project. I wanted to share my process here, gather feedback, and see if I can lower the barrier to writing a good README.

This guide is geared towards projects that do not yet, or never will, have flushed out documentation. Once a project has a dedicated website, the README should turn into a minimal elevator pitch and "link fest" to relevant materials.

🌟 Highlights

I think a "Highlights" section is one of the most important to include at the top of a good README. Create a simple, bulleted list of the main selling points of your software.

Here are the main takeaways of this guide:

  • Make it inviting, friendly, and approachable
  • Find the most appealing part of your software and sell it!
  • Keep it concise; ain't nobody got time for your manifesto
  • Have links to everything relevant (documentation, CI status, deployments, etc.)
  • Emoji usage is encouraged (I'm only half kidding)
  • A template for you to use!

ℹ️ Overview

If nothing else, try writing better READMEs because it will make you look more professional and legitimate.

A good README should include a brief overview section with a paragraph or two explaining what the software does, how it works, and who made it.

Feel free to include 2-3 subsections here with relevant information in regards to who you are and how the software is relevant in a broader ecosystem of software (perhaps respectfully compare your software to other solutions out there).

😊 Leave a good impression

Consider the following:

  • Your README is often the first and only thing anyone will see about your software.
  • People judge your software by your README.
  • Your README is shipped alongside your code within package managers.

In many people's minds, a poorly written README translates to poorly written software. Your README should convey the quality of your work, your expertise on the matter and get users excited by what you have done.

At the end of the day, your README is often the best marketing material you have.

Additionally, try to gear your README towards the average user. Assume some first-year Computer Science student is looking at your documentation wondering if coding is for them. Show them and the world what can be done with quality software and make them feel like your software is approachable.

Be considerate of people's time

When someone looks over your README, they should be able to find the answers to these questions quickly:

  1. Does this solve my problem?
  2. Can I use this code?
  3. Who made this?
  4. How can I learn more?

Try to streamline your README so that anyone glancing at it can answer those questions. This requires a bit of foresight into the typical kinds of problems people will come to your software for -- figure out those common problems and demonstrate a solution (even if that problem isn't the central aspect of your software).

On my point about emoji usage in the Highlights: besides being friendly and quirky, you can use emojis to break up otherwise plain text. In most of my READMEs, I like to use emojis in the section headers. This makes it much easier for me, and hopefully, others, to navigate the document.

To help people answer the question of "who made this?", include a subsection in your Overview to explain who created the software.

✍️ Author

I'm Bane Sullivan and I created this guide hoping to refine my ability to create inspiring READMEs and help my colleagues better communicate what we are creating. This guide is my opinionated take on "how to write a good README?"

After all, we're in the business of Open Source Software for a reason: to share our work and make an impact. Having a well-written overview of our work is crucial in pursuing that goal.

🎁 Template

Are you sold yet? Check out the included template to get started for your project!

🚀 Usage instructions

Show off what your software looks like in action! Try to limit it to one-liners if possible and don't delve into API specifics.

This is where you need to give minimal examples on how to use your software to demonstrate what it can do. I often find that screenshots or animated GIFs are the most effective ways to communicate what your software can do, as most people just skim looking at the pictures.

When adding code, it is crucial to use proper formatting in code blocks with syntax highlighting:

import pyvista as pv

text = pv.Text3D('Write better\n READMEs!')
text.plot(cpos='xy')

example

It can be tempting to document your entire API in the README, and many projects have done a fantastic job of this like tqdm, but I'd like to mostly discourage this and gear you towards writing actual documentation and leaving the README as an elevator pitch.

⬇️ Installation instructions

You may be inclined to add development instructions here, but don't.

Having simple, understandable installation instructions is one of the most important things to get right in your README. Think about the audience you are going for and try to put yourself in their shoes: "what is a git clone?", "is a PyPI edible?", "who is this whale named Docker?", etc.

Most of the time, all you want to do here is show the one-liner to install your project using the relevant package manager:

pip install pyvista

I'm assuming that you are shipping your software off to some package manager; if so, you've made it clear that you intend to reach a wide range of users who likely aren't interested in contributing back to your software. With that in mind, save your development instructions (e.g., git clone ...; cmake ..) for the bottom of your README or another document altogether. The people looking for that know how to find it, whereas your average user will be scared off by complicated build instructions.

Additionally, you want to be sure to specify any minimum requirements to run the software here. If it is multiplatform, great, let people know that! If not, specify what platforms this runs on or which versions of Python, etc., are supported.

🏆 Examples that inspire me

These are a few projects that I think have very effective READMEs. You look at the README and you can quickly gain what you need to answer the few questions I posed earlier.

There are countless others like these out there, but here are a few I strive to be like:

I know you're all looking for an example of a bad README now, so check out py-filelock which only has a link to API docs -- no overview or anything 🤦‍♂️. I feel a little bad calling out a specific project, but you know what, I'm trying to make a point.

💭 Invite users to give feedback and contribute

If you found this guide insightful or if you have suggestions, please start a Discussion!

When making open source software, you share your work with the world. Whether that is in the hope of contributions back, humbly if just one other person out there finds it useful, or building a community, I think it is important to solicit engagement. To do this, I like to point people over to the Discussions tab or invite them to request new features by opening an issue.

If you want to encourage others to contribute back to your project, this is the place to do it. Point people to your DEVELOPMENT and/or CONTRIBUTING guides if you have them. Further, you can outline any other ways to contribute such as translating the README or documentation.

📖 Further reading

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].