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