We welcome your contributions!
- Fork it ( https://github.com/paypal/manticore-native/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
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.