Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 850 Bytes

File metadata and controls

40 lines (27 loc) · 850 Bytes

Contributing

Thanks for considering a contribution!

Getting started

git clone https://github.com/mosandlt/Bosch-Smart-Home-Camera-Tool-Python.git
cd Bosch-Smart-Home-Camera-Tool-Python
pip install -e ".[dev]"

Before opening a PR

pytest
ruff format --check .
ruff check .
mypy .

All of the above must pass. Please add or update tests for any behavior change (see existing tests under tests/ for the expected style).

Reporting bugs

Please open an issue using the bug report template and include:

  • Your OS and Python version
  • Steps to reproduce
  • Relevant logs (with any tokens/secrets redacted)

Security issues

Please do not open a public issue for security vulnerabilities — see SECURITY.md.

Code of Conduct

This project follows the Code of Conduct.