docs: github template
This commit is contained in:
54
.github/ISSUE_TEMPLATE/bug_report.md
vendored
54
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,42 +1,34 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG] "
|
||||
labels: "bug"
|
||||
name: 报告问题 (Bug Report)
|
||||
about: 使用简练详细的语言描述你遇到的问题 (Describe the bug in detail)
|
||||
title: ""
|
||||
labels: bug
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
**例行检查 / Checklist**
|
||||
<!-- 方框内填 'x' / Put an 'x' in all the boxes that apply -->
|
||||
- [ ] 我已确认目前没有类似 issue (I have checked for similar issues)
|
||||
- [ ] 我已确认我已升级到最新版本 (I have updated to the latest version)
|
||||
- [ ] 我已完整查看过项目 README,尤其是常见问题部分 (I have read the README, especially the FAQ section)
|
||||
- [ ] 我理解并愿意跟进此 issue,协助测试和提供反馈 (I am willing to follow up on this issue, assist with testing, and provide feedback)
|
||||
- [ ] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** (I understand and agree to the above, and I understand that the maintainers have limited time, so **issues that do not follow the rules may be ignored or closed directly**)
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
---
|
||||
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
**问题描述 / Bug Description**
|
||||
<!-- 请清晰、简洁地描述问题。 / A clear and concise description of what the bug is. -->
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
**复现步骤 / Steps to Reproduce**
|
||||
<!-- 请提供复现问题的具体步骤。 / Steps to reproduce the behavior. -->
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
**Environment (please complete the following information):**
|
||||
**预期结果 / Expected Behavior**
|
||||
<!-- 请描述你预期的行为。 / A clear and concise description of what you expected to happen. -->
|
||||
|
||||
- OS: [e.g. macOS, Windows, Linux]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
- Node.js version: [e.g. 18.x]
|
||||
- Package manager: [e.g. pnpm, npm, yarn]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
**Logs**
|
||||
Please include any relevant logs:
|
||||
|
||||
```
|
||||
paste logs here
|
||||
```
|
||||
**相关截图 / Screenshots**
|
||||
<!-- 如果可以,请提供相关截图以帮助说明问题。 / If applicable, add screenshots to help explain your problem. -->
|
||||
|
Reference in New Issue
Block a user