Skip to content

Commit

Permalink
docs: issue 템플릿 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyoung234 authored Jul 9, 2024
0 parents commit 2b5c46a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Bug Template
about: 버그 발생 시 작성하는 Template 입니다.
title: "[Fix]"
labels: ''
assignees: ''

---

## ✅ 버그 내용

## 📸 스크린샷

## 🙈 참고 사항
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature Template
about: 기능 개발을 위해 사용하는 Template 입니다.
title: "[Feature]"
labels: ''
assignees: ''

---

## ✅ TO-DO LIST

- [ ] To-do 1
- [ ] To-do 2
- [ ] To-do 3

## 🙈 참고 사항

0 comments on commit 2b5c46a

Please sign in to comment.