Contributing¶
The full contributor guide lives at
CONTRIBUTING.md
in the repo. The Russian-language version with worked examples
of adding a handler is at
docs/CONTRIBUTING.ru.md.
At a glance¶
Feature branches off master, PR back. CI must pass:
uv run pytestuv run ruff check src testsuv run ruff format --check src testsuv run mypy
Where to look¶
- Architecture:
CLAUDE.md - Adding a handler: see Russian guide for fully-worked examples
- Open issues: GitHub Issues
- Open issues: GitHub Issues