Skip to content

Commit 82f263b

Browse files
chore: Update the issue and feature request templates
1 parent 4c1f0f7 commit 82f263b

File tree

3 files changed

+33
-51
lines changed

3 files changed

+33
-51
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,50 @@
1-
name: BUG 提交
2-
description: 提交产品缺陷帮助我们更好的改进
3-
title: "[BUG]"
4-
labels: "类型: 缺陷"
1+
name: 'Bug Report'
2+
description: 'Report an Bug'
3+
title: "[Bug] "
54
assignees: zyyfit
65
body:
76
- type: markdown
8-
id: contacts_title
97
attributes:
10-
value: "## 联系方式"
8+
value: "## Contact Information"
119
- type: input
12-
id: contacts
1310
validations:
1411
required: false
1512
attributes:
16-
label: "联系方式"
17-
description: "可以快速联系到您的方式:交流群号及昵称、邮箱等"
13+
label: "Contact Information"
14+
description: "The ways to quickly contact you: WeChat group number and nickname, email, etc."
1815
- type: markdown
19-
id: environment
2016
attributes:
21-
value: "## 环境信息"
17+
value: "## Environment Information"
2218
- type: input
23-
id: version
2419
validations:
2520
required: true
2621
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."
2924
- type: markdown
30-
id: details
3125
attributes:
32-
value: "## 详细信息"
26+
value: "## Detailed information"
3327
- type: textarea
34-
id: what-happened
3528
attributes:
36-
label: "问题描述"
37-
description: "简要描述您碰到的问题"
29+
label: "Problem Description"
30+
description: "Briefly describe the issue you’ve encountered."
3831
validations:
3932
required: true
4033
- type: textarea
41-
id: how-happened
4234
attributes:
43-
label: "重现步骤"
44-
description: "如果操作可以重现该问题"
35+
label: "Steps to Reproduce"
36+
description: "How can this issue be reproduced."
4537
validations:
4638
required: true
4739
- type: textarea
48-
id: expect
4940
attributes:
50-
label: "期待的正确结果"
41+
label: "The expected correct result"
5142
- type: textarea
52-
id: logs
5343
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."
5646
render: shell
5747
- type: textarea
58-
id: additional-information
5948
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)."

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: 对 MaxKB 项目有其他问题
4-
url: https://bbs.fit2cloud.com/c/mk/11
5-
about: 如果你对 MaxKB 有其他想要提问的,我们欢迎到我们的官方社区进行提问。
3+
- name: Questions & Discussions
4+
url: https://github.com/1Panel-dev/MaxKB/discussions
5+
about: Raise questions about the installation, deployment, use and other aspects of the project.

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,29 @@
1-
name: 需求建议
2-
description: 提出针对本项目的想法和建议
3-
title: "[FEATURE]"
4-
labels: enhancement
1+
name: 'Feature Request'
2+
description: 'Suggest an idea'
3+
title: '[Feature] '
54
assignees: baixin513
65
body:
76
- type: markdown
8-
id: environment
97
attributes:
10-
value: "## 环境信息"
8+
value: "## Environment Information"
119
- type: input
12-
id: version
1310
validations:
1411
required: true
1512
attributes:
16-
label: "MaxKB 版本"
17-
description: "登录 MaxKB Web 控制台,在右上角关于页面查看当前版本。"
13+
label: "MaxKB Version"
14+
description: "Log in to the MaxKB Web Console and check the current version on the `About` page in the top right corner."
1815
- type: markdown
19-
id: details
2016
attributes:
21-
value: "## 详细信息"
17+
value: "## Detailed information"
2218
- type: textarea
23-
id: description
2419
attributes:
25-
label: "请描述您的需求或者改进建议"
20+
label: "Please describe your needs or suggestions for improvements"
2621
validations:
2722
required: true
2823
- type: textarea
29-
id: solution
3024
attributes:
31-
label: "请描述你建议的实现方案"
25+
label: "Please describe the solution you suggest"
3226
- type: textarea
33-
id: additional-information
3427
attributes:
35-
label: "附加信息"
36-
description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。"
28+
label: "Additional Information"
29+
description: "If you have any additional information to provide, you can include it here (screenshots, videos, etc., are welcome)."

0 commit comments

Comments
 (0)