diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..f1d61946 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: 버그 리포트 이슈 템플릿 +title: '' +labels: '' +assignees: '' + +--- + +## 버그 +- 어떤 버그인지 간결하게 설명해주세요 + +## 재현 경로 +- Given-When-Then 형식으로 서술해주세요 + +## 예상 결과 +- 예상했던 정상적인 결과가 어떤 것이었는지 설명해주세요 + +## 참고(선택) diff --git a/.github/ISSUE_TEMPLATE/feature-template.md b/.github/ISSUE_TEMPLATE/feature-template.md new file mode 100644 index 00000000..61577ea2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-template.md @@ -0,0 +1,19 @@ +--- +name: Feature Template +about: 기능 추가 이슈 템플릿 +title: '' +labels: '' +assignees: '' + +--- + +## 기능 추가 +- 추가하려는 기능에 대해 간결하게 설명해주세요 + +## 작업 상세 내용 + +- [ ] TODO +- [ ] TODO +- [ ] TODO + +## 참고(선택)