Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 450 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 450 Bytes
  1. Fork the repo on GitHub.
  2. Clone the repo on a machine.
  3. Execute npm install and npm run dev.
  4. Create a new branch <fix-typo> and do your work.
  5. Run npm run build to build dist files and npm run test to ensure all test cases are passing.
  6. Commit your changes to the branch.
  7. Submit a Pull request.

Note: If adding site to the list of sites using super-workers, please mention where to verify this in the PR description.