aboutsummaryrefslogtreecommitdiff
path: root/docs/ko/markdown-guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ko/markdown-guide.md')
-rw-r--r--docs/ko/markdown-guide.md18
1 files changed, 6 insertions, 12 deletions
diff --git a/docs/ko/markdown-guide.md b/docs/ko/markdown-guide.md
index 3f173cb80d..293e0ba550 100644
--- a/docs/ko/markdown-guide.md
+++ b/docs/ko/markdown-guide.md
@@ -1,21 +1,15 @@
# MDN ko locale Markdown 번역에 대한 일반 지침
-## 존재하는 파일에 대한 변경 (존재하는 파일이 .html 확장자일 경우)
+## .html 확장자에서 .md 확장자로의 파일 변경일 경우
-아래 두 가지 경우에 대해 각각 2개의 commit으로 구분해서 PR을 제출해주세요.
+아래 두 가지 경우에 총 2개의 commit으로 구분해서 PR을 제출해주세요.
-1. 확장자 변경
-2. 내용 변경
+1. 확장자만 `html`에서 `md`로 바꾸고 commit 해주세요.
+2. `html` 형식에서 `md` 형식으로 변경한 뒤 commit을 해주세요.
-다음 [PR](https://github.com/mdn/translated-content/pull/1771)은 모범적인 PR입니다.
-
-### 확장자 변경
-
-이전 html 파일의 Git History 유지를 위해 확장자만 먼저 .html에서 .md로 변경한 후 commit을 해주세요. 확장자 변경 작업이 없을 경우 Git History가 소멸됩니다. 예시는 [확장자 변경 PR](https://github.com/mdn/translated-content/pull/1769/commits/c7937cf2194d218d98394cd7f5f8acebd2e88aa0)를 참고해주세요.
+html 파일에 대한 commit은 오로지 확장자를 바꾸는 것만 허용됩니다. 또한, 전체 commit 개수를 2개를 넘지 않도록 합니다(`squash and merge`가 아닌 `rebase and merge`를 해야하기 때문입니다.). `squash and merge`를 하거나 확장자 변경 작업이 없을 경우 Git History가 소멸되는데, 이전 기여자들의 기록을 남기기 위함입니다. 예시는 [확장자 변경 PR](https://github.com/mdn/translated-content/pull/1769/commits/c7937cf2194d218d98394cd7f5f8acebd2e88aa0)를 참고해주세요.
-### 내용 변경
-
-html 형식에서 md로 형식으로 변경한 뒤 commit을 해주세요. `존재하는 파일에 대한 변경 (존재하는 파일이 .html 확장자일 경우)`에 대한 PR은 `squash and merge`를 할 수 없기 때문에, **해당 단계의 commit의 개수를 1개를 넘지 않게 해주세요.**
+다음 [PR](https://github.com/mdn/translated-content/pull/1771)은 모범적인 PR입니다.
### 리뷰