Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 643 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 643 Bytes

How to contribute

Core vs Modules

I want to keep the core clean of extra (and certainly awesome) functionnalities. That includes, but is not limited to, export/import modules, visual aids, etc.

Check to doc about creating plugins

Unit tests

Any big feature must have it's own QUnit tests suite. Of course existing tests must still pass after changes.

I won't merge any branch not passing the TravisCI build (this include JShint compliance).

dist

Keep it simple, don't commit any files in the dist directory, I build these files only before a release.