Skip to content

Commit 0b59947

Browse files
committed
Update ISSUE_TEMPLATE
1 parent b692bbc commit 0b59947

File tree

5 files changed

+189
-37
lines changed

5 files changed

+189
-37
lines changed

.github/ISSUE_TEMPLATE/bug-report-zh-CN.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
name: 🐛 Bug 报告
2+
description: 报告一个错误或问题
3+
title: "[Bug] "
4+
labels: ["bug", "等待调查"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
感谢您花时间填写错误报告!请详细描述遇到的问题,这将帮助我们更快地定位和解决问题。
10+
11+
- type: dropdown
12+
id: error-type
13+
attributes:
14+
label: 错误类型
15+
options:
16+
- app相关
17+
- Rhino引擎及api
18+
- nodejs引擎及api
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: problem-description
24+
attributes:
25+
label: 问题描述
26+
description: 请详细描述您遇到的问题
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: environment-details
32+
attributes:
33+
label: 环境详细信息
34+
description: 请提供运行环境相关信息
35+
value: |
36+
- app版本:v7.x.x
37+
- 安卓版本:9 / 11 / 15
38+
- 定制os类型:MUUI / 澎湃OS / OriginOS
39+
- cup平台类型:arm64-v8a / x86-64
40+
- 其他相关信息...
41+
validations:
42+
required: true
43+
44+
- type: textarea
45+
id: steps-to-reproduce
46+
attributes:
47+
label: 复现步骤或代码
48+
description: 请描述如何复现这个问题
49+
placeholder: |
50+
简要复现代码:
51+
```js
52+
console.show()
53+
//....
54+
```
55+
validations:
56+
required: true
57+
58+
- type: textarea
59+
id: logs
60+
attributes:
61+
label: 相关日志
62+
description: |
63+
请提供相关的错误日志、控制台输出或应用崩溃界面的日志信息
64+
render: text
65+
66+
- type: textarea
67+
id: screenshots
68+
attributes:
69+
label: 截图或录屏
70+
description: |
71+
如果适用,请添加截图或录屏来帮助解释您的问题
72+
您可以直接拖拽图片到这个文本框中
73+
placeholder: 拖拽图片文件到这里,或者粘贴图片链接
74+
75+
- type: textarea
76+
id: additional-context
77+
attributes:
78+
label: 其他信息
79+
description: 任何其他可能有助于解决问题的信息
80+
placeholder: |
81+
- 问题发生的频率:每次 / 偶尔 / 特定条件下
82+
- 是否在多个设备上都出现
83+
- 最近是否有环境变化
84+
- 其他可能相关的信息...
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
name: ✨ 功能请求
2+
description: 建议一个新功能或改进
3+
title: "[Feature] "
4+
labels: ["enhancement", "功能请求"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
感谢您提出功能建议!您的想法对改进项目非常重要。请详细描述您的建议。
10+
11+
- type: dropdown
12+
id: type
13+
attributes:
14+
label: 类型
15+
options:
16+
- app相关
17+
- Rhino引擎及api
18+
- nodejs引擎及api
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: feature-description
24+
attributes:
25+
label: 建议功能
26+
description: 请清楚简洁地描述您希望实现的功能
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: motivation
32+
attributes:
33+
label: 需求原因
34+
description: 请解释为什么需要这个功能,它解决了什么问题?
35+
36+
validations:
37+
required: false
38+
39+
- type: dropdown
40+
id: priority
41+
attributes:
42+
label: 优先级
43+
description: 您认为这个功能的优先级如何?
44+
options:
45+
- 低(Nice to have)
46+
- 中(重要但不紧急)
47+
- 高(对用户体验很重要)
48+
- 关键(阻碍正常使用)
49+
validations:
50+
required: true
51+
52+
53+
- type: textarea
54+
id: additional-context
55+
attributes:
56+
label: 其他信息
57+
description: 任何其他可能有助于理解和实现这个功能的信息
58+
placeholder: |
59+
- 类似功能的参考应用或网站
60+
- 相关技术文档或标准
61+
- 社区讨论链接
62+
- 其他补充说明
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: 💬 问题咨询
2+
description: 使用问题、配置疑问或一般性讨论
3+
title: "[Question] "
4+
labels: ["question", "需要回复"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
如果您有使用问题、配置疑问或想要讨论项目相关话题,请使用这个模板。
10+
11+
- type: dropdown
12+
id: question-type
13+
attributes:
14+
label: 问题类型
15+
description: 请选择您的问题类型
16+
options:
17+
- 使用问题(如何使用某个功能)
18+
- 配置问题(安装和设置相关)
19+
- 技术咨询(技术实现相关)
20+
- 功能理解(不确定某个功能如何工作)
21+
- 其他
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
id: question
27+
attributes:
28+
label: 具体问题
29+
description: 请详细描述您的问题
30+
placeholder: |
31+
例如:我想实现某个功能,但不确定使用哪个api,或者遇到了什么问题。
32+
validations:
33+
required: true
34+
35+
- type: checkboxes
36+
id: checklist
37+
attributes:
38+
label: 确认事项
39+
options:
40+
- label: 我已经查看了项目文档和README
41+
required: true
42+
- label: 我已经搜索了现有的Issues
43+
required: true

0 commit comments

Comments
 (0)