Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 212 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 212 Bytes

CONTRIBUTING

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

Thanks.