diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 0000000..4ecaaa7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,32 @@ +name: 기능 요청 +description: 프로젝트에 추가하고 싶은 기능에 대해 설명해주세요. +title: "[feat] " +labels: ["enhancement"] +body: + - type: input + id: title + attributes: + label: "제목" + description: "기능 요청의 간략한 제목을 적어주세요." + placeholder: "예: 나이트 모드 추가" + validations: + required: true + - type: textarea + id: problem-description + attributes: + label: "문제 설명" + description: "어떤 문제 때문에 이 기능이 필요한가요?" + placeholder: "현재 상황과 문제점을 상세히 설명해주세요." + validations: + required: true + - type: textarea + id: desired-solution + attributes: + label: "원하는 해결책" + description: "원하는 해결책을 상세히 설명해주세요." + placeholder: "이 기능이 어떻게 문제를 해결할 수 있는지 설명해주세요." + validations: + required: true + - type: markdown + attributes: + value: "가능한 모든 세부사항을 작성해주세요!"