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