- Search for existing issues. Please check to see if someone else has reported the same issue.
- Share as much information as possible. Include operating system and version, browser and version. Also, include steps to reproduce the bug.
Refer to the README.
JS files must pass JSHint using the provided .jshintrc settings.
Additionally, JS files need to be run through JSBeautify with the provided .jsbeautifyrc.
TL;DR Run grunt clean
before pushing a commit. It will validate and beautify your JS.
lowerCamelCase
General variablesUpperCamelCase
Constructor functions
- Try not to pollute your pull request with unintended changes – keep them simple and small. If possible, squash your commits.
- If your PR resolves an issue, include closes #ISSUE_NUMBER in your commit message (or a synonym).