Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 831 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 831 Bytes

Contributing

First fork this project.

  • Install Graphviz
  • Clone, fork, or download the source
  • Install poetry
  • If required setup pyenv or your preference to get a python 3.8 environment, as poetry will use whatever the current python is.
    • for example setup pyenv local to the project directory
  • In the source route directory run poetry install, this will install all the dependencies
  • Run peotry run pytest -v to run the tests and ensure things are working
  • git checkout -b my-fix upstream/master

fix some code...

  • git commit -m "added this feature"
  • git push origin my-fix

Lastly, open a pull request on Github.