# Contributing ## API mapping collaboration This integration and pyBYD are close to feature complete, but some API values still need mapping. Coordinate mapping work in pyBYD issue #20: - https://github.com/jkaberg/pyBYD/issues/20 ## Where to open requests - **Bug reports**: use the bug report issue template in this repository - **Feature requests**: use the feature request template in this repository - **Support/how-to questions**: use GitHub Discussions ## Pull request expectations Keep PRs focused and include: - The pull request template completed - Redacted logs or payload samples when relevant - A clear test scenario and observed result - Confirmation local checks pass when applicable: `ruff`, `black`, `mypy`