This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
sithu
/
Forward_Station_Server
Bevaka
0
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
f65a1320f3
Grenar
Taggar
master
Forward_Stat...
/
bower_components
/
ion.rangeSlider
/
CONTRIBUTING.md
CONTRIBUTING.md
907 B
Historik
Rå
Contributing to Ion.RangeSlider project
Code style
Project is using 4 space indentation
Function and metod names should be written in camelCase
Variables name should be written in lower_case
New methods should have JSDoc descriptions
Guide for Pull Requests with bug fixes
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/
Guide for Pull Requests with new features
Only 1 feature per Pull Request
Should have statement, why feature is important and should be included in to plugin
Should have feature description
Should have feature screenshots (if possible)
Should have working demo. Use JSFIDDLE:
https://jsfiddle.net/IonDen/b79q0vnm/
Guide for Pull Requests with grammar fixes
Just create a pull request :)