From 9ff326042cee30b2e6737c159e6d0b35f4a90020 Mon Sep 17 00:00:00 2001 From: jeongbaebang Date: Tue, 22 Oct 2024 01:43:15 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20pr,=20issues=20=EA=B8=B0=EB=B3=B8=20?= =?UTF-8?q?=ED=85=9C=ED=94=8C=EB=A6=BF=20=EA=B5=AC=EC=84=B1=20(#1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/issue_template.md | 12 ++++++++++++ .github/pull_request_template.md | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md new file mode 100644 index 0000000..2340f63 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -0,0 +1,12 @@ +--- +name: ISSUE_TEMPLATE +about: 이슈 생성시 해당 템플릿 사용 +# e.g [feat] 프로젝트 구성 +title: '[git type] 이슈 제목' +--- + +## 🧃 Issues + +### 🍤 작업 내용 + +- [x] 작업할 내용을 명시해 주세요. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..071af7a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +## 🧃 Pull Request + +### 🍉 코멘트 + + + +- + +### 🪿 연관된 이슈 + + + +- + +### ✅ PR 포인트 & 궁금한 점 + + + +- + + +