Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 495 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 495 Bytes

How To Contribute

First off, thanks for taking the time to contribute!

  1. Fork (https://github.com/ts-graphviz/prettier-plugin-dot/fork).
  2. Run yarn install command and install dependencies.
  3. Create a feature branch.
  4. Commit your changes.
  5. Rebase your local changes against the main branch.
  6. Run test suite with the yarn test command and confirm that it passes.
  7. Run yarn lint and yarn build.
  8. Create new Pull Request.

Requirements

  • Node.js >=14.x
  • yarn >=1.17