From f751a8d07630c4afb2f6aa369c273197177257ad Mon Sep 17 00:00:00 2001 From: Seo Chanhyeok Date: Thu, 22 Feb 2024 11:13:22 +0900 Subject: [PATCH] Update issue templates (#6) --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/fix.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/new-feature.md | 2 +- .github/ISSUE_TEMPLATE/refactor.md | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/fix.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 74986f14..df2d83f6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: Bug Report about: 버그 발생 보고 및 해결 title: "[Bug]" -labels: '' +labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/fix.md b/.github/ISSUE_TEMPLATE/fix.md new file mode 100644 index 00000000..3f1ddac5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/fix.md @@ -0,0 +1,22 @@ +--- +name: Fix +about: 기능 수정 작업 +title: "[Fix]" +labels: fix +assignees: '' + +--- + +# [Fix] + +### 📝 Description + +--- + + + +### ✅ To Do List + +--- + +- [ ] 작업1 diff --git a/.github/ISSUE_TEMPLATE/new-feature.md b/.github/ISSUE_TEMPLATE/new-feature.md index d199f7ec..32f19dc3 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.md +++ b/.github/ISSUE_TEMPLATE/new-feature.md @@ -2,7 +2,7 @@ name: New Feature about: 새로운 기능 개발 title: "[Feature]" -labels: '' +labels: feature assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md index c4f1a4c2..9ed8594f 100644 --- a/.github/ISSUE_TEMPLATE/refactor.md +++ b/.github/ISSUE_TEMPLATE/refactor.md @@ -2,7 +2,7 @@ name: Refactor about: 리팩토링 작업 title: "[Refactor]" -labels: '' +labels: refactor assignees: '' ---