Skip to content

Contributing

Please see our Contributing Guidelines for detailed information on how to contribute to Duckdantic.

Getting Started

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/YOUR-USERNAME/duckdantic.git
  3. Install dependencies: uv sync
  4. Run tests: uv run pytest
  5. Make your changes
  6. Submit a pull request

Need Help?