Files
smallfawn 59c711a134 set
2025-03-10 19:49:29 +08:00

24 lines
838 B
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: 新功能提议
title: "[功能提议] " # 默认标题前缀,用户可以修改
labels: ["enhancement?"] # 标签必须是字符串数组
description: 描述新功能的实现方法和用户场景。
body:
- type: input
id: function_name
attributes:
label: 功能名字
description: 请说明新功能适用的平台,例如 APP、网页或小程序。
placeholder: 例如APP
validations:
required: true
- type: textarea
id: function_description
attributes:
label: 需要添加的功能内容
description: 请详细描述新功能的实现方法和用户场景。
placeholder: 例如我希望添加一个新功能能够在APP主界面直接显示用户最近的活动记录方便用户快速回顾和管理。
validations:
required: true