From 1db4cb4fb7e8d102789e08064754f4875fb072dc Mon Sep 17 00:00:00 2001 From: Kim Jihui <128691958+romdyfo@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:47:11 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/issue-report.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/refactor-request.md | 18 ++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/issue-report.md create mode 100644 .github/ISSUE_TEMPLATE/refactor-request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6883141 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug report +about: 였λ₯˜ μˆ˜μ • +title: '' +labels: '' +assignees: romdyfo + +--- + +## πŸ’ IssueName +이슈 λͺ…을 μž‘μ„±ν•΄μ£Όμ„Έμš”. + +## πŸ“ Description +였λ₯˜μ— λŒ€ν•΄ μ„€λͺ…ν•΄μ£Όμ„Έμš”. + +### 였λ₯˜ 원인 + +### ν•΄κ²° λ°©μ•ˆ + +## 🌱 Todo +- [ ] μ§„ν–‰ μ˜ˆμ • +- [x] μ§„ν–‰ μ™„λ£Œ diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..368726c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: κΈ°λŠ₯ 개발 +title: '' +labels: '' +assignees: '' + +--- + +## πŸ’ IssueName +이슈 λͺ…을 μž‘μ„±ν•΄μ£Όμ„Έμš”. + +## πŸ“ Description +μ΄μŠˆμ— λŒ€ν•΄ κ°„κ²°ν•˜κ²Œ μ„€λͺ…ν•΄μ£Όμ„Έμš”. + +## 🌱 Todo +- [ ] μ§„ν–‰ μ˜ˆμ • +- [x] μ§„ν–‰ μ™„λ£Œ diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md new file mode 100644 index 0000000..ff55d43 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -0,0 +1,18 @@ +--- +name: Issue report +about: 기타 이슈 +title: '' +labels: '' +assignees: '' + +--- + +## πŸ’ IssueName +> 이슈 λͺ…을 μž‘μ„±ν•΄μ£Όμ„Έμš”. + +## πŸ“ Description +μ΄μŠˆμ— λŒ€ν•΄ κ°„κ²°ν•˜κ²Œ μ„€λͺ…ν•΄μ£Όμ„Έμš”. + +## 🌱 Todo +- [ ] μ§„ν–‰ μ˜ˆμ • +- [x] μ§„ν–‰ μ™„λ£Œ diff --git a/.github/ISSUE_TEMPLATE/refactor-request.md b/.github/ISSUE_TEMPLATE/refactor-request.md new file mode 100644 index 0000000..5b65720 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/refactor-request.md @@ -0,0 +1,18 @@ +--- +name: Refactor request +about: λ¦¬νŒ©ν† λ§ 이슈 +title: '' +labels: '' +assignees: '' + +--- + +## πŸ’ IssueName +이슈 λͺ…을 μž‘μ„±ν•΄μ£Όμ„Έμš”. + +## πŸ“ Description +μ΄μŠˆμ— λŒ€ν•΄ κ°„κ²°ν•˜κ²Œ μ„€λͺ…ν•΄μ£Όμ„Έμš”. + +## 🌱 Todo +- [ ] μ§„ν–‰ μ˜ˆμ • +- [x] μ§„ν–‰ μ™„λ£Œ