From c065f969e2b5fb87165c3d83b5672bd009c1560e Mon Sep 17 00:00:00 2001 From: Donghun Shin Date: Wed, 12 Jul 2023 14:37:14 +0900 Subject: [PATCH] =?UTF-8?q?infra:=20=EC=9D=B4=EC=8A=88=20=ED=85=9C?= =?UTF-8?q?=ED=94=8C=EB=A6=BF=20&=20PR=20=ED=85=9C=ED=94=8C=EB=A6=BF=20?= =?UTF-8?q?=EC=9E=91=EC=84=B1=20(#86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * infra: 이슈 템플릿 작성 (#84) * infra: PR 템플릿 작성 (#84) --- ...60\261\354\227\224\353\223\234-feature.md" | 22 ++++++++++ ...12\270\354\227\224\353\223\234-feature.md" | 27 +++++++++++++ .../ISSUE_TEMPLATE/\360\237\220\236-bug.md" | 40 +++++++++++++++++++ .github/pull_request_template.md | 10 +++++ 4 files changed, 99 insertions(+) create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\214\261-\353\260\261\354\227\224\353\223\234-feature.md" create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\215\224-\355\224\204\353\241\240\355\212\270\354\227\224\353\223\234-feature.md" create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\220\236-bug.md" create mode 100644 .github/pull_request_template.md diff --git "a/.github/ISSUE_TEMPLATE/\360\237\214\261-\353\260\261\354\227\224\353\223\234-feature.md" "b/.github/ISSUE_TEMPLATE/\360\237\214\261-\353\260\261\354\227\224\353\223\234-feature.md" new file mode 100644 index 000000000..fa5ccf6ae --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\214\261-\353\260\261\354\227\224\353\223\234-feature.md" @@ -0,0 +1,22 @@ +--- +name: "\U0001F331 백엔드 Feature" +about: "\U0001F331 백엔드 Feature" +title: "[✨ feat] " +labels: "\U0001F331 backend, ✨ feat" +assignees: '' + +--- + +## ✨작성할 기능에 대한 설명을 적어주세요 +``` +``` + +

+ +## ✅ 해야 할 작업들을 작성해주세요 +- [ ] + +

+ +## 🦋 연관된 이슈 +- diff --git "a/.github/ISSUE_TEMPLATE/\360\237\215\224-\355\224\204\353\241\240\355\212\270\354\227\224\353\223\234-feature.md" "b/.github/ISSUE_TEMPLATE/\360\237\215\224-\355\224\204\353\241\240\355\212\270\354\227\224\353\223\234-feature.md" new file mode 100644 index 000000000..94d2e73e4 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\215\224-\355\224\204\353\241\240\355\212\270\354\227\224\353\223\234-feature.md" @@ -0,0 +1,27 @@ +--- +name: "\U0001F354 프론트엔드 Feature" +about: "\U0001F354 프론트엔드 Feature" +title: "[✨ feat] " +labels: "✨ feat, \U0001F354 frontend" +assignees: '' + +--- + +## ✨작성할 기능에 대한 설명을 적어주세요 +``` +``` + +

+ +## 🌄 기능에 대한 사진을 첨부해주세요 + +

+ + +## ✅ 해야 할 작업들을 작성해주세요 +- [ ] + +

+ +## 🦋 연관된 이슈 +- diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\236-bug.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\236-bug.md" new file mode 100644 index 000000000..b945b3a4e --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\220\236-bug.md" @@ -0,0 +1,40 @@ +--- +name: "\U0001F41E Bug" +about: "\U0001F41E Bug" +title: "[\U0001F41E bug] " +labels: "\U0001F41E bug" +assignees: '' + +--- + +## 🐞 무슨 버그인가요? +``` + +``` + +

+ +## 🧐 재현하는 법 +1. + +

+ +## 😎 예상 동작 +``` + +``` + +

+ +## 🌄 관련 사진 + + +

+ + +## 🦋 추가적인 내용 +``` + +``` + +

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..e6a57762d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +## ✨ 요약 +``` +``` + +

+ +## 😎 해결한 이슈 +- close + +