From 411a4f8619ff37a880aa645780050c5b34adaa87 Mon Sep 17 00:00:00 2001 From: summit45 <81628744+summit45@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:34:38 +0900 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/\360\237\220\236-bug.md" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename ".github/ISSUE_TEMPLATE/\342\234\205-feature.md" => ".github/ISSUE_TEMPLATE/\360\237\220\236-bug.md" (51%) diff --git "a/.github/ISSUE_TEMPLATE/\342\234\205-feature.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\236-bug.md" similarity index 51% rename from ".github/ISSUE_TEMPLATE/\342\234\205-feature.md" rename to ".github/ISSUE_TEMPLATE/\360\237\220\236-bug.md" index a511f7e..94310fd 100644 --- "a/.github/ISSUE_TEMPLATE/\342\234\205-feature.md" +++ "b/.github/ISSUE_TEMPLATE/\360\237\220\236-bug.md" @@ -1,8 +1,8 @@ --- -name: "✅ FEATURE" -about: Feature 작업 사항을 입력해주세요 -title: "[FEATURE]" -labels: enhancement +name: "\U0001F41E BUG" +about: Bug 발생 시 작성해주세요. +title: "[BUG]" +labels: bug assignees: '' ---