From 85de87b24683bc378e190e186682fc5d61a808c5 Mon Sep 17 00:00:00 2001 From: smallfawn <860562056@qq.com> Date: Mon, 10 Mar 2025 19:37:51 +0800 Subject: [PATCH] Update new.yml --- .github/ISSUE_TEMPLATE/new.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new.yml b/.github/ISSUE_TEMPLATE/new.yml index 6d42b33..b76289c 100644 --- a/.github/ISSUE_TEMPLATE/new.yml +++ b/.github/ISSUE_TEMPLATE/new.yml @@ -5,7 +5,7 @@ assignees: "" # 如果不指定负责人,可以留空 body: - type: input - id: 功能名字 + id: function_name attributes: label: 功能名字 description: 请尽量填写 APP 还是网页还是小程序 @@ -14,7 +14,7 @@ body: required: true - type: textarea - id: 功能描述 + id: function_description attributes: label: 需要添加的功能内容 description: 请在这里详细描述新功能的实现方法