docs: update repository guidelines

This commit is contained in:
2026-01-30 16:13:08 +08:00
parent e437cbf8d2
commit 512c64ecff

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. - Validate behavior on hardware after changes; include manual test steps and results in PR descriptions.
## Commit & Pull Request Guidelines ## 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"). - 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. - PRs should include: a short description, hardware/board tested, and any notable serial output or behavior changes. Attach photos/videos when motion behavior changes.