Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

4 лет назад
123456789101112131415161718192021222324252627
  1. # Contributing to Ion.RangeSlider project
  2. ### Code style
  3. 1. Project is using 4 space indentation
  4. 2. Function and metod names should be written in camelCase
  5. 3. Variables name should be written in lower_case
  6. 4. New methods should have JSDoc descriptions
  7. ### Guide for Pull Requests with bug fixes
  8. 1. Only 1 bugfix per Pull Request
  9. 2. Should have bug description
  10. 3. Should have bug screenshots (if possible)
  11. 4. Should have working demo. Use JSFIDDLE: https://jsfiddle.net/IonDen/b79q0vnm/
  12. ### Guide for Pull Requests with new features
  13. 1. Only 1 feature per Pull Request
  14. 2. Should have statement, why feature is important and should be included in to plugin
  15. 3. Should have feature description
  16. 4. Should have feature screenshots (if possible)
  17. 5. Should have working demo. Use JSFIDDLE: https://jsfiddle.net/IonDen/b79q0vnm/
  18. ### Guide for Pull Requests with grammar fixes
  19. 1. Just create a pull request :)