This website works better with JavaScript
首頁
探索
說明
註冊
登入
wilson.silva
/
AdminLte
镜像来自
https://github.com/almasaeed2010/AdminLTE
關注
1
讚好
0
複刻
0
檔案
問題管理
0
Wiki
目錄樹:
91ef7e7bbd
分支列表
標籤列表
dependabot/npm_and_yarn/astro-bb0d9f9dd6
dependabot/npm_and_yarn/concurrently-9.1.2
dependabot/npm_and_yarn/eslint-52aa5972f5
dependabot/npm_and_yarn/fs-extra-11.3.0
dependabot/npm_and_yarn/postcss-c120d6abdd
dependabot/npm_and_yarn/prettier-e94782542e
dependabot/npm_and_yarn/rollup-2.58.0
dependabot/npm_and_yarn/rollup-88931f9536
dependabot/npm_and_yarn/sass-1.82.0
dependabot/npm_and_yarn/stylelint-f7f39fe71d
dependabot/npm_and_yarn/typescript-5.8.2
dependabot/npm_and_yarn/v4-dev/typescript-eslint/eslint-plugin-5.41.0
github-pages
master
v2
v3
v4.0.0-beta3
v4.0.0-beta2
v4.0.0-beta1
v3.2.0
v3.2.0-rc
v3.1.0
v3.1.0-rc
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v3.0.0-rc.6
v3.0.0-rc.5
v3.0.0-rc.4
v3.0.0-rc.3
v3.0.0-rc.2
v3.0.0-rc.1
v2.4.18
v2.4.17
v2.4.16
v3.0.0-beta.2
v2.4.15
v2.4.14
v2.4.13
v3.0.0-beta.1
v2.4.12
v2.4.11
v2.4.10
v2.4.9
v2.4.8
v2.4.7
v2.4.6
v2.4.5
v2.4.4
v3.0.0-alpha.2
v3.0.0-alpha
v2.4.3
v2.4.2
v2.4.1
v2.4.0
v2.4.0-rc
v2.4.0-beta
v2.4.0-alpha
v2.3.11
v2.3.10
v2.3.9
v2.3.8
v2.3.7
v2.3.6
v2.3.5
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.0
v2.2.1
v2.2.0
v2.1.2
2.1.1
2.1.0
v2.1.0-beta
v2.1.0-alpha-1
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.0
v2.0.1
2.0.0
1.3.1
1.3.0
1.3
1.2.1-bower
v1.2.1
1.2.1
1.2
1.1
1.0
0.1
AdminLte
/
plugins
/
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 :)