X Tutup
Skip to content

Commit 4949efb

Browse files
alvartoLeoYuan
authored andcommitted
Update bug-report------bug.md
1 parent 3436d4e commit 4949efb

File tree

3 files changed

+44
-42
lines changed

3 files changed

+44
-42
lines changed

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

Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Bug report / 提交 bug
3+
about: Create a report to help us improve / 提交一个好的 bug 帮助我们优化引擎
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug** / **详细描述 bug**
11+
A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述
12+
13+
**To Reproduce** / **如何复现 bug?(非常重要)**
14+
Steps to reproduce the behavior: / 详细复现步骤:
15+
16+
English version example:
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
中文版示例:
23+
1. 打开 [demo](http://lowcode-engine.cn/demo)
24+
2. 点击标题;
25+
3. 在右侧修改标题内容为「修改后的标题」;
26+
4. 渲染画布标题组件没有更新显示为「修改后的标题」;
27+
28+
**Expected behavior** / **预期行为(必须的)**
29+
A clear and concise description of what did you expect to happen. / 请清晰和精确的描述你预期的行为
30+
31+
**Screenshots** / **bug 截图(可选)**
32+
Sceenshots for further information. (If applicable.) / 一些有用的截图将会帮助我们更好的明确以及定位问题
33+
34+
**Desktop (please complete the following information):** / **请提供如下信息(必须的)**
35+
- AliLowCodeEngine version: [e.g. 1.0.0] / 低代码引擎版本
36+
- AliLowCodeEngineExt version: [e.g. 1.0.0] / 低代码引擎扩展包版本
37+
- Browser [e.g. chrome, safari] / 浏览器版本
38+
- materials / plugins / tools / 其他物料 / 插件 / 工具链版本
39+
40+
> (this information can be collected via [the manual plugin](https://img.alicdn.com/imgextra/i1/O1CN0115zonY1IsgbkZ2ir7_!!6000000000949-2-tps-3066-1650.png) / 版本信息可[通过低代码用户手册插件收集](https://img.alicdn.com/imgextra/i1/O1CN0115zonY1IsgbkZ2ir7_!!6000000000949-2-tps-3066-1650.png))
41+
42+
**Additional context** / **更多额外信息(可选)**
43+
Any other context of the problem here. / 可以追加更多的额外信息,帮助定位问题

packages/engine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ https://cdn.jsdelivr.net/npm/@alilc/lowcode-react-simulator-renderer@1.0.0/dist/
117117
## 🔗 相关链接
118118

119119
- [官网首页](http://lowcode-engine.cn/)
120-
- [Demo 马上玩](https://alifd.alicdn.com/npm/@alilc/lowcode-demo@1.0.0/build/index.html) | [引擎 Demo 仓库](https://github.com/alibaba/lowcode-demo)
120+
- [Demo 马上玩](http://lowcode-engine.cn/demo) | [引擎 Demo 仓库](https://github.com/alibaba/lowcode-demo)
121121
- [官方物料](https://github.com/alibaba/lowcode-materials)
122122
- [官方设置器(setter)](https://github.com/alibaba/lowcode-engine-ext)
123123
- [官方插件(plugin)](https://github.com/alibaba/lowcode-plugins)

0 commit comments

Comments
 (0)
X Tutup