From e2c66c18fcbbf6350196709af932d724ac1a5514 Mon Sep 17 00:00:00 2001 From: Minseo Park <125115284+FpRaArNkK@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:25:45 +0900 Subject: [PATCH] =?UTF-8?q?[Docs]=20Issue,=20PR=20=ED=85=9C=ED=94=8C?= =?UTF-8?q?=EB=A6=BF=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/issue-form.yml | 4 ++-- .github/PULL_REQUEST_TEMPLATE.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue-form.yml b/.github/ISSUE_TEMPLATE/issue-form.yml index bdadcf6..8004bc8 100644 --- a/.github/ISSUE_TEMPLATE/issue-form.yml +++ b/.github/ISSUE_TEMPLATE/issue-form.yml @@ -1,13 +1,13 @@ name: 'Basic issue template' description: '기본 이슈 템플릿' labels: [] -title: '[Prefix] Issue description' +title: 'Issue description' body: - type: input id: parentKey attributes: label: '🎟️ 상위 작업 (Ticket Number)' - description: '상위 작업의 Ticket Number를 기입해주세요' + description: '상위 작업의 Ticket Number를 기입해주세요 (Story)' placeholder: 'TNT-00' validations: required: true diff --git a/.github/PULL_REQUEST_TEMPLATE.yml b/.github/PULL_REQUEST_TEMPLATE.yml index fc3b29d..4664d99 100644 --- a/.github/PULL_REQUEST_TEMPLATE.yml +++ b/.github/PULL_REQUEST_TEMPLATE.yml @@ -1,12 +1,12 @@ name: 'Pull Request Template' description: 'PR 작성 시 사용하는 기본 템플릿입니다.' -title: '[Feature] PR 제목을 작성해주세요' +title: 'PR 제목을 작성해주세요' body: - type: input id: parentKey attributes: label: '🎟️ 상위 작업 (Ticket Number)' - description: '상위 작업의 Ticket Number를 기입해주세요' + description: '상위 작업의 Ticket Number를 기입해주세요 (Story)' placeholder: 'TNT-00' validations: required: true