Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 617 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 617 Bytes

Contributing

We welcome your contributions!

TL;DR

  1. Fork it ( https://github.com/paypal/manticore-native/fork )
  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 new Pull Request

Guidelines

Pre-commit

Your patches will be rejected programmatically if they do not pass (at a bare minimum) the npm run lint and npm test checks. An npm script (npm run precommit-lint) is available if you'd like to use this in a pre-commit hook.