Skip to content

Instantly share code, notes, and snippets.

@jhrom
Forked from ramantehlan/README-Fancy.md
Created July 20, 2019 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhrom/a095a8e119bb04a38beb5631c06a4140 to your computer and use it in GitHub Desktop.
Save jhrom/a095a8e119bb04a38beb5631c06a4140 to your computer and use it in GitHub Desktop.
README template I use for most of my projects.

Introduction

  • Add your project logo.
  • Write a short introduction to the project.
  • If you are using badges, add them here.

πŸ“’ Index

πŸ”° About

Add a detailed introduction about the project here, everything you want the reader to know.

β˜€οΈ Usage

Write about how to use this project.

πŸ”Œ Installation

  • Steps on how to install this project, to use it.
  • Be very detailed here, For example, if you have tools which run on different operating systems, write installation steps for all of them.
$ add installations steps if you have to.

πŸ“¦ Commands

  • Commands to start the project.

πŸ”§ Development

If you want other people to contribute to this project, this is the section, make sure you always add this.

πŸ““ Pre-Requisites

List all the pre-requisites the system needs to develop this project.

  • A tool
  • B tool

πŸ”© Development Environment

Write about setting up the working environment for your project.

  • How to download the project...
  • How to install dependencies...

πŸ“ File Structure

Add a file structure here with the basic details about files, below is an example.

.
β”œβ”€β”€ assets
β”‚Β Β  β”œβ”€β”€ css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ index-ui.css
β”‚Β Β  β”‚Β Β  └── rate-ui.css
β”‚Β Β  β”œβ”€β”€ images
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ icons
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ shrink-button.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── umbrella.png
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ logo_144.png
β”‚Β Β  β”‚Β Β  └── Untitled-1.psd
β”‚Β Β  └── javascript
β”‚Β Β      β”œβ”€β”€ index.js
β”‚Β Β      └── rate.js
β”œβ”€β”€ CNAME
β”œβ”€β”€ index.html
β”œβ”€β”€ rate.html
└── README.md
No File Name Details
1 index Entry point

πŸ”¨ Build

Write the build Instruction here.

πŸš€ Deployment

Write the deployment instruction here.

🌸 Community

If it's open-source, talk about the community here, ask social media links and other links.

πŸ”₯ Contribution

Your contributions are always welcome and appreciated. Following are the things you can do to contribute to this project.

  1. Report a bug
    If you think you have encountered a bug, and I should know about it, feel free to report it here and I will take care of it.

  2. Request a feature
    You can also request for a feature here, and if it will viable, it will be picked for development.

  3. Create a pull request
    It can't get better then this, your pull request will be appreciated by the community. You can get started by picking up any open issues from here and make a pull request.

If you are new to open-source, make sure to check read more about it here and learn more about creating a pull request here.

🌡 Branches

I use an agile continuous integration methodology, so the version is frequently updated and development is really fast.

  1. Master is the development branch.

  2. Production is the production branch.

  3. No further branches should be created in the main repository.

Steps to create a pull request

  1. Make a PR to master branch.
  2. Comply with the best practices and guidelines e.g. where the PR concerns visual elements it should have an image showing the effect.
  3. It must pass all continuous integration checks and get positive reviews.

After this, changes will be merged.

❗ Guideline

codding guidelines or other things you want people to follow should follow.

❓ FAQ

You can optionally add a FAQ section about the project.

πŸ“„ Resources

Add important resources here

πŸ“· Gallery

Pictures of your project.

🌟 Credit/Acknowledgment

Credit the authors here.

πŸ”’ License

Add a license here, or a link to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment