Skip to content

Commit 0e962e9

Browse files
authored
docs: update plugin information template in YAML
1 parent 07ba9c7 commit 0e962e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ body:
2626
value: |
2727
```json
2828
{
29-
"name": "插件名",
30-
"desc": "插件介绍",
29+
"name": "插件名,请以 astrbot_plugin_ 开头",
30+
"display_name": "用于展示的插件名,方便人类阅读",
31+
"desc": "插件的简短介绍",
3132
"author": "作者名",
3233
"repo": "插件仓库链接",
3334
"tags": [],
34-
"social_link": ""
35+
"social_link": "",
3536
}
3637
```
3738
validations:

0 commit comments

Comments
 (0)