-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: "\U0001F6E0Feature Template" | ||
about: 기능 개발을 위한 이슈 템플릿입니다. | ||
title: '[feat]' | ||
labels: "\U0001F6E0feat" | ||
assignees: '' | ||
--- | ||
|
||
### 목적 | ||
|
||
### 작업 상세 내용 | ||
|
||
- [ ] | ||
- [ ] | ||
- [ ] | ||
|
||
### 유의사항 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: '⚙Chore Template' | ||
about: 개발 환경 세팅 시 사용하는 템플릿입니다. | ||
title: '[chore]' | ||
labels: '⚙chore' | ||
assignees: '' | ||
--- | ||
|
||
### 목적 | ||
|
||
### 작업 상세 내용 | ||
|
||
- [ ] | ||
- [ ] | ||
- [ ] | ||
|
||
### 유의사항 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: '✔Other Issue Template' | ||
about: 세 가지 상황 이외의 이슈 템플릿입니다. | ||
title: '[이슈 유형] 이슈 내용' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
### 목적 | ||
|
||
### 작업 상세 내용 | ||
|
||
- [ ] | ||
- [ ] | ||
- [ ] | ||
|
||
### 유의사항 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: "\U0001F528Fix Template" | ||
about: 버그 수정시 사용하는 템플릿입니다. | ||
title: '[fix]' | ||
labels: "\U0001F528fix" | ||
assignees: '' | ||
--- | ||
|
||
### 목적 | ||
|
||
### 작업 상세 내용 | ||
|
||
- [ ] | ||
- [ ] | ||
- [ ] | ||
|
||
### 유의사항 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### 관련 이슈 | ||
|
||
- [이슈번호] | ||
- 또는 close [이슈번호] | ||
|
||
### PR Checklist for Reviewer | ||
|
||
- [ ] | ||
- [ ] | ||
- [ ] | ||
|
||
### 테스트 결과 |