Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 640 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 640 Bytes

How to contribute

Bug reports and pull requests from users is what keeps this project working.

Basics

  1. Create an issue and describe your idea
  2. Fork it
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Publish the branch (git push origin my-new-feature)
  6. Create a new Pull Request

Checking your work

Write documentation

This project has documentation in a few places:

Introduction and usage

A friendly README.md written for many audiences.

API documentation