- 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 therebydocsify
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.