Skip to content

Commit 824803a

Browse files
committed
docs: 커밋/PR 한국어 작성 규칙 추가
1 parent 6878589 commit 824803a

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
- Branch from `main` for new work.
3131
- Keep commit messages aligned with repository conventions.
32+
- Write commit messages and PR title/body in Korean by default.
3233
- Run `pnpm typecheck` (and relevant app checks) before push.
3334

3435
## Architecture References

docs/skills/commit-push-pr-subagent.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@
1616
1. 작업 브랜치 확인: `git branch --show-current`
1717
2. 변경사항 확인: `git status --short --branch`, `git diff --stat`
1818
3. 커밋 스타일 준수: 저장소 규칙(`<type>: <subject>`) 사용
19+
4. 커밋 메시지와 PR 제목/본문은 한국어로 작성
1920

2021
## Execution Steps
2122

2223
```bash
2324
git add <files>
24-
git commit -m "docs: add commit-push-pr subagent skill"
25+
git commit -m "docs: 커밋/푸시/PR 서브에이전트 스킬 문서 추가"
2526
git push -u origin <branch>
2627
gh pr create --base <base> --head <branch> --title "<title>" --body "$(cat <<'EOF'
27-
## Summary
28-
- <summary bullet 1>
29-
- <summary bullet 2>
28+
## 요약
29+
- <요약 항목 1>
30+
- <요약 항목 2>
3031
EOF
3132
)"
3233
```
@@ -42,3 +43,9 @@ EOF
4243
- 생성된 커밋 해시
4344
- 푸시 결과(업스트림 연결 여부)
4445
- PR URL
46+
47+
## Language Policy
48+
49+
- 커밋 메시지는 한국어를 기본으로 사용한다.
50+
- PR 제목과 본문은 한국어로 작성한다.
51+
- 영문 용어가 필요한 경우에도 설명 문장은 한국어로 유지한다.

0 commit comments

Comments
 (0)