diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_ZH.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_ZH.yml new file mode 100644 index 000000000..3e9a2e916 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_ZH.yml @@ -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