Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 457 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
13 lines (10 loc) · 457 Bytes

Reporting issues

  1. Feel free to report any issue or proposal.

Pull requests

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Test your changes to the best of your ability.
  4. Update the documentation to reflect your changes if they add or changes current functionality.
  5. Commit your changes (git commit -am 'Added some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request