-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 changed file
with
38 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,38 @@ | ||
--- | ||
name: 버그리포트 구조 | ||
about: 버그리포트 기본 구조 입니다. | ||
title: " [페이지명] 안건" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**버그 설명** | ||
버그에 대한 명확하고 간결한 설명해주세요. | ||
|
||
**재현하는 방법** | ||
동작을 재현하는 단계: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**예상한 동작** | ||
예상했던 일에 대한 명확하고 간결한 설명해주세요. | ||
|
||
**스크린샷** | ||
문제를 설명하는 데 도움이 되는 스크린샷을 추가하세요. 스크린샷으로 어렵다면 영상첨부해주세요. | ||
|
||
**데스크톱(다음 정보를 작성해 주세요):** | ||
- OS: [예) iOS] | ||
- Browser [예) chrome, safari] | ||
- Version [예) 22] | ||
|
||
**스마트폰(다음 정보를 입력하세요):** | ||
- Device: [예) iPhone6] | ||
- OS: [예) iOS8.1] | ||
- Browser [예) chrome, safari] | ||
- Version [예) 22] | ||
|
||
**추가적인 내용:** | ||
여기에 문제에 대한 다른 컨텍스트를 추가해주세요. |