From 911beb25bc2f6638169d062ca348238d35292e6f Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Sat, 17 Aug 2024 08:56:06 +0800 Subject: [PATCH] enhanced: bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 43 ++++++++++++++++------------ 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a62a1d3..87fb627 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,31 +1,36 @@ --- -name: Bug report -about: Create a bug report to help us improve -title: "[Bug] Summarize the bug here" +name: 报告 Bug +about: 创建一个 Bug 报告 +title: "[Bug] 总结你的 Bug 报告" labels: bug assignees: taurusxin --- -**Describe the bug** -A clear and concise description of what the bug is. +**Bug 描述** +清晰地描述一下 Bug 的大致问题。 -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +**复现方法** -**Expected behavior** -A clear and concise description of what you expected to happen. +复现此 Bug 的方法 -**Screenshots** -If applicable, add screenshots to help explain your problem. +1. 打开 '...' +2. 点击 '....' +3. 发生报错 -**Desktop (please complete the following information):** - - OS: [e.g. Windows 11] +**预期行为** +解释一下原本应该出现的结果。 -**Additional context** -Add any other context about the problem here. +**屏幕截图** + +如果可以,屏幕截图可以更好地阐述你的问题。 + +**环境** + +- OS: [e.g. Windows 11] +- 软件版本: [e.g. 1.3.2] + +**附加内容** + +添加更多其他内容以帮助开发者更好地了解这个 Bug。