From fbb9ed82ee6a3abb6612138e18c8e0de245ded82 Mon Sep 17 00:00:00 2001 From: snowykami Date: Sun, 22 Sep 2024 01:42:03 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20docs:=20=E6=B7=BB=E5=8A=A0=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E6=8F=92=E4=BB=B6=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/resource_publish_en.yml | 6 +++--- .github/ISSUE_TEMPLATE/resource_publish_zh.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/resource_publish_en.yml b/.github/ISSUE_TEMPLATE/resource_publish_en.yml index 7c2139e6..6ad33257 100644 --- a/.github/ISSUE_TEMPLATE/resource_publish_en.yml +++ b/.github/ISSUE_TEMPLATE/resource_publish_en.yml @@ -33,7 +33,7 @@ body: - type: input id: link attributes: - label: Download Link + label: Link description: Direct download link of the resource pack placeholder: e.g. https://aaa.com/r.zip validations: @@ -54,6 +54,6 @@ body: label: Tags description: Tags placeholder: 'e.g. [{"label": "Tag Name", "color": "#ea5252"}]' - value: [ { "label": "Tag Name", "color": "#a2d8f4" } ] + value: '[ { "label": "Text", "color": "#a2d8f4" } ]' validations: - required: true \ No newline at end of file + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/resource_publish_zh.yml b/.github/ISSUE_TEMPLATE/resource_publish_zh.yml index bb141727..3a88db80 100644 --- a/.github/ISSUE_TEMPLATE/resource_publish_zh.yml +++ b/.github/ISSUE_TEMPLATE/resource_publish_zh.yml @@ -54,6 +54,6 @@ body: label: 标签 description: 标签 placeholder: 'e.g. [{"label": "标签名", "color": "#ea5252"}]' - value: [ { "label": "标签名", "color": "#a2d8f4" } ] + value: '[ { "label": "标签名", "color": "#a2d8f4" } ]' validations: - required: true + required: false