docs: enforce lowercase commit messages

This commit is contained in:
2026-02-08 18:58:37 -05:00
parent 9ec8007f55
commit e151c2e7c3

View File

@@ -110,7 +110,7 @@ python3 -m py_compile ./home/bin/homeassistant.py
## Repository Patterns
### Commit Message Format
Follow conventional commits style:
Follow conventional commits style (all lowercase).
- `feat(scope): description` - New feature
- `fix(scope): description` - Bug fix
- `refactor(scope): description` - Code refactoring