Add .gitignore, GitLab CI pipeline with test/lint/build/release stages, project documentation (README, LICENSE, CHANGELOG, CONTRIBUTING, SECURITY), PyInstaller packaging configuration with icon and version info, Python project configuration with dependencies, and complete application source including battery provider, device discovery, settings management, UI components, startup control, and comprehensive test suite
612 B
612 B
Contributing
Contributions are welcome through GitLab merge requests.
- Create a focused branch and explain the user-visible behavior.
- Use Python 3.12+, type hints,
pathlib, and existing provider/UI boundaries. - Add tests for behavior changes. Never require real registry writes or specific hardware in tests.
- Run
pytestandruff check .before submitting. - Do not add network access, telemetry, runtime downloads, elevation, or opaque binary dependencies.
For new device protocols, document the tested product/connection type without including device serial numbers or personal HID paths.