init
This commit is contained in:
68
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
68
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
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
|
||||
Reference in New Issue
Block a user