Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 194 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 194 Bytes

CONTRIBUTING

  1. Fork.
  2. Run npm install.
  3. Make your changes.
  4. Update tests.
  5. Run npm test, make sure everything is okay.
  6. Submit a pull request to the master branch.

Thanks.