From 678e18b5db57c2e95941445a6356609d0bc65422 Mon Sep 17 00:00:00 2001 From: Ahn Hyesu Date: Fri, 27 Oct 2023 17:49:19 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20:=20#1=20-=20issue=20&=20pr=20te?= =?UTF-8?q?mplate=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/feature.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/hotfix.md | 13 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 3 files changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/hotfix.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..046e2937 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,13 @@ +--- +name: feature +about: feature template +title: '[이름] - 작업 내용(어느 페이지에서 어떤 작업하고 있는지 바로 볼 수 있도록)' +labels: '' +assignees: '' +--- + +## 📑 구현 사항 + +- [ ] 구현할 사항 작성 + +## 🚧 특이 사항 diff --git a/.github/ISSUE_TEMPLATE/hotfix.md b/.github/ISSUE_TEMPLATE/hotfix.md new file mode 100644 index 00000000..31218a46 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/hotfix.md @@ -0,0 +1,13 @@ +--- +name: hotfix +about: hotfix template +title: '[이름] - hotfix 내용' +labels: "\U0001F6A8긴급" +assignees: '' +--- + +## 😫 문제 상황 + +## 🔧 해결 방법 + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..caf2820d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## 📌 이슈 번호 + +close #이슈번호 + +## 🚀 구현 내용 + + + +