Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.01 KB

File metadata and controls

34 lines (21 loc) · 1.01 KB

Contributing to digital-delphi

Thank you for your interest in contributing! We welcome contributions from the community.

How to Contribute

  1. Open an Issue — Report bugs, request features, or ask questions via GitHub Issues.
  2. Fork & Branch — Fork this repository and create a feature branch from main.
  3. Make Changes — Write clean, tested code that follows the project conventions.
  4. Submit a Pull Request — Open a PR against main with a clear description of your changes.

Development Setup

pip install -e ".[dev]"

Testing

pytest

Code Style

This project uses Ruff for linting and formatting. Run ruff check . and ruff format . before submitting.

Code of Conduct

Be respectful and constructive. We are committed to providing a welcoming and inclusive experience for everyone.

Questions?

Open an issue or reach out via the repository discussions.