From 697ff3f7a3f2e7c1ccd22583f0a459889b3da77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8?= Date: Sat, 15 Feb 2025 16:00:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=20issue=20=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E4=BB=A5=E6=8F=90=E9=AB=98=E9=97=AE=E9=A2=98=E5=A4=84?= =?UTF-8?q?=E7=90=86=E6=95=88=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 bug 报告模板,用于清晰记录和重现问题 - 新增功能请求模板,用于收集和评估优化建议 --- .github/ISSUE_TEMPLATE/bug_report.md | 41 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 32 ++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.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 0000000..580761e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: 报告项目问题 +title: '[功能异常] ' +labels: '' +assignees: JoeanAmier + +--- + +**问题描述** + +清晰简洁地描述该错误是什么。 + +A clear and concise description of what the bug is. + +**重现步骤** + +重现该问题的步骤: + +Steps to reproduce the behavior: + +1. ... +2. ... +3. ... + +**预期结果** + +清晰简洁地描述您预期会发生的情况。 + +A clear and concise description of what you expected to happen. + +**补充信息** + +在此添加有关该问题的任何其他上下文信息,例如:操作系统、运行方式、配置文件、错误截图、运行日志等。 + +请注意:提供配置文件时,请删除 Cookie 内容,避免敏感数据泄露! + +Add any other contextual information about the issue here, such as operating system, runtime mode, configuration files, +error screenshots, runtime logs, etc. + +Please note: When providing configuration files, please delete cookie content to avoid sensitive data leakage! diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..df36f5f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: Feature request +about: 功能优化建议 +title: '[优化建议] ' +labels: '' +assignees: JoeanAmier + +--- + +**功能请求** + +清晰简洁地描述问题是什么。例如:当 [...] 时,我总是感到沮丧。 + +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**描述您希望的解决方案** + +清晰简洁地描述您希望发生的情况。 + +A clear and concise description of what you want to happen. + +**描述您考虑过的替代方案** + +清晰简洁地描述您考虑过的任何替代解决方案或功能。 + +A clear and concise description of any alternative solutions or features you've considered. + +**补充信息** + +在此添加有关功能请求的任何其他上下文或截图。 + +Add any other context or screenshots about the feature request here.