mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
Merge pull request #63 from alibaba/alvarto-patch-bug-report
Update bug-report------bug.md
This commit is contained in:
commit
6be0d1241d
41
.github/ISSUE_TEMPLATE/bug-report------bug.md
vendored
41
.github/ISSUE_TEMPLATE/bug-report------bug.md
vendored
@ -1,41 +0,0 @@
|
||||
---
|
||||
name: Bug report / 提交 bug
|
||||
about: Create a report to help us improve / 提交一个好的 bug 帮助我们优化引擎
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug** / **详细描述 bug**
|
||||
A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述
|
||||
|
||||
**To Reproduce** / **如何复现 bug?(非常重要)**
|
||||
Steps to reproduce the behavior: / 详细复现步骤:
|
||||
|
||||
English version:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
中文版:
|
||||
1. 打开 [demo](https://alifd.alicdn.com/npm/@alilc/lowcode-demo@1.0.0/build/index.html);
|
||||
2. 点击标题;
|
||||
3. 在右侧修改标题内容为「修改后的标题」;
|
||||
4. 渲染画布标题组件没有更新显示为「修改后的标题」;
|
||||
|
||||
**Expected behavior** / **预期行为**
|
||||
A clear and concise description of what you expected to happen. / 请清晰和精确的描述你预期的行为
|
||||
|
||||
**Screenshots** / **bug 截图(可选)**
|
||||
If applicable, add screenshots to help explain your problem. / 一些有用的截图将会帮助我们更好的明确以及定位问题
|
||||
|
||||
**Desktop (please complete the following information):** / **请提供如下信息(必须的)**
|
||||
- AliLowCodeEngine version: [e.g. 1.0.0] / 低代码引擎版本
|
||||
- AliLowCodeEngineExt version: [e.g. chrome, safari] / 低代码引擎扩展包版本
|
||||
- Browser [e.g. chrome, safari] / 浏览器
|
||||
- materials / plugins / tools / 其他物料 / 插件 / 工具链版本
|
||||
|
||||
**Additional context** / **更多额外信息**
|
||||
Add any other context about the problem here. / 可以追加更多的额外信息,帮助定位问题
|
||||
43
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
43
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
---
|
||||
name: Bug report / 提交 bug
|
||||
about: Create a report to help us improve / 提交一个好的 bug 帮助我们优化引擎
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug** / **详细描述 bug**
|
||||
A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述
|
||||
|
||||
**To Reproduce** / **如何复现 bug?(非常重要)**
|
||||
Steps to reproduce the behavior: / 详细复现步骤:
|
||||
|
||||
English version example:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
中文版示例:
|
||||
1. 打开 [demo](http://lowcode-engine.cn/demo);
|
||||
2. 点击标题;
|
||||
3. 在右侧修改标题内容为「修改后的标题」;
|
||||
4. 渲染画布标题组件没有更新显示为「修改后的标题」;
|
||||
|
||||
**Expected behavior** / **预期行为(必须的)**
|
||||
A clear and concise description of what did you expect to happen. / 请清晰和精确的描述你预期的行为
|
||||
|
||||
**Screenshots** / **bug 截图(可选)**
|
||||
Sceenshots for further information. (If applicable.) / 一些有用的截图将会帮助我们更好的明确以及定位问题
|
||||
|
||||
**Desktop (please complete the following information):** / **请提供如下信息(必须的)**
|
||||
- AliLowCodeEngine version: [e.g. 1.0.0] / 低代码引擎版本
|
||||
- AliLowCodeEngineExt version: [e.g. 1.0.0] / 低代码引擎扩展包版本
|
||||
- Browser [e.g. chrome, safari] / 浏览器版本
|
||||
- materials / plugins / tools / 其他物料 / 插件 / 工具链版本
|
||||
|
||||
> (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))
|
||||
|
||||
**Additional context** / **更多额外信息(可选)**
|
||||
Any other context of the problem here. / 可以追加更多的额外信息,帮助定位问题
|
||||
@ -117,7 +117,7 @@ https://cdn.jsdelivr.net/npm/@alilc/lowcode-react-simulator-renderer@1.0.0/dist/
|
||||
## 🔗 相关链接
|
||||
|
||||
- [官网首页](http://lowcode-engine.cn/)
|
||||
- [Demo 马上玩](https://alifd.alicdn.com/npm/@alilc/lowcode-demo@1.0.0/build/index.html) | [引擎 Demo 仓库](https://github.com/alibaba/lowcode-demo)
|
||||
- [Demo 马上玩](http://lowcode-engine.cn/demo) | [引擎 Demo 仓库](https://github.com/alibaba/lowcode-demo)
|
||||
- [官方物料](https://github.com/alibaba/lowcode-materials)
|
||||
- [官方设置器(setter)](https://github.com/alibaba/lowcode-engine-ext)
|
||||
- [官方插件(plugin)](https://github.com/alibaba/lowcode-plugins)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user