From e1545d3e3f0666ea48cb6bcec10db84b69d808c3 Mon Sep 17 00:00:00 2001 From: Shin-Yun-Cheol Date: Tue, 30 Sep 2025 16:49:17 +0900 Subject: [PATCH 1/5] =?UTF-8?q?chore=20:=20=EC=9D=B4=EC=8A=88=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=20=ED=85=9C=ED=94=8C=EB=A6=BF=20=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/refact_request.md | 16 ++++++++++++++++ .idea/gradle.xml | 1 + 2 files changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/refact_request.md diff --git a/.github/ISSUE_TEMPLATE/refact_request.md b/.github/ISSUE_TEMPLATE/refact_request.md new file mode 100644 index 0000000..65b132b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/refact_request.md @@ -0,0 +1,16 @@ +--- +name: "Refact Report" +about: 버그 리포트를 작성할 때 사용하는 템플릿입니다. +title: "[REFACT] " +labels: "refact" +assignees: '' +--- + +### 🔬 재현 절차 +1. ... +2. ... +3. ... + +### 🤔 예상 결과 +### 💻 환경 +- **OS:** - **Browser:** \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 14746e7..2a65317 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,5 +1,6 @@ +