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