Skip to content

How to contribute to JSModeler?

Viktor Kovacs edited this page Jan 23, 2015 · 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/publish.py

Clone this wiki locally