From d2901dd51f67de1c42fbe6c11c1f37fa98fbff55 Mon Sep 17 00:00:00 2001 From: LanQin_ <88375967+LanQin996@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:24:41 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 48 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 37 +++++++++++++++++ 2 files changed, 85 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..cb18bf2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,48 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +--- +name: Bug 报告 +about: 提交 Bug 帮助我们一起优化 +title: '[Bug] ' +labels: 'bug' +assignees: '' + +--- + +**Bug 描述** + + +**复现步骤** + +1. 访问 '...' +2. 点击 '....' +3. 滚动到 '....' +4. 看到报错 + +**预期行为** + + +**实际行为** + + +**截图/录屏** + + +**运行环境 (请填写完整):** + - 版本号: [e.g. v1.2.3] + +**严重程度** +- [ ] 致命(核心流程阻断,无法继续使用) +- [ ] 严重(功能异常,有临时绕行方案) +- [ ] 一般(不影响主流程,体验不佳) +- [ ] 轻微(UI错位、文案错误) + +**额外上下文** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..01ba7de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,37 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +--- +name: 功能建议 +about: 提出一个好主意 +title: '[Feature] ' +labels: 'enhancement' +assignees: '' + +--- + +**这个功能解决了什么问题?** + + +**你期望的解决方案** + + +**你考虑过的替代方案** + + +**目标用户** + + +**验收标准(可选,但强烈建议)** + +- [ ] 例如:在编辑页面增加一个"快速保存"悬浮按钮 +- [ ] 例如:点击后自动保存并停留在当前阅读位置 + +**额外的上下文或截图** +