Skip to content

Commit acc8aa5

Browse files
committedSep 13, 2024
chore: 이슈 템플릿 추가
1 parent 646c658 commit acc8aa5

7 files changed

+127
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/issue--feat.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: "Issue: Feat"
3+
about: Improve performance or feature
4+
title: "[Feat]"
5+
labels: feat
6+
assignees: ""
7+
---
8+
9+
## 🚀 About
10+
11+
> 이슈 관련 설명 또는 이슈 해결을 위한 목표와 방향을 작성해 주세요.
12+
-
13+
14+
## 📝 Details
15+
16+
> 상세 체크 리스트를 작성해 주세요.
17+
18+
- [ ]
19+
- [ ]
20+
21+
## 📚 Remarks
22+
23+
> 공유할 내용 혹은 레퍼런스를 넣어주세요.
24+
-

‎.github/ISSUE_TEMPLATE/issue--fix.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "Issue: Fix"
3+
about: "Fix a bug"
4+
title: "[Fix]"
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
## ❌ Bug explanation
10+
11+
Describe the situation in which the bug occurred.
12+
13+
## 🐞 Location of Occurrence
14+
15+
Inform us of the situation where the bug occurred.
16+
17+
## 📚 Remarks
18+
19+
-
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: "Issue: Refactor"
3+
about: "Refactoring code or architecture"
4+
title: "[Refactor]"
5+
labels: refactor
6+
assignees: ""
7+
---
8+
9+
## ♻️ Refactoring plans
10+
11+
Describe refactoring plans to be determined.
12+
13+
## 📚 Remarks
14+
15+
-
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: "Issue: Setting"
3+
about: "어떤 \b환경 세팅을 하는지 알려주세요!"
4+
title: "[Setting]"
5+
labels: setting
6+
assignees: ""
7+
---
8+
9+
## 🙋🏻‍♂️ 환경 세팅
10+
11+
환경 세팅할 내용을 적어주세요.
12+
13+
## 📖 참고 사항
14+
15+
공유할 내용, 레퍼런스, 추가로 발생할 것으로 예상되는 이슈, 스크린샷 등을 넣어 주세요.
16+
17+
- 추가적으로 필요한 내용은 comment로 남겨주세요.
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: "Issue: Share"
3+
about: 공유할 내용을 적어주세요!
4+
title: "[Share]"
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
## 🙋🏻‍♂️ 공유 사항
10+
11+
공유할 내용을 적어주세요.
12+
13+
## 📖 참고 사항
14+
15+
공유할 내용, 레퍼런스, 추가로 발생할 것으로 예상되는 이슈, 스크린샷 등을 넣어 주세요.
16+
17+
- 추가적으로 필요한 내용은 comment로 남겨주세요.
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: "Issue: Suggest"
3+
about: 제안할 내용을 적어주세요!
4+
title: "[Suggest]"
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
## 🙋🏻‍♂️ 제안 사항
10+
11+
제안할 내용을 적어주세요.
12+
13+
## 📖 참고 사항
14+
15+
공유할 내용, 레퍼런스, 추가로 발생할 것으로 예상되는 이슈, 스크린샷 등을 넣어 주세요.
16+
17+
- 추가적으로 필요한 내용은 comment로 남겨주세요.

‎.github/pull_request_template.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 🚀 Related Issue
2+
3+
close: #
4+
5+
## 📌 Tasks
6+
7+
-
8+
9+
## 📝 Details
10+
11+
-
12+
13+
## 📚 Remarks
14+
15+
> Points or opinions to share teams
16+
17+
-
18+
-

0 commit comments

Comments
 (0)
Please sign in to comment.