From 053c5789b99d58ec707045bc8cb78ddb6b896d55 Mon Sep 17 00:00:00 2001 From: ybchar Date: Sat, 6 Apr 2024 01:51:49 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20issue,=20PR=20=ED=85=9C=ED=94=8C?= =?UTF-8?q?=EB=A6=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CODEOWNERS | 1 + .../\342\231\273\357\270\217-refactor.md" | 11 +++++++++++ .../ISSUE_TEMPLATE/\342\232\231\357\270\217-chore.md" | 11 +++++++++++ ".github/ISSUE_TEMPLATE/\342\234\205-test.md" | 11 +++++++++++ ".github/ISSUE_TEMPLATE/\342\234\250-feature.md" | 11 +++++++++++ ".github/ISSUE_TEMPLATE/\360\237\220\233-fix.md" | 11 +++++++++++ .../ISSUE_TEMPLATE/\360\237\223\235-documentation.md" | 11 +++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 8 files changed, 78 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 ".github/ISSUE_TEMPLATE/\342\231\273\357\270\217-refactor.md" create mode 100644 ".github/ISSUE_TEMPLATE/\342\232\231\357\270\217-chore.md" create mode 100644 ".github/ISSUE_TEMPLATE/\342\234\205-test.md" create mode 100644 ".github/ISSUE_TEMPLATE/\342\234\250-feature.md" create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\220\233-fix.md" create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\223\235-documentation.md" create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..2062c9b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @uiurihappy @Beakjiyeon diff --git "a/.github/ISSUE_TEMPLATE/\342\231\273\357\270\217-refactor.md" "b/.github/ISSUE_TEMPLATE/\342\231\273\357\270\217-refactor.md" new file mode 100644 index 0000000..e162a0b --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\342\231\273\357\270\217-refactor.md" @@ -0,0 +1,11 @@ +--- +name: "♻️ refactor" +about: 리팩토링 이슈 템플릿 +title: "♻️ " +labels: "♻️ refactor" +assignees: '' + +--- + +## 📌 Description +- diff --git "a/.github/ISSUE_TEMPLATE/\342\232\231\357\270\217-chore.md" "b/.github/ISSUE_TEMPLATE/\342\232\231\357\270\217-chore.md" new file mode 100644 index 0000000..cb9dcf8 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\342\232\231\357\270\217-chore.md" @@ -0,0 +1,11 @@ +--- +name: "⚙️ chore" +about: 빌드 및 CI/CD 이슈 템플릿 +title: "⚙️ " +labels: "⚙️ chore" +assignees: '' + +--- + +## 📌 Description +- diff --git "a/.github/ISSUE_TEMPLATE/\342\234\205-test.md" "b/.github/ISSUE_TEMPLATE/\342\234\205-test.md" new file mode 100644 index 0000000..d2574fc --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\342\234\205-test.md" @@ -0,0 +1,11 @@ +--- +name: "✅ test" +about: 테스트 이슈 템플릿 +title: "✅ " +labels: "✅ test" +assignees: '' + +--- + +## 📌 Description +- diff --git "a/.github/ISSUE_TEMPLATE/\342\234\250-feature.md" "b/.github/ISSUE_TEMPLATE/\342\234\250-feature.md" new file mode 100644 index 0000000..08842a6 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\342\234\250-feature.md" @@ -0,0 +1,11 @@ +--- +name: "✨ feature" +about: 기능 추가 이슈 템플릿 +title: "✨ " +labels: "✨ feature" +assignees: '' + +--- + +## 📌 Description +- diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\233-fix.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\233-fix.md" new file mode 100644 index 0000000..53e9dda --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\220\233-fix.md" @@ -0,0 +1,11 @@ +--- +name: "🐛 fix" +about: 버그 및 에러 이슈 템플릿 +title: "🐛 " +labels: "🐛 bug/error" +assignees: '' + +--- + +## 📌 Description +- diff --git "a/.github/ISSUE_TEMPLATE/\360\237\223\235-documentation.md" "b/.github/ISSUE_TEMPLATE/\360\237\223\235-documentation.md" new file mode 100644 index 0000000..c85237b --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\223\235-documentation.md" @@ -0,0 +1,11 @@ +--- +name: "📝 documentation" +about: 문서화 이슈 템플릿 +title: "📝 " +labels: "📝 documentation" +assignees: '' + +--- + +## 📌 Description +- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..68f377c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +## 🌱 관련 이슈 +- close # + +## 📌 작업 내용 및 특이사항 +- + +## 📝 참고사항 +- + +## 📚 기타 +-