Contributing¶
Fork the repository on GitHub
Create a feature branch:
git checkout -b feature/my-featureInstall dev dependencies:
pip install -e ".[dev]"Write tests in
tests/Run the test suite:
pytestLint:
ruff check src/andmypy src/zoho_peopleOpen a pull request
Coding style¶
Black-compatible formatting (line length 100)
Type hints on all public functions
NumPy-style docstrings
All docstrings in English