Skip to content

Commit 70a1769

Browse files
committed
docs: 커밋 메시지 규칙 추가
1 parent 250bfa3 commit 70a1769

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
- `./gradlew build`
3636
- If full tests fail because local infrastructure such as PostgreSQL or Redis is unavailable, report that clearly and distinguish it from failures caused by the code change.
3737

38+
## Git
39+
- Commit messages must use the format `type: 한글 메시지`.
40+
- Keep the type in English, such as `feat`, `fix`, `docs`, `test`, `refactor`, `chore`, and write the description in Korean.
41+
- Split database migration changes into a separate commit from application code changes.
42+
3843
## Editing Rules
3944
- Never revert or overwrite user changes unless explicitly requested.
4045
- Keep changes narrowly scoped to the requested task.

0 commit comments

Comments
 (0)