From 22962d55e1f410bb56976189b6073c73e6bf13c6 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Sun, 1 Nov 2020 16:18:57 +0800 Subject: [PATCH] :construction_worker: create plugin issue template --- .github/ISSUE_TEMPLATE/plugin-publish.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/plugin-publish.md diff --git a/.github/ISSUE_TEMPLATE/plugin-publish.md b/.github/ISSUE_TEMPLATE/plugin-publish.md new file mode 100644 index 00000000..9ecc8321 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/plugin-publish.md @@ -0,0 +1,22 @@ +--- +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 项目名称**保持一致** + +**简短描述插件功能** + +例:复读机 + +**插件项目仓库/主页链接** + +your project link here