From 264d29332a45b442169f4ee74eae5b251e58e61d Mon Sep 17 00:00:00 2001 From: JiWoong Sul Date: Tue, 9 Sep 2025 23:23:45 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=BB=A4=EB=B0=8B/PR=20=EB=A9=94?= =?UTF-8?q?=EC=8B=9C=EC=A7=80=EB=8A=94=20=ED=95=9C=EA=B5=AD=EC=96=B4?= =?UTF-8?q?=EB=A1=9C=20=EC=9E=91=EC=84=B1=20(Git=20=EA=B7=9C=EC=B9=99=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 모든 커밋 메시지 한국어 작성 의무화 - 기술 용어/식별자는 영어 허용 - PR 제목/설명 동일 원칙 적용 - 권장 형식 예시 추가 --- AGENTS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 188acad..0a94126 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -301,3 +301,14 @@ This section captures the current in-progress state so another session can resum - UI tables use `ShadTable.list`; avoid Flutter default tables. - For navigation from non-UI layers (e.g., interceptor), use `appNavigatorKey`. - DI: register Repositories/UseCases as lazy singletons, Controllers as factories. + + +## 16) Git / Commit Policy + +- Commit messages must be written in Korean. (필수) + - 기술 용어/식별자는 영어 사용 가능하나, 메시지의 기본 문장은 한국어로 작성합니다. + - PR 제목/설명도 동일한 원칙을 따릅니다. +- 권장 형식 + - 한 줄 요약(명령형, 50자 내외) + 필요 시 본문(이유/영향/추가 작업) + - 예) "장비 목록 페이지네이션 메타 적용; 서버 total/totalPages 사용" + - 예) "우편번호 팝업 테이블 컬럼 폭 축소로 수평 스크롤 제거"