Skip to content

Contributing

Dominik Skalník edited this page May 14, 2016 · 1 revision

In order to achieve stable code quality in the repository, please follow this:

Before commit:

  1. Use the formatting correction command of your IDE (ALT+SHIFT+F on VSCode)

  2. Check for possible linting & TS issues with the

 gulp beforeCommit

These two steps enables us to deliver a code of stable quality and prevents failing builds.

Please make sure, that you have all the Node Packages installed. If you are not sure, run:

 npm install