Skip to content

Commit 942201a

Browse files
committed
chore: 커밋 메세지 한글 작성 규칙 추가
1 parent 523c9a5 commit 942201a

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.claude/commands/commit.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Analyze staged changes and create a commit: $ARGUMENTS
2222
| `remove` | Delete files or folders |
2323
| `perf` | Performance improvement |
2424

25-
- Subject written in Korean is acceptable
25+
- Subject must be written in Korean
2626
- No period at end of subject line
2727

2828
## Commit Granularity Rules
@@ -46,9 +46,9 @@ Analyze staged changes and create a commit: $ARGUMENTS
4646
## Examples
4747

4848
```
49-
feat: add validation to sign-in form
50-
fix: prevent infinite redirect on token expiry
51-
test: add unit tests for handleSigninFormSubmit
52-
chore: update vitest coverage config
53-
refactor: extract setLocationSearch as a helper function
49+
feat: 로그인 폼 유효성 검사 추가
50+
fix: 토큰 만료 시 무한 리다이렉트 수정
51+
test: handleSigninFormSubmit 단위 테스트 추가
52+
chore: vitest coverage 설정 변경
53+
refactor: setLocationSearch 헬퍼 함수로 추출
5454
```

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ main ← develop ← feat/<name>
229229
| `remove` | Delete files or folders |
230230
| `perf` | Performance improvement |
231231

232+
**Writing Rules:**
233+
- Subject must be written in Korean
234+
- No period at end of subject line
235+
232236
**Commit Granularity Rules:**
233237
- Keep commits as small as possible — one commit = one unit of change
234238
- Always split into separate commits when change areas differ:

0 commit comments

Comments
 (0)