|
1 | | -name: BUG 提交 |
2 | | -description: 提交产品缺陷帮助我们更好的改进 |
3 | | -title: "[BUG]" |
4 | | -labels: "类型: 缺陷" |
| 1 | +name: 'Bug Report' |
| 2 | +description: 'Report an Bug' |
| 3 | +title: "[Bug] " |
5 | 4 | assignees: zyyfit |
6 | 5 | body: |
7 | 6 | - type: markdown |
8 | | - id: contacts_title |
9 | 7 | attributes: |
10 | | - value: "## 联系方式" |
| 8 | + value: "## Contact Information" |
11 | 9 | - type: input |
12 | | - id: contacts |
13 | 10 | validations: |
14 | 11 | required: false |
15 | 12 | attributes: |
16 | | - label: "联系方式" |
17 | | - description: "可以快速联系到您的方式:交流群号及昵称、邮箱等" |
| 13 | + label: "Contact Information" |
| 14 | + description: "The ways to quickly contact you: WeChat group number and nickname, email, etc." |
18 | 15 | - type: markdown |
19 | | - id: environment |
20 | 16 | attributes: |
21 | | - value: "## 环境信息" |
| 17 | + value: "## Environment Information" |
22 | 18 | - type: input |
23 | | - id: version |
24 | 19 | validations: |
25 | 20 | required: true |
26 | 21 | attributes: |
27 | | - label: "MaxKB 版本" |
28 | | - description: "登录 MaxKB Web 控制台,在右上角关于页面查看当前版本。" |
| 22 | + label: "MaxKB Version" |
| 23 | + description: "Log in to the MaxKB Web Console and check the current version on the `About` page in the top right corner." |
29 | 24 | - type: markdown |
30 | | - id: details |
31 | 25 | attributes: |
32 | | - value: "## 详细信息" |
| 26 | + value: "## Detailed information" |
33 | 27 | - type: textarea |
34 | | - id: what-happened |
35 | 28 | attributes: |
36 | | - label: "问题描述" |
37 | | - description: "简要描述您碰到的问题" |
| 29 | + label: "Problem Description" |
| 30 | + description: "Briefly describe the issue you’ve encountered." |
38 | 31 | validations: |
39 | 32 | required: true |
40 | 33 | - type: textarea |
41 | | - id: how-happened |
42 | 34 | attributes: |
43 | | - label: "重现步骤" |
44 | | - description: "如果操作可以重现该问题" |
| 35 | + label: "Steps to Reproduce" |
| 36 | + description: "How can this issue be reproduced." |
45 | 37 | validations: |
46 | 38 | required: true |
47 | 39 | - type: textarea |
48 | | - id: expect |
49 | 40 | attributes: |
50 | | - label: "期待的正确结果" |
| 41 | + label: "The expected correct result" |
51 | 42 | - type: textarea |
52 | | - id: logs |
53 | 43 | attributes: |
54 | | - label: "相关日志输出" |
55 | | - description: "请复制并粘贴任何相关的日志输出。 这将自动格式化为代码,因此无需反引号。" |
| 44 | + label: "Related log output" |
| 45 | + description: "Please paste any relevant log output here. It will automatically be formatted as code, so no backticks are necessary." |
56 | 46 | render: shell |
57 | 47 | - type: textarea |
58 | | - id: additional-information |
59 | 48 | attributes: |
60 | | - label: "附加信息" |
61 | | - description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。" |
| 49 | + label: "Additional Information" |
| 50 | + description: "If you have any additional information to provide, you can include it here (screenshots, videos, etc., are welcome)." |
0 commit comments