Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.77 KB

CONTRIBUTING.md

File metadata and controls

33 lines (25 loc) · 1.77 KB

Submitting an issue

When reporting a bug, please describe it thoroughly, with attached code showcasing how are you using the 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.

Contributions

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: