Thanks for your interest in contributing!
- Fork and clone:
git clone https://github.com/YOUR_USERNAME/rinnsal.git - Install:
pip install -e . - No external dependencies needed (stdlib only)
- Bug fixes: Open an Issue or submit a PR directly
- New connectors: Very welcome (Telegram, Discord, Home Assistant pattern)
- Chain patterns: New automation templates
- Documentation: Always appreciated
Look for good first issue labels.
- Keep zero-dependency philosophy (stdlib only)
- Python 3.10+, type hints where practical
- One feature/fix per PR
- New connectors must implement the base connector interface
By contributing, you agree that your contributions will be licensed under the MIT License.