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 *작업에 대해 명확하고 간결하게 설명합니다.*