From 02cab13f2495ef66acee2ab2f63c9bc9ba184243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=ED=98=84?= Date: Mon, 4 Sep 2023 11:07:19 +0900 Subject: [PATCH] =?UTF-8?q?:sparkles:=20::=20ISSUE=20TEMPLATE=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..88caa7e1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,14 @@ +--- +name: Bug +about: 버그 정리하기 +title: '' +labels: '' +assignees: '' + +--- + +## 📌 개요 +- 버그를 간단하게 적어주세요. + +## 📚 레퍼런스 (또는 새로 알게 된 내용) 혹은 궁금한 사항들 +- 참고할 사항이 있다면 적어주세요 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..96f7dca5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,14 @@ +--- +name: Feature +about: 할 일 정리하기 +title: '' +labels: '' +assignees: '' + +--- + +## 📌 개요 +- 할 일을 간단하게 적어주세요 + +## 📚 레퍼런스 (또는 새로 알게 된 내용) 혹은 궁금한 사항들 +- 참고할 사항이 있다면 적어주세요 \ No newline at end of file