From 1ea65091200ea10f051226e3e1274630a33e084d Mon Sep 17 00:00:00 2001 From: KyuWon Kim <80209277+kkyu0718@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:48:04 +0900 Subject: [PATCH] =?UTF-8?q?=08docs:=20pr=20=ED=85=9C=ED=94=8C=EB=A6=BF=20?= =?UTF-8?q?=EC=B2=B4=ED=81=AC=EB=A6=AC=EC=8A=A4=ED=8A=B8=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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0b779d9d..61555472 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,12 @@ +# PR 제목 +## PR 체크 +- [ ] 하나의 PR 에는 100줄 정도의 커밋을 한다는 규칙을 지키고 있나요? +- [ ] 무엇을 변경했는지 충분히 설명하고 있나요? +- [ ] 새로운 기술을 사용했다면, 그 기술을 설명하고 있나요? +- [ ] 이해하기 어려운 비즈니스 로직에 관해서 부연 설명을 하고 있나요? +- [ ] 팀원 한 명을 Assign 했나요? +- [ ] 작업 범위에 대해서 테스트를 작성하셨나요? + ## 🚨 관련 이슈 closes #[이슈번호]