From e657c5e7238c1e75493e32e82c7031ac30142281 Mon Sep 17 00:00:00 2001 From: dalbodeule <11470513+dalbodeule@users.noreply.github.com> Date: Wed, 26 Nov 2025 17:37:32 +0900 Subject: [PATCH] [chore] move commit message guidelines to .github directory --- COMMIT_MESSAGE.md => .github/COMMIT_MESSAGE.md | 2 -- 1 file changed, 2 deletions(-) rename COMMIT_MESSAGE.md => .github/COMMIT_MESSAGE.md (99%) diff --git a/COMMIT_MESSAGE.md b/.github/COMMIT_MESSAGE.md similarity index 99% rename from COMMIT_MESSAGE.md rename to .github/COMMIT_MESSAGE.md index 5041504..265fb42 100644 --- a/COMMIT_MESSAGE.md +++ b/.github/COMMIT_MESSAGE.md @@ -3,8 +3,6 @@ 이 문서는 git-rewrite-commits(node 기반 도구)가 참고하는 **커밋 메시지 형식 규칙**을 정의합니다. This document defines the **commit message format** used by the node-based tool git-rewrite-commits. -파일 위치: [`COMMIT_MESSAGE.md`](COMMIT_MESSAGE.md:1) - --- ## 1. 기본 형식 (Basic Format)