From 15e59a1778a5249830c78645861ffbefc59c2386 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Sun, 1 Nov 2020 18:21:10 +0800 Subject: [PATCH] :construction_worker: update plugin template --- .github/ISSUE_TEMPLATE/plugin-publish.md | 34 ++++++++++++++++-------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/plugin-publish.md b/.github/ISSUE_TEMPLATE/plugin-publish.md index 9ecc8321..a6189f77 100644 --- a/.github/ISSUE_TEMPLATE/plugin-publish.md +++ b/.github/ISSUE_TEMPLATE/plugin-publish.md @@ -1,22 +1,34 @@ --- + name: Plugin Publish about: Publish your plugin to nonebot homepage and nb-cli title: "Plugin: blabla 的插件" labels: Plugin assignees: "" - ---- - -**你的插件名称:** - -nonebot-plugin-example - -> 请事先发布插件到[pypi](https://pypi.org/),插件名称应与 pypi 项目名称**保持一致** - -**简短描述插件功能** +---**你的插件名称:** 例:复读机 +**简短描述插件功能:** + +例:复读群友的消息 + +**插件 import 使用的名称** + +例:nonebot-plugin-example + +**插件 install 使用的名称** + +例 1:nonebot-plugin-example + +通过 pypi 安装 + +> 请事先发布插件到[pypi](https://pypi.org/) + +例 2:git+https://github.com/nonebot/nonebot-plugin-example + +从 github 仓库安装 + **插件项目仓库/主页链接** -your project link here +例:nonebot/nonebot2(默认 github )或其他链接