All Projects → navendu-pottekkat → Awesome Readme

navendu-pottekkat / Awesome Readme

Licence: gpl-3.0
A guide to writing an Awesome README. Read the full article in Towards Data Science.

Projects that are alternatives of or similar to Awesome Readme

The Documentation Compendium
📢 Various README templates & tips on writing high-quality documentation that people want to read.
Stars: ✭ 4,306 (+6524.62%)
Mutual labels:  documentation, documentation-tool, readme, templates
Readme Template
A Readme Template For Tomorrow's Opensource
Stars: ✭ 69 (+6.15%)
Mutual labels:  readme, open-source, opensource
Jsdoc To Markdown
Generate markdown documentation from jsdoc-annotated javascript
Stars: ✭ 1,199 (+1744.62%)
Mutual labels:  documentation, documentation-tool, readme
Awesome Ngo
A curated list of FOSS (Free and Open-source Software), freemium tools and guides for NGOs
Stars: ✭ 36 (-44.62%)
Mutual labels:  open-source, opensource
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (-47.69%)
Mutual labels:  open-source, opensource
Plantuml Styler
Online tool to make your PlantUML diagrams look great.
Stars: ✭ 35 (-46.15%)
Mutual labels:  open-source, opensource
Place2live
Analysis of the characteristics of different countries
Stars: ✭ 30 (-53.85%)
Mutual labels:  open-source, opensource
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-32.31%)
Mutual labels:  documentation, templates
Comcast.github.io
The main Open Source portal for Comcast
Stars: ✭ 36 (-44.62%)
Mutual labels:  open-source, opensource
Openvoiceos
OpenVoiceOS is a minimalistic linux OS bringing the open source voice assistant Mycroft A.I. to embbeded, low-spec headless and/or small (touch)screen devices.
Stars: ✭ 64 (-1.54%)
Mutual labels:  open-source, opensource
App
Fast and searchable Ruby docs
Stars: ✭ 47 (-27.69%)
Mutual labels:  documentation, documentation-tool
Jessesquires.com
Turing complete with a stack of 0xdeadbeef
Stars: ✭ 31 (-52.31%)
Mutual labels:  open-source, opensource
Aic Mobile Android
Art Institute of Chicago Official Mobile App - Android
Stars: ✭ 31 (-52.31%)
Mutual labels:  open-source, opensource
Module 5 Open Research Software And Open Source
Module 5: Open Research Software and Open Source
Stars: ✭ 62 (-4.62%)
Mutual labels:  open-source, opensource
Hacktoberfest2020
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 31 (-52.31%)
Mutual labels:  open-source, opensource
Itkexamples
Cookbook examples for the Insight Toolkit documented with Sphinx
Stars: ✭ 38 (-41.54%)
Mutual labels:  documentation, open-source
Uwp App Launcher Mobile
[Open Source] It's like the iOS and Android Home Screens but for Windows 10 (Phones).
Stars: ✭ 47 (-27.69%)
Mutual labels:  open-source, opensource
Vuesence Book
Minimalistic Vue.js based documentation system component
Stars: ✭ 48 (-26.15%)
Mutual labels:  documentation, documentation-tool
Php E Invoice It
A PHP package for managing italian e-invoice and notice XML formats. (Pacchetto PHP per gestire il formato XML di fatture e notifiche come richiesto dal SdI).
Stars: ✭ 53 (-18.46%)
Mutual labels:  open-source, opensource
Pdoc
API Documentation for Python Projects
Stars: ✭ 853 (+1212.31%)
Mutual labels:  documentation, documentation-tool

Banner

Project Title

GitHub release (latest by date including pre-releases) GitHub last commit GitHub issues GitHub pull requests GitHub

The project title should be self-explanatory and try not to make it a mouthful. (Although exceptions exist- awesome-readme-writing-guide-for-open-source-projects - would have been a cool name)

Add a cover/banner image for your README. Why? Because it easily grabs people's attention and it looks cool(duh!obviously!).

Wait, I forgot something. You can use this README as a template from this link.

The best dimensions for the banner is 1280x650px. You could also use this for social preview of your repo.

I personally use Canva for creating the banner images. All the basic stuff is free(you won't need the pro version in most cases).

What are all those flashy thingies below the title?

Looks nice doesn't it? Those are called badges and they do improve the readability by giving some quick insights right?

There are endless badges that you could use in your projects. And they do depend on the project. Some of the ones that I commonly use in every projects are given below.

I use Shields IO for making badges. It is a simple and easy to use tool that you can use for almost all your badge cravings.

GitHub release (latest by date including pre-releases) : This badge shows the version of the current release.

GitHub last commit : I think it is self-explanatory. This gives people an idea about how the project is being maintained.

GitHub issues : This is a dynamic badge from Shields IO that tracks issues in your project and gets updated automatically. It gives the user an idea about the issues and they can just click the badge to view the issues.

GitHub pull requests : This is also a dynamic badge that tracks pull requests. This notifies the maintainers of the project when a new pull request comes.

GitHub All Releases: If you are not like me and your project gets a lot of downloads(I envy you) then you should have a badge that shows the number of downloads! This lets others know how Awesome your project is and is worth contributing to.

GitHub : This shows what kind of open-source license your project uses. This is good idea as it lets people know how they can use your project for themselves.

Tweet: This is not essential but it is a cool way to let others know about your project! Clicking this button automatically opens twitter and writes a tweet about your project and link to it. All the user has to do is to click tweet. Isn't that neat?

Demo-Preview

After you have written about your project, it is a good idea to have a demo/preview(video/gif/screenshots are good options) of your project so that people can know what to expect in your project. You could also add the demo in the previous section with the product description.

Here is a random GIF as a placeholder.

Random GIF

Table of contents

After you have introduced your project, it is a good idea to add a Table of contents or TOC as cool people say it. This would make it easier for people to navigate through your README and find exactly what they are looking for.

Here is a sample TOC(wow! such cool!) that is actually the TOC for this README.

Installation

(Back to top)

You might have noticed the Back to top button(if not, please notice, it's right there!). This is a good idea because it makes your README easy to navigate.

The first one should be how to install(how to generally use your project or set-up for editing in their machine).

This should give the users a concrete idea with instructions on how they can use your project repo with all the steps.

Following this steps, they should be able to run this in their device.

A method I use is after completing the README, I go through the instructions from scratch and check if it is working.

Here is a sample instruction:

To use this project, first clone the repo on your device using the command below:

git init

git clone https://github.com/navendu-pottekkat/nsfw-filter.git

Usage

(Back to top)

This is optional and it is used to give the user info on how to use the project after installation. This could be added in the Installation section also.

Development

(Back to top)

This is the place where you give instructions to developers on how to modify the code.

You could give instructions in depth of how the code works and how everything is put together.

You could also give specific instructions to how they can setup their development environment.

Ideally, you should keep the README simple. If you need to add more complex explanations, use a wiki. Check out this wiki for inspiration.

Contribute

(Back to top)

This is where you can let people know how they can contribute to your project. Some of the ways are given below.

Also this shows how you can add subsections within a section.

Sponsor

(Back to top)

Your project is gaining traction and it is being used by thousands of people(with this README there will be even more). Now it would be a good time to look for people or organisations to sponsor your project. This could be because you are not generating any revenue from your project and you require money for keeping the project alive.

You could add how people can sponsor your project in this section. Add your patreon or GitHub sponsor link here for easy access.

A good idea is to also display the sponsors with their organisation logos or badges to show them your love!(Someday I will get a sponsor and I can show my love)

Adding new features or fixing bugs

(Back to top)

This is to give people an idea how they can raise issues or feature requests in your projects.

You could also give guidelines for submitting and issue or a pull request to your project.

Personally and by standard, you should use a issue template and a pull request template(click for examples) so that when a user opens a new issue they could easily format it as per your project guidelines.

You could also add contact details for people to get in touch with you regarding your project.

License

(Back to top)

Adding the license to README is a good practice so that people can easily refer to it.

Make sure you have added a LICENSE file in your project folder. Shortcut: Click add new file in your root of your repo in GitHub --> Set file name to LICENSE --> GitHub shows LICENSE templates ---> Choose the one that best suits your project!

I personally add the name of the license and provide a link to it like below.

GNU General Public License version 3

Footer

(Back to top)

Let's also add a footer because I love footers and also you can use this to convey important info.

Let's make it an image because by now you have realised that multimedia in images == cool(*please notice the subtle programming joke).

So that is it... You have completed your training young grasshopper. Now it is time for you to use this ideas for your projects.

Don't forget your README Sensei(cool twitter handle idea) when your project takes off with your Awesome README.

Leave a star in GitHub, give a clap in Medium and share this guide if you found this helpful.

Now folks, the moment you've all been waiting for! The footer! [Audible gasp]

Footer

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].