From 81cc8831f937294a9636b557b888b2f44405fee9 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Thu, 26 Jun 2025 08:15:36 +0800 Subject: [PATCH] docs: update plugin issue template docs: issue template docs: update issue template docs: update plugin issue template fix: issue plugin template docs: update plugin issue template --- .github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.md | 30 +++++++++++++++++ .github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml | 40 ----------------------- 2 files changed, 30 insertions(+), 40 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.md delete mode 100644 .github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml diff --git a/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.md b/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.md new file mode 100644 index 000000000..73f5009ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.md @@ -0,0 +1,30 @@ +--- +name: '🥳 发布插件' +title: "[Plugin] 插件名" +about: 提交插件到插件市场 +labels: [ "plugin-publish" ] +assignees: '' + +--- + +欢迎发布插件到插件市场! + +## 插件基本信息 + +请将插件信息填写到下方的 Json 代码块中。`tags`(插件标签)和 `social_link`(社交链接)选填。 + +```json +{ + "name": "插件名", + "desc": "插件介绍", + "repo": "插件仓库链接", + "tags": [], + "social_link": "" +} +``` + +## 检查 + +- [ ] 我的插件经过完整的测试 +- [ ] 我的插件不包含恶意代码 +- [ ] 我已阅读并同意遵守该项目的 [行为准则](https://docs.github.com/zh/site-policy/github-terms/github-community-code-of-conduct)。 diff --git a/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml b/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml deleted file mode 100644 index 7eb5ae15c..000000000 --- a/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: '🥳 发布插件' -title: "[Plugin] 插件名" -description: 提交插件到插件市场 -labels: [ "plugin-publish" ] -body: - - type: markdown - attributes: - value: | - 欢迎发布插件到插件市场!请确保您的插件经过**完整的**测试。 - - - type: textarea - attributes: - label: 插件仓库 - description: 插件的 GitHub 仓库链接 - placeholder: > - 如 https://github.com/Soulter/astrbot-github-cards - - - type: textarea - attributes: - label: 描述 - value: | - 插件名: - 插件作者: - 插件简介: - 支持的消息平台:(必填,如 QQ、微信、飞书) - 标签:(可选) - 社交链接:(可选, 将会在插件市场作者名称上作为可点击的链接) - description: 必填。请以列表的字段按顺序将插件名、插件作者、插件简介放在这里。如果您不知道支持哪些消息平台,请填写测试过的消息平台。 - - - type: checkboxes - attributes: - label: Code of Conduct - options: - - label: > - 我已阅读并同意遵守该项目的 [行为准则](https://docs.github.com/zh/site-policy/github-terms/github-community-code-of-conduct)。 - required: true - - - type: markdown - attributes: - value: "❤️"