Skip to content

Latest commit

History

History
9 lines (8 loc) 路 468 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) 路 468 Bytes

Contributing to the development of docsify-cli

  • Fork the repository on Github.
  • Clone the repository locally.
  • Make your changes to the code.
  • Run npm install.
  • Run npm link which creates a symlink and thereby docsify can be accessed globally.
  • We use commitlint conventional naming rules for our commits, make sure that you follow them.
  • Push to Github and open a pull request.