Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 471 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 471 Bytes

Contributing

Contributions are highly welcomed.

To start contributing, follow these steps:

  1. Fork this repository and git clone your version
  2. Install the dependencies (including Vuepress) with npm install (or use yarn)
  3. Edit the documentation and view the output with Vuepress using npm run dev
  4. When satisfied, format your code using npx prettier --write .
  5. Commit your changes to the branch on your fork and submit a new PR to this master branch