From 6eac25425c2d3d901d0838c72b5c53e5f77b58a0 Mon Sep 17 00:00:00 2001 From: Junsen <66542771+Huang-junsen@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:45:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(docs):=20=E6=96=B0=E5=A2=9EIssues=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=20(#383)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++ .github/ISSUE_TEMPLATE/code_improvement.md | 19 +++++++++++ .../documentation_improvement.md | 16 +++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++ 4 files changed, 88 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/code_improvement.md create mode 100644 .github/ISSUE_TEMPLATE/documentation_improvement.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..2d6c173f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug 报告(Bug Report) +about: 反馈项目中的缺陷或问题 +title: "[Bug] 简短描述问题" +labels: bug +assignees: '' +--- + +## 🐛 问题描述 + + +## 🔍 复现步骤 + +1. 打开 '...' +2. 点击 '...' +3. 滚动到 '...' +4. 看到错误 + +## 🤔 预期行为 + + +## 😯 截图 + + +## 🖥️ 环境信息 +- 操作系统: [例如 Windows 10] +- 浏览器: [例如 Chrome 89] +- 项目版本: [例如 1.0.0] +- Python版本: [例如 3.9.13] +- Jdk版本:[例如 java 21.0.5 2024-10-15 LTS] +- Nodejs版本:[例如 v20.14.0] + +## 📋 其他信息 + diff --git a/.github/ISSUE_TEMPLATE/code_improvement.md b/.github/ISSUE_TEMPLATE/code_improvement.md new file mode 100644 index 00000000..0ec0b145 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/code_improvement.md @@ -0,0 +1,19 @@ +--- +name: 代码优化建议(Code Improvement) +about: 提出对现有代码的优化或改进建议 +title: "[Improvement] 简短描述改进内容" +labels: refactor +assignees: '' +--- + +## 💡 改进描述 + + +## 🌟 改进建议 + + +## 🛠️ 相关代码 + + +## 📋 其他信息 + diff --git a/.github/ISSUE_TEMPLATE/documentation_improvement.md b/.github/ISSUE_TEMPLATE/documentation_improvement.md new file mode 100644 index 00000000..9cdc10e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_improvement.md @@ -0,0 +1,16 @@ +--- +name: 文档改进建议(Documentation Improvement) +about: 提出对项目文档的改进或补充建议 +title: "[Docs] 简短描述改进内容" +labels: documentation +assignees: '' +--- + +## 📚 改进描述 + + +## ✨ 改进建议 + + +## 📋 其他信息 + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..df1c029d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: 功能请求(Feature Request) +about: 提出新的功能或改进建议 +title: "[Feature] 简短描述功能" +labels: enhancement +assignees: '' +--- + +## 🚀 需求描述 + + +## 🎯 解决方案 + + +## 📝 备选方案 + + +## 📋 其他信息 +