Skip to content

Commit

Permalink
Feat: Issue_template & PR_request_template
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangZero committed Feb 2, 2024
1 parent 0b48442 commit 6d083eb
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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
- [ ]
34 changes: 34 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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: #

0 comments on commit 6d083eb

Please sign in to comment.