docs(CLAUDE.md): add git conventions section
PR Lint keyboards / lint (pull_request) Failing after 2m18s
Pull Request Labeler / triage (pull_request) Successful in 17s

This commit is contained in:
2026-04-06 12:23:13 -04:00
parent e1bed8ec91
commit bdcec0fd7e
+5
View File
@@ -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.