From b88a7240c6bfe9d6c244293d903e500ead461f99 Mon Sep 17 00:00:00 2001 From: samanhappy Date: Tue, 13 May 2025 19:57:00 +0800 Subject: [PATCH] Update issue templates (#90) --- .../ISSUE_TEMPLATE/bug-report---bug-报告.md | 32 +++++++++++++++++++ .../feature-request---功能请求.md | 24 ++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report---bug-报告.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request---功能请求.md diff --git a/.github/ISSUE_TEMPLATE/bug-report---bug-报告.md b/.github/ISSUE_TEMPLATE/bug-report---bug-报告.md new file mode 100644 index 0000000..92cc981 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report---bug-报告.md @@ -0,0 +1,32 @@ +--- +name: Bug Report / Bug 报告 +about: Create a report to help us improve / 创建一个报告来帮助我们改进 +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug / 描述问题** +A clear and concise description of what the bug is. +请清晰简洁地描述这个 bug。 + +**To Reproduce / 复现步骤** +Steps to reproduce the behavior. +重现该问题的步骤。 + +**Expected behavior / 预期行为** +A clear and concise description of what you expected to happen. +请清晰简洁地描述您期望发生的情况。 + +**Screenshots / 截图** +If applicable, add screenshots to help explain your problem. +如果适用,请添加截图以帮助解释您的问题。 + +**Version Information / 版本信息:** + - Environment / 运行环境: [e.g. docker, npx, local / 如 docker, npx, 本地] + - Version / 版本: [e.g. 1.0.0 / 如 1.0.0] + +**Additional context / 补充信息** +Add any other context about the problem here. +在此添加关于该问题的任何其他信息。 diff --git a/.github/ISSUE_TEMPLATE/feature-request---功能请求.md b/.github/ISSUE_TEMPLATE/feature-request---功能请求.md new file mode 100644 index 0000000..159d2b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request---功能请求.md @@ -0,0 +1,24 @@ +--- +name: Feature request / 功能请求 +about: Suggest an idea for this project / 请提出一个关于这个项目的想法 +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe. / 您的功能请求是否与某个问题相关?请描述。** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +请清晰简洁地描述问题是什么。例如:我总是对 [...] 感到沮丧。 + +**Describe the solution you'd like / 描述您期望的解决方案** +A clear and concise description of what you want to happen. +请清晰简洁地描述您希望发生的事情。 + +**Describe alternatives you've considered / 描述您考虑过的替代方案** +A clear and concise description of any alternative solutions or features you've considered. +请清晰简洁地描述您考虑过的任何替代解决方案或功能。 + +**Additional context / 补充信息** +Add any other context or screenshots about the feature request here. +在此添加有关功能请求的任何其他上下文或屏幕截图。