issue-template-test/.gitlab/ISSUE_TEMPLATE/bug-guided.yaml

51 lines
1.5 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: 错误报告 (填空)
about: 报告遇到的错误以帮助改进程序
title: "[Bug]: "
body:
- type: textarea
id: what-happened
attributes:
label: 错误描述
description: 请描述你所遇到的问题,并描述你所期待的行为。
placeholder: 请提供信息
value: ""
validations:
required: true
- type: dropdown
id: version
attributes:
label: Unlock Music 应用版本
description: 能够重现错误的版本
multiple: true
options:
- 1.10.5 (最新)
- 1.10.3 (官方 DEMO)
- 更老(不受支援,该问题可能会被关闭)
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: 你所遇到问题的浏览器环境
multiple: true
options:
- 火狐 / Firefox
- Chrome 或基于 Chromium 内核的浏览器
- Safari
- type: textarea
id: logs
attributes:
label: 日志信息
description: 如果有请提供浏览器开发者控制台Console的错误日志
render: shell
- type: checkboxes
id: terms
attributes:
label: 我已经阅读并确认下述内容
description: ""
options:
- label: 我已经检索过 Issue 列表,并确认这是一个为报告过的问题。
required: true
- label: 我有证据表明这是程序导致的问题(如不确认,可以通过 Telegram 讨论组 (https://t.me/unlock_music_chat) 进行讨论)
required: true