Skip to content

How to contribute to JSModeler?

Viktor Kovacs edited this page Feb 3, 2016 · 7 revisions
  • Make contributions for the latest development branch.
  • Create separate branches for every patch or feature.
  • Write unit tests for new features.
  • Make sure all unit tests pass.
  • npm install -g sutest
  • sutest test/unittest/jsmodelertest.js
  • Make sure the library builds successfully.
  • python tools/build.py
Clone this wiki locally