mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-14 06:10:43 +08:00
Update new.yml
This commit is contained in:
parent
09585247e5
commit
8c288e2d5d
7
.github/ISSUE_TEMPLATE/new.yml
vendored
7
.github/ISSUE_TEMPLATE/new.yml
vendored
@ -1,13 +1,16 @@
|
|||||||
name: 新功能提议
|
name: 新功能提议
|
||||||
title: "[功能提议] " # 默认标题前缀,用户可以修改
|
title: "[功能提议] " # 默认标题前缀,用户可以修改
|
||||||
labels: ["feature request"] # 标签必须是字符串数组
|
labels: ["feature request"] # 标签必须是字符串数组
|
||||||
|
description : |
|
||||||
|
### 📝 | 描述新功能的实现方法和用户场景。
|
||||||
|
### ✅
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
id: function_name
|
id: function_name
|
||||||
attributes:
|
attributes:
|
||||||
label: 功能名字
|
label: 功能名字
|
||||||
description: 请尽量填写 APP 还是网页还是小程序
|
description: 请说明新功能适用的平台,例如 APP、网页或小程序。
|
||||||
placeholder: 例如:APP
|
placeholder: 例如:APP
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -16,7 +19,7 @@ body:
|
|||||||
id: function_description
|
id: function_description
|
||||||
attributes:
|
attributes:
|
||||||
label: 需要添加的功能内容
|
label: 需要添加的功能内容
|
||||||
description: 请在这里详细描述新功能的实现方法
|
description: 请详细描述新功能的实现方法和用户场景。
|
||||||
placeholder: 例如:我希望添加一个新功能,能够在APP主界面直接显示用户最近的活动记录,方便用户快速回顾和管理。
|
placeholder: 例如:我希望添加一个新功能,能够在APP主界面直接显示用户最近的活动记录,方便用户快速回顾和管理。
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
Loading…
Reference in New Issue
Block a user