From 4570b174abdb21bc2bd01269114f56e94cf23fee Mon Sep 17 00:00:00 2001 From: Pin Studios Date: Mon, 10 Mar 2025 18:36:36 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report---反馈.md | 63 +++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report---反馈.md diff --git a/.github/ISSUE_TEMPLATE/bug-report---反馈.md b/.github/ISSUE_TEMPLATE/bug-report---反馈.md new file mode 100644 index 0000000..7aa5370 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report---反馈.md @@ -0,0 +1,63 @@ +--- +name: Bug report | 反馈 +about: Create a report to help us improve | 创建回报帮助我们 +title: BUG +labels: bug +assignees: '' + +--- + +### Bug Report Template | Bug 反馈模板 + +--- + +#### **Describe the bug | 描述 Bug** +A clear and concise description of what the bug is. +请清晰简洁地描述 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. +请清晰简洁地描述你期望发生的情况。 + +--- + +#### **Screenshots | 截图** +If applicable, add screenshots to help explain your problem. +如果适用,请附上截图帮助说明问题。 + +--- + +#### **Environment | 运行环境** +- **OS | 操作系统**: + - [ ] Windows 10 + - [ ] Windows 11 + - [ ] macOS (Intel) + - [ ] macOS (ARM64) + - [ ] Linux Ubuntu (x64) + - [ ] Linux Ubuntu (ARM64) +- **Software Version | 软件版本**: +- **Additional Software | 相关软件** (if applicable | 如果适用): + +--- + +#### **Logs & Error Messages | 日志 & 错误信息** +If applicable, paste any relevant logs or error messages here. +如果适用,请粘贴相关的日志或错误信息。 + +--- + +#### **Additional context | 其他信息** +Add any other context about the problem here. +请在此处添加任何其他关于问题的信息。