diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f90d76e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @zizzic/programmers \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_issue_template.md b/.github/ISSUE_TEMPLATE/bug_issue_template.md new file mode 100644 index 0000000..388980d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_issue_template.md @@ -0,0 +1,16 @@ +--- +name: 버그 관련 이슈 템플릿 +about: 버그와 관련된 이슈 +title: "[BUG] XXXXX" +labels: bug +assignees: '' + +--- + + +### Description + diff --git a/.github/ISSUE_TEMPLATE/feature_issue_template.md b/.github/ISSUE_TEMPLATE/feature_issue_template.md new file mode 100644 index 0000000..3f32eef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_issue_template.md @@ -0,0 +1,16 @@ +--- +name: 새로운 기능 이슈 템플릿 +about: 새로운 기능 이슈와 관련된 템플릿 +title: "[FEAT] XXXXXXX" +labels: enhancement +assignees: '' + +--- + + +### Description + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6c36d67 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ + +### 작업 분류 + +- [x] 신규 기능 +- [ ] 기능 수정 +- [ ] 버그 수정 +- [ ] 프로젝트 구조 변경 + +### 작업 상세 내용 + + + +### 생각해볼 문제 + + + +resolve #{issue number} \ No newline at end of file