Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 959 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 959 Bytes

Thank you for your interest in contributing to this library!

Using the issue tracker

The issue tracker on GitHub is the preferred channel for bug reports, feature requests, and discussions.

Pull requests

Setup the necessary devDependencies by running npm install. Optionally, also install the LiveReload extension for Chrome to auto-refresh the page after any changes.

Then, npm startto launch the dev environment.

  1. index.html is where you can experiment with various options.
  2. Ensure there are no linting errors in the terminal
  3. Ensure that all the tests under /test pass.
  4. Only the changes to src and test (if applicable) should be committed

License

By submitting a contribution to this project, you agree to allow the project owners to license your work as part of this project under this project's license.