From 26f7fee8a49d2cf48ef0b27e2da123c3fc0c2ae7 Mon Sep 17 00:00:00 2001 From: sangminnim Date: Mon, 16 Oct 2023 18:53:38 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=9D=B4=EC=8A=88=ED=85=9C=ED=94=8C?= =?UTF-8?q?=EB=A0=9B=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/feature.md | 2 +- .github/ISSUE_TEMPLATE/refactor.md | 2 +- .github/ISSUE_TEMPLATE/style.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 9001839b..2a35a696 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,5 +1,5 @@ --- -name: PETTALK bug issue template +name: bug issue template about: 'about need to fix bug' title: "🐛 [Bug] " labels: Bug diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 95a4b488..f3d078b1 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,5 +1,5 @@ --- -name: PETTALK Feature request template +name: feature request template about: feature title: "🚀 [Feature] " labels: Feature diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md index bd1909c9..25b394ab 100644 --- a/.github/ISSUE_TEMPLATE/refactor.md +++ b/.github/ISSUE_TEMPLATE/refactor.md @@ -1,5 +1,5 @@ --- -name: PETTALK refactor issue template +name: refactor issue template about: 'about need to refactor ' title: " [Refactor] " labels: Refactor diff --git a/.github/ISSUE_TEMPLATE/style.md b/.github/ISSUE_TEMPLATE/style.md index 19fca854..c9858fcd 100644 --- a/.github/ISSUE_TEMPLATE/style.md +++ b/.github/ISSUE_TEMPLATE/style.md @@ -1,5 +1,5 @@ --- -name: PETTALK Style issue template +name: style issue template about: 'make Style Component' title: "💄 [Style] " labels: Style