From 7a8d8ee8f9eeaad04fe2438817659b65da779a60 Mon Sep 17 00:00:00 2001 From: Dayeon Date: Tue, 20 Sep 2022 19:50:01 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/epic-template.md | 3 +++ .github/ISSUE_TEMPLATE/issue-template.md | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/epic-template.md b/.github/ISSUE_TEMPLATE/epic-template.md index 83087cf..5a26d27 100644 --- a/.github/ISSUE_TEMPLATE/epic-template.md +++ b/.github/ISSUE_TEMPLATE/epic-template.md @@ -7,6 +7,9 @@ assignees: '' --- +## Branch +`DEV-2/DEV-3/DEV-132` + ## Overview 개요를 적습니다. diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md index b8be80e..fee03f6 100644 --- a/.github/ISSUE_TEMPLATE/issue-template.md +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -1,12 +1,15 @@ --- name: Issue template about: 프로젝트의 Issue에 대해 설명합니다. -title: '' +title: "[ISSUE]" labels: '' assignees: '' --- +## Branch +`DEV-2/DEV-3/DEV-132` + ## Description *작업에 대해 명확하고 간결하게 설명합니다.*