Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 625 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 625 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. Be sure to format your commit messages according to the commit guidelines. See more about this on Conventional commits
  5. Add tests into test directory and try them with npm test.
  6. Send the PR!