Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 631 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 631 Bytes

Contributing to the SwingSet Vat Machine

Thank you!

Contact

We use github issues for all bug reports: https://github.com/Agoric/SwingSet/issues

Installing, Testing

You'll need Node.js version 11 or higher. There is a unit test to double-check that you have a suitable version.

Pull Requests

Before submitting a pull request, please:

  • run npm test and make sure all the unit tests pass
  • run npm run-script lint-fix to reformat the code according to our eslint profile, and fix any complaints that it can't automatically correct