From 675ca044d453ff397b39d4434316eaef31fbe1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=80=EB=8A=90=ED=98=84=EC=8A=A4?= Date: Tue, 10 Oct 2023 23:49:20 +0900 Subject: [PATCH] docs: update request template --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) 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` 받았나요?