-
Notifications
You must be signed in to change notification settings - Fork 3
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:
-
Use the formatting correction command of your IDE (ALT+SHIFT+F on VSCode)
-
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