Skip to content

Commit

Permalink
⬆️ 버그 리포트 이슈 템플릿 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoorich authored Dec 16, 2024
1 parent de60701 commit 7688425
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/버그-레포트.md

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/버그-리포트.md
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. 그러나 팝업 창이 표시되지 않습니다.
## 📚 참고할만한 자료(선택)

0 comments on commit 7688425

Please sign in to comment.