-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |