Skip to content

Instantly share code, notes, and snippets.

@jlant
Last active August 29, 2015 14:22
Show Gist options
  • Save jlant/32602d8b5dd72a21c814 to your computer and use it in GitHub Desktop.
Save jlant/32602d8b5dd72a21c814 to your computer and use it in GitHub Desktop.
Template - readme for code project.

Project Name

A short description of the project.

Version

0.0.0
major.minor.micro
major-changes.feature-changes.bug-fixes

Features

A list of features

Example

A short example.

show an example

Installation

Provide code examples and explanations of how to get the project/application up and running.

If python, an example could be

python setup.py install

Usage

usage: some-proj.py [-h] ...

short description

positional arguments:

optional arguments:
  -h, --help            show this help message and exit

Documentation

Provide a link to the documentation.

Tests

Describe and show how to run the tests with code examples.

Requirements

List of code requirements or point to a requirements.txt file.

License

A short description of the license.

Contributing

Explain how to help and contribute to the project.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Author(s)

name
email

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