Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 393 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 393 Bytes

Contributing to VueNextLevelScroll

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Install the dependencies: npm install.
  3. Develop your feature/bugfix.
  4. Add tests into test directory and try them with npm test.
  5. Send the PR!