Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 755 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 755 Bytes

Contributing to Origin.js

Thanks for helping out! 👍

Before you summit a PR, you'll want to make sure that:

  1. Any changes are tested.
  2. All tests pass. (See each package's readme for instructions on testing that package.)
  3. The formatting is correct. Just run npm run format in a package folder.

If this is a new feature, make sure you've discussed it with our #engineering channel on Discord.

Coding style: Javascript

We use NPM style, as automated by the prettier tool. 2 space indents, no semi-semicolons.

Coding style: Solidity

We use two space indents. Just copy the surrounding style and use your good judgement.