Skip to content

docs: require translation sync in the same PR as English changes - #242

Merged
yeongseon merged 1 commit into
mainfrom
docs/agents-translation-policy
Jul 26, 2026
Merged

docs: require translation sync in the same PR as English changes#242
yeongseon merged 1 commit into
mainfrom
docs/agents-translation-policy

Conversation

@yeongseon

Copy link
Copy Markdown
Owner

Summary

Adds a Documentation & Translations rule to AGENTS.md under ## Working Rules: whenever a change touches README.md or English docs (including code changes that alter documented behavior, CLI output, or the ecosystem table), the translated READMEs (README.ko.md / README.ja.md / README.zh-CN.md) must be updated in the same PR.

Codifies the practice we just applied when syncing the Ecosystem tables.

Closes #241

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the contributor/agent guidelines (AGENTS.md) to explicitly require keeping translated READMEs in sync whenever English documentation (or code changes affecting documented behavior/CLI output/tables) changes, matching the acceptance criteria in issue #241.

Changes:

  • Adds a new Documentation & Translations rule under Working Rules requiring translation updates in the same PR.
  • Clarifies that the rule applies to code changes that impact documented behavior, CLI output, or ecosystem/package tables.
  • Adds a fallback process (“translation pending” note + tracking issue) when same-PR translation cannot be completed.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread AGENTS.md

### 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.
@yeongseon
yeongseon merged commit fdcc20b into main Jul 26, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: require translation updates in the same PR as English changes

3 participants