diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d182420..3fd7976 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,5 @@ ## 1️⃣ 어떤 작업을 했나요? (Summary) + - resolved #(issue_num) ### 기존 코드에 영향을 미치지 않는 변경사항 @@ -11,3 +12,6 @@ ## 3️⃣ 추후 작업 +## 4️⃣ 체크리스트 (Checklist) + +- [ ] `main` 브랜치의 최신 코드를 `pull` 받았나요?