Skip to content

Instantly share code, notes, and snippets.

@chimericdream
Forked from petermac-/READMETemplateForOSS.md
Last active August 29, 2015 14:24
Show Gist options
  • Save chimericdream/fa037cf0e2c28b23d3ca to your computer and use it in GitHub Desktop.
Save chimericdream/fa037cf0e2c28b23d3ca to your computer and use it in GitHub Desktop.

Alt Readme Template

This is a README.md template for open source software.

At the top of the file there should be a short introduction and/or overview that explains what the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)

Table of Contents

Features

  • Feature 1
  • Feature 2
  • Feature n

Prerequisites

  • Prereq 1
  • Prereq 2
  • Prereq n

Note: [If needed]

Getting Started

The easiest way to get started is to clone the repository:

git clone git@github.com:[user]/project-name.git

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

Changelog

1.0.1 (May 11, 2014)

  • Add what was changed
  • ...

1.0.0 (May 11, 2014)

  • Add what was changed
  • ...

Contributing

Pull requests are always welcome. Please open an issue before submitting a pull request.

License

The MIT License (MIT)

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