-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
d4969f4
commit cc351d8
Showing
2 changed files
with
42 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,20 @@ | ||
--- | ||
name: 기능 이슈 | ||
about: 기능 관련 이슈 | ||
title: feat | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 어떤 기능인가요? | ||
|
||
> 추가하려는 기능에 대해 간결하게 설명해주세요 | ||
## 작업 상세 내용 | ||
|
||
- [ ] TODO | ||
- [ ] TODO | ||
- [ ] TODO | ||
|
||
## 참고할만한 자료(선택) |
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,22 @@ | ||
--- | ||
name: 버그 이슈 | ||
about: 버그 관련 이슈 | ||
title: fix | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 어떤 버그인가요? | ||
|
||
> 어떤 버그인지 간결하게 설명해주세요 | ||
## 어떤 상황에서 발생한 버그인가요? | ||
|
||
> (가능하면) Given-When-Then 형식으로 서술해주세요 | ||
## 예상 결과 | ||
|
||
> 예상했던 정상적인 결과가 어떤 것이었는지 설명해주세요 | ||
## 참고할만한 자료(선택) |