|
|
@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
name: Bug 提交
|
|
|
|
|
|
|
|
about: bug提交模板
|
|
|
|
|
|
|
|
title: "【模块名称】: "
|
|
|
|
|
|
|
|
body:
|
|
|
|
|
|
|
|
- type: markdown
|
|
|
|
|
|
|
|
attributes:
|
|
|
|
|
|
|
|
value: |
|
|
|
|
|
|
|
|
请在输入bug标题时,将【模块名称】改为对应的名称!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
|
|
|
|
id: what-happened
|
|
|
|
|
|
|
|
attributes:
|
|
|
|
|
|
|
|
label: 重现步骤
|
|
|
|
|
|
|
|
description: ""
|
|
|
|
|
|
|
|
placeholder: "请尽量详细的描述你遇到的bug!"
|
|
|
|
|
|
|
|
value: "1.bug触发前的参数或条件\r\n2.bug触发时的操作\r\n..."
|
|
|
|
|
|
|
|
validations:
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: dropdown
|
|
|
|
|
|
|
|
id: browsers
|
|
|
|
|
|
|
|
attributes:
|
|
|
|
|
|
|
|
label: 浏览器
|
|
|
|
|
|
|
|
multiple: true
|
|
|
|
|
|
|
|
options:
|
|
|
|
|
|
|
|
- 无特定浏览器
|
|
|
|
|
|
|
|
- Firefox
|
|
|
|
|
|
|
|
- Chrome
|
|
|
|
|
|
|
|
- Internet Explorer
|
|
|
|
|
|
|
|
- Microsoft Edge
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
|
|
|
|
id: logs
|
|
|
|
|
|
|
|
attributes:
|
|
|
|
|
|
|
|
label: 附件说明
|
|
|
|
|
|
|
|
description: 请将相关的日志信息或者报错信息复制粘贴到下面的文本框中,或者将报错截图、日志文件上传。
|
|
|
|
|
|
|
|
render: shell
|