Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 466 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 466 Bytes

Contributing

There are two ways to contribute: issues and pull requests.

Issues

You are very welcome to submit a github issue in case you find a bug. The more detailed, the easier to reproduce. So please be verbose.

Pull Requests

  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. Create new Pull Request