Jiseoup/showmycodePublic
EN|KO
  • Code
  • Commits
  • Pull Requests
← Back to list
Merged

docs: add i18n branch and commit convention to project guidelines

#3
JiseoupJiseoup · Mar 31, 2026docs/add-i18n-convention → main
docs
OverviewCommitsFiles changed

Related Issue

N/A

Changes

  • Add i18n/ prefix to branch naming convention in CLAUDE.md and CONTRIBUTING.md
  • Add i18n: to commit message convention in CLAUDE.md and CONTRIBUTING.md
  • Add i18n: commit message example in CONTRIBUTING.md

How to Verify

  1. Review CLAUDE.md — branch strategy and commit messages sections
  2. Review CONTRIBUTING.md — branch naming table and commit examples

Checklist

  • npm run build passes
  • npm run lint passes
  • New/updated strings added to both dictionaries/ko.json and dictionaries/en.json (if applicable)
  • Tests added for new functionality (if applicable)