From 38365de76cfcef9df27867263a20c576f799f85c Mon Sep 17 00:00:00 2001 From: Kim DongHyo <60608509+kdhyo@users.noreply.github.com> Date: Tue, 17 May 2022 00:56:42 +0900 Subject: [PATCH] Update pull_request_template.md --- pull_request_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index fd13250..fdf58c5 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,4 +1,4 @@ -## 작업 내용 +## 작업 분류 - [ ] 기능 추가 - [ ] 코드 수정 - [ ] 환경 설정 @@ -30,4 +30,3 @@ - [ ] 구현 사항에 대한 테스트를 완료했습니다. - [ ] 의도한 내용 이외에 다른 코드에는 변경 사항이 없는지 확인했습니다. - [ ] 코드 스타일을 적용하여 팀 코딩 컨벤션에 맞게 작성했습니다. -- [ ] 팀원 모두 구현 내용 및 코드에 대해 이해하고 있습니다. \ No newline at end of file