From 98d838122b6988c1527a06d7046edbbade9f6069 Mon Sep 17 00:00:00 2001 From: smallfawn <860562056@qq.com> Date: Mon, 10 Mar 2025 19:36:51 +0800 Subject: [PATCH] Update new.yml --- .github/ISSUE_TEMPLATE/new.yml | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new.yml b/.github/ISSUE_TEMPLATE/new.yml index d41ce83..6d42b33 100644 --- a/.github/ISSUE_TEMPLATE/new.yml +++ b/.github/ISSUE_TEMPLATE/new.yml @@ -1,14 +1,23 @@ name: 新功能提议 -title: "[功能提议] " # 默认标题前缀 -labels: feature request -assignees: "" # 如果不指定负责人,可以留空 +title: "[功能提议] " # 默认标题前缀,用户可以修改 +labels: ["feature request"] # 标签必须是字符串数组 +assignees: "" # 如果不指定负责人,可以留空 ---- +body: + - type: input + id: 功能名字 + attributes: + label: 功能名字 + description: 请尽量填写 APP 还是网页还是小程序 + placeholder: 例如:APP + validations: + required: true -**功能名字** - -APP - -**需要添加的功能内容** - -我希望添加一个新功能,能够在APP主界面直接显示用户最近的活动记录,方便用户快速回顾和管理。 \ No newline at end of file + - type: textarea + id: 功能描述 + attributes: + label: 需要添加的功能内容 + description: 请在这里详细描述新功能的实现方法 + placeholder: 例如:我希望添加一个新功能,能够在APP主界面直接显示用户最近的活动记录,方便用户快速回顾和管理。 + validations: + required: true \ No newline at end of file