From b85c17a126923511eeddaf2682de97acdc65fdf4 Mon Sep 17 00:00:00 2001 From: ageerle Date: Fri, 6 Mar 2026 11:39:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84Issue=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E4=B8=BA=E9=80=9A=E7=94=A8=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除企业合作登记模板 - 新增漏洞报告模板 - 新增想法建议模板 - 新增自定义模板 Co-Authored-By: Claude Opus 4.6 --- .github/ISSUE_TEMPLATE/bug_report.md | 41 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 15 +++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 31 +++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.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..251341d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: 漏洞报告 +about: 报告项目中的Bug或安全问题 +title: '[Bug] ' +labels: 'bug' +assignees: '' +--- + +## 问题描述 + +简要描述遇到的问题: + +## 复现步骤 + +1. +2. +3. + +## 期望行为 + +描述你期望发生的情况: + +## 实际行为 + +描述实际发生的情况: + +## 环境信息 + +| 项目 | 信息 | +|:---|:---| +| 操作系统 | | +| JDK版本 | | +| 项目版本 | | + +## 截图/日志 + +如有相关信息,请在此粘贴: + +## 补充说明 + +其他补充信息: diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..af6ecc3e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,15 @@ +--- +name: 自定义 +about: 其他问题或讨论 +title: '' +labels: '' +assignees: '' +--- + +## 描述 + +请详细描述你的问题或需求: + +## 补充信息 + +如有其他补充,请在此填写: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..403ca8c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,31 @@ +--- +name: 想法建议 +about: 提出新功能建议或改进想法 +title: '[Feature] ' +labels: 'enhancement' +assignees: '' +--- + +## 建议类型 + +□ 新功能 □ 功能改进 □ 文档完善 □ 其他 + +## 建议描述 + +清晰描述你的建议内容: + +## 使用场景 + +描述这个功能在什么场景下会用到: + +## 期望效果 + +描述你期望的效果: + +## 参考示例 + +如有类似的参考实现或产品,请提供链接: + +## 补充说明 + +其他补充信息: