From 77262a26271c52ad19a1de7835cfc007e3f77da0 Mon Sep 17 00:00:00 2001 From: Geonwoo Pack <89628690+packdev937@users.noreply.github.com> Date: Tue, 7 May 2024 21:43:53 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ------------------- .../ISSUE_TEMPLATE/issue_feature_teamplte.md | 18 +++++++++++++++++ 2 files changed, 18 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/issue_feature_teamplte.md 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/issue_feature_teamplte.md b/.github/ISSUE_TEMPLATE/issue_feature_teamplte.md new file mode 100644 index 0000000..60524da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_feature_teamplte.md @@ -0,0 +1,18 @@ +--- +name: ISSUE_FEATURE_TEAMPLTE +about: Suggest an idea for this project +title: "[Feature]" +labels: '' +assignees: '' + +--- + +### Description +> 개발 하고자 하는 기능에 대해 설명해주세요 + +### In Detail +- [ ] : 기능1 +- [ ] : 기능2 + +### Reference +참고할 사항, 레퍼런스 등을 작성해주세요