Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 296 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 296 Bytes

Contributing

We love pull requests. Here's a quick guide:

  1. Fork the repo.

  2. Create your feature branch (git checkout -b my-new-feature)

  3. Commit your changes (git commit -am 'Added some feature')

  4. Push to the branch (git push origin my-new-feature)

  5. Create new Pull Request