When reporting a bug, please describe it thoroughly, with attached code showcasing how are you using this library. The best way how to make it easy for developers, and ensure that your issue will be looked at, is to replicate it on jsfiddle or a similar service.
Please do not populate Issues tracker with non-issues! If you have a general question about Sly, you can use the Sly forum dedicated just for that.
Contributions are welcome! But please, follow these few simple rules:
Maintain the coding style used throughout the project, and defined in the .editorconfig
file. You can use the
Editorconfig plugin for your editor of choice:
Code has to pass JSHint with options defined in the .jshintrc
file. You can use grunt jshint
task to lint
manually, or again, there are amazing plugins for a lot of popular editors consuming this file and linting as you code: