- Fork the repository
- Create a new branch
- Make your changes and commit them
- Push your changes to your fork
- Create a pull request
- Check out the issues and pick one to work on
# create the virtual environment
uv venv --python=3.11
# activate the virtual environment
source .venv/bin/activate
# install the dependencies
pip install -e .
# pre-commit
uv pip install pre-commit
pre-commit install