-
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
0 parents
commit cd4656e
Showing
3 changed files
with
89 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,35 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
✅ 어떤 버그인지 자세히 알려주세요. | ||
✅ 스크린샷이 있으면 더 좋아요🙂 | ||
--> | ||
## Describe the bug | ||
- | ||
|
||
<!-- | ||
✅ 버그를 재현하는 과정을 알려주세요. | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
--> | ||
## To Reproduce | ||
|
||
<!-- | ||
✅ 기대하는 결과를 설명해주세요. | ||
--> | ||
## Expected behavior | ||
- | ||
|
||
<!-- | ||
✅ Label을 설정하였는지 확인해주세요. | ||
✅ Assignee를 지정하였는지 확인해주세요. | ||
--> |
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: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
✅ 어떤 기능인지 구체적으로 설명해주세요. | ||
--> | ||
## Feature Description | ||
- | ||
|
||
<!-- | ||
✅ 개발이 필요한 기능을 요약해주세요. | ||
--> | ||
## Todo list | ||
- [ ] | ||
|
||
|
||
<!-- | ||
✅ Label을 설정하였는지 확인해주세요. | ||
✅ Assignee를 지정하였는지 확인해주세요. | ||
--> |
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,28 @@ | ||
<!-- | ||
✅ Resolve: #이슈번호 형태로 입력해 주세요. | ||
ex) Resolve: #123 | ||
--> | ||
## 📌Linked Issues | ||
- | ||
|
||
<!-- | ||
✅ 변경 사항을 자세히 알려주세요. (why -> what -> how) | ||
--> | ||
## ✏Change Details | ||
- | ||
|
||
<!-- | ||
✅ 추가로 전달할 내용이 있다면 적어주세요. | ||
--> | ||
## 💬Comment | ||
- | ||
|
||
<!-- | ||
✅ 참고한 사이트가 있다면 공유해주세요. | ||
--> | ||
## 📑References | ||
- | ||
|
||
## ✅Check List | ||
- [ ] 추가한 기능에 대한 테스트는 모두 완료하셨나요? | ||
- [ ] 코드 정렬(Ctrl + Alt + L), 불필요한 코드나 오타는 없는지 확인하셨나요? |