Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 513 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 513 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 to install docsify cli in to globall.
  • Commit your changes with a message following the conventional-changelog-angular commit message convention.
  • Push to Github and open a pull request.