Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 327 Bytes

CONTRIBUTING.md

File metadata and controls

5 lines (4 loc) · 327 Bytes

Pull Requests are happily accepted, provided that you add or update QUnit tests related to your changes. Also, please update the README documentation, if appropriate.

Build

Before building the project, initialize git submodules as follows, otherwise the build script will fail:
git submodule init; git submodule update