From 0e962e95ddbb68b120181c8a5ebee38130cda3ff Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:26:59 +0800 Subject: [PATCH] docs: update plugin information template in YAML --- .github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml b/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml index 70da52bed..56f958d30 100644 --- a/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml +++ b/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml @@ -26,12 +26,13 @@ body: value: | ```json { - "name": "插件名", - "desc": "插件介绍", + "name": "插件名,请以 astrbot_plugin_ 开头", + "display_name": "用于展示的插件名,方便人类阅读", + "desc": "插件的简短介绍", "author": "作者名", "repo": "插件仓库链接", "tags": [], - "social_link": "" + "social_link": "", } ``` validations: