-
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
1 parent
de60701
commit 7688425
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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: Create a report to help us improve | ||
title: '' | ||
labels: "\U0001F41B BUG" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 🧐 어떤 상황에서 발생한 버그인가요? | ||
>ex. 버튼 클릭 시 팝업이 뜨지 않는 버그 | ||
### Given | ||
> ex. 사용자가 웹 페이지에 로그인한 상태에서 "설정" 버튼을 클릭할 준비가 되어 있습니다. | ||
### When | ||
> ex. 사용자가 "설정" 버튼을 클릭합니다. | ||
### Then | ||
> ex. "설정" 팝업 창이 화면에 나타나야 합니다. | ||
## 🐛 어떤 버그인가요? | ||
> ex. 그러나 팝업 창이 표시되지 않습니다. | ||
## 📚 참고할만한 자료(선택) |