Skip to content

Commit

Permalink
docs : 버그,기능 이슈 템플릿 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdjww authored Nov 25, 2023
1 parent 4ece681 commit e08277d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/-🚫-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\b\U0001F6AB BUG"
about: 버그 템플릿입니다.
title: "\U0001F6AB [BUG]"
labels: bug
assignees: ''

---

# 📄 버그 내용
버그 내용

# ✔️ TODO
- [x] 투두리스트

# ➕ ETC
그 외
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/✅-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "✅ FEATURE"
about: 기능 구현 템플릿입니다.
title: "✅ [FEATURE]"
labels: enhancement
assignees: ''

---

# 📄 CONTENT
기능 내용

# ✔️ TODO
- [x] 투두리스트

# ➕ ETC
그 외

0 comments on commit e08277d

Please sign in to comment.