diff --git a/.github/ISSUE_TEMPLATE/ci.md b/.github/ISSUE_TEMPLATE/ci.md new file mode 100644 index 0000000..c0bcaa9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ci.md @@ -0,0 +1,20 @@ +--- +name: "CI/CD" +about: 배포 작업 템플릿입니다. +title: "ci/cd: " +labels: ci +assignees: '' + +--- + +# Title + +- title + +# TODO + +- [ ] write what to do + +# etc + +- nothing diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/docs.md new file mode 100644 index 0000000..e907a29 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs.md @@ -0,0 +1,20 @@ +--- +name: "DOCS" +about: 문서 작업 템플릿입니다. +title: "docs: " +labels: docs +assignees: '' + +--- + +# Title + +- title + +# TODO + +- [ ] write what to do + +# etc + +- nothing diff --git a/.github/ISSUE_TEMPLATE/feat.md b/.github/ISSUE_TEMPLATE/feat.md new file mode 100644 index 0000000..0a5101f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feat.md @@ -0,0 +1,20 @@ +--- +name: "FEAT" +about: 기능 개발 템플릿입니다. +title: "feat: " +labels: feat +assignees: '' + +--- + +# Title + +- title + +# TODO + +- [ ] write what to do + +# etc + +- nothing diff --git a/.github/ISSUE_TEMPLATE/fix.md b/.github/ISSUE_TEMPLATE/fix.md new file mode 100644 index 0000000..cbe7685 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/fix.md @@ -0,0 +1,20 @@ +--- +name: "FIX" +about: 버그 수정 템플릿입니다. +title: "fix: " +labels: fix +assignees: '' + +--- + +# Title + +- title + +# TODO + +- [ ] write what to do + +# etc + +- nothing diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md new file mode 100644 index 0000000..a720cb6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/refactor.md @@ -0,0 +1,20 @@ +--- +name: "REFACTOR" +about: 리팩토링 템플릿입니다. +title: "️refactor: " +labels: refactor +assignees: '' + +--- + +# Title + +- title + +# TODO + +- [ ] write what to do + +# etc + +- nothing diff --git a/.github/ISSUE_TEMPLATE/test.md b/.github/ISSUE_TEMPLATE/test.md new file mode 100644 index 0000000..36a32bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/test.md @@ -0,0 +1,20 @@ +--- +name: "TEST" +about: 테스트 작업 템플릿입니다. +title: "test: " +labels: test +assignees: '' + +--- + +# Title + +- title + +# TODO + +- [ ] write what to do + +# etc + +- nothing diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..4bd7a51 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,7 @@ +## 🌍 이슈 번호 + + +## 📝 구현 내용 + + +## 🍀 확인해야 할 부분