Skip to content

Commit

Permalink
📝[Docs] : 이슈 템플릿 다양화 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
NCOOL060580327 authored Apr 15, 2024
1 parent c9a7c23 commit 209c09c
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/bugfix-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Bugfix Request
about: 버그를 수정합니다.
title: ':bug:[Fix] : '
labels: '\#d73a4a bugfix'
assignees: ''

---

# 📝 개요
- 추가할 기능을 세분화하여 개요 작성

# ✔️ To-Do
- [ ] 투두 내용 작성

## 👀 ETC
- 참고자료 등 기타 내용 작성
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Feature Request
about: 새 기능을 추가합니다.
title: ''
labels: ''
title: ':sparkles:[Feat] : '
labels: '\a2eeef feature'
assignees: ''

---
Expand Down
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/help-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Help Wanted Request
about: 도움을 요청합니다.
title: ':sos:'
labels: '\008672 help wanted'
assignees: ''

---

# 📝 개요
- 추가할 기능을 세분화하여 개요 작성

# ✔️ To-Do
- [ ] 투두 내용 작성

## 👀 ETC
- 참고자료 등 기타 내용 작성
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/hotfix-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: HotFix Request
about: 긴급 수정을 합니다.
title: ':ambulance:[Hotfix] : '
labels: '\e4e669 hotfix'
assignees: ''

---

# 📝 개요
- 추가할 기능을 세분화하여 개요 작성

# ✔️ To-Do
- [ ] 투두 내용 작성

## 👀 ETC
- 참고자료 등 기타 내용 작성
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/infra-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Infra Request
about: 인프라를 구성합니다.
title: ':Construction_worker:[Infra] : '
labels: '\ffffff infra'
assignees: ''

---

# 📝 개요
- 추가할 기능을 세분화하여 개요 작성

# ✔️ To-Do
- [ ] 투두 내용 작성

## 👀 ETC
- 참고자료 등 기타 내용 작성
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Refactor Request
about: 코드를 리팩토링 합니다.
title: ':recycle:[Refactor] : '
labels: '\7057ff refactor'
assignees: ''

---

# 📝 개요
- 추가할 기능을 세분화하여 개요 작성

# ✔️ To-Do
- [ ] 투두 내용 작성

## 👀 ETC
- 참고자료 등 기타 내용 작성

0 comments on commit 209c09c

Please sign in to comment.