This commit is contained in:
2025-10-29 22:20:21 +08:00
commit 32b3b7b29a
111 changed files with 344425 additions and 0 deletions

68
.github/ISSUE_TEMPLATE/bug-report.yml vendored Normal file
View 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

View File

@@ -0,0 +1,52 @@
name: 功能需求
description: 提出 App 的新功能或现有功能优化建议
title: "[FEATURE] "
labels: ["enhancement", "needs-discuss"]
assignees: []
body:
- type: textarea
id: feature-description
attributes:
label: 1. 需求描述
description: 清晰说明新增/优化的功能内容(含核心目标)
placeholder: 新增「消息免打扰」功能,支持按聊天对象单独设置免打扰时段...
validations:
required: true
- type: textarea
id: feature-background
attributes:
label: 2. 需求背景
description: 解释需求的价值(如用户痛点、业务目标等)
placeholder: 现有消息通知无细分控制,夜间频繁消息影响用户休息,导致部分用户关闭全局通知...
validations:
required: true
- type: textarea
id: feature-details
attributes:
label: 3. 功能细节
description: 说明交互逻辑、设计参考、特殊场景适配等
validations:
required: true
- type: dropdown
id: priority-level
attributes:
label: 4. 需求优先级
description: 根据影响范围与紧急度选择
options:
- 高(解决核心痛点,影响百万级用户)
- 中(提升关键体验,用户反馈较多)
- 低(优化项,非核心诉求)
validations:
required: true
- type: textarea
id: reference-info
attributes:
label: 5. 参考信息
description: 可附上竞品截图、设计稿链接、用户调研数据等
placeholder: 参考「钉钉」的免打扰设置逻辑已上传竞品截图链接xxx...
validations:
required: false