git clone https://github.com/junyoung2015/zodify.git
cd zodify
pip install -e ".[dev]"pytest- No external formatter enforced yet - just be consistent with existing code
- Keep it simple: zodify is one file, zero dependencies. That's intentional.
- Fork the repo
- Create a branch from
main - Make your changes
- Run
pytest- all tests must pass - Open a PR with a summary of what and why