From 6d083eba1cc6eb07100cbcceb39864e2e6a25c77 Mon Sep 17 00:00:00 2001 From: ChangZero Date: Fri, 2 Feb 2024 06:01:19 +0000 Subject: [PATCH] Feat: Issue_template & PR_request_template --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 34 +++++++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..acd6360 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,18 @@ +--- +name: Bug report +about: 버그 관련 이슈 템플릿 +title: "[BUG] " +labels: '' +assignees: '' + +--- + +## Description + +## How to reproduce + +1. +2. +3. + +## Solution \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..a8a2a1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: 새로운 기능을 개발할 때 사용하는 템플릿 +title: "[FEAT] " +labels: '' +assignees: '' + +--- + +## Background +- + +## To do +- [ ] \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..8e49789 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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: # \ No newline at end of file