Contributing
This is all the documentation for contributing to the project.
Setting up your dev environment
Pull the repo
We use poetry to manage our package and it's dependencies
Writing documentation
Documentation for this project is written in markdown and is generated using mkdocs. It can be found in the docs
directory.
To run the documentation locally, run the following command:
Submitting a pull request
TODO: Add some guidelines for submitting a pull request