Skip to content

Commit 42c4db2

Browse files
committed
docs : feat 이슈, PR 템플릿 작성
1 parent 0f8ab2f commit 42c4db2

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

.github/ISSUE_TEMPLATE/feat.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Feat
3+
about: 프로젝트에 개발 기능 이슈
4+
title: "[Feat]"
5+
labels: "\U0001F4BB Feature"
6+
assignees: ""
7+
---
8+
9+
## 🤩 기능 설명
10+
11+
<!--
12+
13+
개발할 기능에 대해서 말씀해주세요.
14+
15+
-->
16+
17+
## 🍒 세부 기능
18+
19+
<!--
20+
21+
어떤 세부 기능을 구현할지 말씀해주세요.
22+
23+
-->
24+
25+
- [ ] feature_detail 1
26+
27+
## 📖 참고 사항
28+
29+
공유할 내용, 레퍼런스, 스크린샷 등을 넣어 주세요.
30+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## 🤠 개요
2+
3+
<!--
4+
5+
- 이슈번호
6+
- 한줄 설명
7+
8+
-->
9+
10+
## 💫 설명
11+
12+
<!--
13+
14+
- 현재 Pr 설명
15+
16+
-->
17+
18+
## 🌜 고민거리 (Optional)
19+
20+
<!--
21+
22+
### Q. 고민1
23+
뭐시기 뭐시기
24+
25+
-->
26+
27+
## 📷 스크린샷 (Optional)

0 commit comments

Comments
 (0)