Skip to content

Commit 7396497

Browse files
committed
docs : 필요한 이슈 템플릿 전부 작성
1 parent f1c06bf commit 7396497

File tree

6 files changed

+83
-3
lines changed

6 files changed

+83
-3
lines changed

.github/ISSUE_TEMPLATE/docs.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Docs
3+
about: 프로젝트 문서 작업 이슈
4+
title: "Docs"
5+
labels: "📝 Docs"
6+
---
7+
8+
## 📝 문서 작업 사항
9+
10+
<!-- 어떤 문서 작업을 진행했는지 알려주세요. -->
11+
12+
- [ ] docs-1
13+
14+
## 📖 참고 사항
15+
16+
<!-- 레퍼런스, 스크린샷 등을 넣어 주세요. -->

.github/ISSUE_TEMPLATE/feat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: Feat
3-
about: 프로젝트에 개발 기능 이슈
3+
about: 프로젝트 개발 기능 이슈
44
title: "Feat"
5-
labels: "\U0001F4BB Feat"
5+
labels: " Feat"
66
---
77

88
## 💎 개발할 기능
99

10-
<!-- 어떤 기능을 구현할지 말씀해주세요. -->
10+
<!-- 어떤 기능을 구현할지 알려주세요. -->
1111

1212
- [ ] feat-1
1313

.github/ISSUE_TEMPLATE/fix.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Fix
3+
about: 프로젝트 버그 수정 이슈
4+
title: "Fix"
5+
labels: "🐞 Fix"
6+
---
7+
8+
## 👨‍🔧 버그 수정 사항
9+
10+
<!-- 어떤 버그를 수정했는지 알려주세요. -->
11+
12+
- [ ] fix-1
13+
14+
## 📖 참고 사항
15+
16+
<!-- 레퍼런스, 스크린샷 등을 넣어 주세요. -->

.github/ISSUE_TEMPLATE/perf.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Perf
3+
about: 프로젝트 성능 개선 이슈
4+
title: "Perf"
5+
labels: "📈 Perf"
6+
---
7+
8+
## 🏅 성능 개선 사항
9+
10+
<!-- 어떤 성능을 개선했는지 알려주세요. -->
11+
12+
- [ ] perf-1
13+
14+
## 📖 참고 사항
15+
16+
<!-- 레퍼런스, 스크린샷 등을 넣어 주세요. -->

.github/ISSUE_TEMPLATE/refactor.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Refactor
3+
about: 프로젝트 리팩토링 이슈
4+
title: "Refactor"
5+
labels: "♻️ Refactor"
6+
---
7+
8+
## ♻️ 리팩토링 사항
9+
10+
<!-- 어떤 리팩토링 작업을 진행했는지 알려주세요. -->
11+
12+
- [ ] refactor-1
13+
14+
## 📖 참고 사항
15+
16+
<!-- 레퍼런스, 스크린샷 등을 넣어 주세요. -->

.github/ISSUE_TEMPLATE/setting.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Setting
3+
about: 프로젝트 환경세팅 이슈
4+
title: "Setting"
5+
labels: "🛠️ Setting"
6+
---
7+
8+
## 🛠️ 작업사항
9+
10+
<!-- 어떤 환경세팅 작업을 진행했는지 알려주세요. -->
11+
12+
- [ ] setting-1
13+
14+
## 📖 참고 사항
15+
16+
<!-- 레퍼런스, 스크린샷 등을 넣어 주세요. -->

0 commit comments

Comments
 (0)