Jiseoup/showmycodePublic
EN|KO
  • 코드
  • 커밋
  • 풀 리퀘스트
← 목록으로
Merged

docs: add i18n branch and commit convention to project guidelines

#3
JiseoupJiseoup · 2026년 3월 31일docs/add-i18n-convention → main
docs
개요커밋변경된 파일

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)