From 59c79702459efcb3ab6a41db572edac953723663 Mon Sep 17 00:00:00 2001 From: Sisyphus Date: Thu, 23 Jul 2026 16:15:42 +0900 Subject: [PATCH] docs: require translation sync in the same PR as English changes (Closes #238) --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 2a31c22..c05554e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -19,6 +19,11 @@ - Public APIs must be fully typed. - Keep documentation examples and tests synchronized with any behavior changes. +### Documentation & Translations +- When a change touches `README.md` or any English documentation, update the translated READMEs (`README.ko.md`, `README.ja.md`, `README.zh-CN.md`) **in the same PR** so translations never drift from the English source. +- This applies to any code change that alters documented behavior, CLI output, or the ecosystem/package table — not just direct edits to prose. +- If a full translation cannot land in the same PR, add a short "translation pending" note to the affected translated file and open a tracking issue before merging. + ## Issue Conventions Follow these conventions when opening issues so the backlog stays consistent with sibling DX Toolkit repositories.