Files
leonpan-pc/.github/ISSUE_TEMPLATE/bug-report.yml
2025-10-29 22:20:21 +08:00

68 lines
2.1 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: Bug 反馈
description: 报告 App 中的功能异常、崩溃或显示问题
title: "[BUG] "
labels: ["bug", "to-triage"]
assignees: []
body:
- type: textarea
id: bug-description
attributes:
label: 1. 问题描述
description: 清晰说明 Bug 现象点击支付按钮后页面卡住3秒后闪退
placeholder: 请简要描述你遇到的问题...
validations:
required: true
- type: textarea
id: reproduce-steps
attributes:
label: 2. 复现步骤
description: 提供可复现的详细操作步骤,越具体越易定位问题
placeholder: 1. 打开 App 并登录账号\n2. 进入「订单」页面\n3. 点击「待支付」订单\n4. 选择「微信支付」后触发异常
validations:
required: true
- type: textarea
id: expected-result
attributes:
label: 3. 预期结果
description: 描述你认为正常的功能表现
placeholder: 点击「微信支付」后应唤起微信支付界面...
validations:
required: true
- type: textarea
id: actual-result
attributes:
label: 4. 实际结果
description: 描述当前的异常结果(含错误提示、日志等)
placeholder: 点击后页面无响应,弹出「支付通道异常」提示框...
validations:
required: true
- type: input
id: device-info
attributes:
label: 5. 设备信息
description: iPhone 15 (iOS 17.5) / 华为 Mate 60 (Android 14)
placeholder: 请填写设备型号与系统版本
validations:
required: true
- type: input
id: app-version
attributes:
label: 6. App 版本
description: 可在「我的-关于」页面查看v3.1.2
placeholder: 请填写当前使用的 App 版本号
validations:
required: true
- type: textarea
id: extra-info
attributes:
label: 7. 补充信息
description: 可附上截图/录屏链接、复现概率10次中9次出现
placeholder: 复现概率100%已附上闪退日志链接xxx...
validations:
required: false