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

52 lines
1.7 KiB
YAML
Raw Permalink 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: 功能需求
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