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: '' +--- + +## 建议类型 + +□ 新功能 □ 功能改进 □ 文档完善 □ 其他 + +## 建议描述 + +清晰描述你的建议内容: + +## 使用场景 + +描述这个功能在什么场景下会用到: + +## 期望效果 + +描述你期望的效果: + +## 参考示例 + +如有类似的参考实现或产品,请提供链接: + +## 补充说明 + +其他补充信息: