- Project is using 4 space indentation
- Function and method names should be written in camelCase
- Variables name should be written in lower_case
- New methods should have JSDoc descriptions
- Only 1 bugfix per Pull Request
- Should have bug description
- Should have bug screenshots (if possible)
- Should have working demo. Use JSFIDDLE: https://jsfiddle.net/IonDen/b79q0vnm/
- Only 1 feature per Pull Request
- Should have statement, why feature is important and should be included into plugin
- Should have feature description
- Should have feature screenshots (if possible)
- Should have working demo. Use JSFIDDLE: https://jsfiddle.net/IonDen/b79q0vnm/
- Just create a pull request :)