From 7965bb765c176d820b3ec9dde3cdd56623a1d36a Mon Sep 17 00:00:00 2001 From: Seogeurim Date: Mon, 9 Aug 2021 21:53:27 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20Issue=20Template=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..47e9625 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: 버그 발생 관련 이슈 발행 +title: "[BUG] " +labels: bug +assignees: '' + +--- + +## 개요 + +## 버그 발생 단계 + +## 예상 동작 + +## 진행 사항 + +- [ ] todo1 +- [ ] todo2 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..3957378 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: 프로젝트 기능 개발 관련 이슈 발행 +title: "[FEATURE] " +labels: feature +assignees: '' + +--- + +## 개요 + +## 소요 시간 + +- 예상 완료 시간 : +- 실제 투입 시간 : + +## 진행 사항 + +- [ ] todo1 +- [ ] todo2