From 3931c808129be43647f543a34229d01c821d32e4 Mon Sep 17 00:00:00 2001 From: gourderased <117848386+gourderased@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:12:38 +0900 Subject: [PATCH] Update issue templates --- .../issue----\342\234\205feature.md" | 19 +++++++++++++++++++ .../issue----\360\237\220\236bug.md" | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 ".github/ISSUE_TEMPLATE/issue----\342\234\205feature.md" create mode 100644 ".github/ISSUE_TEMPLATE/issue----\360\237\220\236bug.md" diff --git "a/.github/ISSUE_TEMPLATE/issue----\342\234\205feature.md" "b/.github/ISSUE_TEMPLATE/issue----\342\234\205feature.md" new file mode 100644 index 0000000..941dc19 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/issue----\342\234\205feature.md" @@ -0,0 +1,19 @@ +--- +name: Issue:   ✅FEATURE +about: Feature 작업 사항을 입력해주세요 +title: 'Issue: ' +labels: '' +assignees: '' + +--- + +## Description +- 설명을 작성해주세요. + + +## To-do +- 상세 작업 내용을 적어주세요 +- [ ] todo1 +- [ ] todo2 + +## ETC diff --git "a/.github/ISSUE_TEMPLATE/issue----\360\237\220\236bug.md" "b/.github/ISSUE_TEMPLATE/issue----\360\237\220\236bug.md" new file mode 100644 index 0000000..4f67d5d --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/issue----\360\237\220\236bug.md" @@ -0,0 +1,19 @@ +--- +name: "Issue: \U0001F41EBUG" +about: BUG 발생 시 작성해주세요 +title: '' +labels: '' +assignees: '' + +--- + +## Description +- 설명을 작성해주세요. + + +## To-do +- 상세 작업 내용을 적어주세요 +- [ ] todo1 +- [ ] todo2 + +## ETC