Skip to content

Commit d29f65b

Browse files
committed
docs: add issue and pull request templates
Signed-off-by: EunJiJung <bianbbc87@gmail.com>
1 parent 291a9e3 commit d29f65b

7 files changed

Lines changed: 131 additions & 0 deletions
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "[deploy] - 작업할 것"
3+
about: Describe this issue template's purpose here.
4+
title: "[deploy] - 작업할 것"
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
## 🚀 Description
10+
11+
배포 목적, 환경(스테이징/프로덕션), 관련 변경 사항 등을 작성합니다.
12+
13+
## 📝 To do
14+
15+
- [ ] to do
16+
- [ ] to do
17+
18+
## ETC
19+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "[docs] - 문서 작업"
3+
about: Describe this issue template's purpose here.
4+
title: "[docs] - 문서 작업 제목"
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
## 📚 Description
10+
11+
작성하거나 수정할 문서의 범위 및 목적을 설명합니다.
12+
13+
## 📝 To do
14+
15+
- [ ] to do
16+
- [ ] to do
17+
18+
## ETC
19+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "[feature] - 작업할 것"
3+
about: Describe this issue template's purpose here.
4+
title: "[feature] - 작업할 것"
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
## ✨ Description
10+
11+
추가하려는 기능의 개요를 작성합니다.
12+
13+
## 📝 To do
14+
15+
- [ ] to do
16+
- [ ] to do
17+
18+
## ETC
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "[fix] - 작업할 것"
3+
about: Describe this issue template's purpose here.
4+
title: "[fix] - 작업할 것"
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
## 🛠️ Description
10+
11+
버그의 현상과 수정 방향을 설명합니다.
12+
13+
## 📝 To do
14+
15+
- [ ] to do
16+
- [ ] to do
17+
18+
## ETC
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "[refactor] - 작업할 것"
3+
about: Describe this issue template's purpose here.
4+
labels: ""
5+
assignees: ""
6+
---
7+
8+
## ♻️ Description
9+
10+
리팩토링 대상과 목적을 간략히 작성합니다.
11+
12+
## 📝 To do
13+
14+
- [ ] to do
15+
- [ ] to do
16+
17+
## ETC
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "[test] - 테스트 작성/수정"
3+
about: Describe this issue template's purpose here.
4+
title: "[test] - 테스트 작업 제목"
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
## ✅ Description
10+
11+
작성하거나 수정할 테스트의 범위와 목적을 설명합니다. (ex. 유닛 테스트 추가, 시나리오 수정 등)
12+
13+
## 📝 To do
14+
15+
- [ ] to do
16+
- [ ] to do
17+
18+
## ETC

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Related issue 🛠
2+
3+
[//]: # "해당하는 이슈 번호 달아주기"
4+
5+
- closed #<issue_number>
6+
7+
## Work Description ✏️
8+
9+
[//]: # "작업 내용 간단 소개"
10+
11+
- 작업 내용
12+
13+
## Uncompleted Tasks 😅
14+
15+
[//]: # "없다면 N/A"
16+
17+
- [ ] Task1
18+
19+
## To Reviewers 📢
20+
21+
[//]: # "reviewer가 알면 좋은 내용들"

0 commit comments

Comments
 (0)