mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-16 11:00:54 +00:00
✨ change publish and issue
This commit is contained in:
46
.github/ISSUE_TEMPLATE/adapter-publish.md
vendored
46
.github/ISSUE_TEMPLATE/adapter-publish.md
vendored
@ -1,46 +0,0 @@
|
||||
---
|
||||
name: Adapter Publish
|
||||
about: Publish your adapter to nonebot homepage and nb-cli
|
||||
title: "Adapter: blabla 协议"
|
||||
labels: Adapter
|
||||
assignees: ""
|
||||
|
||||
---
|
||||
|
||||
**你的协议名称:**
|
||||
|
||||
example
|
||||
|
||||
<!-- 协议连接时使用的名称:/<name>/ws -->
|
||||
|
||||
**简短描述协议:**
|
||||
|
||||
Example 协议
|
||||
|
||||
**插件 import 使用的名称**
|
||||
|
||||
nonebot.adapters.example
|
||||
|
||||
<!-- 或 nonebot_adapter_example 等合法包名 -->
|
||||
|
||||
**插件 install 使用的名称**
|
||||
|
||||
nonebot-adapter-example
|
||||
|
||||
<!--
|
||||
例 1:nonebot-adapter-example
|
||||
|
||||
通过 pypi 安装
|
||||
|
||||
> 请事先发布插件到[pypi](https://pypi.org/)
|
||||
|
||||
例 2:git+https://github.com/nonebot/nonebot-adapter-example
|
||||
|
||||
从 github 仓库安装
|
||||
-->
|
||||
|
||||
**插件项目仓库/主页链接**
|
||||
|
||||
nonebot/nonebot2
|
||||
|
||||
<!-- 默认 github 或其他完整链接,请勿使用 markdown 语法 -->
|
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Plugin Publish
|
||||
url: https://v2.nonebot.dev/store.html
|
||||
about: Publish your plugin to nonebot homepage and nb-cli
|
||||
- name: Adapter Publish
|
||||
url: https://v2.nonebot.dev/store.html
|
||||
about: Publish your adapter to nonebot homepage and nb-cli
|
||||
- name: Bot Publish
|
||||
url: https://v2.nonebot.dev/store.html
|
||||
about: Publish your bot to nonebot homepage and nb-cli
|
44
.github/ISSUE_TEMPLATE/plugin-publish.md
vendored
44
.github/ISSUE_TEMPLATE/plugin-publish.md
vendored
@ -1,44 +0,0 @@
|
||||
---
|
||||
name: Plugin Publish
|
||||
about: Publish your plugin to nonebot homepage and nb-cli
|
||||
title: "Plugin: blabla 的插件"
|
||||
labels: Plugin
|
||||
assignees: ""
|
||||
|
||||
---
|
||||
|
||||
**你的插件名称:**
|
||||
|
||||
例:复读机
|
||||
|
||||
**简短描述插件功能:**
|
||||
|
||||
例:复读群友的消息
|
||||
|
||||
**插件 import 使用的名称**
|
||||
|
||||
nonebot_plugin_example
|
||||
|
||||
<!-- 或其他合法包名 -->
|
||||
|
||||
**插件 install 使用的名称**
|
||||
|
||||
nonebot-plugin-example
|
||||
|
||||
<!--
|
||||
例 1:nonebot-plugin-example
|
||||
|
||||
通过 pypi 安装
|
||||
|
||||
> 请事先发布插件到[pypi](https://pypi.org/)
|
||||
|
||||
例 2:git+https://github.com/nonebot/nonebot-plugin-example
|
||||
|
||||
从 github 仓库安装
|
||||
-->
|
||||
|
||||
**插件项目仓库/主页链接**
|
||||
|
||||
nonebot/nonebot2
|
||||
|
||||
<!-- 默认 github 或其他完整链接,请勿使用 markdown 语法 -->
|
Reference in New Issue
Block a user