From 5911783121132a81ff749991ac6d6302b21e1dd3 Mon Sep 17 00:00:00 2001 From: junhaa <2171326@hansung.ac.kr> Date: Sat, 30 Mar 2024 22:33:43 +0900 Subject: [PATCH] =?UTF-8?q?:art:=20CHORE.=20=EC=9D=B4=EC=8A=88,=20PR=20?= =?UTF-8?q?=ED=85=9C=ED=94=8C=EB=A6=BF=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/issue-template.md | 22 ++++++++++++++++++++++ .github/pull_request_template.md | 19 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 0000000..8093e39 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,22 @@ +--- +name: issue template +about: 이슈 템플릿 +title: '' +labels: '' +assignees: '' + +--- + +# 📝 Preview + + + + + +# ✅ Todo +- [ ] +- [ ] +- [ ] + + +# 📌 Remark diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..9c21c33 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +``` +- commit message가 적절한지 확인해주세요. +- 마지막으로 Coding Convention을 준수했는지 확인해주세요. +- 적절한 branch로 요청했는지 확인해주세요. +- Assignees, Label을 붙여주세요. +- 가능한 이슈를 Link 해주세요. +- PR이 승인된 경우 해당 브랜치는 삭제 부탁드립니다. +``` + +## 관련 이슈 +closed # + +## 변경 사항 및 이유 +해당 pr에서 작업한 내역을 적어주세요. + +## PR Point +변경사항 및 주의 사항 (모듈 설치 등)을 적어주세요. + +## 📸 ScreenShot