From b549c9377e7dc2bab635b55471f6fda6fedfca74 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:56:11 +0800 Subject: [PATCH] Create PLUGIN_PUBLISH.yml --- .github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml | 39 +++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml diff --git a/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml b/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml new file mode 100644 index 000000000..08b7ce442 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/PLUGIN_PUBLISH.yml @@ -0,0 +1,39 @@ +name: '🎉 功能建议' +title: "[Feature]" +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: | + 插件名: + 插件作者: + 插件简介: + 标签: (可选) + 社交链接: (可选, 将会在插件市场作者名称上作为可点击的链接) + 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: "❤️"