-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Issue_template & PR_request_template
- Loading branch information
Showing
3 changed files
with
66 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,18 @@ | ||
--- | ||
name: Bug report | ||
about: 버그 관련 이슈 템플릿 | ||
title: "[BUG] " | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
|
||
## How to reproduce | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
## Solution |
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,14 @@ | ||
--- | ||
name: Feature request | ||
about: 새로운 기능을 개발할 때 사용하는 템플릿 | ||
title: "[FEAT] " | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Background | ||
- | ||
|
||
## To do | ||
- [ ] |
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,34 @@ | ||
## Overview | ||
- | ||
|
||
## Change Log | ||
- | ||
|
||
## To Reviewer | ||
- | ||
|
||
## Issue Tags | ||
- resolved: # | ||
- See also: # | ||
|
||
|
||
|
||
EDA 관련 PR일 경우 아래 template 사용 | ||
## Overview | ||
- | ||
|
||
## EDA | ||
- Visualization | ||
|
||
## Hypothesis | ||
- | ||
|
||
## Testing | ||
- | ||
|
||
## To Reviewer | ||
- | ||
|
||
## Issue Tags | ||
- resolved: # | ||
- See also: # |