Skip to content

Commit

Permalink
docs: Issue Template 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
Seogeurim authored Aug 9, 2021
1 parent d15c943 commit 7965bb7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Bug report
about: 버그 발생 관련 이슈 발행
title: "[BUG] "
labels: bug
assignees: ''

---

## 개요 <!-- 발생한 버그에 대한 간단한 설명 작성 -->

## 버그 발생 단계 <!-- 필요할 경우 스크린샷 등 첨부 -->

## 예상 동작 <!-- 필요할 경우 스크린샷 등 첨부 -->

## 진행 사항 <!-- 할 일 목록을 만들고 진행 사항 표시 -->

- [ ] todo1
- [ ] todo2
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: 프로젝트 기능 개발 관련 이슈 발행
title: "[FEATURE] "
labels: feature
assignees: ''

---

## 개요 <!-- 개발할 기능에 대한 간단한 설명 작성 -->

## 소요 시간 <!-- ex. 2h 처럼 시간 단위로 작성 -->

- 예상 완료 시간 :
- 실제 투입 시간 :

## 진행 사항 <!-- 할 일 목록을 만들고 진행 사항 표시 -->

- [ ] todo1
- [ ] todo2

0 comments on commit 7965bb7

Please sign in to comment.