Please enable JavaScript in your browser!
首頁
探索
說明
註冊
登入
root
/
tv_xiaoyouxi
關註
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
2fe7b47303
分支列表
標籤列表
h5_game
master
tv_xiaoyouxi
/
BackSystem
/
bower_components
/
ion.rangeSlider
/
CONTRIBUTING.md
CONTRIBUTING.md
907 B
文件歷史
原始文件
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 :)