Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: 오류 수정
title: ''
labels: ''
assignees: romdyfo

---

## 🍒 IssueName
이슈 명을 작성해주세요.

## 📝 Description
오류에 대해 설명해주세요.

### 오류 원인

### 해결 방안

## 🌱 Todo
- [ ] 진행 예정
- [x] 진행 완료
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
about: 기능 개발
title: ''
labels: ''
assignees: ''

---

## 🍒 IssueName
이슈 명을 작성해주세요.

## 📝 Description
이슈에 대해 간결하게 설명해주세요.

## 🌱 Todo
- [ ] 진행 예정
- [x] 진행 완료
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Issue report
about: 기타 이슈
title: ''
labels: ''
assignees: ''

---

## 🍒 IssueName
> 이슈 명을 작성해주세요.

## 📝 Description
이슈에 대해 간결하게 설명해주세요.

## 🌱 Todo
- [ ] 진행 예정
- [x] 진행 완료
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Refactor request
about: 리팩토링 이슈
title: ''
labels: ''
assignees: ''

---

## 🍒 IssueName
이슈 명을 작성해주세요.

## 📝 Description
이슈에 대해 간결하게 설명해주세요.

## 🌱 Todo
- [ ] 진행 예정
- [x] 진행 완료