Contributing¶
Please see our Contributing Guidelines for detailed information on how to contribute to Duckdantic.
Quick Links¶
Getting Started¶
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR-USERNAME/duckdantic.git - Install dependencies:
uv sync - Run tests:
uv run pytest - Make your changes
- Submit a pull request
Need Help?¶
- Open a Discussion for questions
- Check Issues for known problems
- Read the full Contributing Guide