Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 586 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 586 Bytes

Contributions Welcome!

Hi there! We're thrilled that you'd like to contribute to this project. Before you do, would you mind reading this license agreement? If you open a PR, we'll assume you agree to it. If you have any hesitation or disagreement, please do open a PR still, but note your concerns as well.

Once done, follow these steps:

  1. Fork this repository
  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. Create a Pull Request