docs: update repository guidelines

This commit is contained in:
2026-01-30 16:13:08 +08:00
parent 917f42d7ab
commit 7e720b770c

View File

@@ -26,6 +26,7 @@ Run these from an ESP-IDF environment with `IDF_PATH` set:
- Validate behavior on hardware after changes; include manual test steps and results in PR descriptions.
## Commit & Pull Request Guidelines
- Commit Messages must follow the [Conventional Commits](https://www.conventionalcommits.org/) specification.
- Git history shows short, imperative summaries without scopes (e.g., "Initial commit").
- PRs should include: a short description, hardware/board tested, and any notable serial output or behavior changes. Attach photos/videos when motion behavior changes.