From 330785f93aecf9114295638b030a726a3af5a409 Mon Sep 17 00:00:00 2001 From: Park Chanho Date: Fri, 11 Aug 2023 13:29:06 +0900 Subject: [PATCH] =?UTF-8?q?Create=20=F0=9F=94=A7refactor=5Fissue=5Ftemplat?= =?UTF-8?q?e.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...360\237\224\247refactor_issue_template.md" | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\224\247refactor_issue_template.md" diff --git "a/.github/ISSUE_TEMPLATE/\360\237\224\247refactor_issue_template.md" "b/.github/ISSUE_TEMPLATE/\360\237\224\247refactor_issue_template.md" new file mode 100644 index 00000000..48124aec --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\224\247refactor_issue_template.md" @@ -0,0 +1,24 @@ +--- +name: "🔧REFACTOR" +about: 리펙토링 작업 사항을 입력해주세요. +title: '' +labels: Refactor +assignees: '' + +--- + +## Description + +### 현재 문제점 +(리펙토링이 필요한 현재 코드의 문제점을 설명해주세요.) + +### 개선 방향 +(리펙토링을 통해 어떤 방향으로 개선될 것인지 설명해주세요.) + +## To-do +- [ ] (첫 번째 리펙토링 작업) +- [ ] (두 번째 리펙토링 작업) +- ... + +## ETC +(기타 사항이 있다면 추가해주세요.)