Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 646 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (20 loc) · 646 Bytes

Contributions are welcome!

Before making major changes, open an issue in GitHub for discussion.

  1. Clone the source from Github, and make changes directly to ground-control.js, input-control.js, and/or toggle-control.js.

  2. Make sure any changes are reflected in working demos (index.html).

  3. Copy any changes into the *-raw.js files -- which should contain simple class definitions and registrations, without any module import/export syntax

  4. Commit changes, and open a pull request.