From 512c64ecff1d0f7e8e29f1df906f46d1ecd45d61 Mon Sep 17 00:00:00 2001 From: Bairan Zhang Date: Fri, 30 Jan 2026 16:13:08 +0800 Subject: [PATCH] docs: update repository guidelines --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index cc3deb9..585f28a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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.