-
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.
Merge pull request #98 from zizzic/feature/template
Feat: Add templates of github and Code-owners
- Loading branch information
Showing
4 changed files
with
50 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 @@ | ||
* @zizzic/programmers |
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,16 @@ | ||
--- | ||
name: 버그 관련 이슈 템플릿 | ||
about: 버그와 관련된 이슈 | ||
title: "[BUG] XXXXX" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- 버그 관련 이슈 제목은 [BUG]를 붙여 생성하는 것을 추천드립니다.--> | ||
### Description | ||
<!-- | ||
작업이 필요한 내용을 적어주세요. | ||
ex.) | ||
- Spark 실행을 위한 GlueJobOperator dag 수정 | ||
--> |
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,16 @@ | ||
--- | ||
name: 새로운 기능 이슈 템플릿 | ||
about: 새로운 기능 이슈와 관련된 템플릿 | ||
title: "[FEAT] XXXXXXX" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- 새로운 기능 관련 이슈 제목은 [FEAT]를 붙여 생성하는 것을 추천드립니다.--> | ||
### Description | ||
<!-- | ||
작업이 필요한 내용을 적어주세요. | ||
ex.) | ||
- Spark 실행을 위한 GlueJobOperator dag 작성 | ||
--> |
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 @@ | ||
<!-- 제목 : [#{issue number}] {이슈 제목}--> | ||
### 작업 분류 | ||
|
||
- [x] 신규 기능 | ||
- [ ] 기능 수정 | ||
- [ ] 버그 수정 | ||
- [ ] 프로젝트 구조 변경 | ||
|
||
### 작업 상세 내용 | ||
<!-- 작업한 내용을 적어주세요. --> | ||
|
||
|
||
### 생각해볼 문제 | ||
<!-- 생략 가능 --> | ||
|
||
|
||
resolve #{issue number} |