From 7327e384276bb1c5597e5f8e723c191ec5ea85e2 Mon Sep 17 00:00:00 2001 From: datalater Date: Mon, 18 Oct 2021 16:58:28 +0900 Subject: [PATCH] =?UTF-8?q?PR=20=ED=85=9C=ED=94=8C=EB=A6=BF=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..13e5901 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +## 💁 설명 + +PR 설명 + +## 연결된 이슈 + +## 📑 체크리스트 + +> 구현한 목록 체크리스트 + +- [ ] 체크 사항 1 +- [ ] 체크 사항 2 +- [ ] 체크 사항 3 +- [ ] 체크 사항 4 + +## 🚧 주의 사항 + +> PR을 읽을 때 살펴볼 사항 + +- 주의 사항 1 +- 주의 사항 2