From 209c09c19a0f89747584a0e42d4ff4b9edf6c30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=8B=9C=EC=9B=90=20/=20Kim=20Siwon?= <114036799+SIWON990327@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:58:48 +0900 Subject: [PATCH] =?UTF-8?q?:memo:[Docs]=20:=20=EC=9D=B4=EC=8A=88=20?= =?UTF-8?q?=ED=85=9C=ED=94=8C=EB=A6=BF=20=EB=8B=A4=EC=96=91=ED=99=94=20(#1?= =?UTF-8?q?7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bugfix-request.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 4 ++-- .github/ISSUE_TEMPLATE/help-request.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/hotfix-request.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/infra-request.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/refactor-request.md | 17 +++++++++++++++++ 6 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bugfix-request.md create mode 100644 .github/ISSUE_TEMPLATE/help-request.md create mode 100644 .github/ISSUE_TEMPLATE/hotfix-request.md create mode 100644 .github/ISSUE_TEMPLATE/infra-request.md create mode 100644 .github/ISSUE_TEMPLATE/refactor-request.md diff --git a/.github/ISSUE_TEMPLATE/bugfix-request.md b/.github/ISSUE_TEMPLATE/bugfix-request.md new file mode 100644 index 0000000..2ea286d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bugfix-request.md @@ -0,0 +1,17 @@ +--- +name: Bugfix Request +about: 버그를 수정합니다. +title: ':bug:[Fix] : ' +labels: '\#d73a4a bugfix' +assignees: '' + +--- + +# 📝 개요 +- 추가할 기능을 세분화하여 개요 작성 + +# ✔️ To-Do +- [ ] 투두 내용 작성 + +## 👀 ETC +- 참고자료 등 기타 내용 작성 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index ab33398..8eb1726 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,8 +1,8 @@ --- name: Feature Request about: 새 기능을 추가합니다. -title: '' -labels: '' +title: ':sparkles:[Feat] : ' +labels: '\a2eeef feature' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/help-request.md b/.github/ISSUE_TEMPLATE/help-request.md new file mode 100644 index 0000000..476645c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help-request.md @@ -0,0 +1,17 @@ +--- +name: Help Wanted Request +about: 도움을 요청합니다. +title: ':sos:' +labels: '\008672 help wanted' +assignees: '' + +--- + +# 📝 개요 +- 추가할 기능을 세분화하여 개요 작성 + +# ✔️ To-Do +- [ ] 투두 내용 작성 + +## 👀 ETC +- 참고자료 등 기타 내용 작성 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/hotfix-request.md b/.github/ISSUE_TEMPLATE/hotfix-request.md new file mode 100644 index 0000000..98d3d49 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/hotfix-request.md @@ -0,0 +1,17 @@ +--- +name: HotFix Request +about: 긴급 수정을 합니다. +title: ':ambulance:[Hotfix] : ' +labels: '\e4e669 hotfix' +assignees: '' + +--- + +# 📝 개요 +- 추가할 기능을 세분화하여 개요 작성 + +# ✔️ To-Do +- [ ] 투두 내용 작성 + +## 👀 ETC +- 참고자료 등 기타 내용 작성 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/infra-request.md b/.github/ISSUE_TEMPLATE/infra-request.md new file mode 100644 index 0000000..d266eb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/infra-request.md @@ -0,0 +1,17 @@ +--- +name: Infra Request +about: 인프라를 구성합니다. +title: ':Construction_worker:[Infra] : ' +labels: '\ffffff infra' +assignees: '' + +--- + +# 📝 개요 +- 추가할 기능을 세분화하여 개요 작성 + +# ✔️ To-Do +- [ ] 투두 내용 작성 + +## 👀 ETC +- 참고자료 등 기타 내용 작성 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/refactor-request.md b/.github/ISSUE_TEMPLATE/refactor-request.md new file mode 100644 index 0000000..c076004 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/refactor-request.md @@ -0,0 +1,17 @@ +--- +name: Refactor Request +about: 코드를 리팩토링 합니다. +title: ':recycle:[Refactor] : ' +labels: '\7057ff refactor' +assignees: '' + +--- + +# 📝 개요 +- 추가할 기능을 세분화하여 개요 작성 + +# ✔️ To-Do +- [ ] 투두 내용 작성 + +## 👀 ETC +- 참고자료 등 기타 내용 작성 \ No newline at end of file