Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 613 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 613 Bytes

Issues

If you've encountered a bug or want to request new functionality, go ahead and file an issue. Please provide as much detail as possible, including a live example, reproduction steps, and debugging steps you've already taken where possible.

Contributing

  • Fork the repo
  • npm install
  • make your additions in ./src
  • Do not edit the files in ./browser. They are built automatically for releases. @bendrucker will have to spend time rebasing your PR and that makes him 😢.
  • add test units in ./test
  • npm test
  • submit a pull request when all tests pass