File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments