You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1019 B
YAML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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