From 76be7481601ad6016f7a5eef80cc4fcdbca77922 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Sat, 21 Sep 2024 22:36:04 +0800 Subject: [PATCH] :docs: Update resource_publish_zh.yml --- .../ISSUE_TEMPLATE/resource_publish_zh.yml | 29 ++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/resource_publish_zh.yml b/.github/ISSUE_TEMPLATE/resource_publish_zh.yml index 9df1ca16..f9bd40fe 100644 --- a/.github/ISSUE_TEMPLATE/resource_publish_zh.yml +++ b/.github/ISSUE_TEMPLATE/resource_publish_zh.yml @@ -16,10 +16,37 @@ body: id: description attributes: label: 描述 - description: 资源包的简短描述 + description: 资源的简短描述 placeholder: e.g. 使渲染卡片的样式更美观 validations: required: true + + - type: input + id: author + attributes: + label: 作者 + description: 作者的github用户名 + placeholder: e.g. snowykami + validations: + required: true + + - type: input + id: link + attributes: + label: 下载链接 + description: 资源包直接下载链接 + placeholder: e.g. https://aaa.com/r.zip + validations: + required: true + + - type: input + id: homepage + attributes: + label: 主页 + description: 资源包主页 + placeholder: e.g. https://github.com/user/repo + validations: + required: false - type: input id: tags