Skip to content

Commit 030265a

Browse files
authored
Create bug-report-cn.yml
1 parent 7adf92b commit 030265a

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
name: 🐞 Bug 反馈
2+
description: 创建一份报告来帮助我们改进
3+
labels: ["bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
**感谢您花时间填写这份错误报告!**
9+
10+
- id: summary
11+
type: textarea
12+
attributes:
13+
label: Bug 预期
14+
description: 你希望发生什么?实际上发生了什么?
15+
placeholder: |
16+
我以为……
17+
18+
实际发生的是……
19+
validations:
20+
required: true
21+
- id: mvce
22+
type: textarea
23+
attributes:
24+
label: 最小可重复的例子
25+
description: >
26+
提供一个[最小可重现的例子](https://stackoverflow.com/help/minimal-reproducible-example).
27+
*不需要反引号——这会自动格式化为代码。*
28+
render: TypeScript
29+
validations:
30+
required: true
31+
- id: error
32+
type: input
33+
attributes:
34+
label: 报错信息
35+
description: >
36+
提供报错信息。**如果没有抛出**,写无报错。
37+
placeholder: 出了些错误
38+
validations:
39+
required: true
40+
- id: x-crawl-version
41+
type: input
42+
attributes:
43+
label: x-crawl 版本
44+
description: |
45+
你运行的是什么版本的 x-crawl ?**这必须是一个有效的 semver 标签**。
46+
validations:
47+
required: true
48+
- id: node-version
49+
type: input
50+
attributes:
51+
label: Node 版本
52+
description: |
53+
你运行的是什么版本的 Node.js ?**这必须是一个有效的 semver 标签**。
54+
validations:
55+
required: true
56+
- id: pkg-mgr
57+
type: dropdown
58+
attributes:
59+
label: 包管理器
60+
description: 你在运行什么包管理器?
61+
options:
62+
- npm
63+
- yarn
64+
- pnpm
65+
validations:
66+
required: true
67+
- id: pkg-mgr-version
68+
type: input
69+
attributes:
70+
label: 包管理器版本
71+
description: |
72+
你运行的是什么版本的包管理器?**这必须是一个有效的 semver 标签**。
73+
validations:
74+
required: true

0 commit comments

Comments
 (0)