Skip to content

Commit

Permalink
Create BUG_REPORT_ZH.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wumail authored Nov 1, 2023
1 parent bf4a8b9 commit fe4ff44
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_ZH.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Bug Report ZH
description: 提交bug report
title: "[Bug Report]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
感谢你的Bug🐛提交
- type: textarea
id: what-happened
attributes:
label: 发生了什么?
description: 描述一下发生了什么,期望如何?表现如何?(提供文字描述、截图、可复现示例)
placeholder: 问题描述
validations:
required: true
- type: input
id: core_version
attributes:
label: logicflow/core版本
placeholder: ex. 1.2.16
validations:
required: true
- type: input
id: extension_version
attributes:
label: logicflow/extension版本
placeholder: ex. 1.2.17
validations:
required: true
- type: input
id: engine_version
attributes:
label: logicflow/engine版本
placeholder: ex. 0.0.9
validations:
required: false
- type: dropdown
id: browsers
attributes:
label: 浏览器&环境
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- NodeJS

0 comments on commit fe4ff44

Please sign in to comment.