28 lines
861 B
YAML
28 lines
861 B
YAML
name: "IM 缺陷报告"
|
||
description: "记录聊天消息、SignalR 或缓存相关的问题"
|
||
title: "[BUG]简要描述问题"
|
||
labels: ["bug", "high-priority"]
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: "请详细填写 Bug 信息,这将有助于快速定位后端 Redis 或 SignalR 的问题。"
|
||
- type: input
|
||
id: stream_key
|
||
attributes:
|
||
label: "相关 StreamKey / 群组 ID"
|
||
placeholder: "例如:group:123"
|
||
- type: textarea
|
||
id: steps
|
||
attributes:
|
||
label: "复现步骤"
|
||
value: |
|
||
1. 登录用户 A 和用户 B
|
||
2. 用户 A 向群组发送消息
|
||
3. 用户 B 界面没有反应
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: logs
|
||
attributes:
|
||
label: "控制台错误日志 (Console Log)"
|
||
placeholder: "在此粘贴浏览器或后端的报错信息..." |