Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyun1206 authored Sep 10, 2024
1 parent 41341cd commit 78498d9
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 11 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: "\bDocs"
about: 문서화
title: "\bDocs: "
labels: "\U0001F4DD Docs"
assignees: jeongyun1206

---

## 설명
문제상황, 배경을 적어주세요.


## 체크리스트
- [ ] 체크리스트 1
- [ ] 체크리스트 2
- [ ] 체크리스트 3

## 기한
2024.00.00

## 참고자료
참고할만한 자료가 있다면 적어주세요
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/custom.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature request
name: Feat
about: 새롭게 구현해야하는 기능
title: 'Feat: 기능 이름'
labels: "⚙️ Feature"
Expand Down
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Fix
about: 버그 수정
title: 'Fix: '
labels: "\U0001F6E0️ Fix"
assignees: ''

---

## 설명
문제상황, 배경을 적어주세요.


## 체크리스트
- [ ] 체크리스트 1
- [ ] 체크리스트 2
- [ ] 체크리스트 3

## 기한
2024.00.00

## 참고자료
참고할만한 자료가 있다면 적어주세요
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Refactor
about: 리팩토링
title: 'Refactor: '
labels: "♻️ Refactor"
assignees: jeongyun1206

---

## 설명
문제상황, 배경을 적어주세요.


## 체크리스트
- [ ] 체크리스트 1
- [ ] 체크리스트 2
- [ ] 체크리스트 3

## 기한
2024.00.00

## 참고자료
참고할만한 자료가 있다면 적어주세요
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/style.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Style
about: 코드 스타일 변경
title: 'Style: '
labels: "✒️ Style"
assignees: jeongyun1206

---

## 설명
문제상황, 배경을 적어주세요.


## 체크리스트
- [ ] 체크리스트 1
- [ ] 체크리스트 2
- [ ] 체크리스트 3

## 기한
2024.00.00

## 참고자료
참고할만한 자료가 있다면 적어주세요
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Test
about: 테스트코드 작성
title: 'Test: '
labels: "✅ Test"
assignees: jeongyun1206

---

## 설명
문제상황, 배경을 적어주세요.


## 체크리스트
- [ ] 체크리스트 1
- [ ] 체크리스트 2
- [ ] 체크리스트 3

## 기한
2024.00.00

## 참고자료
참고할만한 자료가 있다면 적어주세요

0 comments on commit 78498d9

Please sign in to comment.