Please follow these conventions below if you want to do a pull request.
- Each pull request for a single feature or bug fix
- If you are planning on doing something big, please discuss first with @arielsalminen about it
- Does it fit into the current design?
- Don’t use tabs to indent, instead use Soft Tabs (spaces) with tab size of 2.
- Don’t leave trailing whitespaces.
- Use Grunt and the included settings to run tests and build up the project.