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