-
Notifications
You must be signed in to change notification settings - Fork 1
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
40 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: 버그 레포트 | ||
about: 버그 제보 & QA | ||
title: "[BUG] " | ||
labels: 🐛 Bug | ||
assignees: "" | ||
--- | ||
|
||
## 📍 재현 위치 | ||
|
||
<!-- 이슈가 발생한 API나 어플 스크린샷, 실행 환경(OS) 등을 알려주세요. --> | ||
|
||
## 📌 상황 설명 | ||
|
||
<!-- 발생한 버그에 대해 알려주세요. (e.g. A 버튼 클릭시 B 오류가 발생했어요.) --> | ||
|
||
## 🤔 정상 기대값 (선택) | ||
|
||
<!-- 정상적으로 동작했다면 어떤 결과가 나와야 하는지 알려주세요. --> |
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,21 @@ | ||
--- | ||
name: Suggest | ||
about: 프로젝트 관련해서 무엇이든 제안해주세요! | ||
title: "[제안]" | ||
labels: 👋 Suggest | ||
assignees: "" | ||
--- | ||
|
||
## 💁♀️ 제안 사항 | ||
|
||
<!-- 제안할 내용을 적어주세요. --> | ||
|
||
|
||
## 👀 제안 이유 | ||
|
||
<!-- 제안하는 이유를 알려주세요. (e.g., 이 제안을 통해 우리가 얻을 수 있는 것 등) --> | ||
|
||
|
||
## ✅ 참고 사항 | ||
|
||
<!-- 공유할 내용, 스크린샷 등을 넣어 주세요. --> |