Skip to content

Commit fc5dcfc

Browse files
committed
feat : 이슈, PR 템플릿 추가
1 parent 6e978d1 commit fc5dcfc

File tree

8 files changed

+154
-0
lines changed

8 files changed

+154
-0
lines changed

.github/ISSUE_TEMPLATE/design.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "✨ Design"
2+
description: "CSS 등 사용자 UI 디자인 변경"
3+
labels: ["test"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: 📄 설명
8+
description: 새로운 디자인에 대한 설명을 작성해 주세요.
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: ✅ 작업할 내용
14+
description: 할 일을 체크박스 형태로 작성해주세요.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: 💡 참고 자료
20+
description: 참고 자료가 있다면 작성해 주세요.

.github/ISSUE_TEMPLATE/docs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "✨ Docs"
2+
description: "문서 수정"
3+
labels: ["docs"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: 📄 설명
8+
description: 새로운 문서에 대한 설명을 작성해 주세요.
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: 💡 참고 자료
14+
description: 참고 자료가 있다면 작성해 주세요.

.github/ISSUE_TEMPLATE/feat.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "✨ Feature"
2+
description: "새로운 기능 추가"
3+
labels: ["feature"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: 📄 설명
8+
description: 새로운 기능에 대한 설명을 작성해 주세요.
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: ✅ 작업할 내용
14+
description: 할 일을 체크박스 형태로 작성해주세요.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: 💡 참고 자료
20+
description: 참고 자료가 있다면 작성해 주세요.

.github/ISSUE_TEMPLATE/fix.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: "✨ fix"
2+
description: "버그 수정"
3+
labels: ["fix"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: 🔍 기능
8+
description: 어느 기능에서 버그가 발생했는지 작성해 주세요.
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: 📄 설명
14+
description: 발생한 버그에 대한 설명을 작성해 주세요.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: ✅ 작업할 내용
20+
description: 수정할 일을 체크박스 형태로 작성해주세요.
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: 💡 참고 자료
26+
description: 참고 자료가 있다면 작성해 주세요.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "✨ Refactor"
2+
description: "코드 리팩토링"
3+
labels: ["refactor"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: 📄 설명
8+
description: 리팩토링할 기능에 대한 설명을 작성해 주세요.
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: ✅ 리팩토링 내용
14+
description: 리팩토링할 내용을 체크박스 형태로 작성해주세요.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: 💡 참고 자료
20+
description: 참고 자료가 있다면 작성해 주세요.

.github/ISSUE_TEMPLATE/style.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "✨ Style"
2+
description: "코드 포맷팅, 세미콜론 누락, 코드 변경 없음"
3+
labels: ["style"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: 📄 설명
8+
description: 변경한 코드에 대한 설명을 작성해 주세요.
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: ✅ 작업할 내용
14+
description: 할 일을 체크박스 형태로 작성해주세요.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: 💡 참고 자료
20+
description: 참고 자료가 있다면 작성해 주세요.

.github/ISSUE_TEMPLATE/test.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "✨ Test"
2+
description: "테스트 (테스트 코드 추가, 수정, 삭제, 비즈니스 로직의 변경 없음"
3+
labels: ["test"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: 📄 설명
8+
description: 새로운 테스트에 대한 설명을 작성해 주세요.
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: ✅ 작업할 내용
14+
description: 할 일을 체크박스 형태로 작성해주세요.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: 💡 참고 자료
20+
description: 참고 자료가 있다면 작성해 주세요.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 🛰️ Issue Number
2+
3+
4+
## 🪐 작업 내용
5+
6+
7+
## 📚 Reference
8+
9+
10+
## ✅ Check List
11+
- [ ] 코드가 정상적으로 컴파일되나요?
12+
- [ ] 테스트 코드를 통과했나요?
13+
- [ ] merge할 브랜치의 위치를 확인했나요?
14+
- [ ] Label을 지정했나요?

0 commit comments

Comments
 (0)