Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 498 Bytes

File metadata and controls

18 lines (14 loc) · 498 Bytes

How To Contribute

First off, thanks for taking the time to contribute!

  1. Fork (https://github.com/ts-graphviz/ts-graphviz/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
  • Graphviz