Commit 4c9e8564bd380c66ec5be1128035160f1295e4ec
1 parent
bdf0be81
chore: add chinese issue template
Showing
1 changed file
with
28 additions
and
0 deletions
.github/ISSUE_TEMPLATE/3-bug-cn.md
0 → 100644
1 | +--- | |
2 | +name: 🐛 Bug 报告 | |
3 | +about: 向我们报告一个Bug以帮助我们改进 | |
4 | +title: '' | |
5 | +labels: 'bug: pending triage' | |
6 | +assignees: '' | |
7 | +--- | |
8 | + | |
9 | +**⚠️ 重要 ⚠️ 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭** | |
10 | + | |
11 | +- [ ] 已阅读 [文档](https://anncwb.github.io/vue-vben-admin-doc/). | |
12 | +- [ ] 确保您的代码已是最新或者所报告的 Bug 在最新版本中可以重现. (部分 Bug 可能已经在最近的代码中修复) | |
13 | +- [ ] 已在 Issues 中搜索了相关的关键词 | |
14 | +- [ ] 不是 ant design vue 组件库的 Bug | |
15 | + | |
16 | +### 描述 Bug | |
17 | + | |
18 | +请清晰地描述此 Bug 的具体表现。 | |
19 | + | |
20 | +### 复现 Bug | |
21 | + | |
22 | +请描述在演示页面中复现 Bug 的详细步骤,以确保我们可以理解并定位问题。部分 Bug 如果未在 Demo 中涉及,请务必提供关键代码 | |
23 | + | |
24 | +## 系统信息 | |
25 | + | |
26 | +- 操作系统: | |
27 | +- Node 版本: | |
28 | +- 包管理器 (npm/yarn/pnpm) 及其版本: | ... | ... |