From 7e2dd3deefb88efb457b84b0595299fccea6a663 Mon Sep 17 00:00:00 2001 From: Arachne <66822642+Arachneee@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:48:33 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=9D=B4=EC=8A=88,=20PR=20=ED=85=9C?= =?UTF-8?q?=ED=94=8C=EB=A6=BF=20=EC=B6=94=EA=B0=80=20(#160)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-template.md | 26 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-template.md | 17 ++++++++++++++ .github/pull-request-template.md | 13 +++++++++++ 3 files changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-template.md create mode 100644 .github/ISSUE_TEMPLATE/feature-template.md create mode 100644 .github/pull-request-template.md diff --git a/.github/ISSUE_TEMPLATE/bug-template.md b/.github/ISSUE_TEMPLATE/bug-template.md new file mode 100644 index 000000000..4fab11f91 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-template.md @@ -0,0 +1,26 @@ +--- +name: Bug Template +about: 버그를 제보하는 템플릿 +title: "" +labels: 🚨bug +assignees: '' +--- + +## 📄 버그 내용 +어떤 버그인지 간결하게 설명해주세요. + +## 🚨 버그 발생 상황 +최대한 상세하게 작성해주세요. + +### as-is + +현재 상황에 대해서 알려주세요. + +### to-be + +구현이 된 후 상황을 예상해 주세요. + +## 예상 결과 +예상했던 정상적인 결과가 어떤 것인지 설명해주세요. + +## 🫡 참고사항 diff --git a/.github/ISSUE_TEMPLATE/feature-template.md b/.github/ISSUE_TEMPLATE/feature-template.md new file mode 100644 index 000000000..d29aa8e98 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-template.md @@ -0,0 +1,17 @@ +--- +name: Feature Template +about: 기능에 관한 템플릿 +title: "" +labels: ⚙️ feat +assignees: '' +--- + +## 📄 설명 + +추가하려는 기능에 대해 간결하게 설명해주세요. + +## 🏁 할 일 + +- [ ] 예상되는 작업을 상세하게 작성해주세요. (checkBox 형태로 작성해주세요.) + +## 🫡 참고사항 diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md new file mode 100644 index 000000000..863663bb0 --- /dev/null +++ b/.github/pull-request-template.md @@ -0,0 +1,13 @@ +## issue +- close #n + +## 구현 사항 +어떤 것을 구현했는지 필요히다면 사진 || 영상과 함께 자세히 설명해주세요. + +## 중점적으로 리뷰받고 싶은 부분(선택) +어떤 부분을 중점으로 리뷰했으면 좋겠는지 작성해주세요. + +## 논의하고 싶은 부분(선택) +논의하고 싶은 부분이 있다면 작성해주세요. + +## 🫡 참고사항