From aa0ed7e6814d61daba01b13d34f975c6153c12f3 Mon Sep 17 00:00:00 2001 From: Chea Yunzi Date: Thu, 26 Mar 2026 14:09:14 +0900 Subject: [PATCH] Revise feature issue template for clarity and format Updated the feature issue template to a new format with improved descriptions and structure. --- .github/ISSUE_TEMPLATE/feature-template.md | 35 ++++++++++------------ 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-template.md b/.github/ISSUE_TEMPLATE/feature-template.md index 18043cd5..01347b45 100644 --- a/.github/ISSUE_TEMPLATE/feature-template.md +++ b/.github/ISSUE_TEMPLATE/feature-template.md @@ -1,19 +1,16 @@ ---- -name: Feature Template -about: 기능 추가를 위한 이슈 템플릿 -title: 'Feature: 제목을 적어주세요' -labels: '' -assignees: '' - ---- - -## :sparkles: 설명 -> 기능에 대한 자세한 설명을 적어주세요. - -## :pushpin: 해야 할 일 -- [ ] 기능 구현을 위해 -- [ ] 해야 할 일들을 -- [ ] 적어주세요. - -## :calendar: 기한 -> 기한이 설정된 경우 적어주세요. +name: Feature request +description: Suggest an idea for this project +title: "[Feature]: " +labels: "기능" +body: + - type: markdown + attributes: + value: | + 새로운 기능에 대해서 설명해주세요. + - type: textarea + id: context + attributes: + label: 기능 + description: 어떤 기능인가요? + validations: + required: false