From a9dd37b8a594aae8fd9ca34c583cec4d51b9536a Mon Sep 17 00:00:00 2001 From: Snowykami Date: Sat, 21 Sep 2024 22:32:47 +0800 Subject: [PATCH] :memo: Update resource_publish_zh.yml --- .../ISSUE_TEMPLATE/resource_publish_zh.yml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/resource_publish_zh.yml b/.github/ISSUE_TEMPLATE/resource_publish_zh.yml index 8b137891..9df1ca16 100644 --- a/.github/ISSUE_TEMPLATE/resource_publish_zh.yml +++ b/.github/ISSUE_TEMPLATE/resource_publish_zh.yml @@ -1 +1,32 @@ +name: 发布资源 +title: "Plugin: {name}" +description: 发布资源到轻雪机器人官方商店 +labels: ["Resource"] +body: + - type: input + id: name + attributes: + label: 名称 + description: 资源包的可读名称 + placeholder: e.g. 可爱UI资源包 + validations: + required: true + - type: input + id: description + attributes: + label: 描述 + description: 资源包的简短描述 + placeholder: e.g. 使渲染卡片的样式更美观 + validations: + required: true + + - type: input + id: tags + attributes: + label: 标签 + description: 标签 + placeholder: 'e.g. [{"label": "标签名", "color": "#ea5252"}]' + value: "[]" + validations: + required: true