Contributing
July 25, 2022 ยท View on GitHub
PRs are always welcome! When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method before making a change.
Set up your dev environment
This repo exploits PDM and pre-commit.com. Upon forking this repo, run the following commands:
pdm install # install dependencies
pre-commit install # install local pre-commit hooks
# you are done!
In order to set up VS Code for this project, settings (i.e., .vscode) are checked in the codebase. Just ignore such a folder if you do not need it.