-
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.
Showing
2 changed files
with
50 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,26 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "\U0001F6A8 [BUG]" | ||
labels: "\U0001F41EBugFix" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 🚨 버그에 대한 설명 | ||
<!-- 어떤 버그인지 설명해주세요. --> | ||
|
||
### Smartphone Info (please complete the following information):** | ||
- 기종: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- 브라우저 : [e.g. stock browser, safari] | ||
- Version : [e.g. 22] | ||
|
||
## ✒️ 재현방법 | ||
<!-- 어떤 식으로 발생했는지 순서대로 작성해주세요. --> | ||
|
||
## ✉️ 예상 응답 | ||
<!-- 어떤 결과를 얻을 것이라고 생각했는지 알려주세요. --> | ||
|
||
## 📷 화면 캡쳐 | ||
<!-- 가능하면 캡쳐된 화면으로도 설명해주세요. --> |
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,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: "✨Feat" | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
❗️ 이슈 제목은 아래의 형식을 맞춰주세요 | ||
- feat: 기능 추가 | ||
- fix: 에러 수정, 버그 수정 | ||
- chore: gradle 세팅, 위의 것 이외에 거의 모든 것 | ||
- docs: README, 문서 | ||
- refactor: 코드 리펙토링 (기능 변경 없이 코드만 수정할 때) | ||
- modify: 코드 수정 (기능의 변화가 있을 때) | ||
--> | ||
|
||
## 📢 Issue | ||
- 이슈 내용에 대해 작성해주세요 👍 | ||
|
||
## ✔️ CheckList | ||
- [ ] 해야 할 체크리스트를 작성해주세요 😊 |