From bdcec0fd7ee5a3cc755aa208857bc271a844503c Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 6 Apr 2026 12:23:13 -0400 Subject: [PATCH] docs(CLAUDE.md): add git conventions section --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 64cf2bfb73..4cf77ed536 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -62,3 +62,8 @@ qmk config user.keymap=via 2. Implement features in `keyboards/keychron/q5_max/ansi_encoder/keymaps/via/`. 3. Test compilation locally before committing. 4. Ensure `rules.mk` has the necessary flags enabled (e.g., `TAP_DANCE_ENABLE = yes`, `UNICODE_ENABLE = yes`). + +## Git Conventions + +* Use conventional commits (`feat:`, `fix:`, `docs:`, `chore:`, etc.) scoped to the keyboard where relevant (e.g. `feat(q5_max):`). +* Do **not** include `Co-Authored-By: Claude` trailers in commit messages.