From 0041ce95dcd26132256d4a8ab7f367b433fe9966 Mon Sep 17 00:00:00 2001 From: lachtan Date: Sun, 15 Mar 2026 20:41:57 +0100 Subject: [PATCH] Commit messages must be in English --- CLAUDE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 338230b..d1abc59 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -59,5 +59,6 @@ Installers (`install/*.sh`) MUST be idempotent — check before installing. ## Commits -Do not add `Co-Authored-By` lines to commit messages. -Prefer one-line commit messages. Add a longer description only when necessary for better understanding. +- Do not add `Co-Authored-By` lines to commit messages. +- Commit messages must be in English. +- Prefer one-line commit messages. Add a longer description only when necessary for better understanding.