Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

31 lines (23 loc) · 1.6 KB

Submitting an issue

When reporting a bug, please describe it thoroughly, with a URL where it happens, and preferably attached screenshot.

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: