Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Refactor request
about: Suggest an refactor for this project
title: ''
labels: refactor
assignees: ''

---

## 어떤 부분을 리팩터링하려 하나요?

> 리팩터링하려는 부분에 대해 간결하게 설명해주세요

### AS-IS
- as-is
- as-is

### TO-BE
- to-be
- to-be

## 작업 상세 내용

- [ ] TODO
- [ ] TODO
- [ ] TODO

## 참고할만한 자료(선택)